Sort AS_VAR_* interfaces.
[autoconf.git] / ChangeLog
blob39a3b3414a32ddc630050c1465e90dc56dd68c0f
1 2008-10-17  Eric Blake  <ebb9@byu.net>
3         Sort AS_VAR_* interfaces.
4         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Reduce output to one line.
5         (AS_VAR_TEST_SET, AS_VAR_SET, AS_VAR_SET_IF, AS_VAR_POPDEF): Sort,
6         no code changes.
8 2008-10-16  Eric Blake  <ebb9@byu.net>
10         Allow comments before functions emitted by m4sh.
11         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Add comment
12         argument.  Supply closing comment, to ease readability.
13         (_AS_MKDIR_P_PREPARE): Adjust caller.
14         (_AS_UNSET_PREPARE): Add comment.
16         Add AS_FUNCTION_DESCRIBE.
17         * lib/m4sugar/m4sh.m4 (AS_FUNCTION_DESCRIBE): New macro.
18         * lib/autotest/general.m4 (AT_INIT): Use it.
20 2008-10-16  Eric Blake  <ebb9@byu.net>
22         Speed up m4_qlen with caching.
23         * lib/m4sugar/m4sugar.m4 (_m4_qlen): Renamed from old m4_qlen.
24         (m4_qlen): Cache results for speed.
26 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
28         Add a testcase using more then one language.
29         * tests/compile.at (Multiple languages): New test.
31 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
33         Fix Libtool's config.lt test.
34         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
35         expanding it.
37 2008-10-15  Eric Blake  <ebb9@byu.net>
39         Break circular require chain in _AS_LINENO_PREPARE.
40         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Ensure that logging is
41         disabled when reporting LINENO failure, since logging requires
42         LINENO.
43         * doc/autoconf.texi (Initialization Macros): Recommend m4_pushdef,
44         not m4_rename, since the latter is undocumented.
45         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid
46         m4_rename, as it does not yet handle pushdef stacks.
47         Reported by Ralf Wildenhues.
49 2008-10-15  Eric Blake  <ebb9@byu.net>
51         Cleanups to previous patches.
52         * doc/autoconf.texi (Portable Shell): Minor edits.
53         (Limitations of Builtins): Touch up wording.
54         * lib/m4sugar/m4sh.m4 (AS_LINENO_PUSH): Nuke trailing whitespace.
55         (_AS_SHELL_SANITIZE): Wrap comments less than 80 columns.
57 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
59         Updates to shell portability documentation.
60         * doc/autoconf.texi: Updates all references to "Portable Shell" and
61         "Limitations of Builtins" to use three-argument commands.
62         (Programming in M4sh): Document AS_ECHO, AS_ECHO_N, AS_UNSET.
63         (Portable Shell): Move here discussion about "Where is the POSIX
64         shell?"  Mention that M4sh provides a SVR2 shell and takes care
65         of unsetting variables if necessary.  Talk about M4sh and not only
66         Autoconf-generated scripts.
67         (Special Shell Variables): Talk about M4sh and not only
68         Autoconf-generated scripts.  Don't talk about things that Autoconf
69         does not do.  Mention problems of $LINENO with shell functions.
70         (Limitations of Builtins).  Mention AS_ECHO and AS_ECHO_N.  Move
71         discussion of eval bugs before discussion on proper use of eval.
72         Mention AS_IF.  Reword why not to use "shift N".  Mention "foo=;
73         unset foo" trick.  Include M4sh code that unsets MAIL for Bash 2.01.
74         * NEWS: Update list of documented M4sh macros.
76 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
78         Assume a (possibly buggy) `unset' is present after a
79         `better shell' was found.
80         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Use AS_UNSET.
81         * lib/autoconf/programs.m4 (AC_PROG_SED): Use AS_UNSET.
82         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Provide $as_unset as an
83         alias for AS_UNSET, for backwards compatibility.
84         (_AS_DETECT_BETTER_SHELL): Set BASH_ENV and ENV to /dev/null in case
85         the shell does not support unset.
86         (_AS_SHELL_SANITIZE): Work around Bash 2.01 bugs.  Unset BASH_ENV.
87         (AS_INIT, _AS_PREPARE, AS_PREPARE): Call it.
88         (AS_UNSET): Assume it is there but it might fail if the variable is
89         not set.  Use it throughout instead of $as_unset.
91 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
93         Turn AS_SHELL_SANITIZE into a for-Libtool-only wrapper.
94         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED): Remove
95         m4_require of _AS_DETECT_BETTER_SHELL.
96         (_AS_CLEANUP): Add it here.
97         (_AS_DETECT_BETTER_SHELL): Just expand the test instead of appending it
98         to _AS_CLEANUP.
99         (_AS_SHELL_SANITIZE): New name of the old AS_SHELL_SANITIZE macro.
100         (AS_SHELL_SANITIZE): New macro hacking around Libtool misuse.
101         (AS_PREPARE): Use _AS_SHELL_SANITIZE.
102         (AS_INIT): Add m4_provide of itself.
104 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
106         Use "test x$foo = xyes" to avoid upsetting Libtool's sh.test.
107         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_SHELL_FN_WORK): Use
108         "test x$foo = xyes".
110 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
112         Trim down the size of the better-shell test.
113         * lib/m4sugar/m4sh.at (_AT_DETECT_BETTER_SHELL): Store the common
114         snippets into shell variables.
115         (_AS_RUN): Rewrite.
117 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
119         Support a stack of LINENO values for AS_MESSAGE.
120         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): If defined, use $as_lineno as
121         the line number emitted to the log file.
122         (AS_LINENO_PUSH, AS_LINENO_POP): New.
123         * tests/m4sh.at (LINENO Stack): New test.
125 2008-10-14  Eric Blake  <ebb9@byu.net>
127         Correct previous patch.
128         * doc/autoconf.texi (Shell Functions): Bash obeys Posix, after
129         all.
131         Document shell function environment pitfall.
132         * doc/autoconf.texi (Shell Functions): Document bugs in bash,
133         Solaris /bin/sh.
135 2008-10-14  Paolo Bonzini  <bonzini@gnu.org>
137         Use m4_require to implement AS_REQUIRE.
138         * lib/m4sugar/m4sugar.m4 (_m4_require_call): Accept a third argument.
139         (m4_require): Pass it.
140         (m4_divert_require): New.
141         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Rewrite using m4_divert_require.
142         Remove comment about differences with m4_require.
143         * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): Update to test
144         the expected behavior.
145         (Nested AS_REQUIRE_SHELL_FN): New test.
147 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
149         Test AS_LINENO_PREPARE.
150         * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
152 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
154         Test AS_ME_PREPARE.
155         * tests/m4sh.at (as_me): New test.
157 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
159         Add and document AS_INIT_GENERATED.
160         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
161         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
162         * doc/autoconf.texi (Initialization macros): Document it.
164 2008-10-13  Eric Blake  <ebb9@byu.net>
166         Use consistent shell function style.
167         * lib/m4sugar/m4sh.m4 (_AS_PREPARE, AS_REQUIRE_SHELL_FN)
168         (_AS_SHELL_FN_WORK): Imitate GNU Coding Standards for C
169         functions.
171 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
173         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
174         contributors under m4 rather than shell comments.
176 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
178         * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New.
179         * doc/autoconf.texi (Initialization macros): Document them.
180         (Portable Shell): Refer to AS_LINENO_PREPARE.
181         * NEWS: Mention them.
183         * bin/autoconf.as: Invoke AS_ME_PREPARE.
184         * lib/autotest/general.m4: Likewise.
186 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
188         * doc/autoconf.texi (Programming in M4sh): Make its own chapter.
190 2008-10-10  Eric Blake  <ebb9@byu.net>
192         Fix _AS_MKDIR_P usage.
193         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P): Correct documentation to
194         match implementation.
195         (_AS_PREPARE, _AS_MKDIR_P_PREPARE): Adjust callers.
196         * doc/autoconf.texi (Programming in M4sh) <AS_MKDIR_P>: Tweak
197         wording to better match behavior.
199 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
201         * doc/autoconf.texi: Be less wary of shell functions.
202         * NEWS: Document the increased use of shell functions.
204 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
206         * m4sugar/m4sh.m4 (_AS_MKDIR_P): New, from AS_MKDIR_P.  Adjust
207         meaning of as_mkdir_p to be `false' or a full `mkdir -p' command.
208         (AS_MKDIR_P): Just dispatch to as_func_mkdir_p.
209         (_AS_PREPARE): Define shell functions.
210         (_AS_MKDIR_P_PREPARE): Set as_mkdir_p according to the above change.
211         Define shell functions.
213 2008-10-09  Eric Blake  <ebb9@byu.net>
215         Only prepare $as_me if it will be used.
216         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Avoid unconditional
217         preparation.
218         (_AS_ECHO_LOG): Depend on $LINENO preparation.
219         (AS_MESSAGE): Depend on $as_me preparation.
220         (AS_TMPDIR): Use AS_ERROR, rather than a hand-rolled copy.
222 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
224         * m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Delay setting as_me
225         until the M4SH-INIT diversion using _AS_ME_PREPARE.
226         (_AS_PREPARE): Invoke _AS_EXPR_PREPARE before _AS_BASENAME_PREPARE
227         and _AS_DIRNAME_PREPARE, and _AS_BASENAME_PREPARE and _AS_ME_PREPARE
228         before _AS_LINENO_PREPARE.
229         (AS_PREPARE): Include all the AS_REQUIREs manually.
230         (_AS_ME_PREPARE): New.
231         (_AS_LINENO_PREPARE): Use m4_defun.
233 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
235         * m4sugar/m4sh.m4 (_AS_BASENAME_EXPR, _AS_DIRNAME_EXPR): Do not
236         require _AS_EXPR_PREPARE.
237         (_AS_BASENAME_PREPARE, _AS_DIRNAME_PREPARE): Do it here.
238         (_AS_PREPARE): Add _AS_BASENAME_PREPARE.
240 2008-10-08  Eric Blake  <ebb9@byu.net>
242         Resync from gnulib.
243         * cfg.mk (cvs_executable_files, cvs_files): Rewrite...
244         (fetch): ...into new target.
245         (executable-update): Delete, now that it is unused.
246         * maint.mk (update, local_updates, cvs_files, gnulib_repo)
247         (wget-update, cvs-update): Likewise.
248         * HACKING (Update the foreign files): Document new procedure.
249         * GNUmakefile: Resync from upstream, via new 'make fetch'.
250         * build-aux/config.guess: Likewise.
252 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
254         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove.
255         (AS_INIT): Do not call it.
257 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
259         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand
260         _AS_UNSET_PREPARE in M4SH-SANITIZE.
262 2008-10-08  Eric Blake  <ebb9@byu.net>
264         Avoid repeating required shell tests in suggested set.
265         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED):
266         Use m4_set, rather than m4_expand_once/m4_append.
267         (_AS_DETECT_SUGGESTED): Adjust to new storage layout, and filter
268         required tests out of suggested tests.
269         Reported by Paolo Bonzini.
271 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
273         Add m4sh keyword to all m4sh.at tests.
274         * tests/m4sh.at: Add m4sh keyword to all tests.  Fix comment
275         pastos.
277 2008-10-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
279         Document AS_VERSION_COMPARE.
280         * doc/autoconf.texi (Programming in M4sh): Document
281         AS_VERSION_COMPARE.
282         * NEWS: Update.
284         Do not write to testsuite log fd before initialization.
285         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
286         Define fds only when initializing the log fd so early error
287         messages do not try to write to it.
288         * tests/autotest.at (Startup error messages): New test.
289         * NEWS: Document this 2.63 regression.
291 2008-10-07  Eric Blake  <ebb9@byu.net>
293         Ensure _AS_CLEANUP is defined.
294         * lib/m4sugar/m4sh.m4 (_AS_CLEANUP): Give initial definition.
295         * tests/m4sh.at (AS@&t@_INIT cleanup): Expose the need for this.
297         Improve m4sh maintainability.
298         * lib/m4sugar/m4sh.m4: Sort macros for sanitizing the shell; no
299         code change.
301         Fix m4 quoting in previous patch.
302         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Determine diversion
303         name prior to invoking AS_REQUIRE.
304         Reported by Ralf Wildenhues.
306 2008-09-18  Paolo Bonzini  <bonzini@gnu.org>
307         and Eric Blake  <ebb9@byu.net>
309         Add a separate diversion for shell functions.
310         * lib/m4sugar/m4sh.m4 (M4SH-INIT-FN): New diversion.
311         (AS_REQUIRE): Accept diversion parameter.
312         (AS_REQUIRE_SHELL_FN): Use it.
314 2008-10-06  Eric Blake  <ebb9@byu.net>
316         Add m4_default_quoted.
317         * lib/m4sugar/m4sugar.m4 (m4_default_quoted): New macro.
318         (m4_for, m4_expand_once, m4_text_wrap, m4_text_box): Use it.
319         * doc/autoconf.texi (Conditional constructs): Document it.
320         * NEWS: Likewise.
322         Fix build with case-insensitive make, again.
323         * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
324         Reported via Keith Marshall, originally by newthinker in
325         <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
327 2008-10-06  Bruno Haible  <bruno@clisp.org>
329         Warn about /usr/ucb on Solaris.
330         * doc/install.texi (Particular Systems): Recommend putting
331         /usr/ucb late in PATH, if at all.
333 2008-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335         Fix more testsuite hang corner cases.
336         * lib/autotest/general.m4: Use the serial code path if no test
337         is to be run.
338         * tests/autotest.at (parallel test execution): Test -j and -jN
339         with `-k notmatched'.
341 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
343         Fix hang with `testsuite -k notmatched'.
344         * lib/autotest/general.m4: Do not reset $at_jobs if it is equal
345         to one.  Fixes hang with `-k notmatched'.
347 2008-10-02  Eric Blake  <ebb9@byu.net>
349         Document more binary file portability traps.
350         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Remind
351         reader that NUL and sed don't always mix.
352         <tr>: Mention Solaris /usr/ucb/tr bug with \0.
354 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356         Implement parallel Autotest test execution: testsuite --jobs.
357         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
358         (AT_INIT): <at_jobs>: New variable.
359         Accept -j, -jN, --jobs[=N], document them in --help output.
360         Implement parallel driver loop using a FIFO, enabled with --jobs
361         and if mkfifo works; otherwise, fall back to sequential loop.
362         (AT_SETUP): Store, do not output summary progress line if
363         parallel.
364         * tests/autotest.at (parallel test execution, parallel truth)
365         (parallel fallacy, parallel skip): New tests.
366         * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
367         the mkfifo requirement, and that --errexit may cause concurrent
368         jobs to finish.
369         * NEWS: Update.
371 2008-09-20  Eric Blake  <ebb9@byu.net>
373         Fix sample isinf definition.
374         * doc/autoconf.texi (Function Portability) <isinf>: Filter out NaN
375         first.
376         * THANKS: Update.
377         Reported by David Cournapeau.
379 2008-09-16  Eric Blake  <ebb9@byu.net>
381         Fix Erlang regression, introduced 2006-11-17.
382         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
383         caused by underquoting.
384         * NEWS: Mention this fix.
385         * THANKS: Update.
386         Reported by BJ Terry.
388 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
390         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
392         Mention Solaris sh ':' redirection bug.
393         * doc/autoconf.texi (File Descriptors): Redirecting ':'
394         in a loop causes bogus optimization with Solaris sh.
396 2008-09-10  Eric Blake  <ebb9@byu.net>
398         Avoid testsuite bug when autom4te cache is disabled by user.
399         * tests/tools.at (autoconf: forbidden tokens, basic): Enable
400         cache, even if user normally disabled it.
401         Reported by Bruno Haible.
403         Avoid testsuite bug in presence of verbose config.site.
404         * tests/base.at (Input/Output): Nullify config.site during test.
405         Reported by Bob Friesenhahn.
407 2008-09-09  Eric Blake  <ebb9@byu.net>
409         Release Version 2.63.
410         * NEWS: Mention the release.
412         Formatting tweaks to the manual.
413         * doc/autoconf.texi (Introduction, Systemology)
414         (File System Conventions, Portable C and C++)
415         (Floating Point Portability): Allow URLs to split as needed.
416         (Indices): Add entries, to work around texinfo bug on indices that
417         start too close to a page break.
418         (Particular Functions): Mention ftello.
419         (Introduction, Language Choice): Use @enddots at sentence end.
421         Resync from gnulib.
422         * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
423         although for now, they are still manually sync'd.
424         * build-aux/gnupload: Update.
425         * build-aux/config.sub: Likewise.
426         * GNUmakefile: Likewise.
428 2008-09-06  Eric Blake  <ebb9@byu.net>
430         Mention that Automake already supports VPATH.
431         * doc/autoconf.texi (Build Directories): Details in this section
432         only apply to users avoiding automake.
433         * THANKS: Update.
434         Reported by Matej Tyc.
436         Relax tone when warning about cross-compiler names.
437         * lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
438         with poorly named tools; the issue has been reported too many
439         times in the last four years to pull support.
440         * doc/autoconf.texi (Specifying Names, Generic Programs): Update
441         documentation accordingly.
442         * THANKS: Update.
443         Reported by Josef Tran and others, wording suggested by Ralf
444         Wildenhues.
446 2008-09-01  Eric Blake  <ebb9@byu.net>
448         Improve AC_C_BIGENDIAN.
449         * doc/autoconf.texi (C Compiler) <AC_C_BIGENDIAN>: Mention that
450         universal builds require a config header.
451         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Enhance comments.  Check
452         AH_HEADER at the last possible moment, so that users can use
453         AC_CONFIG_HEADER after this macro.
454         Reported by Stepan Kasal.
456         Fix manual date information.
457         * doc/autoconf.tex: UPDATED refers to the day the manual was
458         built, not the release date of Autoconf.
459         Based on a bison patch by Akim Demaille.
461 2008-08-27  Eric Blake  <ebb9@byu.net>
463         Fix off-by-one bug in _m4_shiftn.
464         * lib/m4sugar/foreach.m4 (_m4_shiftn): Handle case when shifting
465         all arguments.
466         * tests/m4sugar.at (M4 loops): Test it.
467         Reported by Akim Demaille.
469 2008-08-26  Eric Blake  <ebb9@byu.net>
471         Improve INSTALL formatting.
472         * doc/install.texi [!autoconf]: Ensure first paragraphs are
473         indented like all others in a plain text rendering.
474         * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
475         Reported by Bruno Haible.
477 2008-08-26  Stepan Kasal  <skasal@redhat.com>
479         Check for case sensitive make.
480         * m4/make-check.m4 (AC_PROG_MAKE_CASE_SENSITIVE): New macro,...
481         * configure.ac: ... called here.
482         * Makefile.am ($(abs_srcdir)/INSTALL, INSTALL): Return to...
483         ($(srcdir)/INSTALL): ...this, but enclose the rule in
484         "if MAKE_CASE_SENSITIVE".
486 2008-08-26  Eric Blake  <ebb9@byu.net>
488         Update invocation documentation.
489         * doc/autoconf.texi (autoscan Invocation): Mention --debug.
490         (autoreconf Invocation): Mention -v.
491         (autom4te Invocation): Tie --freeze to -F, not -f.
492         (autoupdate Invocation): Mention --prepend-include.
493         * doc/install.texi (configure Invocation): Mention --help=short,
494         --help=recursive, -n/--no-create, --prefix.  Avoid TABs.
495         * bin/autoscan.in ($help): Omit space before `...'.
496         * bin/ifnames.in ($help): Likewise.
497         * bin/autoconf.as (Usage): Likewise.
498         * bin/autoreconf.in ($help): Likewise.
499         * bin/autoheader.in ($help): Likewise.
500         * bin/autom4te.in ($help): Likewise.
501         * bin/autoupdate.in ($help): Likewise.
502         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use
503         `[OPTION]...', rather than `[OPTIONS]'.  Mention --silent.  Indent
504         --file correctly.
506         Don't let frozen __m4_version__ break downgrade to m4 1.4.x.
507         * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+.
508         (files_to_options): Avoid inheriting __m4_version__ from frozen
509         file if current M4 does not support it.
511 2008-08-25  Eric Blake  <ebb9@byu.net>
513         Adjust to recent m4 1.6 change to support m4_debugmode(d).
514         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Move
515         freeze-time decision of using faster 1.6 implementation...
516         (m4_init): ...to a runtime decision, and add use of new debugmode
517         flag.
519 2008-08-22  Peter O'Gorman  <pogma@thewrittenword.com>
521         Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
522         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
523         __APPLE_CC__ with possible -arch flags.
524         * NEWS: Document it.
526 2008-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
528         * NEWS: Fix typo.
530 2008-08-22  Eric Blake  <ebb9@byu.net>
532         * TODO: Add an item for additional m4sugar looping constructs.
533         Suggested by Ralf Wildenhues.
535         Add reminder to keep dual implementations in sync.
536         * lib/m4sugar/m4sugar.m4: Add comments.
537         * lib/m4sugar/foreach.m4: Likewise.
538         Suggested by Ralf Wildenhues.
540 2008-08-22  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
542         Format warning and error messages to match GCS.
543         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK)
544         (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error
545         messages with a lowercase letter, end them without punctuation.
546         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise.
547         * lib/autoconf/libs.m4 (AC_PATH_X): Likewise.
548         * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP):
549         Likewise.
550         * tests/fortran.at (GNU Fortran): Likewise.
551         * tests/torture.at (Deep Package): Likewise.
553 2008-08-21  Eric Blake  <ebb9@byu.net>
555         Avoid extra side effects in m4sugar list expansion.
556         * lib/m4sugar/m4sugar.m4 (m4_mapall_sep, m4_list_cmp): Wrap
557         around...
558         (_m4_mapall_sep, _m4_list_cmp_raw): ...new helpers, to avoid
559         duplicate side effects.
560         (m4_version_compare): Adjust caller.
561         * lib/m4sugar/foreach.m4 (m4_list_cmp): Rename...
562         (_m4_list_cmp_raw): ...to match m4sugar.
563         * doc/autoconf.texi (Looping constructs): Document the behavior of
564         side effects.
565         * tests/m4sugar.at (M4 loops, m4@&t@_map, m4@&t@_version_compare):
566         Ensure only one side effect.
567         (recursion): Fix test typo.
568         Reported by Ralf Wildenhues.
570 2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         * TODO: Add item for compiler default flags.
573         Suggested by Bruno Haible.
575         * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
576         back to 1000.
578 2008-08-21  Eric Blake  <ebb9@byu.net>
580         Formatting improvements.
581         * doc/autoconf.texi: Use @file and @command, rather than @code,
582         where appropriate.
584         Document another make bug.
585         * doc/autoconf.texi (The Make Macro SHELL): Mention bug in BSD
586         make, GNU make <= 3.80.
588         Tweak wording about SHELL in Makefile.
589         * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
590         the importance of proper SHELL settings.
591         Reported by Bruno Haible, in
592         http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
594 2008-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
596         Avoid timestamp races for updated input.
597         * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
598         second script.
599         * tests/tools.at (autotools and whitespace in file names): Add
600         --force for repeated invocations.
602 2008-08-20  Bruno Haible  <bruno@clisp.org>
604         Add section to INSTALL about particular systems.
605         * doc/install.texi (Particular systems): New node.
606         * doc/autoconf.texi: Adjust menus.
608 2008-08-19  Bruno Haible  <bruno@clisp.org>
609         and Peter O'Gorman  <peter@pogma.com>
611         Mention universal binaries in INSTALL.
612         * doc/install.texi (Compiling For Multiple Architectures): Explain
613         how to create universal binaries on MacOS X.
615 2008-08-19  Jim Meyering  <jim@meyering.net>
616             Eric Blake  <ebb9@byu.net>
617             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
619         Avoid shell parse errors after interrupt due to empty ``.
620         * doc/autoconf.texi (Shell Substitutions): Document the issue.
621         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): New function.
622         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Use it in place of
623         "test AS_VAR_GET([...]) = yes"
624         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL): Likewise.
625         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Likewise.
626         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD): Likewise.
627         (_AC_CHECK_HEADER_DIRENT): Likewise.
628         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
629         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
630         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use
631         temporary variable to work around the issue.
632         * tests/foreign.at (Libtool): Quote result of command
633         substitution.
635 2008-08-18  Eric Blake  <ebb9@byu.net>
637         Test m4_transform without tickling shell bugs.
638         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Relax test to
639         something more manageable.
640         * tests/m4sugar.at (recursion): Move stress test of
641         m4_transform_pair here.
642         Reported by Ralf Wildenhues.
644         Let 'git diff' give better context for doc updates.
645         * .gitattributes (*.texi*): Add new entry.
646         * README-hacking: Mention how to use it.
647         Inspired by a coreutils patch by Jim Meyering.
649 2008-08-15  Eric Blake  <ebb9@byu.net>
651         Fix m4_map regression from 2007-10-16.
652         * lib/m4sugar/m4sugar.m4 (_m4_apply): New macro.
653         (m4_map): Ignore empty sublists.  For a list consisting of only an
654         empty sublist, this restores 2.61 behavior of being a no-op.
655         (m4_map_sep): Likewise, and expand separator.
656         (m4_mapall, m4_mapall_sep): New macros, to regain 2.62 behavior.
657         (_m4_map): Rewrite, to be common base for all four variants.
658         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new prototype.
659         * tests/m4sugar.at (m4@&t@_map): Add tests.
660         * doc/autoconf.texi (Looping constructs) <m4_map>: Document new
661         macros, and mention ramifications of expanded separator.
662         * NEWS: Mention the change.
664 2008-08-14  Eric Blake  <ebb9@byu.net>
666         Implement m4_transform_pair, to speed up AS_IF.
667         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair): New
668         macros, undocumented for now.
669         * lib/m4sugar/foreach.m4 (m4_transform, m4_transform_pair): Also
670         the m4 1.4.x counterparts.
671         * lib/m4sugar/m4sh.m4 (AS_IF, AS_CASE): Use it.
672         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Test it.
674 2008-08-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
676         * lib/autoconf/programs.m4 (AC_PATH_TARGET_TOOL)
677         (AC_CHECK_TARGET_TOOL, AC_CHECK_TARGET_TOOLS): Require, do not
678         warn about previous AC_CANONICAL_TARGET.
679         (AC_CHECK_TARGET_TOOL): Add missing `$' making the macro
680         unusable in the non-cross-compiling case.
681         * NEWS, THANKS: Update.
682         Report by Dave Erickson.
684 2008-08-12  Eric Blake  <ebb9@byu.net>
686         Optimize m4_bmatch.
687         * lib/m4sugar/foreach.m4 (m4_bmatch): Provide linear
688         implementation for m4 1.4.x.
689         * tests/m4sugar.at (m4@&t@_bmatch): New test.
690         (recursion): Test the linear nature.
691         * NEWS: Document the fix.
693         Fix m4_cond corner case.
694         * lib/m4sugar/foreach.m4 (_m4_cond): Ensure alternate
695         implementation allows concatenation with subsequent text.
696         * tests/m4sugar.at (m4@&t@_cond): Enhance test.
698         Add test for m4_cond.
699         * tests/m4sugar.at (m4@&t@_cond): New test.
700         Reported by Ralf Wildenhues.
702 2008-08-06  Eric Blake  <ebb9@byu.net>
704         Fix autoheader 2.62 regression on AC_DEFINE([__EXTENSIONS__]).
705         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Use a
706         unique key for the AH_VERBATIM.
707         * tests/c.at (AC_USE_SYSTEM_EXTENSIONS): New test.
708         * NEWS: Mention the fix.
709         Reported by Andreas Schwab, analyzed by Stepan Kasal.
711         Add linear m4_cond for m4 1.4.x.
712         * lib/m4sugar/m4sugar.m4 (m4_cond): Split into...
713         (_m4_cond): ...this, for fewer macros per iteration.
714         * lib/m4sugar/foreach.m4 (_m4_cond): New implementation.
715         * tests/m4sugar.at (recursion): Test it.
716         * NEWS: Document the linear guarantee.
718         Speed up diversion handling.
719         * lib/m4sugar/m4sugar.m4 (m4_divert, m4_divert_push)
720         (m4_divert_pop, m4_divert_text): Avoid dnl for fewer macro
721         expansions.
723         AC_C_CHAR_UNSIGNED is not strictly necessary.
724         * doc/autoconf.texi (C Compiler) <AC_C_CHAR_UNSIGNED>: Mention a
725         portable alternative to this macro.
726         * THANKS: Update.
727         Reported by Hallvard B Furuseth.
729         Update some files from upstream.
730         * GNUmakefile: Update.
731         * build-aux/announce-gen: Likewise.
732         * build-aux/config.guess: Likewise.
733         * build-aux/config.sub: Likewise.
734         * build-aux/git-version-gen: Likewise.
735         * build-aux/texinfo.tex: Likewise.
736         * build-aux/vc-list-files: Likewise.
737         * doc/make-stds.texi: Likewise.
738         * doc/standards.texi: Likewise.
740 2008-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
742         Fix AC_CONFIG_FILES([$var]) 2.62 regression.
743         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Flatten
744         whitespace in $ac_config_files and $ac_config_headers.
745         * tests/torture.at (Parameterized AC_CONFIG_FILES): New test.
746         Report by Andreas Schwab and Per Ã˜yvind Karlsen.
747         * THANKS: Update.
749 2008-07-30  Eric Blake  <ebb9@byu.net>
751         Fix bugs in previous version of m4_bpatsubsts.
752         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): Don't expand $1, and
753         allow concatenation with subsequent text.
754         * tests/m4sugar.at (m4@&t@_bpatsubsts): Enhance test.
756 2008-07-29  Eric Blake  <ebb9@byu.net>
758         Add linear m4_bpatsubsts for m4 1.4.x.
759         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Match documentation
760         about anchors, even for only one substitution.
761         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): New implementation.
762         * doc/autoconf.texi (Conditional constructs) <m4_bpatsubsts>:
763         Clarify behavior with regard to quoting.
764         * tests/m4sugar.at (recursion): Test scaling of m4_bpatsubsts.
765         (m4@&t@_bpatsubsts): New test.
766         * NEWS: Document the linear guarantee.
768         Tweak m4_do semantics.
769         * lib/m4sugar/m4sugar.m4 (m4_do): Don't concat final argument with
770         subsequent text.
771         * lib/m4sugar/foreach.m4 (m4_do): Don't concat intermediate
772         arguments, and avoid infinite loop.
773         * doc/autoconf.texi (Evaluation Macros) <m4_do>: Document the
774         behavior.
775         * tests/m4sugar.at (m4@&t@_do): New test.
777         Optimize m4_for.
778         * lib/m4sugar/m4sugar.m4 (m4_for): Use fewer macros.
779         (_m4_for): Take additional parameter, for fewer m4_indir calls.
780         * lib/m4sugar/foreach.m4 (_m4_foreach, _m4_shiftn, m4_do)
781         (m4_reverse, _m4_list_pad, _m4_list_cmp): Adjust all callers.
782         * doc/autoconf.texi (Looping constructs) <m4_for>: Document subtle
783         semantic change caused by the optimization.
784         * tests/m4sugar.at (M4 loops): Test the new semantics.
786         One more m4_list_cmp tweak.
787         * lib/m4sugar/m4sugar.m4 (_m4_list_cmp_1): Don't defer shift.
788         * lib/m4sugar/foreach.m4 (m4_list_cmp): Fix comment.
789         * tests/m4sugar.at (recursion): Test both directions of list
790         disparity.
792         Add m4_reverse, and improve m4_list_cmp.
793         * lib/m4sugar/m4sugar.m4 (m4_reverse): New macro.
794         (m4_list_cmp): Rewrite to give linear behavior with M4 1.6 on an
795         m4_reverse'd list.
796         * lib/m4sugar/foreach.m4 (m4_reverse): Add the M4 1.4.x
797         counterpart.
798         * tests/m4sugar.at (recursion): Test it.
799         * doc/autoconf.texi (Evaluation Macros) <m4_reverse>: Document
800         it.
801         (Text processing Macros) <m4_append>: Cross-reference to m4_set.
802         * NEWS: Mention new macro.
804 2008-07-28  Eric Blake  <ebb9@byu.net>
806         Avoid _m4_shiftn for m4 1.6 speedup.
807         * lib/m4sugar/m4sugar.m4 (m4_foreach, _m4_foreach, m4_map)
808         (_m4_map, m4_map_sep): Rewrite recursion to use one less m4_if.
809         * lib/m4sugar/foreach.m4 (_m4_map): Accomodate changed signature.
811         Implement O(n) unique element set creation.
812         * lib/m4sugar/m4sugar.m4 (m4_set_add, m4_set_add_all)
813         (m4_set_contains, m4_set_contents, m4_set_delete)
814         (m4_set_difference, m4_set_dump, m4_set_empty, m4_set_foreach)
815         (m4_set_intersection, m4_set_list, m4_set_listc, m4_set_remove)
816         (m4_set_size, m4_set_union): New macros.
817         * lib/m4sugar/foreach.m4 (m4_set_add_all): Add O(n) fallback for
818         m4 1.4.x.
819         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, AC_SUBST): Use
820         new m4_set API for the set most likely to be large.
821         * doc/autoconf.texi (Set manipulation Macros): New node.
822         * NEWS: Mention new macros.
823         * tests/m4sugar.at (m4@&t@_set): New test.
825 2008-07-25  Eric Blake  <ebb9@byu.net>
827         Avoid infinite aclocal loop.
828         * lib/m4sugar/m4sugar.m4 (m4_init): Bypass m4_include tracing, so
829         that aclocal doesn't insist on finding m4sugar/foreach.m4.
831         Provide O(n) replacement macros for M4 1.4.x.
832         * lib/m4sugar/foreach.m4: New file.
833         (m4_foreach, m4_case, _m4_shiftn, m4_do, m4_dquote_elt, _m4_map)
834         (m4_join, m4_joinall, m4_list_cmp, _m4_minmax): Replace m4sugar
835         macros based on $@ recursion [fast on M4 1.6, but quadratic on M4
836         1.4.x] with versions based on m4_for/m4_foreach [slow on 1.6, but
837         linear on 1.4.x].
838         * lib/m4sugar/m4sugar.m4 (m4_init): Dynamically load new file if
839         older M4 is assumed.
840         (m4_map_sep): Optimize.
841         (m4_max, m4_min): Refactor, by adding...
842         (_m4_max, _m4_min, _m4_minmax): ...more efficient helpers.
843         (m4_defn, m4_popdef, m4_undefine): Use foreach recursion.
844         * lib/m4sugar/Makefile.am (dist_m4sugarlib_DATA): Distribute new
845         file.
846         * tests/m4sugar.at (M4 loops): Add a stress test that takes
847         forever if m4_foreach and friends are quadratic.
848         * NEWS: Mention this.
850 2008-07-21  Eric Blake  <ebb9@byu.net>
852         Ignore undefined macros, necessary with m4 1.6.
853         * bin/autoupdate.in (_au___undefine): New macro,...
854         (_au__undefine): ...wrapped by ifdef to silence m4 warnings.
855         Reported by Ralf Wildenhues.
857         Resync with gnulib.
858         * GNUmakefile: Grab from upstream, to fix issue where 'make
859         install' would allow installation of stale version string.
861 2008-07-19  Eric Blake  <ebb9@byu.net>
863         Support multiple arguments to m4_defn, m4_popdef, and m4_undefine.
864         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Loop
865         through all variables, per POSIX and newer m4.
866         (_m4_text_wrap): Exploit the looping capabilities.
867         * tests/m4sugar.at (m4@&t@_defn): Test this.
868         * NEWS: Document it.
869         * doc/autoconf.texi (Redefined M4 Macros) <m4_defn, m4_popdef>
870         <m4_undefine>: Likewise.
872         Reduce overhead of m4_builtin([defn]).
873         * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
874         internal macros, which are slightly more efficient than
875         m4_builtin([defn]) and company.
876         (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
877         (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
878         (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
879         (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
880         (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
881         (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
882         (m4_version_prereq): Use them.
884         Use warnings from m4 when available.
885         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
886         define slower wrapper if m4 will warn on our behalf; key off of
887         __m4_version__, added alongside the new warnings in m4 1.6.
888         * tests/m4sugar.at (m4@&t@_defn): New test.
890 2008-07-18  Eric Blake  <ebb9@byu.net>
892         Add m4_joinall.
893         * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
894         * tests/m4sugar.at (m4@&t@_join): Test them.
895         * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
896         m4_joinall.
897         * NEWS: Likewise.
899 2008-07-17  Stepan Kasal  <skasal@redhat.com>
900         and Eric Blake  <ebb9@byu.net>
902         Improve documentation of config.h.in template rules.
903         * doc/autoconf.texi (Header Templates): Mention rules on comments
904         and whitespace, and that the user cannot rely on #undef to survive
905         through config.status.
907 2008-07-16  Eric Blake  <ebb9@byu.net>
909         Revert m4_prepend; it is less efficient, and unused by bison.
910         * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
911         (m4_prepend_uniq_w): Delete addition from 2008-07-11.
912         (_m4_grow_uniq_1): Rename back...
913         (_m4_append_uniq): ...to this.
914         * NEWS: Revert NEWS blurb.
915         * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
916         * tests/m4sugar.at (m4@&t@_prepend): Delete.
918 2008-07-15  Eric Blake  <ebb9@byu.net>
920         Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
921         * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
922         definition for non-Autoconf clients of m4sugar.
924 2008-07-14  Eric Blake  <ebb9@byu.net>
926         Tighten bound of potential speed of m4_append.
927         * doc/autoconf.texi (Text processing Macros) <m4_append>
928         <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
929         O(n log n).
930         * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
931         Analysis by Bruno Haible.
933 2008-07-11  Eric Blake  <ebb9@byu.net>
935         Inherit improvements from bison's fork of m4sugar.
936         * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
937         find version.texi, since bison does not provide it.
938         (m4_prepend): Add new macro, from bison.
939         (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
940         completeness.
941         (_m4_append_uniq): Rename...
942         (_m4_grow_uniq_1): ...to this to share implementation, and
943         optimize initial assignment.
944         (m4_append_uniq_w): Adjust caller.
945         * NEWS: Document new macros.
946         * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
947         speed consideration.
948         <m4_prepend>: Document the new prepend variants.
949         * tests/m4sugar.at (m4@&t@_prepend): New test.
951         Work around M4 1.6 warning on undefined macros.
952         * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
953         not already available as builtins.
955 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
957         * doc/autoconf.texi (@dvar): Remove trailing newline.
958         (@ovar): Likewise.  Fix macro documentation.
960 2008-07-02  Stepan Kasal  <skasal@redhat.com>
962         Add quotes to the header of autoscan-generated source.
963         * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
965 2008-06-28  Andreas Schwab  <schwab@suse.de>
967         * doc/autoconf.texi (autoscan Invocation): Fix spacing.
968         (autoconf Invocation): Likewise.
969         (autoreconf Invocation): Likewise.
970         (autoheader Invocation): Likewise.
971         (autom4te Invocation): Likewise.
973 2008-06-19  Eric Blake  <ebb9@byu.net>
975         Add comment explaining recent patch.
976         * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
977         of * vs. ? globbing.
979 2008-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
981         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
982         linking a file to itself.
983         Report by Bruno Haible.
985 2008-06-19  Eric Blake  <ebb9@byu.net>
987         Resync with gnulib.
988         * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
989         Reported by Stepan Kasal.
991 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
993         Reorganize autotest files, factorize for parallel execution.
994         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
995         earlier in the file.
996         (AT_INIT): Create line number cache in
997         $at_suite_dir/at-source-lines.
998         <at_helper_dir>: New directory at-groups below $at_suite_dir.
999         Add comment explaining the new directory structure.
1000         (at_func_group_prepare, at_func_group_postprocess): New shell
1001         functions to factorize per-test group work.  Keep the actual
1002         test execution outside of a shell function in order to avoid
1003         zsh 4.x exit status bugs.
1004         <at_check_line_file, at_status_file, at_stdout, at_stder1>
1005         <at_stderr, at_test_source>: Turn these into per-group files
1006         below $at_helper_dir.  Also store test results there in files
1007         named pass, fail, xpass, xfail, skip.  Let the parent collect
1008         results from $at_helper_dir.  Adjust summary statistics
1009         computation and result output.
1011 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1013         Fix '#undef variable /* comment */' transform in config headers.
1014         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
1015         undefined preprocessor macros that are followed by a comment
1016         in the header template, do not create nested comments in the
1017         output.
1018         * tests/torture.at (@%:@define header templates): Extend test.
1019         * NEWS: Update.
1020         Report by Karsten Hopp <karsten@redhat.com>.
1022 2008-06-09  Eric Blake  <ebb9@byu.net>
1024         Mark AC_TYPE_SIGNAL as obsolete.
1025         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
1026         * doc/autoconf.texi (Function Portability): Update documentation.
1027         (Particular Types): Move AC_TYPE_SIGNAL...
1028         (Obsolete Macros): ...here, and mention why.
1029         * NEWS: Mention the change.
1031         Allow lib64 as a default X library location.
1032         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
1033         * NEWS: Mention the change.
1034         * THANKS: Update.
1035         Reported by Brad Walker.
1037 2008-06-05  Eric Blake  <ebb9@byu.net>
1039         Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
1040         * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
1041         converting it to lower case.
1042         * tests/autotest.at (Keywords and ranges): Test this.
1043         * NEWS: Document the fix.
1044         * THANKS: Update.
1045         Reported via Karsten Hopp, by Jochen Schmitt in
1046         https://bugzilla.redhat.com/show_bug.cgi?id=449973
1048 2008-06-03  Eric Blake  <ebb9@byu.net>
1050         Fix 'make dist' regression from 2008-05-08.
1051         * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
1052         GNUmakefile's _autoconf rule removes INSTALL.
1054 2008-05-27  Eric Blake  <ebb9@byu.net>
1056         Document Solaris /bin/sh redirection pitfall.
1057         * doc/autoconf.texi (File Descriptors): Mention redirection bug.
1059 2008-05-14  Eric Blake  <ebb9@byu.net>
1061         Improve documentation of ! issues.
1062         * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
1063         Reported by Noah Misch.
1065         Document some FreeBSD shell bugs.
1066         * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
1067         in compound pipe commands.
1068         <export>: Mention difference of exporting an undefined variable.
1069         (Shell Functions): Mention loss of $? in entry to shell functions.
1070         Extracted from the git mailing list.
1072 2008-05-13  Stepan Kasal  <kasal@ucw.cz>
1074         Work around MSYS and Cygwin bugs when dealing with trailing space.
1075         * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
1076         even when platform bugs are tickled.
1077         Reported by Keith Marshall and Eric Blake.
1079 2008-05-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1081         Let AC_MSG_FAILURE report pwd.
1082         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
1083         Output $ac_pwd along with fatal failure.
1084         * tests/torture.at (Deep Package): Extend test.
1085         Reported numerous times against GCC, and probably other packages.
1087 2008-05-12  Eric Blake  <ebb9@byu.net>
1089         Enforce --help and --version compliance.
1090         * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
1092 2008-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>  (tiny change)
1094         Avoid case-insensitive `make install' vs. `INSTALL' conflict.
1095         * Makefile.am ($(srcdir)/INSTALL): Replace all references...
1096         ($(abs_srcdir)/INSTALL): ...with this.
1098 2008-05-06  Eric Blake  <ebb9@byu.net>
1100         Fix typo.
1101         * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
1103         Avoid overfull \hbox.
1104         * doc/autoconf.texi (Versioning): Reword to fit line size.
1106         Document $(( )) pitfalls.
1107         * doc/autoconf.texi (Shell Substitutions): Mention octal
1108         vs. decimal.  Mention autotest's at_func_arith.
1110         Improve behavior of './testsuite 01'.
1111         * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
1112         Alter usage to eval its arguments, in order to normalize away
1113         leading zero.  All callers updated.
1114         * tests/autotest.at (Keywords and ranges): Test range
1115         normalization with leading 0.
1117 2008-04-26  Eric Blake  <ebb9@byu.net>
1119         Mention Solaris /usr/ucb/tr pitfall.
1120         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
1121         Reported by Bruno Haible and Jim Meyering.
1123 2008-04-24  Eric Blake  <ebb9@byu.net>
1125         Mention m4sugar's internal quote strings.
1126         * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
1127         in m4sugar, and how to still output it literally.
1128         * tests/m4sugar.at (m4@&t@_split): And test it.
1129         Reported by Joel E. Denny.
1131 2008-04-23  Eric Blake  <ebb9@byu.net>
1133         Allow unbalanced () in m4_expand.
1134         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
1135         quotes.
1136         (m4_noquote, _m4_split): Use consistent complex quote.
1137         * tests/autotest.at (Left paren, Right paren): Test this.
1138         (Parentheses): Ensure new quadrigraphs still work.
1139         (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
1140         * NEWS: Mention the fix.
1141         * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
1142         require quadrigraphs for ().
1143         (Evaluation Macros) <m4_expand>: Relax the restriction against
1144         unbalanced ().
1145         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
1146         (Writing Testsuites) <AT_SETUP>: Likewise.
1147         Reported by Joel E. Denny, fix suggested by Noah Misch.
1149 2008-04-22  Eric Blake  <ebb9@byu.net>
1151         Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
1152         * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
1153         (handle_traces): Likewise.
1154         * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
1155         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
1156         * doc/autoconf.texi (Quadrigraphs): Document them.
1157         (Evaluation Macros) <m4_expand>: Enhance documentation.
1158         (Text processing Macros) <m4_text_box>: Document cases where
1159         quadrigraphs can help for problemetic unbalanced parentheses.
1160         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
1161         (Writing Testsuites) <AT_SETUP>: Likewise.
1162         (Limitations of Builtins) <case>: Consolidate text on unbalanced
1163         parentheses, and add an example of creative comments.
1164         * NEWS: Document the addition.
1165         Reported by Joel E. Denny.
1167 2008-04-16  Eric Blake  <ebb9@byu.net>
1169         Document pdksh exec behavior.
1170         * doc/autoconf.texi (Limitations of Builtins) <exec>: New
1171         subsection.
1172         Discovered by Jim Meyering.
1174 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176         * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
1177         arguments to the inner suite.
1178         (errexit, input from stdin): New tests.
1180 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1182         * NEWS: Post-release update.
1184 2008-04-10  Eric Blake  <ebb9@byu.net>
1186         AC_AUTOCONF_VERSION might contain arbitrary macro names.
1187         * doc/autoconf.texi (Versioning): Mention problem with expansion.
1188         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
1190 2008-04-09  Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>  (tiny change)
1192         Flush buffered output before exit.
1193         * bin/autom4te.in (handle_output): Explicitly close file.
1194         * THANKS: Update.
1195         See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
1197 2008-04-08  Eric Blake  <ebb9@byu.net>
1199         Generate web docs for 2.62.
1200         * doc/autoconf.texi (Evaluation Macros): Fix typo.
1201         (Notices): Use recommended means to escape RCS keyword.
1202         * cfg.mk (gnulib_dir): New macro.
1203         (web-manual): New target.
1205 2008-04-05  Eric Blake  <ebb9@byu.net>
1207         Release Version 2.62.
1208         * NEWS: Mention the release.
1210 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
1211         and Eric Blake  <ebb9@byu.net>
1213         Return back to GPLv2+, until the text of the exceptions is
1214         finalized, reverting the change from 2007-07-03 and the first
1215         part of the change from 2007-07-20.
1216         * COPYING: Revert to GPLv2.
1217         * COPYINGv3: New file, since some auxiliary build tools, used for
1218         building autoconf and not installed, are GPLv3.
1219         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
1220         * NEWS: Remove mention of GPLv3.
1221         * README: Clarify situation regarding GPLv3.
1223 2008-04-05  Eric Blake  <ebb9@byu.net>
1225         Prepare for release.
1226         * maint.mk (announcement): Avoid deleted option.
1227         * cfg.mk (release_archive_dir): Use default.
1228         * build-aux/gnupload: New file, from automake/gnulib.
1229         * Makefile.am (EXTRA_DIST): Distribute it.
1230         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
1231         from syntax check.
1233 2008-04-05  Jim Meyering  <meyering@redhat.com>
1234         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1236         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
1237         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
1238         is the EOL marker, skip a step that would remove and translate
1239         carriage return bytes.
1240         * THANKS: Update.
1241         Reported by Elbert Pol.
1243 2008-04-05  Eric Blake  <ebb9@byu.net>
1245         Avoid some autoreconf -Wall warnings.
1246         * configure.ac: Use proper quoting, to be a good example.
1247         (PACKAGE_NAME): Remove setting covered by autoconf.
1248         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
1249         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
1250         automake.
1251         (html, autoconf_1.html, standards_1.html): Likewise.
1252         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
1253         * Makefile.am (html): Likewise.
1254         * doc/autoconf.texi (Quoting and Parameters): Add missing section
1255         name.
1256         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
1257         warning about our override, until Automake is fixed.
1258         * README-hacking: Document minimum requirements for bootstrap.
1260 2008-04-03  Eric Blake  <ebb9@byu.net>
1262         Fix version number generation in man pages.
1263         * Makefile.am (EXTRA_DIST): Distribute .version.
1264         (.version): New rule.
1265         * man/Makefile.am (common_dep): Depend on .version, not
1266         configure.ac.
1267         (.x.1): Use package name for version string.
1268         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
1269         * build-aux/git-version-gen: Sync from upstream.
1271         More maintainer tweaks: pass 'make maintainer-distcheck'.
1272         * GNUmakefile (_is-dist-target): Sync from upstream.
1273         * build-aux/vc-list-files: Sync from upstream, yet again.
1274         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
1275         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
1276         package.m4.
1277         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
1279         Fix VPATH 'make syntax-check'.
1280         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
1281         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
1282         (author_mark_check): Avoid error message.
1283         * build-aux/vc-list-files: Sync from upstream again.
1284         * build-aux/texinfo.tex: Likewise.
1286         Sync files from upstream, and pass 'make syntax-check'.
1287         * config/announce-gen: Move...
1288         * build-aux/announce-gen: ...here, and sync from gnulib.
1289         * Makefile.am (EXTRA_DIST): Adjust accordingly.
1290         * cfg.mk (announce_gen): Likewise.
1291         (prev_version_file): Delete, relying on default in maint.mk.
1292         (gpg_key_ID): New macro.
1293         (url_dir_list): Rewrite to match coreutils.
1294         * config/prev-version.txt: Move...
1295         * .prev-version: ...here, and adjust to 2.61.
1296         * build-aux/vc-list-files: Sync from coreutils.
1297         * maint.mk: Resynchronize with coreutils, where possible.
1298         (ME): Remove $(srcdir) from definition.
1299         (CVS): Delete.
1300         (GIT, VC, VC-tag): New macros.
1301         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
1302         (VC_LIST, VC_LIST_EXCEPT): ...to this.
1303         (cvs-tag-check): Delete.
1304         (cvs-diff-check): Rename...
1305         (vc-diff-check): ...to this.
1306         (sc_file_system): Allow FHS acronym.
1307         * doc/autoconf.texi (Particular Functions): Recommend
1308         unconditional <config.h>.
1309         * build-aux/config.guess: Sync from upstream (manually).
1310         * build-aux/config.sub: Likewise.
1311         * build-aux/texinfo.tex: Likewise.
1312         * doc/make-stds.texi: Likewise.
1313         * doc/standards.texi: Likewise.
1314         * .gitattributes: Ignore whitespace problems in upstream files.
1316 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1318         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
1319         bug on HP-UX/IA.
1320         Report by Peter O'Gorman.
1322 2008-04-02  Eric Blake  <ebb9@byu.net>
1324         Recommend the just-released M4 1.4.11.
1325         * NEWS: Update recommendation.
1326         * README: Likewise.
1327         * doc/autoconf.texi (Introduction): Likewise.
1328         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
1330 2008-04-01  Eric Blake  <ebb9@byu.net>
1332         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
1333         copyright year.
1335 2008-03-28  Peter O'Gorman  <peter@pogma.com>
1337         Find X11 on Mac OS X too.
1338         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
1339         Check for libX11 with extensions dylib la and dll too.
1340         * THANKS: Update.
1341         Reported by Martin Costabel.
1343 2008-03-28  Eric Blake  <ebb9@byu.net>
1345         Update TODO based on completed tasks.
1346         * TODO (AC_PROG_INSTALL takes multiple files): Done.
1347         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
1348         (AC_COMPILE_IFELSE documentation): Done.
1349         (Tracing builtins): Done, now that we require M4 1.4.5.
1350         (AC_PROG_CC_POSIX suggestion, providing header files)
1351         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
1352         (cache consistency): Done with precious variables.
1354 2008-03-26  Eric Blake  <ebb9@byu.net>
1356         Document --trace=macro:format in --help output.
1357         * bin/autom4te.in (help): Mention optional trace format.
1358         * bin/autoconf.as (usage): Likewise.
1360         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
1361         typos in last patch.
1362         Reported by Ralf Wildenhues.
1364 2008-03-26  Jim Meyering  <meyering@redhat.com>
1366         Fix texinfo syntax error.
1367         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
1369 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1371         Warn, not fail on whitespace-only precious variable differences.
1372         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
1373         precious variable differences less ambiguous with `ugly-quotes'.
1374         If their settings differ only in whitespace, do not fail, but
1375         reuse the old value.
1376         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
1377         an optional status and expected-warning argument.  Fix m4
1378         quotation for initial value.
1379         (AC_ARG_VAR): Also test for whitespace-only differences, and
1380         that the old value is retained in this case.
1381         * doc/autoconf.texi (Setting Output Variables): Document this.
1382         * NEWS: Update.
1383         Report and initial patch by Paolo Bonzini.
1385 2008-03-26  Eric Blake  <ebb9@byu.net>
1387         Document busybox sed bug.
1388         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
1389         restrictions when using back-references.
1390         Reported by Vincent Lefevre:
1391         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
1393         Document Automake interaction with AC_CONFIG_MACRO_DIR.
1394         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
1395         users.
1396         * THANKS: Update.
1397         Reported by Chris Pickett.
1399 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1401         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
1403         * tests/local.at (AT_CHECK_M4): Factorize warning output
1404         normalization.
1405         Suggested by Eric Blake.
1407 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1409         Fix .exe-related test failure on MinGW.
1410         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
1411         for comparing warning output.
1413         Fix Fortran testsuite failures with gfortran 4.3.
1414         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
1415         verbose compiler output, skip lines that set variables; gfortran
1416         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
1417         * THANKS: Update.
1418         Report by Vincent Lefèvre.
1420 2008-03-21  Eric Blake  <ebb9@byu.net>
1422         * GNUmakefile: Resynchronize with gnulib.
1424         Document more uses of $cross_compiling.
1425         * doc/autoconf.texi (Runtime): Document that a temporary override
1426         is permissible.
1427         * THANKS: Update.
1428         Reported by Ineiev, example by Ralf Wildenhues.
1430         Don't swallow $1 in textual local variables.
1431         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
1432         expansion of text arguments, as that swallows $1.
1433         (m4_text_wrap): Likewise, by splitting out...
1434         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
1435         expression for width.
1436         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
1437         (m4@&t@_combine): Likewise.
1439 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1441         Avoid leftover files on Leopard.
1442         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
1443         directory created on darwin.
1444         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
1445         left over from a broken link.
1446         * tests/c.at (AC_NO_EXECUTABLES (working linker))
1447         (AC_NO_EXECUTABLES (broken linker)): New tests.
1448         Report by Gary V. Vaughan.
1450         * lib/autom4te.in (Automake-preselections): Trace
1451         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
1453 2008-03-20  Eric Blake  <ebb9@byu.net>
1455         Kill more CVS references.
1456         * README-cvs: Delete.  See README-hacking instead.
1457         * README-hacking: Update wording, based on older file.
1458         * BUGS: Remove CVS mention.
1460 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1462         * tests/tools.at (autotools and whitespace in file names): Skip
1463         if aclocal is not present.
1465 2008-03-20  Eric Blake  <ebb9@byu.net>
1467         Sync GNUmakefile with gnulib.
1468         * GNUmakefile (Makefile.cfg): Rename...
1469         (cfg.mk): ...to this, and make optional.
1470         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
1471         (Makefile.maint): Rename...
1472         (maint.mk): ...to this.
1473         (all) [!_have-Makefile]: Rename...
1474         (abort-due-to-no-makefile): ...to this, and invoke via
1475         .DEFAULT_GOAL to pick up all targets.
1476         * Makefile.cfg: Rename...
1477         * cfg.mk: ...to this.
1478         * Makefile.maint: Rename...
1479         * maint.mk ...to this.
1480         (ME): Reflect name change.
1481         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
1482         rather than hard-coded name.
1483         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
1484         * Makefile.am (EXTRA_DIST): Reflect file name changes.
1485         * .x-sc_prohibit_atoi_atof: Likewise.
1486         * lib/freeze.mk: Likewise.
1488 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
1490         * doc/autoconf.texi (Introduction): Improve the paraphrase of
1491         Henry Spencer's quotation.
1493 2008-03-19  Eric Blake  <ebb9@byu.net>
1495         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
1496         * bin/autoscan.in (output): Avoid obsolete spelling.
1497         * tests/local.at (AC_STATE_SAVE): Update usage.
1498         * THANKS: Update.
1499         Reported by John Calcote.
1501         Emphasize that ease of configure triumphs over ease of autoconf.
1502         * doc/autoconf.texi (Introduction): Expand on primary
1503         vs. secondary goal of autoconf.
1504         * THANKS: Update.
1505         Inspired by Paul Smith.
1507 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1509         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
1510         $hint, show if the executing program does not exist.
1511         (xsystem_hint): New function, like xsystem but allows to pass
1512         a hint.
1513         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
1514         libtoolize.
1515         Report by Bruce Korb.
1517 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
1519         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
1520         tests/mktests.sh, tests/wrapper.as: Fix typos.
1522 2008-03-12  Eric Blake  <ebb9@byu.net>
1524         Fix yesterday's regression in m4_wrap([$1]).
1525         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
1526         text, since it may contain text that looks like parameters.
1527         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
1529 2008-03-11  Eric Blake  <ebb9@byu.net>
1531         Improve error messages for common testsuite bugs.
1532         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
1533         macros for defining order-enforced macros.
1534         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
1535         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
1536         messages when order violations are detected.
1537         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
1538         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
1539         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
1540         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
1541         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
1542         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
1543         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
1544         (Banner-only test suite): New tests.
1545         Reported by Christopher Hulbert.
1547         Tweak m4_wrap to force FIFO or LIFO semantics.
1548         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
1549         (m4_wrap_lifo, _m4_wrap): New macros.
1550         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
1551         order, prior to m4sugar's.
1552         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
1553         m4_wrap.
1554         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
1555         known order, prior to m4sh's.
1556         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
1557         argument.
1558         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
1559         new behavior.
1560         * tests/m4sh.at (AS_INIT cleanup): New test.
1561         * NEWS: Document the change.
1563 2008-03-10  Eric Blake  <ebb9@byu.net>
1565         Encode nested autotest data.
1566         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
1567         (unusual file names): Likewise.
1568         (m4_pattern_allow): Remove loophole, to make it easier to catch
1569         poorly written tests.
1571         Factor some autotest tests.
1572         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
1573         common initialization.
1574         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
1575         (whitespace in absolute testdir, unusual file names): Use it.
1577 2008-03-06  Eric Blake  <ebb9@byu.net>
1579         Minor documentation fix.
1580         * doc/autoconf.texi (Evaluation Macros): Fix typo.
1582 2008-03-04  Eric Blake  <ebb9@byu.net>
1584         Make AT_CHECK act like a simple command.
1585         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
1586         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
1588 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590         On MinGW, substitution of CR and 0xFF fails.
1591         * tests/torture.at (Substitute and define special characters):
1592         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
1593         wrong thing for CR.
1595 2008-03-04  Eric Blake  <ebb9@byu.net>
1597         Pull in recent maintainer improvements from coreutils.
1598         * GNUmakefile (_is-dist-target): 'make distclean' should not
1599         trigger autoreconf.
1600         (_dummy): Change directories before removing autom4te.cache.
1601         (check dist distcheck install) [!_have-Makefile]: Provide nicer
1602         diagnostics.
1603         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
1604         builds, after initial bootstrap.
1605         * Makefile.am (distclean-local): Work around current automake bug.
1606         * Makefile.maint (ME): Allow VPATH usage.
1608         Use git-merge-changelog when available.
1609         * .gitattributes: New file.
1610         * README-hacking: Document use of git-merge-changelog.
1612         Work around cygwin bug.
1613         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
1614         "touch 't\'" creates regular file 't'.
1616         Ignore tests that require read-only directories under root.
1617         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
1618         no-write portion if user has root-like privileges.
1620 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1622         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
1624 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626         autoreconf -m now honors $MAKE.
1627         * bin/autoreconf.in ($run_make): Renamed from ...
1628         ($make): ... this.  Use now as command to run `make',
1629         overridden by $MAKE.  Document this in --help output.
1630         * doc/autoconf.texi (autoreconf Invocation): Document
1631         all environment variables honored by autoreconf.
1632         * NEWS: Update.
1633         Report by Paul Eggert.
1635 2008-03-03  Eric Blake  <ebb9@byu.net>
1637         Documentation improvements.
1638         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
1639         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
1640         that preceeds @dots.  Improve wording.
1641         (Text processing Macros): Drop `1' suffix from metasyntax variable
1642         name that preceeds @dots.
1643         (Number processing Macros): Drop `1' suffix from metasyntax
1644         variable name that preceeds @dots.  Improve wording.
1645         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
1646         Suggested by Ralf Wildenhues.
1648 2008-03-02  Jim Meyering  <meyering@redhat.com>
1650         Don't infloop upon "make dist".
1651         * GNUmakefile: Merge from coreutils.
1652         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
1653         not .version.
1654         * configure.ac (AC_INIT): Use .tarball-version, not .version.
1655         * build-aux/git-version-gen: Update from gnulib.
1657 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1659         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1660         Before using /dev/full, check that it is a writable character
1661         special device.
1662         Report by Benoit Sigoure and Eric Blake.
1664         Actually test that @configure_input@ is expanded correctly.
1665         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1666         Actually check generated file contents for the name of the
1667         generated file, using AC_PROG_FGREP and $FGREP.
1669 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
1671         Be nice with file systems that don't handle unusual characters.
1672         * tests/atlocal.in (func_sanitize_file_name)
1673         (func_sanitize_dir_name): New shell functions.
1674         * tests/tools.at (autom4te and whitespace in file names)
1675         (autotools and whitespace in file names): Use them.
1676         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1677         Cover more potentially problemtic file names.  Use the new
1678         functions.
1680         Properly handle funny file names for headers in config.status.
1681         The test suite did not cover this bug because the code was not
1682         quoting properly the arguments of `rm -f' (which "fails" silently)
1683         as well as the arguments of `diff' (whose output was redirected to
1684         /dev/null so we couldn't see its error message).
1685         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
1686         file names passed to `rm' and `diff'.
1687         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1688         Add a regression test.
1690 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
1691         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1693         Properly expand @configure_input@ in config.status.
1694         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
1695         Escape the backslashes and ampersands in $configure_input before
1696         using it in the sed replacement string to expand @configure_input@.
1697         Report by Eric Blake and Patrick Welche.
1699 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1701         Ignore errors from ./run on w32.
1702         * tests/autotest.at (whitespace in absolute testdir):
1703         Ignore stderr for `./run' which fails to remove the
1704         busy test directory on w32.
1706 2008-02-22  Eric Blake  <ebb9@byu.net>
1708         Improve documentation for writing autotest suites.
1709         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
1710         checks must live inside a test group.
1711         Reported by Christopher Hulbert.
1713 2008-02-21  Eric Blake  <ebb9@byu.net>
1715         Sync git-version-gen from upstream.
1716         * build-aux/git-version-gen: Pull from gnulib.
1717         * configure.ac (AC_INIT): Adjust to new calling convention.
1719 2008-02-12  Eric Blake  <ebb9@byu.net>
1721         Avoid trailing space in config.h with AC_DEFINE([var], []).
1722         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
1723         defines with a comment.
1725 2008-02-08  Eric Blake  <ebb9@byu.net>
1727         Fix texinfo typos in previous patch.
1728         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
1729         Reported by Ralf Wildenhues.
1731         Describe a config.site that can be used for FHS compliance.
1732         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
1733         for FHS.
1734         * THANKS: Update.
1735         Reported by Jules Colding and Ralf Wildenhues.
1737 2008-02-02  Eric Blake  <ebb9@byu.net>
1739         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
1741 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1743         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
1744         again, broken since introduction of `-C dir'.
1745         * tests/autotest.at (Choosing where testsuite is run): Test it.
1747 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1749         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
1751 2008-01-29  Eric Blake  <ebb9@byu.net>
1753         Fix more autotest regressions.
1754         * lib/autotest/general.m4 (AT_LINE): Fix regression from
1755         2007-10-04 when file name is `dnl'.
1756         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
1757         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
1758         yesterday in libtool's testsuite.
1759         (_AT_ARG_OPTION): Detect write failure.
1760         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
1761         make libtool's use kosher.  Document m4_init.
1762         (Programming in M4sh): Document AS_INIT.
1763         (Writing Testsuites): Document limitation of AT_DATA file name.
1764         * tests/autotest.at (unusual file names): New test.
1765         (Banners, Keywords and ranges): Use correct shell.
1767         More corner cases in testsuite VAR=VALUE handling.
1768         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
1769         bug.
1770         <PARSE_ARGS_END>: Also detect leading digits in assignments.
1771         * tests/autotest.at (Using atlocal): Enhance test to catch last
1772         bug.
1774         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
1775         bug.
1777 2008-01-28  Eric Blake  <ebb9@byu.net>
1779         Fix regression in handling VAR=VALUE arguments to testsuite.
1780         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
1781         leading = as invalid.  Defer use of command-line variable
1782         assignments...
1783         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
1784         regression in sourcing files.
1785         * tests/autotest.at (Using atlocal): New test to catch this.
1786         (Debugging a successful test, Choosing where testsuite is run):
1787         Use correct shell.
1788         Reported by Ralf Wildenhues.
1790         Document grep peculiarity.
1791         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
1792         BSD behavior on binary input.
1794         Minor testsuite improvements.
1795         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
1796         forks when sanitizing PATH.  Always output machine information,
1797         not just when atconfig was located.
1799         Add 'testsuite -C dir'.
1800         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
1801         detection...
1802         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
1803         argument.
1804         <DEFAULTS>: Delay computation of variables based on $at_dir...
1805         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
1806         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
1807         <PARSE_ARGS>: Parse new option.
1808         <HELP_TUNING>: Document it.
1809         * tests/autotest.at (Choosing where testsuite is run): New test
1810         for this feature.
1811         (Keywords and ranges): Add test for missing -k argument.
1812         * NEWS: Document this.
1813         * doc/autoconf.texi (testsuite Invocation): Likewise.
1815 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1817         * build-aux/config.guess, build-aux/config.sub,
1818         build-aux/texinfo.tex: Sync from gnulib.
1819         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
1820         Likewise.
1822 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1824         * doc/autoconf.texi (Particular Programs): Do not mention the
1825         Autoconf version in which the AC_PROG_INSTALL change was done.
1826         Suggested by Paul Eggert.
1828 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1830         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
1831         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
1832         mode, we change to the source directory, also set $ac_pwd so we
1833         do not go back to the build tree for the next config subdir.
1834         * tests/torture.at (Deep Package): Extend test to contain two
1835         config subdirs on the top level.
1837         Fix parallel `maintainer-check'.
1838         * Makefile.am (maintainer-check-tests): Depend on `all'.
1839         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
1840         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
1841         Likewise.
1842         (maintainer-check): Serialize the testsuite runs.
1844         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
1845         in feature string for --enable/--with.  Convert to underscore
1846         for variable name.
1848         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
1849         `install -c file1 file2 dir' works.
1850         * doc/autoconf.texi (Particular Programs): Document this.
1851         * NEWS: Update.
1853 2008-01-21  Eric Blake  <ebb9@byu.net>
1855         Improve documentation about default include directives.
1856         * doc/autoconf.texi (Generic Headers, Generic Declarations)
1857         (Generic Structures, Generic Types)
1858         (Generic Compiler Characteristics): Add links to
1859         AC_INCLUDES_DEFAULT.
1860         Reported by Reuben Thomas.
1862 2008-01-15  Eric Blake  <ebb9@byu.net>
1864         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
1866 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
1869         check_SCRIPTS.  Building the wrappers for `all' allows help2man
1870         to use them for the manpages.
1871         Report by Benoit Sigoure.
1873         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
1875 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1877         Fix some write failure cases in Autotest.
1878         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
1879         upon write failures for --help, --version, --list.
1880         Guard against write failures for intermediate created scripts.
1881         <at_func_create_debugging_script>: Do not make the debugging
1882         script executable if it is not complete.
1884 2007-12-12  Eric Blake  <ebb9@byu.net>
1886         Fix thinko in earlier patch - m4_join isn't defined yet.
1887         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
1888         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
1889         (m4_require): Use m4_do, not m4_join.
1891         Fix some whitespace tests on cygwin.
1892         * tests/tools.at (autom4te and whitespace in file names): Restore
1893         font-lock.  Create $TMPDIR before it might be used.
1895         Fix spurious testsuite failure with M4 1.4.11.
1896         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
1898         Optimize AC_REQUIRE.
1899         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
1900         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
1901         (m4_require): Avoid extra macro calls.
1903 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1905         * tests/torture.at (srcdir): Fix quoting.
1907         Do not pass top_srcdir to configure scripts in testsuite.
1908         * tests/autotest.at (srcdir propagation): Copy install-sh to
1909         source tree.
1910         (my only test): Drop setting of `top_srcdir'.
1911         * tests/base.at (Input/Output): Likewise.
1912         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
1913         config.guess, and config.sub to test source tree.
1914         Drop AC_CONFIG_AUX_DIR setting.
1915         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
1916         * tests/torture.at (Substitute a 2000-byte string): Drop
1917         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
1918         (Substitute a newline, datarootdir workaround): Likewise.
1919         (Define a newline): Adjust for linenumber changes in configure.ac.
1920         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
1922         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
1923         if `pwd` contains whitespace.
1925         Quote $abs_top_srcdir in tests.
1926         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
1927         * tests/tools.at (Syntax of the shell scripts): Likewise.
1929         * tests/m4sh.at (LINENO): Quote $0.
1931         Fix testsuite program wrapper for whitespace in `pwd`.
1932         The problem here is that the usual mantra is that command
1933         variables can contain arguments, thus we cannot just escape
1934         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
1935         $top_builddir/tests directory early in $PATH, so that the
1936         wrappers are found by their plain name.
1937         * tests/wrapper.as: Put $testdir early in $PATH.
1938         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
1940         Proper config.status --file/--header and $srcdir escaping.
1941         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
1942         characters in $ac_file_inputs.
1943         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
1944         accordingly.
1945         * tests/torture.at (datarootdir workaround): Adjust.
1946         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
1948         Fix Autotest for whitespace in `pwd`.
1949         * lib/autotest/general.m4 (AT_INIT)
1950         <at_func_create_debugging_script, Driver Loop>:
1951         Quote $at_group_dir.
1952         * tests/autotest.at (whitespace in absolute testdir): New test.
1954         * lib/autom4te.in: Quote @datadir@.
1956         Proper file name escaping in Autoconf programs and Perl modules.
1957         This includes escaping of characters special to the shell
1958         as well as special to Perl, e.g., leading `<' or `>'.
1959         For example, when $file starts with `>', `open ">$file"'
1960         wrongly tries to append to a different file.
1961         * bin/autoconf.as: Fix quoting for autom4te options.
1962         * lib/Autom4te/General.pm (shell_quote): New function, taken
1963         from coreutils, written by Jim Meyering.
1964         (mktmpdir): Use it.
1965         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
1966         and open_quote.
1967         * bin/autoreconf.in (parse_args): Likewise.
1968         * bin/autoscan.in (main): Likewise.
1969         * bin/autoupdate.in (main): Likewise.
1970         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
1971         * bin/ifnames.in: Likewise, XFile usage fixes.
1972         * tests/tools.at (autom4te and whitespace in file names): Extend
1973         test.  Test twice, with special characters allowed on w32, and the
1974         rest.  Test leading and trailing whitespace, for `open_quote'.
1975         (autotools and whitespace in file names): New, analogous test.
1976         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
1977         by Russ Allbery and Eric Blake.
1979         Sync from Automake.
1980         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
1981         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
1982         * lib/Autom4te/FileUtils.pm (open_quote): New function.
1983         (update_file, contents): Use it.
1985         * Makefile.am (autom4te-update): Rewrite for git.
1987 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1989         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
1991         Fix copyright years.
1992         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
1993         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
1995 2007-12-04  Eric Blake  <ebb9@byu.net>
1997         Manually resync with gnulib, since 'make cvs-update' no longer works.
1998         * build-aux/config.guess: New upstream version.
1999         * build-aux/config.sub: Likewise.
2001         When using older automake, don't downgrade build-aux/texinfo.tex.
2002         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
2003         * doc/Makefile.am (TEXINFO_TEX): Add.
2005 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2007         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
2008         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
2009         #undef as this runs afoul of our new way of creating config.h.
2010         Problem reported by Jim Meyering in
2011         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
2013 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2015         Fix autom4te for unusual characters in input file names.
2016         * bin/autom4te.in (files_to_options): Quote active characters
2017         for the shell.
2018         * tests/tools.at (autom4te and white space in file names):
2019         New test.
2021         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
2022         Document that Tru64 awk always splits $0.
2024 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
2026         * lib/autotest/general.m4 (AT_INIT): Do not extract the
2027         `#AT_STOP_...' line at the end of each test.
2029 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2031         * lib/autotest/general.m4 (AT_INIT): For awk line number
2032         extraction script, ensure `$at_group' has a defined value
2033         even for the empty set, and properly quote its usage inside
2034         the awk script.
2036 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2038         * doc/autoconf.texi (Shell Functions): New chapter.  Document
2039         IRIX sh $0 issue in functions, move content from ...
2040         (Portable Shell): ... here.
2041         (Shell Script Compiler): Note that shell functions are not
2042         totally unportable any more.
2044 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
2045         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2047         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
2048         extracting the line numbers of the last needed test.
2050 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
2053         Fix quoting.
2055 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2057         Fix IRIX testsuite debugging failures: $0 in functions.
2058         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
2059         Do not use $0 inside a function, as IRIX sh will set that to the
2060         function name rather than the script invocation name.
2062 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
2063         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2065         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
2066         to extract test scripts.
2067         (AT_INIT): Extract and cache test script line numbers.
2069 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2071         * lib/autotest/general.m4: Revert 2007-11-15 patch and
2072         subsequent fixups; the awk -> here-document conversion trashes
2073         performance too much with AIX sh.
2075 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2077         * tests/local.at: Do not test m4, perl with AT_TESTED.
2079         Diagnose and guard against write errors dealing with config.status.
2080         The general idea is this: all write failures from `configure'
2081         writing `config.status' are indicated by $ac_write_error, which
2082         is only checked at the end.  This is safe because config.status
2083         code is not executed before the file is complete.  Other write
2084         failures, be they inside config.status, or in sub shell/awk
2085         scripts spawned from configure or config.status, typically need
2086         earlier checking, as their results are used right afterwards.
2087         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
2088         before writing config.status, check afterwards.
2089         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
2090         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
2091         Set `ac_write_error' for write failures to config.status.  Barf
2092         upon write failures to temporary files.
2093         Adjust note about closing and reopening the here-document.
2094         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
2095         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
2096         reopening the here-document.
2097         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2098         Ensure `ac_write_error' does not escape into config.status.
2099         Also, add a couple of code paths not yet exercised in the test
2100         suite: a config file with input from stdin, and a config header
2101         output to stdout.
2102         Suggestion for catching write errors by Bruno Haible.
2104 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2106         Avoid error with Tru64 awk and testsuite lines with many words.
2107         * lib/autotest/general.m4 (AT_INIT): In the awk script that
2108         reads the testsuite, set the field separator to an unusual value,
2109         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
2110         even splits the input if $i, i>0, was never accessed in the script.
2112         Revert 2007-10-17 change.
2113         * TODO: Multiline args in config files and headers mean something
2114         different and are not fixed, see
2115         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
2116         Report by Stepan Kasal.
2118         * doc/autoconf.texi (Generic Programs): Fix typo.
2120 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
2122         AC_*_TOOL does not canonicalize the prefix
2123         * doc/autoconf.texi (Generic Programs): Do not say that
2124         the *_TOOL macros canonicalize, they simply use the `host_alias'.
2126 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2128         Diagnose write errors in config.status instantiations.
2129         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
2130         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
2131         on write errors.
2132         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2133         Extend test to also check for some write error failures, using...
2134         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
2135         Report by Bruno Haible.
2137         Indentation fixups.
2138         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
2139         indentation.
2140         (_AT_CHECK): Use less indentation, to save space.
2142 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2144         Add witness macro for @top_build_prefix@ substitution.
2145         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
2146         (_AC_OUTPUT_FILE): Mention it here.
2148 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
2149         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2151         * lib/autotest/general.m4 (at_func_test): Remove.
2152         (AT_INIT): Pre-extract test groups into separate files.
2153         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
2154         Remove at-test-source files together with the $at_group_dir.
2155         * tests/autotest.at (Long test source lines): New test.
2157 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2159         Shell functions and variables may share a namespace.
2160         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
2161         limitation.
2163 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2165         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
2166         gnulib.
2168 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2170         * lib/autoconf/status.m4: Fix a couple of comment typos.
2172         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
2174 2007-11-13  Jim Meyering  <meyering@redhat.com>
2176         Clean up the rule to create "expr".
2177         * tests/Makefile.am (expr): Don't redirect directly to target.
2178         Redirect just once, not for each echo statement.
2179         Use $@, not literal "expr".
2181 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
2183         Don't worry about preprocessor when testing long long.
2184         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
2185         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
2186         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
2187         These no longer check for preprocessor flaws.
2188         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
2189         Do not check for preprocessor flaws.
2191 2007-11-13  Jim Meyering  <meyering@redhat.com>
2193         Adapt dependencies, now that a version change doesn't modify configure.ac
2194         * GNUmakefile: Remove "make clean" kludge.
2195         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
2196         configure.ac.
2197         Don't redirect directly to target.
2198         Use $@, not literal "version.m4".
2200 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2202         * doc/autoconf.texi (Making testsuite Scripts): Document
2203         ":;{" shorthand as in previous patch.
2205 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2207         * doc/autoconf.texi (Limitations of Builtins): Document problem
2208         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
2209         for the workaround.
2210         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
2211         Use ":;{" shorthand.
2212         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2214 2007-11-12  Jim Meyering  <meyering@redhat.com>
2216         Add more non-srcdir build support.
2217         * GNUmakefile (dummy): Split a long line.
2218         Add -v option to autoreconf invocation.
2220         Remove the autoreconf-provided INSTALL, so that we regenerate it.
2221         * GNUmakefile (dummy): Remove INSTALL.
2223         Remove racy commands to build scripts in bin/ and tests/.
2224         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
2225         are guaranteed to be built, remove the rules that tried to build
2226         them.  Before, with a parallel build, these rules could lead to
2227         two processes writing tests/wrapper.in concurrently.
2229         Build in man/ only *after* building in bin/ and tests/.
2230         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
2231         in both bin/ and tests/.
2233         Accommodate non-srcdir build-from-checkout.
2234         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
2235         Use git's --git-dir=$srcdir/.git option.
2236         Add quotes, in case tarball_version_file contains shell meta-characters.
2237         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
2238         * configure.ac: Pass "." to git-version-gen.
2240         Avoid spurious test failures due to version skew.
2241         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
2243 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
2246         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
2247         Remove conftest.dSYM directory.
2248         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
2249         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
2250         Remove `conftest.*' recursively.
2251         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
2252         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
2253         Likewise.
2254         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
2255         * THANKS: Update.
2256         Report and analysis by Jeff Squyres and Peter O'Gorman.
2258 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
2260         Fix typos in variable names.
2261         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
2263 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
2265         Document that $((expression)) is not portable.
2266         * doc/autoconf.texi (Shell Substitutions): Here.
2268 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2270         Ignore configure --help* errors due to LINENO-impaired shells.
2271         * tests/torture.at (Configuring subdirectories, Deep Package):
2272         In the --help* tests in read-only trees, make `.' temporarily
2273         writable again for the `stderr' file, and ignore errors due to
2274         the attempt to write configure.lineno.
2275         Report by Patrick Welche.
2277 2007-11-10  Jim Meyering  <meyering@redhat.com>
2279         Generate package.m4 in build-dir, not srcdir.
2280         * tests/Makefile.am (package.m4): Adjust target.
2281         Don't redirect directly to $@.
2282         (CLEANFILES): Add package.m4.
2283         ($(TESTSUITE)): Depend on just-built package.m4, not the one
2284         in $(srcdir).
2285         When running $(AUTOTEST), search "." before searching $(srcdir).
2287         Avoid a race condition that would make parallel "distclean" fail.
2288         * tests/Makefile.am (distclean-generic): Replace the default,
2289         automake-provided rule with an identical one, but with an additional
2290         dependency on distclean-local.  Simply adding the dependency would
2291         cause automake not to emit the rule at all.
2292         * BUGS: Building with -jN works, now.
2294         Distribute git-version-gen.
2295         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
2296         since GNUmakefile is distributed, and requires it for dist* rules.
2298         Remove two more generated files from version control.
2299         * INSTALL: Remove generated file.
2300         * lib/autoscan/autoscan.list: Remove generated file.
2302 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2304         * GNUmakefile (PATH): Remove stray apostrophes; they become
2305         part of PATH, which isn't wanted here.
2307 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2309         New config files output variable `top_build_prefix'.
2310         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
2311         `top_build_prefix'.
2312         * doc/autoconf.texi (Preset Output Variables): Document it.
2313         * NEWS: Update.
2314         Report by Bob Friesenhahn.
2316         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
2317         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
2318         function, to parametrize arithmetic with expr vs. the shell.
2319         Use it where possible.
2320         Suggestion by Benoit Sigoure.
2322 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
2324         Adjust the documentation of autotest WRT atlocal.
2325         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
2326         when using Automake, to write a rule to produce atlocal, since it's
2327         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
2328         distributed, not atconfig.in.
2330 2007-11-04  Eric Blake  <ebb9@byu.net>
2332         Update list information.
2333         * README: Mention new autoconf-commit list.
2334         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
2336 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2338         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
2340         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
2342         * build-aux/.gitignore: Ignore mkinstalldirs.
2344         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
2346 2007-11-03  Jim Meyering  <meyering@redhat.com>
2348         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
2349         * build-aux/git-version-gen: This syncs from coreutils.
2351         Adjust the build procedure so "make check" works reliably.
2352         * README-hacking: Include an extra step between "make" and
2353         "make check" to ensure that the latter passes.
2355         Use just-built tools, when possible.
2356         * GNUmakefile (PATH): Set and export here, ...
2357         (dummy): ... rather than here.
2359 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2360         and Andreas Schwab  <schwab@suse.de>
2362         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
2363         exit status bug.
2365 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2367         * configure.ac (AC_PREREQ): Require version 2.60, for
2368         AC_PROG_SED, AC_PROG_GREP.
2370 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
2371         and Jim Meyering  <meyering@redhat.com>
2372         and Andreas Schwab <schwab@suse.de>
2373         and Eric Blake  <ebb9@byu.net>
2375         Document a bug in GNU Bash with compound commands and redirections.
2376         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
2377         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
2378         workaround.
2380 2007-11-03  Eric Blake  <ebb9@byu.net>
2382         Support m4 1.4.5 in testsuite.
2383         * tests/torture.at (Define a newline): Exclude line numbers in
2384         error message.
2385         Reported by Ralf Wildenhues.
2387 2007-11-03  Jim Meyering  <meyering@redhat.com>
2389         Remove automake-provided files from version control.
2390         * build-aux/elisp-comp: Remove file.
2391         * build-aux/install-sh: Remove file.
2392         * build-aux/missing: Remove file.
2393         * build-aux/mdate-sh: Remove file.
2394         * build-aux/.gitignore: New file.
2395         Suggestion from Ralf Wildenhues.
2397 2007-11-03  Eric Blake  <ebb9@byu.net>
2399         Adjust version comparison to account for git snapshot numbers.
2400         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
2401         component separator.
2402         * doc/autoconf.texi (Number processing Macros)
2403         <m4_version_compare>: Document this change.
2404         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
2406 2007-10-30  Bruno Haible  <bruno@clisp.org>
2408         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
2409         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
2410         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
2411         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
2412         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
2413         Suggested by Paul Eggert.
2415 2007-10-28  Jim Meyering  <meyering@redhat.com>
2417         * README-hacking: Autoconf, Automake, and Perl are required to build.
2418         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
2420 2007-10-28  Jim Meyering  <meyering@redhat.com>
2422         README-hacking: Recommend running autoreconf -vi.
2423         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
2424         so that we use just-built tools when they're available.
2425         Suggestions from Ralf Wildenhues.
2427 2007-10-28  Jim Meyering  <meyering@redhat.com>
2429         Make inter-release --version output more useful.
2431         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
2432         which indicates that it is built using the 19th change set
2433         (in _some_ repository) following the "v2.61a" tag, and that 58dd
2434         is a prefix of the commit SHA1.
2435         * build-aux/git-version-gen: New file.
2436         * configure.ac: Run it to set the version.
2437         (AM_INIT_AUTOMAKE): Don't check NEWS here.
2438         * Makefile.am (dist-hook): Arrange so that .version appears only
2439         in distribution tarballs, never in a checked-out repository.
2440         * .gitignore: Add .version here, too.  Just in case.
2441         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
2442         not configure.ac, now that the version number changes automatically.
2444         Ensure that $(VERSION) is up to date for dist-related targets.
2445         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
2446         git-version-gen doesn't match $(VERSION), but only for dist targets.
2448 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2450         Fix `Deep Package' failure with a configure script early in PATH
2451         * tests/torture.at (Deep Package): Add `.' early in PATH.
2452         Report by Jim Meyering.
2454 2007-10-27  Jim Meyering  <meyering@redhat.com>
2456         Remove all generated files from version control.
2457         * aclocal.m4: Remove.
2458         * configure: Remove.
2459         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
2460         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
2461         * README-hacking: New file: how to build from just-checked-out sources.
2463 2007-10-23  Eric Blake  <ebb9@byu.net>
2465         Improve corner case of m4_expand.
2466         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
2467         efficiently.
2468         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
2469         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
2470         documentation.
2472 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
2474         * doc/make-stds.texi: Update from gnulib.
2476 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2477         and Eric Blake  <ebb9@byu.net>
2479         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
2480         problem reported by Bruno Haible in
2481         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
2483 2007-10-22  Eric Blake  <ebb9@byu.net>
2485         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
2486         preprocessor.
2488 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2490         Don't check for bug in HP-UX 11.00 cpp.
2491         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
2492         Use -1ull rather than -1u, since that causes problems with gnulib; see
2493         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
2495 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2497         * tests/autotest.at (Backquote command substitution)
2498         (Multiline backquote command substitution)
2499         (Parenthetical command substitution)
2500         (Multiline parenthetical command substitution): Fix typos in
2501         test names.
2503 2007-10-21  Eric Blake  <ebb9@byu.net>
2505         * configure: Regenerate.
2507 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2509         Fix config status generation with Tru64 ksh.
2510         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
2511         escaping of backslash in here-documents.
2513         Fix `Deep Package' test failure on FreeBSD.
2514         * tests/torture.at (Deep Package): Do not add `.' to $PATH
2515         unnecessarily.  Do not try running `/bin/sh configure' with a
2516         configure script to be found in $PATH, if the shell does not do
2517         this resolution.  Fixes test failure on FreeBSD.
2519         Fix config header generation with AIX awk.
2520         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
2521         script, use helper array D_is_set, as `" 0"' does not evaluate
2522         to true for AIX awk.
2524 2007-10-21  Eric Blake  <ebb9@byu.net>
2526         * tests/autotest.at (Banners): Reinstate test, with typo
2527         corrected.
2529 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2531         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
2532         <at_func_validate_ranges>: ... using this new function.
2533         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
2534         Test --list with ranges and keywords.
2535         (Banners): Remove one now-failing test.
2537 2007-10-20  Eric Blake  <ebb9@byu.net>
2539         Fix testsuite --list subset.
2540         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
2541         back to spaces, before listing subset of tests.
2542         Reported by Ralf Wildenhues.
2544 2007-10-19  Eric Blake  <ebb9@byu.net>
2546         s/parenthesis/parentheses/ where appropriate.
2547         * doc/autoconf.texi: Fix typos.
2548         * lib/m4sugar/m4sugar.m4: Likewise.
2549         Reported by Ralf Wildenhues.
2551         Document m4_expand limitation.
2552         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
2553         unbalanced parse.
2554         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
2555         (Writing Testsuites): Mention limitations inherited from
2556         m4_expand.
2558         Improve AT_BANNER handling.
2559         * lib/autotest/general.m4 (BANNERS): New named diversion.
2560         (TESTS_END): Diversion no longer used.
2561         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
2562         shell function, which prints only as needed, using an associative
2563         array of banner text from a special diversion.
2564         <PARSE_ARGS_END>: No longer need awk to find banners.
2565         <TESTS>: Banners are no longer processed by main driver loop, so
2566         we no longer need case statement.
2567         (AT_BANNER): Rewrite to populate new diversion.
2568         (AT_SETUP): Each test invokes its own banner.  No output is needed
2569         to the TESTS diversion.
2570         * doc/autoconf.texi (Writing Testsuites): Document slight
2571         semantics change.
2572         * tests/autotest.at (AT_BANNERS): Enhance test.
2573         * NEWS: Document AT_BANNER.
2575         Document and test AT_BANNER.
2576         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
2577         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
2578         (AT_CHECK_BANNERS): New test.
2580         Doc touchups.
2581         * doc/autoconf.texi (Text processing Macros) <m4_strip>
2582         <m4_text_wrap>: Clarify and fix typos.
2584 2007-10-18  Eric Blake  <ebb9@byu.net>
2586         Ignore `make dist' changelogs in testsuite.log.
2587         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
2588         directories matching AT_PACKAGE_TARNAME-*.
2590         Fix AT_TESTED, AT_KEYWORDS.
2591         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
2592         occurs in string, as duplicates may be added.
2593         (_m4_append_uniq): New helper macro.
2594         (m4_append_uniq_w): New macro.
2595         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
2596         duplication bug by using new macro.
2597         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
2598         programs with stdin redirected, so programs that don't
2599         understand --version won't try to behave interactively.
2600         * tests/autotest.at (Tested programs): Catch this bug.
2601         * tests/m4sugar.at (m4@&t@_append): Test new macro.
2602         * tests/local.at (AT_TESTED): Add m4, perl.
2603         * doc/autoconf.texi (Text processing Macros): Document
2604         m4_append_uniq_w, and update text on m4_append.
2605         * NEWS: Document the addition.
2607 2007-10-17  Eric Blake  <ebb9@byu.net>
2609         Function cleanup.
2610         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
2611         from m4 macro...
2612         (AT_INIT) <at_func_create_debugging_script>: ...to shell
2613         function.
2614         (AT_INIT): Defer function declarations until after --help,
2615         --version.  Format functions consistently, trying to fit in 80
2616         columns.
2617         (TEST_FUNCTIONS): Based on recent changes, rename...
2618         (TEST_GROUPS): ...to this.
2620         Reject FreeBSD m4.
2621         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
2622         * configure: Regenerate.
2623         Reported by Bob Friesenhahn.
2625         Test recent additions.
2626         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
2627         (m4@&t_max and m4@&t_min): New tests.
2628         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
2629         description.
2631 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2633         * TODO: multiline args in config files and headers work now.
2635         Autotest: do not use shell functions for individual tests.
2636         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
2637         extract the source test source, do not invoke it.
2638         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
2639         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
2640         expect exit status of 1.
2641         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
2643         * lib/autotest/general.m4 (at_func_test): Fix test extraction
2644         script.
2646 2007-10-17  Eric Blake  <ebb9@byu.net>
2648         Fix m4_combine for empty suffix list.
2649         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
2650         * doc/autoconf.texi (Text processing Macros): Document this.
2652         Add m4_combine, based on Libtool's lt_combine.
2653         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
2654         * doc/autoconf.texi (Text processing Macros): Document it.
2655         * NEWS: Likewise.
2657 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2659         Fix `configure --help=recursive' in unconfigured/read-only trees.
2660         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
2661         is not writable, use 'cp -p' in this case, in the hope that it
2662         will not actually be needed.  Still try removing files, in case
2663         of other write errors.
2664         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
2665         use $as_myself, not $0.
2666         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
2667         exist, try again in the the source tree.  This change assumes
2668         that the subpackage configure script is capable of running
2669         --help=recursive in the source tree.
2670         * tests/torture.at (Configuring subdirectories, Deep Package):
2671         Adjust tests to expose both issues, also try invocation as
2672         `sh configure ...' and plain `configure ...' with PATH adjusted.
2673         * NEWS, THANKS: Update.
2674         Report by Hans Ulrich Niedermann.
2676 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2678         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
2679         Problem reported by H.Merijn Brand in
2680         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
2681         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
2682         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
2683         Check that preprocessor handles 64-bit ints, too.
2685 2007-10-16  Eric Blake  <ebb9@byu.net>
2687         m4_map is a looping construct.
2688         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
2690         Fix m4_map, and add some more utility macros.
2691         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
2692         (m4_echo, m4_make_list): New documented macros.
2693         (_m4_quote, _m4_shift2): New helper macros.
2694         (m4_map): Change semantics to allow calling macro without
2695         arguments.
2696         (m4_map_sep): Likewise.  Also change semantics to quote separator,
2697         to match m4_join and m4_append.
2698         (m4_version_unletter): Fix use of m4_map.
2699         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
2700         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
2701         (Text processing Macros): Mention m4_dquote as a faster
2702         alternative to joining with commas.
2703         (Looping constructs): Document m4_map, m4_map_sep.
2704         * NEWS: Mention new macros.
2706         A few more m4sugar improvements, to benefit libtool.
2707         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
2708         of expansion by avoiding extra uses of $@.
2709         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
2710         (_m4_cdr): New helper macro.
2711         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
2712         (_m4_shift3): New helper macro.
2713         (_m4_foreach): Swap argument order, and use new macro to reduce
2714         size of expansion.
2715         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
2716         count must be positive.
2718         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
2719         Reported by Ralf Wildenhues.
2721 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2723         * doc/autoconf.texi (Portable Shell): Improve description of zsh
2724         4.x function subshell bug with exit and trap.
2726 2007-10-15  Eric Blake  <ebb9@byu.net>
2728         Enhance AS_HELP_STRING.
2729         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
2730         and reduce number of expansions.
2731         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
2732         and to take indent and wrap column numbers.
2733         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
2734         * doc/autoconf.texi (Pretty Help Strings): Document details about
2735         arguments.
2736         (Text processing Macros): Minor tweaks.
2737         * NEWS: Document this change.
2739         Fix 2007-10-03 regression with AT_SETUP([a, b]).
2740         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
2741         (m4_text_box): Use it.
2742         * lib/autotest/general.m4 (AT_SETUP): Use it.
2743         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
2744         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
2745         * NEWS: Revert caveat about semantics change on comma.
2746         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
2748 2007-10-13  Eric Blake  <ebb9@byu.net>
2750         Change m4_join to match libtool's ltsugar semantics.
2751         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
2752         Ignore empty arguments, using...
2753         (_m4_join): ...this new helper.
2754         * tests/m4sugar.at (m4@&t@_join): New test.
2755         * doc/autoconf.texi (Text processing Macros): Document new
2756         semantics of m4_join.
2758         Make AC_PREREQ faster and more robust.
2759         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
2760         (m4_version_prereq): Inline constant expansions.
2761         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
2762         Rewrite in terms of [] list, not () list.
2763         (_m4_list_cmp, _m4_version_unletter): New helper macros.
2764         (m4_version_unletter): Write wrapper around new implementation to
2765         preserve old semantics.
2766         (m4_version_compare): Pass correct type of list, and avoid
2767         overhead of flattening expressions too early.
2768         (m4_do): Move to be near other quoting macros.
2769         (m4_max, m4_min): Always result in decimal output.
2770         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
2771         Move m4_do...
2772         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
2773         (Text processing Macros): Move m4_version_compare...
2774         (Number processing Macros): ...to this new node; document m4_cmp,
2775         m4_list_cmp, m4_sign, m4_max, m4_min.
2776         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
2777         up on bugs fixed by this patch.
2778         * NEWS: Document new macros.
2780 2007-10-12  Eric Blake  <ebb9@byu.net>
2782         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
2783         (Reporting Messages): Fix underfull hbox.
2785         Some more m4sugar documentation.
2786         * lib/m4sugar/m4sugar.m4: Clean up macro order.
2787         * doc/autoconf.texi (Programming in M4): Lighten the warning on
2788         using m4sugar; it is stabilizing and useful.
2789         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
2790         m4_divert, m4_undivert, __file__, __line__, __oline__.
2791         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
2792         m4_fatal, m4_location, m4_warn.
2793         (Diversion support): New node, documenting m4_divert_push,
2794         m4_divert_pop, m4_divert_text, m4_divert_once.
2795         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
2796         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
2797         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
2798         as obsolescent.
2799         (Printing Messages): Change cross-reference.
2801         Document interaction of recent m4_append change with Libtool HEAD.
2802         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
2803         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
2804         * tests/m4sugar.at (m4@&t@_append): New test.
2805         * NEWS: Document semantics change.
2806         * doc/autoconf.texi (Text processing Macros): Likewise.
2808         s/AC_VERSION/AC_AUTOCONF_VERSION/.
2809         * doc/autoconf.texi (Versioning): Change the name.
2810         * NEWS: Likewise.
2811         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
2812         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
2813         Suggested by Ralf Wildenhues.
2815         Namespace cleanup.
2816         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
2817         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
2818         autoconf namespace.
2819         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
2820         (Programming in M4sh, Macro Names): Beef up description of
2821         namespaces reserved for autoconf.
2822         * configure: Regenerate.
2824 2007-10-12  Eric Blake  <ebb9@byu.net>
2825         and Paolo Bonzini  <bonzini@gnu.org>
2827         Speed up execution of subset of testsuite.
2828         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
2829         (AT_INIT) <at_func_test>: New shell function.
2830         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
2831         (AT_INIT) <at_test_source> New variable, names file that holds
2832         current test function definition.
2833         (AT_SETUP): Start the shell function at_func_test_#, into the
2834         TEST_FUNCTIONS diversion.
2835         (AT_CLEANUP): End the shell function.  Simplify the TESTS
2836         diversion to invoke the function.
2838 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2840         * .gitignore: Ignore tags and TAGS files.
2842 2007-10-11  Eric Blake  <ebb9@byu.net>
2844         Config header generation followup.
2845         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
2846         which won't work with the preprocessor nor with the awk
2847         implementation.
2848         * tests/torture.at (Define a newline): Test raw newline detection,
2849         removing the XFAIL.
2850         * doc/autoconf.texi (Defining Symbols): Document recent change to
2851         allow backslash-newline.
2852         * THANKS: Update.
2854 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2856         * lib/autotest/general.m4: Put function braces in separate line.
2858 2007-10-10  Eric Blake  <ebb9@byu.net>
2860         Avoid some overhead from m4_defn and m4_popdef.
2861         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
2862         pass on first argument, since we are documented that way.
2863         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
2864         check where it is safe to do so.
2865         (m4_append): Likewise, and quote the separator.
2866         (m4_text_box): Likewise, and avoid regex, also be robust to
2867         expansion and quadrigraphs.
2869         Another AC_DEFINE speedup.
2870         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
2871         elision...
2872         (_AC_DEFINE_Q): ...here, and only do it once.
2873         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
2874         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
2875         introduced 2007-10-05.
2877         Whitespace cleanup.
2878         * lib/autoconf/general.m4: Use consistent indentation.
2879         * configure: Regenerate.
2881         * NEWS: Announce recent round of speed optimizations.
2883 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2885         * NEWS: Announce shell function usage in Autotest.
2887 2007-10-10  Eric Blake  <ebb9@byu.net>
2888         and Paul Eggert  <eggert@cs.ucla.edu>
2890         Reduce number of forks at startup.
2891         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
2892         sanitization.
2893         * configure: Regenerate.
2895 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2896         and Paul Eggert  <eggert@cs.ucla.edu>
2898         Use awk for config header generation.
2899         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
2900         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
2901         header machinery for use with awk and placement outside the main
2902         config.status instantiation loop.  Retain multi-line defines
2903         through backslash-newline combinations, do not split the script
2904         any more.
2905         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
2906         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
2907         needed.
2908         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
2909         from define values.
2910         * NEWS: Update.
2911         * tests/torture.at (#define header templates): Extend test by
2912         several more cases: white space before and after `#', macros
2913         with parameters in config.hin and as defines, multi-line macro
2914         values.
2915         (Torturing config.status): Use a define value twice the length
2916         in order to exercise the awk literal string limit.
2917         (Substitute and define special characters): Also try special
2918         delimiter, to exercise the special-case code.
2919         Suggestion by Eric Lemings.
2921 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2923         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
2925 2007-10-09  Eric Blake  <ebb9@byu.net>
2927         Improve header of bin/autoconf.
2928         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
2929         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
2930         from M4sh.
2931         * bin/autoconf.as: Put copyright up front in generated file.
2933         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
2935 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2937         * doc/install.texi (Basic Installation): Document `uninstall'.
2938         * INSTALL: Regenerate.
2939         Suggestion by Roberto Bagnara.
2941 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2943         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
2945         Adjust doc. to match latest gnulib.
2946         * build-aux/texinfo.tex: Sync from gnulib.
2947         * doc/standards.texi: Likewise.
2948         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
2949         Documentation License" and remove the subsection.  This simplifies
2950         the manual a bit and is more like what other GNU projects do
2951         nowadays.
2953 2007-10-08  Eric Blake  <ebb9@byu.net>
2955         Use recent changes.
2956         * configure: Regenerate.
2958         Fix regression in m4_text_wrap from 2007-10-05.
2959         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
2960         (m4_sign): Sort.
2961         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
2962         m4_format.
2963         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
2964         * tests/autotest.at (Long test title, Longer test title): Test
2965         this fix, beyond what AS_HELP_STRING already tests.
2967         Avoid m4 warnings on bad m4_format usage.
2968         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
2969         evaulates to 0.
2970         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
2971         enough arguments are provided.
2973 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
2975         * doc/autoconf.texi (Shell portability): Document shell function
2976         portability.
2978 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
2980         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
2981         at_func_check_skip, at_func_check_status, at_func_filter_trace,
2982         at_func_log_failure shell functions.  Use test -s to avoid
2983         useless diff invocations.
2984         (at_func_check_newline): Renamed from at_check_newline.
2985         (AT_SETUP): Define AT_captured_files to empty.
2986         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
2987         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
2988         the shell functions.
2990 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2992         Don't assume "." is writeable, for commands like "autoconf --version".
2993         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
2994         different heuristic instead, one that doesn't rely on creating
2995         files.
2997         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
2998         correctly.
3000 2007-10-05  Jim Meyering  <meyering@redhat.com>
3002         Avoid makeinfo warnings.
3003         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
3004         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
3006 2007-10-05  Eric Blake  <ebb9@byu.net>
3008         Resolve Python issue 1676135 regarding configure directory args.
3009         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
3010         slashes from directory arguments.
3011         * tests/base.at (configure directories): New test.
3012         * doc/autoconf.texi (Installation Directory Variables): Document
3013         the change.
3014         * NEWS: Likewise.
3015         * THANKS: Update.
3016         Reported by Björn Lindqvist.
3018         Provide better short-circuiting operation.
3019         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
3020         (m4_text_wrap): Use it.  Also avoid useless m4_for.
3021         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
3022         new macro.
3023         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
3024         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
3025         to avoid regexps.
3026         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
3027         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
3028         (Conditional constructs): ...here, to new section.  Also document
3029         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
3030         m4_bpatsubsts, and m4_default.
3031         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
3032         m4_do.
3034 2007-10-04  Eric Blake  <ebb9@byu.net>
3036         Fix recent testsuite failures.
3037         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
3038         that must not be re-expanded after AS_ESCAPE.
3039         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
3040         checking if it is an identifier.
3042         Whitespace cleanup.
3043         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
3044         leading whitespace, as it caused space-tab in testsuite.
3045         (AT_INIT): Avoid trailing newlines in testsuite.
3047         One more round of m4_foreach_w speedups.
3048         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
3049         is present.
3050         (_m4_split): Avoid useless expansions inside definition.  Move
3051         argument defaulting...
3052         (m4_split): ...here.  Change alternate quote to something less
3053         likely to appear in $1.  Also, special case space as regexp...
3054         (m4_foreach_w): ...to avoid regexp on single-term list.
3055         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
3056         useless expansions inside definition.
3057         * tests/m4sugar.at (m4@&t@_split): Add tests.
3059 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
3061         * general.m4 (AT_INIT): Add at_check_newline function.
3062         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
3063         (_AT_CHECK): Don't use at_trace_this.
3065 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
3067         Fix previous commit.
3068         * lib/autotest/general.m4 (AT_LINE): Fix regex.
3070 2007-10-04  Eric Blake  <ebb9@byu.net>
3072         Speed up building testsuites.
3073         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
3074         changed since last time.  Use simpler regex.
3076 2007-10-03  Eric Blake  <ebb9@byu.net>
3078         Optimize checking for identifiers.
3079         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
3080         macros, more efficient than regex on m4_re_word.
3081         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
3082         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
3083         now use @&t@.
3084         * configure: Regenerate.
3086         Remove some XFAILs, and make AT_SETUP output line up.
3087         * lib/autotest/general.m4 (AT_SETUP): Only expand description
3088         once; thereafter, use its expansion, properly quoted.
3089         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
3090         expansion with arguments, and check for aligned output.
3091         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
3092         Add a test for macros with parameters.
3093         * NEWS: Document the semantics change.
3094         * tests/base.at: Fix test titles containing commas.
3095         * tests/compile.at: Likewise.
3096         * tests/tools.at: Likewise.
3097         * tests/torture.at: Likewise.
3099         Another round of regex avoidance.
3100         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
3101         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
3102         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
3103         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
3104         character ranges useful in m4_translit.
3105         (m4_toupper, m4_tolower): Optimize the constant portion of
3106         definition.
3107         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
3108         creates $, and reject [] thanks to AS_TR_SH rewrite.
3109         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
3110         (AS_ESCAPE): Factor...
3111         (_AS_ESCAPE): ...into new macro, with second argument required.
3112         Avoid regex in common case.
3113         (_AS_QUOTE): Use new macro.
3115         Whitespace cleanup.
3116         * lib/autoconf/types.m4: Avoid space-tab.
3117         * lib/m4sugar/m4sh.m4: Use tab consistently.
3119 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
3121         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
3122         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
3123         should remove m4_shiftn entirely?
3124         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
3125         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
3126         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
3127         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
3128         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
3130 2007-10-03  Eric Blake  <ebb9@byu.net>
3132         Comment touchups.
3133         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
3135 2007-10-02  Eric Blake  <ebb9@byu.net>
3137         Optimize appending text.
3138         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
3139         expressions.
3141         Optimize recursion.
3142         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
3143         lot of hot spots; optimize it for 2 and 3 shifts.
3145         Optimize AC_PREREQ and other m4sugar numerics.
3146         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
3147         (m4_cmp): Compare arbitrary expressions, without overflow.
3148         (m4_version_unletter): Also recognize capital letters.
3149         (m4_version_compare): Avoid regex when splitting version number
3150         string.
3152 2007-10-01  Eric Blake  <ebb9@byu.net>
3154         Once again, reject IRIX m4.
3155         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
3156         implementations that ignore --trace.
3157         * configure: Regenerate.
3158         Reported by Ralf Wildenhues.
3160         Fix regression in AC_DEFINE([macro(with_arg)]).
3161         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
3162         quotes with a careless m4_substr.
3164 2007-09-30  Eric Blake  <ebb9@byu.net>
3166         Allow nameless iteration.
3167         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
3168         indirectly.
3169         * tests/m4sugar.at (myvar): Test this.
3171 2007-09-29  Eric Blake  <ebb9@byu.net>
3173         Speed optimization: avoid m4 regex when other algorithms work.
3174         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
3175         (_AS_QUOTE_IFELSE): Likewise.
3176         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
3177         (m4_bpatsubsts): Split...
3178         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
3179         regex.
3180         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
3181         (m4_qlen): Optimize on short strings, to avoid regex.
3182         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
3183         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
3184         (AC_DEFINE_TRACE): Likewise.
3186 2007-09-28  Eric Blake  <ebb9@byu.net>
3188         Oops - my earlier 'optimization' caused a regression.
3189         * tests/local.at (AT_CHECK_M4): Fix typo.
3191 2007-09-27  Eric Blake  <ebb9@byu.net>
3192         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3194         Catch even more common AC_CACHE_VAL mistakes.
3195         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
3196         lacks '_cv_', or if AC_SUBST appears in body.
3197         * tests/base.at (AC_CACHE_CHECK): Test this change.
3199 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
3200         and Eric Blake  <ebb9@byu.net>
3202         Autotest no longer caters to Ultrix redirection limitation.
3203         * doc/autoconf.texi (Writing testsuite.at): Remove the
3204         limitation that the first parameter of AT_CHECK cannot
3205         contain redirection.
3206         (File Descriptors): Mention that Ultrix limitation is no longer a
3207         show-stopper in modern code.
3208         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
3209         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
3210         * lib/autotest/general.m4 (AT_CHECK): Update comment.
3212 2007-09-27  Eric Blake  <ebb9@byu.net>
3214         Squelch changeword in m4sugar.
3215         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
3216         feature of m4 1.4.x.
3218         Configure whitespace touchups.
3219         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
3220         installation directories, and avoid TAB, in configure --help
3221         output.
3222         * configure.ac: Avoid extra trailing newline.
3223         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
3224         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
3225         config.status --help output.
3226         * configure: Regenerate.
3228         Fix underquotation in AS_HELP_STRING.
3229         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
3230         argument.
3231         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
3232         first-prefix argument.
3233         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
3234         * NEWS: Document AS_HELP_STRING fix.
3236         Autotest formatting touchups.
3237         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
3238         output.
3239         (PATH): Simplify computation of new PATH.
3241 2007-09-26  Eric Blake  <ebb9@byu.net>
3243         Fix testsuite breakage in last patch.
3244         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
3245         font-lock fix.
3246         * tests/torture.at (@%:@define header templates): Rename, so that
3247         output lines up correctly.
3249         More font-lock happiness.
3250         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
3251         confusion.
3253 2007-09-25  Eric Blake  <ebb9@byu.net>
3255         Typo fixes.
3256         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
3257         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
3259         Improve documentation of M4 parameter expansion.
3260         * doc/autoconf.texi (Quoting and Parameters): New section.
3261         (Quotation and Nested Macros): Improve wording.
3263         Improve C99 detection.
3264         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
3265         avoid deprecation warning with icc.
3266         * THANKS: Update.
3267         Reported by Ted Bullock.
3269 2007-09-24  Jim Meyering  <jim@meyering.net>
3271         Whenever possible, use the vertical bar as sed delimiter.
3272         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
3273         Use "|", not "!".
3274         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
3275         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
3276         * tests/mktests.sh (as_me): Likewise.
3277         * lib/freeze.mk (check-forbidden-patterns): Likewise.
3278         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
3279         * configure: Regenerate.
3280         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
3281         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
3282         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
3283         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
3285 2007-09-22  Jim Meyering  <jim@meyering.net>
3287         Add a comment.
3288         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
3289         2004-05-31 change also with a comment in the code.
3291 2007-09-20  Eric Blake  <ebb9@byu.net>
3293         More contribution housekeeping.
3294         * THANKS: Sort.
3295         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
3297         Ignore additional files, when copying cross-repository.
3298         * .gitignore: Ignore CVS directories, emacs edits.
3299         * .cvsignore: Ignore .git directory, emacs edits.
3301 2007-09-15  Eric Blake  <ebb9@byu.net>
3303         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
3304         * doc/autoconf.texi (Text processing Macros): Remove mention of
3305         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
3306         once again.
3307         (Notices): Move AC_PREREQ...
3308         (Versioning): ...to this new section, alongside the new AC_VERSION
3309         alias for the undocumented m4_PACKAGE_VERSION.
3310         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
3311         * lib/autoconf/general.m4 (AC_VERSION): New macro.
3312         * NEWS: Update to match this rename.
3313         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
3314         m4_PACKAGE_VERSION.
3315         * tests/tools.at (autoconf: AC_VERSION): New test.
3316         Suggested by Paolo Bonzini and Benoit Sigoure.
3318 2007-09-14  Eric Blake  <ebb9@byu.net>
3320         Prepare for conversion to git.
3321         * doc/.cvsignore: Avoid multiple listings on one line.
3322         * bin/.cvsignore: Likewise.
3323         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
3324         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
3325         lib/autoscan/.gitignore, lib/autotest/.gitignore,
3326         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
3327         tests/.gitignore: New files, identical to .cvsignore counterpart.
3329 2007-09-13  Eric Blake  <ebb9@byu.net>
3331         Editing eye-candy.
3332         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
3333         font-lock balance.
3334         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
3335         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
3336         * configure: Regenerate.
3338         Clean up 'make dist' of previous patch.
3339         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
3340         (CLEANFILES): Don't clean the stamp, since we distribute the
3341         generated files pre-built.
3342         (MAINTAINERCLEANFILES): Clean it here instead.
3343         * tests/Makefile.in: Regenerate.
3345         Avoid parallel 'make check' issue.
3346         * tests/Makefile.am (mktests.stamp): New witness.
3347         (TESTSUITE_GENERATED_AT): Use it.
3348         (CLEANFILES): Clean the witness.
3349         * tests/.cvsignore (mktests.stamp): Ignore the witness.
3351         Document another awk pitfall.
3352         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
3353         limitation of field variables in END.
3354         Reported by Gary V. Vaughan.
3356         * AUTHORS: Add missing entries.
3358 2007-09-12  Eric Blake  <ebb9@byu.net>
3360         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
3361         * doc/autoconf.texi (Text processing Macros): Document
3362         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
3363         (Redefined M4 Macros): Document m4_ifndef.
3364         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
3365         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
3366         used it while it was undocumented.
3367         * NEWS: Document this change.
3368         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
3369         * lib/m4sugar/Makefile.in: Regenerate.
3370         * tests/m4sugar.at (m4@&t@_version_compare): New test.
3371         Reported by Bruno Haible.
3373         * doc/autoconf.texi (Generic Compiler Characteristics): Add
3374         missing index entries.
3376 2007-09-11  Eric Blake  <ebb9@byu.net>
3378         Centralize all system extensions checks.
3379         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
3380         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
3381         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
3382         AC_USE_SYSTEM_EXTENSIONS.
3383         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
3384         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
3385         * doc/autoconf.texi (Posix Variants): Reword this section,
3386         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
3387         rather than a series of system-specific checks.
3388         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
3389         AC_MINIX.
3390         * NEWS: Document this change.
3391         * THANKS: Update.
3392         Reported by Martin Koeppe.
3394 2007-09-08  Eric Blake  <ebb9@byu.net>
3396         Clean up obsolete macros references.
3397         * doc/autoconf.texi: Add anchors to support better
3398         cross-referencing.
3399         (Particular Structures): Move obsolete macros descriptions...
3400         (External Software): Likewise.
3401         (Package Options): Likewise.
3402         (Obsolete Macros): ...to here.  Add cross-references to
3403         documentation on replacements.
3404         * NEWS: Mention that these macros have been obsolete for a while
3405         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
3407         Improve M4 path searching during configure.
3408         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
3409         macro.
3410         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
3411         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
3412         parameter, and kill side effects.
3413         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
3414         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
3415         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
3416         is found.
3417         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
3418         allow bootstrapping with autoconf 2.61.
3419         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
3420         * configure: Regenerate.
3421         * doc/autoconf.texi (Generic Programs): Document new macro.
3422         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
3423         macro.
3424         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
3425         * NEWS: Document the change.
3426         * THANKS: Update.
3427         Reported by Hans Aberg.
3429         * doc/autoconf.texi (Generic Programs): Fix typo.
3431 2007-09-06  Eric Blake  <ebb9@byu.net>
3433         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
3434         :, and make it clear that optional @var{path} defaults to $PATH.
3435         (Erlang Compiler and Interpreter): Likewise.
3437         Texinfo cleanup.
3438         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
3439         Reword some paragraphs to avoid overfull, underfull hbox
3440         warnings.  Add index entries to avoid overfull vbox warnings.
3442 2007-09-05  Eric Blake  <ebb9@byu.net>
3444         * NEWS: Adjust wording for AC_CONFIG_LINKS.
3445         Reported by Ralf Wildenhues.
3447 2007-09-03  Eric Blake  <ebb9@byu.net>
3449         * NEWS: Document fixes that have been applied since 2.61a.
3451         Housekeeping.
3452         * THANKS: Update, and convert to UTF-8 encoding.
3453         * AUTHORS: Likewise.
3455 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3457         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
3458         names beginning with `-' again.
3460 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
3461             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3463         * doc/autoconf.texi (Defining Directories): Mention
3464         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
3466 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3468         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
3469         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
3470         * tests/base.at (configure arguments): New test.
3471         * THANKS: Update.
3472         Report by Olaf Lenz.
3474         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
3475         arguments in comment.
3476         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
3478 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
3480         * doc/autoconf.texi (File System Conventions): Index the proper
3481         way of detecting absolute file names.
3483 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3485         * build-aux/config.guess, build-aux/config.sub,
3486         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
3487         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
3488         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3489         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
3490         sectioning change in fdl.texi.
3492         * bin/autoconf.as: Update --version output to match current GCS.
3493         * bin/autoheader.in: Likewise.
3494         * bin/autom4te.in: Likewise.
3495         * bin/autoreconf.in: Likewise.
3496         * bin/autoscan.in: Likewise.
3497         * bin/autoupdate.in: Likewise.
3498         * bin/ifnames.in: Likewise.
3500 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3502         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
3503         file to itself if source and build trees coincide.
3504         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
3505         test.
3506         Report by Sebastian Freundt <hroptatyr@gna.org>.
3508 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3510         Reword the copyright notices to match what's suggested in GPLv3.
3511         In ChangeLog files, use more-permissive notice rather than GPL, as
3512         per usual GNU standards these days.
3514 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3516         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
3517         limitation reported by Leo Moisio in
3518         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
3520 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3522         * COPYING: Update to GPLv3.  All uses changed.
3524 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3525         and Paul Eggert  <eggert@cs.ucla.edu>
3527         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
3528         fails on AIX 5.3.
3530 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
3532         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
3533         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
3534         `srcdir' as subdirectory of `builddir'.
3536 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
3538         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
3539         * tests/autotest.at (srcdir propagation): New test.
3540         * THANKS: Update.
3541         Reported by Mike Frysinger.
3543 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
3545         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
3546         Problem reported by Fred Kreek in
3547         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
3548         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
3549         (Macro Names, Defining Directories): Don't mention PATH as a name
3550         for a fully qualified file name, as this usage violates the GNU
3551         coding standards and we shouldn't recommend it.
3553         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
3554         string and then assume shell builtins like "test" will work.
3556 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
3558         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
3559         not a valid shell variable name.
3560         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
3561         * tests/torture.at (AC_SUBST: variable name validation): New test.
3562         Reported by Andreas Schwab.
3564 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
3566         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
3567         works with both C and C++.
3569 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
3570             Bruno Haible  <bruno@clisp.org>
3572         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
3573         brand tests.
3575 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
3577         * doc/autoconf.texi (Particular Types): Give example of use for
3578         AC_TYPE_INT8_T etc.
3580 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
3582         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
3584 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
3586         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
3587         define HAVE_INT8_T, and likewise for similar macros.
3588         Problem reported by Patrick Welche in
3589         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
3591 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
3593         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
3595 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
3597         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
3598         choice, since that's what we do with --enable-largefile etc.
3599         Redo indenting and assignments to simplify things a bit, and make
3600         the parens work with Emacs.
3602         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
3603         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
3604         Haible.
3606 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
3608         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
3609         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
3611 2007-05-21  Bruno Haible  <bruno@clisp.org>
3613         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
3614         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
3615         * doc/autoconf.texi (Generic Compiler Characteristics): Move
3616         renamed AC_OPENMP documentation here, from "C compiler".
3617         Mention C++ and Fortran.
3619 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
3621         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
3623 2007-05-21  Bruno Haible  <bruno@clisp.org>
3625         * NEWS: Mention AC_C_OPENMP.
3626         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
3627         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
3628         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
3629         macro in the Autoconf macro archive.
3631 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3633         * bin/autom4te.in: Fix typos.
3635 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
3637         * bin/autoconf.as: Handle `-' just like other input files.
3638         * bin/autom4te.in (parse_args): Pass `-' through.
3639         (handle_output): Skip the forbidden token search if we read from stdin.
3640         (up_to_date): Always treat stdin as out of date.
3641         * tests/tools.at (autoconf: input from stdin): New test.
3642         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
3644 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
3646         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
3647         parameters for AT_CLEANUP.
3648         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
3650 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
3652         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
3653         * doc/autoconf.texi (C Compiler): Likewise.
3655 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
3657         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
3659 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
3661         * doc/autoconf.texi: Direntry for "autoconf Invocation"
3662         renamed to "autoconf-invocation"
3664         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
3665         in the examples should not use the internal "ac_" prefix.
3667 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
3669         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
3670         * doc/autoconf.texi ($@, case): Document Zsh limitations.
3672 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
3674         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
3675         Reorganize the comments before and in the macro.
3677 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
3679         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
3680         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
3681         section titles and other comments; no code change.
3683 2007-05-01  Kevin Ryde  <user42@zip.com.au>
3685         * doc/autoconf.texi (Particular Programs): Typo
3686         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
3688 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
3690         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
3691         'configure' will fail if the shell lacks proper support for shell
3692         functions.  Suggested by RMS.
3694 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3696         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
3697         about Solaris /bin/printf '%010000x' 123.  Problem reported by
3698         Bruno Haible.
3700 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
3702         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
3703         for a.* when searching for executables, as this prevents users
3704         from having files like a.c.  Problem reported by Ralf Wildenhues in:
3705         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
3706         This fixes a problem introduced on 2000-12-19.
3708 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
3710         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
3711         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
3712         via Bruno Haible.
3714 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
3716         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
3717         AC_CHECK_TYPE, AC_CHECK_TYPES.
3718         * doc/autoconf.texi (Generic types): C types must be type-names
3719         (the C terminology), not type-ids (the C++ term).  C++ types
3720         must not be anonymous.
3721         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
3722         for C++; this drops support for anonymous struct and union types,
3723         which were problematic anyway.
3724         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
3725         for C++.
3727 2007-04-12  Jim Meyering  <jim@meyering.net>
3729         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
3731 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3733         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
3734         to prefer a link source from the build tree, if it exists.
3735         Report by Pallav Gupta <pallavgupta@gmail.com>.
3737 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
3739         * doc/autoconf.texi (Generic Types): Document the restrictions
3740         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
3741         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
3742         with objects too.  Document the restrictions on its use.
3743         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
3744         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
3745         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
3746         works but the latter doesn't, then it's a valid type.
3747         This lets people use function types and so forth.
3748         For C++ there doesn't seem to be a simple solution, so leave it alone.
3749         (AC_CHECK_SIZEOF): Allow argument to be a variable.
3750         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
3751         AC_CHECK_TYPE; that wasn't documented or necessary.
3753 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
3755         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
3756         when cross-compiling.
3758 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
3760         * doc/autoconf.texi (External Software): Fix a typo in the
3761         previous change.
3763 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3765         * doc/autoconf.texi (External Software, Package Options):
3766         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
3768 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3770         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
3771         obsolescent.  Suggested by Bruno Haible.
3772         * NEWS: Document this.
3774 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3776         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
3777         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
3778         default still has the problem.  Problem reported by Bruce Korb.
3780 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
3781         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3783         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
3784         comment in the generated config.status.
3786 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
3788         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
3790 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
3792         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
3793         command and case statements to make it a bit clearer and describe
3794         more pitfalls.
3796 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
3798         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
3799         checks for unsigned long long int.
3801 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
3803         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
3804         nonstandard grep R.E. escape sequences.
3806 2007-03-17  Jim Meyering  <jim@meyering.net>
3808         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
3809         (Limitations of Usual Tools): Also list \< and \>, and mention that
3810         HP-UX's grep, like the one from Solaris, does not support that syntax.
3812 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
3814         * doc/autoconf.texi (Specifying Names): `--host' does not
3815         change the build type.
3817 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3819         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
3820         suggests AC_CONFIG_HEADERS.
3821         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
3822         AC_CONFIG_HEADERS.  Problem reported by
3823         Peter O'Gorman.
3825 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
3827         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
3828         Problem reported by Paolo Bonzini in:
3829         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
3830         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
3831         universal binaries.  Problem reported by Elias Pipping.
3833 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
3835         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
3836         * doc/autoconf.texi (C Compiler): Document this.  There is a new
3837         extra argument ACTION-IF-UNIVERSAL.
3838         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
3839         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
3840         Reindent for sanity's sake.
3842 2007-02-24  Eric Blake  <ebb9@byu.net>
3844         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
3845         copyright.
3846         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
3847         * lib/autotest/general.m4 (AT_INIT): Likewise.
3848         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
3850 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3852         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
3853         status of rm so we know when it failed.
3854         If cleaning of test dir failed before running the test, warn.
3855         Output the line separator in verbose mode before the warning
3856         to make clear the warning belongs to the following test.
3858 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3860         * doc/autoconf.texi (Parentheses): Mention problem with (( in
3861         shells.
3863 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3864         and Paul Eggert  <eggert@cs.ucla.edu>
3866         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
3867         errors introduced in last change.
3869 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3871         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
3872         an actual carriage return.  Use "ac_cr" to contain the actual
3873         carriage return.
3874         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
3875         with traditional Awk and begin.
3876         * tests/torture.at (Limitations of Builtins): Document the problem
3877         with Bash 2.03 printf.
3878         (Substitute and define special characters):
3879         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
3881 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
3883         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
3884         input from /dev/null in awk test, so even Solaris /usr/bin/awk
3885         will not wait for input with a script containing only a BEGIN
3886         rule.
3888 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3890         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
3891         requirements.
3892         * README: Likewise.
3894 2007-02-02  Eric Blake  <ebb9@byu.net>
3896         * NEWS: Update copyright.
3898         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
3899         broken.
3900         * configure.ac: Update error message.
3901         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
3902         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
3903         by Stepan Kasal:
3904         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
3906 2007-01-31  Eric Blake  <ebb9@byu.net>
3908         * THANKS (people): Update.
3910 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3912         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
3913         latest version.
3914         (Shell Substitutions): Note problems with @{var:=value} etc.
3915         Add a new section for problems with @{#var} etc.  Problem noted
3916         by Ralf Wildenhues.  See:
3917         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
3919 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3921         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
3922         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
3923         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
3924         substitution will still be done by the special code.
3925         Report by Jim Meyering.
3927         * doc/autoconf.texi (File System Conventions): Mention that
3928         $PATH_SEPARATOR is for the build system only.
3929         Report by Keith Marshall.
3931 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933         * doc/autoconf.texi (Setting Output Variables): Mention that
3934         all non-NUL characters are ok in substituted values.
3935         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
3936         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
3937         carriage return for $AWK, needed for BSD awk.
3938         * tests/torture.at (Substitute and define special characters):
3939         Test all 8 bit non-NUL characters.
3940         Report against Automake by Patrick Welche.
3942 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
3944         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
3946 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3948         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
3949         early on the reader side, drop stderr of the input to avoid
3950         `broken pipe' error output; this may happen even with shell
3951         builtin `echo' of some bash versions.  Reports by Ian Macdonald
3952         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
3954 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3956         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
3957         separate items of `ac_user_opts', to avoid long lines.
3958         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
3960 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3962         * doc/autoconf.texi: Fix some typos.
3964 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3966         Fix some wording problems noted by Paolo Bonzini in:
3967         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
3968         * doc/autoconf.texi (Signed Overflow Examples): Give more
3969         discussion about the allow_superuser_privileges example,
3970         and change it a bit to make things clearer.
3971         (Optimization and Wraparound): Clarify whether the compiler
3972         will generate an infinite loop for the example derived from
3973         Autoconf's mktime test.
3974         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
3975         Also, clarify unsigned multiplication overflow.
3977 2007-01-04  Eric Blake  <ebb9@byu.net>
3979         * bin/Makefile.am (RELEASE_YEAR): New macro.
3980         (edit): Use it to supply correct copyright year to scripts.
3981         * bin/autoconf.as (version): Use it.
3982         * bin/autoheader.in ($version): Likewise.
3983         * bin/autom4te.in ($version): Likewise.
3984         * bin/autoreconf.in ($version): Likewise.
3985         * bin/autoscan.in ($version): Likewise.
3986         * bin/autoupdate.in ($version): Likewise.
3987         * bin/ifnames.in ($version): Likewise.
3989 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3991         * doc/autoconf.texi (Integer Overflow): Revised based on today's
3992         feedback.  The most important changes document what happens when
3993         you convert an out-of-range value to a signed integer type, and
3994         say that (sum < a) != (b < 0) reliably detects overflow when sum =
3995         a + b.
3997         * doc/autoconf.texi (Integer Overflow): Greatly expand and
3998         rewrite, taking notions from the recent discussion on the gcc and
3999         autoconf mailing lists; please see
4000         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
4001         and follow the many links.
4002         (Integer Overflow Basics, Signed Overflow Examples):
4003         (Optimization and Wraparound, Signed Overflow Advice):
4004         (Signed Integer Division): New sections.
4006 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
4008         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
4009         preprocessor macro arguments in traced name.
4010         * doc/autoconf.texi (Defining symbols): Document longstanding
4011         support for AC_DEFINE-ing macros with arguments, and document
4012         behavior when the same variable has multiple AC_DEFINEs.
4013         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
4014         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
4015         macros directly, giving much shorter and simpler code.
4017 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
4019         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
4020         space before "$ac_configure_args" to prevent a 'config.status
4021         --recheck' failure if ac_configure_args doesn't contain a leading
4022         space.  This works around a problem with the XEmacs configure.ac,
4023         which uses the (undocumented) ac_configure_args variable
4024         inconsistently with Autoconf.
4026 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4028         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
4029         Include <limits.h>, and use its INT_MAX to rewrite the
4030         j loop so that it does not overflow 'int'.  Problem reported by
4031         Ralf Wildenhues in
4032         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4033         Play it safe by shifting left by 1 rather than multiplying by 2,
4034         as GCC is less likely to optimize this away when the value
4035         is signed (when it assumes overflow leads to undefined behavior).
4036         Also, don't assume time_t uses two's complement.
4038 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4040         * tests/torture.at (Substitute a 2000-byte string): Avoid using
4041         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
4042         dumps core on it.  Report by Tim Rice.
4044 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
4046         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
4047         --disable-option-checking to --help output even when
4048         AC_PRESERVE_HELP_ORDER is not used.
4049         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
4050         --with argument, rather than argument with [-.] replaced by
4051         underscores.
4052         * NEWS: Fix typo in previous change; the news was in the
4053         wrong section.
4055 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4057         * NEWS: Warnings are now generated by default for unknown
4058         --enable-* and --with-* options.
4059         * doc/autoconf.texi (Option Checking): Renamed from
4060         (Configure Option Checking).  Tighten up the wording a bit.
4061         (External Software, Package Options): Cross-reference to Option
4062         Checking, and use this to shorten our section.
4063         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
4064         "$x" to test "x$foo" != x.
4065         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
4066         Don't warn if $enable_option_checking is "no".
4067         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
4068         ac_unrecognized_opts to the empty string.
4069         Don't echo the unrecognized opts, as this might mishandle
4070         backslashes or leading -.
4071         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
4072         usage next to the other --disable-FEATURE options in the
4073         help string.
4075 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
4077         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
4078         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
4079         Print warning for unrecognized --with and --enable options
4080         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
4081         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
4082         Disable option checking when subdirs are configured.
4083         (AC_OUTPUT): If warnings are enabled, print warning about
4084         unrecognized --with and --enable options at the end of
4085         the configure output (as well as at the beginning).
4086         * doc/autoconf.texi (Option Checking): New node.
4087         Document new option warning functionality.
4089 2006-12-16  Eric Blake  <ebb9@byu.net>
4091         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
4092         * NEWS: Start news for current version.
4094 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
4096         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
4097         Define HAVE_GETMNTENT to 1, not to the empty string.
4098         Problem originally reported by Jochen Friedrich in
4099         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
4101         This change prompted by a problem report by Andrey Simonenko in
4102         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
4103         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
4104         object-like macros only, in the traditional portable character
4105         set.
4106         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
4107         Warn about attempts to define things that are not identifiers.
4108         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
4109         awful hack that AC_DEFINEd macro names containing parentheses.
4111 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4113         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
4114         too drastic, even if Texinfo in theory requires it for info mode.
4116         (config.status Invocation): Renamed back from Recreating a
4117         Configuration).
4118         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
4119         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
4121 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4123         * NEWS: Version 2.61a.
4125 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4126         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4128         * NEWS: Document changes with echo and printf, and the lack
4129         of limits on the total size of multi-line values of substituted
4130         variables, and the AC_FUNC_FSEEKO fix.
4132 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
4134         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
4135         Writing configure.ac.
4136         (Autoconf Input Layout): Renamed from configure.ac Layout.
4137         (Recreating a Configuration): Renamed from config.status Invocation.
4138         (Obsolete Recreation): Renamed from Obsolete config.status Use.
4139         (acconfig Header): Renamed from acconfig.h.
4140         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
4141         (Writing Testsuites): Renamed from Writing testsuite.at.
4142         (Autom4te Cache): Renamed from autom4te.cache.
4144         * BUGS: Remove mention of VPATH problem, since it's now documented
4145         not to be a bug in the Autoconf build procedure itself, but rather
4146         a problem with the proprietary `make' programs.
4148         * doc/autoconf.texi (Build Directories): Add a cross reference
4149         to VPATH and Make.
4151         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
4152         * doc/standards.texi: Sync from gnulib.
4154         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
4155         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
4156         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
4157         generated automatically.
4159 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4161         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
4162         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
4163         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
4165 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4167         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
4168         `CEOF$ac_eof' special marker, the awk script cannot contain a
4169         line matching `^CEOF', so this is not needed any more.
4170         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
4171         special marker in the test.
4173 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
4175         * tests/tools.at (autom4te preselections): Use `find -newer';
4176         remove one of the sleeps.
4178         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
4179         more readable, using ...
4180         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
4182         * doc/autoconf.texi (autoheader Invocation): Do not double-
4183         quote the parameter of `AH_BOTTOM' in the example.
4185 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
4187         * doc/autoconf.texi (Configuration Headers): Remove the
4188         example with multiple input files.
4189         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
4190         multiple input files.
4192 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4194         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
4195         creating the awk substitution script, handle one input line at a
4196         time, so that the maximum length of a substituted (multi-line)
4197         value is not limited by the size of the sed pattern space.
4198         The trade-off is a slightly repetitive sed script.
4199         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
4200         can only have up to 7 characters, due to Solaris 10 /bin/sed.
4201         * tests/torture.at (Substitute a 2000-byte string): Increase the
4202         test with several long lines, they should not be caught by sed
4203         limits any more.
4205         * tests/tools.at (autom4te preselections): New test, to flag
4206         entries missing from autom4te.cfg.
4207         Report by David Byron <dbyron@hheld.com>.
4209         * tests/torture.at (Substitute a 2000-byte string): Actually use
4210         AC_PROG_AWK, so the last change works as intended.
4211         (Substitute and define special characters): Likewise.
4212         (Substitute a newline): Likewise.
4214         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
4215         instead of `awk' consistently.
4216         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
4217         * tests/torture.at (Torturing config.status): Test both the
4218         result of AC_PROG_AWK and plain awk.
4219         (Substitute a 2000-byte string): Likewise.
4220         (Substitute and define special characters): Likewise.
4221         (Substitute a newline): Likewise.
4223 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4225         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
4226         can be assigned to a function pointer.  Problem reported by
4227         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
4228         part of a patch by Ralf Wildenhues in that same bug report.
4230 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4232         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
4233         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
4235 2006-12-01  Eric Blake  <ebb9@byu.net>
4237         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
4238         cross-compiling from cygwin to mingw.
4239         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
4240         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
4241         to lib/autoconf/c.m4.
4243 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4245         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
4246         string for more reliable failure.  Wrap the entire test that
4247         causes the broken Solaris printf to dump core, in a subshell,
4248         so the segmentation fault message is reliably suppressed.
4249         Fix shell expansion errors by using /usr/ucb/echo always;
4250         avoid an error on systems without it by another subshell.
4251         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
4252         subshell-$as_echo to `as_echo', for better error message.
4254 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4256         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
4257         `BASH_SOURCE' contain a newline, set them to empty, as they may
4258         not be unset.
4260 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4262         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
4263         years and is too hard to maintain now.  The last straw was
4264         reported by Jerker Baeck in
4265         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
4266         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
4267         * doc/autoconf.texi (Particular Functions): Move
4268         AC_FUNC_SETVBUF_REVERSED from here...
4269         (Obsolete Macros): ... to here.  Say that it does nothing now.
4270         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
4271         Turn into (almost) a no-op.
4273         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
4274         (AC_C_VOLATILE):
4275         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
4276         These macros are obsolescent and new applications shouldn't need them.
4277         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
4278         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
4279         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
4280         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4281         (AC_FUNC_VPRINTF): Likewise.
4282         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
4283         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
4284         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
4286         * doc/autoconf.texi (Setting Output Variables): Mention that
4287         @VAR1@VAR2 has unspecified behavior.  Problem reported by
4288         Ralf Wildenhues.
4289         * NEWS: Mention this.
4291         * Makefile.am: Put only a single '#' into the copyright notice,
4292         so that it's also present in the output file.  Standardize wording
4293         in makefile copyright notices to match GNU coding standards.
4294         * bin/Makefile.am: Likewise.
4295         * doc/Makefile.am: Likewise.
4296         * lib/Makefile.am: Likewise.
4297         * lib/freeze.mk: Likewise.
4298         * lib/autoconf/Makefile.am: Likewise.
4299         * lib/autoscan/Makefile.am: Likewise.
4300         * lib/autotest/Makefile.am: Likewise.
4301         * lib/m4sugar/Makefile.am: Likewise.
4302         * man/Makefile.am: Likewise.
4303         * tests/Makefile.am: Likewise.
4304         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
4305         one-line file.
4307 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4309         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
4310         in the sed script that mangles the awk script: delete up to the
4311         first exclamation mark only.
4312         * tests/torture.at (Substitute and define special characters):
4313         Test '!' too.
4315 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4317         Rewrite config files generation: avoid quadratic growth in
4318         the number of substituted variables by using awk instead of sed
4319         for the bulk of the substitutions.
4320         * NEWS: Mention this.
4321         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
4322         forbidden in the output (and thus input) file.
4323         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
4324         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
4325         generate just one large awk script for substitutions,
4326         eliminating much of the earlier complexity, while adding some
4327         new complexity.  Only expand the substitution templates at
4328         configure time, for smaller configure script size.  If
4329         _AC_SUBST_FILES are used, test 'awk' for working getline support
4330         at config.status time.  If absent, interpolate through the
4331         shell.  The awk script was written with much help
4332         from Paolo Bonzini and Paul Eggert.
4333         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
4334         (_AC_SED_FRAG_NUM): Likewise.
4335         (_AC_SUBST_CMDS): Renamed from...
4336         (_AC_SED_CMDS): ...this.
4337         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
4338         * tests/torture.at (Substitute a 2000-byte string): Also
4339         substitute a line with 1000 words, and a variable with several
4340         long lines.
4341         (Substitute and define special characters): Test awk special
4342         characters, and put substitution input strings `@foo@' in the
4343         output, to test that no recursion happens; test several other
4344         combinations from Paolo Bonzini.
4346 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4348         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
4349         that replaced echo with AS_ECHO where this wasn't necessary.
4350         Problem reportd by Ralf Wildenhues.
4351         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
4352         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
4353         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
4355 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4357         * lib/freeze.mk (GREP): Removed, no need to initialize this.
4359 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4361         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
4362         that traditional Awk lacks 3-arg "split".  It has it.
4363         Mention that FS must be a single character, and a few other
4364         99-byte limits of traditional Awk.
4365         Mention that if (i in a) doesn't work with traditional Awk.
4367 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4369         * tests/autotest.at (BSx641-newline in command):
4370         (BS-BS-newline in command, BSx640-newline in command):
4371         (Newline-CODE-BS-newline in command):
4372         (Single-quote-BS-newline in command):
4373         (Single-quote-newline-BS-newline in command):
4374         Use printf '%s\n' instead of echo, for portability to hosts
4375         where echo interprets backslashes.  This will break on hosts
4376         that lack printf, but for now let's assume all such hosts
4377         are dead (if not, we should get reports of test failures).
4379 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4381         'echo' has some portability problems, when given a first argument
4382         with a leading '-', or when given any argument containing '\'.
4383         Avoid using 'echo' in these cases.
4384         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
4385         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
4386         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4387         * lib/autotest/general.m4 (AT_INIT): Likewise.
4388         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
4389         argument might be unportable.
4390         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
4391         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
4392         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
4393         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
4394         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
4395         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
4396         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
4397         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
4398         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
4399         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
4400         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
4401         (AC_PROG_MAKE_SET): Likewise.
4402         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
4403         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
4404         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
4405         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
4406         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
4407         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
4408         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
4409         * bin/autoconf.as: Redo verbose flag implementation, as the old
4410         scheme wouldn't work with AS_ECHO.
4411         * lib/autotest/general.m4 (AT_INIT): Likewise.
4412         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
4413         Don't use ECHO_T, since ECHO_N is now reliable.
4414         * lib/autotest/general.m4 (AT_INIT): Likewise.
4415         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
4416         rather than using a here-document to put the script into a file.
4417         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
4418         use AS_ECHO.
4419         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
4420         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
4421         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
4422         bug, but we might as well stop using ECHO_N and ECHO_C internally.
4423         * lib/autotest/general.m4 (AT_SETUP): Likewise.
4424         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
4425         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
4426         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
4427         operand, as AS_ECHO requires.  Avoid double file name expansion.
4428         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
4429         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
4430         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
4431         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
4432         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
4433         Double-quote strings that would otherwise contain M4 comments.
4434         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
4436         * configure.ac (AC_INIT): Bump to 2.61a.
4437         * NEWS: Likewise.
4439 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4441         Version 2.61.
4443         * configure.ac (AC_INIT): Bump to 2.61.
4444         * NEWS: Likewise.
4446         * tests/autotest.at (Macro with backslash in a test title):
4447         Comment out for now, as this tests neither fails nor passes
4448         reliably.  Problem reported by Ralf Wildenhues.
4450 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4452         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
4453         in previous change, which caused test failures.
4455 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
4457         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
4458         code for --enable, --disable, --with, and --without to...
4459         (_AC_INIT_PARSE_ENABLE): ... a new macro.
4460         * doc/autoconf.texi (Package Options):
4461         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
4463 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4465         Import these changes from config via gnulib:
4467         2006-11-15  Ben Elliston  <bje@gnu.org>
4469         From Josselin Mouette <joss@debian.org>:
4470         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
4472         2006-11-08  Ben Elliston  <bje@gnu.org>
4474         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
4476         2006-11-07  Steve Woodford  <scw@NetBSD.org>
4477                     Ben Elliston  <bje@gnu.org>
4479         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
4480         * build-aux/config.sub (sh5el): New basic_machine.
4483         Import this change from coreutils:
4485         2006-02-13  Jim Meyering  <jim@meyering.net>
4487         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
4490         Import this change from gnustandards via gnulib:
4492         2006-11-15  Karl Berry  <karl@gnu.org>
4494         * standards.texi: core -> memory, throughout.
4495         (CPU Portability): show correct example of calling write
4496         on a char value; thanks to Paul Eggert for the code.
4497         Both of these suggestions from Eugene Y. Vasserman.
4500         Import these changes from texinfo via gnulib:
4502         2006-11-08  Karl Berry  <karl@gnu.org>
4504         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
4505           as well as pdf images, since they are supported in pdftex with
4506           no further ado.
4508         2006-11-05  Karl Berry  <karl@gnu.org>
4510         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
4512 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
4514         * NEWS: Document the AC_ARG_WITH change.
4516 2006-11-13  Bruno Haible  <bruno@clisp.org>
4518         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
4519         options, transliterate also dots to underscores.
4520         (_AC_ENABLE_IF): Transliterate also dots to underscores.
4521         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
4522         first argument may also contain dots.
4524 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4526         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
4527         benefit of platforms like Solaris+GCC where it is common to have a
4528         non-working g++ installation.
4530 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4531         and Joel E. Denny  <jdenny@ces.clemson.edu>
4532         and Paul Eggert  <eggert@cs.ucla.edu>
4534         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
4535         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
4536         ./micro-suite.
4538 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4540         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
4541         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
4542         Imported from a similar patch to gnulib by Bruno Haible.
4544 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4546         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
4547         * doc/autoconf.texi (C Compiler): Document them.
4548         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
4549         New macros, taken from gnulib.
4551 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4553         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4554         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4555         Matthew Woehlke.
4557 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4559         * tests/torture.at (Configuring subdirectories): Do not skip
4560         Automake 1.10 nor future Automake 11.1 (sic).
4562 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
4563         and Stepan Kasal  <kasal@ucw.cz>
4565         Handle special characters in test case titles correctly.
4566         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
4567         properly.
4568         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
4569         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
4570         argument.  Extend to check titles printed by ./micro-suite and
4571         ./micro-suite -l and the title in micro-suite.log.
4572         (Backquote in a test title,
4573         Single-quote in a test title,
4574         Double-quote in a test title): Don't expect failure anymore.
4575         (Backslash in a test title): Put a non-whitespace character after the
4576         backslash so that Bourne shells might actually see it as an escape
4577         sequence.
4578         (Brackets in a test title,
4579         Pound in a test title,
4580         Comma in a test title,
4581         Quoted Macro in a test title,
4582         Macro in a test title,
4583         Macro with single-quote in a test title): New tests.
4584         (Macro with backquote in a test title,
4585         Macro with double-quote in a test title,
4586         Macro with backslash in a test title): New tests expected to fail.
4587         * tests/torture.at (#define header templates): M4-quote this title in
4588         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
4589         The visible effect was a stray [] in the testsuite output.
4591 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4593         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
4594         `trap ... 0' inside a function, for AIX sh.
4596 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4598         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
4599         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
4600         5363) simply issues a warning when dividing by zero at compile
4601         time.  Problem reported by Elias Pipping.
4603 2006-10-26  Eric Blake  <ebb9@byu.net>
4605         * THANKS: Update.
4606         * doc/autoconf.texi (Evaluation Macros): Improve the example to
4607         show effect on macros that expand with commas.
4608         Reported by Joel E. Denny.
4610         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
4611         Also work with M4 1.4.8.
4613 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4615         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
4616         Jim Meyering.
4618 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
4620         * tests/tools.at (autom4te --force): New test, verifies that
4621         `--force' always rewrites the output file.
4623 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4625         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
4626         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
4628 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
4630         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
4632 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4634         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
4635         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
4636         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
4637         reported by Nelson H. F. Beebe for Coreutils 6.4.
4639         * tests/tools.at (autoconf --trace: user macros): Remove test
4640         for tracing multiline macros, since m4 1.4.7a uses a different
4641         way to number lines.  Problem reported by Ralf Wildenhues.
4643 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
4645         * bin/autom4te.in (handle_m4): Do not redirect stdin to
4646         /dev/null since the heuristics for interactive behaviour was
4647         fixed in CVS m4.
4649         * bin/autom4te.in: With --force, always refresh the output
4650         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
4652         * bin/autoconf.as: Fix the verbose message at the end.
4654 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
4656         * configure.ac (AC_INIT): Bump to 2.60c.
4657         * NEWS: Likewise.
4659 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4661         * NEWS: Version 2.60b.
4663         Import this change from Texinfo:
4664         2006-10-15  Karl Berry  <karl@gnu.org>
4665         * build-aux/texinfo.tex: automake 1.10
4667         * NEWS: Remove AC_CACHE_CHECK_INT.
4668         * doc/autoconf.texi (Caching Results): Likewise.
4669         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
4670         AC_CACHE_CHECK_INT, since it's no longer public.
4671         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
4672         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
4674 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4676         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
4678 2006-10-19  Eric Blake  <ebb9@byu.net>
4680         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
4681         (m4_maketemp): Avoid warnings with M4 1.9a.
4682         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
4683         m4_mkstemp.
4684         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
4685         * NEWS: Likewise.
4687 2006-10-16  Eric Blake  <ebb9@byu.net>
4689         * doc/autoconf.texi (Setting Output Variables): Fix typo.
4691         * bin/autoconf.as (version): Reword to match GNU Coding
4692         Standards.
4693         * bin/autoheader.in (version): Likewise.
4694         * bin/autom4te.in (version): Likewise.
4695         * bin/autoreconf.in (version): Likewise.
4696         * bin/autoscan.in (version): Likewise.
4697         * bin/autoupdate.in (version): Likewise.
4698         * bin/ifnames.in (version): Likewise.
4700 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
4702         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
4703         looking for special shell characters.
4704         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
4705         macro defined by AS_VAR_PUSHDEF before passing it as a
4706         parameter.
4707         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
4708         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
4709         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
4710         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
4711         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
4712         Likewise.
4713         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
4714         AS_VAR_* properly.
4715         * tests/m4sh.at (AS_LITERAL_IF): New test.
4717 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4719         (Imported from Automake.)
4720         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4721         which incorrectly sets the mode of an existing destination
4722         directory.  In some cases the unpatched install-sh could do the
4723         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4724         system.  We hope this is rare in practice, but it's clearly worth
4725         fixing.  Problem reported by Alex Unleashed in
4726         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4727         Also, don't bother to check for -m bugs unless we're using -m;
4728         suggested by Stepan Kasal.
4730 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4732         Import this change from Automake:
4734         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
4735         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
4736         is enabled by default with gnu and gnits strictness.
4737         Report from Bruno Haible.
4739         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
4740         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
4741         gnu and gnits modes.
4743         Import this change from Config:
4745         2006-09-20  Ben Elliston  <bje@gnu.org>
4746         * build-aux/config.sub (score, score-*): New.
4748         Import this change from Gnulib:
4750         2006-09-16  Karl Berry  <karl@gnu.org>
4751         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4752         to avoid sectioning errors.
4754         Import these changes from Texinfo:
4756         2006-10-04  Karl Berry  <karl@gnu.org>
4757         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
4758         (\quoteexpand): rename to \rquoteexpand.
4759         (\codequoteleft): new def, to look for @set codequotebacktick.
4760         (\lquoteexpand, \quoteexpand): new defs.
4761         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
4762         (\code): must use new \...Char values, since now ` is active.
4764         2006-08-26  Karl Berry  <karl@gnu.org>
4765         * build-aux/texinfo.tex (\textdegree): New command.
4767         2006-08-12  Karl Berry  <karl@gnu.org>
4768         * build-aux/texinfo.tex (error \box0): smaller font.
4770 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4772         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
4774 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
4776         * doc/autoconf.texi (Autoheader Macros): Warn that the text
4777         added to the template can get mangled.
4779 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4781         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
4782         include the default headers, and redefine obstack_chunk_alloc
4783         and obstack_chunk_free.  Fixes false failure with glibc.
4785 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4787         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
4788         for backward compatibility with Libtool 1.5.22.  Problem reported
4789         by Ralf Wildenhues.
4791 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4793         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
4794         AC_PROG_CC.
4795         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
4797 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4799         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
4800         the NonStop platform.
4801         * doc/autoconf.texi (Posix Variants): Likewise.
4802         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
4804         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
4805         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
4806         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
4807         Use a better substitute, by inspecting the output of "ls"
4808         rather than just using ":".
4809         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
4810         rather than AS_EXECUTABLE_P, since we needn't worry about
4811         non-regular files here.
4813         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
4814         due to configuration hassles with this.  See Tonya Underwood's report
4815         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
4816         * doc/autoconf.texi (Special Shell Variables): Likewise.
4818 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4819             Stepan Kasal  <kasal@ucw.cz>
4821         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
4822         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
4824 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
4826         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
4827           initialization which is not inherited through the environment
4828         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
4829         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
4831 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4833         * doc/autoconf.texi (Limitations of Usual Tools): Describe
4834         problems with mkdir -p -m.
4836 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4838         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
4839         comment about ac_cpp_err; it was incorrect, and anyway
4840         ac_cpp_err is being removed below.
4841         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
4842         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
4843         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
4844         nobody uses it.
4845         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
4846         with werror_flag and conftest.err and so forth.  This is more
4847         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
4848         and anyway the user shouldn't normally want to see this gorp logged.
4849         Problem reported by Ralf Wildenhues.
4850         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
4851         empty, not 'no', since the rest of the code uses 'test -z'.
4853 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
4855         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
4856         Use a single call to AC_DO_TOKENS rather than multiple, for
4857         efficiency.
4858         (_AC_LINK_IFELSE): Test that resulting file is executable.
4859         Problem reported by mwoehlke in
4860         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
4862         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
4863         than creating a file to use with test -x; this is much faster.
4865 2006-10-02  Bruno Haible  <bruno@clisp.org>
4867         * lib/autom4te.in (Automake-preselections): Add
4868         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
4870 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
4872         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
4873         standard error, `experr' should be used, not `expout'.
4875 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4877         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
4878         fseeko testing program twice; just use the earlier result.
4879         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
4880         Set cache var to 'unknown' (not 'no') if leaving the macro unset
4881         still doesn't let the program compile.
4882         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
4883         failed.
4885         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
4886         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
4887         include it, without including anything else.
4888         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
4889         expressions.
4890         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
4892 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4894         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
4895         `error.h', and include it, for a `error_at_line' prototype.
4896         Use a nonempty format string in the link test.
4897         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
4898         for a declaration of wait3.
4900 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4902         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
4903         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
4904         can apply to constants too, and that it checks for macro defns.
4905         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
4906         and simply cast the identifier to void.  This handles structure
4907         values.  Problem reported by Ralf Wildenhues.
4908         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
4910 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4912         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
4913         structure, and function symbols.
4915 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4917         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
4918         member.
4920 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4922         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
4923         * README: Likewise.
4924         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
4926 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4927         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4929         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
4930         warnings (uninitialized value).
4931         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
4932         present.
4933         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
4934         parentheses.
4935         (AC_STRUCT_TM): Likewise, avoid unused variables.
4937 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4939         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
4940         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
4941         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
4942         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
4943         Report by Olly Betts.
4945 2006-09-19  Eric Blake  <ebb9@byu.net>
4947         * m4/m4.m4: Change copyright.
4948         * configure: Regenerate.
4949         * Makefile.in: Likewise.
4950         * bin/Makefile.in: Likewise.
4951         * doc/Makefile.in: Likewise.
4952         * lib/Makefile.in: Likewise.
4953         * lib/Autom4te/Makefile.in: Likewise.
4954         * lib/autoconf/Makefile.in: Likewise.
4955         * lib/autoscan/Makefile.in: Likewise.
4956         * lib/autotest/Makefile.in: Likewise.
4957         * lib/emacs/Makefile.in: Likewise.
4958         * lib/m4sugar/Makefile.in: Likewise.
4959         * man/Makefile.in: Likewise.
4960         * tests/Makefile.in: Likewise.
4962         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
4963         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
4964         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
4965         --error-output, to avoid warnings with M4 2.0.
4967 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
4969         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
4970           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
4971         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
4973 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
4975         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
4976         expansion of AC_CHECK_FUNCS.
4978 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
4980         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
4981         mistaken comment: the path has to be relative; do not use
4982         the path at runtime.
4984 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4986         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
4987         argument to `--prefix' for sub-configure scripts.
4988         Pass `--silent' to sub-configure scripts.
4989         * tests/torture.at (Configuring subdirectories): Add tests
4990         for both changes.
4991         * doc/autoconf.texi (Setting Output Variables): Fix example to
4992         not show `--silent' being passed to a `configure' re-run.
4994 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4996         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
4997         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
4998         for the existence of the directory at configure-time.  That's
4999         too late, anyway.  Problem reported by Stefan Seefeld.
5001         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
5002         7.1.4 /usr/bin/posix/sh described by Tim Rice in
5003         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
5005 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
5007         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
5008         works with GNU M4 1.4.3 again; make the normalized form
5009         match the current m4 message; fix the description.
5010         * test/tools.at (autom4te cache): Adapt to the change.
5012 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5014         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
5015         to catch glibc bug 2821
5016         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5018         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
5019         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
5020         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
5021         assume C89.
5023 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
5025         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
5026         preselections ...
5027         (Autoconf): ... here.
5028         (Autoscan-preselections): Delete.
5030 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
5032         * lib/autom4te.in (Automake-preselections): Preselect
5033         AM_ENABLE_MULTILIB.
5035 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5037         * doc/autoconf.texi (Preset Output Variables): srcdir and
5038         top_srcdir are not necessarily relative.  Problem reported
5039         by Dries Kimpe.
5041 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5043         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
5044         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
5045         accept files with extension `.f'.  For consistency, also prefer
5046         xlf over f77.
5047         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
5048         from last patch.
5050 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
5052         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
5053         of ERLANG_LIB_VER_* variables.
5054         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
5055         variables.
5057 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5058         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5060         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
5061         bugs of Bash 2.01 and 2.05a.
5062         (Fortran Compiler): Document that AC_PROG_CC should be called
5063         before AC_PROG_FC, due to a bug in Autoconf.
5065 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5067         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
5068         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
5069         except the first two arguments are reversed.
5070         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
5071         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
5072         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
5073         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
5074         equivalent to the old AC_COMPUTE_INT.
5075         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
5076         All uses changed to AC_CACHE_CHECK_INT.
5077         * tests/base.at (AC_CACHE_CHECK_INT): New test.
5078         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
5080 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5082         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
5083         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
5084         programs should use their Gnulib counterparts.
5085         * doc/autoconf.texi (Particular Functions): Likewise.
5086         (Macro Names, testsuite Invocation): Replace uses of these
5087         obsolete macros with uses of non-obsolete macros.
5089 2006-08-29  Eric Blake  <ebb9@byu.net>
5091         * configure.ac (AC_INIT): Bump to 2.60b.
5092         * NEWS: Update.
5094 2006-08-28  Eric Blake  <ebb9@byu.net>
5096         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
5097         mistakenly swapped on 2006-08-15.
5099 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5101         * NEWS: Version 2.60a.
5103 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
5105         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
5106         file created by the PGI compiler.
5108 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
5110         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
5111         simplify the code.
5113 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5115         Fix Lex library problem reported to us by Julio Garvia.
5116         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
5117         for the default, which the user can override.
5118         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
5119         deal with LEXLIB.
5120         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
5121         didn't work if some values were cached but not others.  Test for
5122         broken lex libraries like native ia64-hp-hpux11.22; see
5123         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
5124         work around the problem by preferring an empty LEXLIB to -lfl or
5125         -ll.  Let the user set LEXLIB='' to indicate no library needed.
5127         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
5128         * README: Likewise.
5129         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
5131 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5133         Rework to use more-modern build style.
5134         Many files are renamed; all uses of their names were changed.
5135         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
5136         * .x-sc_useless_cpp_parens: New file.
5137         * build-aux/config.guess: Renamed from config/config.guess.  Update.
5138         * build-aux/config.sub: Renamed from config/config.sub.  Update.
5139         * build-aux/elisp-comp: Renamed from config/elisp-comp.
5140         * build-aux/install-sh: Renamed from config/install-sh.  Update.
5141         * build-aux/mdate-sh: Renamed from config/mdate-sh.
5142         * build-aux/missing: Renamed from config/missing.
5143         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
5144         * build-aux/vc-list-files: Renamed from config/vc-list-files.
5145         * config/Makefile.am: Removed.
5146         * config/mkinstalldirs: Removed.
5147         * config/move-if-change: Removed.
5148         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
5149         * Makefile.am (SUBDIRS): Remove config.
5150         (ACLOCAL_AMFLAGS): Include from m4, not config.
5151         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
5152         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
5153         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
5154         Fail if there's an error.
5155         * Makefile.cfg (move_if_change): Remove.
5156         (wget_files): Remove.
5157         (cvs_executable_files): New macro.
5158         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
5159         (executable-update): Use $(cvs_executable_files).
5160         (local-checks-to-skip): Remove.
5161         * Makefile.maint: Merge from coreutils, plus add our own changes
5162         (gzip_rsyncable): New macro.
5163         (GZIP_ENV): Use it.
5164         (CVS_LIST): Use build-aux/vc-list-files.
5165         (VERSION_REGEXP): New macro.
5166         (local-checks-available): Add patch-check, $(syntax-check-rules),
5167         check-AUTHORS.
5168         (syntax-check-rules): Compute dynamically.
5169         (sc_cast_of_x_alloc_return_value): Work even if no source files.
5170         (sc_cast_of_alloca_return_value): Likewise.
5171         (sc_prohibit_atoi_atof): Simplify regexp.
5172         (sc_no_if_have_config_h, sc_require_config_h):
5173         (sc_prohibit_assert_without_use,
5174         (sc_obsolete_symbols): Check for O_NDELAY.
5175         (sc_texi_notab): Remove.
5176         (sc-changelog): Don't make an exception for '----' lines.
5177         (.re-list): Remove, so we don't have a junk file behind.
5178         (sc_system_h_headers): Remove the need for .re-list.
5179         (sc_the_the):  New rule.
5180         (sc_tight_scope): Simplify.
5181         (sc_trailing_blank): Renamed from sc_trailing_space.
5182         (longopt_re): New macro.
5183         (sc_two_space_separator_in_usage): New rule.
5184         (sc_unmarked_diagnostics): Look at all files under CVS.
5185         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
5186         (news-date-check, changelog-check): Version is OK.
5187         (po-check): Look for lib files even if not in CVS.
5188         (copyright-check): Use $() not ``.
5189         (maintainer-distcheck): Do not depend on changelog-check.
5190         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
5191         Also check for -Wpointer-arith.
5192         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
5193         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
5194         Remove.
5195         (announcement): Add --gpg-key-id arg.
5196         (cvs-sv): Remove.
5197         (move_if_change): Just use mv.
5198         (local_updates: Remove wget-update, po-update.
5199         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
5200         (config.guess-url_prefix, config.sub-url_prefix): Remove.
5201         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
5202         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
5203         ($(get-targets)): Remove.
5204         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
5205         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
5206         (cvs-update): Get from gnulib.
5207         (emut_upload_commands): gnupload is in build-aux now.
5208         (alpha beta major): Add changelog-check.  Check version.
5209         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
5210         (AC_CONFIG_FILES): Remove.
5211         * bin/autoconf.as: Add spaces to avoid distcheck warning.
5212         * config/announce-gen: Sync from coreutils.
5213         * doc/make-stds.texi: Sync from gnulib.
5214         * doc/standards.texi: Likewise.
5215         * man/Makefile.am: Adjust for config -> build-aux renaming.
5216         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
5217         * tests/local.at: Adjust from config -> build-aux renaming.
5218         * tests/tools.at: Likewise.
5219         * tests/torture.at: Likewise.
5221         * NEWS: The C99 check now tests for vararg macros and 64-bit
5222         preprocessor ints.
5223         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
5224         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
5225         64-bit preprocessor ints.  Check for static initialization of
5226         long long.  Remove unnecessary casts.
5228 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5230         * doc/autoconf.texi (Particular Programs): Mention that
5231         @INSTALL@ and @MKDIR_P@ may vary for different output files.
5232         Reported by Alexandre Duret-Lutz.
5234 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5236         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
5237         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
5238         Bill Northcott in
5239         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
5241 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5243         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
5244         pacify insanely picky compilers.  Problem reported by Eric Blake.
5246         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
5247         longer supported by Sun.
5249 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5251         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
5252         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
5253         -Wundef -Werror".  Problem reported by David Fang in
5254         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
5255         * doc/autoconf.texi (Header Templates, Default Includes):
5256         (Particular Functions, Generic Functions, Header Portability):
5257         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
5258         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
5259         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
5260         Prefer #ifdef to #if.
5261         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
5262         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
5263         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
5264         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
5265         Likewise.
5266         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
5267         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
5268         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
5269         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5270         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
5271         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
5272         this.
5274 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5276         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
5277         problems with arg script text that doesn't end in newline, and
5278         with '-e a...'.  Problems reported by Ralf Wildenhues.
5280 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
5282         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
5283         check for libXt by a check for libX11.
5285 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5287         * doc/autoconf.texi (config.status Invocation): Adjust according
5288         to last change.
5290 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5292         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
5293         --help' should mention that `--version' outputs configuration
5294         settings.  Report by Bruno Haible.
5296 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
5298         Fix test suite failures reported by Pierre in
5299         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
5300         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
5301         the compiler created a file "b.out" when it didn't create anything
5302         at all.
5303         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
5304         Discard stderr too, when invoking the test script.
5306 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
5308         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
5309         in the restoring of the werror flag.
5311 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5313         * doc/autoconf.texi (Volatile Objects): Be even a little
5314         less skeptical about "volatile", after discussion with
5315         Bruno Haible on bug-gnulib.
5316         (Limitations of Usual Tools): Warn about sed stripping
5317         leading white space from text.  From Bruno Haible.
5319 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5321         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
5322         compiler complains about it, even if things works after the
5323         complaint.  Problem reported by Peter O'Gorman.
5325         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
5326         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
5327         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
5329 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
5331         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
5332         after -R regardless of host.  Patrick Welche reports that this
5333         fixes things on NetBSD 3.99.
5335         * NEWS: Recommend M4 1.4.5.
5336         * README: Likewise.
5337         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
5338         * tests/tools.at (autom4te cache): Update wording of diagnostic
5339         to match M4 1.4.5.
5341 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
5343         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
5344         under AC_C_VOLATILE.
5345         (Volatile Objects): Be a little less skeptical about what
5346         "volatile" means.  Derived from thoughts by Ben Pfaff in
5347         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
5349 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5351         * doc/autoconf.texi: Fix some typos.
5353 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
5355         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
5356         more globally, since the 2006-06-30 patch didn't suffice.  Problem
5357         reported by Keith Marshall.  Also, don't bother with builddir2,
5358         since it shouldn't be needed any more.
5360 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
5362         * doc/autoconf.texi (Generic compiler characteristics):
5363         Document AC_COMPUTE_INT.  Fix wrong statements on Default
5364         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
5366         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
5367         (_AC_COMPUTE_INT): Add obsoletion warnings.
5368         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
5369         AC_COMPUTE_INT.
5371         * NEWS: Document change.
5373 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5375         * doc/autoconf.texi (Volatile Objects): New section.
5377         * NEWS: Document previous change.
5379 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5381         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
5382         Require that long long int be at least 64 bits wide.  C99 requires
5383         this and enough programs depend on it so we should check for it.
5384         Bruno Haible reports in
5385         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
5386         that long long int is 32 bits wide with some nonstandard compilers.
5387         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5389 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5391         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
5392         to a nonexistent file, so that we don't have to worry about
5393         a local site configuration that doesn't use /usr/local.
5394         Problem reported by Keith Marshall in
5395         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
5397 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5399         * doc/autoconf.texi: Be more consistent about using @acronym with
5400         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
5401         quite right (it talked about "OSF/Tru64", even though the
5402         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
5403         and it even mentioned "OSF 4"!) and at this point there's little
5404         reason to talk about OSF any more, since it died in 1994.
5405         (Specific Compiler Characteristics): Simplify example of
5406         negative-size array.
5407         (File Descriptors): Reorder to make the text flow better.
5408         Remove joke about "appreciate the various levels"; I didn't get it.
5409         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
5410         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
5411         (File Descriptors, Limitations of Usual Tools):
5412         Tone down the advice against renaming or removing open files.
5413         (Limitations of Usual Tools): Add a new section, on 'rm'.
5415 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
5417         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
5418         -lXt in LIBS, idea from Karsten Hopp; this was due since
5419         this change:
5421         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5422         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
5423         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
5424         (which belong to Xt, not X itself).  See Debian bug 327655.
5426 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5428         * configure.ac (AC_INIT): Bump to 2.60a.
5429         * NEWS: Update.
5431 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5433         Version 2.60.
5435         * configure.ac, NEWS: Update.
5437 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5439         * config/texinfo.tex: Sync from upstream.
5441         * bin/autom4te.in (handle_traces): Transform the `@S|@'
5442         quadrigraph correctly in traces.
5444         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
5445         Fix typos.
5447         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
5448         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
5449         not defined.
5450         * doc/autoconf.texi (Changed Directory Variables): New node,
5451         to document the whole `datarootdir' business a bit better.
5452         * NEWS: Update.
5453         * tests/torture.at (datarootdir workaround): Extend test.
5454         Prompted by report by Alexandre Julliard.
5456 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5458         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
5459         when using default mode of IBM C 6 for AIX.  Problem and two-line
5460         fix reported by Larry Jones.
5462 2006-06-22  Alexandre Julliard <julliard@winehq.org>
5464         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
5465         about literal '${datarootdir}' if a definition is found in the
5466         output file.
5468 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5470         * NEWS: Use "M4" rather than "m4" when appropriate.
5471         Problem reported by Eric Blake.
5472         * doc/autoconf.texi: Likewise.
5473         Use @acronym around BSD, GCC, and GNU when appropriate.
5474         (Why GNU M4): Renamed from "Why GNU m4".
5475         (Redefined M4 Macros): Mention that Posix
5476         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
5477         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
5478         to int.
5480 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5482         * bin/autom4te.in (handle_output): Do not forbid the empty
5483         pattern.
5484         * tests/tools.at (autoconf: the empty token): New test.
5486 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
5488         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
5489         calls, so that we do not care whether they are LIFO or FIFO;
5490         in the m4_wrap, do not check which diversion is the topmost
5491         one, just check that the stack is balanced at the end.
5492         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
5493         base diversion forever--pop the previous diversion before
5494         opening the new one; consequently, remove the m4_wrap call.
5495         * lib/autotest/general.m4 (AT_INIT): Likewise.
5496         * tests/m4sugar.at: Do not use
5497         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
5499 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5500         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5502         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
5503         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
5504         Rework example of m4wrap token-pasting trouble so that it doesn't
5505         care whether it's LIFO or FIFO.
5506         Fix some "contrary to"s that are awkward in English.
5508 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5510         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
5511         to `yes' instead of `int$1_t' if the type is found, for more
5512         consistent configure output (where $1 is the number of bits).
5513         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
5514         Suggested by Bruno Haible.
5516         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
5517         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
5518         with system headers.  Report by Bruno Haible.
5520 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5522         * config/config.guess, config/config.sub: Sync from upstream.
5524         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
5525         in order to avoid picking up an older installed frozen m4sh.m4f.
5526         Besides an outdated shell startup, this could have been created
5527         by an earlier M4 version with incompatible frozen file format.
5529 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
5531         * README: Recommend m4 1.4.4 instead of 1.4.3..
5532         * doc/autoconf.texi: Likewise.
5533         (Special Chars in Names): Say that $(.FOO) is portable, as
5534         suggested by Stepan Kasal.
5535         (Installation Directory Variables, Build Directories):
5536         (Automatic Remaking, Subdirectories, Fortran Compiler):
5537         (Making testsuite Scripts, Defining Directories):
5538         Quote variable usages better.
5539         (Making testsuite Scripts): Add clean-local rule to makefile
5540         snippet, by Eric Blake.
5541         (Installation Directory Variables): Fix table item font.
5542         Reword slightly to clarify.  Generalize advice about
5543         not using special characters to include all file-related
5544         vars, not just VPATH.
5545         (Special Chars in Variables): Warn about special characters in
5546         $(srcdir) too.
5547         (Assignments): Clarify default-value example as suggested by
5548         Ralf Wildenhues in
5549         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
5550         (Special Shell Variables): Note leading ./ or ../, as suggested
5551         by Eric Blake.
5552         (Limitations of Builtins): Under cd, warn about CDPATH.
5553         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
5554         Ralf Wildenhues.
5556 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5558         * doc/autoconf.texi (Configuration Actions): Remove duplicate
5559         `@var', for texi2html.
5560         (Systemology): Some more word wrapping, for DVI output.
5561         (autom4te Invocation): The short option for `--melt' is `-M',
5562         not `-m'.
5564 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
5566         * doc/autoconf.texi: More formatting and English tweaks,
5567         many suggested by Ralf Wildenhues.
5568         Reword to avoid "@code{...}'s" and the like, since it's ugly
5569         with Emacs info mode.  discontents -> woes.
5570         Put a few "will"s back.  time stamp -> timestamp.
5571         side-effect -> side effect.
5573 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
5575         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
5576         Warn about $@ not persisting.  Problem reported by Julien Danjou in
5577         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
5578         (Special Chars in Names): Renamed from Leading _ in Macro Names.
5579         Mention other special chars, too.
5581 2006-06-14  Eric Blake  <ebb9@byu.net>
5583         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
5585 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
5587         * doc/autoconf.texi: Some systematic minor improvements, as
5588         follows.  Use "makefile" when talking about makefiles
5589         generally (which might be named "makefile" or "Makefile" or even
5590         "foo.mk"), "Makefile" when talking about a specific makefile
5591         called "Makefile".  This unclutters the text from weird quotes
5592         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
5593         values" rather than "@var{foo}s" and similar constructs containing
5594         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
5595         English-language improvements.  Change the prefix "sub-" to "sub"
5596         and "re-" to "re".
5597         Put blank lines around examples more consistently.
5598         Avoid "rather" and "very" as intensifiers.
5599         Avoid "will" as an auxiliary.
5600         (Limitations of Make): Split this node into....
5601         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
5602         (Leading _ in Macro Names, Backslash-Newline-Newline):
5603         (Backslash-Newline Comments, Long Lines in Makefiles):
5604         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
5605         (obj/ and Make, make -k Status, VPATH and Make):
5606         (VPATH and Double-colon, $< in Explicit Rules):
5607         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
5608         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
5609         New nodes, resulting from splitup of Limitations of Make.
5610         All cross-references changed.  Raise the top node from
5611         a section to a chapter, and all subnodes accordingly.
5612         Redo the introductory wording to match the new organization.
5613         (Installation Directory Variables): Use an example that is
5614         closer to what Autoconf actually does.  Mention that VPATH's
5615         value should not contain metacharacters or white space.
5616         (Fortran Compiler): Fix a VPATH bug in an example.
5617         (Leading _ in Macro Names): Mention that this problem is no longer
5618         of practical concern.
5619         (VPATH and Make): Reword the advice to make it clearer
5620         that Autoconf and Automake support VPATH in non-GNU make, but
5621         many packages have bugs in this area.
5622         ($< in Explicit Rules): Refer to Build Directories rather
5623         than using a (non-VPATH-safe) example.
5624         (Automatic Rule Rewriting): Mention the sort of disaster that
5625         can ensue with Solaris-style rule rewriting with VPATH.
5627 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5629         * doc/install.texi (Compilers and Options): Weaken the
5630         suggestion to use GNU make for VPATH builds.
5632         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
5633         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
5635         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
5636         in regular expression.
5638 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5640         * doc/autoconf.texi (Installation Directory Variables):
5641         Drop extra @samp from `@table @samp' item.
5642         (Limitations of Usual Tools): Comment fix.
5643         Do not nest @samp just to point to other table items.
5644         (Writing testsuite.at) <AT_CHECK>: The second argument to
5645         `@dvar' is already @samp'ed.
5646         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
5647         do not use @var in the second argument.
5649 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
5651         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
5652         $as_shell.exe too.  Problem reported by Andreas Buening in
5653         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
5655 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5657         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
5658         `unused variable' compiler warning, for `-Wall -Werror'.
5659         Reported by Jaap Haitsma in
5660         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
5662 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
5664         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
5665         case the compiler dumps core.  Problem reported for
5666         OpenServer 5.0.7 by Tim Rice in
5667         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
5668         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
5669         Likewise.
5671 2006-06-06  Tim Rice <tim@multitalents.net>.
5673         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
5674         "ERROR" only shows up in "make check" output if there is an
5675         error.
5677 2006-06-06  Eric Blake  <ebb9@byu.net>
5679         * tests/tools.at (automatically allowed tokens): Fix typo.
5681 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
5683         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
5685         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
5686         typically overflows on x86 CPUs, even though the C standard
5687         requires otherwise.
5689 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5691         * configure.ac (AC_INIT): Bump to 2.59e.
5692         * NEWS: Update.
5694 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5696         Version 2.59d.
5698         * config/texinfo.tex: Sync from upstream.
5700         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
5701         seen, invoke libtoolize with `--ltdl' argument.
5702         * lib/autom4te.in (Autoreconf-preselections): Adjust.
5703         * NEWS: Update.
5704         Suggested by Eric Blake.
5706 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
5708         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
5709         reported by Ralf Wildenhues.
5710         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
5712 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5714         * THANKS: Update.
5716 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
5718         * doc/autoconf.texi: Modernize some of the references to Solaris.
5720 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
5722         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
5723         message issued by AC_REQUIRE.
5724         * tests/m4sugar.at: Check m4_require's error message.
5725         * tests/base.at: Check AC_REQUIRE's error message.
5726         * tests/local.at (AT_CHECK_M4): New macro, almost identical
5727         to...
5728         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
5729         AT_CHECK_M4.
5730         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
5731         `expout' as the last parameter.
5732         * tests/tools.at: Adapt to the above change.
5734 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
5736         * doc/autoconf.texi (Limitations of Usual Tools): Correct
5737         information about race-free implementations of mkdir.
5739 2006-06-04  Eric Blake  <ebb9@byu.net>
5741         * bin/autoreconf.in (help): Document M4 environment variable.
5742         * bin/autoconf.as (Usage): Likewise.
5743         * bin/autom4te.in (help): Likewise.
5744         * doc/autoconf.texi (autom4te Invocation): Likewise.
5746 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5748         * NEWS: GNU make now recommended for VPATH builds.
5749         Mention that some macros are now documented to be obsolescent.
5750         * doc/autoconf.texi:
5751         Prefer "current" to "modern" to describe
5752         currently-used (albeit perhaps old-fashioned) hosts.
5753         Mention which ancient features no longer need to be worried about.
5754         setgid -> set-group-ID
5755         setuid -> set-user-ID (these are the Posix terms)
5756         Fix some misuses of "only".
5757         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
5758         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
5759         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
5760         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
5761         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
5762         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
5763         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
5764         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
5765         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
5766         Mention that these macros are obsolescent.
5767         (Installation Directory Variables): shall -> should
5768         (File Descriptors): Mention that 0, 1, 2 might get reopened.
5769         Mention that it's now safe to use 3 and 4.
5770         (Limitations of Usual Tools): cp -r is now specified by Posix.
5771         Omit longwinded and obsolescent discussion of cp -f.
5772         Modernize discussion of expr, ls.
5773         (Limitations of Make): Modernize discussion of VPATH builds.
5774         Mention $? as a workaround in some cases.
5775         * doc/install.texi (Basic Installation):
5776         Mention "./configure; make; make install" first.  Be more
5777         specific about why this file is generic.  Remove unnecessary
5778         parens.  Remove misleading "only".  Remove obsolete advice
5779         about csh.  Don't say "configure" takes awhile; say it
5780         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
5781         and CC=c99 rather than CC=c89, as these are blessed by current
5782         Posix.  Recommend GNU make if doing a VPATH build.
5784 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
5786         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
5787         examples involving shell prompts.
5789 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
5790         and Paul Eggert  <eggert@cs.ucla.edu>
5792         * doc/autoconf.texi (Here-Documents): Add details about the
5793         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
5794         use "here-documents" instead of "here documents".
5796 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5798         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
5800 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
5802         * doc/autoconf.texi (File System Conventions): Warn about ":"
5803         anywhere in directory names.
5805 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5807         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
5808         about quoting the case statement, just in case.
5809         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
5810         was fixed in ksh93g; reported by Ralf Wildenhues.
5812 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
5814         * doc/autoconf.texi (System Services): Do not document
5815         overriding EXEEXT via ac_cv_exeext=ext.
5816         (Particular Programs) <AC_PROG_MKDIR_P>:
5817         Document that ${MKDIR_P} understands --.
5818         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
5819         comment.
5821 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5823         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
5824         argument with leading hyphen.  Problem reported by Paul Eggert.
5826 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
5828         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
5829         about quoting ac_try: quote all of it, if any of it seems suspicious.
5830         This means we don't have to worry about ${ or sed any more.
5831         Also, double-quote the case statement, to work around misuses via
5832         underquoting as reported by Ralf Wildenhues in
5833         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
5834         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
5835         undocumented and dangerous macro.
5836         Problem reported by Ralf Wildenhues in
5837         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
5839 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5841         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
5842         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
5843         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
5845 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
5847         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
5848         since evidently some packages rely on the old, broken behavior.
5849         Problem reported by Ralf Wildenhues in
5850         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
5851         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
5852         pre-2006-05-26 definitions, but leave in the comments that
5853         these macros are dangerous and should not be used.
5854         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
5855         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
5856         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
5857         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
5858         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
5860 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
5862         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
5863         the use of 'tr', since this is our only use of 'tr'.
5865 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5866         and Paul Eggert  <eggert@cs.ucla.edu>
5868         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
5869         Don't assume 'grep' works on long lines, since AIX grep doesn't.
5871 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5873         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
5874         the output file in the `${datarootdir}' test.
5876 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
5877         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5879         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
5880         mention of `datarootdir' in the input file(s), but literal
5881         `${datarootdir}' in the output file, and we haven't warned yet,
5882         then warn as well: the user may have (erroneously) used
5883         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
5884         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
5885         * tests/torture.at (datarootdir workaround): Extend this test.
5886         * NEWS: Update.
5888 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5889         and Paul Eggert  <eggert@cs.ucla.edu>
5891         * doc/autoconf.texi (autoheader Invocation): The first argument to
5892         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
5893         alternatives and clear up the language a bit.
5895 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
5897         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
5898         ac_config_guess, ac_config_sub, ac_configure.
5899         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
5900         Fix typo that prevented an unnecessary space from being removed.
5901         Problems reported by Ralf Wildenhues in:
5902         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
5904 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5906         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
5907         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
5908         Don't use the term "thread-safe" to talk about mkdir race
5909         conditions, since the problem is more a process than a thread
5910         issue.  Problem reported by Stepan Kasal in:
5911         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
5912         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
5913         the test for 'install' more closely.  Look at MKDIR_P first.
5914         Look in the PATH, and at /opt/sfw/bin.
5915         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
5916         Don't bother to try mkdir -p, since we already check mkdir --version;
5917         just look at the version number.  (There's no easy way to check
5918         for race-free implementations.)
5919         * tests/tools.at (autoconf: subdirectories): Adjust to above
5920         changes, since MKDIR_P now might end in "/mkdir -p".
5922         * doc/autoconf.texi (autoheader Invocation): Mention that the
5923         first arg of AC_DEFINE_UNQUOTED must be a literal.
5924         Problem reported by Ben Pfaff in
5925         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
5927         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
5928         * doc/autoconf.texi (Special Chars in Variables): New section.
5929         (Preset Output Variables): Warn about special chars in CPPFLAGS.
5930         (Installation Directory Variables): Quote $(datadir) better.
5931         (Limitations of Builtins): Describe some of eval's trickiness.
5933         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
5934         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
5935         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
5936         in front of every arg, not just trailing args.  Quote apostrophes.
5937         (_AC_EVAL_ECHO): New macro.
5938         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
5939         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
5940         removed.
5941         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
5942         exposed by quoting of eval argument.  Put the command on line line
5943         so it logs better.
5944         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
5945         (_AC_PATH_X, AC_PATH_X): Quote more safely.
5946         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
5947         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
5948         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
5949         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
5950         Use eval more safely.
5951         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
5952         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
5953         to be replaced.
5954         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
5955         lines, exposed by quoting of eval argument.
5957 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
5958         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5960         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
5961         initialization of `ac_cv_exeext', do not override it if it was
5962         already set, unless it was set to `no', for compatibility with
5963         Autoconf-2.13, and comment this.
5964         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
5965         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
5966         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
5967         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
5968         Document that this test may be overridden by setting
5969         `ac_cv_exeext'.
5971 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5973         Revert these two patches:
5975         2006-04-06  Eric Blake  <ebb9@byu.net>
5976         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
5977         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
5978         2006-04-01.
5980         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5981         Clean up _AC_COMPILER_EXEEXT* macros.
5982         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
5983           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
5984           ac_file to the name of the default output file and call
5985           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
5986           initial `rm' of the candidate files...
5987         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
5988           the same list in subsequent `rm' calls, and for the temporary
5989           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
5990           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
5991         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
5992         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
5993           no longer needed) by libtool.  Make it a cache check.
5994         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
5995           copied here by mistake.
5996         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
5997           _AC_COMPILER_EXEEXT.
5998         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
5999           _AC_COMPILER_OBJEXT directly.
6000         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
6002 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6004         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
6005         Fix description of how the buggy `sed' works.
6007 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
6009         Sync from Automake:
6011         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
6012         ENOLCK.  Only mention `make -j' when applicable.  Only raise
6013         fatal errors when `make -j' is involved.  Improve error message.
6015 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6017         * doc/autoconf.texi (Here-Documents): We now know more about
6018         the variable expansion in here documents bug.
6019         Thanks to Tim Rice and Stepan Kasal.
6021         * doc/autoconf.texi (Making testsuite Scripts): Add an example
6022         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
6024 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6026         * tests/autotest.at (Multiline command from M4 expansion):
6027         No failure to be expected if the shell quotes newlines in
6028         commands in the `set -x' output.  Report by Tim Rice.
6029         * THANKS: Update.
6031 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
6033         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
6034         expansion in the here-documents used by config.status, as that
6035         runs afoul of the Korn shell version M-12/28/93d bug described in
6036         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
6037         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
6038         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
6040 2006-05-23  Jim Meyering  <jim@meyering.net>
6042         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
6043         Fix typo introduced with 2006-04-02 change.  It reversed the sense
6044         of the test.
6046 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
6048         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
6049         ac_dB slightly, to save bytes in the script.
6050         Max out at 50 lines, rather than 96; this is more likely
6051         (though not guaranteed) to avoid obscure 'sed' failures.
6053 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6055         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
6056         `tr -d -' as bad option argument.  Work around this by deleting
6057         an unrelated character.
6058         Report by Tim Rice <tim@multitalents.net>.
6060 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
6061             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
6062             Stepan Kasal  <kasal@ucw.cz>
6064         * doc/autoconf.texi (Particular Programs): Do not promise that
6065         we always prefer the GNU version of the program, and that we
6066         search according to PATH; both rules can have exceptions.
6067         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
6068         AC_PROG_SED.  Move descriptions of limitations
6069         to the Limitations of Usual Tools section.
6070         (Limitations of Usual Tools) <sed>: Mention script length
6071         limitations with Solaris /usr/ucb/sed.
6072         <grep>: Fix wording for empty alternative.  Mention that -c and
6073         -l should not be combined, and that -E and -F should not be
6074         combined.
6076 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
6077         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6079         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
6080         limits in Solaris 8 /usr/ucb/sed by testing a long script.
6082 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
6084         * doc/autoconf.texi (Defining Symbols): Literal parameter of
6085         AC_DEFINE is now passed to m4_pattern_allow.
6086         * NEWS: Mention that; likewise for AC_SUBST.
6087         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
6088         the parameter to m4_pattern_allow.
6089         * tests/tools.at: Add a check for that.
6091 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
6093         * lib/autoconf/status.m4: Fix typos.
6095 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6097         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
6098         only the files that this macro generates.
6100 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
6102         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
6103         the HP-UX sed limitation of 99 commands, labels do not count.
6104         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
6105         in the comment.
6106         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
6108 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
6110         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
6111         Import the following fix from coreutils:
6113         2006-01-13  Jim Meyering  <jim@meyering.net>
6115         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
6116         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
6117         not double-quote uses of that variable, to accommodate the rare
6118         case in which getmntent is available in none of the libraries
6119         checked.  This happens at least on FreeBSD 5.0.
6121 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
6123         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
6124         ac_config_guess, ac_config_sub, and ac_configure, since evidently
6125         some other programs unwisely rely on these undocumented vars.
6126         But put in warning comments about them.
6127         Problem reported by Ralf Wildenhues in
6128         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
6129         * NEWS: Document that these variables are intended to go away.
6131 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6133         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
6134         and set the language to C++ (analogous to the equivalent Fortran
6135         tests).
6137         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
6138         * doc/autoconf.texi (C++ Compiler): Document it.
6139         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
6140         * NEWS: Update.
6142 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6144         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
6145         that caused config.status to generate 100-command sed scripts; the
6146         portable limit is 99.
6148 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6150         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
6151         variable `ac_d' instead of `d' to avoid infringing namespace.
6152         Report by Ralf Menzel.
6154 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
6156         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
6157         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
6158         * tests/tools.at (autoconf: subdirectories): New test, taken from
6159         the corresponding problem report by Ralf Wildenhues in:
6160         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
6162         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
6163         Quote some uses of shell variables if they might suffer unexpected
6164         globbing.  This doesn't fix all instances of quoting problems that
6165         I found, just the easy ones that look safe.
6166         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
6167         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
6168         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
6169         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
6170         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
6171         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6172         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
6173         Likewise.
6174         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
6175         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
6177 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6179         * bin/autoreconf.in ($help): Reword according to the manual.
6180         Suggested by Olly Betts.
6182 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
6183         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6185         * bin/autoreconf.in: Pass the directory argument to
6186         `require_configure_ac'.  Fix comment.
6187         * tests/torture.at (Configuring subdirectories): Expose this.
6188         Reported by Olly Betts.
6190 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6192         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
6193         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
6194         Automake as follows:
6196         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
6197         `$configure_in' instead of `configure.in', to preserve
6198         directory component.
6200 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6202         * config/config.guess, config/config.sub, config/texinfo.tex,
6203         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
6205 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6207         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6208         test for C99 conformance; (bool) 0.5 is an integer constant
6209         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6210         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6212 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
6214         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
6215         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
6216         Warn about obsolete install-sh files.  Remove stray sentence
6217         fragment and fix cross reference.
6218         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
6219         install -d; this undoes the 2006-05-10 change.
6220         (MKDIR_P): Mark with AN_MAKEVAR.
6221         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
6222         that we don't require $INSTALL to be thread-safe.  Move comments
6223         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
6224         of AC_PROG_INSTALL.  Output a message saying that we're checking
6225         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
6226         MKDIR_P instead of AC_SUBST.
6227         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
6228         Special magic for MKDIR_P, too.
6229         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
6230         a dnl.
6231         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
6233 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
6235         Sync from Automake, as follows:
6237         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6238         * config/install-sh: Initialize IFS, so field splitting isn't
6239         turned off later.
6240         * config/mkinstalldirs: Likewise.
6241         * config/missing: Remove superfluous quotes.  Replace all uses of
6242         `[' by `test', for consistency, and for..
6243         * config/missing (sed_minuso, sed_output): New variables.
6244         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
6245         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
6246         Fixes `missing' to detect `--output' for help2man.  Fixes
6247         PR automake/483.  Report by Dennis J. Linse.
6248         (autom4te): Document in `missing --help'.
6250 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6252         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
6253         * config/install-sh: Don't use 'path' to talk about file names,
6254         as per GNU coding standards.  Close a race condition reported by Ralf
6255         Wildenhues and Stepan Kasal.  There is still a race condition
6256         on hosts that predate Posix 1003.1-1992, but we can't help this.
6257         Don't mishandle weird characters like space on pre-Posix hosts.
6258         Invoke mkdir at most once per dir arg on pre-Posix hosts.
6259         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
6260         AC_PROG_MKDIR_P from AS_MKDIR_P.
6261         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
6262         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
6263         earlier editions are not (including Automake 1.8.3).
6264         Do not suggest mkinstalldirs for thread-safety.
6265         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
6266         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
6267         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
6268         presence of special characters and race conditions.
6269         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
6270         in Autoconf's name space.
6272 2006-05-10  Bruno Haible  <bruno@clisp.org>
6273         and Paul Eggert  <eggert@cs.ucla.edu>
6275         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
6276         from Automake with minor changes.
6277         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
6279 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6281         * config/install-sh: Update to Automake CVS version, as follows:
6282         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
6283         * lib/install-sh: Simplify the expr implementation of dirname.
6284         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6285         * lib/install-sh: Handle --, and diagnose unknown options.
6287 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6289         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
6290         `./autom4te' to create `./testsuite', since the `all' target
6291         will ensure its presence, but `installcheck' should not create
6292         the uninstalled wrappers.
6294         * tests/torture.at (Unusual Automake input files): Skip if we
6295         detect automake < 1.8.
6297 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6299         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
6300         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
6301         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
6302         * NEWS: Update.
6304 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6306         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
6307         munge (multiple) white space and other oddities.
6308         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
6309         single quotes in variable assignment.
6310         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
6311         and similar failures by adding multiple spaces, tabs, and other
6312         special characters.
6313         Report and different test suggested by Francesco Romani
6314         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
6316         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
6317         single quotes, we only need to search for single quotes; this
6318         both simplifies the search pattern, and makes us less
6319         susceptible to `echo' variations for arguments not containing
6320         single quotes.
6321         (_AC_ARG_VAR_VALIDATE): Likewise.
6323 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6325         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
6326         `$*' and IFS concatenation issue with traditional shells and
6327         bash-2.04.  Report by Seanster@Seanster.com.
6329 2006-05-03  Bruno Haible  <bruno@clisp.org>
6331         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
6332         precisely which Mac OS X versions have the od problem.
6334 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6336         * doc/autoconf.texi: Use @option systematically.
6338 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6339         and Bruno Haible  <bruno@clisp.org>
6341         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
6342         about 'od'.
6343         (Integer Overflow): Mention the special case of integer division
6344         overflow.
6346 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6348         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
6349         traditional shells like the Solaris one that do not use the
6350         first IFS character for assembling `$*'.
6351         Prompted by a related report from autoconf_bug@nro.ca.
6353 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
6354         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6356         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
6357         Mention more problems with the -e option.
6359 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6361         * NEWS: Typo.
6362         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
6364         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
6365         in URLs to improve DVI formatted output (requires texinfo 4.6).
6366         (System Services, Systemology, Shellology): Likewise.
6367         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
6368         output.
6370         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
6371         continuous text.
6372         (Runtime): Fix macro argument names to match description:
6373         `action-if-found' -> `action-if-true' and similarly.
6374         (Obsolete Macros): Likewise.
6375         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
6376         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
6377         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
6379 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6381         * doc/autoconf.texi (Limitations of Make): Clean up markup.
6383         * ChangeLog: Typo.
6384         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
6385         DVI output.
6387 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6389         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
6390         /bin/sh set unsorted output.
6391         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
6392         * tests/local.at: Likewise.
6394 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
6396         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
6397         (Integer Overflow, Null Pointers, Buffer Overruns):
6398         (Floating Point Portability, Exiting Portably): New sections.
6399         (Writing Test Programs): Fix some langauge.  Recommend exiting
6400         with status 1, not merely nonzero.  Clarify exit declaration.
6401         (Run Time): Move C exit status stuff to new Exiting Portably section.
6402         (Systemology): Mention Posix and levenez.  Update v7 reference.
6403         (Portable Shell): Mention the Posix shell.
6405 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
6407         * bin/autoconf.as (me): Replace by as_me.
6409 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6411         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
6412         since as_me isn't set yet.
6414 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
6416         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
6417         a few minor bugs in this area.
6419         * doc/autoconf.texi (Programming in M4sh): Comment out the
6420         documentation of AS_BASENAME, for now.
6421         (Shell Substitutions): Do not use AS_DIRNAME in an example.
6422         (Limitations of Builtins) <basename>: Do not refer to
6423         AS_BASENAME.
6424         * bin/autoconf.as (me): Don't use AS_BASENAME.
6425         (dir): Remove the unused variable.
6426         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
6427         AS_DETECT_REQUIRED.  All uses changed.
6428         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
6429         All uses changed.
6430         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
6431         (AS_BASENAME): Use "basename --" to protect against leading "-".
6432         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
6433         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
6434         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
6435         (_AS_DIRNAME_PREPARE): Likewise.
6436         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
6437         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
6438         (AS_DIRNAME): Use "dirname --".
6440 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
6442         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
6443         of "run time" and "run-time" changed to "runtime", for consistency.
6444         * lib/autoconf/fortran.m4: Likewise (in comment).
6445         * lib/autoconf/functions.m4: Likewise.
6446         * lib/autoconf/general.m4: Likewise.
6447         * lib/autoconf/headers.m4: Likewise.
6449         * doc/autoconf.texi (Run Time): Document the exit status situation
6450         with more accuracy and detail.
6452 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6454         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
6455         Archive is not officially `GNU' any more.  Update URL.
6456         (Defining Directories): Likewise
6457         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
6459 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6461         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
6462         newline from the `trap' code to finish `config.log'; the NetBSD
6463         /bin/sh resets the exit status after an empty command, as
6464         documented in doc/autoconf.texi.
6465         Reported by Dalibor Topic <robilad@kaffe.org>.
6467 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
6469         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
6470         Suggested by Bruno Haible.
6472 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
6474         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
6475         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
6476         Instead, just list the shells that we know work.
6477         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
6478         changed.  Be more cautious about the _cv_ variable.
6479         * tests/tools.at (Syntax of the shell scripts): Check the
6480         _cv_ variable once, at first, to avoid an internal autoconf error
6481         when sh -n does not work.
6483 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6485         * lib/Autom4te/FileUtils.pm: Sync from Automake.
6487 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
6489         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
6490         use ">&-" since we're only 99.999% sure that this is portable,
6491         and since the MinGW bug is fixed in a different way.
6492         * lib/autotest/general.m4 (AT_INIT): Likewise.
6494 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
6496         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
6497         before opening config.log, to avoid hitting a bug on MinGW.
6499 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
6501         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
6502         AS_MESSAGE_LOG_FD before reopening it onto the log file.
6503         This works around a MinGW bug reported by Eric Paire.
6504         Make sure that all writes to the log file append to it,
6505         rather than possibly losing data.
6506         * lib/autotest/general.m4 (AT_INIT): Likewise.
6508 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
6510         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
6511         description.
6513 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6515         * NEWS: Update.
6517         * configure.ac (AC_INIT): Bump to 2.59d.
6519 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6521         Version 2.59c.
6523         * Makefile.maint (news-date-check): Do not require a leading `*'
6524         before the release date in NEWS.
6526 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
6527         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6529         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
6530         the instantiated file do not contain the string 'datarootdir'
6531         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
6532         @mandir@, replace the reference '${datarootdir}' by the value.
6533         * tests/torture.at (datarootdir workaround): New test.
6534         * NEWS: Advertise this temporary fixup.
6535         Based on a patch by Bruno Haible, reported and analyzed by
6536         Paul Eggert and Noah Misch.
6538 2006-04-12  Eric Blake  <ebb9@byu.net>
6540         * tests/autotest.at (Debugging a failed test): Fix comment.
6542 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
6544         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
6545         all the changes since 2006-04-07.
6547 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6549         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
6550         succeeded, but `ln -s file dir' failed, take care to remove the
6551         leftover target before the next test, to prevent its spurious
6552         failure; also make sure `ln file dir' works before selecting it.
6553         Thanks to Keith Marshall for pointing this out.
6554         * THANKS: Update.
6556         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
6557         assignments in `at_debug_args', so that we put them correctly
6558         in the `run' script.
6559         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
6560         Reported by Eric Blake.
6562 2006-04-11  Eric Blake  <ebb9@byu.net>
6564         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
6565         top-level tests after micro-suite has been run.   Used in...
6566         (Debugging a successful test, Debugging script and environment),
6567         (Debugging a failed test): ...these new tests.  The first of these
6568         is fixed by...
6569         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
6570         macro, split out from...
6571         (AT_INIT): ...here, so that using -d also generates a run script.
6572         Document that -d inhibits top-level logging.
6573         * doc/autoconf.texi (testsuite Invocation): Document that -d only
6574         inhibits top-level logging; debug scripts are created.
6576         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
6577         check.
6578         * tests/autotest.at (Empty test, Empty check): New test to check it.
6580         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
6581         from gcc.
6583 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
6585         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
6586         the files if a problem appears.  Make the empty *.at files
6587         read-only, too.  Proposed by Ralf Wildenhues.
6589 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6591         * config/Makefile.am: Add comment to force updated Makefile.in.
6593         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
6594         space only patch to this file, this patch causes the Makefile.in
6595         files that include freeze.mk to be updated, and thus have a
6596         newer time stamp again, which in turn makes a pristine CVS
6597         checkout have correct time stamps.
6599         * Makefile.maint (cvs-sv): New macro, to be used..
6600         (config.guess-url_prefix, config.sub-url_prefix)
6601         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
6602         point to CVS text checkout of Gnulib files.
6603         (copyright-check): Bump current year.
6604         (announcement): Do not hard-wire `./announce-gen'.
6605         (cvs-update): Propagate failures of `cvs' and `move-if-change'
6606         correctly.
6607         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
6608         `chmod +x'.
6609         (wget_files): Update config.guess, config.sub, texinfo.tex by
6610         `wget-update', now that their URLs work again.
6612 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
6614         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
6615         Problem noted by Paul D. Smith.
6617 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6619         * doc/autoconf.texi: Remove unused words from word list.
6620         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
6621         .x-sc_trailing_space: New files.
6623         * doc/standards.texi: Sync from gnulib.
6625         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
6626         `LIBOBJDIR' as experimental.
6628         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
6629         with a target directory; it's internally implemented as `cp'
6630         anyway, but since Autoconf advertises the possibility to use
6631         a target directory when LN_S is `ln -s', we need to find out.
6632         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
6633         analyzed by Keith Marshall <keith.marshall@total.com>.
6635         * THANKS: Update.
6637 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
6639         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
6640         confdefs.h as-is.  In general, if it has backslash-newline or the
6641         like, then it doesn't work either to sort or to remove empty
6642         lines.
6644 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
6646         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
6648 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
6650         * lib/autom4te.in (Automake-preselections): Preselect
6651         _AM_SUBST_NOTMAKE.
6653 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
6655         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
6656         apostrophe within a single-quoted string, as this is the usual
6657         tradition and is easier to read than '"'"'.  Don't rely on the
6658         shell treating "$/" like '$/'.  Use a more-consistent indenting
6659         style for the trap.
6661 2006-04-09  Eric Blake  <ebb9@byu.net>
6663         * tests/autotest.at (Backquote command substitution),
6664         (Multiline backquote command substitution): Remove mistaken
6665         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
6666         applied...
6667         (Parenthetical command substitution, Multiline parenthetical
6668         command substitution): here.
6670 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
6672         Import macros from gnulib (often changing their name).
6674         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
6675         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
6676         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
6677         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
6678         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
6679         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
6680         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
6681         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
6682         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
6683         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
6684         The manual mentions Gnulib more prominently.
6685         * doc/autoconf.texi (Gnulib): New node.
6686         (Pointers): Add Gnulib URL.
6687         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
6688         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
6689         Gnulib section.
6690         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
6691         suggest a #define rather than a typedef for _Bool, and mention
6692         Gnulib rather than trying to substitute stdbool code.
6693         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
6694         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
6695         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
6696         AC_STRUCT_DIRENT_D_TYPE.
6697         (Particular Types): Mention stdint.h and inttypes.h as standard
6698         headers too.
6699         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
6700         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
6701         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
6702         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
6703         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
6704         (C Compiler): Move AC_C_LONG_DOUBLE to ...
6705         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
6706         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
6707         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
6708         (Coding Style).  Don't mention m4_expand_once.
6709         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
6710         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
6711         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
6712         (AC_CHECK_FUNCS): Use it.
6713         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
6714         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
6715         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
6716         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
6717         (AC_HEADER_ASSERT): New macro.
6718         (AC_HEADER_STDBOOL): Don't assume "#error" works.
6719         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
6720         Catch a bug in an HP-UX C compiler.
6721         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
6722         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
6723         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
6724         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
6725         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
6726         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
6727         New macros.
6729         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
6730         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
6732 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
6734         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
6735         of the warning introduced by the 2001-08-28 change.
6737 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
6738             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6740         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
6741         variables shall be overriden by the cache.
6742         * tests/torture.at (AC_ARG_VAR): Test also with a first value
6743         that contains braces.
6745 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
6747         Revert the patch from 2006-04-01 and only improve
6748         _AS_DETECT_BETTER_SHELL:
6750         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
6751         skip nonexistent directories.
6752         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
6753         only shell candidates which exist.
6754         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
6755         * lib/autotest/general.m4 (AT_INIT): No need to give three
6756         parameters to _AS_PATH_WALK.
6758 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
6759             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6761         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
6762         distinguish m4sugar macros.
6763         * tests/tools.at (autoupdating with aclocal and m4_include):
6764         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
6765         test case by Noah Misch <noah@cs.caltech.edu>.
6767 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
6769         Revert my change from 2006-03-17, in other words:
6770         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
6771           and DUALCASE=1.
6772         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
6773         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
6774           it is set.
6776 2006-04-07  Eric Blake  <ebb9@byu.net>
6778         * doc/autoconf.texi (Programming in M4sh): Document that
6779         AS_MKDIR_P exits the script on failure.
6780         * lib/autotest/general.m4: Remove redundant AS_ERROR.
6782 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6784         * config/elisp-comp, config/install-sh, config/mdate-sh,
6785         config/missing, config/mkinstalldirs: Sync from Automake.
6787         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
6788         from Automake.
6790         * doc/make-stds.texi: Sync from gnulib.
6792 2006-04-06  Eric Blake  <ebb9@byu.net>
6794         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
6795         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
6796         2006-04-01.
6798 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
6799             Eric Blake  <ebb9@byu.net>,
6800             Paul Eggert  <eggert@cs.ucla.edu>,
6801             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6803         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
6804         whether `set' quotes correctly: redirect stderr of the tested
6805         `set', and use a subshell, for Ultrix; use `sed' instead of
6806         `grep' for zsh `set' which may write binary output; match only
6807         at the beginning of a line, to avoid false positives.
6808         In order to avoid false positives by unrelated variables with
6809         multiline content, put the dump algorithm in a subshell and
6810         unset all variables containing newlines (except some which are
6811         special to the shell).  Warn about cache variables that are
6812         unset.
6814 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6816         * config/config.guess, config/config.sub, config/texinfo.tex:
6817         Sync from upstream.
6819         * tests/mktests.sh: Reword comments.
6821         * tests/mktests.sh: Only skip internal macros starting with
6822         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
6823         Update exclusion lists for the test suite to this end:
6824         (AC_ARG_VAR): Do test this now.
6825         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
6826         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
6827         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
6828         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
6830         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
6831         shell issue with double-quoted command substitutions of native
6832         commands.
6833         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
6834         Marshall.
6836         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
6837         no file matches the glob, discard the warning, set `nullglob'.
6838         (syntax-check): Likewise.
6839         (sc_cast_of_x_alloc_return_value): Likewise.
6840         (sc_cast_of_alloca_return_value, sc_error_exit_success)
6841         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
6842         (m4-check): Likewise.
6843         (sc_system_h_headers): Do not print rule on execution.
6844         (sc_tight_scope): Do not fail for non-existing `src' directory.
6845         (sc_changelog): Skip the Copyright footer.
6846         * lib/autoconf/lang.m4: Remove trailing space.
6848         * lib/autoconf/status.m4: More replacements to
6849         <tab><space> where this makes sense.
6851 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
6853         * tests/Makefile.am (maintainer-check-posix):
6854           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
6856         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
6857           ac_config_<foo>s again, sometimes normalized, sometimes not.
6858         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
6859         (AC_CONFIG_COMMANDS): Do not do so here.
6860         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
6861           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
6862           2005-07-25 rewrite.  Noticed by Noah Misch.
6864         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
6865           _AC_PRESERVE_HELP_ORDER, ...
6866         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
6868         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
6869           inside m4_expand_once; it is redundant.
6871         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
6872           for --help from Cygnus `configure.'
6874 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
6876         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
6877         on a patch proposed by Ralf Wildenhues.
6879 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
6881         * lib/autoconf/status.m4: Replace <space>''<tab> with
6882         <tab><space> where this makes sense.
6884 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
6885             Noah Misch  <noah@cs.caltech.edu>
6887         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
6888         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
6889         * doc/autoconf.texi (Help Formatting): New node.
6890         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
6892 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6894         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
6895         lib/autoconf/specific.m4, lib/autoconf/status.m4,
6896         lib/autoconf/types.m4, lib/autotest/general.m4,
6897         tests/mktests.sh, tests/torture.at: White space cleanup:
6898         remove some SPACE before TAB, or add quoting ('' or @&t@).
6900         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
6902         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
6904 2006-04-05  Eric Blake  <ebb9@byu.net>
6906         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
6907         empty test suite works.
6908         * tests/autotest.at (Empty test suite): Remove xfail.
6910 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
6912         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
6913         TAGS to ac_config_<foo>s.
6914         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
6915         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
6916         normalizing it, consistent it with previous releases.
6917         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
6919 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
6921         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
6922         Use simplified args that Eric Blake originally suggested.
6924 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
6926         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
6927         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
6928         Use 'comm' rather than N instances of grep; this also fixes a bug
6929         whereby substrings were incorrectly matched, causing us to not
6930         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
6931         (exclude_list): Exclude empty macros.
6932         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
6934         Use awk rather than grep -E or egrep, to avoid
6935         portability problems with regular expressions containing newlines.
6936         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
6937         Switch from grep to awk syntax.
6938         (ac_exclude_script): Renamed from ac_exclude_egrep.
6939         (au_exclude_script): Renamed from au_exclude_egrep.
6941 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
6943         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
6944         a subdirectory subject to Cygnus `configure'.
6945         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
6947         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
6948         report request when we have no AC_PACKAGE_BUGREPORT.
6950 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6952         * THANKS: Update.
6954         * tests/mktests.sh: Update copyright year in the header of the
6955         generated files.
6957         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
6958         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
6959         typedef'ed restricted pointer, to catch a compiler bug on
6960         HP-UX 11.x, and fix warnings so it passes with -Werror.
6961         (_AC_PROG_CC_C99): Likewise.
6962         Reported by Albert Chin <china@thewrittenword.com>.
6963         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
6965 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
6967         * bin/autoscan.in (subdirs): New global.
6968         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
6969         (output): Emit AC_CONFIG_SUBDIRS as needed.
6970         * tests/autoscan.at (autoscan): Remove XFAIL.
6972 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
6974         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
6976 2006-04-03  Eric Blake  <ebb9@byu.net>
6978         * THANKS: Add myself.
6980 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6982         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
6983         to log, point to testsuite output tree.
6985 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6987         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
6988         * doc/autoconf.texi (Function Portability): Mention that C++
6989         has trouble with 'exit'.
6990         (Guidelines): Test programs shouldn't use 'exit'.
6991         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6992         Remove; all uses removed.
6993         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
6994         Return from 'main' instead of calling 'exit'.
6995         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
6996         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
6997         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
6998         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
6999         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
7000         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
7001         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
7002         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
7003         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
7004         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
7005         * tests/compile.at: Likewise.
7007 2006-04-02  Pavel Roskin  <proski@gnu.org>
7009         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
7011 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
7013         Clean up _AC_COMPILER_EXEEXT* macros.
7015         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
7016           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
7017           ac_file to the name of the default output file and call
7018           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
7019           initial `rm' of the candidate files...
7020         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
7021           the same list in subsequent `rm' calls, and for the temporary
7022           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
7023           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
7024         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
7025         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
7026           no longer needed) by libtool.  Make it a cache check.
7027         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
7028           copied here by mistake.
7029         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
7030           _AC_COMPILER_EXEEXT.
7031         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
7032           _AC_COMPILER_OBJEXT directly.
7033         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7035 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
7037         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
7038         (AS_DIRNAME): Use it.
7039         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
7041         * tests/*.at: Remove the generated ones.
7043 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
7045         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
7047 2006-04-01  Eric Blake  <ebb9@byu.net>
7049         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
7050         directories, unless optional third argument supplied.
7051         (AS_UNAME): Don't optimize PATH walk.
7053         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
7055 2006-04-01  Eric Blake  <ebb9@byu.net>
7056         and Stepan Kasal  <kasal@ucw.cz>
7058         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
7059         and fix some typos.
7061 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
7063         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
7064         Autoconf version number despite a zero- or one-argument AC_INIT.
7066         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
7067         subordinate tools.
7068         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
7069         * doc/autoconf.texi (autoreconf Invocation): Document it.
7071         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
7072         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
7074 2006-04-01  Eric Blake  <ebb9@byu.net>
7076         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
7077         * lib/autotest/general.m4: Be tolerant of existing directory when
7078           rm failed to remove it.
7080 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7082         * bin/autoupdate.in: Redefine m4_location so that warnings print
7083         the correct lines of the input file by subtracting..
7084         (_au__first_line): ..this new definition.
7086         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
7087         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
7088         Remove stray newline in output.
7089         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
7090         AC_DEFUN this for autoconf, including the obsoletion diagnose.
7091         Fixes autoupdating of code where the replacement output contains
7092         m4sugar macros.
7093         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
7094         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
7095          (au_exclude_list): Add AC_LANG_SAVE.
7096         * tests/tools.at: Several new tests for all of this.
7097         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
7098         hairy details.
7099         The AC_LANG_SAVE issue was reported against Libtool by
7100         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
7101         Kristian Kvilekval <kris@cs.ucsb.edu>.
7103 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
7105         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
7106           switch all of them on and of when necessary.  Fixes the bug when
7107           m4sugar macros (e.g., m4_define) were expanded after the first
7108           automatic update (e.g., after AC_PREREQ or AC_INIT).
7110 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
7112         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
7113         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
7115         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
7116         correctly.  Problem reported by Eric Blake.
7117         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
7118         Ralf Wildenhues.
7120 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7122         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
7123         Tighten up the basename/dirname wording.
7125 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7127         * Makefile.maint (sc_texi_notab): New check: do not use TABs
7128         in texinfo files outside of verbatim environments.
7129         (syntax-check-rules): Update.
7130         * doc/autoconf.texi (Configuration Headers): Conform to it.
7132 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
7134         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
7135           aclocal cannot be given on the command line.
7137 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7139         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
7140         Give an example for AS_DIRNAME instead of referring to Posix..
7141         (File System Conventions): Put discussion of // versus / here, and
7142         modernize it a bit.
7143         (Limitations of Usual Tools): Add basename.  Remove verbiage
7144         after dirname, since it got moved to the above sections.
7145         All this was inspired by a patch proposed earlier by Eric Blake.
7147 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7149         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
7150         `$0' to protect against spaces.
7151         * lib/autotest/general.m4 (AT_INIT): Likewise.
7152         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
7153         `$0', $as_me.
7155 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7157         * bin/autoscan.in: The value of find_configure_ac should be
7158         checked for existence, so we don't barf over a nonexisting
7159         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
7161 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7163         * bin/autoupdate.in: Fix some typos.
7165 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
7167         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
7169         * lib/autoscan/autoscan.list: Refreshed.
7171 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7173         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
7174         and Erlang related variables.
7176         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
7177         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
7178         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
7179         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
7180         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
7181         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
7182         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
7183         (_AC_PROG_OBJC_G): New macros.
7184         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
7185         * doc/autoconf.texi (Objective C Compiler): New node.
7186         (Preset Output Variables): Document OBJCFLAGS.
7187         (Language Choice): Document `Objective C' language.
7188         (Fortran Compiler): Fix typo.
7189         * NEWS: Updated.
7190         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
7192 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
7194         * doc/autoconf.texi (Default Includes): Fix typo
7195           s/AC_HEADERS_STDC/AC_HEADER_STDC/
7196         (Limitations of Usual Tools): s/unwriteable/unwritable/
7197         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
7198           Fix typos in the comments.
7200 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
7202         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
7203           Factor out the warning to...
7204         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
7205         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
7206         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7208         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
7209           case `ac_delim' when writing the sed script.
7211         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
7212           moved DUALCASE=1 ...
7213         (AS_SHELL_SANITIZE): ... here.
7214         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
7215           that it is set.
7217         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
7218           AC_SUBST.
7219         (_AC_PATH_PROG): Store the result to VARIABLE.
7220         (AC_PATH_PROG): No need to set VARIABLE again.
7222         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
7223           the first one is usual AT_CHECK_MACRO test, the second one checks
7224           that the same works when cross-compiling.
7225         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
7226         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
7228 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7230         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
7231         the directory `/usr/bin/posix' in the shell search, to prefer
7232         the Posix shell not only in subsequent spawns as with `$BIN_SH'
7233         on Tru64.
7235         * doc/autoconf.texi (contents): To fix texi2html output, hide
7236         `@setcontentsaftertitlepage' for HTML.
7237         (Writing Autoconf Macros): Likewise, insert space after `@c'.
7238         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
7239         `@,{c}'.
7241 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
7243         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
7244           sanitizing...
7245         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
7246         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
7247           why IFS is restored so late; thank you, Ralf, for reminding us.
7249 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
7251         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
7252           variables in the examples.
7254 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
7256         * doc/autoconf.texi (several sections): Cleaned up documentation for
7257         macros in erlang.m4.
7259 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7261         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
7262         failure condition for `$(cmd)' style command substitutions.
7263         (Parenthetical command substitution, Multiline parenthetical
7264         command substitution): Use it.
7266         * doc/autoconf.texi (Special Shell Variables): Missing word.
7267         Reported by Keith Marshall <keith.marshall@total.com>.
7269         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
7270         IFS even in case of empty `$PATH'.
7272 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7274         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
7275         `expr' away if there is nothing to do.
7276         < --keywords >: Simplify and robustify argument handling.
7277         Revert erroneous comment from 2005-08-23.  Extend to allow
7278         keyword negation with `!'.
7279         Update help message.  Remove broken code to prevent running
7280         tests multiple times.
7281         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
7282         Update and fix the documentation accordingly.
7283         * tests/autotest.at (Keywords): Renamed to..
7284         (Keywords and ranges): .. this.  Extended to make sure negated
7285         keywords, keywords taken from AT_SETUP arguments, and numeric
7286         test ranges work, and that matching is case-insensitive.
7288 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
7291         allow to pass unnamed structs even in C++.
7292         (AC_CHECK_SIZEOF):  Likewise.
7293         Also fix quoting error in `AC_MSG_FAILURE' arguments.
7294         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
7295         struct): New tests for unnamed structs, each both native and
7296         cross-compiling.
7298         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
7299         a structure inside a cast, for C++ conformance.
7300         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
7301         Also fix quoting error in `AC_MSG_FAILURE' arguments.
7303         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
7304         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
7305         trying to execute the command `no'.
7307         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
7308         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
7309         expanded outside.
7311         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
7312         example.  Do not emphasize `$%', it is hardly new and special.
7313         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
7315         * doc/autoconf.texi (Limitations of Usual Tools): Document
7316         OpenBSD and traditional `grep' failure to handle multiple
7317         patterns separated by newlines.
7319 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
7321         * doc/autoconf.texi (several sections): Add documentation for macros
7322         in erlang.m4.
7324 2006-03-10  Eric Blake  <ebb9@byu.net>
7326         * doc/autoconf.texi (Obsolete Macros): Fix wording of
7327         AC_TRY_LINK_FUNC.
7329 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
7331         * doc/autoconf.texi: Use @acronym more consistently for acronyms
7332         like BSD, GPL, LGPL.  Fix minor English typos.
7333         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
7334         Mention that these macros are becoming obsolete.
7335         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
7336         Use more modern terminology for which standard is what.
7337         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
7338         and to ansi2knr.
7339         (AC_PROG_CXX): Likewise.
7340         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
7341         Remove obsolete discussion about how to port to K&R.
7342         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
7343         the obsolescent AC_HEADER_STDC.
7344         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
7345         can't rely on it.
7347 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7349         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
7350         Remove stdin redirection from /dev/null to allow pipe to work.
7352 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
7354         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
7355         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
7356         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
7357         Ralf Wildenhues.
7359 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7361         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
7362         HP-UX sed is 99 commands, not 100.
7363         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
7364         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
7365         newline for portability.
7366         * tests/torture.at (Torturing config.status): Also test 100
7367         AC_SUBST_FILE invocations.  Fix test to actually verify the
7368         AC_CONFIG_FILES output.
7369         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
7370         command, label, and read-file `r' limits.  Unify HP-UX spelling.
7372         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
7373         non-suffix rule.
7374         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
7375         non-GNU make.
7376         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
7377         * tests/mktests.sh: Small shell portability fixes.
7379 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7381         * doc/autoconf.texi (Caching Results): Fix the examples to use a
7382         recommended quoting style and discard unwanted output.
7384 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
7386         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
7387         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
7388         cases, and to work around Tru64 expr bug.
7390 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7392         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
7393         expr bug that turns the result of a regex match into a number if
7394         possible.
7396 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7398         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
7399         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
7400         in section `Specific Compiler Characteristics'.
7402 2006-03-04  Eric Blake  <ebb9@byu.net>
7404         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
7405         variable warning.
7407 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7409         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
7410         order of variable initialization, so even the Solaris 2.6 shell
7411         can create a config header correctly.  Fixes lots of test suite
7412         failures.
7414 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7416         * doc/autoconf.texi (Text processing Macros): New node to
7417         document the m4sugar macros m4_re_escape, m4_tolower,
7418         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
7420 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
7422         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
7423         XrmInitialize (0) -> XrmInitialize ().
7424         Reported by Toshio Kuratomi.
7426 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7428         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
7429         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
7430         * doc/autoconf.texi (Programming in M4sh): Adjusted.
7431         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
7432         both macros are defun'ed so that required macros are evaluated
7433         outside.
7435         * doc/autoconf.texi (Prerequisite Macros): State more precisely
7436         where a required macro will be expanded.
7437         (Coding Style): Another reason not to use `m4_define'.
7439 2006-02-21  Eric Blake  <ebb9@byu.net>
7441         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
7443 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7445         * doc/autoconf.texi (Looping constructs): New node, to
7446         document m4_for, m4_foreach, m4_foreach_w, and mention
7447         obsolete AC_FOREACH.
7448         (Obsolete Macros): Document AC_FOREACH.
7449         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
7450         (m4_for): Fix to never loop (almost) endlessly, work correctly
7451         with arithmetic expressions in arguments, a step of zero or
7452         non-integer multiple of the interval, and avoid integer
7453         overflow.
7454         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
7455         m4_foreach_w.
7457 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
7459         Add basic support for Erlang, both for configuring Erlang/OTP
7460         tools, and Erlang as a conf test language.
7461         * lib/autoconf/erlang.m4: New file.
7462         * lib/autoconf/autoconf.m4: Add erlang.m4.
7463         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
7464         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
7465         * NEWS: Add short description of new macros.
7466         * THANKS: Add Romain Lenglet.
7468 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7470         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
7471         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
7473 2006-02-15  Eric Blake  <ebb9@byu.net>
7475         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
7476         warning.
7478 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7480         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
7481         (_AS_CASE): Private helper macro.
7482         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
7483         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
7484         Fix syntax of AS_IF description
7485         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
7486         for the AC_REQUIRE mess.
7487         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
7488         AS_SHELL_SANITIZE.
7490 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7492         * doc/autoconf.texi: Minor style cleanup.
7493         Be consistent about spaces after commas.
7494         Insert [] where empty args look a bit funny.
7495         Fix some "i.e." and "e.g." usages.
7496         Try to avoid "X/Y" usages.
7497         Don't be pedantic about "ISO C99"; just say C99.
7498         Prefer GNU style for spaces in front of parens.
7499         (Function Portability): Comment about C89 versus C99
7500         signed integer division.
7501         (Particular Headers): Use current gnulib style for dirent
7502         includes.
7504 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
7505         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7507         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
7508         macros without parameters.
7509         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
7510         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
7511         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
7512         `$#' bug.
7513         (autoupdate): Updated to match AU_ALIAS fix.
7515 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7516         and Paul Eggert  <eggert@cs.ucla.edu>
7518         * doc/autoconf.texi (Programming in M4sh): Document
7519         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
7521 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7523         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
7524         (AS_BOURNE_COMPATIBLE): ..this.
7525         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
7527 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7529         * doc/install.texi (Defining Variables): Tighten up the
7530         CONFIG_SHELL wording.
7532 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
7533         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7535         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
7536         of (set -o) rather than testing whether (set -o posix) succeeds,
7537         to work around a bug in the AIX 5.3 shell.  Problem originally
7538         reportd by Howard Chu for libtool.
7540 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
7542         * doc/autoconf.texi (Running the Compiler, Running the Linker):
7543         Changes the macro arguments in summaries to match the
7544         descriptions.
7546 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
7548         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
7549         hint as ``a workaround for a bug.''
7551 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7553         * bin/autoreconf.in: New option `--no-recursive'.
7554         Improve wording for subpackages a bit.
7555         * doc/autoconf.texi (autoreconf Invocation): Updated.
7556         * NEWS: Updated.
7558         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
7559         in environment of `configure', not the command line.
7560         Reported by Howard Chu <hyc@highlandsun.com>.
7562 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7564         * doc/autoconf.texi (Limitations of Builtins): Document the
7565         problem with "trap -".
7567 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
7569         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
7570         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
7571         messages to differentiate Fortran and Fortran 77 tests.
7572         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
7573         AC_LANG_ASSERT, to allow use in mixed-language projects.
7575 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7577         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
7578         FOO" to "defined (FOO)".
7579         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
7580         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
7581         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
7582         * tests/tools.at (ifnames): Likewise.
7584 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7586         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
7587         * lib/Autom4te/General.pm (mktmpdir): Likewise.
7588         (END): Improve error message a bit.
7589         Reported by Bruce Korb <bkorb@gnu.org>.
7591 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7593         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
7594         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
7596 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
7598         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
7599         requires sys/stream.h.  Reported by Oliver Kiddle.
7601 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7602             Stepan Kasal  <kasal@ucw.cz>
7604         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
7605         before the removals of test dirs, use `find' to avoid modification
7606         of symlinked directories.
7608 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7610         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
7611         Don't ignore the macro arguments.
7613 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
7615         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
7616         declaration that works for MSVC.
7618 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7620         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
7621         Add `*.map' and `.inf' for Green Hills compiler.
7622         Reported by Stefan Seefeld <stefan@codesourcery.com>.
7624         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
7625         correctly: pad with spaces after FIRST_PREFIX if necessary,
7626         and compute string lenghts with `m4_qlen' instead of `m4_len'.
7627         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
7628         * tests/m4sh.at (AS_HELP_STRING): Test extended.
7629         * NEWS: Updated.
7630         Reported by numerous people, numerous times.
7632 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7634         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
7635         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
7636         * lib/autoconf/general.m4, lib/autoconf/status.m4:
7637         * lib/autotest/general.m4, tests/local.at:
7638         Update copyright year to 2006.
7640         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
7641         sed substitutions.
7642         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
7643         for file names, again.  Reported by Noah Misch.
7644         (Coding Style): Explain that s|a|b| is preferred for file names.
7645         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
7646         (AC_OUTPUT_MAKE_DEFS): Likewise.
7647         * lib/autotest/general.m4 (AT_INIT): Likewise.
7648         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
7649         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
7651         Fix Posix-conformance bugs re use of { command in sed scripts,
7652         and improve the sed-related documentation a bit.
7653         * doc/autoconf.texi (Installation Directory Variables): Use
7654         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
7655         rather than "sed" when talking about Sed in general.
7656         (Particular Programs): Likewise.
7657         (Coding Style): y is like s with respect to / and ,.
7658         (Limitations of Usual Tools): Document the weird restrictions
7659         that Posix has about { }.  Use better quoting.
7660         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
7661         Rewrite to conform to Posix rules about { } in sed scripts.
7662         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
7663         * tests/foreign.at (Libtool): Likewise.
7664         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
7665         Use our own style advice re 's,a,b,' versus 's|a|b|'.
7667 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7669         * lib/autoconf/status.m4: Fix typo.
7671         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
7672         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
7673         `-def', for the benefit of Portland `pgf90 -Mipa'.
7674         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
7676 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7678         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
7679         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
7680         shell from zsh to bash.
7682 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
7684         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
7685           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
7687 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7689         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
7690         parentheses in $(...).  Problem reported by Eric Blake.
7692 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
7694         * doc/autoconf.texi (Limitations of Usual Tools):
7695         Mention which characters can be escaped with \ in portable regular
7696         expressions used in grep, sed, expr.  Mention the leading ^ problem
7697         with expr.  Clean up some confusing wording.  Mention which
7698         grep options are portable.
7700 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
7702         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
7704 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
7706         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
7707         patch, noted by Ralf Wildenhues.
7709 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7711         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
7712         posix' unconditionally, for pdksh in `native sh' emulation.
7714 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
7716         * doc/autoconf.texi (Shellology): Document eval $? problem
7717         with ash.
7718         (Limitations of Builtins): Likewise.
7720 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7722         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
7723         CONFIG_SHELL in the environment of the configure rerun.
7724         * doc/autoconf.texi (Here-Documents, config.status Invocation):
7725         Suggest passing CONFIG_SHELL absolute, and in the environment
7726         rather than as option.
7728 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7730         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
7731         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
7732         Fix macro quoting.  Fix output for n * 98 substituted variables.
7734 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7736         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
7737         `tmp' to avoid file removal race.
7739 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7741         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7742         ac_clean_files and LIBOBJS.
7744 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7746         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
7747         Factor functionality to..
7748         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
7749         `AC_SUBST($1)' in the public version.
7750         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
7751         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
7752         ac_pt_* variables.
7754 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
7756         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
7757         filesystems.
7759 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7761         * NEWS: Move AH_HEADER mention to right place.
7763 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
7765         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
7766         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
7768 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
7770         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
7771         conftst2.$ac_objext.
7772         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
7774 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
7776         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
7777         conftest.o, to see whether the compiler really obeys; rm the object
7778         file before and after the test and register it with ac_clean_files.
7779         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
7781 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
7783         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
7784         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
7785         code so that the most common case requires less forks.
7787 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
7789         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
7790         not portable; thanks to Paul Eggert and Alexandre.
7792         * NEWS: Fix an old typo.
7794 2005-10-20  Jim Meyering  <jim@meyering.net>
7796         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
7797         the latter'', in two places.
7799 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
7801         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
7802         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
7803         the inner workings of AC_LANG_FUNC_LINK_TRY.
7804         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
7805         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
7806         by the function rather than ignoring it.
7807         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
7808         comparing its address.  Intel's interprocedural optimization was
7809         outsmarting the old heuristic.  Problem reported by
7810         Mikulas Patocka.
7812 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
7814         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
7816 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7818         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
7819         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
7821 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
7823         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
7824         before removing it (chmod -R u+rwx); there are three instances of this.
7826 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7827             Stepan Kasal  <kasal@ucw.cz>
7829         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
7830         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
7831         make its content writable before removing it.  Remove an errorneous
7832         comment from the end, where the logs of the failed tests are copied
7833         to the main log file.
7835 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
7837         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
7838           in case the computer is too quick.  Double quote the configure.ac
7839           snippets.
7841         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
7842           problems if the testsuite were running too fast.
7844 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7846         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
7847         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
7848         (which belong to Xt, not X itself).  See Debian bug 327655.
7849         * NEWS: Mention this.
7851 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
7853         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
7855 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7857         * config/move-if-change: Don't output "$2 is unchanged";
7858         suggested by Ben Elliston.  Handle weird characters correctly.
7860 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
7862         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
7863           calls, so that the final expansion of this macro is shorter.
7864           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
7865           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
7866           the cleanup there.  Use AS_VAR_* macros, to be more general.
7867         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
7869         * lib/autoconf/general.m4: Use AS_IF where appropriate.
7871         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
7873 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
7875         * doc/autoconf.texi (Configuration Headers): Add an index entry
7876           for AH_HEADER.
7878 2005-08-26  Pavel Roskin  <proski@gnu.org>
7880         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
7881         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
7882         running xmkmf.
7884 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
7886         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
7887         The previous patch didn't work, so try a better one.
7889 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
7891         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
7892         in the example.  Reported by Bruno Haible.
7893         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
7894         "if $undefined_var;" succeeds with my shell.
7896         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
7897         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
7898         but change the m4_divert_text to m4_divert_once.
7900 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7902         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
7903         Work around bug in Solaris /usr/xpg4/bin/awk.
7904         The bug is present in at least Solaris 8 through 10.
7906 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
7908         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
7909         some evil values and relying on the fact that $* concatenates the
7910         parameters by the first character from IFS.
7912 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
7913             Stepan Kasal  <kasal@ucw.cz>
7915         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
7916         first header appears, define AH_HEADER.
7917         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
7918         Update limitations about when to call AC_CONFIG_HEADERS.
7919         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
7920         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
7921         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
7922         ``Configuration Actions''; fix their index entries.
7924         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
7925         options correctly.  Process N-M as M-N if M is smaller than N.
7926         Process ranges correctly so that N-N will run only N.
7927         Sort and uniquify the tests that will be run.  If there is more
7928         than one test, reinsert the banners for the tests.
7929         * tests/autotest.at (Keywords): Unmark XFAIL.
7931 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
7933         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
7934           before passing the macro name to AH_TEMPLATE.
7936         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
7937           now opens log after option processing; in particular, --version
7938           and --help do not touch config.log.
7940         * Makefile.maint: Revert the change from 2005-08-12.
7942 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
7944         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
7945           common code to...
7946         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
7948 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7950         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
7951         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
7952         Language cleanup.
7954         * doc/autoconf.texi (Defining Symbols, Changed Results):
7955         Prepend to LIBS, not append, in examples.
7957 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
7959         When building in place, set srcdir="."; suggested by Tim Van Holder.
7961         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
7962           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
7963         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
7964         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
7965           does not mean "no --srcdir option".
7967 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7969         * tests/autoscan.at (autoscan): New file.
7970         * tests/suite.at: Use it.
7971         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
7972         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
7974         * tests/autotest.at (Keywords): Test keywords combinations.
7976 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
7978         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
7979           add "2>&1"; gzip 1.2.4 prints help on stderr.
7981 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
7983         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
7984         was pushdef'ed twice while popped only once.  Push it only once.
7985         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
7987 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
7989         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
7990         prefixed by mere "===", not "configure: === ".
7992 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7994         * Makefile.maint: Update from Bison.
7996         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
7997         "<tab>" in comment, so that the point is understandable.
7999 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
8001         Rewrite substantial part of lib/autoconf/status.m4.
8002         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
8003         and CONFIG_COMMANDS are not processed in four separate loops.
8004         Instead, there is one main loop.  This alows that the common code
8005         is expanded only once, thus config.status (and configure) is smaller.
8007         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
8008         the AC_LIST_FILES and cousins macros are no longer used.
8010         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
8011         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
8012         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
8013         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
8014         contain the initialization, nor the for loop, nor the associated
8015         commands; all these go to ...
8016         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
8017         _AC_OUTPUT_CONFIG_STATUS.
8018         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
8019         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
8020         (_AC_OUTPUT_FILE): The creation of the sed script ...
8021         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
8022         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
8023         _AC_OUTPUT_MAIN_LOOP.
8024         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
8025         _AC_CONFIG_COMMANDS): Use ...
8026         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
8027         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
8028         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
8029         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
8030         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
8031         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
8032         ... new macros.
8033         (_AC_CONFIG_UNIQUE): Update.
8034         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
8035         Replaced by this ...
8036         (_AC_LIST_TAGS): ... new common macro.
8037         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
8038         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
8039         (_AC_LIST_TAG_COMMANDS): ... new common macro.
8040         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
8041         this didn't belong to the `config commands' section.
8042         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
8043         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
8044         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
8045         to the `config commands' section either.
8046         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
8047         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
8049         ... and many changes to the comments nearby.
8051         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
8052         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
8053         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
8054         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
8055         (#define header templates): The comment at the top of the generated
8056         header now includes the name(s) of the source file(s).
8058         Several unrelated small changes:
8060         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
8061         parameter to AC_DIAGNOSE.
8062         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
8063         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
8064         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
8065         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
8066         with AU::AC_OUTPUT.
8067         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
8068         in AC_OUTPUT doesn't double-quote it either.
8069         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
8070         parameters.
8072 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
8074         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
8075         versions of Portland Group compiler produce single- and double-quoted
8076         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
8077         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
8079 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
8081         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
8082         This is a corrected version of yesterday's patch.
8084 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
8086         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
8087         path, too; insert a "===" to emphasize the line.
8089         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
8090           ac_cv_build_alias to ac_build_alias.
8091         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
8093         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
8094         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
8095         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
8096         (AC_ARG_VAR): ... here.
8097         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
8098           target_alias.
8100         Keep a list of all precious variables and process them with one simple
8101         for loop, instead of expanding all commands, or, OTOH, complicated
8102         processing of output of "set".
8103         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
8104         variable names in new macro...
8105         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
8106         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
8107           a loop to assign all ac_env_* and ac_cv_env_* variables.
8108         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
8109           to INIT_PREPARE.
8110         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
8111           its value to shell variable ac_precious_vars and call
8112           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
8113         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
8114           _AC_ARG_VAR_VALIDATE.
8116         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
8117           and the AC_SUBSTs ...
8118         (AC_INIT): ... here.
8120         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
8121           the ac_subst_files section in config.log.
8123         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
8125 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8127         * NEWS: New macro AC_C_TYPEOF.
8128         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
8129         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
8130         * tests/c.at (C keywords): Test AC_C_TYPEOF.
8132         Fix problems reported by Nicolas Joly.
8133         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
8134         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
8135         They are generated by the Tru64 v5.1B shell.
8137 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
8139         Fix my changes from 2005-07-01; reported by Noah Misch.
8140         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
8141         description, the macro now accepts only a single tag.
8142         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
8144         Fix cases when the varsions of Autoconf and Autotest don't match.
8145         Reported by Noah Misch.
8146         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
8147         at_top_builddir, for compatibility with older autotest.
8148         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
8149         is not set, use at_top_builddir, for compatibility with older
8150         versions of autoconf.
8152 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8154         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
8155         Problem reported by Patrick Welche.
8157 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8159         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
8160         sed substitution command, so that we allow | in program prefixes
8161         and program suffixes.  (& is a problem anyway; we're not fixing
8162         that here.)
8163         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
8164         configure_input, top_builddir, srcdir, etc.
8165         * lib/autotest/general.m4 (AT_INIT): Likewise, for
8166         PATH_SEPARATOR in AUTOTEST_PATH.
8168 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
8170         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
8171         for loop over config.site files using `set', to allow
8172         directory names containing IFS characters.
8174 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8176         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
8177         directories with weird names.  Apparently some people like living
8178         on the edge.  However, improve the test that "pwd" actually does
8179         report a name for the working directory.
8180         * NEWS: Remove the claim that we test for funny chars in dir names.
8182 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
8184         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
8185         replaced ...
8186         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
8187         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
8188         Now accept a single tag, not whitespace separated list.
8189         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
8191 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
8193         * doc/autoconf.texi (Configuration Headers): Change the explanation
8194         about #include <config.h>.
8195         (Generic Functions): Mention the Gnulib project.
8196         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
8198         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
8199         document to output the default config_* lists to config.status.
8200         Don't recognize option --file, if the functionality is not there.
8201         Likewise for --header; moreover, recognize --he and --h as shortcuts
8202         for --help in that case.
8204         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
8205         matches the order of execution.  No code changed.
8207 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8209         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
8210         single-quoted -cmdline argument in Portland Group compiler.
8211         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
8213 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
8215         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
8217 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
8219         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
8220         descriptors to child processes; reported by Norman Gray.
8222 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
8224         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
8226         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
8227         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
8228         (AC_SUBST): Call it.
8229         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
8230         the directory specific variables; but don't call it for configure_input.
8232 2005-06-28  Derek Price  <derek@ximbiot.com>
8234         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
8235         addition.
8237 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8239         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
8240         directory have inherent problems with special characters like spaces,
8241         due to limitations in Make syntax.  Problem reported by Alexandre
8242         Duret-Lutz.
8243         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
8244         Also, fix Tru64 porting problem with shell patterns,
8245         reported by Ralf Wildenhues.
8247 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8249         * doc/autoconf.texi (Subdirectories): Fix markup typos.
8251 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8253         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
8255         Fix some more shell quoting problems.  Prompted by a bug report
8256         from Justace Clutter.
8257         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
8258         variable into diagnostic.  Make the diagnostic an error, not a warning,
8259         because we really don't support spaces and suchlike in dir names.
8260         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
8261         Don't worry about backslashes in srcdir; it can't happen now.
8262         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
8263         Simplify ac_optarg handling.
8264         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
8266 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
8268         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
8269         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
8270         * tests/atlocal.in: Propagate $EGREP and $SED.
8271         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
8272         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
8274         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
8275         that '\|' is not allowed in BREs; recommend using newline separated
8276         list of patterns instead of multiple -e options.
8278         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
8280         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
8282 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8284         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
8286 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
8288         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
8289         b, t, r, w commands require single space, while : cannot have any.
8290         (Special Shell Variables): Fix sed code this in the example.
8291         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
8292         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
8294         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
8295         expand to the empty list.  Don't use two pairs of m4_changequote,
8296         it's not necessary.
8298 2005-06-20  Derek Price  <derek@ximbiot.com>
8300         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
8302 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
8304         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
8305         * doc/autoconf.texi:
8306         Don't mention Solaris versions so much, if a
8307         problem is common to all extant versions of Solaris.  Say "SunOS
8308         4" instead of "SunOS" for SunOS 4.
8309         (awk): Mention more of the limitations of traditional Awk.
8310         (cat): Don't talk about cat -v.
8312 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
8314         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
8315         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
8316         but the implementation is entirely different and is designed
8317         to be compatible with glibc strverscmp.
8318         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
8320         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
8321         on Mac OS X 10.4 reported by Peter O'Gorman in:
8322         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
8323         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
8324         Use shell builtins rather than 'expr', to work around expr bug.
8326 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
8328         * doc/autoconf.texi: "filesystem" -> "file system".
8329         "behaviour" -> "behavior".
8330         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
8331         * lib/autoconf/general.m4: Omit blank after ":" sed command,
8332         as per POSIX.
8333         * lib/m4sugar/m4sh.m4: Likewise.
8334         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
8335         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
8337         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
8338         (.x.1): Ignore the time stamp in the .TH line when deciding whether
8339         to update the man page.  That way, we don't have to check in new
8340         man pages every month.
8342         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
8343         quotes and backslashes.  Patch from Derek Price.
8345 2005-06-10  Derek Price  <derek@ximbiot.com>
8347         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
8348         AS_TR_SH.
8350 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
8352         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
8353         -u, since it outputs chatter if the input files are the same.
8354         Problem reported by Ralf Menzel.
8356 2005-06-08  Derek Price  <derek@ximbiot.com>
8358         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
8359         renaming them since they are about to be redefined anyhow.
8361 2005-06-08  Derek Price  <derek@ximbiot.com>
8363         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
8364         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
8365         Move m4_undefine to alphabetical order.
8367 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
8369         * README: Recommend GNU M4 1.4.3 or later.
8370         * doc/autoconf.texi (Introduction): Likewise.
8371         Reword to avoid some formatting glitches.
8372         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
8373         Clarify explanation of HP compiler bug.
8374         Redo example output tp match current CVS snapshot.
8375         Use @example.org in email addresses when the examples
8376         might get inadvertently cut-and-pasted into user code.
8377         Remove example of autom4te usage that doesn't seem to work now.
8378         Use modern AC_INIT (except when the example is meant to be
8379         shown with Autoconf 2.13).
8380         Update ksh info for Solaris 9 and later.
8381         KB -> kB.
8382         Modernize description of Automake versions a bit.
8383         Don't claim a future version of Autoconf is near.
8384         * doc/install.texi: Reword to avoid some formatting glitches.
8386 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8388         * doc/autoconf.texi: Add [] to examples, so that the manual
8389         follows its own advice about quoting better.
8390         Reword to avoid some formatting glitches.
8391         * doc/installt.exi: Reword to avoid some formatting glitches.
8393         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
8394         Tru64 ksh pattern matching bug.  Reported against Libtool by
8395         Albert Chin <libtool@mlists.thewrittenword.com> and
8396         Nicolas Joly <njoly@pasteur.fr>.
8398 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
8400         m4_cdr of one-member list was [[]] (one-member list containing an
8401         empty string) instead of [] (an empty list.  Callers were skewed to
8402         match this misbehaviour.  As a consequence of this:
8403          - m4_foreach([x], [], [foo]) expanded to `foo', while
8404          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
8405         This bug has been fixed:
8407         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
8408           expand to an empty string; print error msg if called without
8409           an argument list.
8410         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
8411           misbehaviour; handle [] and [[]] correctly.
8413 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
8415         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
8416         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
8417           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
8419 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
8421         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
8422           swallow records with more than 99 fields.
8423         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
8424           parse the long line.
8426 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
8428         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
8429           swallow literals longer than 399.  Reported by Ralf Wildenhues.
8430         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
8431           to workaround this limitation.
8433 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
8435         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
8436         to gfortran, and make these the first two compiler names
8437         checked (following the general autoconf preference for gcc).
8439 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
8441         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
8442         (DISTCLEANFILES): Remove $(check_SCRIPTS).
8443         (testsuite): Make sure autotest.m4f is up-to-date before using it.
8445 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
8447         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
8448         expression of unbounded size when processing the --list
8449         option.  This runs afoul of a limit of 399 bytes per regular
8450         expression on AIX.  Problem reported by Ralf Wildenhues.
8452 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
8454         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
8455         * doc/autoconf.texi (Particular Headers): Reword example
8456         for multiline stdbool replacement.
8457         (Setting Output Variables): Reword text a bit.  Don't
8458         give all the details about |#_!!_#|.
8459         Reword description of line replacement.
8461 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
8463         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
8464         now contain newlines, and substituted files must be referenced on
8465         a line alone; the sed scripts to substitute them are now very
8466         different.
8467         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
8468         commands can be put in a sed script portably.
8469         * doc/autoconf.texi (Setting Output Variables): Document above
8470         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
8471         use of multiline substitution.
8472         * tests/torture.at: No longer expect substitution of newline to fail.
8474 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
8476         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
8477         From Ralf Menzel (trivial change).
8479 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8481         * tests/local.at: Don't attempt to check for negated character
8482         classes in shell scripts.  The test was too brittle.
8484 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
8486         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
8487         * doc/autoconf.texi (Limitations of Builtins): Document this
8488           limitation.
8490 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
8492         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
8493           common code; used in many places in the tree.
8494         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
8495         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
8497         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
8499         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
8500           messages when ac_unique_file is not found.
8501         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
8502         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
8503           commands, for consistency with AC_MSG_ERROR and such.
8505         * bin/autoconf.as: Make more use of "shift 2" in option processing.
8507         * bin/Makefile.am: Merge the two rules for creating scripts.
8509 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
8511         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
8512         obsolete; it was never documented.
8513         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
8515 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
8517         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
8518         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
8519         (ac_top_builddir): ... this ...
8520         (ac_top_build_prefix): ... to this; the old name is also kept, for
8521           backward compatibility.
8522         (ac_top_builddir_sub): New variable, without the trailing slash,
8523           always nonempty.
8524         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
8525         * doc/autoconf.texi (Configuration Actions): Rename
8526           ac_top_builddir to ac_top_build_prefix.
8527         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
8528           at_top_builddir to at_top_build_prefix.
8529         * lib/autotest/general.m4 (AT_INIT): Likewise.
8531 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
8533         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
8534           of confdefs.h .
8536 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
8538         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
8539           argument to m4_foreach.  I guess it was necessary in the past,
8540           but I think it's a no-op now.
8542 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
8544         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
8545           ``cat <<_ACEOF'' commands to one.
8546         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
8547         * lib/autoconf/status.m4: On various places, use expr instead of
8548           ``echo|sed.''
8549         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
8550         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
8551         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
8552           a range.
8553         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
8554           the wrong patterns between ``case'' and ``esac.''  The previous
8555           code had false positives.
8557 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
8559         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
8560         as on 2005-05-02.
8561         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
8562         Mention LIBOBJDIR.
8564 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
8566         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
8567         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
8568         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
8569         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
8570         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
8571         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
8572         config/config.guess, config/config.sub, config/elisp-comp,
8573         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
8574         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
8575         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
8576         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
8577         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
8578         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
8579         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
8580         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
8581         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
8582         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
8583         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
8584         lib/autoconf/general.m4, lib/autoconf/headers.m4,
8585         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
8586         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
8587         lib/autoconf/specific.m4, lib/autoconf/status.m4,
8588         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
8589         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
8590         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
8591         lib/autotest/general.m4, lib/emacs/Makefile.am,
8592         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
8593         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
8594         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
8595         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
8596         tests/compile.at, tests/foreign.at, tests/fortran.at,
8597         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
8598         tests/semantics.at, tests/suite.at, tests/tools.at,
8599         tests/torture.at, tests/wrapper.as:
8600         Update FSF postal mail address.
8602 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
8604         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
8605           check.
8606         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
8607           enough arguments, similarly as in m4_bpatsubsts.
8609 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
8611         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
8612           of absolute paths.
8614 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
8616         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
8617           for absolute directory names in one loop.
8618         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
8619           abbreviations of --version and --debug.
8621 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8623         * doc/autoconf.texi (Autoconf Language): Be more precise about
8624         quoting rules.  Problems noted by Stepan Kasal.
8625         Also, throughout this document, be more careful about white space.
8626         "blank", "white space", and "space" all have different meanings
8627         and we should be careful to say what we mean.
8629 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
8631         Fix C++ related problems reported by Werner Lemberg.
8632         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
8633         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
8634         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
8635         avoid problems with C++ and throw.
8636         * tests/compile.at: .cpp, not .cc.
8638         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
8640 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8642         * doc/autoconf.texi (Generic Functions): Typos.
8644 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
8646         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
8647         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
8648         set by latest automake.
8650 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
8652         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
8653         outputs 0 on GNU/Linux these days.
8655 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
8657         * doc/autoconf.texi (Autoconf Language): Add more description
8658         about quoting heuristics.
8659         (Limitations of Builtins): Describe "set -" problems.
8661 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8663         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
8664         not newline.
8666         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
8667         by AC_DEFINE; it was a mistake.
8668         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
8670 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
8672         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
8674 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
8676         * doc/autoconf.texi (External Software): Quadrigraphs are not
8677           processed correctly in AS_HELP_STRING; avoid this in the examples.
8678         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
8679         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
8680           comment and reduce m4_default([foo], []) to [foo].
8681         (m4_strip): Update the explanation.
8683 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
8685         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
8686         Remove core.conftest.* too; it's generated by Tru64 5.1.
8687         Problem reported by Jennis Pruett.
8688         * lib/autoconf/functions.m4
8689         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
8690         Don't bother to remove core files; AC_RUN_IFELSE should do that
8691         for you.
8693 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
8695         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
8697 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
8699         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
8700         Report from Horst Wente.
8702 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
8704         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
8705           the comment.
8707 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
8709         * doc/autoconf.texi (External Software, Package Options): Add
8710           examples showing how to implement --with-* and --enable-* options.
8712 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8714         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
8715         as well as configure.in.  Problem reported by Gregorio Guidi.
8717 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
8719         * doc/autoconf.texi (Particular Functions): Use gnulib's current
8720         pattern for alloca snippet.
8722 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
8724         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
8726 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
8728         * doc/autoconf.texi (Generic Programs): Fix a typo.
8730 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
8732         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
8733         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
8735 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8737         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
8738         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
8739         whole-archive (-zallextract, -zdefaultextract) options in the hope of
8740         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
8741         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
8743 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
8745         * NEWS: The configure command now warns you if you attempt to use
8746         a directory whose name contains a special character like space,
8747         newline, or "\".
8748         * doc/autoconf.texi (Installation Directory Variables): Allow
8749         "," in file names.  Do not use \@; it's not a portable regexp.
8750         * bin/Makefile.am (edit): Likewise.
8751         * lib/Makefile.am (edit): Likewise.
8752         * tests/Makefile.am (edit): Likewise.
8753         * tests/semantics.at: Likewise.
8754         * tests/torture.at: Likewise.
8755         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
8756         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
8757         * doc/autoconf.texi (File System Conventions): Warn about
8758         unportable file names.
8759         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
8760         (AC_INIT): Use it.
8761         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
8762         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
8763         ac_pwd, and quote srcdir.
8764         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
8766         * doc/autoconf.texi: Fix some systematic formatting problems.
8767         ".)"  needs a following @: if not at the end of a sentence, and
8768         similarly for "!)".  "etc." should be preceded by a comma.
8769         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
8771 2005-03-22  Bruno Haible  <bruno@clisp.org>
8773         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
8774         argument is often called 'build-aux'.
8776 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
8778         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
8779           macro AC_TRY_LINK is obsolete.
8780         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
8781           `AC_CONFIG_FILES'.
8783 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
8785         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
8786           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
8787           from a Common Lisp's `cl'.
8788         (AC_PROG_CXX): Behave according to the documentation: don't
8789           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
8790           make the variable CCC precious; use `cl.exe', not `cl'.
8792 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
8793             Alexandre Duret-Lutz  <adl@gnu.org>
8795         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
8796         /dev/null, as "configure" shouldn't read stdin, and this insulates
8797         us from problems (e.g., when testing for "cl").  Also, do this
8798         redirection before invoking "hostname" or "uname", and keep the
8799         original input stream available via...
8800         (AS_ORIGINAL_STDIN_FD): ... this new macro.
8801         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
8802         bother with "</dev/null" since it's now done at the top of
8803         'configure'.
8804         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
8805         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
8806         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
8807         * doc/autoconf.texi (File Descriptor Macros): New section.
8808         (Printing Messages): Mention it.
8809         * tests/base.at (Input/Output): New test.
8811 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
8813         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
8814         newline if neither \c nor -n work, as that would output two
8815         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
8817 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
8819         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
8820         This causes that any required macros inside will get before the if.
8821         * doc/autoconf.texi (autom4te.cache): A typo.
8823 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8825         Undo previous change, except keep the change to
8826         lib/autoconf/programs.m4 that replaced grep with shell
8827         pattern-matching.  This is because net-snmp configure reads stdin.
8828         Reported by Noah Misch.
8830 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
8832         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
8833         from /dev/null, as "configure" shouldn't read stdin, and this
8834         insulates us from problems (e.g., when testing for "cl").
8835         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
8836         before invoking "hostname" or "uname".
8837         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
8838         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
8839         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
8840         "</dev/null" since it's now done at the top of 'configure'.
8841         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
8842         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
8843         Also, replace grep with shell pattern-matching, to save a process.
8845 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
8847         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
8848         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
8849         avoid thinking that Allegro Common Lisp's "cl" command is a C++
8850         compiler.
8852 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
8854         * doc/autoconf.texi (Limitations of Usual Tools): Document that
8855         grep -q isn't portable.  Improve grep -s explanation.
8856         Problem reported by Dan Manthey.
8858 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
8860         * doc/autoconf.texi (Special Shell Variables): Clarify
8861         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
8863 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8865         * doc/autoconf.texi: Use @acronym for DJGPP.
8866         Fix some @code's that should have been @env's, and vice versa.
8867         Sort environment variable names.
8868         Mention that shells no longer inherit IFS.
8869         Don't recommend PATH_SEPARATOR=';' so strongly.
8870         Mention that $RANDOM might expand to the empty string.
8871         "symlink" and "soft link" -> "symbolic link".
8872         Improve mktemp description (reported by Bruno Haible).
8874 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8876         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
8877         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
8878         Likewise.
8879         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
8880         Likewise.
8882 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8884         * NEWS: Mention AT_COPYRIGHT.
8886         * tests/local.at (AT_CMP): Use diff directly on input files rather
8887         than copying them.
8889         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
8890         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
8892 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
8893         and Paul Eggert  <eggert@cs.ucla.edu>
8895         * tests/autotest.at (Empty test suite): New test.
8896         * tests/torture.at (Substitute and define special characters)
8897         (Substitute a 2000-byte string, Define to a 2000-byte string)
8898         (Substitute a newline, Define a newline): New tests.
8900 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
8902         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
8903         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
8904         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
8905         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
8906         (Standard regular expressions): New test.
8907         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
8908         excess test name quoting.
8909         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
8910         CPPFLAGS to `configure' instead of setting it in `configure'.
8912         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
8913         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
8914         on some platforms.
8916         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
8917         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
8919         * tests/local.at (AT_CMP): New macro.
8920         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
8921         (AC_SAVE_STATE): Move environment grep...
8922         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
8923         (AT_CONFIG_CMP): New macro.
8924         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
8925         * tests/c.at (Extensions): Do not exit early.
8926         * tests/atlocal.in: Inherit $GREP.
8928         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
8929         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
8931         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
8932         (AC_COPYRIGHT): Factor header comment portion out and move into...
8933         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
8934         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
8935         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
8936         --version output.
8937         * tests/local.at: Add Autoconf test suite copyright notice.
8938         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
8940 2005-02-04  Bruno Haible  <bruno@clisp.org>
8941         and Paul Eggert  <eggert@cs.ucla.edu>
8943         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
8945 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8947         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
8948         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
8950         Try not to generated lines of unlimited length, as POSIX places a
8951         2047-byte limit on line length of portable text files.
8952         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
8953         Use newline as a separator, not space.
8954         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
8955         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
8956         space.
8958 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8960         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
8961         as_func_*.  Add test to check whether positional parameters
8962         are restored after function return.
8964 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8966         * doc/autoconf.texi (Special Shell Variables): Mention _,
8967         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
8968         if they contain a lower-case letter.  The DUALCASE problem was
8969         reported by Ralf Wildenhues.
8971         * bin/autoconf.as: Don't exit with status 0 after write failure
8972         with --help or --version.
8973         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
8974         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
8976 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8978         * doc/autoconf.texi (Limitations of Usual Tools):
8979         Unicos 9 sed limitations.
8980         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
8981         to get the option-enhanced interface on older Crays.  Try ftn for
8982         Fortran 95 (newer Crays).
8984 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8986         * man/Makefile.am (.x.1): Go back to the simple solution, but take
8987         care to echo the commands, so the user knows what's going on.
8988         Modified from a suggestion by Stepan Kasal.
8990         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
8991         with a cross reference.  Derived from a suggestion by Bruce Korb.
8993 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8995         * doc/autoconf.texi (config.status Invocation): Warn about
8996         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
8997         * doc/install.texi (Defining Variables): Likewise.
8998         Based on a proposed patch by Ralf Wildenhues.
9000         * man/Makefile.am (.x.1): Make sure the required generated files
9001         are up to date.  Problem and original solution proposed by Stepan Kasal.
9002         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
9003         implicit-man-prerequisites): New rules, used by the above.
9005         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
9006         * config/config.guess, config/config.sub, config/install-sh: Likewise.
9007         * config/missing, config/texinfo.tex: Likewise.
9009 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
9011         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
9012         Update the long comment explaining it.
9014         m4_require no longer writes an ``is required by'' line to the
9015         execution stack.  It contains only one bit of non-redundant
9016         information: that the macro was required, not called.  And even
9017         this bit is useless in most situations: have you ever met a macro
9018         which both calls and requires the same macro?
9020         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
9021         (_m4_defun_pro_outer): ... only via this macro, for the outermost
9022           macro.
9023         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
9024         (m4_expansion_stack_pop): Remove the misplaced comment.
9025         (m4_require): Don't put the ``is required by'' line to the
9026           execution stack; slightly improve the out-of-a-defun error message.
9027         (_m4_divert_grow): New macro, counter for the temporary diversions.
9028         (_m4_require_call): Use it.
9029         * tests/m4sugar.at (m4_require): Expect output without the
9030           ``is required by'' messages.
9032 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9034         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
9035         rather than x for expr.
9037         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
9038         this is safe.
9039         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
9040         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
9041         * lib/autotest/general.m4 (AT_INIT): Likewise.
9042         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
9043         * tests/mktests.sh: Likewise.
9045 2005-01-27  Akim Demaille  <akim@epita.fr>
9047         Have autoheader honor --force.
9049         * doc/make-stds.texi, doc/standards.texi: Update from masters.
9050         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
9051         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
9052         from masters, so that FileUtils.pm's update_file provide --force
9053         support.
9054         * bin/autoheader.in: Pass $force to update_file so that
9055         config.h.in is always recreated when --force.
9057 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
9059         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
9061 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
9063         * doc/autoconf.texi (Limitations of Builtins): Clarify that
9064         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
9066 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9068         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
9069         Warn about newline stripping in `` and $().  Update Solaris
9070         version to 9.
9071         (Limitations of Builtins): Use expr "X...", not expr "x...", as
9072         X insulates us from future changes to Posix.
9073         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
9074         stripping.
9076 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
9078         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
9079           you cannot use AC_DEFINE to define macros containing `[' or `]'.
9081 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
9083         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
9084         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
9085         bug-tar mailing list.
9087 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
9089         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
9091 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9093         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
9094         ulongval to be static, to avoid unwanted GCC warning.  Problem
9095         reported by Michael Jennings via Daniel Reed; see
9096         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
9098 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
9100         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
9101         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
9102         datadir, infodir, and mandir.  Adjust argument parsing code.
9103         (_AC_INIT_HELP): Update help text.
9104         * doc/autoconf.texi (Installation Directory Variables): Document
9105         new variables.
9107 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
9109         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
9110         not seem to work, assume it does set $(MAKE).
9111         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
9113 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
9115         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
9117 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
9119         A cleanup of the diversion support in m4sugar.
9121         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
9122         (_m4_divert_n_stack): New macro; the expansion is
9123           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
9124           otherwise.
9125         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
9126         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
9127           stored in _m4_divert_diversion or _m4_divert_dump.
9128         (m4_divert_pop): When the parameter is given, compare the symbolic
9129           name with the last diversion pushed on the stack.  Previously, the
9130           current diversion was compared with the numeric value of the
9131           diversion given as the parameter.
9132         (m4_require): If the macro hasn't been expanded yet, call ...
9133         (_m4_require_call): this new macro.
9135 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9137         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
9138         Workarounds for documented `case' limitations.
9140 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9142         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
9143         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
9145 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
9147         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
9148         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9149         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
9151         Patch from Roger Leigh (with some minor changes) as follows:
9152         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
9153         Resurrect AC_PROG_CC_STDC.
9154         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
9155         AC_PROG_CC_C89, AC_PROG_CC_C99.
9156         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
9157         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
9158         AC_PROG_CC_C99): New macros.
9159         (AC_PROG_CC_STDC): Use them.
9160         (_AC_PROG_CC_STDC): Remove.
9161         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
9162         * THANKS: Add Roger Leigh.
9164 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
9166         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
9167         signals that the package uses Automake; a `Makefile.am' is typical but
9168         not essential.  Reported by Magnus Therning.
9169         * tests/torture.at (autoreconf.): New banner.
9170         (autoreconf and non-AC configure): Rename to `Non-Autoconf
9171         AC_CONFIG_SUBDIRS'.
9172         (autoreconf an empty directory): Rename to `Empty directory'.
9173         (Unusual Automake input files): New test.
9175 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
9177         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
9178         (AT_SETUP): Clear AT_capture_files.
9179         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
9180         (AT_KEYWORDS): Fix comment typo.
9181         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
9182         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
9183         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
9185 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
9187         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
9188         If the variable to set is already set, set ac_cv_path_$1
9189         to the preset value so caller can assume ac_cv_path_$1
9190         is available.  (trivial change)
9192 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
9194         * BUGS (Minor Problems): Warn about makefile limitations.
9195         * Makefile.am: Find and update `INSTALL' in $(srcdir).
9196         * man/Makefile.am: Find and update manual pages in $(srcdir).
9198 2004-12-24  Eric Blake  <ebb9@byu.net>
9200         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
9201         shells in subshell, to avoid noise from ash.  (trivial change)
9203 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9205         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
9206         problems with SunOS ksh and backslash escaping, Bourne shells and
9207         closing brackets (both within character classes).  Bug reported
9208         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
9209         <read>: New entry.  Mention non-availability of -r.
9211 2004-12-21  Akim Demaille  <akim@epita.fr>
9213         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
9214         avoid cluttering displayed messages.  Rather, prepend srcdir where
9215         AT_LINE is used for log files.
9217 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
9219         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
9220         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
9221           no longer part of the macro, quote the occurrence of ``$tmp''.
9222         * doc/autoconf.texi (Forbidden Patterns): Typo.
9224 2004-12-21  Akim Demaille  <akim@epita.fr>
9226         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
9227         separated from the test title by forcing a white space.
9229 2004-12-21  Akim Demaille  <akim@epita.fr>
9231         Enable Emacs navigation within testsuite.log files.
9233         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
9234         use the compilation mode.
9235         (AT_LINE): Point to the srcdir.
9237 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
9239         * tests/Makefile.am (installcheck-local): Use $(bindir).
9240         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
9241         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
9242         Makefile.am scheme Autoconf now uses.
9244 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
9246         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
9247         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
9249 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
9251         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
9252         (_AT_CHECK): Use it.
9253         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
9254         (AS_ESCAPE): Fix comment.
9255         * tests/autotest.at: Adjust section banner comments.
9256         (AT_CHECK_AT): Accept STATUS and STDERR.
9257         (AT_CHECK_AT_TEST): Likewise.
9258         (Invalid brace-enclosed parameter expansion)
9259         (Multiline command from M4 expansion)
9260         (Double-M4-quoted command): New tests.
9262 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
9264         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
9266 2004-12-17  Akim Demaille  <akim@epita.fr>
9268         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
9269         m4_pattern_allow.
9270         Suggested by Alexandre Duret-Lutz.
9271         * doc/autoconf.texi (Setting Output Variables): Catch up.
9273 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
9275         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
9277 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
9279         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
9280           remove the comment which said we cannot.
9282 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
9284         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
9285         Reini Urban and Paul Eggert for reporting the dependencies.
9287         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
9288         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
9289         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
9291 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
9293         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
9294           so that eg. ``autoscan --help'' doesn't truncate it.
9296 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
9298         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
9299         generated conftest files.
9301 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
9303         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
9304         tracing on commands with possibly-escaped newlines.
9305         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
9306         discontinued behavior and its implications.
9307         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
9308         (BSx641-newline in command, BS-BS-newline in command)
9309         (BSx640-newline in command, Newline-CODE-BS-newline in command)
9310         (Single-quote-BS-newline in command)
9311         (Single-quote-newline-BS-newline in command): New tests.
9313 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
9315         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
9316           on platforms where it works.
9317         (_AS_TEST_PREPARE): Test for ``test -x''.
9318         (_AS_BROKEN_TEST_PREPARE): Nuke.
9320 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
9322         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
9323         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
9324           give only 4-letter prefix to AS_TMPDIR, comment fixed.
9325         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
9326           create the temporary directory.
9327         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
9329 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
9331         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
9332         (trivial change)
9334 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
9336         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
9338 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
9340         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
9341         to avoid using a negated character class.  Reported by Nicolas Joly.
9342         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
9344 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
9346         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
9347         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
9348         Don't depend on .x file explicitly, since "make" does that for us.
9349         Suggested by Stepan Kasal.
9351         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
9352         Add *.tmp.
9353         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
9354         ifnames): Factor common code.  And they said it couldn't be done!
9356 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
9358         * bin/.cvsignore: Add autoconf.in.
9359         * tests/.cvsignore: Add wrapper.in.
9360         * lib/autotest/general.m4: Escape '$' in case pattern.
9362 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
9364         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
9366         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
9368         * tests/autotest.at: New file.
9369         * tests/suite.at: Include it.
9370         * tests/Makefile.am: Distribute it.
9372         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
9373           shell tracing on a command that could contain multiple lines.
9374         * doc/autoconf.text: Document that fact and its implications.
9375         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
9376         * tests/autotest.at (Multiline backquote command substitution,
9377           Multiline parameter expansion, Literal multiline command,
9378           Multiline parenthetical command substitution): Remove XFAIL.
9380 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
9382         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
9383         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
9385 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
9387         * configure.ac (test suite): Cease to generate wrapper scripts.
9388         * configure: Regenerate.
9389         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
9390         (m4f_dependencies): Adjust accordingly.
9391         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
9392         (wrapper.in): Generate it in the build directory.
9393         (MAINTAINERCLEANFILES): Delete wrapper.in.
9394         (CLEANFILES): Add wrapper.in.
9395         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
9396         the output.  Replace each $as_me with a @wrap_program@.
9397         * tests/wrapper.in: Delete it; we always build it.
9399         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
9400         (EXTRA_DIST): Remove autoconf.in.
9401         (CLEANFILES): Add autoconf.in.
9402         (autoconf): Find autoconf.in in the build directory.
9403         * bin/autoconf.in: Delete it; we always build it.
9405 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
9407         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
9408         PATH members so as to not prepend an empty element.  Move a comment.
9409         * Makefile.am (SUBDIRS): Build in `tests' last.
9410         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
9412 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
9414         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
9415         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
9416         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
9417         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
9419 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
9421         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
9422         patch: extra "-l"s.
9424 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
9426         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
9427         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
9428         * doc/autoconf.texi (Particular Functions): Mention new behavior.
9430 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
9432         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
9433           out the common code to ...
9434         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
9435           value of the #define--default to 1, iff the macro was called
9436           with exactly one parameter.
9438 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9440         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
9441         "char c = '\200';" rather than "char c = 0x80;" as the
9442         latter doesn't conform to the strict C standard due to
9443         overflow on signed char hosts.
9445         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
9446         to -qlanglvl=ansi.  We don't want to disable extensions.
9448 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9450         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
9451         (Using Autotest, testsuite Scripts, Writing testsuite.at):
9452         Reword slightly to avoid some English-language problems noted
9453         by Ralf Wildenhues in:
9454         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
9456 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
9458         * NEWS: Add ^L above each release.
9460 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9462         Fix documentation problems reported by Russ Boylan in
9463         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
9464         along with some nearby cruft.
9465         * doc/autoconf.texi (Libtool): Libtool can be used without
9466         Automake (not without Autoconf).
9467         (Introduction): Mention lists.gnu.org.
9468         * BUGS: Don't mention bugs.gnu.org.
9469         Remove mention of ancient libtool compatibility problem.
9470         * NEWS: Mention that bugs.gnu.org is kaput.
9471         * README: Likewise.  Mention where mailing list archives can be found.
9473 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
9475         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
9477 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9479         * doc/autoconf.texi (Pretty Help Strings): Go back to
9480         single-quoting assignments to cache variables.
9482 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
9484         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
9485         with the examples; fix the bug in MY_ARG_WITH example reported
9486         by Alexandre Duret-Lutz.
9487         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
9488         expansion of $1 in the comment emitted to configure.
9490 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
9492         * doc/autoconf.texi (Pretty Help Strings): Fix typo
9493         in my editing of the previous patch.  Problem reported
9494         by Alexandre Duret-Lutz.
9496 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
9498         * doc/autoconf.texi (Autoconf Language): Explain that
9499         ``descriptions'' may not be double quotes.
9500         (Quotation Rule Of Thumb): Likewise.
9501         (Pretty Help Strings): Likewise; remove the wrong comment;
9502         simplify the examples and improve their quoting.
9504 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
9506         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
9507         the $1_found variable, don't test whether the file is executable;
9508         Both things are checked ...
9509         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
9510         the former ``test -f''.
9511         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
9513 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9515         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
9516         use cp -R instead.
9518 2004-11-10  Derek R. Price  <derek@ximbiot.com>
9520         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
9521         limitations.  Reorder paragraphs for clarity.
9523 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9525         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
9526         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
9527         variants", "Unix", and some related minor wording fixups.
9529         (Shellology, Special Shell Variables): Document that the Zsh
9530         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
9531         to Alexandre Duret-Lutz for this info.
9533 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
9535         * doc/autoconf.texi (One-Shot Macros): New node.
9537 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
9539         * doc/autoconf.texi (Function Portability): Fix misdescription
9540         of putenv.  Problem reported by Michael Wardle.
9542 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9544         * doc/autoconf.texi (auindex): New macro.
9545         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
9546         Problem reported by Stepan Kasal.
9548 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9550         Fix problems reported by Andreas Buening in:
9551         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
9552         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
9553         in test makefile.
9554         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
9555         readable; it's not true in OS/2-emx.
9557 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
9559         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
9560         "/usr/include", clear ac_x_includes instead of leaving it as "no"
9561         (trivial change).  Problem and patch reported by Andrew Church in:
9562         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
9564 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
9566         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
9567         three args in examples.  Problem reported by Frederik Fouvry in:
9568         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
9569         Also, fix some minor spacing and punctuation bugs.
9571 2004-09-02  Akim Demaille  <akim@epita.fr>
9573         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
9574         "case" to restore ordering.
9575         Reported by Stepan Kasal.
9577 2004-08-26  Akim Demaille  <akim@epita.fr>
9579         * doc/autoconf.texi: Minor typos and stylos.
9581 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9583         * configure.ac (AC_INIT): Bump to 2.59c.
9585 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9587         Version 2.59b.
9589         * README: Add advice about m4 1.4.2.
9591         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
9592         texinfo.tex for now (done by hand now).
9593         * Makefile.maint (wget_files, cvs_files):
9594         Remove ansi2knr.c; nobody uses it.
9595         (ansi2knr.c-url_prefix): Remove.
9596         (cvs-update): Fix test for failure.  I don't know why it ever
9597         worked...
9599         * doc/autoconf.texi: Update URLs, some of which went stale.
9600         Use @uref rather than @href.
9602         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
9603         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
9605         * config/config.guess, config/config.sub, config/elisp-comp,
9606         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
9607         doc/fdl.texi, doc/standards.texi: Sync with master copy.
9609         * NEWS, TODO, configure.ac, bin/autoscan.in,
9610         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
9611         doc/install.texi, lib/Autom4te/Configure_ac.pm,
9612         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
9613         lib/autoconf/programs.m4, lib/autoconf/status.m4,
9614         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
9615         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
9616         tests/tools.at, tests/torture.at:
9617         Use "file name" rather than "filename" or "path",
9618         to be consistent with the terminology of the GNU coding standards.
9620 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9622         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
9623         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
9624         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
9625         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
9627         More fixes to support spaces in the name of the build directory.
9628         This isn't a complete fix but it's an improvement.
9630         * bin/autoconf.as (autom4te_options): New var.
9631         Use it instead of appending to AUTOM4TE, so that we can allow
9632         spaces in the build directory's absolute name.
9633         * bin/autoheader.in ($autoconf): Allow spaces in file names.
9634         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
9635         AT_CHECK_NOESCAPE): Likewise.
9636         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
9637         main program): Likewise.
9639 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9641         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
9642         From Ralf Corsepius in:
9643         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
9645 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
9647         * doc/autoconf.texi (Function Portability): Document isinf and
9648         and isnan.  From a suggestion by Kevin Ryde.
9650         * lib/Autom4te/General.pm (END): Return correct exit status even
9651         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
9653 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9655         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
9656         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
9657         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
9659 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
9661         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
9662         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
9663         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
9664         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
9665         * lib/autom4te.in (Automake-preselections): Preselect
9666         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
9668 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
9670         * lib/autom4te.in (Automake-preselections): Preselect
9671         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
9672         trace them.
9674 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9676         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
9677         Tru64.
9678         * doc/autoconf.texi (Shellology): Mention BIN_SH.
9679         Document problem with "`""`" in pdksh POSIX mode.
9681 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
9683         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
9684         with pdksh, too.  Problem reported by Patrick Welche via
9685         Gary V. Vaughan.
9686         * doc/autoconf.texi (Shellology): Note that set -o posix is
9687         useful for pkdsh, too.
9689 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9691         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
9692         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
9693         Don't fail if ENV or BASH_ENV is readonly.
9694         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
9695         etc. are read only.  Problem reported by Ludovic Courtes.
9697 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
9699         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
9700         zsh, disable GLOB_SUBST to avoid backslash handling problems.
9701         (trivial change)
9703 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9705         * doc/autoconf.texi (File System Conventions): Warn about
9706         names like "aux".  Problem reported by Eric Blake.
9708         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
9709         by zero instead of array size, so that we can use any arithmetic
9710         constant expression (instead of requiring an integer constant
9711         expression).  This allows us to test expressions like DBL_MAX <
9712         LDBL_MAX, which didn't conform to the C standard using the old
9713         method.
9714         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
9715         now that we can do floating-point tests at compile time.
9717 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
9719         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
9720         and LDBL_EPSILON, as the resulting expression isn't an
9721         integer constant expression and violates the C standard.
9722         Problem reported by Nelson H. F. Beebe.  Also, check
9723         for "L" suffix, and check that long double doesn't have
9724         worse range or precision than double, that mixed-mode
9725         arithmetic doesn't generate a diagnostic, that double
9726         constants fit in long double.
9728 2004-06-03  Kevin Ryde  <user42@zip.com.au>
9730         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
9731         malloc(0) and realloc(NULL,size).
9733         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
9734         Bob Proulx.
9736 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
9738         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
9739         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
9740         by Jim Meyering.
9742 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
9744         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
9745         can be rewritten using if-then-else.  Suggested by Bruno Haible.
9747 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9749         * doc/autoconf.texi (testsuite Scripts): Fix typo.
9750         Problem reported by Stepan Kasal.
9752 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
9754         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
9755         change).  Patch reported by Ralf Wildenhues in
9756         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
9758         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
9759         function F exists if the compiler and linker let you compile an
9760         expression like (F != 0).  Recent versions of GCC optimize away
9761         the reference to F in that case, since every function address must
9762         be nonzero, so the link succeeds even if F does not exist.
9763         Problem reported by Manu in
9764         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
9766         * doc/autoconf.texi (Systemology): Standardize on the spelling of
9767         "Unix".  Many uses changed.
9768         (Limitations of Builtins): Explain better why the ! command isn't
9769         portable.
9771 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
9773         * lib/autom4te.in (Automake-preselections): Preselect
9774         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
9776 2004-05-19  Kevin Ryde  <user42@zip.com.au>
9778         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
9779         referencing AC_FUNC_STRERROR_R.
9781         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
9782         note pessimistic assumption when cross compiling.
9784 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9786         * doc/autoconf.texi (Limitations of Make): Note that BSD make
9787         (until 2004) invoked subcommands with sh -e, contra POSIX.
9788         Reported by Kevin Ryde.
9790 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
9792         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
9793         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
9794         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
9795         `test -f "        /usr/bin/grep"', which _always_ failed.
9796         (AC_PROG_SED): Ditto bogus PATH fix.
9797         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
9798         requires that grep correctly supports _multiple_ `-e' options, rather
9799         than stating only that grep should accept `-e'.
9801 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9803         Port to C99, which requires that 'exit' be declared.
9805         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
9806         to ensure that stdlib.h is included.
9807         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
9808         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
9809         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
9810         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
9811         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
9812         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
9813         when using 'exit' in a test; C99 requires that 'exit' be declared.
9815 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9817         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
9818         now prefers 'grep' implementations that accept -e.
9819         (Limitations of Usual Tools): Describe problems of traditional
9820         egrep and fgrep with long input lines, and of traditional grep
9821         with -e.
9822         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
9823         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
9824         All callers changed.  Append /usr/xpg4/bin to the PATH, for
9825         Solaris.
9826         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
9827         the user with complaints about multiple -e options.
9828         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
9829         Define it with AC_PROG_GREP.
9830         * configure.ac (AC_PROG_GREP): Add.
9831         * lib/freeze.mk (GREP): New macro.
9833 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
9835         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
9836         a possible candidate only after all others fail, rather than
9837         consulting it first.  This improves backward compatibility by
9838         better reflecting the way shell selection occurred in previous
9839         versions of Autoconf, and should help to avoid triggering latent
9840         problems in other packages, such as the one in Automake where zsh
9841         is not handled robustly:
9842         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
9843         Although it is not Autoconf's responsibility to work around
9844         problems in Automake, it nevertheless makes sense to avoid
9845         introducing unnecessary incompatibilites.
9847 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
9848             Gary V. Vaughan  <gary@gnu.org>
9850         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
9851         how deeply nested we are when a suitable tool is found, set the
9852         ac_path_TOOL_found flag.
9853         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
9854         nested we are in this macro.  Break out of all 3 nested loops if
9855         ac_path_TOOL_found is set.
9857 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
9859         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
9860         of the _AS_PATH_WALK loop too if GNU flavor is found.
9862 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
9864         * doc/autoconf.texi (Limitations of Make): Update documentation
9865         for `$<'.  New entry `Long lines', based on a report from Simon
9866         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
9867         paragraph about DJGPP, based on a mail from Richard Dawe.
9869 2004-04-20  Paul Eggert  <eggert@twinsun.com>
9871         * tests/c.at (C keywords): Don't assume that GCC supports
9872         "restrict" and "inline", as sufficiently-old GCC versions do not
9873         (also, GCC configured to be in pedantic C89 mode does not).
9874         Problem reported by Sumit Pandya in:
9875         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
9877         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
9878         consider -g to work if it generates warnings when plain compiles
9879         don't.  Problem reported by Braden McDaniel in:
9880         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
9882         * doc/autoconf.texi (Slashes): New section, to document a problem
9883         reported by Jim Meyering in:
9884         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
9886         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
9887         linker output files before linking, to work around IRIX 6 linker bug.
9888         Problem reported by Rainer Orth in:
9889         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
9891 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
9893         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
9894         best tool so far counter rely on the tool path variable name to
9895         avoid checks for one tool being affected by the results of running
9896         the length check on a previous tool.
9898         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
9899         match expression argument, as different greps have different
9900         regular expression flavours.
9901         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
9902         literals.
9903         (AC_PROG_EGREP): Pass 'EGREP$'.
9904         (AC_PROG_GREP): Pass 'GREP$'.
9906 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
9908         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
9909         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
9911 2004-03-29  Paul Eggert  <eggert@twinsun.com>
9913         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
9914         Types, Specific Compiler Characteristics, System Services,
9915         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
9916         etc. consistently instead of 'long', 'short', 'unsigned' etc.
9917         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
9918         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
9919         Likewise.
9920         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
9921         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
9922         AC_TYPE_OFF_T): Likewise.
9923         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
9924         Likewise.
9926         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
9927         pacify libtool 1.5.2.  Fix quoting problems in sed command.
9929 2004-03-28  Paul Eggert  <eggert@twinsun.com>
9931         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
9932         now defines HAVE_DECL_TZNAME if it is declared, when
9933         HAVE_STRUCT_TM_TM_ZONE is not defined.
9934         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
9935         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
9936         for HAVE_TZNAME.
9938 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
9940         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
9941         superfluous backslashing of quotes (") in sed expressions;
9942         thanks to Paul Eggert.
9944 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
9946         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
9947         Fortran compiler is ifort, also added pghpf; thanks to Nelson
9948         H. F. Beebe for the bug report.
9950 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
9952         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
9953         quoted -cmdline argument in Portland Group compiler (bug
9954         reported by Jeffrey J. Barteet).
9956 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9958         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
9959         (Run Time): ... here, where it's now mentioned.
9961 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
9963         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
9964         inherits from language Autoconf-without-aclocal-m4.
9965         (Customizing autom4te): Adjust example; the cache must now be
9966         disabled for language Autoconf-without-aclocal-m4.
9968 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
9969             Nathanael Nerode  <neroden@twcny.rr.com>
9971         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
9972         AC_CHECK_TOOLS): Warn if a cross-tool is found without
9973         a prefix.
9974         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
9975         AC_CHECK_TARGET_TOOLS): New macros.
9976         * doc/autoconf.texi (Generic Programs): Document
9977         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
9978         AC_CHECK_TARGET_TOOLS, and warn for future changes
9979         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
9980         AC_CHECK_TOOLS.
9981         (Specifying Names): Document the reason for these future
9982         behavioral changes.
9983         * tests/mktests.sh: Do not generate tests for the
9984         new macros.
9985         * NEWS: Document these changes.
9987         * doc/autoconf.texi: Avoid macros with unbraced arguments,
9988         they make TeX hang up.
9990 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
9992         * NEWS: New macro AC_CHECK_ALIGNOF.
9993         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
9994         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
9995         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
9996         vowel.
9997         (AC_CHECK_ALIGNOF): New macro.
9998         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
9999         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
10000         those for sizeof.
10002 2004-03-03  Paul Eggert  <eggert@twinsun.com>
10004         * bin/Makefile.am (edit): Don't use $< in a context where
10005         POSIX doesn't require support for it.  Use $@.in instead.
10006         Problem reported by Anthony N. Frasso in
10007         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
10008         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
10010 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
10012         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
10013         from the next generation of Libtool.
10014         * lib/autom4te.in (Autoreconf-preselections): Ditto.
10016 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
10018         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
10019         is not always thread-safe.  Report from Nathanael Nerode.
10021 2004-02-18  Paul Eggert  <eggert@twinsun.com>
10023         Fix a dependencies problem, stemming from a Autoconf 2.59 build
10024         problem on QNX reported by Stephen Rasku in
10025         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
10027         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
10028         $(m4sh_m4f_dependencies); this removes a FIXME.
10029         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
10030         (MAINTAINERCLEANFILES): Split into pieces,
10031         one per related section.  Add $(srcdir)/wrapper.in.
10033 2004-02-09  Paul Eggert  <eggert@twinsun.com>
10035         * doc/autoconf.texi (Setting Output Variables): Emphasize that
10036         AC_SUBST provides no portable way to escape literal newlines.
10038         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
10039         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
10040         Darwin uses -lcrt2.o and there's little point to cataloging all
10041         the system variants.  Partial fix reported by Andreas Waechter in:
10042         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
10043         for bug reported by Nelson H. F. Beebe in:
10044         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
10046 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
10048         * doc/autoconf.texi (AU_DEFUN): Fix English,
10049         suggested by Paul Eggert.
10050         * lib/autoconf/autoupdate.m4: Correct reference to
10051         acobsolete.m4, suggested by Alexandre Duret-Lutz.
10053 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
10055         * bin/autoupdate.in: Define __file__ so that warnings
10056         refer to the correct file.
10057         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
10058         the behavior of the third argument.
10059         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
10060         correctly the behavior of the third argument.  Document
10061         what the three macros that AU_DEFUN defines do.  Fix
10062         warning message when the third argument includes $0
10063         (reported by Alexandre Duret-Lutz).
10065 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
10066             Eric Sunshine  <sunshine@sunshineco.com>
10067             Paul Eggert  <eggert@twinsun.com>
10069         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
10070         (AS_INIT): Output shell initialization there. Removed optional
10071         parameter. Expand _AS_SHELL_FN_SPY.
10072         (AS_INIT_WITH_SHELL_FN): Removed.
10073         (_AS_SHELL_FN_SPY): New macro.
10074         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
10075         macros.
10076         (AS_SHELL_SANITIZE): Remove loop to find better shell
10077         and documentation for the parameter.
10078         (_AS_DETECT_BETTER_SHELL): Move it here.
10079         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
10080         (_AS_RUN): Move it here, support testing with eval.
10081         (AS_REQUIRE_SHELL_FN): Require shell functions when
10082         it is used.
10083         (_AS_LINENO_WORKS): Put around braces, we do not
10084         trigger the bash bug anymore.
10085         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
10086         use AS_INIT_WITH_SHELL_FN.
10087         * bin/autoconf.in, tests/wrapper.in: Regenerated.
10089 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
10091         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
10092         * doc/autoconf.texi: Don't say that the third parameter
10093         is broken.
10094         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
10095         (AU_DEFUN): Honor the third parameter, create autoupdate
10096         macros with AU_DEFINE.
10097         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
10098         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
10099         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
10100         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
10101         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
10102         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
10103         AC_XENIX_DIR): Likewise.
10104         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
10105         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
10106         * lib/autoconf/status.m4: Remove FIXME.
10107         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
10108         that the macro is not present anymore in the updated
10109         configure.ac.
10110         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
10111         of autoupdate.
10113 2004-01-28  Paul Eggert  <eggert@twinsun.com>
10115         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
10116         copyright years.
10117         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
10118         2003 (except 1997) to the list of copyright years.  This undoes
10119         the 2003-05-22 change, which removed the older years from the list.
10120         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
10122 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
10123             Albert Chin-A-Young  <china@thewrittenword.com>
10125         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
10126         grep or ggrep program in PATH that accepts as long lines as
10127         possible.
10128         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
10129         AC_PROG_GREP.
10130         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
10131         egrep and fgrep respectively if $GREP -E/-F don't work.
10132         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
10133         _AC_PROG_GREP, and AC_PROG_SED.
10134         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
10135         longest input length accepted by a command.
10136         (AC_PROG_SED): Use it.
10137         * doc/autoconf.texi (Particular Programs): Document the changes.
10138         * NEWS: Updated.
10140 2004-01-27  Paul Eggert  <eggert@twinsun.com>
10142         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
10143         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10144         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
10145         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
10147         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
10148         bin/autoconf.in, config/Makefile.in, config/config.guess,
10149         config/config.sub, config/install-sh, config/mdate-sh,
10150         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
10151         lib/Makefile.in, lib/Autom4te/Makefile.in,
10152         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
10153         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
10154         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
10155         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
10156         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
10157         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
10158         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
10159         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
10160         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
10161         tests/actypes.at: Regenerate and/or sync with original
10162         sources.
10164 2004-01-26  Paul Eggert  <eggert@twinsun.com>
10166         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
10167         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
10168         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
10169         not <inttypes.h>.  Problem reported by Tim Mooney in
10170         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
10171         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
10172         Likewise.
10174         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
10175         otherwise "make check" fails because it forbids cmp (I guess
10176         because cmp treats files as binary on DOS-like systems).
10178         * tests/mktests.sh: Update copyright date to 2004, since some tests
10179         have changed in 2004.
10181 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
10183         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
10184         non-truncating sed or gsed program in PATH.
10185         * tests/acprograms.at: Add it.
10186         * doc/autoconf.texi (Particular Programs): Document it.
10187         * NEWS: Updated.
10189 2004-01-15  Paul Eggert  <eggert@twinsun.com>
10191         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
10192         -std1 disables some useful extensions on Tru64.  Problem reported
10193         by N. Lichtmaier in
10194         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
10196 2004-01-14  Paul Eggert  <eggert@twinsun.com>
10198         * doc/autoconf.texi (Programming in M4sh): Document that
10199         AS_MKDIR_P succeeds if the destination is a symbolic link
10200         to an existing directory.
10201         (Limitations of Usual Tools): Note that mkdir -p might not
10202         succeed on symlinks to directories.
10204 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
10206         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
10207         * bin/autoheader.in: Grammar fix in message.
10208         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
10209         Test for dir before calling mkdir -p.  (trivial changes)
10211 2004-01-13  Eric Blake  <ebb9@byu.net>
10213         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
10214         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
10216 2004-01-10  Jim Meyering  <jim@meyering.net>
10218         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
10220 2004-01-09  Paul Eggert  <eggert@twinsun.com>
10222         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
10223         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
10224         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
10225         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
10226         AC_COMPILE_IFELSE, since we now assume our caller invokes
10227         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
10228         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
10229         of AC_RUN_IFELSE; this avoids the warning mentioned above.
10230         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
10232 2004-01-07  Paul Eggert  <eggert@twinsun.com>
10234         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
10235         `"'...'"`, as it's confusing (and I suspect it may not work on
10236         some platforms).  The code was incorrect anyway, as it assumed
10237         that \$ evaluated to itself in that context.  Reported by
10238         Alexandre Duret-Lutz.
10240 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
10242         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
10243         and _LT_AC_TAGCONFIG.
10245 2004-01-06  Paul Eggert  <eggert@twinsun.com>
10247         * doc/autoconf.texi (One Macro Call): Fix an incorrect
10248         example, and add more examples.  Reported by Eric Sunshine.
10250 2004-01-05  Paul Eggert  <eggert@twinsun.com>
10252         * doc/autoconf.texi (Limitations of Usual Tools):
10253         Remove warning against "rm -fr" introduced yesterday; it
10254         was a false alarm.
10256         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
10257         autoscan, autoupdate, ifnames): Don't use chmod -w.
10258         * lib/Makefile.am (autom4te.cfg): Likewise.
10259         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
10260         "chmod -w".
10262 2004-01-04  Paul Eggert  <eggert@twinsun.com>
10263             Paolo Bonzini  <bonzini@gnu.org>
10265         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
10266         by doing lineno substitution only on lines containing "$LINENO".
10268 2004-01-04  Paul Eggert  <eggert@twinsun.com>
10270         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
10271         Use "rm -f" to remove conftest.sed, not plain "rm".
10272         Bug reported by David Relson in
10273         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
10275         * Makefile.am (autom4te-update):
10276         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
10277         * Makefile.maint (my-distcheck, do-po-update): Likewise.
10278         * doc/autoconf.texi (Guidelines): Likewise.
10279         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
10280         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
10281         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
10282         * lib/autotest/general.m4 (AT_INIT): Likewise.
10283         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
10284         * tests/Makefile.am (clean-local): Likewise.
10285         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
10286         srcdir): Likewise.
10287         * doc/autoconf.texi (Limitations of Usual Tools):
10288         Warn against "rm -fr".
10290 2004-01-03  Paul Eggert  <eggert@twinsun.com>
10292         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
10293         -c -o might not work.  From a suggestion by Kevin Ryde.
10294         (C Compiler, Generating Sources, Limitations
10295         of Usual Tools, Limitations of Make, Making testsuite Scripts):
10296         Don't put '-o' after non-options, as POSIX doesn't allow this.
10297         Mention that cc's name might be gcc or c89 or whatever.
10299 2004-01-04  Kevin Ryde  <user42@zip.com.au>
10301         * doc/autoconf.texi: Add various further index entries.
10303 2003-12-29  Paul Eggert  <eggert@twinsun.com>
10305         * bin/autoreconf.in (autoreconf_current_directory):
10306         Fix typo: mkdir without umask arg.
10308 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
10310         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
10311         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
10312         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
10313         explanation clearer.
10315 2003-12-24  Andreas Schwab  <schwab@suse.de>
10317         * doc/autoconf.texi (Default Includes): Fix misspelling of
10318         AC_INCLUDES_DEFAULT.
10320 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
10322         * configure.ac: Test if sh -n works.
10323         * configure: Regenerate.
10324         * tests/atlocal.in: Store the result here.
10325         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
10326         tools.at, looking in atlocal's ac_cv_sh_n_works instead
10327         of explicitly testing.
10328         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
10329         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
10330         * tests/tools.at (Syntax of the shell scripts): Simplify
10331         using AT_CHECK_SHELL_SYNTAX.
10332         (Syntax of the Perl scripts): Remove definition of
10333         AT_CHECK_PERL_SYNTAX.
10335 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
10337         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
10338         stderr to /dev/null.
10339         * bin/autoconf.in: Regenerate.
10340         * bin/wrapper.in: Regenerate.
10342 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
10344         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
10345         Extracted from AS_SHELL_SANITIZE.
10346         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
10347         macros.
10348         (AS_SHELL_SANITIZE): Move reinvocation code from
10349         _AS_LINENO_WORKS, use it to find out if shell
10350         functions work.
10351         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
10352         does not work.
10353         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
10354         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
10355         was called.
10356         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
10357         * bin/autoconf.in: Regenerate.
10358         * tests/wrapper.in: Regenerate.
10359         * tests/tools.at: Test the syntax of tests/autoconf
10360         and tests/testsuite.
10362 2003-11-24  Akim Demaille  <akim@epita.fr>
10364         * config/announce-gen (&print_locations, &print_signatures)
10365         (&sizes): New.
10366         Use them.
10367         No longer rely on Gnus to inline the list of signatures: compute
10368         them on the fly.
10370 2003-11-24  Akim Demaille  <akim@epita.fr>
10372         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
10373         override some files.
10374         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
10375         From Debian Autoconf 2.58.
10377 2003-11-24  Akim Demaille  <akim@epita.fr>
10379         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
10380         uses.
10381         From Debian Autoconf 2.58.
10383 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
10385         * TODO: Remove already done things.  Update the part about finding
10386         tools for the target.
10388 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
10390         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
10391         Make wording more consistent.
10392         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
10393         Explain the transition better.
10394         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
10395         the transition better.
10397 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
10399         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
10400         parameter of AU_DEFUN.
10401         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
10402         (AU_DEFUN): Remove the third parameter, it was not used.
10403         Use AC_DEFUN directly, not AU_DEFINE.
10404         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
10405         the expanded body, consistently with other macros such as AC_USG.
10407 2003-11-17  Paul Eggert  <eggert@twinsun.com>
10409         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
10410         into the initial confdefs.h, to work around a bug in NextStep 3.3
10411         patch 3 reported by Eric Sunshine.
10413 2003-11-15  Kevin Ryde  <user42@zip.com.au>
10415         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
10416         than $target since the latter is not usual, add guidelines on when to
10417         use or not use the system type.
10419 2003-11-12  Derek Price  <derek@ximbiot.com>
10421         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
10422         typo misrepaired by an auto-spellcheck.
10424 2003-11-12  Akim Demaille  <akim@epita.fr>
10426         * bin/autoreconf.in (&parse_args): Don't call automake with
10427         --force-missing unless it actually supports it.
10428         From Debian #219336.
10430 2003-11-12  Akim Demaille  <akim@epita.fr>
10432         * configure.ac: Bump to 2.59a.
10433         Require 2.59.
10435 2003-11-06  Akim Demaille  <akim@epita.fr>
10437         Version 2.59.
10439 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
10441         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
10442         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
10443         and ac_abs_top_srcdir are absolute paths.
10444         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
10446 2003-11-05  Akim Demaille  <akim@epita.fr>
10448         * configure.ac: Bump to 2.58a.
10450 2003-11-05  Kevin Ryde  <user42@zip.com.au>
10452         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
10453         it provokes a warning from makeinfo about looking like a cross
10454         reference in info output.
10456         * doc/autoconf.texi (Function Portability): Add notes on signal
10457         handler return type, as per AC_TYPE_SIGNAL.
10459 2003-11-04  Akim Demaille  <akim@epita.fr>
10461         Version 2.58.
10462         * doc/standards.texi: Update from master.
10464         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
10466 2003-11-04  Akim Demaille  <akim@epita.fr>
10468         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
10469         computing the absolute path to d1 in the source hierarchy: it may
10470         not exist at all.  So don't cd into it.
10471         From Alexandre Duret-Lutz.
10472         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
10474         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
10475         From Paul Eggert, but named after Perl's IO::Spec->catfile.
10476         * doc/autoconf.texi (Programming in M4sh): Document.
10477         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
10479 2003-11-03  Pavel Roskin  <proski@gnu.org>
10481         * doc/autoconf.texi (Generic Structure Checks): Describe
10482         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
10484 2003-10-31  Akim Demaille  <akim@epita.fr>
10486         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
10487         (GNU Fortran): New.
10488         * doc/autoconf.texi (Language Choice): Document.
10489         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
10490         the current language is Fortran.
10492 2003-10-31  Akim Demaille  <akim@epita.fr>
10494         * bin/autom4te.in (&freeze): Use a less likely warning separator
10495         than `\n\n', so that `\n\n\n' is valid in warnings.
10496         Reported by Steve Huston.
10498 2003-10-28  Akim Demaille  <akim@epita.fr>
10500         * Makefile.cfg (local_updates, executable-update): Tweak to be
10501         robust to parallel makes.
10502         Suggested by Alexandre Duret-Lutz.
10504 2003-10-27  Akim Demaille  <akim@epita.fr>
10506         * Makefile.cfg (executable-update): New.
10507         (local_updates): Call it.
10509 2003-10-27  Akim Demaille  <akim@epita.fr>
10511         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
10512         Don't remove core.* as it may remove valid user files.
10513         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
10514         (AC_FUNC_UTIME_NULL): Likewise.
10516 2003-10-23  Akim Demaille  <akim@epita.fr>
10518         Version 2.57g.
10519         * config/config.guess, config/config.sub: Upgrade from masters.
10521 2003-10-23  Akim Demaille  <akim@epita.fr>
10523         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
10524         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
10525         hand...
10527 2003-10-23  Akim Demaille  <akim@epita.fr>
10529         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
10530         Don't forget to remove conftest.err.
10532 2003-10-23  Akim Demaille  <akim@epita.fr>
10534         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
10535         same object file in $LIBOBJS.
10536         Reported by Alexandre Duret-Lutz & Derek Robert Price.
10537         * doc/autoconf.texi (Generic Functions): Adjust.
10539 2003-10-20  Paul Eggert  <eggert@twinsun.com>
10541         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
10542         Use 'eval', so that the resulting configure scripts work even if
10543         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
10545 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
10547         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
10548         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
10549         (_AC_LINK_IFELSE): Check the werror flag.
10550         * doc/autoconf.texi (Generic Compiler Characteristics): Document
10551         AC_LANG_WERROR.
10552         * NEWS: Mention it.
10554 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
10556         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
10557         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
10558         override AC_LINK_IFELSE.
10560 2003-10-15  Paul Eggert  <eggert@twinsun.com>
10562         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
10563         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
10564         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
10565         Mention /usr/dt/bin/dtksh on Solaris.
10566         (Shell Substitutions): Warn about $((...)).
10567         (Parentheses): New section.
10569 2003-10-15  Kevin Ryde  <user42@zip.com.au>
10571         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
10572         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
10574 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10576         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
10577         cross test.
10579 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
10581         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
10582         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
10584 2003-10-10  Andreas Schwab  <schwab@suse.de>
10586         * bin/autoheader.in: Avoid empty first line in --version and
10587         --help output.
10588         * bin/ifnames.in: Likewise.
10590 2003-10-09  Paul Eggert  <eggert@twinsun.com>
10592         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
10593         Issue a more-informative diagnostic.
10594         Problems reported by Eric Sunshine.
10596 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
10598         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
10599         -mGLOB_options_string stuff for Intel ifc, which can cause
10600         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
10601         pattern-matching instead of grep.
10603 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
10605         * doc/autoconf.texi: Document new FC Fortran macros.
10607 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
10609         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
10610         that future autopoint/aclocal/automake/autoreconf will be able
10611         to trace to find where to install local m4 macros.
10612         * doc/autoconf.texi (Input): Document it.
10613         * NEWS: Updated.
10615 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
10617         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
10618         -lcrtbegin.o to list of ignored flags and fix underquoting of
10619         -lcrt[01].o.
10621 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
10623         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
10624         cache variable instead of $G77 to decide whether to include -O2,
10625         since $G77 is specific to Fortran 77.
10627 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
10629         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
10630         free" flag.  Re-order flags tested into rough order of popularity.
10632 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
10634         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
10635         arguments so that it can be used with syntax identical to
10636         AC_PROG_F77, and so that we can more easily decide to
10637         remove/deprecate the DIALECT optional argument in the future if it
10638         proves troublesome.
10639         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
10640         non-freeform-supporting compilers.  Document freeform flags.
10642 2003-10-03  Akim Demaille  <akim@epita.fr>
10644         * configure.ac: Look for emacs, not macs.
10645         Reported by Eric Sunshine.
10647 2003-10-03  Akim Demaille  <akim@epita.fr>
10649         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
10650         * bin/autoreconf.in (autoreconf_current_directory): Create the
10651         AUX_DIR if needed, for sake of automake --add-missing etc.
10652         Suggested by Alexandre Duret-Lutz.
10654 2003-10-03  Akim Demaille  <akim@epita.fr>
10656         * configure.ac: Quotation and formatting changes.
10657         (EMACS): Don't set it if it is not recent enough to support
10658         autoconf-mode.el.
10659         From Eric Sunshine.
10661 2003-10-02  Akim Demaille  <akim@epita.fr>
10663         * bin/ifnames.in (&scan_file): Skip C++ comments.
10664         From Jeremy Yallop.
10666 2003-10-01  Pavel Roskin  <proski@gnu.org>
10668         * doc/autoconf.texi (Particular Structure Checks):
10669         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
10671 2003-10-01  Akim Demaille  <akim@epita.fr>
10673         Version 2.57f.
10675 2003-09-30  Paul Eggert  <eggert@twinsun.com>
10677         * lib/Autom4te/XFile.pm: Use Errno.
10678         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
10679         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
10681 2003-09-30  Akim Demaille  <akim@epita.fr>
10683         * config/announce-gen (&print_news_deltas): Extracted from...
10684         (&print_changelog_deltas): here.
10685         (&news_file): Rename as...
10686         (@news_file): this.
10688 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
10690         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
10691         have been created when invoking the compiler.
10692         * tests/fortran.at (GNU Fortran 77): Quote $G77.
10694 2003-09-29  Akim Demaille  <akim@epita.fr>
10696         Version 2.57e.
10698         * config/mkinstalldirs: Upgrade.
10700 2003-09-28  Paul Eggert  <eggert@twinsun.com>
10702         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
10703         Problem reported by Lars J. Aas in
10704         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
10705         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
10706         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
10707         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
10709 2003-09-26  Akim Demaille  <akim@epita.fr>
10711         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
10712         directory for AC_CONFIG_COMMANDS' first argument exists.
10713         This makes valid the invocation of _AC_SRCPATH that follows.
10714         Reported by Eric Sunshine.
10715         * doc/autoconf.texi (Configuration Commands): Adjust.
10717 2003-09-26  Akim Demaille  <akim@epita.fr>
10719         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
10720         Reported by Ralf Corsepius.
10722 2003-09-26  Akim Demaille  <akim@epita.fr>
10724         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
10725         arguments.
10726         Actually, use AU_ALIAS.
10727         From Bruno Haible.
10729 2003-09-26  Paul Eggert  <eggert@twinsun.com>
10731         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
10732         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
10733         Problem reported by Eric Sunshine in:
10734         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
10736 2003-09-26  Akim Demaille  <akim@epita.fr>
10738         The test suite are sometimes assigning timings incorrectly.
10739         Reported by Henk Krus.
10740         Diagnosed by Nicolas Joly.
10742         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
10743         AT_help_all.
10744         Instead of making AT_help a sequence of assignments to grow
10745         $at_help_all, just make AT_help_all be the growing contents of
10746         $at_help_all, and make a single assignment in...
10747         (AT_INIT): here.
10748         (at_times_skip): Flip the meaning and rename as...
10749         (at_times_p): this.
10750         (AT_INIT): When summarizing the test that ran, remove
10751         $at_times_file after use, and check it is present before trying to
10752         use it.
10754 2003-09-25  Akim Demaille  <akim@epita.fr>
10756         Version 2.57d.
10758         * bin/Makefile.am (edit): Handle '@configure_input@'.
10759         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
10760         (ifnames): chmod -w.
10761         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
10762         executables, not bin/ executables!  Otherwise all the magic needed
10763         to find non installed files is turned off.  This caused a failure
10764         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
10765         as found in its environment (sent by tests/autoreconf): pointing
10766         to bin/autom4te that could not find its files.
10767         * tests/mktests.sh: Force the replacement of generated files, for
10768         the sake of "mv" program that are interactive when overwriting a
10769         -w file.
10770         * config/install-sh: Upgrade from CVS Automake.
10772 2003-09-23  Paul Eggert  <eggert@twinsun.com>
10774         * doc/autoconf.texi (Limitations of Builtins): Document test -h
10775         versus test -L issues.
10777 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
10778             Paul Eggert  <eggert@twinsun.com>
10780         Trivial change to support GCC's configuration procedure.
10781         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
10782         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
10783         about inconsistency if the preprocessor is set to give errors for
10784         any warning.
10785         * doc/autoconf.texi (C Compiler Characteristics): Document this.
10787 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
10789         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
10790         and XFile.pm from Automake.
10791         * lib/Autom4te/XFile.pm: Update from Automake.
10793 2003-09-12  Akim Demaille  <akim@epita.fr>
10795         Version 2.57c.
10797 2003-09-12  Akim Demaille  <akim@epita.fr>
10799         * config/config.guess, config/config.sub, config/missing,
10800         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
10801         from masters.
10803 2003-09-12  Akim Demaille  <akim@epita.fr>
10805         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
10806         not asm/types.h.
10808 2003-09-11  Akim Demaille  <akim@epita.fr>
10810         * doc/autoconf.texi (Header Portability): linux/random.h.
10811         From Peter Hendrickson.
10813 2003-09-10  Akim Demaille  <akim@epita.fr>
10815         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
10816         willing to edit the output files.
10818 2003-09-10  Akim Demaille  <akim@epita.fr>
10820         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
10821         and AC_FC_FREEFORM.
10822         * tests/mktests.sh: Skip AC_FC_SRCEXT.
10823         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
10825 2003-09-09  Akim Demaille  <akim@epita.fr>
10827         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
10828         Reported by Gary Vaughan.
10829         * bin/autom4te.in (handle_m4): Likewise.
10831 2003-09-09  Akim Demaille  <akim@epita.fr>
10833         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
10834         trailing files.
10836 2003-09-07  Paul Eggert  <eggert@twinsun.com>
10838         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
10839         Improve the accuracy of the wording about obsolescence.
10840         From a suggestion by Ian Lance Taylor in
10841         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
10843 2003-09-05  Paul Eggert  <eggert@twinsun.com>
10845         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
10846         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
10848 2003-09-04  Akim Demaille  <akim@epita.fr>
10850         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
10851         AC_FUNC_WAIT3.
10853 2003-09-04  Akim Demaille  <akim@epita.fr>
10855         * bin/autom4te.in: Use &fatal where more appropriate than &error.
10856         (freeze): When exiting, use $exit_code.
10857         * lib/autoconf/fortran.m4: Comment changes.
10859 2003-09-04  Akim Demaille  <akim@epita.fr>
10861         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
10863 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
10865         Add support for newer Fortran dialects.  The F77 interface is
10866         unchanged, and continues to support Fortran 77.  New FC macros
10867         correspond to all the old F77 macros, with output variables FC,
10868         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
10869         available dialect, but older dialects can be specified.  There are
10870         new macros AC_FC_SRCEXT to set the source extension, and
10871         AC_FC_FREEFORM to accept free-form source files.
10873         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
10874         New macros.
10875         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
10876         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
10877         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
10878         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
10879         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
10880         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
10881         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
10882         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
10883         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
10884         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
10885         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
10886         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
10887         AC_FC_SRCEXT, AC_FC_FREEFORM):
10888         New macros.
10889         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
10890         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
10891         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
10892         Rewrite in terms of the above.
10893         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
10894         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
10895         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
10896         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
10898 2003-09-02  Paul Eggert  <eggert@twinsun.com>
10900         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
10901         Document problems with timestamp resolution that 'make', 'cp -p', and
10902         'touch -r' have.
10904 2003-08-27  Akim Demaille  <akim@epita.fr>
10906         * tests/m4sugar.at (cross_warning): Make sure to enable the
10907         output, so that we can track spurious m4sugar output.
10908         * tests/local.at: Require 2.57.
10909         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
10910         are defaulted by AT_CHECK anyway.
10911         Use AT_CHECK_AUTOM4TE.
10912         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
10913         missing dnl.
10915 2003-08-27  Akim Demaille  <akim@epita.fr>
10917         * bin/autoheader.in: Issue the "Using auxiliary..." message only
10918         when -Wobsolete is set.
10919         Set it on by default.
10920         Suggested by Klee Dienes.
10922 2003-08-27  Akim Demaille  <akim@epita.fr>
10924         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
10925         documentation.
10926         From Guido Draheim.
10928 2003-08-26  Akim Demaille  <akim@epita.fr>
10930         * doc/autoconf.texi (Output): Make clear that one can run code
10931         after AC_OUTPUT.
10933 2003-08-25  Akim Demaille  <akim@epita.fr>
10935         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
10936         CVS Bison.
10938 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
10940         * bin/autoreconf.in (parse_args): Do not pass --no-force to
10941         Automake versions prior to 1.8.
10943 2003-08-25  Akim Demaille  <akim@epita.fr>
10945         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
10946         From Ville Karaila.
10948 2003-08-24  Akim Demaille  <akim@epita.fr>
10950         * configure.ac: Bump to 2.57c.
10952 2003-08-22  Akim Demaille  <akim@epita.fr>
10954         Version 2.57b.
10956         * Makefile.cfg (local-checks-to-skip): New.
10957         * Makefile.maint (local-check): Rename as...
10958         (local-checks-available): this.
10959         (local-check): New.
10961         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
10962         * configure.ac: Require Automake 1.7.6.
10964 2003-08-22  Akim Demaille  <akim@epita.fr>
10966         Output stack traces in warnings.
10968         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
10969         Replace the former...
10970         (m4_warn): Pass the call stack to _m4_warn.
10971         * bin/autom4te.in: Adjust to output the call stack.
10972         * tests/m4sugar.at (m4@&t@_warn): Adjust.
10974 2003-08-22  Akim Demaille  <akim@epita.fr>
10976         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
10977         * bin/autom4te.in: Adjust.
10979 2003-08-21  Akim Demaille  <akim@epita.fr>
10981         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
10982         (&verbose): Remove.
10983         (&getopt): Adjust the note and verb channels, depending upon
10984         --verbose.
10985         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
10986         * bin/autoupdate.in: Adjust.
10987         Use &verb, not &verbose.
10989 2003-08-21  Akim Demaille  <akim@epita.fr>
10991         * bin/autoheader.in (&parse_args): Use &parse_warnings and
10992         &parse_WARNINGS.
10993         ($help): Use Autom4te::ChannelDefs::usage.
10994         * bin/autoscan.in: Use Autom4te::ChannelDefs.
10995         * lib/Autom4te/General.pm: Don't export error: you don't own it.
10997 2003-08-21  Akim Demaille  <akim@epita.fr>
10999         First stab at preserving warnings between calls to autom4te,
11000         including when the cache is used.
11002         There are still several issues: (i) there are too many runs of m4
11003         (one for include, one for warnings, and some more), (ii) warnings
11004         spreading on several lines are not handled gracefully, (iii) the
11005         code meant to have the call stack display for errors does not work
11006         (its handling should move from m4 to autom4te).
11008         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
11009         Use them.
11010         (@preselect): Add m4_warn.
11011         ($exit_status): Remove, use $exit_code.
11012         ($help): Use Autom4te::ChannelDefs::usage.
11013         (&handle_m4): No longer define the m4_warnings.
11014         At each run, extract and report the warnings.
11015         Always cache the result, including if the exit status is on
11016         failure, since if nothing changes, we should result in the same
11017         failure, hence we can use the cache.
11018         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
11019         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
11020         Remove.
11021         (m4_warn): Redefine as a do-nothing: it is its invocation that
11022         matters, as warnings are now reported via traces.
11023         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
11024         the contents of m4_warn: make it _call_ m4_warn, so that tracing
11025         the latter reveals calls to the former.
11027         Adjust the tests.
11029         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
11031 2003-08-21  Akim Demaille  <akim@epita.fr>
11033         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
11034         Use them.
11036 2003-08-21  Akim Demaille  <akim@epita.fr>
11038         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
11039         forward order.
11040         * lib/Autom4te/ChannelDefs.pm: Doc typos.
11041         (&parse_warnings): Accept a list of warning requests.
11042         (&usage): Return a string, not a side effect.
11043         (cross): New warning category.
11045 2003-08-21  Akim Demaille  <akim@epita.fr>
11047         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
11048         (&require_configure_ac): Accept an optional directory argument.
11049         ($configure_ac): Remove.
11050         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
11051         (&catfile): Remove.
11052         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
11053         * bin/autoscan.in: Adjust.
11055 2003-08-20  Akim Demaille  <akim@epita.fr>
11057         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
11058         Reported by Alexandre Duret-Lutz.
11060 2003-08-20  Akim Demaille  <akim@epita.fr>
11062         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
11063         * bin/autom4te: Adjust.
11064         In particular, be Autoconf tools are really silent when properly
11065         working, bind the verbosity of the 'note' channel to $verbose.
11066         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
11067         (&xsystem, &contents): Remove, since they are exported by...
11068         * lib/Autom4te/FileUtils.pm: this.
11069         More perldoc.
11070         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
11071         * lib/Autom4te/FileUtils.pm: here.
11073 2003-08-20  Akim Demaille  <akim@epita.fr>
11075         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
11076         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
11077         from CVS Automake.
11079 2003-08-20  Akim Demaille  <akim@epita.fr>
11081         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
11082         (autom4te-update): New.
11083         * Makefile.cfg (update): Bind autom4te-update.
11085 2003-08-19  Derek Price  <derek@ximbiot.com>
11087         * lib/autotest/general.m4: Comment various HELP_* diversions.
11088         (PARSE_ARGS_BEGIN): New section for option parsing related
11089         initialization.
11090         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
11091         package specific options and associated help.
11093 2003-08-19  Akim Demaille  <akim@epita.fr>
11095         * config/announce-gen, Makefile.cfg: New.
11096         * Makefile.am: Adjust.
11097         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
11099 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
11101         * lib/autom4te.in (Automake-preselections): Preselect
11102         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
11103         and m4_sinclude.
11105 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
11107         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
11108         (Autoconf-without-aclocal-m4): ... this new language.
11109         * doc/autoconf.texi (autom4te Invocation): Mention
11110         Autoconf-without-aclocal-m4.
11112 2003-08-18  Derek Price  <derek@ximbiot.com>
11114         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
11115         RUN-IF-PASS optional arguments.
11117 2003-08-18  Derek Price  <derek@ximbiot.com>
11119         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
11121 2003-08-16  Derek Price  <derek@ximbiot.com>
11123         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
11124         STDOUT & STDERR arguments.
11126 2003-08-14  Derek Price  <derek@ximbiot.com>
11128         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
11129         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
11130         shorter column three.  Add DESCRIPTION to log file content.
11132 2003-08-13  Derek Price  <derek@ximbiot.com>
11134         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
11135         output.
11137 2003-08-12  Derek Price  <derek@ximbiot.com>
11139         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
11140         (AT_CHECK_NOESCAPE): Move core functionality to...
11141         (_AT_CHECK): ...this new macro.
11143 2003-08-07  Derek Price  <derek@ximbiot.com>
11145         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
11146         (AT_CHECK_NOESCAPE): ...to this new macro.
11148 2003-07-31  Paul Eggert  <eggert@twinsun.com>
11150         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
11151         in Bash 2.01.  Problem reported by Brian Gough in
11152         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
11154 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
11156         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
11157         -lcrt1.o, for OS X.  (trivial change)
11159 2003-07-07  Paul Eggert  <eggert@twinsun.com>
11161         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
11162         inside '#ifndef __cplusplus'.  Problem reported by
11163         Bob Friesenhahn.
11165 2003-07-06  Bill Clarke  <llib@computer.org>
11167         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
11168         'long', not 'int', for benefit of Sun's recent C++ compilers
11169         (trivial change).  See:
11170         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
11171         (This really should be 'intptr_t', not 'long', but that would
11172         take more work.)
11174 2003-06-25  Akim Demaille  <akim@epita.fr>
11176         * lib/Makefile.am (autom4te.cfg): Make it read only.
11177         Depend on Makefile since it contains substitutions.
11178         From Paolo Bonzini.
11179         * lib/autom4te.in (args): Add local.at? for Autotest args.
11180         This change was made on autom4te.cfg which is generated.
11181         Reported by Raja R. Harinath.
11183 2003-06-25  Akim Demaille  <akim@epita.fr>
11185         * doc/autoconf.texi (Header Portability): sys/mount.h.
11186         From Gareth McCaughan.
11188 2003-06-23  Akim Demaille  <akim@epita.fr>
11190         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
11191         not all of them.  This fixes 1. the fact that when testing
11192         Autoconf there are many many config.log, 2. the incorrect use of
11193         top_srcdir to find config.log.
11194         Don't mix the detailed output of failed test with the summary of
11195         failures.  Rather, append detailed log afterwards.
11197 2003-06-23  Akim Demaille  <akim@epita.fr>
11199         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
11200         always run: output config.log on $at_group_log.
11202 2003-06-23  Akim Demaille  <akim@epita.fr>
11204         * tests/torture.at (#define header templates): Don't use quotes in
11205         C++ comments as it puzzles Emacs' sh font-lock-mode.
11207 2003-06-23  Akim Demaille  <akim@epita.fr>
11209         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
11210         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
11211         * tests/atspecific.m4: Rename as...
11212         * tests/local.at: This.
11213         * tests/suite.at: Move the globals into...
11214         * tests/local.at: here.
11215         * tests/Makefile.am: Adjust.
11216         * doc/autoconf.texi (testsuite Scripts): Adjust.
11218 2003-06-21  Kevin Ryde  <user42@zip.com.au>
11220         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
11221         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
11222         ensuring we add -std1 for full-ANSI.
11224         * doc/autoconf.texi (hdrindex): New macro.
11225         Add index entries for portability of various standard header files.
11227 2003-06-20  Akim Demaille  <akim@epita.fr>
11229         * configure.ac: Bump to 2.57b.
11231 2003-06-20  Akim Demaille  <akim@epita.fr>
11233         Version 2.57a.
11235 2003-06-20  Akim Demaille  <akim@epita.fr>
11237         * bin/autom4te.in: Don't rely on $HOME being defined.
11238         Reported by Marc Espie as PR/233.
11240 2003-06-20  Akim Demaille  <akim@epita.fr>
11242         * lib/autotest/general.m4: Use at_times_file only if used.
11243         From Nicolas Joly.
11245 2003-06-20  Akim Demaille  <akim@epita.fr>
11247         * config/config.guess, config/config.sub, config/elisp-comp,
11248         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
11249         Update from masters.
11251 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
11253         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
11254         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
11255         (TEST_SCRIPT): New diversion.
11256         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
11257         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
11258         (AT_INIT): Support for expected failures.
11260 2003-06-02  Akim Demaille  <akim@epita.fr>
11262         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
11263         changes.
11264         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
11265         Autoconf nor Automake.
11266         (&contents): New, from Automake.
11267         PODify.
11269 2003-05-28  Paul Eggert  <eggert@twinsun.com>
11271         * NEWS, doc/autoconf.texi (Particular Functions),
11272         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
11273         is the inverse of localtime.
11275 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
11277         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
11278         (handle_exec_errors): New function.  Work around $! being
11279         altered by WEXITSTATUS.
11280         (xqx, xsystem): Use handle_exec_errors.
11282 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
11284         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
11285         Do not call `_exit()', simply modify `$?'.
11286         (xsystem): Reset $! before running system, and check it afterward.
11287         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
11288         63 for version mismatches.
11290 2003-05-23  Akim Demaille  <akim@epita.fr>
11292         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
11293         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
11294         the middle of a line).
11295         * lib/m4sugar/m4sugar.m4: Likewise.
11296         Remove useless spaces in comments.
11298 2003-05-23  Akim Demaille  <akim@epita.fr>
11300         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
11301         exit 63, so that we (or Automake's "missing") can tell the
11302         difference with a plain failure.
11303         * doc/autoconf.texi (Notices): Adjust.
11305 2003-05-23  Akim Demaille  <akim@epita.fr>
11307         * Makefile.am, bin/Makefile.am, config/Makefile.am,
11308         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
11309         White spaces cleanup.
11311 2003-05-22  Jim Meyering  <jim@meyering.net>
11312             Paul Eggert  <eggert@twinsun.com>
11314         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
11315         Remove `#include <stdlib.h>' from the list; we should never
11316         make confdefs.h include <stdlib.h> or <cstdlib>, because the
11317         resulting namespace pollution would cause other tests to fail.
11318         Configure scripts run with some older versions of g++ and HP's
11319         aCC would fail due to such an #include.  Problems reported by
11320         Matthew Mueller in <http://bugs.debian.org/120704> and by
11321         Keith Bostic in
11322         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
11323         In the test, use the test declaration before including <stdlib.h>,
11324         as that's closer to how it'll be used.
11326 2003-05-23  Akim Demaille  <akim@epita.fr>
11328         * doc/autoconf.texi (Header Portability): ucred.h.
11329         From Ian Redfern.
11331 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
11333         Overhaul Autotest's logging: generate separate log files
11334         in testsuite.dir/NNN/testsuite.log, and append them to
11335         testsuite.log instead of re-running the test verbosely.
11337         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
11338         file descriptor, write 0 to at_status_file instead of setting
11339         at_status=0, initialize some new variables (at_status_file,
11340         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
11341         to rerun the tests, instead append the at_group_log to the
11342         at_suite_log when a test fails.
11343         (AT_SETUP): pipe the test case's output into at_tee_pipe,
11344         with the AS_MESSAGE_LOG_FD redirected to stdout.
11345         (AT_CLEANUP): save the output status in $at_status_file
11346         and restore it, redirect the AS_MESSAGE_LOG_FD back to
11347         its original place.
11348         (AT_CHECK): since tests are run with a redirected stdout,
11349         and used to be re-run in verbose mode, turn some $at_verbose
11350         into echo, and don't redirect the output of testing stdout
11351         and stderr.
11353         * lib/autotest/autoconf.texi (testsuite Scripts): Update
11354         the name of the debugging directory and information about
11355         its contents.
11357 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
11359         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
11360         parameter.
11362 2003-05-22  Akim Demaille  <akim@epita.fr>
11364         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
11365         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
11366         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
11367         * lib/autoconf/status.m4: Fix and adjust copyright notices.
11369 2003-05-22  Akim Demaille  <akim@epita.fr>
11371         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
11372         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
11373         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
11374         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
11375         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
11376         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
11377         * lib/autoconf/status.m4, lib/autoconf/types.m4,
11378         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
11379         * tests/atspecific.m4, tests/base.at, tests/compile.at,
11380         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
11381         * tests/tools.at, tests/torture.at:
11382         Whitespace clean up.
11383         Suggested by Jim Meyering.
11385 2003-05-22  Akim Demaille  <akim@epita.fr>
11387         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
11388         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
11389         Reported by Jim Meyering.
11391 2003-05-22  Akim Demaille  <akim@epita.fr>
11393         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
11394         Add AC_HELP_STRING  to the obsolete macros section.
11395         Typos.
11396         Use '@.' for sentences that ended in a capital letter.
11397         From Art Haas.
11399 2003-05-22  Akim Demaille  <akim@epita.fr>
11401         * config/config.guess, config/config.sub, config/elisp-comp,
11402         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
11403         * config/texinfo.tex, doc/standards.texi: Update from masters.
11405 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
11407         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
11408         it to eval.
11410 2003-05-21  Akim Demaille  <akim@epita.fr>
11412         * bin/autoupdate.in ($m4): Fix quotation.
11413         Reported by Martin Mokrejs.
11415 2003-05-19  Paul Eggert  <eggert@twinsun.com>
11417         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
11418         Remove non-ASCII characters.
11420 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
11422         * tests/semantics.at (AC_SEARCH_LIBS): New test.
11423         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
11424         AC_CHECK_HEADERS_NEW): New tests.
11426 2003-05-17  Akim Demaille  <akim@epita.fr>
11428         * lib/autoconf/functions.m4: Use the default includes so that
11429         memcmp be declared before being tested.
11430         Reported by Sander Niemeijer.
11431         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
11432         * doc/autoconf.texi (Default Includes): Document
11433         AC_INCLUDES_DEFAULT.
11435 2003-05-17  Akim Demaille  <akim@epita.fr>
11437         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
11438         * doc/autoconf.texi (Obsolete Macros): Adjust.
11439         Reported by Werner LEMBERG and Debian Bug 190886.
11441 2003-05-16  Akim Demaille  <akim@epita.fr>
11443         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
11444         user name space clashes.
11445         Reported by Bruno Haible.
11447 2003-05-16  Akim Demaille  <akim@epita.fr>
11449         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11450         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
11451         them uniform, and more robust to Perl special characters.
11452         Reported by Martin Mokrejs.
11454 2003-05-14  Akim Demaille  <akim@epita.fr>
11456         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
11458 2003-05-14  Akim Demaille  <akim@epita.fr>
11460         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
11461         linux/irda.h.
11463 2003-05-12  Akim Demaille  <akim@epita.fr>
11465         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
11466         message.
11467         From Matthias Andree.
11469 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
11471         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
11472         and truncate.
11474 2003-05-06  Akim Demaille  <akim@epita.fr>
11476         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
11477         longer updates aclocal.m4 if useless, (ii) if a file m4_included
11478         by aclocal.m4 is changed it might require the importing of another
11479         m4 extension file, i.e., aclocal must be run.
11481         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
11482         (&parse_args): Use --force with aclocal if required and supported.
11483         (&autoreconf_current_directory): Use &run_aclocal.
11485 2003-05-06  Akim Demaille  <akim@epita.fr>
11487         Lock autom4te's cache.
11489         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
11490         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
11491         argument instead of a file name, so that the request file remains
11492         open during the whole autom4te run.
11493         ($icache_file): New.
11494         (&freeze): Lock the $icache_file.
11496 2003-04-29  Derek Price  <derek@ximbiot.com>
11498         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
11499         seperator with m4_append_uniq().  It doesn't work.
11500         (AT_CLEANUP): Add `;' to end of at_help_all.
11501         (AT_INIT): Allow --keywords to be specified more than once.  When
11502         grepping $at_help_all for keywords, use the field and keyword
11503         seperators to ensure a complete keyword match.  Alter at_prev handling
11504         to support the new --keywords behavior.
11506 2003-04-27  Karl Berry  <karl@freefriends.org>
11508         * doc/autoconf.texi: Make the dir entries in the autoconf manual
11509         align better with others.  I also made some of the individual
11510         entries on one line, for brevity and to make it easier for me to
11511         sort my dir-example file in the Texinfo distribution :).
11513 2003-04-12  Jim Meyering  <jim@meyering.net>
11515         * NEWS: Mention the new macro.
11516         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
11517         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
11518         * tests/c.at: Test AC_C_RESTRICT.
11519         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
11521 2003-04-08  Akim Demaille  <akim@epita.fr>
11523         * bin/ifnames.in: Skip C++ comments.
11524         From Jeremy Yallop.
11526 2003-04-08  Akim Demaille  <akim@epita.fr>
11528         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
11529         From Ilya Zakharevich.
11531 2003-04-08  Akim Demaille  <akim@epita.fr>
11533         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
11534         net/if.h, stdlib.h.
11536 2003-04-01  Derek Price  <derek@ximbiot.com>
11538         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
11539         from Akim's checkin of 2003-03-29.
11541 2003-04-01  Derek Price  <derek@ximbiot.com>
11543         * tests/torture.at (Configuring subdirectories): Add missing
11544         close-quote for Akim's change from 2003-03-28.
11546 2003-04-01  Akim Demaille  <akim@epita.fr>
11548         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
11549         (AC, AT, MS): these.
11550         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
11551         New.
11552         Use them.
11553         * doc/Makefile.am (CLEANFILES): Adjust.
11554         (TEXI2DVI): Make it --batch.
11556 2003-03-31  Derek Price  <derek@ximbiot.com>
11558         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
11559         which removed the main loop.
11560         Thanks to Akim Demaille.
11562 2003-03-29  Akim Demaille  <akim@epita.fr>
11564         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
11565         that starts a GUI.
11566         From Ilya Zakharevich.
11568 2003-03-29  Akim Demaille  <akim@epita.fr>
11570         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
11571         documentation to read is Autoconf's.
11572         Suggested by Paul Eggert.
11574 2003-03-28  Akim Demaille  <akim@epita.fr>
11576         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
11577         reading the section "Present But Cannot Be Compiled" when the
11578         header causes problems.
11580 2003-03-28  Akim Demaille  <akim@epita.fr>
11582         * tests/torture.at (Configuring subdirectories): Require aclocal
11583         1.4, otherwise the test fails, as it does support configure.ac.
11584         This fixes the "test 40 failed" bug reports.
11586 2003-03-28  Akim Demaille  <akim@epita.fr>
11588         * doc/autoconf.texi (C Compiler): `#line' portability.
11589         From Paul Eggert and Nelson H. F. Beebe.
11591 2003-03-27  Derek Price  <derek@ximbiot.com>
11593         * lib/autotest/general.m4: Eliminate main loop and reorganize test
11594         layout in order to allow scripting around test groups.
11596 2003-03-27  Derek Price  <derek@ximbiot.com>
11598         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
11599         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
11600         use new diversions in preparation for accepting new arguments and
11601         allowing scripting around tests.
11602         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
11604 2003-03-26  Derek Price  <derek@ximbiot.com>
11606         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
11607         obsolete AC_HELP_STRING.
11608         (AC_HELP_STRING): AU_DEFUN to...
11609         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
11610         * tests/m4sh.at (AS_HELP_STRING): New test.
11612         * tests/acgeneral.at: Regenerated.
11614 2003-03-26  Derek Price  <derek@ximbiot.com>
11616         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
11617         sense.  Verbosify the diversion definitions comment.
11619 2003-03-26  Derek Price  <derek@ximbiot.com>
11621         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
11622         AS_PREPARE.
11624 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
11626         * doc/autoconf.texi (Present But Cannot Be Compiled):
11627         Grammar fixes and minor rewording. (trivial change)
11629 2003-03-06  Paul Eggert  <eggert@twinsun.com>
11631         Work around a problem noted by Nelson H. F. Beebe with coreutils
11632         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
11633         2002/05/09) rejects '#line 32768 "configure"' because the line
11634         number overflows.
11635         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
11636         #line directives.
11637         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
11638         * doc/autoconf.texi (Generating Sources): Document this.
11640 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
11642         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
11643         file name for the m4 program, when it has an "exe" file extension.
11644         DJGPP's error messages include the error code in brackets -
11645         remove the error code during normalization.
11647 2003-02-28  Akim Demaille  <akim@epita.fr>
11649         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
11651 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
11653         * doc/autoconf.texi (Limitations of Make): Remove the section
11654         about `$<' in inference rules, it was a bogus interpretation of
11655         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
11656         Tru64 make in the "target lookup" section.
11657         (Automake): Automake 1.5+ no longer requires special tools to be
11658         present on the developer's host.
11660 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
11662         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
11663         to a shell that can handle redirection or quoting correctly.
11664         Override SHELL with the shell detected by configure.
11665         Use of $^O suggested by Tim van Holder.
11666         * bin/autom4te.in (BEGIN): Likewise.
11667         * bin/autoreconf.in (BEGIN): Likewise.
11668         * bin/autoscan.in (BEGIN): Likewise.
11669         * bin/autoupdate.in (BEGIN): Likewise.
11670         * bin/ifnames.in (BEGIN): Likewise.
11672         * bin/ifnames.in: Add final newline to help and version messages.
11674         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
11675         to cope with DOS-style absolute paths, when constructing
11676         ${ac_make}.
11678         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
11679         When constructing paths with IFS=:, quote the path. If we're
11680         constructing a DOS-style absolute path, we don't want to split it
11681         on the colon.
11683         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
11684         in description.
11686 2003-02-25  Pavel Roskin  <proski@gnu.org>
11688         * bin/autoheader.in: Add missing newline when printing
11689         suggestion how change AC_DEFINE call.
11691 2003-02-24  Paul Eggert  <eggert@twinsun.com>
11693         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
11694         2002-09-01 patch by replacing "test -n" with "test -z".
11695         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
11696         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
11698         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
11699         to fix a mismatch between example and discussion.
11701 2003-02-24  Kevin Ryde  <user42@zip.com.au>
11703         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
11704         format starting with "-".
11706 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
11708         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
11709         is not portable inside Makefile.
11711 2003-02-20  Akim Demaille  <akim@epita.fr>
11713         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
11714         compiler says yeah, but preproc says nope, compiler is right.
11715         Conversely, prompt the reader to send a bug report to the
11716         maintainers of the package, not of Autoconf.
11718 2003-02-20  Klee Dienes  <kdienes@apple.com>
11720         * bin/autoreconf.in (autoreconf_current_directory): Properly
11721         handle an empty aclocal.m4.
11723 2003-02-20  Akim Demaille  <akim@epita.fr>
11725         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
11726         $ac_prefix_program.
11727         From Larry Jones.
11729 2002-12-23  Paul Eggert  <eggert@twinsun.com>
11731         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
11732         innocuous variant befor including <limits.h> or <assert.h>.  This
11733         works around a bug reported by Albert Chin: HP-UX 11i
11734         (and earlier versions) have a <limits.h> that declares
11735         gettimeofday and many other functions.
11737 2002-12-03  Paul Eggert  <eggert@twinsun.com>
11739         Version 2.57.
11741         * NEWS, configure.ac: Update version.
11743         * doc/fdl.texi: Upgrade to FDL version 1.2.
11745         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
11746         nontrivially in main's body, so that f's external declaration is
11747         not optimized away in AIX.  This should fix the bug reported by
11748         Martin Frydl in
11749         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
11751         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
11752         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
11753         defined, to support freestanding compilers.  This should fix the
11754         bug reported by Momchil Velkov in
11755         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
11757         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
11758         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
11759         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
11760         by Simon Josefsson in
11761         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
11763         * Makefile.maint (www-gnu): New macro.
11764         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
11765         the location has moved.
11767 2002-12-02  Martin Frydl  <martin@systinet.com>
11769         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
11770         \(.*\) match is too long and there is something more to be checked.
11771         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
11773 2002-11-15  Akim Demaille  <akim@epita.fr>
11775         Version 2.56.
11777         * config/install-sh: chmod +x.
11778         From Paul Eggert.
11779         * config/move-if-change: Indenting changes.
11780         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
11781         * configure.ac (AM_INIT_AUTOMAKE): here.
11782         Require 1.7.1.
11784 2002-11-14  Akim Demaille  <akim@epita.fr>
11786         Version 2.55.
11788         * config/config.guess, config/config.sub, config/install-sh:
11789         Update from masters.
11791 2002-11-14  Akim Demaille  <akim@epita.fr>
11793         * Makefile.maint: Sync with Bison, i.e.:
11794         (po-check): Scan .l and .y files instead of the
11795         .c and the .h files that they generate.  This fixes the bug
11796         reported by Tim Van Holder in:
11797         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
11798         Look for N_ as well as for _.  Try to avoid matching #define for
11799         N_ and _.
11800         From Paul Eggert.
11802 2002-11-14  Akim Demaille  <akim@epita.fr>
11804         * doc/autoconf.texi (C Compiler): Compiling several files at once.
11805         From Paul Eggert and Albert Chin-A-Young.
11807 2002-11-14  Akim Demaille  <akim@epita.fr>
11809         * doc/autoconf.texi (C Compiler): Solitary backslashes.
11810         From Paul Eggert and Albert Chin-A-Young.
11812 2002-11-14  Kevin Ryde  <user42@zip.com.au>
11814         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
11815         than assigning in main, to avoid HP cc +O3 optimizing it away.
11817 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
11819         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
11820         option.  Process --recheck after parsing all options.  Pass -q
11821         option to configure on --recheck.
11822         (AC_OUTPUT): Pass -q from configure to config.status.
11823         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
11824         arguments to record.
11825         * doc/autoconf.texi (config.status Invocation): Document
11826         config.status -q option.
11828 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
11830         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
11831         Makefile.in if Makefile.am exists.
11832         (output): Strip `.am' from Makefiles.  Don't
11833         output AC_CONFIG_FILES if no Makefiles were found.
11835 2002-11-07  Akim Demaille  <akim@epita.fr>
11837         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
11838         (local_updates): New.
11839         * Makefile.maint: Update, from CVS Bison.
11840         (local_updates): New.
11842 2002-11-06  Akim Demaille  <akim@epita.fr>
11844         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
11845         declaration in extern "C" too.
11846         Reported by Roberto Bagnara.
11848 2002-11-06  Akim Demaille  <akim@epita.fr>
11850         * tests/torture.at (Configuring subdirectories): Don't use grep
11851         -w.
11852         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
11853         Reported by Ezra Peisach.
11855 2002-11-05  Akim Demaille  <akim@epita.fr>
11857         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
11858         Remove.
11859         We _have_ to stop using the old compatibility scheme that tried to
11860         avoid useless backslashes because Libtool 1.4.3 contains a
11861         AC_DEFINE([error_t], [int],
11862         [Define to a type to use for \`error_t' if it is not
11863         otherwise available.])
11864         We _have_ to quote the single quote and backslashes with \.  The
11865         old compatibility scheme saw that ` was backslashed, and therefore
11866         did not quote the single quote.  Hence before this patch, Autoconf
11867         was not compatible with Libtool.
11869 2002-11-04  Paul Eggert  <eggert@twinsun.com>
11871         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
11872         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
11873         LC_NAME, LC_PAPER, LC_TELEPHONE.
11874         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
11876 2002-11-04  Akim Demaille  <akim@epita.fr>
11878         Version 2.54c.
11880         * Makefile.maint (update, cvs-update, po-update, do-po-update):
11881         New.
11882         * config/texinfo.tex: Update.
11884 2002-11-03  Akim Demaille  <akim@epita.fr>
11886         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
11887         from...
11888         (&autoreconf): here.
11889         ($help, $make, &parse_args, &autoreconf_current_directory):
11890         Support -m/--make.
11891         * doc/autoconf.texi (autoreconf Invocation): Adjust.
11893 2002-10-31  Bruno Haible  <bruno@clisp.org>
11895         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
11896         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
11897         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
11898         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
11899         to ac_cv_func_realloc_0_nonnull.
11900         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
11902 2002-10-31  Akim Demaille  <akim@epita.fr>
11904         The test suite was no longer checking for trailing envvars and files.
11906         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
11907         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
11909 2002-10-31  Akim Demaille  <akim@epita.fr>
11911         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
11912         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
11913         Make variable, not a shell variable.
11914         Suggested by Bruno Haible.
11916 2002-10-31  Akim Demaille  <akim@epita.fr>
11918         * bin/autom4te.in (load_configuration): Reject #args out of any
11919         language.
11921 2002-10-31  Akim Demaille  <akim@epita.fr>
11923         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
11924         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
11925         (_AC_RUN_IFELSE): Use it.
11926         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
11927         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
11928         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
11929         inline it.
11931 2002-10-30  Akim Demaille  <akim@epita.fr>
11933         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
11934         * doc/autoconf.texi (autom4te Invocation): Adjust.
11935         Suggested by Tim van Holder.
11937 2002-10-29  Paul Eggert  <eggert@twinsun.com>
11939         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
11940         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
11941         Problem reported by Bruno Haible.
11943 2002-10-29  Akim Demaille  <akim@epita.fr>
11945         * doc/autoconf.texi (Header Templates): Put also in words what the
11946         pictures says to assist free style readers.
11947         (Customizing autom4te): s/--cache=/--cache /.
11949 2002-10-29  Akim Demaille  <akim@epita.fr>
11951         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
11952         sys/wait.h.
11953         sparc_address_test returns void.
11954         Use it with an argument, as prototyped.
11955         From Bruno Haible.
11957 2002-10-29  Akim Demaille  <akim@epita.fr>
11959         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
11960         configure.in, not configure.ac.
11961         Reported by Bruno Haible.
11963 2002-10-29  Akim Demaille  <akim@epita.fr>
11965         * tests/torture.at (Deep Package): New test.
11966         (Configuring subdirectories): Don't use a testSubDir as Autotest
11967         now does it itself.
11969 2002-10-29  Akim Demaille  <akim@epita.fr>
11971         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
11972         * doc/autoconf.texi (Invoking autom4te): Rename as...
11973         (autom4te Invocation): this, for consistency with the other nodes.
11975 2002-10-29  Akim Demaille  <akim@epita.fr>
11977         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
11978         Reported by Ralf Corsepius.
11980 2002-10-29  Akim Demaille  <akim@epita.fr>
11982         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
11983         characters is a back as an `obsolete' warning now.
11984         Reported by Ralf Corsepius.
11986 2002-10-28  Akim Demaille  <akim@epita.fr>
11988         * configure.ac: Bump to 2.54c.
11990 2002-10-28  Akim Demaille  <akim@epita.fr>
11992         Version 2.54b.
11994         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
11996 2002-10-28  Akim Demaille  <akim@epita.fr>
11998         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
11999         m4 executable names, and different GNU M4 version.
12000         Reported by Ezra Peisach and Paul Jarc.
12002 2002-10-27  Akim Demaille  <akim@epita.fr>
12004         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
12005         AC_RUN_IFELSE.
12007 2002-10-27  Akim Demaille  <akim@epita.fr>
12009         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
12010         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
12011         Die when a simple Fortran program cannot be compiled.
12012         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
12013         Issue a warning if no function is given.
12015 2002-10-27  Akim Demaille  <akim@epita.fr>
12017         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
12018         Move the documentation of AC_TRY_RUN to...
12019         (Obsolete Macros): here.
12020         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
12021         (autoconf Invocation): Remove the duplicates with `invoking
12022         autom4te'.
12023         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
12024         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
12026 2002-10-27  Akim Demaille  <akim@epita.fr>
12028         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
12029         and AC_LANG_FUNC_LINK_TRY.
12030         (Examining Libraries): Rename as...
12031         (Running the Linker): this.
12032         Document AC_LINK_IFELSE.
12033         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
12034         (Obsolete Macros): here.
12035         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
12036         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
12037         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
12038         * lib/autoconf/headers.m4 (AC_USG): Likewise.
12040 2002-10-27  Akim Demaille  <akim@epita.fr>
12042         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
12044         More `check config.log' messages.
12046         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
12047         * doc/autoconf.texi (Printing Messages): Document it.
12048         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
12049         appropriate.
12050         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
12051         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
12052         (_AC_COMPILER_OBJEXT): Likewise.
12053         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
12054         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
12055         Likewise.
12056         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
12057         Likewise.
12059         Deprecate macros with unusual interfaces.
12061         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
12062         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
12064         Document the new ones, and proper style.
12066         * doc/autoconf.texi (Generating Sources): New.
12067         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
12068         (Examining Declarations): Rename as...
12069         (Running the Preprocessor): this.
12070         Document AC_PREPROC_IFELSE.
12071         (Examining Syntax): Rename as...
12072         (Running the Compiler): this.
12073         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
12074         (Obsolete Macros): Move the definition of AC_TRY_CPP and
12075         AC_TRY_COMPILE here.
12077 2002-10-27  Akim Demaille  <akim@epita.fr>
12079         Move sections around.
12081         * doc/autoconf.texi (Customizing autom4te): Remove a lost
12082         sentence.
12083         Reported by Burno Haible.
12084         (Language Choice): Now the first section of...
12085         (Writing Tests): this section.
12086         Make the introduction less C-centric.
12087         (Guidelines, Test Functions): Move to...
12088         (Writing Test Programs): this new section.
12089         (Test Programs): Merge into...
12090         (Run Time): this.
12092 2002-10-27  Akim Demaille  <akim@epita.fr>
12094         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
12095         autom4te.in that resulted in the need for two `make' runs.
12097 2002-10-27  Akim Demaille  <akim@epita.fr>
12099         * configure.ac: Bump to 2.54b.
12101 2002-10-25  Akim Demaille  <akim@epita.fr>
12103         Version 2.54a.
12105         * Makefile.maint: Update from the Coreutils.
12106         (AMTAR): Remove, obsolete.
12107         (automake_repo): Update to redhat.com.
12108         (cvs_file): New.
12109         Adjust to the fact that ansi2knr is now hosted by Automake.
12110         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
12111         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
12112         Update from masters.
12113         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
12114         autoscan.pre is not to be installed, and autoscan.list is not to
12115         be shipped.
12116         (CLEANFILES): Add autoscan.list.
12117         (autoscan.list): Disable the cache.
12118         * bin/Makefile.am: Include freeze.mk.
12120 2002-10-25  Akim Demaille  <akim@epita.fr>
12122         * bin/autom4te.in (&load_configuration): Take the file as
12123         argument.
12124         (&parse_args): Handle -C, --cache.
12125         ($help): Adjust.
12126         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
12127         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
12128         * doc/autoconf.texi (Invoking autom4te): Document --cache.
12129         Now a subsection of...
12130         (Using autom4te): This new section.
12131         (Customizing autom4te): New.
12132         (autom4te.cache): Adjust.
12134 2002-10-25  Akim Demaille  <akim@epita.fr>
12136         * doc/autoconf.texi (Generic Headers): More information on how to
12137         use AC_CHECK_HEADERS.
12139 2002-10-25  Akim Demaille  <akim@epita.fr>
12141         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
12142         Space changes.
12144 2002-10-25  Akim Demaille  <akim@epita.fr>
12146         * bin/autoscan.in (output): Output AC_PREREQ.
12147         (%needed_macros): Add AC_PREREQ so that configure.ac without one
12148         be reported.
12150 2002-10-23  Akim Demaille  <akim@epita.fr>
12152         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
12153         document _Bool.
12155 2002-10-23  Akim Demaille  <akim@epita.fr>
12157         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
12158         Reported by Peter Eisentraut.
12160 2002-10-23  Akim Demaille  <akim@epita.fr>
12162         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
12163         type _Bool.
12164         Fix a typo.
12165         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
12166         Eggert's recommandations.
12168 2002-10-22  Akim Demaille  <akim@epita.fr>
12170         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
12171         Bison, by Paul Eggert.
12172         * doc/autoconf.texi (Particular Headers): Document it.
12174 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
12176         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
12177         `$ac_configure_args'.
12179 2002-10-22  Akim Demaille  <akim@epita.fr>
12181         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
12182         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
12183         From Art Haas.
12185 2002-10-22  Akim Demaille  <akim@epita.fr>
12187         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
12189         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
12190         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
12191         (_AC_CHECK_HEADER_NEW): Rename as...
12192         (AC_CHECK_HEADER): this.
12194 2002-10-22  Akim Demaille  <akim@epita.fr>
12196         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
12197         words about HP-UX cmp: it was actually a user-written cmp.
12199 2002-10-22  Akim Demaille  <akim@epita.fr>
12201         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
12202         are a few warnings.
12203         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
12204         Quote for Perl '' strings, not "".
12205         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
12206         strings.
12208 2002-10-22  Akim Demaille  <akim@epita.fr>
12210         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
12211         characters is a syntax warning now.
12212         (_AS_QUOTE): Accept $2 as list of characters to quote.
12213         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
12214         Quote for Perl, not sh.
12215         * bin/autoheader.in: When $debug, report the file which is
12216         `do'ne.
12217         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
12218         `@', to tickle Perl's lists.
12219         Reported by Carlos Velasco.
12221 2002-10-18  Akim Demaille  <akim@epita.fr>
12223         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
12224         missing included files _are_ errors.
12225         Thanks to Alexandre Duret-Lutz.
12226         * tests/tools.at (autom4te cache): Adjust.
12227         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
12228         (AT_CHECK_M4SUGAR): Use it.
12229         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
12230         Adjust.
12231         * tests/tools.at (autom4te): Now it does exit 1.
12233 2002-10-17  Akim Demaille  <akim@epita.fr>
12235         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
12236         Fixes the `AC_ARG_VAR' test failures.
12237         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
12238         * lib/freeze.mk (check-forbidden-patterns): New.
12239         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
12240         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
12241         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
12242         /dev/null.
12243         Reported months ago by H. Merijn Brand.
12245 2002-10-17  Akim Demaille  <akim@epita.fr>
12247         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
12249 2002-10-16  Paul Eggert  <eggert@twinsun.com>
12251         * Makefile.maint (wget_files): Remove ansi2knr.c.
12252         (ansi2knr.c-url_prefix): Remove.
12254 2002-10-16  Akim Demaille  <akim@epita.fr>
12256         Because of caching, some files that no longer exist and are no
12257         longer required can still cause errors.
12258         Reported by Alexandre Duret-Lutz.
12260         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
12261         to frozen files in @ARGV, as @ARGV must remain being a list of
12262         files.  Rather, at M4 call sites, use this...
12263         (&files_to_options): New function.
12264         (&freeze): Use &error.
12265         (&up_to_date): If a file that was included according to the cache
12266         is no longer there, then the output is out dated.
12267         (&main): Don't even check whether a file is up to date is anyway
12268         --force is given.
12269         * tests/tools.at (autom4te cache): New.
12271 2002-10-16  Akim Demaille  <akim@epita.fr>
12273         * bin/autoconf.as: Kill dead options.
12274         * bin/autoupdate.in (&parse_args): Kill old options.
12275         * bin/autoreconf.in (&parse_args): Remove dead options.
12276         Factor some code.
12277         (&autoreconf): Report the directories we enter *and leave*, so
12278         that error messages can be easily located, and use GNU Make
12279         format, so that Emacs' compile mode understands us.
12280         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
12281         if some file was changed instead of `print'.
12282         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
12283         (&parse_args): Remove the dead options.
12284         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
12285         autoheader's quiet mode.
12286         (AT_CHECK_AUTOUPDATE): Likewise.
12287         * tests/tools.at (autoupdate): Adjust.
12288         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
12290 2002-10-11  Akim Demaille  <akim@epita.fr>
12292         No longer use CPP to check for the existing of headers: use CC to
12293         check for compilability.
12295         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
12296         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
12297         (_AC_CHECK_HEADER_NEW): Rename as...
12298         (AC_CHECK_HEADER): this.
12300         * lib/autotest/general.m4 (AT_INIT): Include the failed test
12301         numbers in the Subject suggestion.
12303 2002-10-11  Akim Demaille  <akim@epita.fr>
12305         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
12306         Suggest using AC_CHECK_DECLS instead.
12308 2002-10-11  Akim Demaille  <akim@epita.fr>
12310         * tests/torture.at (AC_ARG_VAR): Have configure report the value
12311         of `precious'.
12313 2002-10-11  Akim Demaille  <akim@epita.fr>
12315         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
12316         file name to enable parallel executions.
12317         From Sam Varshavchik.
12319 2002-10-08  Akim Demaille  <akim@epita.fr>
12321         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
12322         aclocal invocation, as Gettext macros might not be visible to
12323         aclocal.
12324         Instead of blindly running autopoint, scan configure.ac (not the
12325         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
12326         Reported by Paul D. Smith.
12328 2002-10-08  Paul Eggert  <eggert@twinsun.com>
12330         Work around problems found when POSIXLY_CORRECT=1 is set.
12331         None of this seems to have anything to do with POSIX, really,
12332         but it's how Perl getopt works.
12333         * bin/autom4te.in (parse_args): Configure GetOpt with
12334         "permute", too.
12335         * doc/autoconf.texi (Invoking autom4te):
12336         --warning -> --warnings.
12337         * lib/autom4te.in: --warning -> --warnings.
12339 2002-09-28  Akim Demaille  <akim@epita.fr>
12341         * doc/autoconf.texi (autom4te.cache): New section.
12343 2002-09-28  Akim Demaille  <akim@epita.fr>
12345         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
12346         (Automake-preselections): Update.
12347         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
12349 2002-09-28  Akim Demaille  <akim@epita.fr>
12351         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
12352         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
12353         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
12354         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
12356 2002-09-28  Akim Demaille  <akim@epita.fr>
12358         * tests/torture.at (Configuring subdirectories): Be robust to
12359         users who use config.site to require for a cache: in this case,
12360         the two last configure runs, using two different sets of
12361         arguments, trigger a legitimate error.
12363 2002-09-28  Akim Demaille  <akim@epita.fr>
12365         * tests/m4sh.at (Functions Support, Functions and return Support):
12366         New.
12368 2002-09-28  Akim Demaille  <akim@epita.fr>
12370         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
12371         autoheader are Perl programs.
12372         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
12373         (autom4te): Specify that the sources are in the $srcdir.
12374         * doc/autoconf.texi (Installation Directory Variables): Adjust.
12376 2002-09-28  Akim Demaille  <akim@epita.fr>
12378         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
12379         (tm_zone): Move their rules to...
12380         * lib/autoconf/types.m4: here, using AN_ macros.
12381         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
12382         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
12383         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
12384         * lib/autoconf/programs.m4: here.
12385         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
12386         (ETAGS_FOR_AUTOCONF): New.
12387         Use it.
12389 2002-09-28  Akim Demaille  <akim@epita.fr>
12391         * lib/autoconf/autoscan.m4: New file.
12392         * lib/autoconf/autoconf.m4: Include it.
12393         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
12394         that were listed in the original autoscan.list.
12395         * lib/autoconf/headers.m4: Similarly with headers.
12396         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
12397         (.m4.m4f): Don't pass --prepend-include, since that's done by
12398         tests/autom4te itself.
12399         * lib/autoscan/Makefile.am: Include freeze.mk.
12400         (autoscan.list): New target --this file is no longer a source.
12401         (autoscan.pre): New file.
12403 2002-09-28  Akim Demaille  <akim@epita.fr>
12405         * bin/autoscan.in (@kinds): Make them singular.
12406         Adjust all uses.
12407         (&init_tables): When --debug, report the list of rules to ease
12408         tracking changes in autoscan.list.
12409         * lib/autoscan/autoscan.list (function): Strip comments, sort.
12411 2002-09-28  Akim Demaille  <akim@epita.fr>
12413         * lib/autoscan/functions, lib/autoscan/headers,
12414         * lib/autoscan/identifiers, lib/autoscan/makevars,
12415         * lib/autoscan/programs: Merge into...
12416         * lib/autoscan/autoscan.list: this.
12417         * bin/autoscan.in (&init_tables): Adjust.
12419 2002-09-28  Akim Demaille  <akim@epita.fr>
12421         * lib/autoscan/functions, lib/autoscan/headers,
12422         * lib/autoscan/identifiers, lib/autoscan/makevars,
12423         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
12424         `functions' line is now prefixed with `function:'.
12425         * bin/autoscan.in (&init_tables): Adjust.
12427 2002-09-28  Akim Demaille  <akim@epita.fr>
12429         From now on, autoscan files must always map a macro name to a
12430         word: there is no `default' macro for autoscan.
12432         * bin/autoscan.in (&init_tables): Reject entries with no macro at
12433         all.
12434         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
12435         explicit.
12437 2002-09-28  Akim Demaille  <akim@epita.fr>
12439         * bin/autoscan.in (%c_keywords): Remove.
12440         (&used): Keep only track of the words we might be interested in.
12441         (&output_kind): It is no longer needed to look for non active
12442         checks.
12444 2002-09-27  Akim Demaille  <akim@epita.fr>
12446         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
12447         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
12448         * lib/autoscan/functions: Adjust.
12449         * doc/autoconf.texi (Particular Functions): Adjust.
12451 2002-09-27  Akim Demaille  <akim@epita.fr>
12453         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
12454         from /tmp.
12455         Thanks to Bill Moseley and Paul Eggert.
12456         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
12457         the tmpdir must be created.
12458         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
12459         dir be in the build tree, instead of $TMPDIR.
12461 2002-09-27  Akim Demaille  <akim@epita.fr>
12463         * bin/autoscan.in: Improve the comments.
12464         (&parse_args): Drop obsolete undocumented options.
12465         (&output_kind): Output warnings.
12466         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
12467         (getwd): Trigger a warning.
12469 2002-09-26  Akim Demaille  <akim@epita.fr>
12471         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
12472         Reported by Ralf Corsepius.
12473         * doc/autoconf.texi (autoreconf Invocation): Likewise.
12475 2002-09-26  Akim Demaille  <akim@epita.fr>
12477         Single suffix rules and seperated dependencies are not portable.
12479         * doc/autoconf.texi (Installation Directory Variables): Update.
12480         (Limitations of Make): Some about `Single Suffix Rules and
12481         Separated Dependencies'.
12482         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
12483         (ifnames, autoscan, autom4te): Un-factor into several rules.
12485 2002-09-25  Paul Eggert  <eggert@twinsun.com>
12487         * BUGS (Interoperability bugs): New section.  Mention libtool
12488         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
12490 2002-09-24  Paul Eggert  <eggert@twinsun.com>
12492         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
12493         make handles suffix-rules differently from GNU make.
12495         * bin/Makefile.am (SUFFIXES, .in): Remove.
12496         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
12497         Move the body of the old .in rule here.
12499 2002-09-16  Akim Demaille  <akim@epita.fr>
12501         i960 compilers create `b.out' files by default.
12502         Reported by Ralf Corsepius.
12504         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
12505         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
12507 2002-09-13  Paul Eggert  <eggert@twinsun.com>
12509         * doc/autoconf.texi (Particular Headers): Remove obsolete
12510         reference to `struct timezone' in the description of
12511         AC_HEADER_TIME.
12513 2002-09-13  Akim Demaille  <akim@epita.fr>
12515         Version 2.54.
12517         * config/config.sub, config/config.guess: Update.
12518         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
12519         * Makefile.am: Adjust.
12521 2002-09-13  Akim Demaille  <akim@epita.fr>
12523         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
12524         reading config.log when the compiler is rejected.
12525         Suggested by Guido Draheim.
12527 2002-09-13  Akim Demaille  <akim@epita.fr>
12529         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
12530         (chdir_init) might hang when stat'ing mounted directories.
12531         Reported by Vance Shipley.
12533 2002-09-12  Akim Demaille  <akim@epita.fr>
12535         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
12536         the lists.
12538 2002-09-12  Akim Demaille  <akim@epita.fr>
12540         * doc/autoconf.texi (Defining Symbols): Present two different
12541         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
12542         difference between 1 argument calls, and 2-3 argument calls.
12544 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
12546         * doc/autoconf.texi: Review grammar and punctuation.
12548 2002-09-11  Paul Eggert  <eggert@twinsun.com>
12550         * doc/autoconf.texi: Fix minor formatting, spelling, and
12551         grammatical typos.
12552         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
12553         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
12554         is obsolescent.
12556 2002-09-11  Akim Demaille  <akim@epita.fr>
12558         * doc/autoconf.texi (Questions): Rename as...
12559         (FAQ): this.
12560         (Defining Directories): New.
12562 2002-09-09  Akim Demaille  <akim@epita.fr>
12564         * doc/autoconf.texi (Making testsuite Scripts): Update.
12565         Suggested by Nishio Futoshi.
12567 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
12569         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
12570         plain `@' is wanted.
12572 2002-09-09  Akim Demaille  <akim@epita.fr>
12574         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
12575         `duplicates', since the algorithm was too naive and could keep
12576         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
12577         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
12578         Reported by Ralf Corsepius.
12579         * tests/torture.at (Configuring subdirectories): Exercise these
12580         cases.
12582 2002-09-09  Akim Demaille  <akim@epita.fr>
12584         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
12585         looking for a replacement file.
12586         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
12587         directory is relative.
12588         * doc/autoconf.texi (Generic Functions): Clarify the replacement
12589         directory definition.
12590         Reported by Andreas Schwab and Jim Meyering.
12592 2002-09-06  Akim Demaille  <akim@epita.fr>
12594         * doc/autoconf.texi (Setting Output Variables): Clarify what
12595         precious variables are.
12596         Suggested by Pontus Skoeld.
12598 2002-09-05  Akim Demaille  <akim@epita.fr>
12600         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
12601         (ifnames, autoscan, autom4te): Since we don't only depend on
12602         configure.ac variables (such as VERSION etc.), but also on prefix
12603         and so forth, depend on Makefile, not configure.ac.
12604         Reported by Alexandre Duret-Lutz.
12605         * doc/autoconf.texi (Installation Directory Variables): Adjust.
12607 2002-09-05  Kevin Ryde  <user42@zip.com.au>
12609         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
12610         doesn't seem to be confined to ia64, just say "some versions".
12612 2002-09-04  Akim Demaille  <akim@epita.fr>
12614         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
12615         Automake 1.6c.
12616         * Makefile.am (maintainer-clean-local): Remove.
12617         (MAINTAINERCLEANFILES): Remove COPYING.
12619 2002-09-03  Paul Eggert  <eggert@twinsun.com>
12621         * doc/autoconf.texi (Configuration Commands): Remove obsolete
12622         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
12623         Brinkmann.
12625 2002-09-03  Akim Demaille  <akim@epita.fr>
12627         * configure.ac: Bump to 2.53d.
12628         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
12629         as of today, on Automake's team suggestion.
12631 2002-09-03  Akim Demaille  <akim@epita.fr>
12633         Version 2.53c.
12635 2002-09-02  Akim Demaille  <akim@epita.fr>
12637         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
12638         SITE_MACRO_DIR.
12639         * configure.ac: Disable SITE_MACRO_DIR.
12641 2002-09-02  Jim Meyering  <meyering@lucent.com>
12643         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
12644         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
12645         Also, tweak grammar: s/make sure to/be sure to/.
12647 2002-09-02  Paul Eggert  <eggert@twinsun.com>
12649         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
12650         directory names are generally preferable to physical names.
12652 2002-09-02  Akim Demaille  <akim@epita.fr>
12654         * lib/Autom4te/General.pm (&update_file): s/die/error/.
12655         Reported by Raja R. Harinath.
12656         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
12657         * bin/autoupdate.in: Use error instead of die.
12659 2002-09-01  Paul Eggert  <eggert@twinsun.com>
12661         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
12662         ordinary shell concatenation rather than echo+tr+sed command that
12663         runs afoul of a long-line-related sed bug in Solaris 8.
12665         * bin/autoheader.in (parse_args): --warning -> --warnings.
12667         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
12668         stdout, as traditional "ls" does.
12669         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
12670         _AC_COMPILER_EXEEXT_O): Likewise.
12671         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
12673         * bin/autoconf.as: Add --prepend-include option.  This patch was
12674         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
12675         but bin/autoconf.in is generated automatically from bin/autoconf.as.
12677         * bin/autoconf.in, configure: Regenerate.
12679         * doc/autoconf.texi (Special Shell Variables): Mention
12680         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
12682         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
12683         MAILPATH and set PS1, PS2, PS4 to default values, to work
12684         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
12685         For LC_ALL etc, first try to set to "C" as POSIX requires and as
12686         the Autoconf documentation specifies; fall back to "unset" only if
12687         this fails.  Use a shell for-loop for this rather than an m4 loop,
12688         to shorten the output script.
12690 2002-08-30  Paul Eggert  <eggert@twinsun.com>
12692         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
12693         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
12694         for the CDPATH problem.  Document PWD.
12695         (Limitations of Builtins): Document the problem that "cd $foo" and
12696         "ls $foo" may refer to different directories in shells conforming
12697         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
12698         example, since the old example is now out of date.
12700         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
12701         FOO" and "ls FOO" talk about different directories; this catches
12702         problems when POSIX 1003.1-2001 "cd" fails due to symlink
12703         spaghetti.
12705         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
12706         of rolling our own unset.
12707         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
12708         in practice we needn't worry about CDPATH if unset doesn't work.
12710         * Makefile.in, aclocal.m4, bin/Makefile.in,
12711         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
12712         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
12713         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
12714         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
12715         tests/Makefile.in: Regenerate with Automake 1.6.3.
12717         * config/config.guess, config/config.sub, config/mkinstalldirs:
12718         Update.
12720         * configure: Regenerate with self.
12722 2002-08-30  Kevin Ryde  <user42@zip.com.au>
12724         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
12725         default output.
12727 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12729         * bin/autom4te.in (Request::load): Correctly test for "do" read
12730         failure.
12732 2002-08-29  Akim Demaille  <akim@epita.fr>
12734         * lib/Autom4te/General.pm (&xqx): New.
12735         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
12736         hand, which is not portable.
12737         (&error): New.
12738         * bin/autom4te.in: Use them.
12739         Use &error instead of die.
12740         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
12741         Adjust.
12743 2002-08-17  Paul Eggert  <eggert@twinsun.com>
12745         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
12746         default list of compilers to try, since it was long ago superseded
12747         by the ksh fc builtin.  Suggested by Steven G. Johnson.
12749 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
12751         * doc/autoconf.texi (Invoking autom4te): End the option table,
12752         fixing a bug introduced by the previous patch.
12753         (Limitations of Make): Add a 'target lookup' subentry in the
12754         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
12756 2002-07-29  Mark D. Roth  <roth@feep.net>
12758         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
12759         options and use $AUTOM4TE_PATH.
12760         * doc/autoconf.texi: Remove documentation of autom4te
12761         --include-envvar and --site-macro-subdir options and document
12762         use of $AUTOM4TE_PATH.
12763         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
12764         arguments from each language section.
12766 2002-07-29  Paul Eggert  <eggert@twinsun.com>
12768         * doc/install.texi: Include copyright symbol in copyright notice.
12770         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
12771         Replace with:
12772         (AM_MAKEINFOFLAGS): New macro.
12773         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
12774         * Makefile.am (INSTALL): Use the new macros.
12775         Use -o rather than --output, since "missing" does not grok --output.
12777 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
12779         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
12780         comments do not always work. Never trust the exit status of
12781         `make -k'.
12783 2002-07-24  Kevin Ryde  <user42@zip.com.au>
12785         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
12786         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
12788 2002-07-23  Paul Eggert  <eggert@twinsun.com>
12790         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
12791         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
12792         apparently treats PATH="nonexistent" as if it contained ".".
12793         Bug reported by Stefan `Sec' Zehl.
12795 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
12797         * doc/autoconf.texi (Limitations of Make): Mention the special
12798         handling of the obj/ directory by BSD make.
12800 2002-07-20  Kevin Ryde  <user42@zip.com.au>
12802         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
12803         backslashes.
12805 2002-07-19  Akim Demaille  <akim@epita.fr>
12807         * doc/autoconf.texi (Function Portability): `exit'.
12808         (Programming in M4sh): Ethymology of M4sh.
12810 2002-07-19  Akim Demaille  <akim@epita.fr>
12812         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
12814 2002-07-18  Akim Demaille  <akim@epita.fr>
12816         Version 2.53b.
12818 2002-07-18  Akim Demaille  <akim@epita.fr>
12820         * config/config.guess, config/config.sub: Update.
12822 2002-07-18  Akim Demaille  <akim@epita.fr>
12824         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
12825         Automake's parts.
12827         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
12828         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
12829         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
12831 2002-07-18  Akim Demaille  <akim@epita.fr>,
12832             Alexandre Duret-Lutz  <duret_g@epita.fr>
12834         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
12835         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
12837 2002-07-17  Russ Allbery  <rra@stanford.edu>
12839         * doc/autoconf.texi (Initializing configure): Clarify the
12840         description of the tarname default.
12842 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
12844         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
12845         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
12846         latter was not run.
12848 2002-07-17  Akim Demaille  <akim@epita.fr>
12850         * lib/Autom4te/General.pm (find_file): Browse the directories in
12851         the order they are given.
12853 2002-07-17  Akim Demaille  <akim@epita.fr>
12855         * tests/wrapsh.as, tests/wrappl.as: Merge into...
12856         * tests/wrapper.as: this.
12857         * tests/Makefile.am, configure.ac: Adjust.
12859 2002-07-17  Mark D. Roth  <roth@feep.net>
12861         * configure.ac: Add --enable-site-macro-dir option.
12862         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
12863         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
12864         --site-macro-subdir options.
12865         * bin/autoconf.in: Add --prepend-include option.
12866         * bin/autoheader.in: Add --prepend-include option.
12867         * bin/autoreconf.in: Add --prepend-include option.
12868         * bin/autoscan.in: Add --prepend-include option.
12869         * bin/autoupdate.in: Add --prepend-include option.
12870         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
12871         macro directory, remove note that include path directories are
12872         used in reverse order, and document --prepend-include option.
12873         * lib/autom4te.in: Use --prepend-include instead of --include.
12874         * tests/wrapsh.in: Use --prepend-include instead of --include.
12876 2002-07-17  Akim Demaille  <akim@epita.fr>
12878         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
12879         tarnames.
12880         * doc/autoconf.texi (Initializing configure): Adjust.
12882 2002-07-17  Akim Demaille  <akim@epita.fr>
12884         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
12885         (_AC_FUNC_MALLOC): New.
12886         (AC_FUNC_MALLOC): Use the latter.
12887         Define HAVE_MALLOC to 0 if broken.
12888         * doc/autoconf.texi (Particular Functions): Adjust.
12890 2002-07-16  Akim Demaille  <akim@epita.fr>
12892         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
12893         * doc/autoconf.texi (C Compiler): Adjust.
12895 2002-07-09  Akim Demaille  <akim@epita.fr>
12897         * doc/autoconf.texi: Properly set the ``header'' part.
12899 2002-07-09  Akim Demaille  <akim@epita.fr>
12901         * doc/autoconf.texi (Systemology): Some about Darwin.
12903 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
12905         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
12906         Don't use AC_REQUIRE in AU_DEFUN.
12908 2002-07-09  Art Haas  <ahaas@neosoft.com>
12910         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
12912 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
12914         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
12915         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
12916         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
12917         so that Emacs setups GNU style for perl-mode and cperl-mode.
12919 2002-06-27  Paul Eggert  <eggert@twinsun.com>
12921         * config/install-sh: Quote $src.  Prefer || to test's -o option,
12922         as per "Limitations of Builtins".
12923         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
12924         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
12926         * tests/mktests.sh: Use grep instead of fgrep, as per
12927         "Limitations of Builtins".
12929 2002-06-15  Paul Eggert  <eggert@twinsun.com>
12931         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
12932         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
12933         so that we consistently test the just-built programs.
12934         * tests/wrappl.as: Likewise.
12936 2002-06-12  Paul Eggert  <eggert@twinsun.com>
12938         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
12939         name, so that symlinks to 'autoconf' work properly.  Bug reported
12940         by Bruno Haible.
12941         * bin/autoheader.in (AUTOM4TE): Likewise.
12942         * bin/autoreconf.in (autoconf, autoheader): Likewise.
12943         * bin/autoscan.in (autom4te): Likewise.
12944         * bin/autoupdate.in (autom4te): Likewise.
12946         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
12947         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
12948         on Solaris 2.5.1.
12950 2002-06-11  Andreas Schwab  <schwab@suse.de>
12952         * doc/autoconf.texi: Add more dir entries.
12954 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
12956         * bin/autom4te.in ($cache): Don't define using `$me', the name
12957         of the cache should not depend on the name under which autom4te
12958         was installed.
12960 2002-06-07  Akim Demaille  <akim@epita.fr>
12962         * tests/tools.at (autoconf: forbidden tokens, basic)
12963         (autoconf: forbidden tokens, exceptions): Adjust to the change of
12964         words in autom4te.in.
12966 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
12968         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
12969         _AC_LANG_PROGRAM_C_F77_HOOKS.
12971 2002-06-07  Akim Demaille  <akim@epita.fr>
12973         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
12974         rename as...
12975         (AC_REPLACE_FNMATCH): this.
12976         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
12977         AC_FUNC_FNMATCH_GNU.
12979 2002-06-07  Akim Demaille  <akim@epita.fr>
12981         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
12982         Rosetta Stone for Unix.
12984 2002-06-07  Akim Demaille  <akim@epita.fr>
12986         * bin/autom4te.in (warn_forbidden): When rejecting a token,
12987         suggest m4_pattern_allow.
12988         Suggested by Adam J. Richter.
12990 2002-06-07  Akim Demaille  <akim@epita.fr>
12992         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
12993         ac_config_libobj_dir.
12994         (AC_CONFIG_LIBOBJ_DIR): New.
12995         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
12996         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
12997         Use ac_config_libobj_dir to find the replacement files.
12998         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
12999         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
13000         (AC_REPLACE_FNMATCH_GNU): these.
13001         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
13002         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
13003         * tests/mktests.sh (ac_exclude_list): Don't check
13004         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
13006 2002-06-06  Paul Eggert  <eggert@twinsun.com>
13008         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
13009         if ln doesn't work.
13010         * NEWS: Likewise.
13011         * doc/autoconf.texi (Configuration Links): Likewise.
13012         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
13014 2002-06-05  Paul Eggert  <eggert@twinsun.com>
13016         * config/config.guess, config/config.sub, config/texinfo.tex:
13017         Update from masters.
13019 2002-05-29  Paul Eggert  <eggert@twinsun.com>
13021         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
13022         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
13023         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
13024         Likewise.
13025         * lib/autoconf/Makefile.am (check-local): Likewise.
13026         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
13027         * lib/autoconf/types.m4 (commentary only): Likewise.
13028         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
13029         * lib/autotest/Makefile.am (check-local): Likewise.
13030         * lib/m4sugar/Makefile.am (check-local): Likewise.
13031         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
13032         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
13034         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
13035         * doc/autoconf.texi (Particular Programs): Document them.
13036         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
13037         * NEWS: Likewise.
13039 2002-05-27  Paul Eggert  <eggert@twinsun.com>
13041         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
13042         * NEWS, doc/autoconf.texi (Particular Types): Document it.
13043         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
13044         instead of AC_MBSTATE_T, which never existed.
13046 2002-05-23  Akim Demaille  <akim@epita.fr>
13048         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
13049         version of Autoconf that is discussed.
13051 2002-05-22  Paul Eggert  <eggert@twinsun.com>
13053         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
13054         from the default list of compilers to try.  Suggested by
13055         Kate Hedstrom.
13056         * NEWS: Document the above.
13057         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
13059 2002-05-17  Paul Eggert  <eggert@twinsun.com>
13061         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
13062         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
13063         This improves on an earlier suggestion by H. Peter Anvin.
13065 2002-05-16  Paul Eggert  <eggert@twinsun.com>
13067         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
13068         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
13069         Both macros now accept an optional source-dir arg.
13070         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
13072         * NEWS: Document this.
13073         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
13075         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
13076         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
13077         not for GNU extensions; this undoes part of the 2000-11-03 change,
13078         reverting to 2.13-compatible behavior.
13079         Add new optional argument DIR.
13080         (AC_FUNC_FNMATCH_GNU): New macro.
13082         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
13084 2002-05-08  Paul Eggert  <eggert@twinsun.com>
13086         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
13087         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
13088         and it causes a 'test' syntax error if it fails.
13089         Bug reported by Stephen Gildea.
13091         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
13092         If prototypes are supported, use them to check this at compile-time,
13093         instead of trying to check it at run-time.  If we must do a run-time
13094         check, assume that setvbuf is standard when cross-compiling, as
13095         nonstandard setvbuf occurs only on ancient and unlikely hosts.
13096         Bug reported by Paul D. Smith.
13098         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
13099         argument specifying location of getloadavg.c.  This removes a
13100         FIXME.  This idea was taken from Jim Meyering's implementation in
13101         textutils.
13102         * doc/autoconf.texi (Particular Functions): Document this.
13103         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
13104         that's what the code does; this fixes a bug reported by
13105         Paul D. Smith.
13107 2002-05-03  Akim Demaille  <akim@epita.fr>
13109         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
13110         autopoint instead of gettextize.
13111         ($uses_alocal): Rename as...
13112         ($uses_aclocal): this.
13113         * doc/autoconf.texi (autoreconf Invocation): Adjust.
13114         Suggested by Bruno Haible.
13116 2002-05-03  Akim Demaille  <akim@epita.fr>
13118         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
13120 2002-04-29  Paul Eggert  <eggert@twinsun.com>
13122         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
13123         files to be 1 second older; just set them to be the same time.
13124         Also, sleep 1 second after the first aclocal, to work around
13125         problems with sub-second time stamps on the input files.
13127 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
13129         * doc/autoconf.texi: Mention "set -e -x" lossage
13130         under node "Limitations of Builtins".
13132 2002-04-29  Akim Demaille  <akim@epita.fr>
13134         * doc/install.texi: Better wording for setting variables when
13135         running configure.
13136         From Christian Cornelssen.
13138 2002-04-29  Akim Demaille  <akim@epita.fr>
13140         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
13141         of lack of $LINENO support, then the test will compare the $LINENO
13142         in testsuite vs. the lineno in the test file.  This is wrong, of
13143         course.
13144         Be sure to protect it.
13145         Reported by Patrick Welche.
13147 2002-04-25  Akim Demaille  <akim@epita.fr>
13149         * doc/autoconf.texi (Obsolete Macros): Typo.
13150         Reported by Vladimir Volovich.
13152 2002-04-25  Akim Demaille  <akim@epita.fr>
13154         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
13155         than some of the input files, hence, on the second run of aclocal,
13156         if some of its input are younger, make them older.
13157         Suggested by Paul Eggert.
13159 2002-04-25  Akim Demaille  <akim@epita.fr>
13161         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
13162         Thanks to Paul Eggert.
13164 2002-04-25  Akim Demaille  <akim@epita.fr>
13166         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
13167         and ac_subst_vars be sh variables containing the list of
13168         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
13169         DEFAULT diversion.
13170         (_AC_INIT_PREPARE): Use them to log them.
13171         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
13172         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
13173         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
13174         _AC_SUBST_FILES and _AC_SUBST_VARS.
13175         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
13177 2002-04-24  Akim Demaille  <akim@epita.fr>
13179         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
13180         autoheader, so that automake does not complain about a missing
13181         config.h.in that was to be created.
13183 2002-04-23  Akim Demaille  <akim@epita.fr>
13185         * bin/autoheader.in (parse_args): --warning takes an argument.
13186         Fixes PR/220.
13188 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
13190         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
13191         and bb.out when cleaning up.
13193 2002-04-22  Akim Demaille  <akim@epita.fr>
13195         Version 2.53a.
13197 2002-04-22  Akim Demaille  <akim@epita.fr>
13199         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
13201 2002-04-22  Akim Demaille  <akim@epita.fr>
13203         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
13204         comma.
13205         Reported by Gregory Giannoni.
13207 2002-04-22  Akim Demaille  <akim@epita.fr>
13209         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
13210         Fixes false failures on Darwin.
13212 2002-04-21  Paul Eggert  <eggert@twinsun.com>
13214         * TODO, bin/autoupdate.in, doc/autoconf.texi,
13215         lib/autoconf/general.m4, lib/autoconf/libs.m4,
13216         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
13217         tests/tools.at: Minor spelling and grammar fixes.
13219 2002-04-20  Paul Eggert  <eggert@twinsun.com>
13221         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
13222         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
13223         * lib/autotest/general.m4 (AT_INIT): Likewise.
13224         * tests/atgeneral.m4 (AT_INIT): Likewise.
13226 2002-04-19  Paul Eggert  <eggert@twinsun.com>
13228         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
13229         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
13230         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
13231         lib/autoconf/functions.m4, lib/autoconf/general.m4,
13232         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
13233         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
13234         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
13235         Minor spelling and grammar fixes.
13237         * doc/autoconf.texi: Follow the outline suggested in the GNU
13238         Sample Texts sections of the Texinfo 4.2 manual.  Most
13239         importantly, this makes sure that the copyright notices appear in
13240         all output formats.  You probably need Texinfo 4.2 to generate
13241         the manual now.
13243         Fix some bugs when using "$@" when there might be zero positional
13244         arguments in cases where this matters.
13246         * bin/autoconf.as: Rewrite so that the problem does not come up.
13247         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
13248         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
13249         * lib/autotest/general.m4 (AT_INIT): Likewise.
13251         * bin/autoheader.in: Use 'case' statement to work around problem.
13252         * bin/auto4mte.in: Likewise.
13253         * bin/autoreconf.in: Likewise.
13254         * bin/autoscan.in: Likewise.
13255         * bin/autoupdate.in: Likewise.
13256         * bin/ifnames.in: Likewise.
13258         * doc/autoconf.texi (Shell Substitutions): Document the problem.
13260         * lib/autotest/general.m4 (AT_INIT):
13261         Use Zsh alias to work around problem.
13262         * tests/atgeneral.m4 (AT_INIT): Likewise.
13264         * tests/c.at: We can't have zero arguments, so remove workaround
13265         that is not portable to Zsh.
13267 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
13269         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
13270         from aclocal.m4 too.
13272 2002-04-12  Akim Demaille  <akim@epita.fr>
13274         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
13276 2002-04-10  Akim Demaille  <akim@epita.fr>
13278         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
13279         workaround for ${1+"$@"}.
13280         * doc/autoconf.texi (Shell Substitutions): Explain it.
13281         From Oliver Kiddle and Peter Stephenson.
13283         Have M4sh perform minimal shell sanitizing.
13285         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
13286         part into...
13287         (_AS_PREPARE): this new macro.
13288         (AS_PREPARE): New.
13289         (AS_INIT): Invoke AS_SHELL_SANITIZE.
13290         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
13292         Adjust Autoconf and Autotest.
13294         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
13295         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
13296         * lib/autotest/general.m4 (AT_INIT): Likewise.
13297         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
13298         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
13299         AS_SHELL_SANITIZE.
13301         Use this M4sh to generate Autoconf's shell scripts.
13303         * tests/wrapsh.as: New, precursor of wrapsh.in.
13304         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
13305         on Autotest and M4sh.
13306         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
13307         (wrapsh.in): New target.
13308         * bin/autoconf.as: New, precursor of autoconf.in.
13309         (autoconf.in): New target.
13311 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
13313         * doc/autoconf.texi (Limitations of Make): Mention the issue
13314         with indented comments in rules.
13316 2002-04-09  Andreas Schwab  <schwab@suse.de>
13318         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
13319         ac_top_builddir when setting ac_abs_top_builddir.
13321 2002-04-06  Kevin Ryde  <user42@zip.com.au>
13323         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
13324         (Portable Shell): Cross reference to Systemology.
13326 2002-04-05  Akim Demaille  <akim@epita.fr>
13328         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
13329         directories when descending in a SUBDIRS.
13330         Reported by Ezra Peisach.
13332 2002-04-04  Andreas Schwab  <schwab@suse.de>
13334         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
13335         contains no literal separators.
13337 2002-04-03  Akim Demaille  <akim@epita.fr>
13339         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
13340         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
13341         Use dnl, not the KILL diversion.
13342         Extracted from...
13343         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
13344         (AC_CONFIG_LINKS): here.
13345         Adjust.
13346         Don't use the KILL diversion, as it kills spurious output, which
13347         results in failures being hidden.
13348         Use m4_defn where appropriate.
13349         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
13350         after the second argument.
13351         Use m4_defn.
13352         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
13353         syntax, as it is provided by M4sugar.
13354         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
13356 2002-04-03  Andreas Schwab  <schwab@suse.de>
13358         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
13359         expanded if $# <= 2.
13361         * bin/autoreconf.in (autoreconf): Run automake after rerunning
13362         aclocal.
13364 2002-04-03  Akim Demaille  <akim@epita.fr>
13366         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
13367         (_AC_COMPILER_EXEEXT_REJECT): New.
13368         Also recognize *.bb and *.bbg as compilation byproducts.
13369         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
13370         (_AC_COMPILER_OBJEXT): Use them.
13371         Fixes Debian #138666.
13373 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
13375         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
13377         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
13378         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
13379         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
13380         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
13381         (AC_C_CONST): Same.
13382         (AC_C_INLINE): Same.
13383         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
13384         * doc/autoconf.texi, NEWS: Document.
13385         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
13386         AC_C_CROSS.
13388 2002-04-02  Akim Demaille  <akim@epita.fr>
13390         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
13391         _AS_MKDIR_P_PREPARE.
13393 2002-03-28  Kevin Ryde  <user42@zip.com.au>
13395         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
13396         to avoid versions of HP C which don't allow that.
13398 2002-03-27  Paul Eggert  <eggert@twinsun.com>
13400         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
13401         (AS_SHELL_SANITIZE): Invoke it.
13402         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
13404 2002-03-26  Akim Demaille  <akim@epita.fr>
13406         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
13408 2002-03-26  Akim Demaille  <akim@epita.fr>
13410         * doc/autoconf.texi (Introduction): The GNATS base moved.
13412 2002-03-25  Paul Eggert  <eggert@twinsun.com>
13414         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
13415         as POSIX requires, as it doesn't work with Zsh.
13416         * doc/autoconf.texi (Assignments): Document the problem.
13418 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
13420         * doc/autoconf.texi (Limitations of Make): Mention more issue
13421         about VPATH, overriding of macros in sub-makes, and handling of
13422         SHELL.
13424 2002-03-21  Paul Eggert  <eggert@twinsun.com>
13426         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
13427         problem with here-document buffer boundaries.
13429         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
13430         when reinvoking the shell, to work around problems with installers
13431         who put strange things like "cd" commands in their environments.
13433 2002-03-19  Akim Demaille  <akim@epita.fr>
13435         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
13436         From Aaron Ucko.
13438 2002-03-19  Akim Demaille  <akim@epita.fr>
13440         * bin/autoscan.in (scan_file): Specify the location in `&used'
13441         invocations.
13442         From Nicolas Joly.
13444 2002-03-19  Akim Demaille  <akim@epita.fr>
13446         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
13447         From Nishio Futoshi.
13449 2002-03-19  Akim Demaille  <akim@epita.fr>
13451         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
13453 2002-03-18  Paul Eggert  <eggert@twinsun.com>
13455         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
13456         (Limitations of Usual Tools): Add mkdir section.
13458         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
13459         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
13460         back on AS_DIRNAME to compute prefixes otherwise; this is
13461         roughly what mkinstalldirs does.  That way, we need not have
13462         our own filename disassembler.  The old disassembler did not
13463         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
13465         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
13466         Create at_test_all by a series of assignments,
13467         not by a single assignment of a long string.  The latter causes ksh
13468         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
13469         presumably because of a buffer overrun.
13471 2002-03-14  Paul Eggert  <eggert@twinsun.com>
13473         * lib/autotest/general.m4 (at_times_skip):
13474         Renamed from at_times.  Now a boolean.
13475         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
13476         says 'times: not found'.
13478 2002-03-14  Akim Demaille  <akim@epita.fr>
13480         * bin/autoreconf.in (&study_gettextize): New.
13481         (&autoreconf): Handle newest gettextize.
13482         Rerun aclocal if needed.
13483         Suggested by Andreas Schwab.
13485 2002-03-13  Akim Demaille  <akim@epita.fr>
13487         * doc/autoconf.texi (Special Shell Variables): More about IFS.
13489 2002-03-13  Akim Demaille  <akim@epita.fr>
13491         * doc/autoconf.texi (Header Portability): New.
13492         Add information about stdint.h and inttypes.h from Paul Eggert.
13494 2002-03-13  Akim Demaille  <akim@epita.fr>
13496         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
13497         -p'.
13498         From Bob Proulx.
13500 2002-03-12  Akim Demaille  <akim@epita.fr>
13502         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
13503         m4_require.
13505 2002-03-11  Andreas Schwab  <schwab@suse.de>
13507         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
13508         does not do it if --with-lispdir is given.
13510 2002-03-08  Akim Demaille  <akim@epita.fr>
13512         Version 2.53.
13514 2002-03-08  Akim Demaille  <akim@epita.fr>
13516         * doc/autoconf.texi (Subdirectories): Clarify that the
13517         subdirectory should exist.
13519 2002-03-08  Akim Demaille  <akim@epita.fr>
13521         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
13523 2002-03-08  Akim Demaille  <akim@epita.fr>
13525         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
13526         aliases the actual variables, and modifications of the former
13527         affect the latter.
13529 2002-03-08  Akim Demaille  <akim@epita.fr>
13531         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
13532         because of C-c: have m4 output in tmp files, then mv them.
13534 2002-03-08  Akim Demaille  <akim@epita.fr>
13536         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
13537         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
13538         * bin/ifnames.in: Copyright update.
13540 2002-03-08  Akim Demaille  <akim@epita.fr>
13542         * doc/autoconf.texi (Invoking autom4te): New.
13544 2002-03-05  Akim Demaille  <akim@epita.fr>
13546         * doc/autoconf.texi (Specifying Names): Clarification suggested by
13547         Kevin Ryde.
13549 2002-03-05  Akim Demaille  <akim@epita.fr>
13551         Version 2.52i.
13553 2002-03-04  Akim Demaille  <akim@epita.fr>
13555         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
13556         * lib/autoconf/general.m4 (AC_INIT): More informative error
13557         message for LIBOBJ.
13559 2002-03-04  Akim Demaille  <akim@epita.fr>
13561         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
13562         parallel builds.
13564 2002-03-04  Akim Demaille  <akim@epita.fr>
13566         * doc/autoconf.texi (Transforming Names): Equality between target
13567         and host is irrelevant.
13568         (Specifying Names, Canonicalizing): Remove all references to the
13569         backward compatibility hooks.  Rather, collect them all into...
13570         (Hosts and Cross-Compilation): this new section.
13571         * doc/install.texi (System Type): Ditto.
13572         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
13573         that `--host' implies cross-compilation.
13575 2002-03-04  Akim Demaille  <akim@epita.fr>
13577         * doc/autoconf.texi (Evaluation Macros): New.
13578         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
13579         useless.
13580         (_m4_foreach): Define the variant with immediate evaluation so
13581         that it contains exactly the items, not an expression which
13582         evaluation is the current item.
13583         (m4_re_string, m4_re_word): Don't over quote them.
13585 2002-03-04  Akim Demaille  <akim@epita.fr>
13587         Instead of having stacking `shift's evaluated at the end, let
13588         `foreach' loops immediately evaluate them.
13590         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
13591         $*.  This is the n-th time I change my mind, but hopefully this is
13592         the last...
13593         (m4_lquote): New.
13594         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
13595         efficient.
13596         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
13597         it was only a hack for m4_text_wrap.
13598         (m4_car2): Remove, replaced by...
13599         (m4_cdr): New.
13600         (_m4_foreach): Adjust.
13601         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
13602         m4_bpatsubst for clarification.
13604 2002-03-04  Akim Demaille  <akim@epita.fr>
13606         * doc/autoconf.texi (Changequote is Evil): New.
13608 2002-03-03  Kevin Ryde  <user42@zip.com.au>
13610         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
13611         on old systems like SunOS.
13613 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
13615         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
13616         lib/autoconf/functions.m4, lib/autoconf/general.m4,
13617         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
13618         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
13619         of messages.
13621 2002-02-28  Akim Demaille  <akim@epita.fr>
13623         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
13624         message to be sent.
13626 2002-02-28  Kevin Ryde  <user42@zip.com.au>
13628         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
13630 2002-02-25  Akim Demaille  <akim@epita.fr>
13632         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
13633         From Akinori Musha.
13635 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
13637         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
13638         translate \r\n to \n.
13640 2002-02-07  Akim Demaille  <akim@epita.fr>
13642         Version 2.52h.
13644 2002-02-07  Akim Demaille  <akim@epita.fr>
13646         Fix Autoconf PR/209.
13647         Also reported by Frank Denis.
13649         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
13651 2002-02-07  Akim Demaille  <akim@epita.fr>
13653         Fix Autoconf PR/207:
13654         AC_PREFIX_PROGRAM fails with dashed program names
13656         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
13657         variable when looking for the prefix program.
13658         Now it also works for shell variables.
13660 2002-02-07  Akim Demaille  <akim@epita.fr>
13662         * doc/autoconf.texi (Limitations of Builtins): More about
13663         case/esac.
13665 2002-02-06  Akim Demaille  <akim@epita.fr>
13667         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
13668         case/esac, some shells don't support it.
13669         Reported by Zack Weinberg.
13670         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
13672 2002-02-06  Akim Demaille  <akim@epita.fr>
13674         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
13675         sure not to introduce newlines in at_groups.
13676         * lib/autotest/Makefile.am (autotest.m4f): Typo.
13678 2002-02-06  Akim Demaille  <akim@epita.fr>
13680         * tests/torture.at (Configuring subdirectories): Skip if aclocal
13681         is not available.
13683 2002-02-05  Paul Eggert  <eggert@twinsun.com>
13685         * doc/autoconf.texi (Specific Compiler Characteristics):
13686         Describe HP-UX cc bug workaround more accurately.
13687         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
13688         not unsigned long.
13689         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
13690         cross-compilers, too.  This undoes some of the most recent change
13691         to this file.
13693 2002-02-05  Akim Demaille  <akim@epita.fr>
13695         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
13696         to make sure they are up to date when `check' is run.
13698 2002-02-05  Akim Demaille  <akim@epita.fr>
13700         * doc/autoconf.texi (Making testsuite Scripts): Document
13701         package.m4.
13703 2002-02-05  Akim Demaille  <akim@epita.fr>
13705         * lib/freeze.mk: New.
13707 2002-02-05  Akim Demaille  <akim@epita.fr>
13709         Implement `autom4te --freeze'.
13711         * bin/autom4te.in (&freeze): New.
13712         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
13713         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
13715 2002-02-05  Akim Demaille  <akim@epita.fr>
13717         * bin/autom4te.in (&parse_args): Implement `frozen files are
13718         optional are the sum of the previous files on the command line'.
13719         Also, pass `--reload-state=' on them, so...
13720         (handle_m4): don't.
13721         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
13722         (M4sh): Rely on M4sugar.
13723         (Autotest, M4sh, M4sugar): Use frozen files.
13725 2002-01-31  Akim Demaille  <akim@epita.fr>
13727         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
13728         * doc/autoconf.texi (Initializing configure): Adjust.
13730 2002-01-30  Akim Demaille  <akim@epita.fr>
13732         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
13733         alphanumeric to `-' instead of `_'.
13735 2002-01-30  Akim Demaille  <akim@epita.fr>
13737         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
13738         for plain code, the other for cross-compilation code.  The latter
13739         is now run with GCC only.
13740         * doc/autoconf.texi (Compilers and Preprocessors): New.
13742 2002-01-30  Akim Demaille  <akim@epita.fr>
13744         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
13745         values.
13746         * doc/autoconf.texi (Initializing configure): Explain how to
13747         change AC_INIT default values.
13749 2002-01-29  Akim Demaille  <akim@epita.fr>
13751         * tests/torture.at (Configuring subdirectories): Use configure.in,
13752         so that aclocal 1.4 works.
13753         Reported by Alexandre Duret-Lutz and Larry Schmitt.
13755 2002-01-28  Akim Demaille  <akim@epita.fr>
13757         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
13758         needs an argument.
13760 2002-01-28  Akim Demaille  <akim@epita.fr>
13762         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
13763         AUTOTEST_PATH *after* it was set.
13764         Don't put `.' in the PATH: the user should be precise and `./' if
13765         needed.  In addition, given that the test suite does some `cd', if
13766         `.' is in the path, the `tested programs' sections will report
13767         programs found in the test suite's directory, while during the
13768         tests (performed in their own directory), these programs are no
13769         longer visible.  In other words, the results is confusing and
13770         useless.
13771         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
13773 2002-01-24  Akim Demaille  <akim@epita.fr>
13775         Version 2.52g.
13777 2002-01-24  Akim Demaille  <akim@epita.fr>
13779         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
13780         * doc/autoconf.texi: Finally add Akim as an author.
13782 2002-01-24  Akim Demaille  <akim@epita.fr>
13784         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
13785         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
13786         Bourne. Use /bin/sh.
13787         From Andreas Buening.
13789 2002-01-24  Akim Demaille  <akim@epita.fr>
13791         * config/config.guess, config/config.sub, config/texinfo.tex:
13792         Update from masters.
13794 2002-01-24  Akim Demaille  <akim@epita.fr>
13796         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
13797         * config/auxdir.m4, config/cond.m4, config/depend.m4,
13798         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
13799         * config/missing.m4, config/sanity.m4, config/select.m4,
13800         * config/strip.m4: Remove, to ease sync'ing with any version of
13801         Automake.
13803 2002-01-24  Akim Demaille  <akim@epita.fr>
13805         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
13806         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
13807         Reported by Geir Ove Myhr.
13809 2002-01-21  Akim Demaille  <akim@epita.fr>
13811         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
13813 2002-01-21  Akim Demaille  <akim@epita.fr>
13815         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
13816         message on invalid options.
13817         * bin/autom4te.in (parse_args): Don't use
13818         Autoconf::General::getopt with non valid options.
13820 2002-01-17  Jim Meyering  <meyering@lucent.com>
13822         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
13823         $ac_cv_exeext so we don't use an old, invalid, cached value.
13825 2002-01-11  Akim Demaille  <akim@epita.fr>
13827         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
13828         Meyering.
13829         * doc/autoconf.texi (Function Portability): Document the strnlen
13830         limitation.
13831         (Particular Functions): Document AC_FUNC_STRNLEN.
13832         * lib/autoscan/functions: Adjust.
13834 2002-01-06  Akim Demaille  <akim@epita.fr>
13836         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
13837         package.m4, since is really depends upon configure.ac, not
13838         configure.
13839         * doc/autoconf.texi (testsuite Scripts): Adjust.
13840         * tests/Makefile.am (package.m4): New.
13841         EXTRA_DIST it since its a source.
13843 2002-01-06  Akim Demaille  <akim@epita.fr>
13845         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
13846         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
13847         and PACKAGE_BUGREPORT from here...
13848         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
13849         arguments.
13850         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
13851         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
13852         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
13853         * tests/tools.at (autoheader): Adjust.
13854         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
13856 2002-01-06  Akim Demaille  <akim@epita.fr>
13858         * bin/autoscan.in (scan_file): Use `&used'.
13860 2002-01-03  Akim Demaille  <akim@epita.fr>
13862         * doc/autoconf.texi (Output): Improved wording regarding use of
13863         AC_OUTPUT.
13864         From Olly Betts.
13866 2001-12-18  Kevin Ryde  <user42@zip.com.au>
13868         * doc/autoconf.texi (Function Portability): Add notes on sscanf
13869         sometimes needing writable input.
13871 2001-12-17  Jim Meyering  <meyering@lucent.com>
13873         * doc/autoconf.texi (New Macros): Tweak wording.
13875 2001-12-14  Akim Demaille  <akim@epita.fr>
13877         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
13878         trailing files, don't apply `-rf' to files which might not be
13879         created by configure (core, core.*, and *.core), but just `rm -f'.
13880         Suggested by Jonathan Kamens.
13882 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
13884         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
13886 2001-12-14  Akim Demaille  <akim@epita.fr>
13888         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
13890 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
13892         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
13893         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
13894         abs_srcdir, top_srcpath to abs_top_srcdir.
13895         (_AC_OUTPUT_FILES): Adjust.
13896         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
13897         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
13898         * tests/wrappl.in, tests/wrapsh.in: Adjust.
13900 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
13902         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
13903         C/Fortran linking on HP/UX, by extracting the Fortran library
13904         search path from the LPATH line in the $F77 -v output.
13906 2001-12-12  Kevin Ryde  <user42@zip.com.au>
13908         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
13909         forbidden file descriptors table.
13911 2001-11-26  Akim Demaille  <akim@epita.fr>
13913         * bin/autoscan.in (%c_keywords): Build it at top level.
13914         Map to 1 in order to simplify its uses.
13916 2001-11-26  Akim Demaille  <akim@epita.fr>
13918         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
13919         Remove $filepath, useless.
13920         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
13921         variables, they are really part of the tokens.
13922         Split the input line on spaces and then look for tokens.
13923         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
13924         because of `lex$U.$(OBJEXT)'.
13925         (&scan_files): Use "@list" instead of join.
13926         * doc/Makefile.am (CLEANFILES): Add *.fns.
13928 2001-11-26  Akim Demaille  <akim@epita.fr>
13930         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
13931         Remove, replaced by...
13932         * tests/wrappl.in: Be common for all the Perl executables.
13933         In particular autoscan and autoheader want -I.
13934         * configure.ac: Adjust.
13935         * lib/autoscan/headers: errno.h is portable.
13937 2001-11-26  Akim Demaille  <akim@epita.fr>
13939         * bin/autoscan.in (used): New.
13940         Use it.
13942 2001-11-26  Akim Demaille  <akim@epita.fr>
13944         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
13945         directives.
13946         (&scan_sh_file): Remove a duplicate pattern.
13947         (&check_configure_ac): Use long options.
13948         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
13950 2001-11-26  Akim Demaille  <akim@epita.fr>
13952         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
13953         Before, having a line containing the opening of a multi line
13954         comment made the whole line be ignored.
13956 2001-11-26  Akim Demaille  <akim@epita.fr>
13958         * doc/autoconf.texi (Using an Autotest Test Suite): New.
13959         (testsuite Scripts): Be one of its subsection.
13960         (Autotest Logs): New.
13962 2001-11-26  Akim Demaille  <akim@epita.fr>
13964         Test groups are now run two directories deeper.
13966         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
13967         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
13968         at_top_builddir.
13969         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
13970         top_srcdir, builddir and top_builddir.
13971         Use `at_*dir' relatively to the directory containing the
13972         suite, use `*dir' when relatively to the current group dir.
13974 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13976         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
13977         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
13978         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
13979         spelling errors.
13981 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
13983         * doc/autoconf.texi (Using System Type): Add an example of `case
13984         $host' usage so people quit using `case $target' everywhere.
13986 2001-11-22  Akim Demaille  <akim@epita.fr>
13988         * doc/autoconf.texi (Installation Directory Variables): Englishoes
13989         spotted by Jim Meyering.
13991 2001-11-16  Paul Eggert  <eggert@twinsun.com>
13993         This patch implements a `long double' suggestion by Oliver Kiddle.
13995         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
13996         static, to catch errors if the value isn't known at compile-time
13997         and the compiler supports dynamic arrays.  Change its name from
13998         `_array_' to `test_array' to avoid potential name clashes.
13999         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
14000         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
14001         better than double.  Catch a bug in GCC 2.95.2 x86.
14002         * doc/autoconf.texi (C Compiler): Document the above.
14003         * NEWS: Likewise.
14005 2001-11-13  Akim Demaille  <akim@epita.fr>
14007         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
14008         hand.
14009         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
14011 2001-11-13  Akim Demaille  <akim@epita.fr>
14013         * lib/autotest/general.m4 (AT_INIT): After having run the test
14014         group, go back to the initial directory, not to at_suite_dir.
14016 2001-11-13  Akim Demaille  <akim@epita.fr>
14018         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
14019         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
14020         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
14021         option.
14022         (AT_CHECK_CONFIGURE): Use absolute paths.
14023         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
14024         The problem is still the old one: there is no means in M4 (that I
14025         know about) to create a defining macro, because there is no means
14026         to create `$1' etc., therefore, the defining macro ``swallows''
14027         all the arguments meant to the defined macro.
14029 2001-11-13  Akim Demaille  <akim@epita.fr>
14031         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
14032         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
14033         configure.ac.
14034         * tests/aclocal.m4: Remove, as it is no longer used.
14036 2001-11-13  Akim Demaille  <akim@epita.fr>
14038         * lib/autotest/general.m4: Change `tests?' into `groups?' in
14039         variable names when referring to a single test group, or to
14040         `suite' when referring to the whole test suite.
14041         `at_last_test' is removed: m4 compute at_format itself.
14042         (at_stdout, at_stder1, at_stderr): New variables.
14043         (AT_CHECK): Use them.
14045 2001-11-13  Akim Demaille  <akim@epita.fr>
14047         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
14048         in PATH.
14049         Create `testsuite.dir/003/run' instead of `testsuite.003'.
14050         Do it as soon as a test fails, don't wait till the end of the test
14051         suite.
14052         Don't remove $as_me.[0-9]*, since these files no longer exist.
14054 2001-11-13  Akim Demaille  <akim@epita.fr>
14056         * tests/tools.at: Use absolute paths, since we are no longer run
14057         in place.
14059 2001-11-13  Akim Demaille  <akim@epita.fr>
14061         Now that tests are running in their own private dir, there is no
14062         need to list the files to remove at the end of tests groups.
14064         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
14065         (AT_data_files, at_data_files): Remove.
14066         (AT_CLEANUP, AT_DATA): Simplify.
14067         (AT_INIT): Adjust.
14068         Remove the group dir if !debug && !failed.
14069         * tests/atspecific.m4: Adjust.
14071 2001-11-13  Akim Demaille  <akim@epita.fr>
14073         Start a new layout for Autotest: `testsuite' creates
14074         `testsuite.dir' in which the at-check-line etc. files are to be
14075         found, and `testsuite.dir/003' where the test group 3 is run.
14077         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
14078         at_check_line_file, at_format, at_test_normalized, at_group_dir
14079         are new variables.
14080         Create the directories.
14081         Use absolute paths for at- files.
14082         (AT_CHECK): Adjust.
14084 2001-11-11  Michael Matz  <matz@kde.org>
14086         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
14087         (m4_car2): New.
14088         (m4_car): Properly quote arguments.
14090 2001-11-13  Akim Demaille  <akim@epita.fr>
14092         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
14093         with stricter rules on LIBOBJS.
14095 2001-11-12  Paul Eggert  <eggert@twinsun.com>
14097         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
14098         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
14099         __PROTOTYPES too.
14101 2001-11-12  Akim Demaille  <akim@epita.fr>
14103         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
14105 2001-11-12  Akim Demaille  <akim@epita.fr>
14107         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
14108         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
14109         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
14110         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
14111         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
14112         specify to what the macro should be defined (typically to 1).
14114 2001-11-12  Akim Demaille  <akim@epita.fr>
14116         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
14117         From Jim Meyering.
14119 2001-11-12  Akim Demaille  <akim@epita.fr>
14121         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
14122         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
14123         definition used by Automake where LEX is +/- "${missing} lex" and
14124         `missing' itself contains variables.
14126 2001-11-12  Akim Demaille  <akim@epita.fr>
14128         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
14129         Now that M4sh pushes BODY, the comments were output at the end of
14130         the test suites.
14132 2001-11-08  Akim Demaille  <akim@epita.fr>
14134         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
14135         that we can trace macros from aclocal.m4.
14136         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
14137         obsoleted, and redirect to the former anyway.
14138         Reported by Ralf Corsepius.
14140 2001-11-08  Akim Demaille  <akim@epita.fr>
14142         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
14143         processed only if present.
14144         * tests/torture.at (Configuring subdirectories): Use autoreconf
14145         instead of successive calls to autoconf.
14146         Add a nonexistent subdirectory to exercise the patch above.
14147         Reported by Ralf Corsepius.
14149 2001-11-08  Kevin Ryde  <user42@zip.com.au>
14151         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
14152         doesn't accept .S files.
14154 2001-11-07  Akim Demaille  <akim@epita.fr>
14156         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
14157         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
14158         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
14159         * bin/autom4te.in (warn_forbidden): New.
14160         (handle_output): Use it.
14161         Read m4_pattern_forbid with messages.
14163 2001-11-05  Akim Demaille  <akim@epita.fr>
14165         * bin/autom4te.in (--normalize): Remove.
14166         * lib/autom4te.in: Adjust.
14168 2001-11-05  Akim Demaille  <akim@epita.fr>
14170         * tests/Makefile.am (testsuite): Rename this target as...
14171         ($(TESTSUITE)): this.
14172         From Nicolas Joly.
14174 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
14176         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
14177         the --prefix option, also remove it's argument.
14179 2001-11-05  Akim Demaille  <akim@epita.fr>
14181         * doc/autoconf.texi (testsuite Invocation): Update.
14182         (Writing testsuite.at): Update.
14184 2001-11-03  Akim Demaille  <akim@epita.fr>
14186         * doc/autoconf.texi: s/@code/@command/ where appropriate.
14188 2001-11-03  Akim Demaille  <akim@epita.fr>
14190         * lib/Autom4te/General.pm: (&catfile, &canonfile)
14191         (&file_name_is_absolute): New, wrappers around routines from
14192         File::Spec.
14193         Use and export them.
14194         (&find_configure_ac): Optionally take a directory where to look at.
14195         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
14196         the arguments.
14197         Default @ARGV to `.', not find_configure_ac.
14198         (&autoreconf): Argument is a directory.
14199         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
14200         * doc/autoconf.texi (autoreconf Invocation): Update.
14202 2001-11-03  Akim Demaille  <akim@epita.fr>
14204         * lib/Autom4te/General.pm (@export_vars, @export_subs)
14205         (@export_forward_subs): New.
14206         Add basename, dirname, and fileparse.
14207         (@EXPORT): Adjust.
14208         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
14209         Don't look for aclocal flags if we already know aclocal is not
14210         used.
14211         Move aclocal.m4t only if it exists.
14212         Reported by Ezra Peisach.
14214 2001-11-03  Akim Demaille  <akim@epita.fr>
14216         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
14217         passed on command line, defaulting to ./configure.ac if present.
14218         (&maybe_autoreconf, File::Find): Remove, unused.
14219         (&autoreconf): If autoconf is not used, don't try to trace.
14221 2001-11-02  Akim Demaille  <akim@epita.fr>
14223         * configure.ac: Bump to 2.52g.
14225 2001-11-02  Akim Demaille  <akim@epita.fr>
14227         Version 2.52f.
14229 2001-11-02  Akim Demaille  <akim@epita.fr>
14231         * config/config.guess, config/config.sub, doc/standards.texi:
14232         * config/lispdir.m4: Update from masters.
14233         * configure.ac: Bump to 2.52f.
14235 2001-11-02  Akim Demaille  <akim@epita.fr>
14237         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
14238         Don't run aclocal when aclocal.m4 is not from aclocal.
14239         From Ezra Peisach.
14240         Don't run libtoolize and gettextize if --install is not given.
14242 2001-11-01  Paul Eggert  <eggert@twinsun.com>
14244         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
14245         be invoked before _AS_LINENO_PREPARE.
14246         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
14247         than character ranges.
14249         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
14250         invoking AS_BASENAME.  Set the locale variables to 'C' if
14251         possible, as POSIX requires this to get the traditional
14252         behavior.
14253         * doc/autoconf.texi (Special Shell Variables): Describe the above.
14255 2001-10-31  Paul Eggert  <eggert@twinsun.com>
14257         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
14258         with {}, as that triggers a bug in Bash 2.05.
14260         (_AS_LINENO_PREPARE): Use Sed rather than
14261         Awk.  Fix the sed prepass to work even if there are multiple
14262         instances of $LINENO on the same line.  Do not substitute for
14263         other variables like $LINENOT.  Do not check file dates; such a
14264         check is unreliable on sufficiently fast machines, and removing
14265         the check makes the code simpler and more reliable.  Check for
14266         output and chmod failures.
14268         * doc/autoconf.texi (Special Shell Variables): Document
14269         the above.
14271 2001-10-31  Akim Demaille  <akim@epita.fr>
14273         * tests/Makefile.am (atconfig): Remove this target, Automake
14274         handles it now.
14276 2001-10-31  Akim Demaille  <akim@epita.fr>
14278         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
14279         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
14280         provided, while it is optional.
14281         * configure.ac: Adjust.
14283 2001-10-26  Paul Eggert  <eggert@twinsun.com>
14285         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
14286           lib/Autom4te/Struct.pm:
14287         Require Perl 5.005_03 instead of just 5.005, as some tests fail
14288         with 5.005_02.
14290         * doc/autoconf.texi (Special Shell Variables): Document some
14291         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
14293         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
14294         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
14295         eval $LINENO is not portable in practice.
14297 2001-10-24  Akim Demaille  <akim@epita.fr>
14299         * lib/Autom4te/General.pm (backname): New.
14301 2001-10-24  Akim Demaille  <akim@epita.fr>
14303         * m4/: Remove, merged into...
14304         * config/: here.
14306 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
14308         * doc/autoconf.texi (Shellology): Mention the problems with bash
14309         2.05's use of ANSI quoting in its `set' builtin.
14311 2001-10-22  Paul Eggert  <eggert@twinsun.com>
14313         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
14314         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
14315         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
14316         POSIX decided to standardize on the int flavor of strerror_r.
14317         Always do char* test, as there's no reason not to.
14318         Assign to a char* var, to catch strerror_r that returns int*.
14320         * doc/autoconf.texi (Particular Functions):
14321         Document the above changes.  Also, document the fact that
14322         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
14324         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
14326 2001-10-20  Akim Demaille  <akim@epita.fr>
14328         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
14329         the executable was missing from the log.
14331 2001-10-20  Akim Demaille  <akim@epita.fr>
14333         * lib/Autom4te/General.pm (&update_file): If destination is
14334         unchanged, remove the source.
14335         (&up_to_date_p): Don't be verbose, be debug.
14336         * bin/autoreconf.in: No longer support --m4dir.
14337         (&autoreconf): Display the full path of the configure.ac we are
14338         studying.
14339         Trace it only once.
14340         Be sure to honor --force with gettextize.
14341         Always run aclocal.
14342         * doc/autoconf.texi: Adjust.
14344 2001-10-20  Akim Demaille  <akim@epita.fr>
14346         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
14347         Remove, dead.
14348         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
14349         `intl' is already present, as it refuses unless --force.
14350         (&parse_args): Use -I, --include instead of the old Autoconf
14351         options.
14352         ($localdir, $autoconf_dir): Remove.
14353         (@include): New.
14354         (&maybe_autoreconf): New, to preserve $_ for File::Find.
14356 2001-10-19  Jens Petersen  <petersen@redhat.com>
14358         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
14359         * doc/autoconf.texi (Particular Programs): Likewise.
14361 2001-10-19  Akim Demaille  <akim@epita.fr>
14363         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
14364         file in @configure_input@.
14365         Don't mention `automatically' in addition to `generated'.
14366         * tests/torture.at (#define header templates): Adjust.
14368 2001-10-19  Akim Demaille  <akim@epita.fr>
14370         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
14371         comment, explain how to install automatic mode selection.
14372         From Russ Allbery.
14374 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
14376         * bin/autoreconf.in (autoreconf): Display the path to the
14377         configure.ac being studied.
14379 2001-10-18  Paul Eggert  <eggert@twinsun.com>
14381         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
14382         long, to work around a bug in the HP C compiler version HP92453-01
14383         B.11.11.23709.GP.
14385         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
14386         (AS_BASENAME_EXPR): New macro.
14387         (AS_BASENAME_SED): Do not assume GNU sed semantics.
14388         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
14389         and fall back on 'sed' only if the other two fail.  This makes
14390         AS_BASENAME act more like AS_DIRNAME.
14391         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
14392         contains white space.
14393         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
14394         Use AS_DIRNAME, since I think it's now DOS-friendly.
14395         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
14396         Allow "dirname //FOO" to return either / or //, as POSIX allows
14397         either behavior.
14399 2001-10-10  Akim Demaille  <akim@epita.fr>
14401         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
14402         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
14403         From Eric Sharkey.
14405 2001-10-10  Akim Demaille  <akim@epita.fr>
14407         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
14408         m4_define, since...
14409         (_AS_ECHO_N): AS_REQUIREs it.
14411 2001-10-10  Akim Demaille  <akim@epita.fr>
14413         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
14414         (AC_INCLUDES_DEFAULT): Move to...
14415         * lib/autoconf/headers.m4: here.
14416         * lib/autoconf/types.m4: Comment changes.
14417         * doc/autoconf.texi: Specify where the default includes are used
14418         in the macro prototypes.
14420 2001-10-09  Akim Demaille  <akim@epita.fr>
14422         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
14423         transition code.
14425 2001-10-08  Akim Demaille  <akim@epita.fr>
14427         * bin/autoreconf.in (&autoreconf): Remove debugging code.
14428         (&parse_args): Pass verbosity/debugging options to subtools when
14429         --debug, not when --verbose.
14430         * lib/autom4te.in (Autoreconf-preselections): New.
14431         (Autoconf): Use it.
14433 2001-10-08  Akim Demaille  <akim@epita.fr>
14435         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
14437 2001-10-08  Akim Demaille  <akim@epita.fr>
14439         * doc/autoconf.texi (autoreconf Invocation): Adjust.
14440         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
14442 2001-10-08  Akim Demaille  <akim@epita.fr>
14444         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
14445         (Syntax of the shell scripts): Don't.
14446         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
14447         bother with $force since...
14448         * lib/Autom4te/General.pm: does.
14450 2001-10-08  Akim Demaille  <akim@epita.fr>
14452         * bin/autoreconf.in: Rewrite in Perl.
14453         * configure.ac: Adjust.
14454         * lib/Autom4te/General.pm (&up_to_date_p): New.
14455         * bin/autom4te.in (&up_to_date_p): Use it.
14456         Rename as...
14457         (&up_to_date): this.
14459 2001-10-08  Akim Demaille  <akim@epita.fr>
14461         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
14462         (m4_list_cmp): Use $0 to reinvoke yourself.
14463         (m4_patsubsts): New.
14464         (m4_strip, m4_version_unletter): Use it.
14465         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
14467 2001-10-08  Akim Demaille  <akim@epita.fr>
14469         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
14470         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
14471         * lib/autoconf/types.m4, lib/autotest/general.m4,
14472         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
14473         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
14474         m4_bregexp, m4_bpatsubst, and m4_bmatch.
14475         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
14477 2001-10-08  Akim Demaille  <akim@epita.fr>
14479         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
14481 2001-10-08  Akim Demaille  <akim@epita.fr>
14483         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
14484         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
14485         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
14486         * tests/tools.at, tests/m4sh.at: Use it.
14487         * tests/m4sh.at: Don't rely on Autoconf macros.
14488         (DIRNAME_TEST): Also exercise the expr variant.
14489         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
14490         preferred M4sugar extension is now `.4s'.
14491         * tests/README: Remove.
14493 2001-10-08  Akim Demaille  <akim@epita.fr>
14495         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
14496         (m4_provide_if): this.
14497         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
14498         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
14499         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
14500         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
14502 2001-10-08  Akim Demaille  <akim@epita.fr>
14504         Use `add-log-current-defun-function' for ChangeLog creation.
14505         Suggested by Tom Tromey.
14507         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
14508         (autotest-mode): Adjust.
14509         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
14510         'comment-region onto `C-c ;'.
14511         Comments are `#', not `dnl'.
14512         (autoconf-current-defun): New.
14513         (autoconf-font-lock-keywords): Recognize `m4_defun'.
14515 2001-10-08  Akim Demaille  <akim@epita.fr>
14517         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
14518         * lib/m4sugar/m4sh.m4: here.
14519         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
14520         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
14521         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
14522         include handle the m4_pattern_*, no longer push the
14523         BODY diversion nor set the /bin/sh line, AS_INIT does it.
14524         * lib/autotest/general.m4 (AT_INIT): Likewise.
14525         * tests/base.at: Adjust the tests to use AS_INIT.
14526         * tests/tools.at (AT_DATA_FORBIDDEN): New.
14527         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
14528         Autoconf.
14530 2001-10-07  Paul Eggert  <eggert@twinsun.com>
14532         * doc/autoconf.texi (config.status Invocation):
14533         CONFIG_SHELL defaults to a shell that supports LINENO if available.
14535         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
14536         shell does not support LINENO, and if CONFIG_SHELL is unset or
14537         empty, and if we can find a shell that does support LINENO,
14538         then set CONFIG_SHELL to that shell and then re-execute
14539         ourselves with CONFIG_SHELL.
14541 2001-10-05  Paul Eggert  <eggert@twinsun.com>
14543         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
14544         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
14545         build of $(TESTSUITE).
14547 2001-10-05  Akim Demaille  <akim@epita.fr>
14549         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
14550         iff we are a bareword.
14551         Reported by Raja R Harinath.
14553 2001-10-05  Akim Demaille  <akim@epita.fr>
14555         * tests/m4sh.at (LINENO): New.
14556         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
14557         PATH_SEPARATOR before using it.
14558         Fix the absolute path case/esac pattern.
14559         Provide $0 as fallback for as_myself.
14560         Reported by Raja R Harinath.
14562 2001-10-05  Akim Demaille  <akim@epita.fr>
14564         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
14565         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
14567 2001-10-05  Akim Demaille  <akim@epita.fr>
14569         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
14570         (AS_SHELL_SANITIZE): here.  Use it.
14571         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
14572         From Paul Eggert.
14574 2001-10-04  Akim Demaille  <akim@epita.fr>
14576         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
14577         combination of Awk and sed to replace $LINENO.
14579 2001-10-02  Paul Eggert  <eggert@twinsun.com>
14581         * doc/autoconf.texi (Limitations of Builtins): You can't use
14582         "source"; it's not portable.  Remove confusing and
14583         somewhat-incorrect example involving "." and "/".
14585         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
14586         compatibility with POSIX shells.
14588 2001-10-02  Akim Demaille  <akim@epita.fr>
14590         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
14591         instead of exec'ing to preserve $0 and $@.
14593 2001-10-01  Akim Demaille  <akim@epita.fr>
14595         * tests/testsuite (AT_INIT) <at_pass_list>: New.
14596         Don't run twice the same test.
14598 2001-10-01  Akim Demaille  <akim@epita.fr>
14600         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
14601         No longer output the list of tests.
14602         <--list>: New option.
14603         <--full-help>: Remove.
14604         Complete the short/long options duality.
14605         Various small adjustments.
14607 2001-10-01  Akim Demaille  <akim@epita.fr>
14609         * doc/autoconf.texi: Use @kbd for user input.
14610         Always use `$' as shell prompt.
14612 2001-09-30  Paul Eggert  <eggert@twinsun.com>
14614         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
14615         Don't use nested parenthesization.  This patch was originally
14616         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
14617         but somehow it didn't get incorporated then.
14618         * doc/autoconf.texi (Limitations of Usual Tools):
14619         Clarify remark about sed and nested parenthesization.
14621         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
14622         Report an error if the size cannot be determined even though
14623         the type exists.
14624         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
14625         Check for `expr' arithmetic overflow, and for compilation failure,
14626         and invoke a new argument $4 if either is discovered.
14627         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
14628         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
14630 2001-09-28  Akim Demaille  <akim@epita.fr>
14632         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
14633         * m4/lispdir.m4: New.
14634         * aclocal.m4, configure.ac: Adjust.
14636 2001-09-28  Akim Demaille  <akim@epita.fr>
14638         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
14639         (AT_TESTED): this.
14640         (AT_INIT): More the wrapped section to where it will be expanded.
14641         Output `AT_tested' only when existing.
14642         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
14644 2001-09-27  Akim Demaille  <akim@epita.fr>
14646         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
14647         generates too many bug reports.
14649         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
14650         status when executing the ACTION-IF-FALSE.
14651         * tests/base.at (AC_TRY_*): Rename as...
14652         (AC_TRY_COMMAND): this.
14653         (AC_RUN_IFELSE): New.
14654         * tests/compile.at (Extensions, C keywords)
14655         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
14656         (Broken/missing compilers, AC_PROG_CPP with warnings)
14657         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
14658         * tests/c.at (Extensions, C keywords)
14659         (Broken/missing compilers, AC_PROG_CPP with warnings)
14660         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
14661         (AC_PROG_CPP requires AC_PROG_CC): here and...
14662         * tests/fortran.at (GNU Fortran 77): there.
14663         * doc/autoconf.texi (autoconf Invocation): Fix the example:
14664         AC_TRY_RUN is about compilation, not shell commands.
14665         (Test Programs): AC_TRY_RUN works as used to be advertised.
14667 2001-09-27  Akim Demaille  <akim@epita.fr>
14669         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
14670         Raja R Harinath:
14671         Be sure to detect when $LINENO always returns the same value.
14672         Look for the original script, basename($0) is certainly not
14673         enough.
14674         Pass the CLI arguments to `$as_me.lineno'.
14676 2001-09-25  Akim Demaille  <akim@epita.fr>
14678         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
14679         Be sure the close and reopen the LOG fd before and after using tee
14680         to extend the log.
14681         <at_tests_pattern>: Adjust to the new format of at_help_all.
14683 2001-09-23  Akim Demaille  <akim@epita.fr>
14685         * bin/autom4te.in (parse_args): There can be several invocations
14686         of --language now.
14688 2001-09-23  Akim Demaille  <akim@epita.fr>
14690         * doc/autoconf.texi (Top): Wrap in @ifnottex.
14692 2001-09-23  Akim Demaille  <akim@epita.fr>
14694         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
14695         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
14696         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
14697         builddir, buildpath, top_builddir, and top_buildpath.
14698         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
14699         the current directory.
14700         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
14701         variables *before* changing the current directory.
14702         Skip nonexistent dirs.
14703         * doc/autoconf.texi (Preset Output Variables): Document these
14704         variables.
14706         * lib/autotest/general.m4: Do not reset AT_victims.
14707         Don't compute at_srcdir nor at_top_srcdir.
14709         * tests/tools.at: Hence use top_srcdir.
14711         * tests/Makefile.am, tests/autoconf, tests/autoheader,
14712         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
14713         Remove.
14714         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
14715         * tests/wrapsh.in, tests/autoupdate.in: New.
14716         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
14717         * configure.ac: Build the position independent wrappers.
14719         * man/Makefile.am: Now that test wrappers are position
14720         independent, use them and drop dark envvar magic.
14722 2001-09-23  Akim Demaille  <akim@epita.fr>
14724         * doc/autoconf.texi (Common Shell Constructs): Rename as...
14725         (Programming in M4sh): this.
14726         Promote to @section.
14728 2001-09-23  Akim Demaille  <akim@epita.fr>
14730         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
14731         Pass $at_debug_args to the rerun test suite.
14732         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
14733         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
14734         From Paul Eggert.
14736 2001-09-23  Akim Demaille  <akim@epita.fr>
14738         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
14740 2001-09-23  Akim Demaille  <akim@epita.fr>
14742         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
14743         over-escaping.
14745 2001-09-23  Akim Demaille  <akim@epita.fr>
14747         * lib/Autom4te/General.pm (&debug): New.
14748         * bin/autom4te.in ($language): Move to...
14749         (parse_args): here.
14750         Handle --language in languages.
14751         * lib/autom4te.in (Automake-selections, Autoheader-selections)
14752         (Autoscan-selections): New.
14753         (Autoconf): Adjust.
14755 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
14757         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
14758         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
14759         to match current versions from CVS Automake.
14761 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
14763         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
14764         for $LINENO.
14766 2001-09-22  Akim Demaille  <akim@epita.fr>
14768         * lib/autoconf/autotest.m4: Create `package.m4'.
14769         * tests/Makefile.am (package.m4): Remove.
14771 2001-09-22  Akim Demaille  <akim@epita.fr>
14773         Rely on `$LINENO' when possible instead of `__oline__'.
14775         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
14776         `$LINENO' support replacement when not supported.
14777         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
14778         them explicitly to be sure they are not output before this section
14779         (via m4_require).  Cosmetic only.
14780         * lib/autoconf/c.m4, lib/autoconf/general.m4,
14781         * lib/autoconf/programs.m4: Replace all the occurrences of
14782         `__oline__' with `$LINENO'.
14783         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
14785 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
14787         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
14788         character (u: -> ue) in a code comment.
14789         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
14790         it works.
14792 2001-09-21  Akim Demaille  <akim@epita.fr>
14794         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
14795         Suggested by Jim Meyering.
14797 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14799         * lib/autoconf/programs.m4: Use extensions listed in
14800         $ac_executable_extensions when looking for programs.
14802 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14804         * lib/autoconf/general.m4: Fix a small Englisho.
14805         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
14806         setting up ac_dir_suffix and ac_top_builddir.
14807         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
14809 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14811         * doc/autoconf.texi (File System Conventions): Clarify the use of
14812         PATH_SEPARATOR.
14813         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
14814         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
14815         be used instead of ':'.
14816         * lib/autotest/general.m4: Replace occurrences of ':' in
14817         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
14819 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14821         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
14822         arguments.  Fixed a typo.
14824 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14826         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
14827         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
14829 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14831         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
14832         * bin/autoupdate.in: Ditto.
14833         * bin/autoheader.in: Reworded a few comments.
14834         * bin/autoconf.in: Reworded help text for a few options.
14835         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
14836         * bin/autoscan.in, bin/autoupdate.in: Ditto.
14838 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
14840         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
14841         already have $file).  Set output files to binary mode (helps avoid
14842         CR issues on DOSish systems).
14844 2001-09-19  Akim Demaille  <akim@epita.fr>
14846         * lib/autotest/general.m4: Englishoes.
14847         From Tim Van Holder and Alexey Mahotkin.
14849 2001-09-18  Paul Eggert  <eggert@twinsun.com>
14851         * doc/autoconf.texi (Common Shell Constructs): New node,
14852         documenting AS_DIRNAME.
14853         (Limitations of Usual Tools): Refer to it when discussing dirname.
14854         Also, update discussion of POSIX standard to reflect latest draft.
14856         * lib/autoconf/c.m4:
14857         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
14859         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
14860         Do not pass a first argument with leading '-'
14861         to expr, by parenthesizing initial integers that might be negative.
14863         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
14864         now merely checks whether it is an error to pass an argument
14865         to getpgrp.
14867         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
14868         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
14869         whether it is a (compile-time) error to pass an argument to
14870         getpgrp.  This simpler test supports the revised documentation,
14871         and is all that AC_FUNC_GETPGRP's users really need.
14873 2001-09-18  Akim Demaille  <akim@epita.fr>
14875         * doc/autoconf.texi (Limitations of Make) <$<>: New.
14877 2001-09-18  Akim Demaille  <akim@epita.fr>
14879         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
14880         `{}'.
14881         * lib/autotest/general.m4 (AT_INIT): Adjust.
14883 2001-09-18  Paul Wagland  <paul@wagland.net>
14885         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
14886         correctly.
14887         Add test for AS_BASENAME.
14888         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
14889         added test. It now correctly handles /1/2/3/, returning '3' not ''.
14890         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
14891         * tests/base.at: Fixed the expected responses. The old ones were
14892         one line out...
14893         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
14894         the documentation claims it should (and how it behaved in 2.13).
14896 2001-09-18  Akim Demaille  <akim@epita.fr>
14898         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
14899         the AC_CONFIG_COMMANDS invocation.
14900         This also solves the name clash problems.
14901         Don't set the package's ID.
14902         * lib/m4sugar/Makefile.am (version.m4): Revamp.
14903         No longer to be shipped.
14904         (version.in): Remove.
14905         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
14906         * lib/autoconf/status.m4: Adjust.
14907         Use `m4_PACKAGE_STRING'.
14908         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
14909         the only optional argument is the name of the test suite.
14910         Expect `package.m4' to define the package signature.
14911         * lib/autom4te.in (Autotest): Add `package.m4?'.
14912         * tests/Makefile.am (package.m4): New.
14913         * tests/suite.at: ifnames is a victim.
14915 2001-09-18  Akim Demaille  <akim@epita.fr>
14917         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
14918         AC_LIBSOURCE, AC_CONFIG_FILES.
14919         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
14920         program version string doesn't match the package's.
14921         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
14922         after `(cached)'.
14924 2001-09-17  Paul Eggert  <eggert@twinsun.com>
14926         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
14927         Allow expression to return any value that can fit into unsigned long
14928         (not int, as before).  Check for output errors.
14930 2001-09-17  Bruno Haible  <haible@ilog.fr>
14932         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
14933         Always include <stdio.h> and <stdlib.h>. Evaluate
14934         the expression in an extra function before these includes. Call
14935         fprintf "%d" only after ensuring the argument is of type 'int'.
14936         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
14938 2001-09-17  Paul Eggert  <eggert@twinsun.com>
14940         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
14941         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
14942         fatal errors, and AC_CHECK_LIB causes it to include libraries even
14943         when they don't exist.
14945         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
14946         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
14947         need it.
14949         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
14950         version with the version used by fileutils 4.1, except use
14951         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
14952         we don't need it.
14954         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
14956 2001-09-13  Akim Demaille  <akim@epita.fr>
14958         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
14959         _first_.
14960         Reported by Gerrit P. Haase.
14962 2001-09-13  Akim Demaille  <akim@epita.fr>
14964         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
14965         m4_defn'ing is valid.
14967 2001-09-13  Akim Demaille  <akim@epita.fr>
14969         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
14970         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
14971         Use it.
14973 2001-09-13  Akim Demaille  <akim@epita.fr>
14975         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
14976         m4_match.
14977         (m4_re_escape): New.
14978         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
14979         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
14980         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
14981         Likewise.
14982         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
14983         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
14984         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
14985         AT_tests_all for consistency.
14986         Set at_victims.
14987         (AT_VICTIMS): Similar to AT_KEYWORDS.
14988         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
14990 2001-09-13  Akim Demaille  <akim@epita.fr>
14992         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
14994 2001-09-13  Akim Demaille  <akim@epita.fr>
14996         * lib/autotest/general.m4 (AT_INIT): Create and remove
14997         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
14998         test suites can cohabit.
15000 2001-09-13  Akim Demaille  <akim@epita.fr>
15002         * tests/mktests.sh: Don't output banners for empty test files.
15004 2001-09-13  Akim Demaille  <akim@epita.fr>
15006         Test suites can be run independently of configure.
15008         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
15009         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
15010         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
15011         ECHO_N etc.
15012         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
15013         and at_c.
15014         * lib/autotest/general.m4: Use ECHO_*.
15016 2001-09-13  Akim Demaille  <akim@epita.fr>
15018         * bin/ifnames.in: Rewrite in Perl.
15019         * configure.ac: Don't look for AWK.
15020         * tests/tools.at (AWK portability): Remove.
15021         (Syntax of the shell scripts): Don't check ifnames.
15022         (AT_CHECK_PERL_SYNTAX): New.
15023         (Syntax of the Perl scripts): Check ifnames.
15024         * tests/ifnames: New.
15026 2001-09-13  Akim Demaille  <akim@epita.fr>
15028         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
15029         test group titles.
15030         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
15031         Remove all the other keywords.
15033 2001-09-10  Akim Demaille  <akim@epita.fr>
15035         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
15036         SETUP: no longer used.
15037         Support -k, --keywords.
15038         <at_help>: Be `no', `short', or `long'.
15039         <at_help_all>: New variable.
15040         (AT_KEYWORDS): New.
15041         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
15042         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
15043         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
15044         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
15045         No longer fill the HELP diversion.
15046         (AT_CLEANUP): Use them.
15047         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
15048         (m4_list_append): Remove.
15050         Spread a few keywords in the Autoconf test suite.
15052 2001-09-10  Akim Demaille  <akim@epita.fr>
15054         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
15055         PATH_SEPARATOR, let M4sh compute it.
15056         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
15057         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
15058         Move to...
15059         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
15060         Simplify when the path is not a literal.
15061         (AS_UNAME): Use it to report PATH.
15062         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
15063         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
15064         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
15065         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
15066         normalize the path, and to look for victims.
15067         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
15068         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
15070 2001-09-07  Akim Demaille  <akim@epita.fr>
15072         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
15073         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
15074         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
15075         related variables into `at_package_*'.
15076         * lib/autotest/general.m4 (AT_VICTIMS): New.
15077         (AT_INIT): Adjust for stand-alone/embedded test suites.
15078         (AS_MESSAGE_LOG_FD): Define and use it.
15079         * tests/suite.at (AT_VICTIMS): Use it.
15080         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
15081         at_version.
15083 2001-09-07  Akim Demaille  <akim@epita.fr>
15085         Move toward possibly stand-alone test suites.
15087         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
15088         in addition, it introduces useless differences in logs.
15089         (AT_INIT): Let atconfig and atlocal be both optional.
15090         Adjust PATH computation.
15091         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
15093 2001-09-07  Akim Demaille  <akim@epita.fr>
15095         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
15096         m4sugar/version.m4.
15098 2001-09-05  Akim Demaille  <akim@epita.fr>
15100         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
15101         to avoid GCC warnings.
15102         From Uwe Seimet.
15104 2001-09-05  Akim Demaille  <akim@epita.fr>
15106         * bin/autom4te.in: --language is -l, not -s.
15108 2001-09-05  Akim Demaille  <akim@epita.fr>
15110         Be ready to handle filenames as stupid as `dnl.at', for if even
15111         the maintainer is dumb enough to do that...
15113         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
15114         excellence in M4 quotation: consider `__file__' is active.
15116         And BTW, when invoking m4, pass the --include in the right order:
15117         the wrong one.
15119         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
15120         4m.
15122 2001-09-05  Akim Demaille  <akim@epita.fr>
15124         * lib/Autom4te/XFile.pm: New lib file.
15125         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
15126         * bin/autoheader.in: Use it.
15128 2001-09-05  Akim Demaille  <akim@epita.fr>
15130         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
15131         defined.
15133 2001-09-05  Akim Demaille  <akim@epita.fr>
15135         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
15136         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
15138         * bin/autoscan.in: Use `getopt' and `find_files' etc.
15139         Add -I, --include support.
15140         * doc/autoconf.texi (autoscan Invocation): Adjust.
15142 2001-09-05  Akim Demaille  <akim@epita.fr>
15144         CVS GNU M4 doesn't like `undefine(undefined)'.
15146         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
15147         New, extracted from main.
15148         Use IO::File wherever possible.
15149         (input.m4): Be constant, use -I instead of hard coding $tmp.
15150         Therefore be a quoted heredoc.
15151         Don't invoke `_au_disable', since ac was not loaded, but just
15152         `unm4.m4'.
15154 2001-08-31  Akim Demaille  <akim@epita.fr>
15156         Version 2.52d.
15158 2001-08-31  Akim Demaille  <akim@epita.fr>
15160         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
15161         previous patch.
15162         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
15164 2001-08-31  Akim Demaille  <akim@epita.fr>
15166         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
15167         serious problems handling heredocs in heredocs.
15168         Reported by Nicolas Joly.
15170 2001-08-31  Akim Demaille  <akim@epita.fr>
15172         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
15173         (Making testsuite Scripts): Update.
15175 2001-08-31  Akim Demaille  <akim@epita.fr>
15177         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
15179 2001-08-31  Akim Demaille  <akim@epita.fr>
15181         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
15182         (testsuite Scripts): There is no such thing as `atconfig.in'.
15183         And actually one diagram is missing: test suite runtime.
15185 2001-08-31  Akim Demaille  <akim@epita.fr>
15187         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
15188         inverse order.
15190 2001-08-31  Akim Demaille  <akim@epita.fr>
15192         * bin/autoupdate.in (@include): `installcheck' revealed the path
15193         to m4sugar was lacking!
15195 2001-08-31  Akim Demaille  <akim@epita.fr>
15197         * man/Makefile.am (.x.1): We really have to pass
15198         autom4te_perllibdir.
15200 2001-08-31  Akim Demaille  <akim@epita.fr>
15202         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
15203         debug scripts, in particular passing explicitly listed tests to
15204         run is stupid.
15206 2001-08-31  Akim Demaille  <akim@epita.fr>
15208         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
15209         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
15210         Use directly autom4te, not autoconf.
15211         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
15213 2001-08-31  Akim Demaille  <akim@epita.fr>
15215         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
15216         * bin/autoheader.in (%symbol): Strip arguments of macros.
15218 2001-08-31  Akim Demaille  <akim@epita.fr>
15220         * doc/autoconf.texi: Catch up -I, --include changes.
15222 2001-08-31  Akim Demaille  <akim@epita.fr>
15224         * bin/autom4te.in (&parse_args): Die on unknown languages.
15225         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
15226         need for autoconf.
15227         Promote --include over --macrodir and other obsolete options.
15229 2001-08-31  Akim Demaille  <akim@epita.fr>
15231         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
15232         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
15233         * bin/autom4te.in ($autoconf): Pass --force.
15234         `print $out' doesn't print `$_' but `$out'.
15235         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
15236         (autoheader): Pass --force since the test suite goes too fast for
15237         the time stamps.
15238         Adjust to the new autoheader messages.
15240 2001-08-31  Akim Demaille  <akim@epita.fr>
15242         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
15243         Check the completeness of the #template.
15244         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
15245         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
15246         invocation.
15248 2001-08-31  Akim Demaille  <akim@epita.fr>
15250         * lib/Autom4te/General.pm (&find_file, &update_file): New.
15251         * bin/autoupdate.in, bin/autoheader.in: Adjust.
15252         Drop AC_MACRODIR dead for real.
15253         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
15254         `autoheader: `config.hin' is created'.
15255         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
15257 2001-08-31  Akim Demaille  <akim@epita.fr>
15259         * bin/autoheader.in: Rewrite in Perl.
15260         * tests/autoheader: Adjust.
15262 2001-08-31  Akim Demaille  <akim@epita.fr>
15264         * bin/autoconf.in (--include, -I): New option.
15265         Map --localdir, --autoconf-dir onto it.
15266         Forward autom4te's options instead of interpreting them.
15267         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
15268         There is no such envvar since the inception of autom4te.cfg.
15269         * bin/autom4te.in (&parse_args): Uniquify `@include'.
15270         * bin/autoupdate.in: Adjust, and perform more control.
15271         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
15272         * tests/autoconf: Dittowise.
15274 2001-08-31  Akim Demaille  <akim@epita.fr>
15276         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
15277         * bin/autom4te.in (&find_file): Support `FILE?' standing for
15278         optionally `FILE'.
15279         Use -e, not -f, since /dev/null for instance is OK.
15280         (&parse_args): Adjust.
15281         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
15283 2001-08-31  Akim Demaille  <akim@epita.fr>
15285         * configure.ac: Also find tested executables in bin.
15286         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
15287         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
15288         installed peer executables, only PATH is allowed to resolve it.
15289         Pass `autoconf_dir' via options, not via invisible envvars.
15290         * lib/Autom4te/General.pm (&find_peer): Remove.
15291         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
15292         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
15293         * man/Makefile.am: Let help2man rely on PATH instead of trying to
15294         find the executables for it.
15295         * tests/Makefile.am: Major cleanup.  Too lazy to document...
15296         * tests/atlocal.in: Remove all the obscure envvar manipulations.
15297         We only need PERL.
15298         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
15299         indeed related to running the test suite, while passing
15300         --autoconf-dir and others is related to running non installed
15301         Autoconf executables.  So don't do that, leave it to...
15302         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
15303         * tests/autoscan: New.
15304         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
15305         refer to library files: rely on --language.
15307 2001-08-29  Akim Demaille  <akim@epita.fr>
15309         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
15310         s/--set/--language/.
15312 2001-08-29  Akim Demaille  <akim@epita.fr>
15314         * doc/autoconf.texi: Strip the @nodes.
15315         Suggested by Paul Eggert.
15316         (Initializing configure): Typo.
15318 2001-08-29  Akim Demaille  <akim@epita.fr>
15320         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
15321         Suggested by Paul Eggert.
15323 2001-08-29  Akim Demaille  <akim@epita.fr>
15325         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
15326         download in a tmp dir.
15328 2001-08-29  Akim Demaille  <akim@epita.fr>
15330         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
15331         case insensitive OSes out there :(
15332         From Tim Van Holder.
15334 2001-08-29  Akim Demaille  <akim@epita.fr>
15336         * lib/autom4te.in: New.
15337         * lib/Makefile.am (edit, autom4te.cfg): New.
15338         * bin/autom4te.in (BEGIN): Simplify.
15339         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
15340         (&load_configuration): New.  Use it.
15341         (&parse_args): Support --mode, --set, and --melt.
15342         * bin/autoconf.in: Simplify and adjust.
15343         * tests/Makefile.am (AUTOMAKE): Use --set.
15344         * tests/atlocal.in: Adjust.
15345         * BUGS: distcheck and check are weak.
15347 2001-08-29  Akim Demaille  <akim@epita.fr>
15349         * lib/autotest/general.m4: Use
15350                 foo=`(command) 2>/dev/null`
15351         not
15352                 foo=`command` 2>/dev/null
15353         (at-devnull): Rename as...
15354         (AT-devnull): this.
15355         (--clean): Remove AT-* files too.
15356         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
15357         Reported by Nicolas Joly.
15359 2001-08-28  Akim Demaille  <akim@epita.fr>
15361         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
15362         quotes inside single quotes.
15363         Reported by Nicolas Joly.
15365 2001-08-28  Kevin Ryde  <user42@zip.com.au>
15367         * doc/autoconf.texi (Function Portability): Mention C right shifts.
15369 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
15371         * lib/autotest/general.m4: Reword some messages.
15372         (AT_INIT): Check for the `times' builtin before using it.
15373         Support test ranges as arguments to the testsuite.
15374         Have -e imply -d as the help text suggested.
15376 2001-08-27  Akim Demaille  <akim@epita.fr>
15378         * Makefile.maint: Formatting changes.
15379         (do-po-update, po-update, cvs-update, update): New targets.
15380         (AMTAR): Remove.
15382 2001-08-27  Akim Demaille  <akim@epita.fr>
15384         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
15385         <at_cmd_line>: New.
15386         Pass it to debug-*.sh scripts.
15387         <AUTOTEST_PATH>: May contain absolute dir names.
15389 2001-08-27  Akim Demaille  <akim@epita.fr>
15391         * lib/autotest/general.m4 (AT_INIT): Log the command line.
15392         Support `VAR=VAL' as arguments.
15393         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
15394         may be set via the command line.
15396 2001-08-27  Akim Demaille  <akim@epita.fr>
15398         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
15399         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
15400         first the build dirs, then the src dirs.
15401         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
15403 2001-08-27  Akim Demaille  <akim@epita.fr>
15405         * lib/autotest/general.m4 (AT_INIT): Output the definition of
15406         at_data_files earlier.
15407         (--clean, -c): New option.
15408         * tests/Makefile.am: Use this option.
15410 2001-08-27  Akim Demaille  <akim@epita.fr>
15412         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
15413         `ac_top_builddir' to mimic Automake's vocabulary, which much more
15414         readable.
15415         Adjust callers.
15416         * doc/autoconf.texi (Configuration Actions): Document the vars
15417         available in commands.
15418         Emphasize the risks of collisions in init-cmds.
15420 2001-08-27  Akim Demaille  <akim@epita.fr>
15422         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
15423         (Initializing configure): this new node.
15425 2001-08-27  Akim Demaille  <akim@epita.fr>
15427         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
15429 2001-08-27  Akim Demaille  <akim@epita.fr>
15431         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
15432         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
15433         New file.
15434         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
15436 2001-08-27  Akim Demaille  <akim@epita.fr>
15438         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
15439         to...
15440         * lib/autoconf/autoheader.m4: this new file.
15441         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
15442         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
15443         Move to...
15444         * lib/autoconf/autoupdate.m4: this new file.
15446 2001-08-27  Akim Demaille  <akim@epita.fr>
15448         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
15449         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
15450         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
15451         -> ac_dir).
15452         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
15453         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
15455 2001-08-27  Akim Demaille  <akim@epita.fr>
15457         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
15458         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
15459         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
15460         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
15461         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
15462         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
15463         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
15464         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
15465         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
15466         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
15467         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
15468         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
15469         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
15470         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
15471         (_AC_OUTPUT_SUBDIRS): Move to...
15472         * lib/autoconf/status.m4: this new file.
15473         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
15474         * tests/Makefile.am, tests/suite.at: Adjust.
15476 2001-08-27  Akim Demaille  <akim@epita.fr>
15478         Automake 1.5.
15480         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
15481         (AMTAR): Help automake define it.
15482         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
15483         needed, 1.5 can have a macro and a target with the same name.
15484         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
15485         * m4/strip.m4: New.
15486         * m4/init.m4, m4/sanity.m4: Update.
15487         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
15488         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
15489         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
15490         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
15492 2001-08-27  Akim Demaille  <akim@epita.fr>
15494         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
15496         * lib/autoconf/version.in: Remove.
15497         * lib/m4sugar/version.in: New.
15498         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
15499         Adjust callers.
15500         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
15501         the name of the directory they're in, instead of the filename,
15502         since version.m4 is now in m4sugar, but m4_acversion must not be
15503         classified as an Autoconf macro.
15504         ($input_m4): Don't qualify the path to m4sugar.
15505         Rather, pass autoconf_dir to m4.
15506         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
15507         * tests/suite.at: Require 2.52c.
15509 2001-08-27  Akim Demaille  <akim@epita.fr>
15511         testsuite.log should include config.log.
15513         * lib/autotest/autotest.m4: New.
15514         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
15515         * tests/suite.at : Adjust.
15516         (AT_INIT): Log config.log.
15517         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
15518         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
15519         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
15520         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
15521         of config.log on traps.
15522         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
15523         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
15524         for config.status'.
15525         Open the log as soon as possible.
15526         Use the same log introduction as configure's.
15528 2001-08-22  Paul Eggert  <eggert@twinsun.com>
15530         * doc/autoconf.texi (Indices): New node.
15531         Move indices out of the top level menu and into this submenu.
15533 2001-08-22  Akim Demaille  <akim@epita.fr>
15535         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
15536         AC_TRY_COMMAND.
15537         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
15539 2001-08-22  Akim Demaille  <akim@epita.fr>
15541         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
15542         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
15543         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
15544         * lib/autoconf/programs.m4: here.
15545         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
15546         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
15547         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
15548         * lib/autoconf/programs.m4: here.
15549         (_AC_DECL_YYTEXT): Rename as...
15550         (_AC_PROG_LEX_YYTEXT_DECL): this.
15551         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
15552         * tests/Makefile.am, tests/suite.am: Adjust.
15554 2001-08-22  Akim Demaille  <akim@epita.fr>
15556         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
15557         Move to...
15558         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
15559         here.
15560         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
15561         * lib/autoconf/functions.m4: here.
15562         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
15563         (AH_CHECK_LIB): Move to...
15564         * lib/autoconf/libs: this new file.
15565         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
15566         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
15567         * lib/autoconf/libs.m4: here.
15568         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
15570 2001-08-22  Akim Demaille  <akim@epita.fr>
15572         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
15573         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
15574         (AC_SITE_LOAD): Better logging of config.site.
15576 2001-08-20  Akim Demaille  <akim@epita.fr>
15578         * configure.ac (AT_CONFIG): Fix the path.
15579         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
15580         can be used.
15582 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
15584         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
15585         program with AC_LANG_PROGRAM before feeding it to
15586         AC_COMPILE_IFELSE.  Cleanup grep usage.
15588 2001-08-20  Akim Demaille  <akim@epita.fr>
15590         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
15591         * NEWS, README, README-alpha, TODO, tests/README: This package is
15592         `Autoconf', not `autoconf' (the executable).
15594 2001-08-20  Akim Demaille  <akim@epita.fr>
15596         Info readers seem to need `Index' in the index node title :(
15598         * doc/autoconf.texi: Reverse the 2001-08-15 change which
15599         simplified index node names.
15601 2001-08-20  Akim Demaille  <akim@epita.fr>
15603         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
15604         arguments are not literals.
15605         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
15606         Specify the output variables, and macros defined.
15608 2001-08-20  Akim Demaille  <akim@epita.fr>
15610         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
15611         (Examining Syntax) <AC_TRY_COMPILE>
15612         (Examining Libraries) <AC_TRY_LINK>
15613         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
15614         their arguments.
15615         Reported by Werner Lemberg.
15617 2001-08-20  Akim Demaille  <akim@epita.fr>
15619         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
15620         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
15621         Load atlocal late enough to dump it in the log.
15622         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
15624 2001-08-20  Akim Demaille  <akim@epita.fr>
15626         * tests/torture.at (Configuring subdirectories): New test.
15627         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
15628         looking for.
15629         * m4/atconfig.m4: Be sure the let $[0] be expandable.
15630         (top_srcdir): Fix its computation.
15632 2001-08-20  Akim Demaille  <akim@epita.fr>
15634         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
15635         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
15636         test suite lives.
15637         Create `atconfig' automagically.
15638         Configure atlocal.in if present.
15639         * tests/atconfig.in: Remove.
15640         * tests/atlocal.in: New.
15641         * tests/Makefile.am: Adjust.
15643 2001-08-20  Akim Demaille  <akim@epita.fr>
15645         Huh!?!?!  There are still some user EOF tags used, which prevents
15646         their use in AC_CONFIG_COMMANDS for instance...
15648         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
15649         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
15650         `_CSEOF', or `_ATEOF', as appropriate.
15651         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
15652         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
15654 2001-08-20  Akim Demaille  <akim@epita.fr>
15656         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
15657         * tests/semantics.at, tests/tools.at, tests/torture.at:
15658         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
15660 2001-08-20  Akim Demaille  <akim@epita.fr>
15662         Autotest invokes M4sh's initialization.
15664         * lib/autotest/general.m4: Adjust the diversion names.
15665         (AT_INIT): Run AS_INIT.
15666         Use the BINSH diversion to invoke /bin/sh.
15667         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
15668         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
15670 2001-08-20  Akim Demaille  <akim@epita.fr>
15672         Let M4sh have its own diversions.
15674         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
15675         (_m4_divert(NOTICE)): Rename as...
15676         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
15677         (_m4_divert(HEADER-COMMENT)): these.
15678         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
15679         (_m4_divert(NOTICE)): New, for Libtool.
15680         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
15681         long ago with `_m4_divert(GROW)'.
15682         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
15684 2001-08-20  Akim Demaille  <akim@epita.fr>
15686         * tests/base.at, tests/compile.at, tests/foreign.at,
15687         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
15688         * tests/semantics.at, tests/suite.at, tests/tools.at,
15689         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
15691 2001-08-20  Akim Demaille  <akim@epita.fr>
15693         * bin/autom4te.in (handle_output): Handle @__@.
15695 2001-08-20  Akim Demaille  <akim@epita.fr>
15697         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
15698         * lib/autotest/general.m4: Adjust the license.
15700 2001-08-17  Paul Eggert  <eggert@twinsun.com>
15702         * doc/autoconf.texi (Function Portability): Mention snprintf,
15703         following up on a suggestion by Kevin Ryde.
15705 2001-08-17  Akim Demaille  <akim@epita.fr>
15707         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
15708         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
15710 2001-08-17  Akim Demaille  <akim@epita.fr>
15712         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
15713         `$0.log' as for projects where testsuite is in src, we'd have
15714         testsuite.log created in src.
15716 2001-08-17  Akim Demaille  <akim@epita.fr>
15718         * bin/autom4te.in (&parse_args): Recognize --normalize.
15720 2001-08-17  Akim Demaille  <akim@epita.fr>
15722         Start implementing the AC_CHECK_HEADER transition scheme.
15724         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
15725         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
15726         (AC_CHECK_HEADER): Use them.
15728 2001-08-17  Akim Demaille  <akim@epita.fr>
15730         * doc/autoconf.texi: Work around Texinfo buglets.
15731         (Transformation Rules): One example is enough, users are expected
15732         to have their brains on. And BTW, use DESTDIR.
15733         (dvar): New macro.  Use it.
15735 2001-08-17  Akim Demaille  <akim@epita.fr>
15737         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
15738         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
15739         looking for ChangeLogs.
15741 2001-08-17  Akim Demaille  <akim@epita.fr>
15743         * bin/autom4te.in: --normalize is a new option.
15744         * bin/autoconf.in: Use it.
15746 2001-08-17  Akim Demaille  <akim@epita.fr>
15748         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
15749         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
15751 2001-08-16  Paul Eggert  <eggert@twinsun.com>
15753         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
15754         start, not at end.
15756 2001-08-15  Akim Demaille  <akim@epita.fr>
15758         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
15759         Use it.
15761 2001-08-15  Akim Demaille  <akim@epita.fr>
15763         * doc/autoconf.texi (pr): New index.
15764         (prindex, findex): Use, merge, and output them.
15765         (Environment Variable Index, Output Variable Index)
15766         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
15767         (Autotest Macro Index): Rename as...
15768         (Environment Variables, Output Variables,Preprocessor Symbols)
15769         (Autoconf Macros, M4 Macros, Autotest Macros): these.
15770         * doc/install.texi: Use @command.
15771         (Environment Variables): Rename as...
15772         (Defining Variables): this.
15774 2001-08-15  Akim Demaille  <akim@epita.fr>
15776         * doc/autoconf.texi (Function Portability): sprintf's return
15777         value.
15778         From Kevin Ryde.
15780 2001-08-15  Akim Demaille  <akim@epita.fr>
15782         * Makefile.maint (CVS): New.
15783         (local-check): Run changelog-check. last.
15784         (alpha): Don't depend upon local-check, since...
15785         (cvs-dist): depends upon it.
15787 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
15789         * tests/Makefile.am: Use a clean-local rule to remove
15790         autom4te.cache (it's a directory, not a file.
15791         * Makefile.am: Ditto (but maintainer-clean-local).
15793 2001-08-15  Akim Demaille  <akim@epita.fr>
15795         * bin/autom4te.in (@m4_warning): New.
15796         (&handle_m4): Use it.
15797         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
15798         warnings are issued at each run.
15799         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
15800         is in the src tree.
15802 2001-08-15  Akim Demaille  <akim@epita.fr>
15804         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
15805         don't waste time running `autoupdate --version' works.
15806         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
15808 2001-08-13  Akim Demaille  <akim@epita.fr>
15810         * doc/autoconf.texi (ma): Rename this index as...
15811         (ac): this.
15813 2001-08-13  Akim Demaille  <akim@epita.fr>
15815         * Makefile.am: Remove dead code and dead comments.
15816         (pdf, html): New targets.
15817         * doc/autoconf.texi (Using Autotest): New chapter.
15818         * doc/Makefile.am (pdf): New targets.
15819         (CLEANFILES): Adjust.
15821 2001-08-13  Akim Demaille  <akim@epita.fr>
15823         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
15824         duration of the test suite.
15826 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
15828         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
15829         endianness for comparison instead of relying on AT_CHECK_ENV.
15831 2001-08-11  Paul Eggert  <eggert@twinsun.com>
15833         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
15834         to the INSTALL file.
15836 2001-08-11  Paul Eggert  <eggert@twinsun.com>
15838         * NEWS: The autoconf manual now is distributed under the terms
15839         of the GNU Free Documentation License.
15841         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
15842         Add an appendix "Copying This Manual" for the FDL.
15844         * doc/fdl.texi: New file, from
15845         <http://www.gnu.org/licenses/fdl.texi>.
15847         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
15849 2001-08-10  Paul Eggert  <eggert@twinsun.com>
15851         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
15852         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
15853         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
15854         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
15855         m4/sanity.m4, tests/README, tests/aclocal.m4,
15856         tests/atspecific.m4, tests/base.at, tests/compile.at,
15857         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
15858         tests/semantics.at, tests/suite.at, tests/tools.at,
15859         tests/torture.at: Add copyright notice.
15861         * tests/mktests.sh: Update year in copyright notice.
15863 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
15865         * tests/semantics.at (AC_C_BIGENDIAN): New test.
15867 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
15869         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
15870         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
15871         * doc/autoconf.texi (C Compiler Characteristics): Update
15872         documentation for AC_C_BIGENDIAN.
15874 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
15876         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
15877         magic values from an object file when cross-compiling.
15878         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
15880 2001-08-10  Akim Demaille  <akim@epita.fr>
15882         * bin/autom4te.in (&handle_output): Don't use `grep' with side
15883         effects.
15884         Suggested by Russ Allbery.
15886 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
15888         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
15889         current $prefix to the sub-configures.
15891 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
15893         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
15894         extension (needed on BeOS).  Reported by Guido van Rossum.
15896 2001-08-09  Akim Demaille  <akim@epita.fr>
15898         * bin/autom4te.in ($icache): Load it only if older than autom4te.
15900 2001-08-07  Akim Demaille  <akim@epita.fr>
15902         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
15903         removed.
15904         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
15905         No need to remove the files before and after the each test, before
15906         each test and at the end of the suite is enough.
15907         Display only the children `times', not the shell's.
15908         If the test failed or was skipped, at-times is not available.
15910 2001-08-07  Akim Demaille  <akim@epita.fr>
15912         Always produce testsuite.log, including when there are no
15913         failures.  This helps getting information on skipped tests, and
15914         duration of the tests.  Err, implement the latter btw.
15916         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
15917         Dump information on the first run of each test.
15918         (AT_CLEANUP): Create `at-times' containing the duration of the
15919         test group.
15921 2001-08-07  Akim Demaille  <akim@epita.fr>
15923         The use of `dumpstat' revealed that `len' was used although it
15924         should not.  m4_text_wrap was using it, but in the Autoconf world
15925         where it is legal.  Hence (i) test M4sh in its own world, not
15926         Autoconf's, and (ii), ahem, fix the bug :)
15928         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
15929         does not like `' instead of [].
15930         (AT_INIT): Forbid `^_?AT_'.
15931         And don't output such tokens.
15932         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
15933         `script.as', and `autom4te.cache'.
15934         Remove `empty' and `macro' which are no longer used.
15935         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
15936         * tests/m4sugar.at: Use it.
15937         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
15939 2001-08-07  Akim Demaille  <akim@epita.fr>
15941         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
15943 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
15945         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
15947 2001-08-04  Akim Demaille  <akim@epita.fr>
15949         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
15950         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
15951         AC_TRY_LINK.
15952         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
15953         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
15954         (AC_F77_MAIN): Likewise.
15956 2001-08-04  Akim Demaille  <akim@epita.fr>
15958         Don't rely on M4sugar outputting the patterns in files, since we
15959         might process the output _without_ running m4, hence without these
15960         files.
15962         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
15963         * bin/autom4te.in (@Request::includes): Remove, unused.
15964         (@Request::source): Rename as...
15965         (@Request::input): this.
15966         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
15967         (&handle_output): Fetch the patterns from the traces.
15968         `$forbidden' and `$allowed' are constant: use m//o.
15969         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
15970         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
15972 2001-08-04  Akim Demaille  <akim@epita.fr>
15974         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
15975         autoconf', i.e., in addition to caching traces, cache the output.
15977         * bin/autom4te.in (Request::cache): Rename as...
15978         (Request::id): this.
15979         ($cache, $icache, $tcache, $ocache): New.
15980         (&handle_m4): Save M4 output in the cache instead of $tmp.
15981         (&handle_output): Adjust.
15982         (&up_to_date_p): Check that the output cache is up to date too.
15983         (top level): Run `&handle_m4' iff force or the cache is invalid.
15984         Run `&handle_output' if the output cache is more recent.
15986 2001-08-04  Akim Demaille  <akim@epita.fr>
15988         * bin/autom4te.in ($force): New.
15989         (&parse_args, &print_usage): -f, --force is a new option.
15990         (&handle_output): CPP directives might have spaces after `#'.
15991         (&parse_args): The first file only can be frozen.
15993 2001-08-04  Akim Demaille  <akim@epita.fr>
15995         Don't let autom4te compute the `include' traces several times:
15996         first check that the trace cache file is up to date, and then
15997         compare its timestamp with that of the output.
15999         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
16000         the preamble.  Don't require 5.005 as Autom4te::General does it,
16001         and better yet (use `use', not `require'!).
16002         * lib/Autom4te/Struct.pm: Rename the last occurrences of
16003         Class::Struct as Autom4te::Struct.
16004         * lib/Autom4te/General.pm (File::stat): Use it.
16005         (&mtime): New, export it.
16006         * bin/autom4te.in: Use it.
16007         Declare `$req' is invalid if it is outdated.
16008         Don't declare it valid before saving it if something went wrong.
16010 2001-08-04  Akim Demaille  <akim@epita.fr>
16012         Autom4te shall not encode Autoconf data, and preselecting traces
16013         must be proposed to the users.
16015         * bin/autom4te.in (@required_trace): Remove.
16016         (@preselect): New.
16017         (&parse_args, &print_usage): -p, --preselect is a new option.
16018         (&up_to_date_p): Adjust.
16019         * bin/autoconf.in: Preselect some Autoconf macros.
16021 2001-08-04  Akim Demaille  <akim@epita.fr>
16023         * tests/tools.at (autoconf --trace: user macros): Check traces on
16024         macros invoked without arguments, and macros invoked with multiple
16025         lines arguments.
16027 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
16029         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
16030         arguments.
16032 2001-08-03  Akim Demaille  <akim@epita.fr>
16034         * bin/autoconf.in ($@): Work around the usual sh bug.
16035         From Nicolas Joly.
16037 2001-08-03  Akim Demaille  <akim@epita.fr>
16039         Clean up the handling of the M4 builtins tracing exception.
16041         * bin/autom4te.in (Request::request): Don't complete M4 builtins
16042         trace requests.
16043         (@m4_builtins): Rename as...
16044         (@m4_builtin): this.
16045         (%m4_builtin_alternate_name): New.
16046         (&parse_args): Complete the trace requests with alternate names.
16047         (&handle_traces): Hence no longer do it here.
16048         (&trace_requests): Remove, unused.
16050 2001-08-03  Akim Demaille  <akim@epita.fr>
16052         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
16053         m4_if, and m4_wrap.
16055 2001-08-03  Akim Demaille  <akim@epita.fr>
16057         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
16058         (m4_divert_pop): Dump the whole diversion stack when a diversion
16059         mismatch happens.
16060         * bin/autom4te.in (&handle_output): Remember of the first
16061         occurrence of a possibly undefined macro, not the last.
16062         Complain about the possibly undefined macros in the same order as
16063         the appear in the output.
16064         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
16065         * tests/tools.at (autoconf: forbidden tokens, basic)
16066         (autoconf: forbidden tokens, exceptions): No longer sort
16067         autoconf's stderr, as it is now deterministic.
16068         Check that `dnl' is caught.
16070 2001-08-01  Akim Demaille  <akim@epita.fr>
16072         * configure.ac: Bump to 2.52c.
16074 2001-08-01  Akim Demaille  <akim@epita.fr>
16076         Version 2.52b.
16078         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
16080 2001-08-01  Akim Demaille  <akim@epita.fr>
16082         Version 2.52a.
16084 2001-08-01  Akim Demaille  <akim@epita.fr>
16086         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
16087         `die'.
16088         (&END): New.
16089         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
16090         `END', as `Autom4te::General::END' will be triggered.
16091         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
16092         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
16093         system to run `mv', `rm', and `cmp'.
16095 2001-08-01  Akim Demaille  <akim@epita.fr>
16097         * lib/Autom4te/General.pm (&unique): New.
16098         * bin/autoscan.in (&output): Use it to issue trace requests once.
16100 2001-08-01  Akim Demaille  <akim@epita.fr>
16102         * lib/Autom4te/General.pm: New.
16103         * bin/autom4te.in (Autom4te::General): Use it.
16104         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
16105         (&find_configure_ac, &find_slave): Remove.
16106         * bin/autoscan.in: Likewise.
16107         * bin/autoupdate.in: Likewise.
16109 2001-08-01  Akim Demaille  <akim@epita.fr>
16111         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
16112         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
16113         * bin: here, new directory.
16114         * lib/Autoconf: Rename as...
16115         * lib/Autom4te: this, to please case insensitive junkie OSes.
16117 2001-08-01  Akim Demaille  <akim@epita.fr>
16119         * autom4te.in ($m4): Handle the --nesting-limit.
16120         * autoconf.in (M4): Remove.
16122 2001-08-01  Akim Demaille  <akim@epita.fr>
16124         * autoconf.in ($AWK): Remove, no longer used.
16125         * test/tools.at: Use AT_CHECK_AUTOCONF.
16126         (AWK portability): Remove, for autoconf no longer uses AWK.
16127         (Syntax of the Perl scripts): New.
16128         * configure.ac: autoconf no longer needs an AWK with a good
16129         regexp engine.
16130         Use a static test on AC_PACKAGE_VERSION.
16131         * autom4te.in (&up_to_date_p): Output depends on the arguments.
16132         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
16133         * tests/atconfig.in (PERL): New.
16135 2001-08-01  Akim Demaille  <akim@epita.fr>
16137         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
16138         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
16139         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
16140         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
16141         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
16142         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
16143         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
16144         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
16145         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
16146         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
16147         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
16148         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
16149         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
16150         * lib/autoconf/c.m4: here, new file.
16152         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
16153         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
16154         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
16155         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
16156         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
16157         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
16158         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
16159         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
16160         (AC_F77_FUNC): Move to...
16161         * lib/autoconf/fortran.m4: here, new file.
16163 2001-08-01  Akim Demaille  <akim@epita.fr>
16165         * acfunctions.m4: Rename as...
16166         * lib/autoconf/functions.m4: this.
16167         * acgeneral.m4: Rename as...
16168         * lib/autoconf/general.m4: this.
16169         * acheaders.m4: Rename as...
16170         * lib/autoconf/headers.m4: this.
16171         * aclang.m4: Rename as...
16172         * lib/autoconf/lang.m4: this.
16173         * acoldnames.m4: Rename as...
16174         * lib/autoconf/oldnames.m4: this.
16175         * acspecific.m4: Rename as...
16176         * lib/autoconf/specific.m4: this.
16177         * actypes.m4: Rename as...
16178         * lib/autoconf/types.m4: this.
16179         * autoconf.m4: Rename as...
16180         * lib/autoconf/autoconf.m4: this.
16182         * m4sugar.m4: Rename as...
16183         * lib/m4sugar/m4sugar.m4: this.
16184         * m4sh.m4: Rename as...
16185         * lib/m4sugar/m4sh.m4: this.
16187         * tests/atgeneral.m4: Rename as...
16188         * lib/autotest/general.m4: this.
16190         * acfunctions: Rename as...
16191         * lib/autoscan/functions: this.
16192         * acheaders: Rename as...
16193         * lib/autoscan/headers: this.
16194         * acidentifiers: Rename as...
16195         * lib/autoscan/identifiers: this.
16196         * aclibraries: Rename as...
16197         * lib/autoscan/libraries: this.
16198         * acmakevars: Rename as...
16199         * lib/autoscan/makevars: this.
16200         * acprograms: Rename as...
16201         * lib/autoscan/programs: this.
16203 2001-08-01  Akim Demaille  <akim@epita.fr>
16205         * doc/autoconf.texi: Moving/deleting open files is not portable.
16206         Portability issues for `.' (source), and more information about sed.
16208 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
16210         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
16211         which has a special meaning and is not a reference to libibmil.a.
16212         Reported by Matteo Frigo.
16214 2001-07-25  Pavel Roskin  <proski@gnu.org>
16216         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
16217         output.
16219 2001-07-25  Akim Demaille  <akim@epita.fr>
16221         * autoconf.in: Try to define the variables before using them.
16222         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
16223         instead of `$perllibdir'.
16224         * tests/atconfig.in ($autom4te_perllibdir): Export it.
16226 2001-07-25  Akim Demaille  <akim@epita.fr>
16228         * autoconf.in (ac_LF_and_DOT): Remove, unused.
16230 2001-07-24  Akim Demaille  <akim@epita.fr>
16232         Let autoconf use autom4te for traces.
16234         * autoconf.in ($task, task trace): Remove, merely pass --trace to
16235         autom4te.
16236         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
16237         (Because I found no way for autom4te to accept `-').
16238         * autom4te.in (&Request::request): Beware of M4 builtins.
16239         (END): Don't try to remove the content of an empty dir.
16240         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
16241         (&handle_output): Set a default value to `$forbidden'.
16242         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
16243         ($autoconf): Pass --debug and --verbose.
16244         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
16245         cache.
16247 2001-07-24  Akim Demaille  <akim@epita.fr>
16249         Let autoconf use autom4te to create configure.
16251         * autoconf.in ($automate): New var.
16252         (task script): Use autom4te.
16253         * autom4te.in (File::Spec): Use it.
16254         (&find_file): New.
16255         (&parse_args): --warning is -W, not -w.
16256         Find the top level files.
16257         (&handle_m4): Pass the warnings flags.
16258         Don't report verbosely m4's failures, unless requested.
16259         (&handle_output): Don't complain for forbidden tokens in comments.
16260         Be sure to report all the forbidden tokens within a single line.
16261         (&trace_format_to_m4): Preserve `$_'.
16262         (&handle_traces): Sort the output macros.
16263         (&up_to_date_p): Find the files before trying to get its time stamp.
16265 2001-07-24  Akim Demaille  <akim@epita.fr>
16267         * Makefile.am: Ship, build and install Autom4te.
16268         (SUBDIRS): Add lib.
16269         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
16270         * configure.in: Require Perl.
16271         * man/autom4te.in: New.
16273 2001-07-19  Paul Eggert  <eggert@twinsun.com>
16275         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
16276         example, rather than (exit 1); exit (which isn't portable).
16278 2001-07-18  Akim Demaille  <akim@epita.fr>
16280         Version 2.52.
16282 2001-07-18  Akim Demaille  <akim@epita.fr>
16284         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
16285         was run, while they are needed also when it is expanded.
16286         Reported by Nicolas Joly.
16288         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
16289         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
16290         AC_F77_DUMMY_MAIN being expanded.
16292 2001-07-18  Akim Demaille  <akim@epita.fr>
16294         * configure.in: Bump to 2.51a.
16296 2001-07-17  Akim Demaille  <akim@epita.fr>
16298         Version 2.51.
16300 2001-07-17  Akim Demaille  <akim@epita.fr>
16302         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
16303         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
16305 2001-07-17  Akim Demaille  <akim@epita.fr>
16307         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
16308         used.  Well, then use the prototypes when you can, and runtime as
16309         a last resort.
16310         Reported by Artur Frysiak
16312         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
16313         (AC_FUNC_GETPGRP): Use it.
16314         First try to compile with 0-ary or 1-ary calls.
16316 2001-07-17  Akim Demaille  <akim@epita.fr>
16318         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
16319         replacement type.
16320         From Paul Eggert.
16322 2001-07-17  Akim Demaille  <akim@epita.fr>
16324         * Makefile.maint: Sync. with cppi 1.10.
16326 2001-07-17  Akim Demaille  <akim@epita.fr>
16328         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
16329         AC_F77_DUMMY_MAIN has been run.
16330         From Pavel Roskin and Steven G. Johnson.
16332 2001-07-17  Akim Demaille  <akim@epita.fr>
16334         * configure.in: Rename as...
16335         * configure.ac: this.
16337 2001-07-17  Akim Demaille  <akim@epita.fr>
16339         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
16340         rules.
16341         From Marc Espie.
16342         * Makefile.maint (release-archive-dir): Rename as...
16343         (release_archive_dir): this, so that it can be specialized in
16344         Makefile.
16346 2001-07-14  Akim Demaille  <akim@epita.fr>
16348         * configure.in: Bump to 2.50d.
16350 2001-07-14  Akim Demaille  <akim@epita.fr>
16352         Version 2.50c.
16353         * Makefile.maint (alpha): Typo.
16355 2001-07-14  Akim Demaille  <akim@epita.fr>
16357         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
16359 2001-07-14  Akim Demaille  <akim@epita.fr>
16361         * config/config.guess, config/config.sub, config/texinfo.tex
16362         * doc/standards.texi, doc/make-stds.texi: Update.
16364 2001-07-14  Akim Demaille  <akim@epita.fr>
16366         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
16368 2001-07-14  Akim Demaille  <akim@epita.fr>
16370         * Makefile.maint (maintainer-check): Rename as...
16371         (maintainer-distcheck): this.
16372         (changelog-check, static-check): New.
16373         Use them.
16375 2001-07-14  Kevin Ryde  <user42@zip.com.au>
16377         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
16378         for CXX is g++, not gcc.
16380 2001-07-14  Akim Demaille  <akim@epita.fr>
16382         * doc/autoconf.texi (Files): New subsection.
16384 2001-07-14  Akim Demaille  <akim@epita.fr>
16386         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
16387         of...
16388         (Generic Compiler Characteristics): this.
16389         (C++ Compiler): New subsection.
16391 2001-07-14  Akim Demaille  <akim@epita.fr>
16393         * autoscan.in: Use IO::File.
16394         Adjust all the routines to use it.
16395         ($log): New file (autoscan.log).
16396         (output): Dump detailed logs into $log, and a shortened version to
16397         stderr.
16398         (&scan_makefile): Refine the regexp catching tokens in the code.
16399         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
16400         and the `configure.ac' checking feature.
16402 2001-07-12  Akim Demaille  <akim@epita.fr>
16404         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
16405         Reported by Michael Elizabeth Chastain.
16407         * autoconf.in: Refuse such AWK.
16408         * configure.in: Likewise.
16409         * Makefile.am (acversion.m4): Do not use move-if-change this file
16410         has dependencies.
16411         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
16413 2001-07-10  Jens Petersen  <petersen@redhat.com>
16415         * autoscan.in (&scan_makefile): Improve programs regexp to parse
16416         things like "g++", "file.c" and "some-conf" as tokens.
16417         (&scan_file): Match C++ files extensions.
16418         If the filename extension is C++ then ask for c++.
16420 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
16422         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
16423         AC_TRY_LINK_FUNC, to check whether defining a dummy
16424         main-like routine is needed for linking with F77 libs.
16426 2001-07-05  Pavel Roskin  <proski@gnu.org>
16428         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
16429         after using break.
16430         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
16431         linking.
16433 2001-07-05  Akim Demaille  <akim@epita.fr>
16435         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
16436         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
16437         Makes' lives.
16438         Reported by Nicolas Joly.
16440 2001-07-04  Akim Demaille  <akim@epita.fr>
16442         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
16443         up.
16444         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
16445         warnings from compilers.
16446         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
16447         for all the compilers, not only GNU.  Hence move from here...
16448         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
16450 2001-07-04  Akim Demaille  <akim@epita.fr>
16452         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
16453         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
16454         AC_COMPILE_IFELSE.
16456 2001-07-04  Akim Demaille  <akim@epita.fr>
16458         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
16459         the ``strings.h'' change claimed below.
16461 2001-07-04  Akim Demaille  <akim@epita.fr>
16463         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
16465 2001-07-04  Akim Demaille  <akim@epita.fr>
16467         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
16468         strings.h if usable with string.h.
16469         Suggested by Paul Eggert.
16471 2001-07-04  Akim Demaille  <akim@epita.fr>
16473         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
16474         From Jens Petersen.
16476 2001-07-03  Akim Demaille  <akim@epita.fr>
16478         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
16479         etc. in the log.
16481 2001-07-03  Akim Demaille  <akim@epita.fr>
16483         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
16484         compiler, not the preprocessor.
16485         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
16486         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
16487         the right thing.
16488         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
16489         earlier if there are.
16491 2001-07-03  Akim Demaille  <akim@epita.fr>
16493         * autoscan.in ($initfile): Remove.
16494         (&find_file): Rename as...
16495         (&scan_file): this.
16496         Immediately scan the current file, instead of gathering them, and
16497         later having them handled by &scan_files.
16498         (&scan_files): Merely invoke Find::File.
16499         Adjust.
16501 2001-07-02  Akim Demaille  <akim@epita.fr>
16503         * autoscan.in: Formatting changes, matching the invocation order.
16504         (File::Find): Use it instead of Perl 4's `find.pl'.
16505         (&wanted): Rename as...
16506         (&find_file): this.
16508 2001-07-01  Pavel Roskin  <proski@gnu.org>
16510         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
16511         break in the argument to AC_TRY_LINK_FUNC.
16512         (AC_F77_MAIN): Remove conftest* after using break in the
16513         argument to AC_TRY_LINK.
16515 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
16517         Add alternate 'main' routine detection for linking C/C++ with Fortran,
16518         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
16520         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
16521         dummy alternate main is required even if the user provides her own
16522         'main'.
16523         (AC_F77_MAIN): New macro to detect whether it is possible to
16524         provide an alternate 'main' function name, using the 'main' from
16525         the Fortran libraries.
16526         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
16527         cross-language link tests can be performed successfully.
16528         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
16529         after $LIBS, for consistency; this should be the general rule since
16530         the user may want to link to Fortran libraries that require $FLIBS.
16531         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
16533 2001-06-29  Pavel Roskin  <proski@gnu.org>
16535         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
16536         at-stdout and at-stderr instead of removing the newline
16537         from the echo output, which is not guaranteed to work.
16539 2001-06-28  Jens Petersen  <petersen@redhat.com>
16541         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
16542         confdefs.h when non-zero.
16544 2001-06-28  Akim Demaille  <akim@epita.fr>
16546         * configure.in: Bump to 2.50c.
16548 2001-06-26  Akim Demaille  <akim@epita.fr>
16550         Version 2.50b.
16552 2001-06-26  Akim Demaille  <akim@epita.fr>
16554         Version 2.50a.
16556 2001-06-25  Pavel Roskin  <proski@gnu.org>
16558         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
16559         argument, AUTOCONF-FLAGS.
16560         * tests/mktests.sh (update_exclude_list): Add
16561         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
16562         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
16563         AC_FUNC_WAIT3 with "-W no-obsolete".
16565 2001-06-25  Akim Demaille  <akim@epita.fr>
16567         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
16569 2001-06-25  Akim Demaille  <akim@epita.fr>
16571         * autoscan.in (%macro): Now maps from word to list of macros.
16572         (&init_tables): Die when a word which is already handled by
16573         explicit macros is mapped to the default macro.
16574         (&print_unique): Remove, inlined in...
16575         (&output_kind): here.
16576         (File::Basename): Use it.
16577         (&output): Sort the CONFIG_FILES.
16578         * acheaders: Normalize.
16579         * acfunctions: Likewise.
16581 2001-06-25  Akim Demaille  <akim@epita.fr>
16583         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
16584         characteristics in the logs.
16585         Suggested by Mo DeJong.
16587 2001-06-24  Akim Demaille  <akim@epita.fr>
16589         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
16590         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
16591         * doc/autoconf.texi (Autoconf 2.13): New section.
16593 2001-06-24  Akim Demaille  <akim@epita.fr>
16595         * autoconf.in (Task traces): Separate the error messages from the
16596         traces to improve robustness.
16598 2001-06-23  Akim Demaille  <akim@epita.fr>
16600         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
16601         three as failures are unlikely, and speed matters.
16603 2001-06-23  Akim Demaille  <akim@epita.fr>
16605         * doc/autoconf.texi (Redefined M4 Macros): New.
16607 2001-06-23  Akim Demaille  <akim@epita.fr>
16609         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
16610         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
16611         5.3.
16613 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
16615         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
16616         config.status targets to after the evaluation of the INIT-CMDS.
16617         Double quote config.status targets (used to be single quoted).
16619 2001-06-23  Akim Demaille  <akim@epita.fr>
16621         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
16622         Check the content of the created file.
16623         Check the ./config.status command line invocation.
16625 2001-06-23  Akim Demaille  <akim@epita.fr>
16627         * tests/foreign.at (Libtool): Reject prehistoric versions.
16629 2001-06-23  Akim Demaille  <akim@epita.fr>
16631         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
16632         preexisting files matching a.*.
16634 2001-06-23  Akim Demaille  <akim@epita.fr>
16636         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
16637         stderr.
16638         * doc/autoconf.texi (AC_ARG_VAR): Update.
16640 2001-06-21  Akim Demaille  <akim@epita.fr>
16642         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
16643         precious variables have changed.
16644         * tests/torture.at (AC_ARG_VAR): Adjust.
16646 2001-06-21  Akim Demaille  <akim@epita.fr>
16648         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
16649         but some sed choke on multiple `;', and other tools (e.g.,
16650         Automake), include the separator themselves.
16652         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
16654 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
16656         * doc/autoconf.texi (Functions Portability): Rename as...
16657         (Function Portability): this.
16658         (Function Portability): Document potential problems with unlink().
16660 2001-06-19  Paul Eggert  <eggert@twinsun.com>
16662         * NEWS, doc/autoconf.texi: Document quadrigraphs.
16664 2001-06-18  Akim Demaille  <akim@epita.fr>
16666         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
16668 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
16670         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
16671         (_AC_FUNC_VFORK): this.
16672         Remove AC_DEFINEs and don't guess cross-compilation values.
16673         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
16674         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
16675         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
16676         vfork doesn't work.
16677         Guess values if cross-compiling, but warn.
16678         * acfunctions: Add AC_FUNC_FORK.
16679         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
16680         and vfork appropriately.
16682 2001-06-18  Akim Demaille  <akim@epita.fr>
16684         * doc/autoconf.texi (Functions Portability): New section.
16686 2001-06-18  Akim Demaille  <akim@epita.fr>
16688         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
16689         in $M4.
16690         Suggested by Andreas Schwab.
16692 2001-06-18  Akim Demaille  <akim@epita.fr>
16694         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
16695         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
16696         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
16697         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
16698         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
16699         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
16700         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
16701         the converse).
16703 2001-06-18  Akim Demaille  <akim@epita.fr>
16705         * doc/autoconf.texi (ms): New index.
16706         (Macro Index): Rename as...
16707         (Autoconf Macro Index): this.
16708         (M4 Macro Index): New appendix.
16709         (Programming in M4): New chapter.
16710         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
16711         (Quoting): Rename as...
16712         (M$ Quotation): this.
16713         Be part of `Programming in M4).
16715 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
16717         * tests/torture.at (AC_ARG_VAR): Set variables and export them
16718         in separate statements for compatibility with Tru64 v5.1.
16720 2001-06-17  Akim Demaille  <akim@epita.fr>
16722         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
16723         current values of the precious variables, not the previously
16724         cached values.
16725         Pass precious variables which are set to config.status.
16726         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
16727         * tests/torture.at (AC_ARG_VAR): New.
16729 2001-06-15  Paul Eggert  <eggert@twinsun.com>
16731         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
16732         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
16733         and explain why and how to replace them.
16734         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
16735         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
16737 2001-06-15  Akim Demaille  <akim@epita.fr>
16739         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
16740         Reported by Bruno Haible.
16742         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
16743          (_AC_ARG_VAR_PRECIOUS): to here.
16745 2001-06-15  Pavel Roskin  <proski@gnu.org>
16747         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
16748         an unused pointer use cast to this type and `if' statement to
16749         avoid warnings from the compiler.
16750         (AC_HEADER_TIME): Likewise.
16751         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
16752         in `if' statement to avoid warnings from the compiler. Declare
16753         ac_aggr static to avoid the need to initialize it.
16755 2001-06-14  Akim Demaille  <akim@epita.fr>
16757         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
16758         Macros'.
16760 2001-06-13  Akim Demaille  <akim@epita.fr>
16762         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
16763         Suggested by Alexander Mai.
16765 2001-06-13  Akim Demaille  <akim@epita.fr>
16767         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
16768         sys/types.h and sys/stat.h, and check for them.
16770 2001-06-13  Akim Demaille  <akim@epita.fr>
16772         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
16773         INCLUDES.
16775 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
16777         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
16778         succeeds and only try adding libdnet upon a failure.
16780 2001-06-12  Akim Demaille  <akim@epita.fr>
16782         * autoscan.in (&output_kind): Output the comment only if it exists.
16783         (%kind_comment): Add entry for `programs'.
16784         (&output_programs): Use &output_kind.
16785         (&output_functions, &output_identifiers, &output_headers)
16786         (&output_programs): Inline, and remove.
16788 2001-06-12  Akim Demaille  <akim@epita.fr>
16790         * autoscan.in (%kind_comment): New.
16791         (output_kind): New.
16792         (output_functions, output_identifiers, output_headers): Use it.
16794 2001-06-12  Akim Demaille  <akim@epita.fr>
16796         * autoscan.in (&print_unique): Take `$kind' and `$word' as
16797         arguments, to factor indirections into `%macro' and `%used'.
16798         (%generic_macro): Fix a typo.
16800 2001-06-12  Akim Demaille  <akim@epita.fr>
16802         * aclibraries: New.
16803         * autoscan.in (@kinds): Add `libraries'.
16804         Use `@kinds' instead of hard coded lists.
16805         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
16806         Remove, replaced by...
16807         (%used): this.
16809 2001-06-12  Akim Demaille  <akim@epita.fr>
16811         * autoscan.in (%functions_macros %headers_macros)
16812         (%identifiers_macros %programs_macros %makevars_macros): Remove,
16813         replaced by...
16814         (%macro): New.
16816 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
16818         * aclang.m4 (AC_NO_EXECUTABLES): Override
16819         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
16821 2001-06-11  Akim Demaille  <akim@epita.fr>
16823         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
16824         trailing new line.
16825         Reported by Andreas Schwab.
16827 2001-06-11  Akim Demaille  <akim@epita.fr>
16829         * Makefile.am, Makefile.maint: Typos.
16831 2001-06-09  Akim Demaille  <akim@epita.fr>
16833         * doc/autoconf.texi (Here-Documents): New section, gathering
16834         documentation about here-documents.
16835         Use `href', not `uref', and other changes.
16837 2001-06-09  Akim Demaille  <akim@epita.fr>
16839         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
16840         chapter.
16842 2001-06-09  Akim Demaille  <akim@epita.fr>
16844         * doc/autoconf.texi (Limitations of Builtins): Complete the
16845         description of the here-docs penalties with Alexandre Oliva's
16846         explanations.
16848 2001-06-01  Paul Eggert  <eggert@twinsun.com>
16850         * doc/autoconf.texi: Talk about here documents and speedups.
16851         Do not use "echo" on arbitrary strings.
16852         Spell "here-documents" consistently with the standard.
16854 2001-06-09  Akim Demaille  <akim@epita.fr>
16856         * doc/autoconf.texi (Concept Index): Introduce it.
16857         Regenerate the menus.
16859 2001-06-09  Akim Demaille  <akim@epita.fr>
16861         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
16862         * config/prev-version.txt: New.
16863         * config/move-if-change: New, for GNU libc.
16865 2001-06-06  Pavel Roskin  <proski@gnu.org>
16867         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
16869 2001-06-06  Akim Demaille  <akim@epita.fr>
16871         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
16872         properly when $1 is not a literal.
16873         Fixes PR Autoconf/187, reported by Bram Moolenaar.
16875 2001-06-06  Akim Demaille  <akim@epita.fr>
16877         Invoking AC_COPYRIGHT before AC_INIT fails.
16879         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
16880         * acgeneral.m4 (_m4_divert(VERSION_FSF))
16881         (_m4_divert(VERSION_USER)): New.
16882         (AC_COPYRIGHT): $2 is the diversion to use.
16883         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
16884         (AC_INIT): Remove dead comments as now it's commutative.
16886 2001-06-06  Akim Demaille  <akim@epita.fr>
16888         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
16889         PR autoconf/187.
16891 2001-06-05  Akim Demaille  <akim@epita.fr>
16893         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
16894         can be empty.
16895         `*dir' variables cannot be NONE.
16896         Reported by Mark Kettenis.
16898 2001-06-05  Paul Eggert  <eggert@twinsun.com>
16900         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
16902 2001-06-04  Akim Demaille  <akim@epita.fr>
16904         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
16905         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
16906         (AC_TR_SH): Move as...
16907         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
16908         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
16909         (AS_TR_SH): these.
16910         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
16911         (_AS_TR_SH_PREPARE): New.
16912         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
16913         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
16915 2001-06-02  Akim Demaille  <akim@epita.fr>
16917         * Makefile.am (.m4.m4f): Pass the options first.
16918         Fixes PR autoconf/182.
16920 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
16922         GNU getopt, when POSIXLY_CORRECT does not permute options and
16923         arguments.  So pass the options first.
16924         Fixes PR autoconf/184.
16926         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
16927         (run_m4): Remove files.
16928         (run_m4f): Remove.
16929         Update remainder of script to use them.
16930         (for warning in): Do not use a literal comma as it will not be
16931         split by IFS.
16933 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
16935         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
16936         Fortran compilers to check.
16937         (_AC_PROG_F77_V): Add '-###' as a possible option to print
16938         information on library and object files.
16939         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
16940         to check.
16942 2001-06-02  Akim Demaille  <akim@epita.fr>
16944         * autom4te.in (Request::@request): Declare with `vars', not `my',
16945         as it prevents updates via `do FILENAME'.
16947 2001-06-02  Akim Demaille  <akim@epita.fr>
16949         * configure.in (standards_texi): Remove, dead code.
16951 2001-06-02  Akim Demaille  <akim@epita.fr>
16953         * autom4te.in: New.
16955 2001-06-02  Pavel Roskin  <proski@gnu.org>
16957         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
16958         for signals other than 0 - exit with code 1.
16959         * m4sh.m4 (AS_TMPDIR): Likewise.
16960         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
16961         * autoheader.in: Likewise.
16962         * autoreconf.in: Likewise.
16963         * tests/torture.at (Signal handling): New test for the above.
16965 2001-06-01  Akim Demaille  <akim@epita.fr>
16967         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
16968         message.
16970 2001-05-31  Akim Demaille  <akim@epita.fr>
16972         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
16973         Add copyright and comments.
16974         * acheaders: Add stdint.h.
16975         Suggested by Paul Eggert.
16977 2001-05-31  Akim Demaille  <akim@epita.fr>
16979         * atgeneral.m4 (AT_INIT): Use $SHELL.
16980         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
16982 2001-05-31  Akim Demaille  <akim@epita.fr>
16984         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
16985         stdint.h.
16986         From Paul Eggert and Lars Hecking.
16988 2001-05-31  Akim Demaille  <akim@epita.fr>
16990         * tests/base.at: Adjust line numbers in error messages.
16992 2001-05-31  Akim Demaille  <akim@epita.fr>
16994         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
16995         to emit the bangshe line.
16996         Reported by David Carter.
16998 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
17000         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
17001         Fortran (95) compilers to check.
17003 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
17005         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
17006         Macro Archive URL.
17008 2001-05-23  Pavel Roskin  <proski@gnu.org>
17010         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
17011         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
17012         (AC_PROG_CXXCPP): Likewise.
17014 2001-05-22  Akim Demaille  <akim@epita.fr>
17016         * config: New directory.
17017         * configure.in: AC_CONFIG_AUX_DIR it.
17018         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
17020 2001-05-22  Akim Demaille  <akim@epita.fr>
17022         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
17023         * autoupdate.in: Specify the Emacs mode.
17024         * acversion.m4.in: Rename as...
17025         * acversion.m4: this.
17026         * tests/Makefile.am (CLEANFILES): More garbage.
17028 2001-05-22  Akim Demaille  <akim@epita.fr>
17030         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
17031         Rename as...
17032         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
17033         these.
17035 2001-05-21  Akim Demaille  <akim@epita.fr>
17037         * configure.in: Bump to 2.50a.
17040         -----
17042         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
17043         Software Foundation, Inc.
17045         Copying and distribution of this file, with or without
17046         modification, are permitted provided the copyright notice and this
17047         notice are preserved.