* doc/autoconf.texi (Initializing configure, Shell Substitutions):
[autoconf.git] / ChangeLog
blobf782c417f0a7819d572168294e1a4a892e36d212
1 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
4         Warn about $@ not persisting.  Problem reported by Julien Danjou in
5         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
7 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
9         * doc/autoconf.texi: Some systematic minor improvements, as
10         follows.  Use "makefile" when talking about makefiles
11         generally (which might be named "makefile" or "Makefile" or even
12         "foo.mk"), "Makefile" when talking about a specific makefile
13         called "Makefile".  This unclutters the text from weird quotes
14         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
15         values" rather than "@var{foo}s" and similar constructs containing
16         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
17         English-language improvements.  Change the prefix "sub-" to "sub"
18         and "re-" to "re".
19         Put blank lines around examples more consistently.
20         Avoid "rather" and "very" as intensifiers.
21         Avoid "will" as an auxiliary.
22         (Limitations of Make): Split this node into....
23         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
24         (Leading _ in Macro Names, Backslash-Newline-Newline):
25         (Backslash-Newline Comments, Long Lines in Makefiles):
26         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
27         (obj/ and Make, make -k Status, VPATH and Make):
28         (VPATH and Double-colon, $< in Explicit Rules):
29         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
30         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
31         New nodes, resulting from splitup of Limitations of Make.
32         All cross-references changed.  Raise the top node from
33         a section to a chapter, and all subnodes accordingly.
34         Redo the introductory wording to match the new organization.
35         (Installation Directory Variables): Use an example that is
36         closer to what Autoconf actually does.  Mention that VPATH's
37         value should not contain metacharacters or white space.
38         (Fortran Compiler): Fix a VPATH bug in an example.
39         (Leading _ in Macro Names): Mention that this problem is no longer
40         of practical concern.
41         (VPATH and Make): Reword the advice to make it clearer
42         that Autoconf and Automake support VPATH in non-GNU make, but
43         many packages have bugs in this area.
44         ($< in Explicit Rules): Refer to Build Directories rather
45         than using a (non-VPATH-safe) example.
46         (Automatic Rule Rewriting): Mention the sort of disaster that
47         can ensue with Solaris-style rule rewriting with VPATH.
49 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
51         * doc/install.texi (Compilers and Options): Weaken the
52         suggestion to use GNU make for VPATH builds.
54         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
55         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
57         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
58         in regular expression.
60 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         * doc/autoconf.texi (Installation Directory Variables):
63         Drop extra @samp from `@table @samp' item.
64         (Limitations of Usual Tools): Comment fix.
65         Do not nest @samp just to point to other table items.
66         (Writing testsuite.at) <AT_CHECK>: The second argument to
67         `@dvar' is already @samp'ed.
68         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
69         do not use @var in the second argument.
71 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
73         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
74         $as_shell.exe too.  Problem reported by Andreas Buening in
75         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
77 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
80         `unused variable' compiler warning, for `-Wall -Werror'.
81         Reported by Jaap Haitsma in
82         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
84 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
86         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
87         case the compiler dumps core.  Problem reported for
88         OpenServer 5.0.7 by Tim Rice in
89         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
90         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
91         Likewise.
93 2006-06-06  Tim Rice <tim@multitalents.net>.
95         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
96         "ERROR" only shows up in "make check" output if there is an
97         error.
99 2006-06-06  Eric Blake  <ebb9@byu.net>
101         * tests/tools.at (automatically allowed tokens): Fix typo.
103 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
105         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
107         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
108         typically overflows on x86 CPUs, even though the C standard
109         requires otherwise.
111 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
113         * configure.ac (AC_INIT): Bump to 2.59e.
114         * NEWS: Update.
116 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118         Version 2.59d.
120         * config/texinfo.tex: Sync from upstream.
122         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
123         seen, invoke libtoolize with `--ltdl' argument.
124         * lib/autom4te.in (Autoreconf-preselections): Adjust.
125         * NEWS: Update.
126         Suggested by Eric Blake.
128 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
130         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
131         reported by Ralf Wildenhues.
132         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
134 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
136         * THANKS: Update.
138 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
140         * doc/autoconf.texi: Modernize some of the references to Solaris.
142 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
144         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
145         message issued by AC_REQUIRE.
146         * tests/m4sugar.at: Check m4_require's error message.
147         * tests/base.at: Check AC_REQUIRE's error message.
148         * tests/local.at (AT_CHECK_M4): New macro, almost identical
149         to...
150         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
151         AT_CHECK_M4.
152         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
153         `expout' as the last parameter.
154         * tests/tools.at: Adapt to the above change.
156 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
158         * doc/autoconf.texi (Limitations of Usual Tools): Correct
159         information about race-free implementations of mkdir.
161 2006-06-04  Eric Blake  <ebb9@byu.net>
163         * bin/autoreconf.in (help): Document M4 environment variable.
164         * bin/autoconf.as (Usage): Likewise.
165         * bin/autom4te.in (help): Likewise.
166         * doc/autoconf.texi (autom4te Invocation): Likewise.
168 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
170         * NEWS: GNU make now recommended for VPATH builds.
171         Mention that some macros are now documented to be obsolescent.
172         * doc/autoconf.texi:
173         Prefer "current" to "modern" to describe
174         currently-used (albeit perhaps old-fashioned) hosts.
175         Mention which ancient features no longer need to be worried about.
176         setgid -> set-group-ID
177         setuid -> set-user-ID (these are the Posix terms)
178         Fix some misuses of "only".
179         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
180         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
181         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
182         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
183         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
184         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
185         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
186         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
187         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
188         Mention that these macros are obsolescent.
189         (Installation Directory Variables): shall -> should
190         (File Descriptors): Mention that 0, 1, 2 might get reopened.
191         Mention that it's now safe to use 3 and 4.
192         (Limitations of Usual Tools): cp -r is now specified by Posix.
193         Omit longwinded and obsolescent discussion of cp -f.
194         Modernize discussion of expr, ls.
195         (Limitations of Make): Modernize discussion of VPATH builds.
196         Mention $? as a workaround in some cases.
197         * doc/install.texi (Basic Installation):
198         Mention "./configure; make; make install" first.  Be more
199         specific about why this file is generic.  Remove unnecessary
200         parens.  Remove misleading "only".  Remove obsolete advice
201         about csh.  Don't say "configure" takes awhile; say it
202         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
203         and CC=c99 rather than CC=c89, as these are blessed by current
204         Posix.  Recommend GNU make if doing a VPATH build.
206 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
208         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
209         examples involving shell prompts.
211 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
212         and Paul Eggert  <eggert@cs.ucla.edu>
214         * doc/autoconf.texi (Here-Documents): Add details about the
215         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
216         use "here-documents" instead of "here documents".
218 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
220         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
222 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
224         * doc/autoconf.texi (File System Conventions): Warn about ":"
225         anywhere in directory names.
227 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
229         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
230         about quoting the case statement, just in case.
231         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
232         was fixed in ksh93g; reported by Ralf Wildenhues.
234 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
236         * doc/autoconf.texi (System Services): Do not document
237         overriding EXEEXT via ac_cv_exeext=ext.
238         (Particular Programs) <AC_PROG_MKDIR_P>:
239         Document that ${MKDIR_P} understands --.
240         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
241         comment.
243 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
245         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
246         argument with leading hyphen.  Problem reported by Paul Eggert.
248 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
250         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
251         about quoting ac_try: quote all of it, if any of it seems suspicious.
252         This means we don't have to worry about ${ or sed any more.
253         Also, double-quote the case statement, to work around misuses via
254         underquoting as reported by Ralf Wildenhues in
255         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
256         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
257         undocumented and dangerous macro.
258         Problem reported by Ralf Wildenhues in
259         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
261 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
264         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
265         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
267 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
269         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
270         since evidently some packages rely on the old, broken behavior.
271         Problem reported by Ralf Wildenhues in
272         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
273         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
274         pre-2006-05-26 definitions, but leave in the comments that
275         these macros are dangerous and should not be used.
276         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
277         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
278         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
279         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
280         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
282 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
284         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
285         the use of 'tr', since this is our only use of 'tr'.
287 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
288         and Paul Eggert  <eggert@cs.ucla.edu>
290         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
291         Don't assume 'grep' works on long lines, since AIX grep doesn't.
293 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
295         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
296         the output file in the `${datarootdir}' test.
298 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
299         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
301         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
302         mention of `datarootdir' in the input file(s), but literal
303         `${datarootdir}' in the output file, and we haven't warned yet,
304         then warn as well: the user may have (erroneously) used
305         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
306         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
307         * tests/torture.at (datarootdir workaround): Extend this test.
308         * NEWS: Update.
310 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
311         and Paul Eggert  <eggert@cs.ucla.edu>
313         * doc/autoconf.texi (autoheader Invocation): The first argument to
314         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
315         alternatives and clear up the language a bit.
317 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
319         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
320         ac_config_guess, ac_config_sub, ac_configure.
321         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
322         Fix typo that prevented an unnecessary space from being removed.
323         Problems reported by Ralf Wildenhues in:
324         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
326 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
328         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
329         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
330         Don't use the term "thread-safe" to talk about mkdir race
331         conditions, since the problem is more a process than a thread
332         issue.  Problem reported by Stepan Kasal in:
333         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
334         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
335         the test for 'install' more closely.  Look at MKDIR_P first.
336         Look in the PATH, and at /opt/sfw/bin.
337         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
338         Don't bother to try mkdir -p, since we already check mkdir --version;
339         just look at the version number.  (There's no easy way to check
340         for race-free implementations.)
341         * tests/tools.at (autoconf: subdirectories): Adjust to above
342         changes, since MKDIR_P now might end in "/mkdir -p".
344         * doc/autoconf.texi (autoheader Invocation): Mention that the
345         first arg of AC_DEFINE_UNQUOTED must be a literal.
346         Problem reported by Ben Pfaff in
347         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
349         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
350         * doc/autoconf.texi (Special Chars in Variables): New section.
351         (Preset Output Variables): Warn about special chars in CPPFLAGS.
352         (Installation Directory Variables): Quote $(datadir) better.
353         (Limitations of Builtins): Describe some of eval's trickiness.
355         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
356         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
357         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
358         in front of every arg, not just trailing args.  Quote apostrophes.
359         (_AC_EVAL_ECHO): New macro.
360         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
361         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
362         removed.
363         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
364         exposed by quoting of eval argument.  Put the command on line line
365         so it logs better.
366         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
367         (_AC_PATH_X, AC_PATH_X): Quote more safely.
368         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
369         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
370         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
371         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
372         Use eval more safely.
373         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
374         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
375         to be replaced.
376         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
377         lines, exposed by quoting of eval argument.
379 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
380         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
383         initialization of `ac_cv_exeext', do not override it if it was
384         already set, unless it was set to `no', for compatibility with
385         Autoconf-2.13, and comment this.
386         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
387         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
388         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
389         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
390         Document that this test may be overridden by setting
391         `ac_cv_exeext'.
393 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
395         Revert these two patches:
397         2006-04-06  Eric Blake  <ebb9@byu.net>
398         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
399         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
400         2006-04-01.
402         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
403         Clean up _AC_COMPILER_EXEEXT* macros.
404         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
405           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
406           ac_file to the name of the default output file and call
407           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
408           initial `rm' of the candidate files...
409         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
410           the same list in subsequent `rm' calls, and for the temporary
411           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
412           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
413         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
414         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
415           no longer needed) by libtool.  Make it a cache check.
416         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
417           copied here by mistake.
418         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
419           _AC_COMPILER_EXEEXT.
420         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
421           _AC_COMPILER_OBJEXT directly.
422         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
424 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
426         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
427         Fix description of how the buggy `sed' works.
429 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
431         Sync from Automake:
433         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
434         ENOLCK.  Only mention `make -j' when applicable.  Only raise
435         fatal errors when `make -j' is involved.  Improve error message.
437 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
439         * doc/autoconf.texi (Here-Documents): We now know more about
440         the variable expansion in here documents bug.
441         Thanks to Tim Rice and Stepan Kasal.
443         * doc/autoconf.texi (Making testsuite Scripts): Add an example
444         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
446 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448         * tests/autotest.at (Multiline command from M4 expansion):
449         No failure to be expected if the shell quotes newlines in
450         commands in the `set -x' output.  Report by Tim Rice.
451         * THANKS: Update.
453 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
455         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
456         expansion in the here-documents used by config.status, as that
457         runs afoul of the Korn shell version M-12/28/93d bug described in
458         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
459         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
460         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
462 2006-05-23  Jim Meyering  <jim@meyering.net>
464         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
465         Fix typo introduced with 2006-04-02 change.  It reversed the sense
466         of the test.
468 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
470         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
471         ac_dB slightly, to save bytes in the script.
472         Max out at 50 lines, rather than 96; this is more likely
473         (though not guaranteed) to avoid obscure 'sed' failures.
475 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
477         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
478         `tr -d -' as bad option argument.  Work around this by deleting
479         an unrelated character.
480         Report by Tim Rice <tim@multitalents.net>.
482 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
483             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
484             Stepan Kasal  <kasal@ucw.cz>
486         * doc/autoconf.texi (Particular Programs): Do not promise that
487         we always prefer the GNU version of the program, and that we
488         search according to PATH; both rules can have exceptions.
489         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
490         AC_PROG_SED.  Move descriptions of limitations
491         to the Limitations of Usual Tools section.
492         (Limitations of Usual Tools) <sed>: Mention script length
493         limitations with Solaris /usr/ucb/sed.
494         <grep>: Fix wording for empty alternative.  Mention that -c and
495         -l should not be combined, and that -E and -F should not be
496         combined.
498 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
499         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
501         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
502         limits in Solaris 8 /usr/ucb/sed by testing a long script.
504 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
506         * doc/autoconf.texi (Defining Symbols): Literal parameter of
507         AC_DEFINE is now passed to m4_pattern_allow.
508         * NEWS: Mention that; likewise for AC_SUBST.
509         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
510         the parameter to m4_pattern_allow.
511         * tests/tools.at: Add a check for that.
513 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
515         * lib/autoconf/status.m4: Fix typos.
517 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
519         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
520         only the files that this macro generates.
522 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
524         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
525         the HP-UX sed limitation of 99 commands, labels do not count.
526         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
527         in the comment.
528         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
530 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
532         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
533         Import the following fix from coreutils:
535         2006-01-13  Jim Meyering  <jim@meyering.net>
537         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
538         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
539         not double-quote uses of that variable, to accommodate the rare
540         case in which getmntent is available in none of the libraries
541         checked.  This happens at least on FreeBSD 5.0.
543 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
545         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
546         ac_config_guess, ac_config_sub, and ac_configure, since evidently
547         some other programs unwisely rely on these undocumented vars.
548         But put in warning comments about them.
549         Problem reported by Ralf Wildenhues in
550         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
551         * NEWS: Document that these variables are intended to go away.
553 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
555         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
556         and set the language to C++ (analogous to the equivalent Fortran
557         tests).
559         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
560         * doc/autoconf.texi (C++ Compiler): Document it.
561         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
562         * NEWS: Update.
564 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
566         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
567         that caused config.status to generate 100-command sed scripts; the
568         portable limit is 99.
570 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
573         variable `ac_d' instead of `d' to avoid infringing namespace.
574         Report by Ralf Menzel.
576 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
578         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
579         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
580         * tests/tools.at (autoconf: subdirectories): New test, taken from
581         the corresponding problem report by Ralf Wildenhues in:
582         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
584         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
585         Quote some uses of shell variables if they might suffer unexpected
586         globbing.  This doesn't fix all instances of quoting problems that
587         I found, just the easy ones that look safe.
588         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
589         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
590         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
591         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
592         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
593         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
594         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
595         Likewise.
596         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
597         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
599 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
601         * bin/autoreconf.in ($help): Reword according to the manual.
602         Suggested by Olly Betts.
604 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
605         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
607         * bin/autoreconf.in: Pass the directory argument to
608         `require_configure_ac'.  Fix comment.
609         * tests/torture.at (Configuring subdirectories): Expose this.
610         Reported by Olly Betts.
612 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
614         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
615         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
616         Automake as follows:
618         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
619         `$configure_in' instead of `configure.in', to preserve
620         directory component.
622 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
624         * config/config.guess, config/config.sub, config/texinfo.tex,
625         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
627 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
629         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
630         test for C99 conformance; (bool) 0.5 is an integer constant
631         expression, but (bool) -0.5 is not.  Problem reported by Fedor
632         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
634 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
636         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
637         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
638         Warn about obsolete install-sh files.  Remove stray sentence
639         fragment and fix cross reference.
640         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
641         install -d; this undoes the 2006-05-10 change.
642         (MKDIR_P): Mark with AN_MAKEVAR.
643         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
644         that we don't require $INSTALL to be thread-safe.  Move comments
645         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
646         of AC_PROG_INSTALL.  Output a message saying that we're checking
647         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
648         MKDIR_P instead of AC_SUBST.
649         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
650         Special magic for MKDIR_P, too.
651         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
652         a dnl.
653         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
655 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
657         Sync from Automake, as follows:
659         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660         * config/install-sh: Initialize IFS, so field splitting isn't
661         turned off later.
662         * config/mkinstalldirs: Likewise.
663         * config/missing: Remove superfluous quotes.  Replace all uses of
664         `[' by `test', for consistency, and for..
665         * config/missing (sed_minuso, sed_output): New variables.
666         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
667         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
668         Fixes `missing' to detect `--output' for help2man.  Fixes
669         PR automake/483.  Report by Dennis J. Linse.
670         (autom4te): Document in `missing --help'.
672 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
674         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
675         * config/install-sh: Don't use 'path' to talk about file names,
676         as per GNU coding standards.  Close a race condition reported by Ralf
677         Wildenhues and Stepan Kasal.  There is still a race condition
678         on hosts that predate Posix 1003.1-1992, but we can't help this.
679         Don't mishandle weird characters like space on pre-Posix hosts.
680         Invoke mkdir at most once per dir arg on pre-Posix hosts.
681         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
682         AC_PROG_MKDIR_P from AS_MKDIR_P.
683         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
684         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
685         earlier editions are not (including Automake 1.8.3).
686         Do not suggest mkinstalldirs for thread-safety.
687         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
688         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
689         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
690         presence of special characters and race conditions.
691         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
692         in Autoconf's name space.
694 2006-05-10  Bruno Haible  <bruno@clisp.org>
695         and Paul Eggert  <eggert@cs.ucla.edu>
697         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
698         from Automake with minor changes.
699         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
701 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
703         * config/install-sh: Update to Automake CVS version, as follows:
704         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
705         * lib/install-sh: Simplify the expr implementation of dirname.
706         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
707         * lib/install-sh: Handle --, and diagnose unknown options.
709 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
711         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
712         `./autom4te' to create `./testsuite', since the `all' target
713         will ensure its presence, but `installcheck' should not create
714         the uninstalled wrappers.
716         * tests/torture.at (Unusual Automake input files): Skip if we
717         detect automake < 1.8.
719 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
722         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
723         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
724         * NEWS: Update.
726 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
728         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
729         munge (multiple) white space and other oddities.
730         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
731         single quotes in variable assignment.
732         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
733         and similar failures by adding multiple spaces, tabs, and other
734         special characters.
735         Report and different test suggested by Francesco Romani
736         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
738         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
739         single quotes, we only need to search for single quotes; this
740         both simplifies the search pattern, and makes us less
741         susceptible to `echo' variations for arguments not containing
742         single quotes.
743         (_AC_ARG_VAR_VALIDATE): Likewise.
745 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
747         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
748         `$*' and IFS concatenation issue with traditional shells and
749         bash-2.04.  Report by Seanster@Seanster.com.
751 2006-05-03  Bruno Haible  <bruno@clisp.org>
753         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
754         precisely which Mac OS X versions have the od problem.
756 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
758         * doc/autoconf.texi: Use @option systematically.
759         (Integer Overflow):
761 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
762         and Bruno Haible  <bruno@clisp.org>
764         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
765         about 'od'.
766         (Integer Overflow): Mention the special case of integer division
767         overflow.
769 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
771         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
772         traditional shells like the Solaris one that do not use the
773         first IFS character for assembling `$*'.
774         Prompted by a related report from autoconf_bug@nro.ca.
776 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
777         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
779         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
780         Mention more problems with the -e option.
782 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
784         * NEWS: Typo.
785         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
787         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
788         in URLs to improve DVI formatted output (requires texinfo 4.6).
789         (System Services, Systemology, Shellology): Likewise.
790         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
791         output.
793         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
794         continuous text.
795         (Runtime): Fix macro argument names to match description:
796         `action-if-found' -> `action-if-true' and similarly.
797         (Obsolete Macros): Likewise.
798         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
799         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
800         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
802 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
804         * doc/autoconf.texi (Limitations of Make): Clean up markup.
806         * ChangeLog: Typo.
807         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
808         DVI output.
810 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
812         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
813         /bin/sh set unsorted output.
814         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
815         * tests/local.at: Likewise.
817 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
819         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
820         (Integer Overflow, Null Pointers, Buffer Overruns):
821         (Floating Point Portability, Exiting Portably): New sections.
822         (Writing Test Programs): Fix some langauge.  Recommend exiting
823         with status 1, not merely nonzero.  Clarify exit declaration.
824         (Run Time): Move C exit status stuff to new Exiting Portably section.
825         (Systemology): Mention Posix and levenez.  Update v7 reference.
826         (Portable Shell): Mention the Posix shell.
828 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
830         * bin/autoconf.as (me): Replace by as_me.
832 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
834         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
835         since as_me isn't set yet.
837 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
839         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
840         a few minor bugs in this area.
842         * doc/autoconf.texi (Programming in M4sh): Comment out the
843         documentation of AS_BASENAME, for now.
844         (Shell Substitutions): Do not use AS_DIRNAME in an example.
845         (Limitations of Builtins) <basename>: Do not refer to
846         AS_BASENAME.
847         * bin/autoconf.as (me): Don't use AS_BASENAME.
848         (dir): Remove the unused variable.
849         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
850         AS_DETECT_REQUIRED.  All uses changed.
851         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
852         All uses changed.
853         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
854         (AS_BASENAME): Use "basename --" to protect against leading "-".
855         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
856         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
857         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
858         (_AS_DIRNAME_PREPARE): Likewise.
859         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
860         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
861         (AS_DIRNAME): Use "dirname --".
863 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
865         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
866         of "run time" and "run-time" changed to "runtime", for consistency.
867         * lib/autoconf/fortran.m4: Likewise (in comment).
868         * lib/autoconf/functions.m4: Likewise.
869         * lib/autoconf/general.m4: Likewise.
870         * lib/autoconf/headers.m4: Likewise.
872         * doc/autoconf.texi (Run Time): Document the exit status situation
873         with more accuracy and detail.
875 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
877         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
878         Archive is not officially `GNU' any more.  Update URL.
879         (Defining Directories): Likewise
880         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
882 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
884         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
885         newline from the `trap' code to finish `config.log'; the NetBSD
886         /bin/sh resets the exit status after an empty command, as
887         documented in doc/autoconf.texi.
888         Reported by Dalibor Topic <robilad@kaffe.org>.
890 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
892         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
893         Suggested by Bruno Haible.
895 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
897         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
898         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
899         Instead, just list the shells that we know work.
900         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
901         changed.  Be more cautious about the _cv_ variable.
902         * tests/tools.at (Syntax of the shell scripts): Check the
903         _cv_ variable once, at first, to avoid an internal autoconf error
904         when sh -n does not work.
906 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
908         * lib/Autom4te/FileUtils.pm: Sync from Automake.
910 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
912         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
913         use ">&-" since we're only 99.999% sure that this is portable,
914         and since the MinGW bug is fixed in a different way.
915         * lib/autotest/general.m4 (AT_INIT): Likewise.
917 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
919         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
920         before opening config.log, to avoid hitting a bug on MinGW.
922 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
924         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
925         AS_MESSAGE_LOG_FD before reopening it onto the log file.
926         This works around a MinGW bug reported by Eric Paire.
927         Make sure that all writes to the log file append to it,
928         rather than possibly losing data.
929         * lib/autotest/general.m4 (AT_INIT): Likewise.
931 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
933         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
934         description.
936 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
938         * NEWS: Update.
940         * configure.ac (AC_INIT): Bump to 2.59d.
942 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944         Version 2.59c.
946         * Makefile.maint (news-date-check): Do not require a leading `*'
947         before the release date in NEWS.
949 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
950         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
952         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
953         the instantiated file do not contain the string 'datarootdir'
954         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
955         @mandir@, replace the reference '${datarootdir}' by the value.
956         * tests/torture.at (datarootdir workaround): New test.
957         * NEWS: Advertise this temporary fixup.
958         Based on a patch by Bruno Haible, reported and analyzed by
959         Paul Eggert and Noah Misch.
961 2006-04-12  Eric Blake  <ebb9@byu.net>
963         * tests/autotest.at (Debugging a failed test): Fix comment.
965 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
967         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
968         all the changes since 2006-04-07.
970 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
972         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
973         succeeded, but `ln -s file dir' failed, take care to remove the
974         leftover target before the next test, to prevent its spurious
975         failure; also make sure `ln file dir' works before selecting it.
976         Thanks to Keith Marshall for pointing this out.
977         * THANKS: Update.
979         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
980         assignments in `at_debug_args', so that we put them correctly
981         in the `run' script.
982         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
983         Reported by Eric Blake.
985 2006-04-11  Eric Blake  <ebb9@byu.net>
987         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
988         top-level tests after micro-suite has been run.   Used in...
989         (Debugging a successful test, Debugging script and environment),
990         (Debugging a failed test): ...these new tests.  The first of these
991         is fixed by...
992         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
993         macro, split out from...
994         (AT_INIT): ...here, so that using -d also generates a run script.
995         Document that -d inhibits top-level logging.
996         * doc/autoconf.texi (testsuite Invocation): Document that -d only
997         inhibits top-level logging; debug scripts are created.
999         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1000         check.
1001         * tests/autotest.at (Empty test, Empty check): New test to check it.
1003         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1004         from gcc.
1006 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1008         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1009         the files if a problem appears.  Make the empty *.at files
1010         read-only, too.  Proposed by Ralf Wildenhues.
1012 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1014         * config/Makefile.am: Add comment to force updated Makefile.in.
1016         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1017         space only patch to this file, this patch causes the Makefile.in
1018         files that include freeze.mk to be updated, and thus have a
1019         newer time stamp again, which in turn makes a pristine CVS
1020         checkout have correct time stamps.
1022         * Makefile.maint (cvs-sv): New macro, to be used..
1023         (config.guess-url_prefix, config.sub-url_prefix)
1024         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1025         point to CVS text checkout of Gnulib files.
1026         (copyright-check): Bump current year.
1027         (announcement): Do not hard-wire `./announce-gen'.
1028         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1029         correctly.
1030         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1031         `chmod +x'.
1032         (wget_files): Update config.guess, config.sub, texinfo.tex by
1033         `wget-update', now that their URLs work again.
1035 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1037         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1038         Problem noted by Paul D. Smith.
1040 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1042         * doc/autoconf.texi: Remove unused words from word list.
1043         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1044         .x-sc_trailing_space: New files.
1046         * doc/standards.texi: Sync from gnulib.
1048         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1049         `LIBOBJDIR' as experimental.
1051         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1052         with a target directory; it's internally implemented as `cp'
1053         anyway, but since Autoconf advertises the possibility to use
1054         a target directory when LN_S is `ln -s', we need to find out.
1055         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1056         analyzed by Keith Marshall <keith.marshall@total.com>.
1058         * THANKS: Update.
1060 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1062         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1063         confdefs.h as-is.  In general, if it has backslash-newline or the
1064         like, then it doesn't work either to sort or to remove empty
1065         lines.
1067 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1069         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1071 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1073         * lib/autom4te.in (Automake-preselections): Preselect
1074         _AM_SUBST_NOTMAKE.
1076 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1078         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1079         apostrophe within a single-quoted string, as this is the usual
1080         tradition and is easier to read than '"'"'.  Don't rely on the
1081         shell treating "$/" like '$/'.  Use a more-consistent indenting
1082         style for the trap.
1084 2006-04-09  Eric Blake  <ebb9@byu.net>
1086         * tests/autotest.at (Backquote command substitution),
1087         (Multiline backquote command substitution): Remove mistaken
1088         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1089         applied...
1090         (Parenthetical command substitution, Multiline parenthetical
1091         command substitution): here.
1093 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1095         Import macros from gnulib (often changing their name).
1097         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1098         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1099         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1100         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1101         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1102         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1103         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1104         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1105         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1106         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1107         The manual mentions Gnulib more prominently.
1108         * doc/autoconf.texi (Gnulib): New node.
1109         (Pointers): Add Gnulib URL.
1110         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1111         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1112         Gnulib section.
1113         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1114         suggest a #define rather than a typedef for _Bool, and mention
1115         Gnulib rather than trying to substitute stdbool code.
1116         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1117         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1118         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1119         AC_STRUCT_DIRENT_D_TYPE.
1120         (Particular Types): Mention stdint.h and inttypes.h as standard
1121         headers too.
1122         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1123         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1124         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1125         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1126         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1127         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1128         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1129         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1130         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1131         (Coding Style).  Don't mention m4_expand_once.
1132         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1133         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1134         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1135         (AC_CHECK_FUNCS): Use it.
1136         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1137         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1138         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1139         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1140         (AC_HEADER_ASSERT): New macro.
1141         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1142         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1143         Catch a bug in an HP-UX C compiler.
1144         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1145         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1146         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1147         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1148         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1149         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1150         New macros.
1152         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1153         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1155 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1157         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1158         of the warning introduced by the 2001-08-28 change.
1160 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1161             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1163         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1164         variables shall be overriden by the cache.
1165         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1166         that contains braces.
1168 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1170         Revert the patch from 2006-04-01 and only improve
1171         _AS_DETECT_BETTER_SHELL:
1173         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1174         skip nonexistent directories.
1175         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1176         only shell candidates which exist.
1177         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1178         * lib/autotest/general.m4 (AT_INIT): No need to give three
1179         parameters to _AS_PATH_WALK.
1181 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1182             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1184         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1185         distinguish m4sugar macros.
1186         * tests/tools.at (autoupdating with aclocal and m4_include):
1187         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1188         test case by Noah Misch <noah@cs.caltech.edu>.
1190 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1192         Revert my change from 2006-03-17, in other words:
1193         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1194           and DUALCASE=1.
1195         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1196         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1197           it is set.
1199 2006-04-07  Eric Blake  <ebb9@byu.net>
1201         * doc/autoconf.texi (Programming in M4sh): Document that
1202         AS_MKDIR_P exits the script on failure.
1203         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1205 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1207         * config/elisp-comp, config/install-sh, config/mdate-sh,
1208         config/missing, config/mkinstalldirs: Sync from Automake.
1210         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1211         from Automake.
1213         * doc/make-stds.texi: Sync from gnulib.
1215 2006-04-06  Eric Blake  <ebb9@byu.net>
1217         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1218         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1219         2006-04-01.
1221 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1222             Eric Blake  <ebb9@byu.net>,
1223             Paul Eggert  <eggert@cs.ucla.edu>,
1224             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1226         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1227         whether `set' quotes correctly: redirect stderr of the tested
1228         `set', and use a subshell, for Ultrix; use `sed' instead of
1229         `grep' for zsh `set' which may write binary output; match only
1230         at the beginning of a line, to avoid false positives.
1231         In order to avoid false positives by unrelated variables with
1232         multiline content, put the dump algorithm in a subshell and
1233         unset all variables containing newlines (except some which are
1234         special to the shell).  Warn about cache variables that are
1235         unset.
1237 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1239         * config/config.guess, config/config.sub, config/texinfo.tex:
1240         Sync from upstream.
1242         * tests/mktests.sh: Reword comments.
1244         * tests/mktests.sh: Only skip internal macros starting with
1245         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1246         Update exclusion lists for the test suite to this end:
1247         (AC_ARG_VAR): Do test this now.
1248         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1249         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1250         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1251         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1253         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1254         shell issue with double-quoted command substitutions of native
1255         commands.
1256         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1257         Marshall.
1259         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1260         no file matches the glob, discard the warning, set `nullglob'.
1261         (syntax-check): Likewise.
1262         (sc_cast_of_x_alloc_return_value): Likewise.
1263         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1264         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1265         (m4-check): Likewise.
1266         (sc_system_h_headers): Do not print rule on execution.
1267         (sc_tight_scope): Do not fail for non-existing `src' directory.
1268         (sc_changelog): Skip the Copyright footer.
1269         * lib/autoconf/lang.m4: Remove trailing space.
1271         * lib/autoconf/status.m4: More replacements to
1272         <tab><space> where this makes sense.
1274 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1276         * tests/Makefile.am (maintainer-check-posix):
1277           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1279         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1280           ac_config_<foo>s again, sometimes normalized, sometimes not.
1281         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1282         (AC_CONFIG_COMMANDS): Do not do so here.
1283         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1284           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1285           2005-07-25 rewrite.  Noticed by Noah Misch.
1287         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1288           _AC_PRESERVE_HELP_ORDER, ...
1289         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1291         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1292           inside m4_expand_once; it is redundant.
1294         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1295           for --help from Cygnus `configure.'
1297 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1299         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1300         on a patch proposed by Ralf Wildenhues.
1302 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1304         * lib/autoconf/status.m4: Replace <space>''<tab> with
1305         <tab><space> where this makes sense.
1307 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1308             Noah Misch  <noah@cs.caltech.edu>
1310         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1311         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1312         * doc/autoconf.texi (Help Formatting): New node.
1313         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1315 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1317         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1318         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1319         lib/autoconf/types.m4, lib/autotest/general.m4,
1320         tests/mktests.sh, tests/torture.at: White space cleanup:
1321         remove some SPACE before TAB, or add quoting ('' or @&t@).
1323         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1325         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1327 2006-04-05  Eric Blake  <ebb9@byu.net>
1329         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1330         empty test suite works.
1331         * tests/autotest.at (Empty test suite): Remove xfail.
1333 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1335         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1336         TAGS to ac_config_<foo>s.
1337         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1338         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1339         normalizing it, consistent it with previous releases.
1340         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1342 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1344         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1345         Use simplified args that Eric Blake originally suggested.
1347 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1349         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1350         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1351         Use 'comm' rather than N instances of grep; this also fixes a bug
1352         whereby substrings were incorrectly matched, causing us to not
1353         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1354         (exclude_list): Exclude empty macros.
1355         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1357         Use awk rather than grep -E or egrep, to avoid
1358         portability problems with regular expressions containing newlines.
1359         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1360         Switch from grep to awk syntax.
1361         (ac_exclude_script): Renamed from ac_exclude_egrep.
1362         (au_exclude_script): Renamed from au_exclude_egrep.
1364 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1366         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1367         a subdirectory subject to Cygnus `configure'.
1368         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1370         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1371         report request when we have no AC_PACKAGE_BUGREPORT.
1373 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1375         * THANKS: Update.
1377         * tests/mktests.sh: Update copyright year in the header of the
1378         generated files.
1380         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1381         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1382         typedef'ed restricted pointer, to catch a compiler bug on
1383         HP-UX 11.x, and fix warnings so it passes with -Werror.
1384         (_AC_PROG_CC_C99): Likewise.
1385         Reported by Albert Chin <china@thewrittenword.com>.
1386         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1388 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1390         * bin/autoscan.in (subdirs): New global.
1391         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1392         (output): Emit AC_CONFIG_SUBDIRS as needed.
1393         * tests/autoscan.at (autoscan): Remove XFAIL.
1395 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1397         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1399 2006-04-03  Eric Blake  <ebb9@byu.net>
1401         * THANKS: Add myself.
1403 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1405         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1406         to log, point to testsuite output tree.
1408 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1410         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1411         * doc/autoconf.texi (Function Portability): Mention that C++
1412         has trouble with 'exit'.
1413         (Guidelines): Test programs shouldn't use 'exit'.
1414         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1415         Remove; all uses removed.
1416         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1417         Return from 'main' instead of calling 'exit'.
1418         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1419         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1420         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1421         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1422         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1423         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1424         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1425         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1426         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1427         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1428         * tests/compile.at: Likewise.
1430 2006-04-02  Pavel Roskin  <proski@gnu.org>
1432         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1434 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1436         Clean up _AC_COMPILER_EXEEXT* macros.
1438         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1439           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1440           ac_file to the name of the default output file and call
1441           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1442           initial `rm' of the candidate files...
1443         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1444           the same list in subsequent `rm' calls, and for the temporary
1445           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1446           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1447         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1448         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1449           no longer needed) by libtool.  Make it a cache check.
1450         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1451           copied here by mistake.
1452         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1453           _AC_COMPILER_EXEEXT.
1454         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1455           _AC_COMPILER_OBJEXT directly.
1456         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1458 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1460         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1461         (AS_DIRNAME): Use it.
1462         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1464         * tests/*.at: Remove the generated ones.
1466 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1468         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1470 2006-04-01  Eric Blake  <ebb9@byu.net>
1472         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1473         directories, unless optional third argument supplied.
1474         (AS_UNAME): Don't optimize PATH walk.
1476         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1478 2006-04-01  Eric Blake  <ebb9@byu.net>
1479         and Stepan Kasal  <kasal@ucw.cz>
1481         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1482         and fix some typos.
1484 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1486         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1487         Autoconf version number despite a zero- or one-argument AC_INIT.
1489         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1490         subordinate tools.
1491         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1492         * doc/autoconf.texi (autoreconf Invocation): Document it.
1494         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1495         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1497 2006-04-01  Eric Blake  <ebb9@byu.net>
1499         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1500         * lib/autotest/general.m4: Be tolerant of existing directory when
1501           rm failed to remove it.
1503 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1505         * bin/autoupdate.in: Redefine m4_location so that warnings print
1506         the correct lines of the input file by subtracting..
1507         (_au__first_line): ..this new definition.
1509         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1510         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1511         Remove stray newline in output.
1512         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1513         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1514         Fixes autoupdating of code where the replacement output contains
1515         m4sugar macros.
1516         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1517         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1518          (au_exclude_list): Add AC_LANG_SAVE.
1519         * tests/tools.at: Several new tests for all of this.
1520         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1521         hairy details.
1522         The AC_LANG_SAVE issue was reported against Libtool by
1523         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1524         Kristian Kvilekval <kris@cs.ucsb.edu>.
1526 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1528         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1529           switch all of them on and of when necessary.  Fixes the bug when
1530           m4sugar macros (e.g., m4_define) were expanded after the first
1531           automatic update (e.g., after AC_PREREQ or AC_INIT).
1533 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1535         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1536         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1538         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1539         correctly.  Problem reported by Eric Blake.
1540         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1541         Ralf Wildenhues.
1543 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1545         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1546         Tighten up the basename/dirname wording.
1548 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1550         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1551         in texinfo files outside of verbatim environments.
1552         (syntax-check-rules): Update.
1553         * doc/autoconf.texi (Configuration Headers): Conform to it.
1555 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1557         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1558           aclocal cannot be given on the command line.
1560 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1562         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1563         Give an example for AS_DIRNAME instead of referring to Posix..
1564         (File System Conventions): Put discussion of // versus / here, and
1565         modernize it a bit.
1566         (Limitations of Usual Tools): Add basename.  Remove verbiage
1567         after dirname, since it got moved to the above sections.
1568         All this was inspired by a patch proposed earlier by Eric Blake.
1570 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1572         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1573         `$0' to protect against spaces.
1574         * lib/autotest/general.m4 (AT_INIT): Likewise.
1575         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1576         `$0', $as_me.
1578 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1580         * bin/autoscan.in: The value of find_configure_ac should be
1581         checked for existence, so we don't barf over a nonexisting
1582         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1584 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1586         * bin/autoupdate.in: Fix some typos.
1588 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1590         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1592         * lib/autoscan/autoscan.list: Refreshed.
1594 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1596         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1597         and Erlang related variables.
1599         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1600         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1601         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1602         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1603         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1604         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1605         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1606         (_AC_PROG_OBJC_G): New macros.
1607         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1608         * doc/autoconf.texi (Objective C Compiler): New node.
1609         (Preset Output Variables): Document OBJCFLAGS.
1610         (Language Choice): Document `Objective C' language.
1611         (Fortran Compiler): Fix typo.
1612         * NEWS: Updated.
1613         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1615 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1617         * doc/autoconf.texi (Default Includes): Fix typo
1618           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1619         (Limitations of Usual Tools): s/unwriteable/unwritable/
1620         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1621           Fix typos in the comments.
1623 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1625         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1626           Factor out the warning to...
1627         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1628         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1629         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1631         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1632           case `ac_delim' when writing the sed script.
1634         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1635           moved DUALCASE=1 ...
1636         (AS_SHELL_SANITIZE): ... here.
1637         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1638           that it is set.
1640         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1641           AC_SUBST.
1642         (_AC_PATH_PROG): Store the result to VARIABLE.
1643         (AC_PATH_PROG): No need to set VARIABLE again.
1645         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1646           the first one is usual AT_CHECK_MACRO test, the second one checks
1647           that the same works when cross-compiling.
1648         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1649         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1651 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1653         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1654         the directory `/usr/bin/posix' in the shell search, to prefer
1655         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1656         on Tru64.
1658         * doc/autoconf.texi (contents): To fix texi2html output, hide
1659         `@setcontentsaftertitlepage' for HTML.
1660         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1661         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1662         `@,{c}'.
1664 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1666         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1667           sanitizing...
1668         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1669         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1670           why IFS is restored so late; thank you, Ralf, for reminding us.
1672 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1674         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1675           variables in the examples.
1677 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1679         * doc/autoconf.texi (several sections): Cleaned up documentation for
1680         macros in erlang.m4.
1682 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1684         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1685         failure condition for `$(cmd)' style command substitutions.
1686         (Parenthetical command substition, Multiline parenthetical
1687         command substition): Use it.
1689         * doc/autoconf.texi (Special Shell Variables): Missing word.
1690         Reported by Keith Marshall <keith.marshall@total.com>.
1692         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1693         IFS even in case of empty `$PATH'.
1695 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1697         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1698         `expr' away if there is nothing to do.
1699         < --keywords >: Simplify and robustify argument handling.
1700         Revert erroneous comment from 2005-08-23.  Extend to allow
1701         keyword negation with `!'.
1702         Update help message.  Remove broken code to prevent running
1703         tests multiple times.
1704         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1705         Update and fix the documentation accordingly.
1706         * tests/autotest.at (Keywords): Renamed to..
1707         (Keywords and ranges): .. this.  Extended to make sure negated
1708         keywords, keywords taken from AT_SETUP arguments, and numeric
1709         test ranges work, and that matching is case-insensitive.
1711 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1714         allow to pass unnamed structs even in C++.
1715         (AC_CHECK_SIZEOF):  Likewise.
1716         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1717         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1718         struct): New tests for unnamed structs, each both native and
1719         cross-compiling.
1721         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1722         a structure inside a cast, for C++ conformance.
1723         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1724         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1726         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1727         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1728         trying to execute the command `no'.
1730         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1731         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1732         expanded outside.
1734         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1735         example.  Do not emphasize `$%', it is hardly new and special.
1736         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1738         * doc/autoconf.texi (Limitations of Usual Tools): Document
1739         OpenBSD and traditional `grep' failure to handle multiple
1740         patterns separated by newlines.
1742 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1744         * doc/autoconf.texi (several sections): Add documentation for macros
1745         in erlang.m4.
1747 2006-03-10  Eric Blake  <ebb9@byu.net>
1749         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1750         AC_TRY_LINK_FUNC.
1752 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1754         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1755         like BSD, GPL, LGPL.  Fix minor English typos.
1756         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1757         Mention that these macros are becoming obsolete.
1758         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1759         Use more modern terminology for which standard is what.
1760         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1761         and to ansi2knr.
1762         (AC_PROG_CXX): Likewise.
1763         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1764         Remove obsolete discussion about how to port to K&R.
1765         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1766         the obsolescent AC_HEADER_STDC.
1767         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1768         can't rely on it.
1770 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1772         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1773         Remove stdin redirection from /dev/null to allow pipe to work.
1775 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1777         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1778         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1779         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1780         Ralf Wildenhues.
1782 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1785         HP-UX sed is 99 commands, not 100.
1786         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1787         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1788         newline for portability.
1789         * tests/torture.at (Torturing config.status): Also test 100
1790         AC_SUBST_FILE invocations.  Fix test to actually verify the
1791         AC_CONFIG_FILES output.
1792         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1793         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1795         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1796         non-suffix rule.
1797         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1798         non-GNU make.
1799         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1800         * tests/mktests.sh: Small shell portability fixes.
1802 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1804         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1805         recommended quoting style and discard unwanted output.
1807 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1809         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1810         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1811         cases, and to work around Tru64 expr bug.
1813 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1815         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1816         expr bug that turns the result of a regex match into a number if
1817         possible.
1819 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1821         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1822         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1823         in section `Specific Compiler Characteristics'.
1825 2006-03-04  Eric Blake  <ebb9@byu.net>
1827         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1828         variable warning.
1830 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1832         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1833         order of variable initialization, so even the Solaris 2.6 shell
1834         can create a config header correctly.  Fixes lots of test suite
1835         failures.
1837 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1839         * doc/autoconf.texi (Text processing Macros): New node to
1840         document the m4sugar macros m4_re_escape, m4_tolower,
1841         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1843 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1845         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1846         XrmInitialize (0) -> XrmInitialize ().
1847         Reported by Toshio Kuratomi.
1849 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1851         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1852         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1853         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1854         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1855         both macros are defun'ed so that required macros are evaluated
1856         outside.
1858         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1859         where a required macro will be expanded.
1860         (Coding Style): Another reason not to use `m4_define'.
1862 2006-02-21  Eric Blake  <ebb9@byu.net>
1864         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1866 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * doc/autoconf.texi (Looping constructs): New node, to
1869         document m4_for, m4_foreach, m4_foreach_w, and mention
1870         obsolete AC_FOREACH.
1871         (Obsolete Macros): Document AC_FOREACH.
1872         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1873         (m4_for): Fix to never loop (almost) endlessly, work correctly
1874         with arithmetic expressions in arguments, a step of zero or
1875         non-integer multiple of the interval, and avoid integer
1876         overflow.
1877         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1878         m4_foreach_w.
1880 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1882         Add basic support for Erlang, both for configuring Erlang/OTP
1883         tools, and Erlang as a conf test language.
1884         * lib/autoconf/erlang.m4: New file.
1885         * lib/autoconf/autoconf.m4: Add erlang.m4.
1886         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1887         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1888         * NEWS: Add short description of new macros.
1889         * THANKS: Add Romain Lenglet.
1891 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1893         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1894         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1896 2006-02-15  Eric Blake  <ebb9@byu.net>
1898         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1899         warning.
1901 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1903         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1904         (_AS_CASE): Private helper macro.
1905         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1906         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1907         Fix syntax of AS_IF description
1908         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1909         for the AC_REQUIRE mess.
1910         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1911         AS_SHELL_SANITIZE.
1913 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1915         * doc/autoconf.texi: Minor style cleanup.
1916         Be consistent about spaces after commas.
1917         Insert [] where empty args look a bit funny.
1918         Fix some "i.e." and "e.g." usages.
1919         Try to avoid "X/Y" usages.
1920         Don't be pedantic about "ISO C99"; just say C99.
1921         Prefer GNU style for spaces in front of parens.
1922         (Function Portability): Comment about C89 versus C99
1923         signed integer division.
1924         (Particular Headers): Use current gnulib style for dirent
1925         includes.
1927 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
1928         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1930         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1931         macros without parameters.
1932         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1933         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1934         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1935         `$#' bug.
1936         (autoupdate): Updated to match AU_ALIAS fix.
1938 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1939         and Paul Eggert  <eggert@cs.ucla.edu>
1941         * doc/autoconf.texi (Programming in M4sh): Document
1942         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1944 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1946         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1947         (AS_BOURNE_COMPATIBLE): ..this.
1948         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1950 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1952         * doc/install.texi (Defining Variables): Tighten up the
1953         CONFIG_SHELL wording.
1955 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
1956         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1959         of (set -o) rather than testing whether (set -o posix) succeeds,
1960         to work around a bug in the AIX 5.3 shell.  Problem originally
1961         reportd by Howard Chu for libtool.
1963 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
1965         * doc/autoconf.texi (Running the Compiler, Running the Linker):
1966         Changes the macro arguments in summaries to match the
1967         descriptions.
1969 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
1971         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1972         hint as ``a workaround for a bug.''
1974 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1976         * bin/autoreconf.in: New option `--no-recursive'.
1977         Improve wording for subpackages a bit.
1978         * doc/autoconf.texi (autoreconf Invocation): Updated.
1979         * NEWS: Updated.
1981         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1982         in environment of `configure', not the command line.
1983         Reported by Howard Chu <hyc@highlandsun.com>.
1985 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1987         * doc/autoconf.texi (Limitations of Builtins): Document the
1988         problem with "trap -".
1990 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
1992         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1993         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1994         messages to differentiate Fortran and Fortran 77 tests.
1995         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1996         AC_LANG_ASSERT, to allow use in mixed-language projects.
1998 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2000         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2001         FOO" to "defined (FOO)".
2002         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2003         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2004         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2005         * tests/tools.at (ifnames): Likewise.
2007 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2010         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2011         (END): Improve error message a bit.
2012         Reported by Bruce Korb <bkorb@gnu.org>.
2014 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2016         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2017         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2019 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2021         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2022         requires sys/stream.h.  Reported by Oliver Kiddle.
2024 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2025             Stepan Kasal  <kasal@ucw.cz>
2027         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2028         before the removals of test dirs, use `find' to avoid modification
2029         of symlinked directories.
2031 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2033         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2034         Don't ignore the macro arguments.
2036 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2038         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2039         declaration that works for MSVC.
2041 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2043         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2044         Add `*.map' and `.inf' for Green Hills compiler.
2045         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2047         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2048         correctly: pad with spaces after FIRST_PREFIX if necessary,
2049         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2050         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2051         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2052         * NEWS: Updated.
2053         Reported by numerous people, numerous times.
2055 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2057         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2058         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2059         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2060         * lib/autotest/general.m4, tests/local.at:
2061         Update copyright year to 2006.
2063         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2064         sed substitutions.
2065         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2066         for file names, again.  Reported by Noah Misch.
2067         (Coding Style): Explain that s|a|b| is preferred for file names.
2068         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2069         (AC_OUTPUT_MAKE_DEFS): Likewise.
2070         * lib/autotest/general.m4 (AT_INIT): Likewise.
2071         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2072         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2074         Fix Posix-conformance bugs re use of { command in sed scripts,
2075         and improve the sed-related documentation a bit.
2076         * doc/autoconf.texi (Installation Directory Variables): Use
2077         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2078         rather than "sed" when talking about Sed in general.
2079         (Particular Programs): Likewise.
2080         (Coding Style): y is like s with respect to / and ,.
2081         (Limitations of Usual Tools): Document the weird restrictions
2082         that Posix has about { }.  Use better quoting.
2083         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2084         Rewrite to conform to Posix rules about { } in sed scripts.
2085         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2086         * tests/foreign.at (Libtool): Likewise.
2087         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2088         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2090 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2092         * lib/autoconf/status.m4: Fix typo.
2094         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2095         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2096         `-def', for the benefit of Portland `pgf90 -Mipa'.
2097         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2099 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2101         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2102         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2103         shell from zsh to bash.
2105 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2107         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2108           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2110 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2112         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2113         parentheses in $(...).  Problem reported by Eric Blake.
2115 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2117         * doc/autoconf.texi (Limitations of Usual Tools):
2118         Mention which characters can be escaped with \ in portable regular
2119         expressions used in grep, sed, expr.  Mention the leading ^ problem
2120         with expr.  Clean up some confusing wording.  Mention which
2121         grep options are portable.
2123 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2125         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2127 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2129         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2130         patch, noted by Ralf Wildenhues.
2132 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2134         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2135         posix' unconditionally, for pdksh in `native sh' emulation.
2137 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2139         * doc/autoconf.texi (Shellology): Document eval $? problem
2140         with ash.
2141         (Limitations of Builtins): Likewise.
2143 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2146         CONFIG_SHELL in the environment of the configure rerun.
2147         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2148         Suggest passing CONFIG_SHELL absolute, and in the environment
2149         rather than as option.
2151 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2153         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2154         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2155         Fix macro quoting.  Fix output for n * 98 substituted variables.
2157 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2159         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2160         `tmp' to avoid file removal race.
2162 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2164         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2165         ac_clean_files and LIBOBJS.
2167 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2169         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2170         Factor functionality to..
2171         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2172         `AC_SUBST($1)' in the public version.
2173         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2174         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2175         ac_pt_* variables.
2177 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2179         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2180         filesystems.
2182 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2184         * NEWS: Move AH_HEADER mention to right place.
2186 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2188         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2189         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2191 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2193         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2194         conftst2.$ac_objext.
2195         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2197 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2199         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2200         conftest.o, to see whether the compiler really obeys; rm the object
2201         file before and after the test and register it with ac_clean_files.
2202         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2204 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2206         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2207         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2208         code so that the most common case requires less forks.
2210 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2212         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2213         not portable; thanks to Paul Eggert and Alexandre.
2215         * NEWS: Fix an old typo.
2217 2005-10-20  Jim Meyering  <jim@meyering.net>
2219         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2220         the latter'', in two places.
2222 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2224         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2225         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2226         the inner workings of AC_LANG_FUNC_LINK_TRY.
2227         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2228         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2229         by the function rather than ignoring it.
2230         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2231         comparing its address.  Intel's interprocedural optimization was
2232         outsmarting the old heuristic.  Problem reported by
2233         Mikulas Patocka.
2235 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2237         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2239 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2241         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2242         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2244 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2246         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2247         before removing it (chmod -R u+rwx); there are three instances of this.
2249 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2250             Stepan Kasal  <kasal@ucw.cz>
2252         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2253         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2254         make its content writable before removing it.  Remove an errorneous
2255         comment from the end, where the logs of the failed tests are copied
2256         to the main log file.
2258 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2260         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2261           in case the computer is too quick.  Double quote the configure.ac
2262           snippets.
2264         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2265           problems if the testsuite were running too fast.
2267 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2269         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2270         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2271         (which belong to Xt, not X itself).  See Debian bug 327655.
2272         * NEWS: Mention this.
2274 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2276         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2278 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2280         * config/move-if-change: Don't output "$2 is unchanged";
2281         suggested by Ben Elliston.  Handle weird characters correctly.
2283 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2285         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2286           calls, so that the final expansion of this macro is shorter.
2287           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2288           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2289           the cleanup there.  Use AS_VAR_* macros, to be more general.
2290         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2292         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2294         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2296 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2298         * doc/autoconf.texi (Configuration Headers): Add an index entry
2299           for AH_HEADER.
2301 2005-08-26  Pavel Roskin  <proski@gnu.org>
2303         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2304         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2305         running xmkmf.
2307 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2309         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2310         The previous patch didn't work, so try a better one.
2312 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2314         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2315         in the example.  Reported by Bruno Haible.
2316         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2317         "if $undefined_var;" succeeds with my shell.
2319         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2320         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2321         but change the m4_divert_text to m4_divert_once.
2323 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2325         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2326         Work around bug in Solaris /usr/xpg4/bin/awk.
2327         The bug is present in at least Solaris 8 through 10.
2329 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2331         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2332         some evil values and relying on the fact that $* concatenates the
2333         parameters by the first character from IFS.
2335 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2336             Stepan Kasal  <kasal@ucw.cz>
2338         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2339         first header appears, define AH_HEADER.
2340         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2341         Update limitations about when to call AC_CONFIG_HEADERS.
2342         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2343         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2344         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2345         ``Configuration Actions''; fix their index entries.
2347         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2348         options correctly.  Process N-M as M-N if M is smaller than N.
2349         Process ranges correctly so that N-N will run only N.
2350         Sort and uniquify the tests that will be run.  If there is more
2351         than one test, reinsert the banners for the tests.
2352         * tests/autotest.at (Keywords): Unmark XFAIL.
2354 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2356         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2357           before passing the macro name to AH_TEMPLATE.
2359         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2360           now opens log after option processing; in particular, --version
2361           and --help do not touch config.log.
2363         * Makefile.maint: Revert the change from 2005-08-12.
2365 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2367         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2368           common code to...
2369         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2371 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2373         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2374         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2375         Language cleanup.
2377         * doc/autoconf.texi (Defining Symbols, Changed Results):
2378         Prepend to LIBS, not append, in examples.
2380 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2382         When building in place, set srcdir="."; suggested by Tim Van Holder.
2384         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2385           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2386         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2387         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2388           does not mean "no --srcdir option".
2390 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2392         * tests/autoscan.at (autoscan): New file.
2393         * tests/suite.at: Use it.
2394         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2395         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2397         * tests/autotest.at (Keywords): Test keywords combinations.
2399 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2401         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2402           add "2>&1"; gzip 1.2.4 prints help on stderr.
2404 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2406         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2407         was pushdef'ed twice while popped only once.  Push it only once.
2408         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2410 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2412         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2413         prefixed by mere "===", not "configure: === ".
2415 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2417         * Makefile.maint: Update from Bison.
2419         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2420         "<tab>" in comment, so that the point is understandable.
2422 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2424         Rewrite substantial part of lib/autoconf/status.m4.
2425         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2426         and CONFIG_COMMANDS are not processed in four separate loops.
2427         Instead, there is one main loop.  This alows that the common code
2428         is expanded only once, thus config.status (and configure) is smaller.
2430         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2431         the AC_LIST_FILES and cousins macros are no longer used.
2433         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2434         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2435         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2436         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2437         contain the initialization, nor the for loop, nor the associated
2438         commands; all these go to ...
2439         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2440         _AC_OUTPUT_CONFIG_STATUS.
2441         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2442         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2443         (_AC_OUTPUT_FILE): The creation of the sed script ...
2444         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2445         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2446         _AC_OUTPUT_MAIN_LOOP.
2447         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2448         _AC_CONFIG_COMMANDS): Use ...
2449         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2450         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2451         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2452         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2453         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2454         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2455         ... new macros.
2456         (_AC_CONFIG_UNIQUE): Update.
2457         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2458         Replaced by this ...
2459         (_AC_LIST_TAGS): ... new common macro.
2460         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2461         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2462         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2463         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2464         this didn't belong to the `config commands' section.
2465         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2466         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2467         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2468         to the `config commands' section either.
2469         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2470         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2472         ... and many changes to the comments nearby.
2474         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2475         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2476         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2477         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2478         (#define header templates): The comment at the top of the generated
2479         header now includes the name(s) of the source file(s).
2481         Several unrelated small changes:
2483         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2484         parameter to AC_DIAGNOSE.
2485         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2486         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2487         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2488         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2489         with AU::AC_OUTPUT.
2490         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2491         in AC_OUTPUT doesn't double-quote it either.
2492         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2493         parameters.
2495 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2497         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2498         versions of Portland Group compiler produce single- and double-quoted
2499         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2500         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2502 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2504         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2505         This is a corrected version of yesterday's patch.
2507 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2509         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2510         path, too; insert a "===" to emphasize the line.
2512         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2513           ac_cv_build_alias to ac_build_alias.
2514         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2516         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2517         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2518         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2519         (AC_ARG_VAR): ... here.
2520         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2521           target_alias.
2523         Keep a list of all precious variables and process them with one simple
2524         for loop, instead of expanding all commands, or, OTOH, complicated
2525         processing of output of "set".
2526         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2527         variable names in new macro...
2528         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2529         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2530           a loop to assign all ac_env_* and ac_cv_env_* variables.
2531         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2532           to INIT_PREPARE.
2533         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2534           its value to shell variable ac_precious_vars and call
2535           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2536         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2537           _AC_ARG_VAR_VALIDATE.
2539         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2540           and the AC_SUBSTs ...
2541         (AC_INIT): ... here.
2543         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2544           the ac_subst_files section in config.log.
2546         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2548 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2550         * NEWS: New macro AC_C_TYPEOF.
2551         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2552         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2553         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2555         Fix problems reported by Nicolas Joly.
2556         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2557         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2558         They are generated by the Tru64 v5.1B shell.
2560 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2562         Fix my changes from 2005-07-01; reported by Noah Misch.
2563         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2564         description, the macro now accepts only a single tag.
2565         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2567         Fix cases when the varsions of Autoconf and Autotest don't match.
2568         Reported by Noah Misch.
2569         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2570         at_top_builddir, for compatibility with older autotest.
2571         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2572         is not set, use at_top_builddir, for compatibility with older
2573         versions of autoconf.
2575 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2577         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2578         Problem reported by Patrick Welche.
2580 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2582         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2583         sed substitution command, so that we allow | in program prefixes
2584         and program suffixes.  (& is a problem anyway; we're not fixing
2585         that here.)
2586         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2587         configure_input, top_builddir, srcdir, etc.
2588         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2589         PATH_SEPARATOR in AUTOTEST_PATH.
2591 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2593         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2594         for loop over config.site files using `set', to allow
2595         directory names containing IFS characters.
2597 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2599         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2600         directories with weird names.  Apparently some people like living
2601         on the edge.  However, improve the test that "pwd" actually does
2602         report a name for the working directory.
2603         * NEWS: Remove the claim that we test for funny chars in dir names.
2605 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2607         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2608         replaced ...
2609         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2610         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2611         Now accept a single tag, not whitespace separated list.
2612         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2614 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2616         * doc/autoconf.texi (Configuration Headers): Change the explanation
2617         about #include <config.h>.
2618         (Generic Functions): Mention the Gnulib project.
2619         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2621         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2622         document to output the default config_* lists to config.status.
2623         Don't recognize option --file, if the functionality is not there.
2624         Likewise for --header; moreover, recognize --he and --h as shortcuts
2625         for --help in that case.
2627         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2628         matches the order of execution.  No code changed.
2630 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2632         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2633         single-quoted -cmdline argument in Portland Group compiler.
2634         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2636 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2638         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2640 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2642         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2643         descriptors to child processes; reported by Norman Gray.
2645 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2647         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2649         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2650         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2651         (AC_SUBST): Call it.
2652         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2653         the directory specific variables; but don't call it for configure_input.
2655 2005-06-28  Derek Price  <derek@ximbiot.com>
2657         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2658         addition.
2660 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2662         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2663         directory have inherent problems with special characters like spaces,
2664         due to limitations in Make syntax.  Problem reported by Alexandre
2665         Duret-Lutz.
2666         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2667         Also, fix Tru64 porting problem with shell patterns,
2668         reported by Ralf Wildenhues.
2670 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2672         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2674 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2676         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2678         Fix some more shell quoting problems.  Prompted by a bug report
2679         from Justace Clutter.
2680         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2681         variable into diagnostic.  Make the diagnostic an error, not a warning,
2682         because we really don't support spaces and suchlike in dir names.
2683         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2684         Don't worry about backslashes in srcdir; it can't happen now.
2685         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2686         Simplify ac_optarg handling.
2687         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2689 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2691         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2692         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2693         * tests/atlocal.in: Propagate $EGREP and $SED.
2694         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2695         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2697         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2698         that '\|' is not allowed in BREs; recommend using newline separated
2699         list of patterns instead of multiple -e options.
2701         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2703         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2705 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2707         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2709 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2711         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2712         b, t, r, w commands require single space, while : cannot have any.
2713         (Special Shell Variables): Fix sed code this in the example.
2714         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2715         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2717         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2718         expand to the empty list.  Don't use two pairs of m4_changequote,
2719         it's not necessary.
2721 2005-06-20  Derek Price  <derek@ximbiot.com>
2723         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2725 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2727         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2728         * doc/autoconf.texi:
2729         Don't mention Solaris versions so much, if a
2730         problem is common to all extant versions of Solaris.  Say "SunOS
2731         4" instead of "SunOS" for SunOS 4.
2732         (awk): Mention more of the limitations of traditional Awk.
2733         (cat): Don't talk about cat -v.
2735 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2737         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2738         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2739         but the implementation is entirely different and is designed
2740         to be compatible with glibc strverscmp.
2741         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2743         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2744         on Mac OS X 10.4 reported by Peter O'Gorman in:
2745         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2746         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2747         Use shell builtins rather than 'expr', to work around expr bug.
2749 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2751         * doc/autoconf.texi: "filesystem" -> "file system".
2752         "behaviour" -> "behavior".
2753         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2754         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2755         as per POSIX.
2756         * lib/m4sugar/m4sh.m4: Likewise.
2757         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2758         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2760         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2761         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2762         to update the man page.  That way, we don't have to check in new
2763         man pages every month.
2765         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2766         quotes and backslashes.  Patch from Derek Price.
2768 2005-06-10  Derek Price  <derek@ximbiot.com>
2770         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2771         AS_TR_SH.
2773 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2775         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2776         -u, since it outputs chatter if the input files are the same.
2777         Problem reported by Ralf Menzel.
2779 2005-06-08  Derek Price  <derek@ximbiot.com>
2781         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2782         renaming them since they are about to be redefined anyhow.
2784 2005-06-08  Derek Price  <derek@ximbiot.com>
2786         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2787         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2788         Move m4_undefine to alphabetical order.
2790 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2792         * README: Recommend GNU M4 1.4.3 or later.
2793         * doc/autoconf.texi (Introduction): Likewise.
2794         Reword to avoid some formatting glitches.
2795         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2796         Clarify explanation of HP compiler bug.
2797         Redo example output tp match current CVS snapshot.
2798         Use @example.org in email addresses when the examples
2799         might get inadvertently cut-and-pasted into user code.
2800         Remove example of autom4te usage that doesn't seem to work now.
2801         Use modern AC_INIT (except when the example is meant to be
2802         shown with Autoconf 2.13).
2803         Update ksh info for Solaris 9 and later.
2804         KB -> kB.
2805         Modernize description of Automake versions a bit.
2806         Don't claim a future version of Autoconf is near.
2807         * doc/install.texi: Reword to avoid some formatting glitches.
2809 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2811         * doc/autoconf.texi: Add [] to examples, so that the manual
2812         follows its own advice about quoting better.
2813         Reword to avoid some formatting glitches.
2814         * doc/installt.exi: Reword to avoid some formatting glitches.
2816         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2817         Tru64 ksh pattern matching bug.  Reported against Libtool by
2818         Albert Chin <libtool@mlists.thewrittenword.com> and
2819         Nicolas Joly <njoly@pasteur.fr>.
2821 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2823         m4_cdr of one-member list was [[]] (one-member list containing an
2824         empty string) instead of [] (an empty list.  Callers were skewed to
2825         match this misbehaviour.  As a consequence of this:
2826          - m4_foreach([x], [], [foo]) expanded to `foo', while
2827          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2828         This bug has been fixed:
2830         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2831           expand to an empty string; print error msg if called without
2832           an argument list.
2833         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2834           misbehaviour; handle [] and [[]] correctly.
2836 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2838         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2839         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2840           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2842 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2844         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2845           swallow records with more than 99 fields.
2846         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2847           parse the long line.
2849 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2851         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2852           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2853         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2854           to workaround this limitation.
2856 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2858         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2859         to gfortran, and make these the first two compiler names
2860         checked (following the general autoconf preference for gcc).
2862 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
2864         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2865         (DISTCLEANFILES): Remove $(check_SCRIPTS).
2866         (testsuite): Make sure autotest.m4f is up-to-date before using it.
2868 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2870         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2871         expression of unbounded size when processing the --list
2872         option.  This runs afoul of a limit of 399 bytes per regular
2873         expression on AIX.  Problem reported by Ralf Wildenhues.
2875 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2877         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2878         * doc/autoconf.texi (Particular Headers): Reword example
2879         for multiline stdbool replacement.
2880         (Setting Output Variables): Reword text a bit.  Don't
2881         give all the details about |#_!!_#|.
2882         Reword description of line replacement.
2884 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
2886         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2887         now contain newlines, and substituted files must be referenced on
2888         a line alone; the sed scripts to substitute them are now very
2889         different.
2890         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2891         commands can be put in a sed script portably.
2892         * doc/autoconf.texi (Setting Output Variables): Document above
2893         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2894         use of multiline substitution.
2895         * tests/torture.at: No longer expect substitution of newline to fail.
2897 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2899         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2900         From Ralf Menzel (trivial change).
2902 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
2904         * tests/local.at: Don't attempt to check for negated character
2905         classes in shell scripts.  The test was too brittle.
2907 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
2909         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2910         * doc/autoconf.texi (Limitations of Builtins): Document this
2911           limitation.
2913 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
2915         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2916           common code; used in many places in the tree.
2917         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2918         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2920         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2922         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2923           messages when ac_unique_file is not found.
2924         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2925         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2926           commands, for consistency with AC_MSG_ERROR and such.
2928         * bin/autoconf.as: Make more use of "shift 2" in option processing.
2930         * bin/Makefile.am: Merge the two rules for creating scripts.
2932 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
2934         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2935         obsolete; it was never documented.
2936         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2938 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2940         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2941         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2942         (ac_top_builddir): ... this ...
2943         (ac_top_build_prefix): ... to this; the old name is also kept, for
2944           backward compatibility.
2945         (ac_top_builddir_sub): New variable, without the trailing slash,
2946           always nonempty.
2947         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2948         * doc/autoconf.texi (Configuration Actions): Rename
2949           ac_top_builddir to ac_top_build_prefix.
2950         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2951           at_top_builddir to at_top_build_prefix.
2952         * lib/autotest/general.m4 (AT_INIT): Likewise.
2954 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2956         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2957           of confdefs.h .
2959 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2961         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2962           argument to m4_foreach.  I guess it was necessary in the past,
2963           but I think it's a no-op now.
2965 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2967         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2968           ``cat <<_ACEOF'' commands to one.
2969         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2970         * lib/autoconf/status.m4: On various places, use expr instead of
2971           ``echo|sed.''
2972         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2973         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2974         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2975           a range.
2976         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2977           the wrong patterns between ``case'' and ``esac.''  The previous
2978           code had false positives.
2980 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2982         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2983         as on 2005-05-02.
2984         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2985         Mention LIBOBJDIR.
2987 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2989         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2990         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2991         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2992         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2993         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2994         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2995         config/config.guess, config/config.sub, config/elisp-comp,
2996         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2997         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2998         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2999         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3000         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3001         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3002         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3003         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3004         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3005         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3006         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3007         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3008         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3009         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3010         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3011         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3012         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3013         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3014         lib/autotest/general.m4, lib/emacs/Makefile.am,
3015         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3016         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3017         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3018         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3019         tests/compile.at, tests/foreign.at, tests/fortran.at,
3020         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3021         tests/semantics.at, tests/suite.at, tests/tools.at,
3022         tests/torture.at, tests/wrapper.as:
3023         Update FSF postal mail address.
3025 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3027         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3028           check.
3029         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3030           enough arguments, similarly as in m4_bpatsubsts.
3032 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3034         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3035           of absolute paths.
3037 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3039         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3040           for absolute directory names in one loop.
3041         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3042           abbreviations of --version and --debug.
3044 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3046         * doc/autoconf.texi (Autoconf Language): Be more precise about
3047         quoting rules.  Problems noted by Stepan Kasal.
3048         Also, throughout this document, be more careful about white space.
3049         "blank", "white space", and "space" all have different meanings
3050         and we should be careful to say what we mean.
3052 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3054         Fix C++ related problems reported by Werner Lemberg.
3055         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3056         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3057         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3058         avoid problems with C++ and throw.
3059         * tests/compile.at: .cpp, not .cc.
3061         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3063 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3065         * doc/autoconf.texi (Generic Functions): Typos.
3067 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3069         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3070         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3071         set by latest automake.
3073 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3075         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3076         outputs 0 on GNU/Linux these days.
3078 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3080         * doc/autoconf.texi (Autoconf Language): Add more description
3081         about quoting heuristics.
3082         (Limitations of Builtins): Describe "set -" problems.
3084 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3086         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3087         not newline.
3089         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3090         by AC_DEFINE; it was a mistake.
3091         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3093 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3095         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3097 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3099         * doc/autoconf.texi (External Software): Quadrigraphs are not
3100           processed correctly in AS_HELP_STRING; avoid this in the examples.
3101         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3102         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3103           comment and reduce m4_default([foo], []) to [foo].
3104         (m4_strip): Update the explanation.
3106 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3108         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3109         Remove core.conftest.* too; it's generated by Tru64 5.1.
3110         Problem reported by Jennis Pruett.
3111         * lib/autoconf/functions.m4
3112         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3113         Don't bother to remove core files; AC_RUN_IFELSE should do that
3114         for you.
3116 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3118         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3120 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3122         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3123         Report from Horst Wente.
3125 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3127         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3128           the comment.
3130 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3132         * doc/autoconf.texi (External Software, Package Options): Add
3133           examples showing how to implement --with-* and --enable-* options.
3135 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3137         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3138         as well as configure.in.  Problem reported by Gregorio Guidi.
3140 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3142         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3143         pattern for alloca snippet.
3145 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3147         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3149 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3151         * doc/autoconf.texi (Generic Programs): Fix a typo.
3153 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3155         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3156         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3158 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3160         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3161         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3162         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3163         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3164         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3166 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3168         * NEWS: The configure command now warns you if you attempt to use
3169         a directory whose name contains a special character like space,
3170         newline, or "\".
3171         * doc/autoconf.texi (Installation Directory Variables): Allow
3172         "," in file names.  Do not use \@; it's not a portable regexp.
3173         * bin/Makefile.am (edit): Likewise.
3174         * lib/Makefile.am (edit): Likewise.
3175         * tests/Makefile.am (edit): Likewise.
3176         * tests/semantics.at: Likewise.
3177         * tests/torture.at: Likewise.
3178         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3179         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3180         * doc/autoconf.texi (File System Conventions): Warn about
3181         unportable file names.
3182         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3183         (AC_INIT): Use it.
3184         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3185         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3186         ac_pwd, and quote srcdir.
3187         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3189         * doc/autoconf.texi: Fix some systematic formatting problems.
3190         ".)"  needs a following @: if not at the end of a sentence, and
3191         similarly for "!)".  "etc." should be preceded by a comma.
3192         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3194 2005-03-22  Bruno Haible  <bruno@clisp.org>
3196         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3197         argument is often called 'build-aux'.
3199 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3201         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3202           macro AC_TRY_LINK is obsolete.
3203         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3204           `AC_CONFIG_FILES'.
3206 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3208         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3209           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3210           from a Common Lisp's `cl'.
3211         (AC_PROG_CXX): Behave according to the documentation: don't
3212           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3213           make the variable CCC precious; use `cl.exe', not `cl'.
3215 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3216             Alexandre Duret-Lutz  <adl@gnu.org>
3218         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3219         /dev/null, as "configure" shouldn't read stdin, and this insulates
3220         us from problems (e.g., when testing for "cl").  Also, do this
3221         redirection before invoking "hostname" or "uname", and keep the
3222         original input stream available via...
3223         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3224         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3225         bother with "</dev/null" since it's now done at the top of
3226         'configure'.
3227         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3228         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3229         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3230         * doc/autoconf.texi (File Descriptor Macros): New section.
3231         (Printing Messages): Mention it.
3232         * tests/base.at (Input/Output): New test.
3234 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3236         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3237         newline if neither \c nor -n work, as that would output two
3238         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3240 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3242         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3243         This causes that any required macros inside will get before the if.
3244         * doc/autoconf.texi (autom4te.cache): A typo.
3246 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3248         Undo previous change, except keep the change to
3249         lib/autoconf/programs.m4 that replaced grep with shell
3250         pattern-matching.  This is because net-snmp configure reads stdin.
3251         Reported by Noah Misch.
3253 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3255         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3256         from /dev/null, as "configure" shouldn't read stdin, and this
3257         insulates us from problems (e.g., when testing for "cl").
3258         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3259         before invoking "hostname" or "uname".
3260         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3261         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3262         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3263         "</dev/null" since it's now done at the top of 'configure'.
3264         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3265         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3266         Also, replace grep with shell pattern-matching, to save a process.
3268 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3270         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3271         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3272         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3273         compiler.
3275 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3277         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3278         grep -q isn't portable.  Improve grep -s explanation.
3279         Problem reported by Dan Manthey.
3281 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3283         * doc/autoconf.texi (Special Shell Variables): Clarify
3284         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3286 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3288         * doc/autoconf.texi: Use @acronym for DJGPP.
3289         Fix some @code's that should have been @env's, and vice versa.
3290         Sort environment variable names.
3291         Mention that shells no longer inherit IFS.
3292         Don't recommend PATH_SEPARATOR=';' so strongly.
3293         Mention that $RANDOM might expand to the empty string.
3294         "symlink" and "soft link" -> "symbolic link".
3295         Improve mktemp description (reported by Bruno Haible).
3297 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3299         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3300         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3301         Likewise.
3302         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3303         Likewise.
3305 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3307         * NEWS: Mention AT_COPYRIGHT.
3309         * tests/local.at (AT_CMP): Use diff directly on input files rather
3310         than copying them.
3312         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3313         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3315 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3316         and Paul Eggert  <eggert@cs.ucla.edu>
3318         * tests/autotest.at (Empty test suite): New test.
3319         * tests/torture.at (Substitute and define special characters)
3320         (Substitute a 2000-byte string, Define to a 2000-byte string)
3321         (Substitute a newline, Define a newline): New tests.
3323 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3325         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3326         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3327         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3328         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3329         (Standard regular expressions): New test.
3330         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3331         excess test name quoting.
3332         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3333         CPPFLAGS to `configure' instead of setting it in `configure'.
3335         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3336         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3337         on some platforms.
3339         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3340         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3342         * tests/local.at (AT_CMP): New macro.
3343         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3344         (AC_SAVE_STATE): Move environment grep...
3345         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3346         (AT_CONFIG_CMP): New macro.
3347         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3348         * tests/c.at (Extensions): Do not exit early.
3349         * tests/atlocal.in: Inherit $GREP.
3351         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3352         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3354         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3355         (AC_COPYRIGHT): Factor header comment portion out and move into...
3356         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3357         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3358         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3359         --version output.
3360         * tests/local.at: Add Autoconf test suite copyright notice.
3361         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3363 2005-02-04  Bruno Haible  <bruno@clisp.org>
3364         and Paul Eggert  <eggert@cs.ucla.edu>
3366         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3368 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3370         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3371         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3373         Try not to generated lines of unlimited length, as POSIX places a
3374         2047-byte limit on line length of portable text files.
3375         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3376         Use newline as a separator, not space.
3377         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3378         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3379         space.
3381 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3383         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3384         as_func_*.  Add test to check whether positional parameters
3385         are restored after function return.
3387 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3389         * doc/autoconf.texi (Special Shell Variables): Mention _,
3390         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3391         if they contain a lower-case letter.  The DUALCASE problem was
3392         reported by Ralf Wildenhues.
3394         * bin/autoconf.as: Don't exit with status 0 after write failure
3395         with --help or --version.
3396         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3397         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3399 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3401         * doc/autoconf.texi (Limitations of Usual Tools):
3402         Unicos 9 sed limitations.
3403         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3404         to get the option-enhanced interface on older Crays.  Try ftn for
3405         Fortran 95 (newer Crays).
3407 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3409         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3410         care to echo the commands, so the user knows what's going on.
3411         Modified from a suggestion by Stepan Kasal.
3413         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3414         with a cross reference.  Derived from a suggestion by Bruce Korb.
3416 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3418         * doc/autoconf.texi (config.status Invocation): Warn about
3419         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3420         * doc/install.texi (Defining Variables): Likewise.
3421         Based on a proposed patch by Ralf Wildenhues.
3423         * man/Makefile.am (.x.1): Make sure the required generated files
3424         are up to date.  Problem and original solution proposed by Stepan Kasal.
3425         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3426         implicit-man-prerequisites): New rules, used by the above.
3428         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3429         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3430         * config/missing, config/texinfo.tex: Likewise.
3432 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3434         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3435         Update the long comment explaining it.
3437         m4_require no longer writes an ``is required by'' line to the
3438         execution stack.  It contains only one bit of non-redundant
3439         information: that the macro was required, not called.  And even
3440         this bit is useless in most situations: have you ever met a macro
3441         which both calls and requires the same macro?
3443         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3444         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3445           macro.
3446         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3447         (m4_expansion_stack_pop): Remove the misplaced comment.
3448         (m4_require): Don't put the ``is required by'' line to the
3449           execution stack; slightly improve the out-of-a-defun error message.
3450         (_m4_divert_grow): New macro, counter for the temporary diversions.
3451         (_m4_require_call): Use it.
3452         * tests/m4sugar.at (m4_require): Expect output without the
3453           ``is required by'' messages.
3455 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3457         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3458         rather than x for expr.
3460         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3461         this is safe.
3462         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3463         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3464         * lib/autotest/general.m4 (AT_INIT): Likewise.
3465         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3466         * tests/mktests.sh: Likewise.
3468 2005-01-27  Akim Demaille  <akim@epita.fr>
3470         Have autoheader honor --force.
3472         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3473         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3474         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3475         from masters, so that FileUtils.pm's update_file provide --force
3476         support.
3477         * bin/autoheader.in: Pass $force to update_file so that
3478         config.h.in is always recreated when --force.
3480 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3482         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3484 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3486         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3487         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3489 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3491         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3492         Warn about newline stripping in `` and $().  Update Solaris
3493         version to 9.
3494         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3495         X insulates us from future changes to Posix.
3496         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3497         stripping.
3499 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3501         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3502           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3504 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3506         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3507         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3508         bug-tar mailing list.
3510 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3512         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3514 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3516         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3517         ulongval to be static, to avoid unwanted GCC warning.  Problem
3518         reported by Michael Jennings via Daniel Reed; see
3519         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3521 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3523         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3524         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3525         datadir, infodir, and mandir.  Adjust argument parsing code.
3526         (_AC_INIT_HELP): Update help text.
3527         * doc/autoconf.texi (Installation Directory Variables): Document
3528         new variables.
3530 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3532         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3533         not seem to work, assume it does set $(MAKE).
3534         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3536 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3538         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3540 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3542         A cleanup of the diversion support in m4sugar.
3544         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3545         (_m4_divert_n_stack): New macro; the expansion is
3546           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3547           otherwise.
3548         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3549         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3550           stored in _m4_divert_diversion or _m4_divert_dump.
3551         (m4_divert_pop): When the parameter is given, compare the symbolic
3552           name with the last diversion pushed on the stack.  Previously, the
3553           current diversion was compared with the numeric value of the
3554           diversion given as the parameter.
3555         (m4_require): If the macro hasn't been expanded yet, call ...
3556         (_m4_require_call): this new macro.
3558 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3560         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3561         Workarounds for documented `case' limitations.
3563 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3565         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3566         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3568 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3570         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3571         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3572         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3574         Patch from Roger Leigh (with some minor changes) as follows:
3575         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3576         Resurrect AC_PROG_CC_STDC.
3577         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3578         AC_PROG_CC_C89, AC_PROG_CC_C99.
3579         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3580         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3581         AC_PROG_CC_C99): New macros.
3582         (AC_PROG_CC_STDC): Use them.
3583         (_AC_PROG_CC_STDC): Remove.
3584         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3585         * THANKS: Add Roger Leigh.
3587 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3589         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3590         signals that the package uses Automake; a `Makefile.am' is typical but
3591         not essential.  Reported by Magnus Therning.
3592         * tests/torture.at (autoreconf.): New banner.
3593         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3594         AC_CONFIG_SUBDIRS'.
3595         (autoreconf an empty directory): Rename to `Empty directory'.
3596         (Unusual Automake input files): New test.
3598 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3600         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3601         (AT_SETUP): Clear AT_capture_files.
3602         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3603         (AT_KEYWORDS): Fix comment typo.
3604         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3605         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3606         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3608 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3610         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3611         If the variable to set is already set, set ac_cv_path_$1
3612         to the preset value so caller can assume ac_cv_path_$1
3613         is available.  (trivial change)
3615 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3617         * BUGS (Minor Problems): Warn about makefile limitations.
3618         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3619         * man/Makefile.am: Find and update manual pages in $(srcdir).
3621 2004-12-24  Eric Blake  <ebb9@byu.net>
3623         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3624         shells in subshell, to avoid noise from ash.  (trivial change)
3626 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3628         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3629         problems with SunOS ksh and backslash escaping, Bourne shells and
3630         closing brackets (both within character classes).  Bug reported
3631         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3632         <read>: New entry.  Mention non-availability of -r.
3634 2004-12-21  Akim Demaille  <akim@epita.fr>
3636         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3637         avoid cluttering displayed messages.  Rather, prepend srcdir where
3638         AT_LINE is used for log files.
3640 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3642         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3643         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3644           no longer part of the macro, quote the occurrence of ``$tmp''.
3645         * doc/autoconf.texi (Forbidden Patterns): Typo.
3647 2004-12-21  Akim Demaille  <akim@epita.fr>
3649         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3650         separated from the test title by forcing a white space.
3652 2004-12-21  Akim Demaille  <akim@epita.fr>
3654         Enable Emacs navigation within testsuite.log files.
3656         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3657         use the compilation mode.
3658         (AT_LINE): Point to the srcdir.
3660 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3662         * tests/Makefile.am (installcheck-local): Use $(bindir).
3663         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3664         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3665         Makefile.am scheme Autoconf now uses.
3667 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3669         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3670         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3672 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3674         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3675         (_AT_CHECK): Use it.
3676         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3677         (AS_ESCAPE): Fix comment.
3678         * tests/autotest.at: Adjust section banner comments.
3679         (AT_CHECK_AT): Accept STATUS and STDERR.
3680         (AT_CHECK_AT_TEST): Likewise.
3681         (Invalid brace-enclosed parameter expansion)
3682         (Multiline command from M4 expansion)
3683         (Double-M4-quoted command): New tests.
3685 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3687         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3689 2004-12-17  Akim Demaille  <akim@epita.fr>
3691         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3692         m4_pattern_allow.
3693         Suggested by Alexandre Duret-Lutz.
3694         * doc/autoconf.texi (Setting Output Variables): Catch up.
3696 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3698         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3700 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3702         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3703           remove the comment which said we cannot.
3705 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3707         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3708         Reini Urban and Paul Eggert for reporting the dependencies.
3710         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3711         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3712         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3714 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3716         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3717           so that eg. ``autoscan --help'' doesn't truncate it.
3719 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3721         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3722         generated conftest files.
3724 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3726         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3727         tracing on commands with possibly-escaped newlines.
3728         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3729         discontinued behavior and its implications.
3730         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3731         (BSx641-newline in command, BS-BS-newline in command)
3732         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3733         (Single-quote-BS-newline in command)
3734         (Single-quote-newline-BS-newline in command): New tests.
3736 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3738         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3739           on platforms where it works.
3740         (_AS_TEST_PREPARE): Test for ``test -x''.
3741         (_AS_BROKEN_TEST_PREPARE): Nuke.
3743 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3745         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3746         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3747           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3748         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3749           create the temporary directory.
3750         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3752 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3754         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3755         (trivial change)
3757 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3759         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3761 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3763         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3764         to avoid using a negated character class.  Reported by Nicolas Joly.
3765         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3767 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3769         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3770         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3771         Don't depend on .x file explicitly, since "make" does that for us.
3772         Suggested by Stepan Kasal.
3774         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3775         Add *.tmp.
3776         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3777         ifnames): Factor common code.  And they said it couldn't be done!
3779 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3781         * bin/.cvsignore: Add autoconf.in.
3782         * tests/.cvsignore: Add wrapper.in.
3783         * lib/autotest/general.m4: Escape '$' in case pattern.
3785 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3787         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3789         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3791         * tests/autotest.at: New file.
3792         * tests/suite.at: Include it.
3793         * tests/Makefile.am: Distribute it.
3795         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3796           shell tracing on a command that could contain multiple lines.
3797         * doc/autoconf.text: Document that fact and its implications.
3798         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3799         * tests/autotest.at (Multiline backquote command substitution,
3800           Multiline parameter expansion, Literal multiline command,
3801           Multiline parenthetical command substitution): Remove XFAIL.
3803 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3805         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3806         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3808 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3810         * configure.ac (test suite): Cease to generate wrapper scripts.
3811         * configure: Regenerate.
3812         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3813         (m4f_dependencies): Adjust accordingly.
3814         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3815         (wrapper.in): Generate it in the build directory.
3816         (MAINTAINERCLEANFILES): Delete wrapper.in.
3817         (CLEANFILES): Add wrapper.in.
3818         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3819         the output.  Replace each $as_me with a @wrap_program@.
3820         * tests/wrapper.in: Delete it; we always build it.
3822         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3823         (EXTRA_DIST): Remove autoconf.in.
3824         (CLEANFILES): Add autoconf.in.
3825         (autoconf): Find autoconf.in in the build directory.
3826         * bin/autoconf.in: Delete it; we always build it.
3828 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3830         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3831         PATH members so as to not prepend an empty element.  Move a comment.
3832         * Makefile.am (SUBDIRS): Build in `tests' last.
3833         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3835 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3837         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3838         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3839         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3840         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3842 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3844         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3845         patch: extra "-l"s.
3847 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3849         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3850         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3851         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3853 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3855         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3856           out the common code to ...
3857         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3858           value of the #define--default to 1, iff the macro was called
3859           with exactly one parameter.
3861 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3863         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3864         "char c = '\200';" rather than "char c = 0x80;" as the
3865         latter doesn't conform to the strict C standard due to
3866         overflow on signed char hosts.
3868         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3869         to -qlanglvl=ansi.  We don't want to disable extensions.
3871 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3873         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3874         (Using Autotest, testsuite Scripts, Writing testsuite.at):
3875         Reword slightly to avoid some English-language problems noted
3876         by Ralf Wildenhues in:
3877         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3879 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
3881         * NEWS: Add ^L above each release.
3883 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3885         Fix documentation problems reported by Russ Boylan in
3886         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3887         along with some nearby cruft.
3888         * doc/autoconf.texi (Libtool): Libtool can be used without
3889         Automake (not without Autoconf).
3890         (Introduction): Mention lists.gnu.org.
3891         * BUGS: Don't mention bugs.gnu.org.
3892         Remove mention of ancient libtool compatibility problem.
3893         * NEWS: Mention that bugs.gnu.org is kaput.
3894         * README: Likewise.  Mention where mailing list archives can be found.
3896 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
3898         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3899         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3901 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3903         * doc/autoconf.texi (Pretty Help Strings): Go back to
3904         single-quoting assignments to cache variables.
3906 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
3908         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3909         with the examples; fix the bug in MY_ARG_WITH example reported
3910         by Alexandre Duret-Lutz.
3911         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3912         expansion of $1 in the comment emitted to configure.
3914 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
3916         * doc/autoconf.texi (Pretty Help Strings): Fix typo
3917         in my editing of the previous patch.  Problem reported
3918         by Alexandre Duret-Lutz.
3920 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
3922         * doc/autoconf.texi (Autoconf Language): Explain that
3923         ``descriptions'' may not be double quotes.
3924         (Quotation Rule Of Thumb): Likewise.
3925         (Pretty Help Strings): Likewise; remove the wrong comment;
3926         simplify the examples and improve their quoting.
3928 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
3930         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3931         the $1_found variable, don't test whether the file is executable;
3932         Both things are checked ...
3933         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3934         the former ``test -f''.
3935         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3937 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
3939         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3940         use cp -R instead.
3942 2004-11-10  Derek R. Price  <derek@ximbiot.com>
3944         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3945         limitations.  Reorder paragraphs for clarity.
3947 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3949         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3950         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3951         variants", "Unix", and some related minor wording fixups.
3953         (Shellology, Special Shell Variables): Document that the Zsh
3954         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
3955         to Alexandre Duret-Lutz for this info.
3957 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
3959         * doc/autoconf.texi (One-Shot Macros): New node.
3961 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
3963         * doc/autoconf.texi (Function Portability): Fix misdescription
3964         of putenv.  Problem reported by Michael Wardle.
3966 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
3968         * doc/autoconf.texi (auindex): New macro.
3969         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3970         Problem reported by Stepan Kasal.
3972 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3974         Fix problems reported by Andreas Buening in:
3975         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3976         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3977         in test makefile.
3978         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3979         readable; it's not true in OS/2-emx.
3981 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
3983         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3984         "/usr/include", clear ac_x_includes instead of leaving it as "no"
3985         (trivial change).  Problem and patch reported by Andrew Church in:
3986         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3988 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3990         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3991         three args in examples.  Problem reported by Frederik Fouvry in:
3992         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3993         Also, fix some minor spacing and punctuation bugs.
3995 2004-09-02  Akim Demaille  <akim@epita.fr>
3997         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3998         "case" to restore ordering.
3999         Reported by Stepan Kasal.
4001 2004-08-26  Akim Demaille  <akim@epita.fr>
4003         * doc/autoconf.texi: Minor typos and stylos.
4005 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4007         * configure.ac (AC_INIT): Bump to 2.59c.
4009 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4011         Version 2.59b.
4013         * README: Add advice about m4 1.4.2.
4015         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4016         texinfo.tex for now (done by hand now).
4017         * Makefile.maint (wget_files, cvs_files):
4018         Remove ansi2knr.c; nobody uses it.
4019         (ansi2knr.c-url_prefix): Remove.
4020         (cvs-update): Fix test for failure.  I don't know why it ever
4021         worked...
4023         * doc/autoconf.texi: Update URLs, some of which went stale.
4024         Use @uref rather than @href.
4026         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4027         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4029         * config/config.guess, config/config.sub, config/elisp-comp,
4030         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4031         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4033         * NEWS, TODO, configure.ac, bin/autoscan.in,
4034         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4035         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4036         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4037         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4038         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4039         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4040         tests/tools.at, tests/torture.at:
4041         Use "file name" rather than "filename" or "path",
4042         to be consistent with the terminology of the GNU coding standards.
4044 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4046         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4047         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4048         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4049         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4051         More fixes to support spaces in the name of the build directory.
4052         This isn't a complete fix but it's an improvement.
4054         * bin/autoconf.as (autom4te_options): New var.
4055         Use it instead of appending to AUTOM4TE, so that we can allow
4056         spaces in the build directory's absolute name.
4057         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4058         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4059         AT_CHECK_NOESCAPE): Likewise.
4060         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4061         main program): Likewise.
4063 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4065         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4066         From Ralf Corsepius in:
4067         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4069 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4071         * doc/autoconf.texi (Function Portability): Document isinf and
4072         and isnan.  From a suggestion by Kevin Ryde.
4074         * lib/Autom4te/General.pm (END): Return correct exit status even
4075         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4077 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4079         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4080         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4081         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4083 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4085         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4086         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4087         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4088         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4089         * lib/autom4te.in (Automake-preselections): Preselect
4090         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4092 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4094         * lib/autom4te.in (Automake-preselections): Preselect
4095         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4096         trace them.
4098 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4100         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4101         Tru64.
4102         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4103         Document problem with "`""`" in pdksh POSIX mode.
4105 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4107         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4108         with pdksh, too.  Problem reported by Patrick Welche via
4109         Gary V. Vaughan.
4110         * doc/autoconf.texi (Shellology): Note that set -o posix is
4111         useful for pkdsh, too.
4113 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4115         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4116         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4117         Don't fail if ENV or BASH_ENV is readonly.
4118         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4119         etc. are read only.  Problem reported by Ludovic Courtes.
4121 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4123         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4124         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4125         (trivial change)
4127 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4129         * doc/autoconf.texi (File System Conventions): Warn about
4130         names like "aux".  Problem reported by Eric Blake.
4132         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4133         by zero instead of array size, so that we can use any arithmetic
4134         constant expression (instead of requiring an integer constant
4135         expression).  This allows us to test expressions like DBL_MAX <
4136         LDBL_MAX, which didn't conform to the C standard using the old
4137         method.
4138         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4139         now that we can do floating-point tests at compile time.
4141 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4143         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4144         and LDBL_EPSILON, as the resulting expression isn't an
4145         integer constant expression and violates the C standard.
4146         Problem reported by Nelson H. F. Beebe.  Also, check
4147         for "L" suffix, and check that long double doesn't have
4148         worse range or precision than double, that mixed-mode
4149         arithmetic doesn't generate a diagnostic, that double
4150         constants fit in long double.
4152 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4154         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4155         malloc(0) and realloc(NULL,size).
4157         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4158         Bob Proulx.
4160 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4162         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4163         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4164         by Jim Meyering.
4166 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4168         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4169         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4171 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4173         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4174         Problem reported by Stepan Kasal.
4176 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4178         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4179         change).  Patch reported by Ralf Wildenhues in
4180         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4182         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4183         function F exists if the compiler and linker let you compile an
4184         expression like (F != 0).  Recent versions of GCC optimize away
4185         the reference to F in that case, since every function address must
4186         be nonzero, so the link succeeds even if F does not exist.
4187         Problem reported by Manu in
4188         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4190         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4191         "Unix".  Many uses changed.
4192         (Limitations of Builtins): Explain better why the ! command isn't
4193         portable.
4195 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4197         * lib/autom4te.in (Automake-preselections): Preselect
4198         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4200 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4202         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4203         referencing AC_FUNC_STRERROR_R.
4205         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4206         note pessimistic assumption when cross compiling.
4208 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4210         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4211         (until 2004) invoked subcommands with sh -e, contra POSIX.
4212         Reported by Kevin Ryde.
4214 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4216         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4217         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4218         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4219         `test -f "        /usr/bin/grep"', which _always_ failed.
4220         (AC_PROG_SED): Ditto bogus PATH fix.
4221         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4222         requires that grep correctly supports _multiple_ `-e' options, rather
4223         than stating only that grep should accept `-e'.
4225 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4227         Port to C99, which requires that 'exit' be declared.
4229         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4230         to ensure that stdlib.h is included.
4231         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4232         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4233         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4234         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4235         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4236         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4237         when using 'exit' in a test; C99 requires that 'exit' be declared.
4239 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4241         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4242         now prefers 'grep' implementations that accept -e.
4243         (Limitations of Usual Tools): Describe problems of traditional
4244         egrep and fgrep with long input lines, and of traditional grep
4245         with -e.
4246         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4247         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4248         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4249         Solaris.
4250         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4251         the user with complaints about multiple -e options.
4252         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4253         Define it with AC_PROG_GREP.
4254         * configure.ac (AC_PROG_GREP): Add.
4255         * lib/freeze.mk (GREP): New macro.
4257 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4259         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4260         a possible candidate only after all others fail, rather than
4261         consulting it first.  This improves backward compatibility by
4262         better reflecting the way shell selection occurred in previous
4263         versions of Autoconf, and should help to avoid triggering latent
4264         problems in other packages, such as the one in Automake where zsh
4265         is not handled robustly:
4266         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4267         Although it is not Autoconf's responsibility to work around
4268         problems in Automake, it nevertheless makes sense to avoid
4269         introducing unnecessary incompatibilites.
4271 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4272             Gary V. Vaughan  <gary@gnu.org>
4274         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4275         how deeply nested we are when a suitable tool is found, set the
4276         ac_path_TOOL_found flag.
4277         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4278         nested we are in this macro.  Break out of all 3 nested loops if
4279         ac_path_TOOL_found is set.
4281 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4283         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4284         of the _AS_PATH_WALK loop too if GNU flavor is found.
4286 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4288         * doc/autoconf.texi (Limitations of Make): Update documentation
4289         for `$<'.  New entry `Long lines', based on a report from Simon
4290         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4291         paragraph about DJGPP, based on a mail from Richard Dawe.
4293 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4295         * tests/c.at (C keywords): Don't assume that GCC supports
4296         "restrict" and "inline", as sufficiently-old GCC versions do not
4297         (also, GCC configured to be in pedantic C89 mode does not).
4298         Problem reported by Sumit Pandya in:
4299         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4301         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4302         consider -g to work if it generates warnings when plain compiles
4303         don't.  Problem reported by Braden McDaniel in:
4304         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4306         * doc/autoconf.texi (Slashes): New section, to document a problem
4307         reported by Jim Meyering in:
4308         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4310         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4311         linker output files before linking, to work around IRIX 6 linker bug.
4312         Problem reported by Rainer Orth in:
4313         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4315 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4317         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4318         best tool so far counter rely on the tool path variable name to
4319         avoid checks for one tool being affected by the results of running
4320         the length check on a previous tool.
4322         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4323         match expression argument, as different greps have different
4324         regular expression flavours.
4325         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4326         literals.
4327         (AC_PROG_EGREP): Pass 'EGREP$'.
4328         (AC_PROG_GREP): Pass 'GREP$'.
4330 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4332         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4333         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4335 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4337         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4338         Types, Specific Compiler Characteristics, System Services,
4339         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4340         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4341         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4342         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4343         Likewise.
4344         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4345         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4346         AC_TYPE_OFF_T): Likewise.
4347         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4348         Likewise.
4350         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4351         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4353 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4355         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4356         now defines HAVE_DECL_TZNAME if it is declared, when
4357         HAVE_STRUCT_TM_TM_ZONE is not defined.
4358         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4359         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4360         for HAVE_TZNAME.
4362 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4364         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4365         superfluous backslashing of quotes (") in sed expressions;
4366         thanks to Paul Eggert.
4368 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4370         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4371         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4372         H. F. Beebe for the bug report.
4374 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4376         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4377         quoted -cmdline argument in Portland Group compiler (bug
4378         reported by Jeffrey J. Barteet).
4380 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4382         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4383         (Run Time): ... here, where it's now mentioned.
4385 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4387         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4388         inherits from language Autoconf-without-aclocal-m4.
4389         (Customizing autom4te): Adjust example; the cache must now be
4390         disabled for language Autoconf-without-aclocal-m4.
4392 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4393             Nathanael Nerode  <neroden@twcny.rr.com>
4395         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4396         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4397         a prefix.
4398         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4399         AC_CHECK_TARGET_TOOLS): New macros.
4400         * doc/autoconf.texi (Generic Programs): Document
4401         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4402         AC_CHECK_TARGET_TOOLS, and warn for future changes
4403         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4404         AC_CHECK_TOOLS.
4405         (Specifying Names): Document the reason for these future
4406         behavioral changes.
4407         * tests/mktests.sh: Do not generate tests for the
4408         new macros.
4409         * NEWS: Document these changes.
4411         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4412         they make TeX hang up.
4414 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4416         * NEWS: New macro AC_CHECK_ALIGNOF.
4417         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4418         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4419         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4420         vowel.
4421         (AC_CHECK_ALIGNOF): New macro.
4422         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4423         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4424         those for sizeof.
4426 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4428         * bin/Makefile.am (edit): Don't use $< in a context where
4429         POSIX doesn't require support for it.  Use $@.in instead.
4430         Problem reported by Anthony N. Frasso in
4431         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4432         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4434 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4436         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4437         from the next generation of Libtool.
4438         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4440 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4442         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4443         is not always thread-safe.  Report from Nathanael Nerode.
4445 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4447         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4448         problem on QNX reported by Stephen Rasku in
4449         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4451         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4452         $(m4sh_m4f_dependencies); this removes a FIXME.
4453         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4454         (MAINTAINERCLEANFILES): Split into pieces,
4455         one per related section.  Add $(srcdir)/wrapper.in.
4457 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4459         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4460         AC_SUBST provides no portable way to escape literal newlines.
4462         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4463         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4464         Darwin uses -lcrt2.o and there's little point to cataloging all
4465         the system variants.  Partial fix reported by Andreas Waechter in:
4466         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4467         for bug reported by Nelson H. F. Beebe in:
4468         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4470 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4472         * doc/autoconf.texi (AU_DEFUN): Fix English,
4473         suggested by Paul Eggert.
4474         * lib/autoconf/autoupdate.m4: Correct reference to
4475         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4477 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4479         * bin/autoupdate.in: Define __file__ so that warnings
4480         refer to the correct file.
4481         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4482         the behavior of the third argument.
4483         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4484         correctly the behavior of the third argument.  Document
4485         what the three macros that AU_DEFUN defines do.  Fix
4486         warning message when the third argument includes $0
4487         (reported by Alexandre Duret-Lutz).
4489 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4490             Eric Sunshine  <sunshine@sunshineco.com>
4491             Paul Eggert  <eggert@twinsun.com>
4493         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4494         (AS_INIT): Output shell initialization there. Removed optional
4495         parameter. Expand _AS_SHELL_FN_SPY.
4496         (AS_INIT_WITH_SHELL_FN): Removed.
4497         (_AS_SHELL_FN_SPY): New macro.
4498         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4499         macros.
4500         (AS_SHELL_SANITIZE): Remove loop to find better shell
4501         and documentation for the parameter.
4502         (_AS_DETECT_BETTER_SHELL): Move it here.
4503         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4504         (_AS_RUN): Move it here, support testing with eval.
4505         (AS_REQUIRE_SHELL_FN): Require shell functions when
4506         it is used.
4507         (_AS_LINENO_WORKS): Put around braces, we do not
4508         trigger the bash bug anymore.
4509         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4510         use AS_INIT_WITH_SHELL_FN.
4511         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4513 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4515         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4516         * doc/autoconf.texi: Don't say that the third parameter
4517         is broken.
4518         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4519         (AU_DEFUN): Honor the third parameter, create autoupdate
4520         macros with AU_DEFINE.
4521         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4522         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4523         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4524         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4525         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4526         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4527         AC_XENIX_DIR): Likewise.
4528         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4529         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4530         * lib/autoconf/status.m4: Remove FIXME.
4531         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4532         that the macro is not present anymore in the updated
4533         configure.ac.
4534         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4535         of autoupdate.
4537 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4539         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4540         copyright years.
4541         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4542         2003 (except 1997) to the list of copyright years.  This undoes
4543         the 2003-05-22 change, which removed the older years from the list.
4544         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4546 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4547             Albert Chin-A-Young  <china@thewrittenword.com>
4549         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4550         grep or ggrep program in PATH that accepts as long lines as
4551         possible.
4552         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4553         AC_PROG_GREP.
4554         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4555         egrep and fgrep respectively if $GREP -E/-F don't work.
4556         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4557         _AC_PROG_GREP, and AC_PROG_SED.
4558         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4559         longest input length accepted by a command.
4560         (AC_PROG_SED): Use it.
4561         * doc/autoconf.texi (Particular Programs): Document the changes.
4562         * NEWS: Updated.
4564 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4566         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4567         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4568         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4569         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4571         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4572         bin/autoconf.in, config/Makefile.in, config/config.guess,
4573         config/config.sub, config/install-sh, config/mdate-sh,
4574         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4575         lib/Makefile.in, lib/Autom4te/Makefile.in,
4576         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4577         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4578         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4579         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4580         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4581         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4582         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4583         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4584         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4585         tests/actypes.at: Regenerate and/or sync with original
4586         sources.
4588 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4590         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4591         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4592         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4593         not <inttypes.h>.  Problem reported by Tim Mooney in
4594         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4595         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4596         Likewise.
4598         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4599         otherwise "make check" fails because it forbids cmp (I guess
4600         because cmp treats files as binary on DOS-like systems).
4602         * tests/mktests.sh: Update copyright date to 2004, since some tests
4603         have changed in 2004.
4605 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4607         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4608         non-truncating sed or gsed program in PATH.
4609         * tests/acprograms.at: Add it.
4610         * doc/autoconf.texi (Particular Programs): Document it.
4611         * NEWS: Updated.
4613 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4615         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4616         -std1 disables some useful extensions on Tru64.  Problem reported
4617         by N. Lichtmaier in
4618         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4620 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4622         * doc/autoconf.texi (Programming in M4sh): Document that
4623         AS_MKDIR_P succeeds if the destination is a symbolic link
4624         to an existing directory.
4625         (Limitations of Usual Tools): Note that mkdir -p might not
4626         succeed on symlinks to directories.
4628 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4630         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4631         * bin/autoheader.in: Grammar fix in message.
4632         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4633         Test for dir before calling mkdir -p.  (trivial changes)
4635 2004-01-13  Eric Blake  <ebb9@byu.net>
4637         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4638         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4640 2004-01-10  Jim Meyering  <jim@meyering.net>
4642         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4644 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4646         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4647         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4648         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4649         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4650         AC_COMPILE_IFELSE, since we now assume our caller invokes
4651         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4652         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4653         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4654         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4656 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4658         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4659         `"'...'"`, as it's confusing (and I suspect it may not work on
4660         some platforms).  The code was incorrect anyway, as it assumed
4661         that \$ evaluated to itself in that context.  Reported by
4662         Alexandre Duret-Lutz.
4664 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4666         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4667         and _LT_AC_TAGCONFIG.
4669 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4671         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4672         example, and add more examples.  Reported by Eric Sunshine.
4674 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4676         * doc/autoconf.texi (Limitations of Usual Tools):
4677         Remove warning against "rm -fr" introduced yesterday; it
4678         was a false alarm.
4680         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4681         autoscan, autoupdate, ifnames): Don't use chmod -w.
4682         * lib/Makefile.am (autom4te.cfg): Likewise.
4683         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4684         "chmod -w".
4686 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4687             Paolo Bonzini  <bonzini@gnu.org>
4689         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4690         by doing lineno substitution only on lines containing "$LINENO".
4692 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4694         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4695         Use "rm -f" to remove conftest.sed, not plain "rm".
4696         Bug reported by David Relson in
4697         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4699         * Makefile.am (autom4te-update):
4700         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4701         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4702         * doc/autoconf.texi (Guidelines): Likewise.
4703         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4704         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4705         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4706         * lib/autotest/general.m4 (AT_INIT): Likewise.
4707         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4708         * tests/Makefile.am (clean-local): Likewise.
4709         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4710         srcdir): Likewise.
4711         * doc/autoconf.texi (Limitations of Usual Tools):
4712         Warn against "rm -fr".
4714 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4716         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4717         -c -o might not work.  From a suggestion by Kevin Ryde.
4718         (C Compiler, Generating Sources, Limitations
4719         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4720         Don't put '-o' after non-options, as POSIX doesn't allow this.
4721         Mention that cc's name might be gcc or c89 or whatever.
4723 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4725         * doc/autoconf.texi: Add various further index entries.
4727 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4729         * bin/autoreconf.in (autoreconf_current_directory):
4730         Fix typo: mkdir without umask arg.
4732 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4734         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4735         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4736         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4737         explanation clearer.
4739 2003-12-24  Andreas Schwab  <schwab@suse.de>
4741         * doc/autoconf.texi (Default Includes): Fix misspelling of
4742         AC_INCLUDES_DEFAULT.
4744 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4746         * configure.ac: Test if sh -n works.
4747         * configure: Regenerate.
4748         * tests/atlocal.in: Store the result here.
4749         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4750         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4751         of explicitly testing.
4752         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4753         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4754         * tests/tools.at (Syntax of the shell scripts): Simplify
4755         using AT_CHECK_SHELL_SYNTAX.
4756         (Syntax of the Perl scripts): Remove definition of
4757         AT_CHECK_PERL_SYNTAX.
4759 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4761         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4762         stderr to /dev/null.
4763         * bin/autoconf.in: Regenerate.
4764         * bin/wrapper.in: Regenerate.
4766 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4768         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4769         Extracted from AS_SHELL_SANITIZE.
4770         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4771         macros.
4772         (AS_SHELL_SANITIZE): Move reinvocation code from
4773         _AS_LINENO_WORKS, use it to find out if shell
4774         functions work.
4775         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4776         does not work.
4777         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4778         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4779         was called.
4780         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4781         * bin/autoconf.in: Regenerate.
4782         * tests/wrapper.in: Regenerate.
4783         * tests/tools.at: Test the syntax of tests/autoconf
4784         and tests/testsuite.
4786 2003-11-24  Akim Demaille  <akim@epita.fr>
4788         * config/announce-gen (&print_locations, &print_signatures)
4789         (&sizes): New.
4790         Use them.
4791         No longer rely on Gnus to inline the list of signatures: compute
4792         them on the fly.
4794 2003-11-24  Akim Demaille  <akim@epita.fr>
4796         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4797         override some files.
4798         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4799         From Debian Autoconf 2.58.
4801 2003-11-24  Akim Demaille  <akim@epita.fr>
4803         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4804         uses.
4805         From Debian Autoconf 2.58.
4807 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4809         * TODO: Remove already done things.  Update the part about finding
4810         tools for the target.
4812 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4814         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4815         Make wording more consistent.
4816         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4817         Explain the transition better.
4818         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4819         the transition better.
4821 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4823         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4824         parameter of AU_DEFUN.
4825         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4826         (AU_DEFUN): Remove the third parameter, it was not used.
4827         Use AC_DEFUN directly, not AU_DEFINE.
4828         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4829         the expanded body, consistently with other macros such as AC_USG.
4831 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4833         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4834         into the initial confdefs.h, to work around a bug in NextStep 3.3
4835         patch 3 reported by Eric Sunshine.
4837 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4839         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4840         than $target since the latter is not usual, add guidelines on when to
4841         use or not use the system type.
4843 2003-11-12  Derek Price  <derek@ximbiot.com>
4845         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4846         typo misrepaired by an auto-spellcheck.
4848 2003-11-12  Akim Demaille  <akim@epita.fr>
4850         * bin/autoreconf.in (&parse_args): Don't call automake with
4851         --force-missing unless it actually supports it.
4852         From Debian #219336.
4854 2003-11-12  Akim Demaille  <akim@epita.fr>
4856         * configure.ac: Bump to 2.59a.
4857         Require 2.59.
4859 2003-11-06  Akim Demaille  <akim@epita.fr>
4861         Version 2.59.
4863 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
4865         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4866         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4867         and ac_abs_top_srcdir are absolute paths.
4868         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4870 2003-11-05  Akim Demaille  <akim@epita.fr>
4872         * configure.ac: Bump to 2.58a.
4874 2003-11-05  Kevin Ryde  <user42@zip.com.au>
4876         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4877         it provokes a warning from makeinfo about looking like a cross
4878         reference in info output.
4880         * doc/autoconf.texi (Function Portability): Add notes on signal
4881         handler return type, as per AC_TYPE_SIGNAL.
4883 2003-11-04  Akim Demaille  <akim@epita.fr>
4885         Version 2.58.
4886         * doc/standards.texi: Update from master.
4888         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4890 2003-11-04  Akim Demaille  <akim@epita.fr>
4892         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4893         computing the absolute path to d1 in the source hierarchy: it may
4894         not exist at all.  So don't cd into it.
4895         From Alexandre Duret-Lutz.
4896         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4898         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4899         From Paul Eggert, but named after Perl's IO::Spec->catfile.
4900         * doc/autoconf.texi (Programming in M4sh): Document.
4901         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4903 2003-11-03  Pavel Roskin  <proski@gnu.org>
4905         * doc/autoconf.texi (Generic Structure Checks): Describe
4906         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4908 2003-10-31  Akim Demaille  <akim@epita.fr>
4910         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4911         (GNU Fortran): New.
4912         * doc/autoconf.texi (Language Choice): Document.
4913         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4914         the current language is Fortran.
4916 2003-10-31  Akim Demaille  <akim@epita.fr>
4918         * bin/autom4te.in (&freeze): Use a less likely warning separator
4919         than `\n\n', so that `\n\n\n' is valid in warnings.
4920         Reported by Steve Huston.
4922 2003-10-28  Akim Demaille  <akim@epita.fr>
4924         * Makefile.cfg (local_updates, executable-update): Tweak to be
4925         robust to parallel makes.
4926         Suggested by Alexandre Duret-Lutz.
4928 2003-10-27  Akim Demaille  <akim@epita.fr>
4930         * Makefile.cfg (executable-update): New.
4931         (local_updates): Call it.
4933 2003-10-27  Akim Demaille  <akim@epita.fr>
4935         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4936         Don't remove core.* as it may remove valid user files.
4937         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4938         (AC_FUNC_UTIME_NULL): Likewise.
4940 2003-10-23  Akim Demaille  <akim@epita.fr>
4942         Version 2.57g.
4943         * config/config.guess, config/config.sub: Upgrade from masters.
4945 2003-10-23  Akim Demaille  <akim@epita.fr>
4947         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4948         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
4949         hand...
4951 2003-10-23  Akim Demaille  <akim@epita.fr>
4953         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4954         Don't forget to remove conftest.err.
4956 2003-10-23  Akim Demaille  <akim@epita.fr>
4958         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4959         same object file in $LIBOBJS.
4960         Reported by Alexandre Duret-Lutz & Derek Robert Price.
4961         * doc/autoconf.texi (Generic Functions): Adjust.
4963 2003-10-20  Paul Eggert  <eggert@twinsun.com>
4965         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4966         Use 'eval', so that the resulting configure scripts work even if
4967         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4969 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4971         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4972         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4973         (_AC_LINK_IFELSE): Check the werror flag.
4974         * doc/autoconf.texi (Generic Compiler Characteristics): Document
4975         AC_LANG_WERROR.
4976         * NEWS: Mention it.
4978 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4980         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4981         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
4982         override AC_LINK_IFELSE.
4984 2003-10-15  Paul Eggert  <eggert@twinsun.com>
4986         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4987         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
4988         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4989         Mention /usr/dt/bin/dtksh on Solaris.
4990         (Shell Substitutions): Warn about $((...)).
4991         (Parentheses): New section.
4993 2003-10-15  Kevin Ryde  <user42@zip.com.au>
4995         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4996         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
4998 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5000         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5001         cross test.
5003 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5005         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5006         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5008 2003-10-10  Andreas Schwab  <schwab@suse.de>
5010         * bin/autoheader.in: Avoid empty first line in --version and
5011         --help output.
5012         * bin/ifnames.in: Likewise.
5014 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5016         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5017         Issue a more-informative diagnostic.
5018         Problems reported by Eric Sunshine.
5020 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5022         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5023         -mGLOB_options_string stuff for Intel ifc, which can cause
5024         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5025         pattern-matching instead of grep.
5027 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5029         * doc/autoconf.texi: Document new FC Fortran macros.
5031 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5033         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5034         that future autopoint/aclocal/automake/autoreconf will be able
5035         to trace to find where to install local m4 macros.
5036         * doc/autoconf.texi (Input): Document it.
5037         * NEWS: Updated.
5039 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5041         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5042         -lcrtbegin.o to list of ignored flags and fix underquoting of
5043         -lcrt[01].o.
5045 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5047         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5048         cache variable instead of $G77 to decide whether to include -O2,
5049         since $G77 is specific to Fortran 77.
5051 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5053         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5054         free" flag.  Re-order flags tested into rough order of popularity.
5056 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5058         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5059         arguments so that it can be used with syntax identical to
5060         AC_PROG_F77, and so that we can more easily decide to
5061         remove/deprecate the DIALECT optional argument in the future if it
5062         proves troublesome.
5063         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5064         non-freeform-supporting compilers.  Document freeform flags.
5066 2003-10-03  Akim Demaille  <akim@epita.fr>
5068         * configure.ac: Look for emacs, not macs.
5069         Reported by Eric Sunshine.
5071 2003-10-03  Akim Demaille  <akim@epita.fr>
5073         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5074         * bin/autoreconf.in (autoreconf_current_directory): Create the
5075         AUX_DIR if needed, for sake of automake --add-missing etc.
5076         Suggested by Alexandre Duret-Lutz.
5078 2003-10-03  Akim Demaille  <akim@epita.fr>
5080         * configure.ac: Quotation and formatting changes.
5081         (EMACS): Don't set it if it is not recent enough to support
5082         autoconf-mode.el.
5083         From Eric Sunshine.
5085 2003-10-02  Akim Demaille  <akim@epita.fr>
5087         * bin/ifnames.in (&scan_file): Skip C++ comments.
5088         From Jeremy Yallop.
5090 2003-10-01  Pavel Roskin  <proski@gnu.org>
5092         * doc/autoconf.texi (Particular Structure Checks):
5093         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5095 2003-10-01  Akim Demaille  <akim@epita.fr>
5097         Version 2.57f.
5099 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5101         * lib/Autom4te/XFile.pm: Use Errno.
5102         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5103         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5105 2003-09-30  Akim Demaille  <akim@epita.fr>
5107         * config/announce-gen (&print_news_deltas): Extracted from...
5108         (&print_changelog_deltas): here.
5109         (&news_file): Rename as...
5110         (@news_file): this.
5112 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5114         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5115         have been created when invoking the compiler.
5116         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5118 2003-09-29  Akim Demaille  <akim@epita.fr>
5120         Version 2.57e.
5122         * config/mkinstalldirs: Upgrade.
5124 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5126         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5127         Problem reported by Lars J. Aas in
5128         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5129         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5130         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5131         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5133 2003-09-26  Akim Demaille  <akim@epita.fr>
5135         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5136         directory for AC_CONFIG_COMMANDS' first argument exists.
5137         This makes valid the invocation of _AC_SRCPATH that follows.
5138         Reported by Eric Sunshine.
5139         * doc/autoconf.texi (Configuration Commands): Adjust.
5141 2003-09-26  Akim Demaille  <akim@epita.fr>
5143         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5144         Reported by Ralf Corsepius.
5146 2003-09-26  Akim Demaille  <akim@epita.fr>
5148         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5149         arguments.
5150         Actually, use AU_ALIAS.
5151         From Bruno Haible.
5153 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5155         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5156         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5157         Problem reported by Eric Sunshine in:
5158         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5160 2003-09-26  Akim Demaille  <akim@epita.fr>
5162         The test suite are sometimes assigning timings incorrectly.
5163         Reported by Henk Krus.
5164         Diagnosed by Nicolas Joly.
5166         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5167         AT_help_all.
5168         Instead of making AT_help a sequence of assignments to grow
5169         $at_help_all, just make AT_help_all be the growing contents of
5170         $at_help_all, and make a single assignment in...
5171         (AT_INIT): here.
5172         (at_times_skip): Flip the meaning and rename as...
5173         (at_times_p): this.
5174         (AT_INIT): When summarizing the test that ran, remove
5175         $at_times_file after use, and check it is present before trying to
5176         use it.
5178 2003-09-25  Akim Demaille  <akim@epita.fr>
5180         Version 2.57d.
5182         * bin/Makefile.am (edit): Handle '@configure_input@'.
5183         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5184         (ifnames): chmod -w.
5185         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5186         executables, not bin/ executables!  Otherwise all the magic needed
5187         to find non installed files is turned off.  This caused a failure
5188         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5189         as found in its environment (sent by tests/autoreconf): pointing
5190         to bin/autom4te that could not find its files.
5191         * tests/mktests.sh: Force the replacement of generated files, for
5192         the sake of "mv" program that are interactive when overwriting a
5193         -w file.
5194         * config/install-sh: Upgrade from CVS Automake.
5196 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5198         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5199         versus test -L issues.
5201 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5202             Paul Eggert  <eggert@twinsun.com>
5204         Trivial change to support GCC's configuration procedure.
5205         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5206         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5207         about inconsistency if the preprocessor is set to give errors for
5208         any warning.
5209         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5211 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5213         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5214         and XFile.pm from Automake.
5215         * lib/Autom4te/XFile.pm: Update from Automake.
5217 2003-09-12  Akim Demaille  <akim@epita.fr>
5219         Version 2.57c.
5221 2003-09-12  Akim Demaille  <akim@epita.fr>
5223         * config/config.guess, config/config.sub, config/missing,
5224         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5225         from masters.
5227 2003-09-12  Akim Demaille  <akim@epita.fr>
5229         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5230         not asm/types.h.
5232 2003-09-11  Akim Demaille  <akim@epita.fr>
5234         * doc/autoconf.texi (Header Portability): linux/random.h.
5235         From Peter Hendrickson.
5237 2003-09-10  Akim Demaille  <akim@epita.fr>
5239         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5240         willing to edit the output files.
5242 2003-09-10  Akim Demaille  <akim@epita.fr>
5244         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5245         and AC_FC_FREEFORM.
5246         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5247         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5249 2003-09-09  Akim Demaille  <akim@epita.fr>
5251         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5252         Reported by Gary Vaughan.
5253         * bin/autom4te.in (handle_m4): Likewise.
5255 2003-09-09  Akim Demaille  <akim@epita.fr>
5257         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5258         trailing files.
5260 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5262         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5263         Improve the accuracy of the wording about obsolescence.
5264         From a suggestion by Ian Lance Taylor in
5265         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5267 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5269         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5270         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5272 2003-09-04  Akim Demaille  <akim@epita.fr>
5274         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5275         AC_FUNC_WAIT3.
5277 2003-09-04  Akim Demaille  <akim@epita.fr>
5279         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5280         (freeze): When exiting, use $exit_code.
5281         * lib/autoconf/fortran.m4: Comment changes.
5283 2003-09-04  Akim Demaille  <akim@epita.fr>
5285         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5287 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5289         Add support for newer Fortran dialects.  The F77 interface is
5290         unchanged, and continues to support Fortran 77.  New FC macros
5291         correspond to all the old F77 macros, with output variables FC,
5292         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5293         available dialect, but older dialects can be specified.  There are
5294         new macros AC_FC_SRCEXT to set the source extension, and
5295         AC_FC_FREEFORM to accept free-form source files.
5297         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5298         New macros.
5299         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5300         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5301         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5302         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5303         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5304         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5305         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5306         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5307         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5308         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5309         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5310         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5311         AC_FC_SRCEXT, AC_FC_FREEFORM):
5312         New macros.
5313         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5314         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5315         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5316         Rewrite in terms of the above.
5317         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5318         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5319         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5320         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5322 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5324         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5325         Document problems with timestamp resolution that 'make', 'cp -p', and
5326         'touch -r' have.
5328 2003-08-27  Akim Demaille  <akim@epita.fr>
5330         * tests/m4sugar.at (cross_warning): Make sure to enable the
5331         output, so that we can track spurious m4sugar output.
5332         * tests/local.at: Require 2.57.
5333         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5334         are defaulted by AT_CHECK anyway.
5335         Use AT_CHECK_AUTOM4TE.
5336         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5337         missing dnl.
5339 2003-08-27  Akim Demaille  <akim@epita.fr>
5341         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5342         when -Wobsolete is set.
5343         Set it on by default.
5344         Suggested by Klee Dienes.
5346 2003-08-27  Akim Demaille  <akim@epita.fr>
5348         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5349         documentation.
5350         From Guido Draheim.
5352 2003-08-26  Akim Demaille  <akim@epita.fr>
5354         * doc/autoconf.texi (Output): Make clear that one can run code
5355         after AC_OUTPUT.
5357 2003-08-25  Akim Demaille  <akim@epita.fr>
5359         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5360         CVS Bison.
5362 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5364         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5365         Automake versions prior to 1.8.
5367 2003-08-25  Akim Demaille  <akim@epita.fr>
5369         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5370         From Ville Karaila.
5372 2003-08-24  Akim Demaille  <akim@epita.fr>
5374         * configure.ac: Bump to 2.57c.
5376 2003-08-22  Akim Demaille  <akim@epita.fr>
5378         Version 2.57b.
5380         * Makefile.cfg (local-checks-to-skip): New.
5381         * Makefile.maint (local-check): Rename as...
5382         (local-checks-available): this.
5383         (local-check): New.
5385         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5386         * configure.ac: Require Automake 1.7.6.
5388 2003-08-22  Akim Demaille  <akim@epita.fr>
5390         Output stack traces in warnings.
5392         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5393         Replace the former...
5394         (m4_warn): Pass the call stack to _m4_warn.
5395         * bin/autom4te.in: Adjust to output the call stack.
5396         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5398 2003-08-22  Akim Demaille  <akim@epita.fr>
5400         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5401         * bin/autom4te.in: Adjust.
5403 2003-08-21  Akim Demaille  <akim@epita.fr>
5405         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5406         (&verbose): Remove.
5407         (&getopt): Adjust the note and verb channels, depending upon
5408         --verbose.
5409         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5410         * bin/autoupdate.in: Adjust.
5411         Use &verb, not &verbose.
5413 2003-08-21  Akim Demaille  <akim@epita.fr>
5415         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5416         &parse_WARNINGS.
5417         ($help): Use Autom4te::ChannelDefs::usage.
5418         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5419         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5421 2003-08-21  Akim Demaille  <akim@epita.fr>
5423         First stab at preserving warnings between calls to autom4te,
5424         including when the cache is used.
5426         There are still several issues: (i) there are too many runs of m4
5427         (one for include, one for warnings, and some more), (ii) warnings
5428         spreading on several lines are not handled gracefully, (iii) the
5429         code meant to have the call stack display for errors does not work
5430         (its handling should move from m4 to autom4te).
5432         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5433         Use them.
5434         (@preselect): Add m4_warn.
5435         ($exit_status): Remove, use $exit_code.
5436         ($help): Use Autom4te::ChannelDefs::usage.
5437         (&handle_m4): No longer define the m4_warnings.
5438         At each run, extract and report the warnings.
5439         Always cache the result, including if the exit status is on
5440         failure, since if nothing changes, we should result in the same
5441         failure, hence we can use the cache.
5442         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5443         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5444         Remove.
5445         (m4_warn): Redefine as a do-nothing: it is its invocation that
5446         matters, as warnings are now reported via traces.
5447         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5448         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5449         the latter reveals calls to the former.
5451         Adjust the tests.
5453         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5455 2003-08-21  Akim Demaille  <akim@epita.fr>
5457         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5458         Use them.
5460 2003-08-21  Akim Demaille  <akim@epita.fr>
5462         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5463         forward order.
5464         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5465         (&parse_warnings): Accept a list of warning requests.
5466         (&usage): Return a string, not a side effect.
5467         (cross): New warning category.
5469 2003-08-21  Akim Demaille  <akim@epita.fr>
5471         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5472         (&require_configure_ac): Accept an optional directory argument.
5473         ($configure_ac): Remove.
5474         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5475         (&catfile): Remove.
5476         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5477         * bin/autoscan.in: Adjust.
5479 2003-08-20  Akim Demaille  <akim@epita.fr>
5481         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5482         Reported by Alexandre Duret-Lutz.
5484 2003-08-20  Akim Demaille  <akim@epita.fr>
5486         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5487         * bin/autom4te: Adjust.
5488         In particular, be Autoconf tools are really silent when properly
5489         working, bind the verbosity of the 'note' channel to $verbose.
5490         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5491         (&xsystem, &contents): Remove, since they are exported by...
5492         * lib/Autom4te/FileUtils.pm: this.
5493         More perldoc.
5494         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5495         * lib/Autom4te/FileUtils.pm: here.
5497 2003-08-20  Akim Demaille  <akim@epita.fr>
5499         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5500         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5501         from CVS Automake.
5503 2003-08-20  Akim Demaille  <akim@epita.fr>
5505         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5506         (autom4te-update): New.
5507         * Makefile.cfg (update): Bind autom4te-update.
5509 2003-08-19  Derek Price  <derek@ximbiot.com>
5511         * lib/autotest/general.m4: Comment various HELP_* diversions.
5512         (PARSE_ARGS_BEGIN): New section for option parsing related
5513         initialization.
5514         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5515         package specific options and associated help.
5517 2003-08-19  Akim Demaille  <akim@epita.fr>
5519         * config/announce-gen, Makefile.cfg: New.
5520         * Makefile.am: Adjust.
5521         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5523 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5525         * lib/autom4te.in (Automake-preselections): Preselect
5526         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5527         and m4_sinclude.
5529 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5531         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5532         (Autoconf-without-aclocal-m4): ... this new language.
5533         * doc/autoconf.texi (autom4te Invocation): Mention
5534         Autoconf-without-aclocal-m4.
5536 2003-08-18  Derek Price  <derek@ximbiot.com>
5538         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5539         RUN-IF-PASS optional arguments.
5541 2003-08-18  Derek Price  <derek@ximbiot.com>
5543         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5545 2003-08-16  Derek Price  <derek@ximbiot.com>
5547         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5548         STDOUT & STDERR arguments.
5550 2003-08-14  Derek Price  <derek@ximbiot.com>
5552         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5553         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5554         shorter column three.  Add DESCRIPTION to log file content.
5556 2003-08-13  Derek Price  <derek@ximbiot.com>
5558         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5559         output.
5561 2003-08-12  Derek Price  <derek@ximbiot.com>
5563         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5564         (AT_CHECK_NOESCAPE): Move core functionality to...
5565         (_AT_CHECK): ...this new macro.
5567 2003-08-07  Derek Price  <derek@ximbiot.com>
5569         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5570         (AT_CHECK_NOESCAPE): ...to this new macro.
5572 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5574         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5575         in Bash 2.01.  Problem reported by Brian Gough in
5576         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5578 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5580         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5581         -lcrt1.o, for OS X.  (trivial change)
5583 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5585         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5586         inside '#ifndef __cplusplus'.  Problem reported by
5587         Bob Friesenhahn.
5589 2003-07-06  Bill Clarke  <llib@computer.org>
5591         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5592         'long', not 'int', for benefit of Sun's recent C++ compilers
5593         (trivial change).  See:
5594         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5595         (This really should be 'intptr_t', not 'long', but that would
5596         take more work.)
5598 2003-06-25  Akim Demaille  <akim@epita.fr>
5600         * lib/Makefile.am (autom4te.cfg): Make it read only.
5601         Depend on Makefile since it contains substitutions.
5602         From Paolo Bonzini.
5603         * lib/autom4te.in (args): Add local.at? for Autotest args.
5604         This change was made on autom4te.cfg which is generated.
5605         Reported by Raja R. Harinath.
5607 2003-06-25  Akim Demaille  <akim@epita.fr>
5609         * doc/autoconf.texi (Header Portability): sys/mount.h.
5610         From Gareth McCaughan.
5612 2003-06-23  Akim Demaille  <akim@epita.fr>
5614         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5615         not all of them.  This fixes 1. the fact that when testing
5616         Autoconf there are many many config.log, 2. the incorrect use of
5617         top_srcdir to find config.log.
5618         Don't mix the detailed output of failed test with the summary of
5619         failures.  Rather, append detailed log afterwards.
5621 2003-06-23  Akim Demaille  <akim@epita.fr>
5623         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5624         always run: output config.log on $at_group_log.
5626 2003-06-23  Akim Demaille  <akim@epita.fr>
5628         * tests/torture.at (#define header templates): Don't use quotes in
5629         C++ comments as it puzzles Emacs' sh font-lock-mode.
5631 2003-06-23  Akim Demaille  <akim@epita.fr>
5633         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5634         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5635         * tests/atspecific.m4: Rename as...
5636         * tests/local.at: This.
5637         * tests/suite.at: Move the globals into...
5638         * tests/local.at: here.
5639         * tests/Makefile.am: Adjust.
5640         * doc/autoconf.texi (testsuite Scripts): Adjust.
5642 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5644         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5645         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5646         ensuring we add -std1 for full-ANSI.
5648         * doc/autoconf.texi (hdrindex): New macro.
5649         Add index entries for portability of various standard header files.
5651 2003-06-20  Akim Demaille  <akim@epita.fr>
5653         * configure.ac: Bump to 2.57b.
5655 2003-06-20  Akim Demaille  <akim@epita.fr>
5657         Version 2.57a.
5659 2003-06-20  Akim Demaille  <akim@epita.fr>
5661         * bin/autom4te.in: Don't rely on $HOME being defined.
5662         Reported by Marc Espie as PR/233.
5664 2003-06-20  Akim Demaille  <akim@epita.fr>
5666         * lib/autotest/general.m4: Use at_times_file only if used.
5667         From Nicolas Joly.
5669 2003-06-20  Akim Demaille  <akim@epita.fr>
5671         * config/config.guess, config/config.sub, config/elisp-comp,
5672         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5673         Update from masters.
5675 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5677         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5678         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5679         (TEST_SCRIPT): New diversion.
5680         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5681         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5682         (AT_INIT): Support for expected failures.
5684 2003-06-02  Akim Demaille  <akim@epita.fr>
5686         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5687         changes.
5688         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5689         Autoconf nor Automake.
5690         (&contents): New, from Automake.
5691         PODify.
5693 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5695         * NEWS, doc/autoconf.texi (Particular Functions),
5696         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5697         is the inverse of localtime.
5699 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5701         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5702         (handle_exec_errors): New function.  Work around $! being
5703         altered by WEXITSTATUS.
5704         (xqx, xsystem): Use handle_exec_errors.
5706 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5708         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5709         Do not call `_exit()', simply modify `$?'.
5710         (xsystem): Reset $! before running system, and check it afterward.
5711         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5712         63 for version mismatches.
5714 2003-05-23  Akim Demaille  <akim@epita.fr>
5716         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5717         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5718         the middle of a line).
5719         * lib/m4sugar/m4sugar.m4: Likewise.
5720         Remove useless spaces in comments.
5722 2003-05-23  Akim Demaille  <akim@epita.fr>
5724         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5725         exit 63, so that we (or Automake's "missing") can tell the
5726         difference with a plain failure.
5727         * doc/autoconf.texi (Notices): Adjust.
5729 2003-05-23  Akim Demaille  <akim@epita.fr>
5731         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5732         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5733         White spaces cleanup.
5735 2003-05-22  Jim Meyering  <jim@meyering.net>
5736             Paul Eggert  <eggert@twinsun.com>
5738         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5739         Remove `#include <stdlib.h>' from the list; we should never
5740         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5741         resulting namespace pollution would cause other tests to fail.
5742         Configure scripts run with some older versions of g++ and HP's
5743         aCC would fail due to such an #include.  Problems reported by
5744         Matthew Mueller in <http://bugs.debian.org/120704> and by
5745         Keith Bostic in
5746         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5747         In the test, use the test declaration before including <stdlib.h>,
5748         as that's closer to how it'll be used.
5750 2003-05-23  Akim Demaille  <akim@epita.fr>
5752         * doc/autoconf.texi (Header Portability): ucred.h.
5753         From Ian Redfern.
5755 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5757         Overhaul Autotest's logging: generate separate log files
5758         in testsuite.dir/NNN/testsuite.log, and append them to
5759         testsuite.log instead of re-running the test verbosely.
5761         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5762         file descriptor, write 0 to at_status_file instead of setting
5763         at_status=0, initialize some new variables (at_status_file,
5764         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5765         to rerun the tests, instead append the at_group_log to the
5766         at_suite_log when a test fails.
5767         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5768         with the AS_MESSAGE_LOG_FD redirected to stdout.
5769         (AT_CLEANUP): save the output status in $at_status_file
5770         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5771         its original place.
5772         (AT_CHECK): since tests are run with a redirected stdout,
5773         and used to be re-run in verbose mode, turn some $at_verbose
5774         into echo, and don't redirect the output of testing stdout
5775         and stderr.
5777         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5778         the name of the debugging directory and information about
5779         its contents.
5781 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5783         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5784         parameter.
5786 2003-05-22  Akim Demaille  <akim@epita.fr>
5788         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5789         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5790         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5791         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5793 2003-05-22  Akim Demaille  <akim@epita.fr>
5795         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5796         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5797         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5798         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5799         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5800         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5801         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5802         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5803         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5804         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5805         * tests/tools.at, tests/torture.at:
5806         Whitespace clean up.
5807         Suggested by Jim Meyering.
5809 2003-05-22  Akim Demaille  <akim@epita.fr>
5811         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5812         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5813         Reported by Jim Meyering.
5815 2003-05-22  Akim Demaille  <akim@epita.fr>
5817         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5818         Add AC_HELP_STRING  to the obsolete macros section.
5819         Typos.
5820         Use '@.' for sentences that ended in a capital letter.
5821         From Art Haas.
5823 2003-05-22  Akim Demaille  <akim@epita.fr>
5825         * config/config.guess, config/config.sub, config/elisp-comp,
5826         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5827         * config/texinfo.tex, doc/standards.texi: Update from masters.
5829 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5831         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5832         it to eval.
5834 2003-05-21  Akim Demaille  <akim@epita.fr>
5836         * bin/autoupdate.in ($m4): Fix quotation.
5837         Reported by Martin Mokrejs.
5839 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5841         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5842         Remove non-ASCII characters.
5844 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5846         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5847         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5848         AC_CHECK_HEADERS_NEW): New tests.
5850 2003-05-17  Akim Demaille  <akim@epita.fr>
5852         * lib/autoconf/functions.m4: Use the default includes so that
5853         memcmp be declared before being tested.
5854         Reported by Sander Niemeijer.
5855         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5856         * doc/autoconf.texi (Default Includes): Document
5857         AC_INCLUDES_DEFAULT.
5859 2003-05-17  Akim Demaille  <akim@epita.fr>
5861         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5862         * doc/autoconf.texi (Obsolete Macros): Adjust.
5863         Reported by Werner LEMBERG and Debian Bug 190886.
5865 2003-05-16  Akim Demaille  <akim@epita.fr>
5867         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5868         user name space clashes.
5869         Reported by Bruno Haible.
5871 2003-05-16  Akim Demaille  <akim@epita.fr>
5873         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5874         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5875         them uniform, and more robust to Perl special characters.
5876         Reported by Martin Mokrejs.
5878 2003-05-14  Akim Demaille  <akim@epita.fr>
5880         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5882 2003-05-14  Akim Demaille  <akim@epita.fr>
5884         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5885         linux/irda.h.
5887 2003-05-12  Akim Demaille  <akim@epita.fr>
5889         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5890         message.
5891         From Matthias Andree.
5893 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
5895         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5896         and truncate.
5898 2003-05-06  Akim Demaille  <akim@epita.fr>
5900         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5901         longer updates aclocal.m4 if useless, (ii) if a file m4_included
5902         by aclocal.m4 is changed it might require the importing of another
5903         m4 extension file, i.e., aclocal must be run.
5905         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5906         (&parse_args): Use --force with aclocal if required and supported.
5907         (&autoreconf_current_directory): Use &run_aclocal.
5909 2003-05-06  Akim Demaille  <akim@epita.fr>
5911         Lock autom4te's cache.
5913         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5914         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5915         argument instead of a file name, so that the request file remains
5916         open during the whole autom4te run.
5917         ($icache_file): New.
5918         (&freeze): Lock the $icache_file.
5920 2003-04-29  Derek Price  <derek@ximbiot.com>
5922         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5923         seperator with m4_append_uniq().  It doesn't work.
5924         (AT_CLEANUP): Add `;' to end of at_help_all.
5925         (AT_INIT): Allow --keywords to be specified more than once.  When
5926         grepping $at_help_all for keywords, use the field and keyword
5927         seperators to ensure a complete keyword match.  Alter at_prev handling
5928         to support the new --keywords behavior.
5930 2003-04-27  Karl Berry  <karl@freefriends.org>
5932         * doc/autoconf.texi: Make the dir entries in the autoconf manual
5933         align better with others.  I also made some of the individual
5934         entries on one line, for brevity and to make it easier for me to
5935         sort my dir-example file in the Texinfo distribution :).
5937 2003-04-12  Jim Meyering  <jim@meyering.net>
5939         * NEWS: Mention the new macro.
5940         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5941         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5942         * tests/c.at: Test AC_C_RESTRICT.
5943         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5945 2003-04-08  Akim Demaille  <akim@epita.fr>
5947         * bin/ifnames.in: Skip C++ comments.
5948         From Jeremy Yallop.
5950 2003-04-08  Akim Demaille  <akim@epita.fr>
5952         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5953         From Ilya Zakharevich.
5955 2003-04-08  Akim Demaille  <akim@epita.fr>
5957         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5958         net/if.h, stdlib.h.
5960 2003-04-01  Derek Price  <derek@ximbiot.com>
5962         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5963         from Akim's checkin of 2003-03-29.
5965 2003-04-01  Derek Price  <derek@ximbiot.com>
5967         * tests/torture.at (Configuring subdirectories): Add missing
5968         close-quote for Akim's change from 2003-03-28.
5970 2003-04-01  Akim Demaille  <akim@epita.fr>
5972         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5973         (AC, AT, MS): these.
5974         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5975         New.
5976         Use them.
5977         * doc/Makefile.am (CLEANFILES): Adjust.
5978         (TEXI2DVI): Make it --batch.
5980 2003-03-31  Derek Price  <derek@ximbiot.com>
5982         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5983         which removed the main loop.
5984         Thanks to Akim Demaille.
5986 2003-03-29  Akim Demaille  <akim@epita.fr>
5988         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5989         that starts a GUI.
5990         From Ilya Zakharevich.
5992 2003-03-29  Akim Demaille  <akim@epita.fr>
5994         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5995         documentation to read is Autoconf's.
5996         Suggested by Paul Eggert.
5998 2003-03-28  Akim Demaille  <akim@epita.fr>
6000         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6001         reading the section "Present But Cannot Be Compiled" when the
6002         header causes problems.
6004 2003-03-28  Akim Demaille  <akim@epita.fr>
6006         * tests/torture.at (Configuring subdirectories): Require aclocal
6007         1.4, otherwise the test fails, as it does support configure.ac.
6008         This fixes the "test 40 failed" bug reports.
6010 2003-03-28  Akim Demaille  <akim@epita.fr>
6012         * doc/autoconf.texi (C Compiler): `#line' portability.
6013         From Paul Eggert and Nelson H. F. Beebe.
6015 2003-03-27  Derek Price  <derek@ximbiot.com>
6017         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6018         layout in order to allow scripting around test groups.
6020 2003-03-27  Derek Price  <derek@ximbiot.com>
6022         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6023         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6024         use new diversions in preparation for accepting new arguments and
6025         allowing scripting around tests.
6026         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6028 2003-03-26  Derek Price  <derek@ximbiot.com>
6030         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6031         obsolete AC_HELP_STRING.
6032         (AC_HELP_STRING): AU_DEFUN to...
6033         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6034         * tests/m4sh.at (AS_HELP_STRING): New test.
6036         * tests/acgeneral.at: Regenerated.
6038 2003-03-26  Derek Price  <derek@ximbiot.com>
6040         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6041         sense.  Verbosify the diversion definitions comment.
6043 2003-03-26  Derek Price  <derek@ximbiot.com>
6045         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6046         AS_PREPARE.
6048 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6050         * doc/autoconf.texi (Present But Cannot Be Compiled):
6051         Grammar fixes and minor rewording. (trivial change)
6053 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6055         Work around a problem noted by Nelson H. F. Beebe with coreutils
6056         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6057         2002/05/09) rejects '#line 32768 "configure"' because the line
6058         number overflows.
6059         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6060         #line directives.
6061         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6062         * doc/autoconf.texi (Generating Sources): Document this.
6064 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6066         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6067         file name for the m4 program, when it has an "exe" file extension.
6068         DJGPP's error messages include the error code in brackets -
6069         remove the error code during normalization.
6071 2003-02-28  Akim Demaille  <akim@epita.fr>
6073         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6075 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6077         * doc/autoconf.texi (Limitations of Make): Remove the section
6078         about `$<' in inference rules, it was a bogus interpretation of
6079         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6080         Tru64 make in the "target lookup" section.
6081         (Automake): Automake 1.5+ no longer requires special tools to be
6082         present on the developer's host.
6084 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6086         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6087         to a shell that can handle redirection or quoting correctly.
6088         Override SHELL with the shell detected by configure.
6089         Use of $^O suggested by Tim van Holder.
6090         * bin/autom4te.in (BEGIN): Likewise.
6091         * bin/autoreconf.in (BEGIN): Likewise.
6092         * bin/autoscan.in (BEGIN): Likewise.
6093         * bin/autoupdate.in (BEGIN): Likewise.
6094         * bin/ifnames.in (BEGIN): Likewise.
6096         * bin/ifnames.in: Add final newline to help and version messages.
6098         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6099         to cope with DOS-style absolute paths, when constructing
6100         ${ac_make}.
6102         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6103         When constructing paths with IFS=:, quote the path. If we're
6104         constructing a DOS-style absolute path, we don't want to split it
6105         on the colon.
6107         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6108         in description.
6110 2003-02-25  Pavel Roskin  <proski@gnu.org>
6112         * bin/autoheader.in: Add missing newline when printing
6113         suggestion how change AC_DEFINE call.
6115 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6117         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6118         2002-09-01 patch by replacing "test -n" with "test -z".
6119         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6120         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6122         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6123         to fix a mismatch between example and discussion.
6125 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6127         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6128         format starting with "-".
6130 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6132         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6133         is not portable inside Makefile.
6135 2003-02-20  Akim Demaille  <akim@epita.fr>
6137         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6138         compiler says yeah, but preproc says nope, compiler is right.
6139         Conversely, prompt the reader to send a bug report to the
6140         maintainers of the package, not of Autoconf.
6142 2003-02-20  Klee Dienes  <kdienes@apple.com>
6144         * bin/autoreconf.in (autoreconf_current_directory): Properly
6145         handle an empty aclocal.m4.
6147 2003-02-20  Akim Demaille  <akim@epita.fr>
6149         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6150         $ac_prefix_program.
6151         From Larry Jones.
6153 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6155         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6156         innocuous variant befor including <limits.h> or <assert.h>.  This
6157         works around a bug reported by Albert Chin: HP-UX 11i
6158         (and earlier versions) have a <limits.h> that declares
6159         gettimeofday and many other functions.
6161 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6163         Version 2.57.
6165         * NEWS, configure.ac: Update version.
6167         * doc/fdl.texi: Upgrade to FDL version 1.2.
6169         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6170         nontrivially in main's body, so that f's external declaration is
6171         not optimized away in AIX.  This should fix the bug reported by
6172         Martin Frydl in
6173         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6175         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6176         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6177         defined, to support freestanding compilers.  This should fix the
6178         bug reported by Momchil Velkov in
6179         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6181         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6182         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6183         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6184         by Simon Josefsson in
6185         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6187         * Makefile.maint (www-gnu): New macro.
6188         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6189         the location has moved.
6191 2002-12-02  Martin Frydl  <martin@systinet.com>
6193         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6194         \(.*\) match is too long and there is something more to be checked.
6195         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6197 2002-11-15  Akim Demaille  <akim@epita.fr>
6199         Version 2.56.
6201         * config/install-sh: chmod +x.
6202         From Paul Eggert.
6203         * config/move-if-change: Indenting changes.
6204         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6205         * configure.ac (AM_INIT_AUTOMAKE): here.
6206         Require 1.7.1.
6208 2002-11-14  Akim Demaille  <akim@epita.fr>
6210         Version 2.55.
6212         * config/config.guess, config/config.sub, config/install-sh:
6213         Update from masters.
6215 2002-11-14  Akim Demaille  <akim@epita.fr>
6217         * Makefile.maint: Sync with Bison, i.e.:
6218         (po-check): Scan .l and .y files instead of the
6219         .c and the .h files that they generate.  This fixes the bug
6220         reported by Tim Van Holder in:
6221         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6222         Look for N_ as well as for _.  Try to avoid matching #define for
6223         N_ and _.
6224         From Paul Eggert.
6226 2002-11-14  Akim Demaille  <akim@epita.fr>
6228         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6229         From Paul Eggert and Albert Chin-A-Young.
6231 2002-11-14  Akim Demaille  <akim@epita.fr>
6233         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6234         From Paul Eggert and Albert Chin-A-Young.
6236 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6238         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6239         than assigning in main, to avoid HP cc +O3 optimizing it away.
6241 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6243         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6244         option.  Process --recheck after parsing all options.  Pass -q
6245         option to configure on --recheck.
6246         (AC_OUTPUT): Pass -q from configure to config.status.
6247         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6248         arguments to record.
6249         * doc/autoconf.texi (config.status Invocation): Document
6250         config.status -q option.
6252 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6254         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6255         Makefile.in if Makefile.am exists.
6256         (output): Strip `.am' from Makefiles.  Don't
6257         output AC_CONFIG_FILES if no Makefiles were found.
6259 2002-11-07  Akim Demaille  <akim@epita.fr>
6261         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6262         (local_updates): New.
6263         * Makefile.maint: Update, from CVS Bison.
6264         (local_updates): New.
6266 2002-11-06  Akim Demaille  <akim@epita.fr>
6268         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6269         declaration in extern "C" too.
6270         Reported by Roberto Bagnara.
6272 2002-11-06  Akim Demaille  <akim@epita.fr>
6274         * tests/torture.at (Configuring subdirectories): Don't use grep
6275         -w.
6276         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6277         Reported by Ezra Peisach.
6279 2002-11-05  Akim Demaille  <akim@epita.fr>
6281         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6282         Remove.
6283         We _have_ to stop using the old compatibility scheme that tried to
6284         avoid useless backslashes because Libtool 1.4.3 contains a
6285         AC_DEFINE([error_t], [int],
6286         [Define to a type to use for \`error_t' if it is not
6287         otherwise available.])
6288         We _have_ to quote the single quote and backslashes with \.  The
6289         old compatibility scheme saw that ` was backslashed, and therefore
6290         did not quote the single quote.  Hence before this patch, Autoconf
6291         was not compatible with Libtool.
6293 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6295         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6296         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6297         LC_NAME, LC_PAPER, LC_TELEPHONE.
6298         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6300 2002-11-04  Akim Demaille  <akim@epita.fr>
6302         Version 2.54c.
6304         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6305         New.
6306         * config/texinfo.tex: Update.
6308 2002-11-03  Akim Demaille  <akim@epita.fr>
6310         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6311         from...
6312         (&autoreconf): here.
6313         ($help, $make, &parse_args, &autoreconf_current_directory):
6314         Support -m/--make.
6315         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6317 2002-10-31  Bruno Haible  <bruno@clisp.org>
6319         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6320         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6321         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6322         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6323         to ac_cv_func_realloc_0_nonnull.
6324         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6326 2002-10-31  Akim Demaille  <akim@epita.fr>
6328         The test suite was no longer checking for trailing envvars and files.
6330         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6331         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6333 2002-10-31  Akim Demaille  <akim@epita.fr>
6335         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6336         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6337         Make variable, not a shell variable.
6338         Suggested by Bruno Haible.
6340 2002-10-31  Akim Demaille  <akim@epita.fr>
6342         * bin/autom4te.in (load_configuration): Reject #args out of any
6343         language.
6345 2002-10-31  Akim Demaille  <akim@epita.fr>
6347         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6348         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6349         (_AC_RUN_IFELSE): Use it.
6350         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6351         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6352         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6353         inline it.
6355 2002-10-30  Akim Demaille  <akim@epita.fr>
6357         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6358         * doc/autoconf.texi (autom4te Invocation): Adjust.
6359         Suggested by Tim van Holder.
6361 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6363         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6364         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6365         Problem reported by Bruno Haible.
6367 2002-10-29  Akim Demaille  <akim@epita.fr>
6369         * doc/autoconf.texi (Header Templates): Put also in words what the
6370         pictures says to assist free style readers.
6371         (Customizing autom4te): s/--cache=/--cache /.
6373 2002-10-29  Akim Demaille  <akim@epita.fr>
6375         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6376         sys/wait.h.
6377         sparc_address_test returns void.
6378         Use it with an argument, as prototyped.
6379         From Bruno Haible.
6381 2002-10-29  Akim Demaille  <akim@epita.fr>
6383         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6384         configure.in, not configure.ac.
6385         Reported by Bruno Haible.
6387 2002-10-29  Akim Demaille  <akim@epita.fr>
6389         * tests/torture.at (Deep Package): New test.
6390         (Configuring subdirectories): Don't use a testSubDir as Autotest
6391         now does it itself.
6393 2002-10-29  Akim Demaille  <akim@epita.fr>
6395         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6396         * doc/autoconf.texi (Invoking autom4te): Rename as...
6397         (autom4te Invocation): this, for consistency with the other nodes.
6399 2002-10-29  Akim Demaille  <akim@epita.fr>
6401         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6402         Reported by Ralf Corsepius.
6404 2002-10-29  Akim Demaille  <akim@epita.fr>
6406         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6407         characters is a back as an `obsolete' warning now.
6408         Reported by Ralf Corsepius.
6410 2002-10-28  Akim Demaille  <akim@epita.fr>
6412         * configure.ac: Bump to 2.54c.
6414 2002-10-28  Akim Demaille  <akim@epita.fr>
6416         Version 2.54b.
6418         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6420 2002-10-28  Akim Demaille  <akim@epita.fr>
6422         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6423         m4 executable names, and different GNU M4 version.
6424         Reported by Ezra Peisach and Paul Jarc.
6426 2002-10-27  Akim Demaille  <akim@epita.fr>
6428         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6429         AC_RUN_IFELSE.
6431 2002-10-27  Akim Demaille  <akim@epita.fr>
6433         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6434         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6435         Die when a simple Fortran program cannot be compiled.
6436         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6437         Issue a warning if no function is given.
6439 2002-10-27  Akim Demaille  <akim@epita.fr>
6441         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6442         Move the documentation of AC_TRY_RUN to...
6443         (Obsolete Macros): here.
6444         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6445         (autoconf Invocation): Remove the duplicates with `invoking
6446         autom4te'.
6447         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6448         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6450 2002-10-27  Akim Demaille  <akim@epita.fr>
6452         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6453         and AC_LANG_FUNC_LINK_TRY.
6454         (Examining Libraries): Rename as...
6455         (Running the Linker): this.
6456         Document AC_LINK_IFELSE.
6457         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6458         (Obsolete Macros): here.
6459         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6460         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6461         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6462         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6464 2002-10-27  Akim Demaille  <akim@epita.fr>
6466         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6468         More `check config.log' messages.
6470         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6471         * doc/autoconf.texi (Printing Messages): Document it.
6472         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6473         appropriate.
6474         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6475         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6476         (_AC_COMPILER_OBJEXT): Likewise.
6477         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6478         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6479         Likewise.
6480         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6481         Likewise.
6483         Deprecate macros with unusual interfaces.
6485         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6486         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6488         Document the new ones, and proper style.
6490         * doc/autoconf.texi (Generating Sources): New.
6491         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6492         (Examining Declarations): Rename as...
6493         (Running the Preprocessor): this.
6494         Document AC_PREPROC_IFELSE.
6495         (Examining Syntax): Rename as...
6496         (Running the Compiler): this.
6497         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6498         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6499         AC_TRY_COMPILE here.
6501 2002-10-27  Akim Demaille  <akim@epita.fr>
6503         Move sections around.
6505         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6506         sentence.
6507         Reported by Burno Haible.
6508         (Language Choice): Now the first section of...
6509         (Writing Tests): this section.
6510         Make the introduction less C-centric.
6511         (Guidelines, Test Functions): Move to...
6512         (Writing Test Programs): this new section.
6513         (Test Programs): Merge into...
6514         (Run Time): this.
6516 2002-10-27  Akim Demaille  <akim@epita.fr>
6518         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6519         autom4te.in that resulted in the need for two `make' runs.
6521 2002-10-27  Akim Demaille  <akim@epita.fr>
6523         * configure.ac: Bump to 2.54b.
6525 2002-10-25  Akim Demaille  <akim@epita.fr>
6527         Version 2.54a.
6529         * Makefile.maint: Update from the Coreutils.
6530         (AMTAR): Remove, obsolete.
6531         (automake_repo): Update to redhat.com.
6532         (cvs_file): New.
6533         Adjust to the fact that ansi2knr is now hosted by Automake.
6534         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6535         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6536         Update from masters.
6537         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6538         autoscan.pre is not to be installed, and autoscan.list is not to
6539         be shipped.
6540         (CLEANFILES): Add autoscan.list.
6541         (autoscan.list): Disable the cache.
6542         * bin/Makefile.am: Include freeze.mk.
6544 2002-10-25  Akim Demaille  <akim@epita.fr>
6546         * bin/autom4te.in (&load_configuration): Take the file as
6547         argument.
6548         (&parse_args): Handle -C, --cache.
6549         ($help): Adjust.
6550         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6551         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6552         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6553         Now a subsection of...
6554         (Using autom4te): This new section.
6555         (Customizing autom4te): New.
6556         (autom4te.cache): Adjust.
6558 2002-10-25  Akim Demaille  <akim@epita.fr>
6560         * doc/autoconf.texi (Generic Headers): More information on how to
6561         use AC_CHECK_HEADERS.
6563 2002-10-25  Akim Demaille  <akim@epita.fr>
6565         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6566         Space changes.
6568 2002-10-25  Akim Demaille  <akim@epita.fr>
6570         * bin/autoscan.in (output): Output AC_PREREQ.
6571         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6572         be reported.
6574 2002-10-23  Akim Demaille  <akim@epita.fr>
6576         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6577         document _Bool.
6579 2002-10-23  Akim Demaille  <akim@epita.fr>
6581         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6582         Reported by Peter Eisentraut.
6584 2002-10-23  Akim Demaille  <akim@epita.fr>
6586         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6587         type _Bool.
6588         Fix a typo.
6589         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6590         Eggert's recommandations.
6592 2002-10-22  Akim Demaille  <akim@epita.fr>
6594         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6595         Bison, by Paul Eggert.
6596         * doc/autoconf.texi (Particular Headers): Document it.
6598 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6600         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6601         `$ac_configure_args'.
6603 2002-10-22  Akim Demaille  <akim@epita.fr>
6605         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6606         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6607         From Art Haas.
6609 2002-10-22  Akim Demaille  <akim@epita.fr>
6611         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6613         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6614         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6615         (_AC_CHECK_HEADER_NEW): Rename as...
6616         (AC_CHECK_HEADER): this.
6618 2002-10-22  Akim Demaille  <akim@epita.fr>
6620         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6621         words about HP-UX cmp: it was actually a user-written cmp.
6623 2002-10-22  Akim Demaille  <akim@epita.fr>
6625         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6626         are a few warnings.
6627         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6628         Quote for Perl '' strings, not "".
6629         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6630         strings.
6632 2002-10-22  Akim Demaille  <akim@epita.fr>
6634         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6635         characters is a syntax warning now.
6636         (_AS_QUOTE): Accept $2 as list of characters to quote.
6637         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6638         Quote for Perl, not sh.
6639         * bin/autoheader.in: When $debug, report the file which is
6640         `do'ne.
6641         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6642         `@', to tickle Perl's lists.
6643         Reported by Carlos Velasco.
6645 2002-10-18  Akim Demaille  <akim@epita.fr>
6647         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6648         missing included files _are_ errors.
6649         Thanks to Alexandre Duret-Lutz.
6650         * tests/tools.at (autom4te cache): Adjust.
6651         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6652         (AT_CHECK_M4SUGAR): Use it.
6653         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6654         Adjust.
6655         * tests/tools.at (autom4te): Now it does exit 1.
6657 2002-10-17  Akim Demaille  <akim@epita.fr>
6659         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6660         Fixes the `AC_ARG_VAR' test failures.
6661         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6662         * lib/freeze.mk (check-forbidden-patterns): New.
6663         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6664         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6665         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6666         /dev/null.
6667         Reported months ago by H. Merijn Brand.
6669 2002-10-17  Akim Demaille  <akim@epita.fr>
6671         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6673 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6675         * Makefile.maint (wget_files): Remove ansi2knr.c.
6676         (ansi2knr.c-url_prefix): Remove.
6678 2002-10-16  Akim Demaille  <akim@epita.fr>
6680         Because of caching, some files that no longer exist and are no
6681         longer required can still cause errors.
6682         Reported by Alexandre Duret-Lutz.
6684         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6685         to frozen files in @ARGV, as @ARGV must remain being a list of
6686         files.  Rather, at M4 call sites, use this...
6687         (&files_to_options): New function.
6688         (&freeze): Use &error.
6689         (&up_to_date): If a file that was included according to the cache
6690         is no longer there, then the output is out dated.
6691         (&main): Don't even check whether a file is up to date is anyway
6692         --force is given.
6693         * tests/tools.at (autom4te cache): New.
6695 2002-10-16  Akim Demaille  <akim@epita.fr>
6697         * bin/autoconf.as: Kill dead options.
6698         * bin/autoupdate.in (&parse_args): Kill old options.
6699         * bin/autoreconf.in (&parse_args): Remove dead options.
6700         Factor some code.
6701         (&autoreconf): Report the directories we enter *and leave*, so
6702         that error messages can be easily located, and use GNU Make
6703         format, so that Emacs' compile mode understands us.
6704         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6705         if some file was changed instead of `print'.
6706         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6707         (&parse_args): Remove the dead options.
6708         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6709         autoheader's quiet mode.
6710         (AT_CHECK_AUTOUPDATE): Likewise.
6711         * tests/tools.at (autoupdate): Adjust.
6712         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6714 2002-10-11  Akim Demaille  <akim@epita.fr>
6716         No longer use CPP to check for the existing of headers: use CC to
6717         check for compilability.
6719         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6720         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6721         (_AC_CHECK_HEADER_NEW): Rename as...
6722         (AC_CHECK_HEADER): this.
6724         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6725         numbers in the Subject suggestion.
6727 2002-10-11  Akim Demaille  <akim@epita.fr>
6729         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6730         Suggest using AC_CHECK_DECLS instead.
6732 2002-10-11  Akim Demaille  <akim@epita.fr>
6734         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6735         of `precious'.
6737 2002-10-11  Akim Demaille  <akim@epita.fr>
6739         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6740         file name to enable parallel executions.
6741         From Sam Varshavchik.
6743 2002-10-08  Akim Demaille  <akim@epita.fr>
6745         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6746         aclocal invocation, as Gettext macros might not be visible to
6747         aclocal.
6748         Instead of blindly running autopoint, scan configure.ac (not the
6749         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6750         Reported by Paul D. Smith.
6752 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6754         Work around problems found when POSIXLY_CORRECT=1 is set.
6755         None of this seems to have anything to do with POSIX, really,
6756         but it's how Perl getopt works.
6757         * bin/autom4te.in (parse_args): Configure GetOpt with
6758         "permute", too.
6759         * doc/autoconf.texi (Invoking autom4te):
6760         --warning -> --warnings.
6761         * lib/autom4te.in: --warning -> --warnings.
6763 2002-09-28  Akim Demaille  <akim@epita.fr>
6765         * doc/autoconf.texi (autom4te.cache): New section.
6767 2002-09-28  Akim Demaille  <akim@epita.fr>
6769         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6770         (Automake-preselections): Update.
6771         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6773 2002-09-28  Akim Demaille  <akim@epita.fr>
6775         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6776         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6777         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6778         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6780 2002-09-28  Akim Demaille  <akim@epita.fr>
6782         * tests/torture.at (Configuring subdirectories): Be robust to
6783         users who use config.site to require for a cache: in this case,
6784         the two last configure runs, using two different sets of
6785         arguments, trigger a legitimate error.
6787 2002-09-28  Akim Demaille  <akim@epita.fr>
6789         * tests/m4sh.at (Functions Support, Functions and return Support):
6790         New.
6792 2002-09-28  Akim Demaille  <akim@epita.fr>
6794         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6795         autoheader are Perl programs.
6796         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6797         (autom4te): Specify that the sources are in the $srcdir.
6798         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6800 2002-09-28  Akim Demaille  <akim@epita.fr>
6802         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6803         (tm_zone): Move their rules to...
6804         * lib/autoconf/types.m4: here, using AN_ macros.
6805         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6806         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6807         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6808         * lib/autoconf/programs.m4: here.
6809         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6810         (ETAGS_FOR_AUTOCONF): New.
6811         Use it.
6813 2002-09-28  Akim Demaille  <akim@epita.fr>
6815         * lib/autoconf/autoscan.m4: New file.
6816         * lib/autoconf/autoconf.m4: Include it.
6817         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6818         that were listed in the original autoscan.list.
6819         * lib/autoconf/headers.m4: Similarly with headers.
6820         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6821         (.m4.m4f): Don't pass --prepend-include, since that's done by
6822         tests/autom4te itself.
6823         * lib/autoscan/Makefile.am: Include freeze.mk.
6824         (autoscan.list): New target --this file is no longer a source.
6825         (autoscan.pre): New file.
6827 2002-09-28  Akim Demaille  <akim@epita.fr>
6829         * bin/autoscan.in (@kinds): Make them singular.
6830         Adjust all uses.
6831         (&init_tables): When --debug, report the list of rules to ease
6832         tracking changes in autoscan.list.
6833         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6835 2002-09-28  Akim Demaille  <akim@epita.fr>
6837         * lib/autoscan/functions, lib/autoscan/headers,
6838         * lib/autoscan/identifiers, lib/autoscan/makevars,
6839         * lib/autoscan/programs: Merge into...
6840         * lib/autoscan/autoscan.list: this.
6841         * bin/autoscan.in (&init_tables): Adjust.
6843 2002-09-28  Akim Demaille  <akim@epita.fr>
6845         * lib/autoscan/functions, lib/autoscan/headers,
6846         * lib/autoscan/identifiers, lib/autoscan/makevars,
6847         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6848         `functions' line is now prefixed with `function:'.
6849         * bin/autoscan.in (&init_tables): Adjust.
6851 2002-09-28  Akim Demaille  <akim@epita.fr>
6853         From now on, autoscan files must always map a macro name to a
6854         word: there is no `default' macro for autoscan.
6856         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6857         all.
6858         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6859         explicit.
6861 2002-09-28  Akim Demaille  <akim@epita.fr>
6863         * bin/autoscan.in (%c_keywords): Remove.
6864         (&used): Keep only track of the words we might be interested in.
6865         (&output_kind): It is no longer needed to look for non active
6866         checks.
6868 2002-09-27  Akim Demaille  <akim@epita.fr>
6870         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6871         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6872         * lib/autoscan/functions: Adjust.
6873         * doc/autoconf.texi (Particular Functions): Adjust.
6875 2002-09-27  Akim Demaille  <akim@epita.fr>
6877         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6878         from /tmp.
6879         Thanks to Bill Moseley and Paul Eggert.
6880         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6881         the tmpdir must be created.
6882         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6883         dir be in the build tree, instead of $TMPDIR.
6885 2002-09-27  Akim Demaille  <akim@epita.fr>
6887         * bin/autoscan.in: Improve the comments.
6888         (&parse_args): Drop obsolete undocumented options.
6889         (&output_kind): Output warnings.
6890         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6891         (getwd): Trigger a warning.
6893 2002-09-26  Akim Demaille  <akim@epita.fr>
6895         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6896         Reported by Ralf Corsepius.
6897         * doc/autoconf.texi (autoreconf Invocation): Likewise.
6899 2002-09-26  Akim Demaille  <akim@epita.fr>
6901         Single suffix rules and seperated dependencies are not portable.
6903         * doc/autoconf.texi (Installation Directory Variables): Update.
6904         (Limitations of Make): Some about `Single Suffix Rules and
6905         Separated Dependencies'.
6906         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6907         (ifnames, autoscan, autom4te): Un-factor into several rules.
6909 2002-09-25  Paul Eggert  <eggert@twinsun.com>
6911         * BUGS (Interoperability bugs): New section.  Mention libtool
6912         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6914 2002-09-24  Paul Eggert  <eggert@twinsun.com>
6916         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6917         make handles suffix-rules differently from GNU make.
6919         * bin/Makefile.am (SUFFIXES, .in): Remove.
6920         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6921         Move the body of the old .in rule here.
6923 2002-09-16  Akim Demaille  <akim@epita.fr>
6925         i960 compilers create `b.out' files by default.
6926         Reported by Ralf Corsepius.
6928         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6929         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6931 2002-09-13  Paul Eggert  <eggert@twinsun.com>
6933         * doc/autoconf.texi (Particular Headers): Remove obsolete
6934         reference to `struct timezone' in the description of
6935         AC_HEADER_TIME.
6937 2002-09-13  Akim Demaille  <akim@epita.fr>
6939         Version 2.54.
6941         * config/config.sub, config/config.guess: Update.
6942         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6943         * Makefile.am: Adjust.
6945 2002-09-13  Akim Demaille  <akim@epita.fr>
6947         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6948         reading config.log when the compiler is rejected.
6949         Suggested by Guido Draheim.
6951 2002-09-13  Akim Demaille  <akim@epita.fr>
6953         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6954         (chdir_init) might hang when stat'ing mounted directories.
6955         Reported by Vance Shipley.
6957 2002-09-12  Akim Demaille  <akim@epita.fr>
6959         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6960         the lists.
6962 2002-09-12  Akim Demaille  <akim@epita.fr>
6964         * doc/autoconf.texi (Defining Symbols): Present two different
6965         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6966         difference between 1 argument calls, and 2-3 argument calls.
6968 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
6970         * doc/autoconf.texi: Review grammar and punctuation.
6972 2002-09-11  Paul Eggert  <eggert@twinsun.com>
6974         * doc/autoconf.texi: Fix minor formatting, spelling, and
6975         grammatical typos.
6976         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6977         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6978         is obsolescent.
6980 2002-09-11  Akim Demaille  <akim@epita.fr>
6982         * doc/autoconf.texi (Questions): Rename as...
6983         (FAQ): this.
6984         (Defining Directories): New.
6986 2002-09-09  Akim Demaille  <akim@epita.fr>
6988         * doc/autoconf.texi (Making testsuite Scripts): Update.
6989         Suggested by Nishio Futoshi.
6991 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
6993         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6994         plain `@' is wanted.
6996 2002-09-09  Akim Demaille  <akim@epita.fr>
6998         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6999         `duplicates', since the algorithm was too naive and could keep
7000         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7001         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7002         Reported by Ralf Corsepius.
7003         * tests/torture.at (Configuring subdirectories): Exercise these
7004         cases.
7006 2002-09-09  Akim Demaille  <akim@epita.fr>
7008         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7009         looking for a replacement file.
7010         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7011         directory is relative.
7012         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7013         directory definition.
7014         Reported by Andreas Schwab and Jim Meyering.
7016 2002-09-06  Akim Demaille  <akim@epita.fr>
7018         * doc/autoconf.texi (Setting Output Variables): Clarify what
7019         precious variables are.
7020         Suggested by Pontus Skoeld.
7022 2002-09-05  Akim Demaille  <akim@epita.fr>
7024         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7025         (ifnames, autoscan, autom4te): Since we don't only depend on
7026         configure.ac variables (such as VERSION etc.), but also on prefix
7027         and so forth, depend on Makefile, not configure.ac.
7028         Reported by Alexandre Duret-Lutz.
7029         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7031 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7033         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7034         doesn't seem to be confined to ia64, just say "some versions".
7036 2002-09-04  Akim Demaille  <akim@epita.fr>
7038         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7039         Automake 1.6c.
7040         * Makefile.am (maintainer-clean-local): Remove.
7041         (MAINTAINERCLEANFILES): Remove COPYING.
7043 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7045         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7046         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7047         Brinkmann.
7049 2002-09-03  Akim Demaille  <akim@epita.fr>
7051         * configure.ac: Bump to 2.53d.
7052         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7053         as of today, on Automake's team suggestion.
7055 2002-09-03  Akim Demaille  <akim@epita.fr>
7057         Version 2.53c.
7059 2002-09-02  Akim Demaille  <akim@epita.fr>
7061         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7062         SITE_MACRO_DIR.
7063         * configure.ac: Disable SITE_MACRO_DIR.
7065 2002-09-02  Jim Meyering  <meyering@lucent.com>
7067         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7068         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7069         Also, tweak grammar: s/make sure to/be sure to/.
7071 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7073         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7074         directory names are generally preferable to physical names.
7076 2002-09-02  Akim Demaille  <akim@epita.fr>
7078         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7079         Reported by Raja R. Harinath.
7080         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7081         * bin/autoupdate.in: Use error instead of die.
7083 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7085         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7086         ordinary shell concatenation rather than echo+tr+sed command that
7087         runs afoul of a long-line-related sed bug in Solaris 8.
7089         * bin/autoheader.in (parse_args): --warning -> --warnings.
7091         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7092         stdout, as traditional "ls" does.
7093         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7094         _AC_COMPILER_EXEEXT_O): Likewise.
7095         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7097         * bin/autoconf.as: Add --prepend-include option.  This patch was
7098         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7099         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7101         * bin/autoconf.in, configure: Regenerate.
7103         * doc/autoconf.texi (Special Shell Variables): Mention
7104         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7106         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7107         MAILPATH and set PS1, PS2, PS4 to default values, to work
7108         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7109         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7110         the Autoconf documentation specifies; fall back to "unset" only if
7111         this fails.  Use a shell for-loop for this rather than an m4 loop,
7112         to shorten the output script.
7114 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7116         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7117         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7118         for the CDPATH problem.  Document PWD.
7119         (Limitations of Builtins): Document the problem that "cd $foo" and
7120         "ls $foo" may refer to different directories in shells conforming
7121         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7122         example, since the old example is now out of date.
7124         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7125         FOO" and "ls FOO" talk about different directories; this catches
7126         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7127         spaghetti.
7129         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7130         of rolling our own unset.
7131         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7132         in practice we needn't worry about CDPATH if unset doesn't work.
7134         * Makefile.in, aclocal.m4, bin/Makefile.in,
7135         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7136         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7137         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7138         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7139         tests/Makefile.in: Regenerate with Automake 1.6.3.
7141         * config/config.guess, config/config.sub, config/mkinstalldirs:
7142         Update.
7144         * configure: Regenerate with self.
7146 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7148         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7149         default output.
7151 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7153         * bin/autom4te.in (Request::load): Correctly test for "do" read
7154         failure.
7156 2002-08-29  Akim Demaille  <akim@epita.fr>
7158         * lib/Autom4te/General.pm (&xqx): New.
7159         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7160         hand, which is not portable.
7161         (&error): New.
7162         * bin/autom4te.in: Use them.
7163         Use &error instead of die.
7164         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7165         Adjust.
7167 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7169         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7170         default list of compilers to try, since it was long ago superseded
7171         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7173 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7175         * doc/autoconf.texi (Invoking autom4te): End the option table,
7176         fixing a bug introduced by the previous patch.
7177         (Limitations of Make): Add a 'target lookup' subentry in the
7178         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7180 2002-07-29  Mark D. Roth  <roth@feep.net>
7182         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7183         options and use $AUTOM4TE_PATH.
7184         * doc/autoconf.texi: Remove documentation of autom4te
7185         --include-envvar and --site-macro-subdir options and document
7186         use of $AUTOM4TE_PATH.
7187         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7188         arguments from each language section.
7190 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7192         * doc/install.texi: Include copyright symbol in copyright notice.
7194         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7195         Replace with:
7196         (AM_MAKEINFOFLAGS): New macro.
7197         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7198         * Makefile.am (INSTALL): Use the new macros.
7199         Use -o rather than --output, since "missing" does not grok --output.
7201 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7203         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7204         comments do not always work. Never trust the exit status of
7205         `make -k'.
7207 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7209         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7210         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7212 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7214         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7215         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7216         apparently treats PATH="nonexistent" as if it contained ".".
7217         Bug reported by Stefan `Sec' Zehl.
7219 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7221         * doc/autoconf.texi (Limitations of Make): Mention the special
7222         handling of the obj/ directory by BSD make.
7224 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7226         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7227         backslashes.
7229 2002-07-19  Akim Demaille  <akim@epita.fr>
7231         * doc/autoconf.texi (Function Portability): `exit'.
7232         (Programming in M4sh): Ethymology of M4sh.
7234 2002-07-19  Akim Demaille  <akim@epita.fr>
7236         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7238 2002-07-18  Akim Demaille  <akim@epita.fr>
7240         Version 2.53b.
7242 2002-07-18  Akim Demaille  <akim@epita.fr>
7244         * config/config.guess, config/config.sub: Update.
7246 2002-07-18  Akim Demaille  <akim@epita.fr>
7248         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7249         Automake's parts.
7251         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7252         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7253         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7255 2002-07-18  Akim Demaille  <akim@epita.fr>,
7256             Alexandre Duret-Lutz  <duret_g@epita.fr>
7258         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7259         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7261 2002-07-17  Russ Allbery  <rra@stanford.edu>
7263         * doc/autoconf.texi (Initializing configure): Clarify the
7264         description of the tarname default.
7266 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7268         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7269         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7270         latter was not run.
7272 2002-07-17  Akim Demaille  <akim@epita.fr>
7274         * lib/Autom4te/General.pm (find_file): Browse the directories in
7275         the order they are given.
7277 2002-07-17  Akim Demaille  <akim@epita.fr>
7279         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7280         * tests/wrapper.as: this.
7281         * tests/Makefile.am, configure.ac: Adjust.
7283 2002-07-17  Mark D. Roth  <roth@feep.net>
7285         * configure.ac: Add --enable-site-macro-dir option.
7286         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7287         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7288         --site-macro-subdir options.
7289         * bin/autoconf.in: Add --prepend-include option.
7290         * bin/autoheader.in: Add --prepend-include option.
7291         * bin/autoreconf.in: Add --prepend-include option.
7292         * bin/autoscan.in: Add --prepend-include option.
7293         * bin/autoupdate.in: Add --prepend-include option.
7294         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7295         macro directory, remove note that include path directories are
7296         used in reverse order, and document --prepend-include option.
7297         * lib/autom4te.in: Use --prepend-include instead of --include.
7298         * tests/wrapsh.in: Use --prepend-include instead of --include.
7300 2002-07-17  Akim Demaille  <akim@epita.fr>
7302         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7303         tarnames.
7304         * doc/autoconf.texi (Initializing configure): Adjust.
7306 2002-07-17  Akim Demaille  <akim@epita.fr>
7308         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7309         (_AC_FUNC_MALLOC): New.
7310         (AC_FUNC_MALLOC): Use the latter.
7311         Define HAVE_MALLOC to 0 if broken.
7312         * doc/autoconf.texi (Particular Functions): Adjust.
7314 2002-07-16  Akim Demaille  <akim@epita.fr>
7316         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7317         * doc/autoconf.texi (C Compiler): Adjust.
7319 2002-07-09  Akim Demaille  <akim@epita.fr>
7321         * doc/autoconf.texi: Properly set the ``header'' part.
7323 2002-07-09  Akim Demaille  <akim@epita.fr>
7325         * doc/autoconf.texi (Systemology): Some about Darwin.
7327 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7329         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7330         Don't use AC_REQUIRE in AU_DEFUN.
7332 2002-07-09  Art Haas  <ahaas@neosoft.com>
7334         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7336 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7338         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7339         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7340         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7341         so that Emacs setups GNU style for perl-mode and cperl-mode.
7343 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7345         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7346         as per "Limitations of Builtins".
7347         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7348         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7350         * tests/mktests.sh: Use grep instead of fgrep, as per
7351         "Limitations of Builtins".
7353 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7355         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7356         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7357         so that we consistently test the just-built programs.
7358         * tests/wrappl.as: Likewise.
7360 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7362         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7363         name, so that symlinks to 'autoconf' work properly.  Bug reported
7364         by Bruno Haible.
7365         * bin/autoheader.in (AUTOM4TE): Likewise.
7366         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7367         * bin/autoscan.in (autom4te): Likewise.
7368         * bin/autoupdate.in (autom4te): Likewise.
7370         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7371         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7372         on Solaris 2.5.1.
7374 2002-06-11  Andreas Schwab  <schwab@suse.de>
7376         * doc/autoconf.texi: Add more dir entries.
7378 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7380         * bin/autom4te.in ($cache): Don't define using `$me', the name
7381         of the cache should not depend on the name under which autom4te
7382         was installed.
7384 2002-06-07  Akim Demaille  <akim@epita.fr>
7386         * tests/tools.at (autoconf: forbidden tokens, basic)
7387         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7388         words in autom4te.in.
7390 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7392         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7393         _AC_LANG_PROGRAM_C_F77_HOOKS.
7395 2002-06-07  Akim Demaille  <akim@epita.fr>
7397         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7398         rename as...
7399         (AC_REPLACE_FNMATCH): this.
7400         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7401         AC_FUNC_FNMATCH_GNU.
7403 2002-06-07  Akim Demaille  <akim@epita.fr>
7405         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7406         Rosetta Stone for Unix.
7408 2002-06-07  Akim Demaille  <akim@epita.fr>
7410         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7411         suggest m4_pattern_allow.
7412         Suggested by Adam J. Richter.
7414 2002-06-07  Akim Demaille  <akim@epita.fr>
7416         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7417         ac_config_libobj_dir.
7418         (AC_CONFIG_LIBOBJ_DIR): New.
7419         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7420         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7421         Use ac_config_libobj_dir to find the replacement files.
7422         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7423         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7424         (AC_REPLACE_FNMATCH_GNU): these.
7425         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7426         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7427         * tests/mktests.sh (ac_exclude_list): Don't check
7428         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7430 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7432         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7433         if ln doesn't work.
7434         * NEWS: Likewise.
7435         * doc/autoconf.texi (Configuration Links): Likewise.
7436         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7438 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7440         * config/config.guess, config/config.sub, config/texinfo.tex:
7441         Update from masters.
7443 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7445         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7446         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7447         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7448         Likewise.
7449         * lib/autoconf/Makefile.am (check-local): Likewise.
7450         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7451         * lib/autoconf/types.m4 (commentary only): Likewise.
7452         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7453         * lib/autotest/Makefile.am (check-local): Likewise.
7454         * lib/m4sugar/Makefile.am (check-local): Likewise.
7455         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7456         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7458         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7459         * doc/autoconf.texi (Particular Programs): Document them.
7460         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7461         * NEWS: Likewise.
7463 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7465         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7466         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7467         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7468         instead of AC_MBSTATE_T, which never existed.
7470 2002-05-23  Akim Demaille  <akim@epita.fr>
7472         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7473         version of Autoconf that is discussed.
7475 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7477         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7478         from the default list of compilers to try.  Suggested by
7479         Kate Hedstrom.
7480         * NEWS: Document the above.
7481         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7483 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7485         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7486         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7487         This improves on an earlier suggestion by H. Peter Anvin.
7489 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7491         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7492         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7493         Both macros now accept an optional source-dir arg.
7494         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7496         * NEWS: Document this.
7497         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7499         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7500         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7501         not for GNU extensions; this undoes part of the 2000-11-03 change,
7502         reverting to 2.13-compatible behavior.
7503         Add new optional argument DIR.
7504         (AC_FUNC_FNMATCH_GNU): New macro.
7506         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7508 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7510         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7511         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7512         and it causes a 'test' syntax error if it fails.
7513         Bug reported by Stephen Gildea.
7515         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7516         If prototypes are supported, use them to check this at compile-time,
7517         instead of trying to check it at run-time.  If we must do a run-time
7518         check, assume that setvbuf is standard when cross-compiling, as
7519         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7520         Bug reported by Paul D. Smith.
7522         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7523         argument specifying location of getloadavg.c.  This removes a
7524         FIXME.  This idea was taken from Jim Meyering's implementation in
7525         textutils.
7526         * doc/autoconf.texi (Particular Functions): Document this.
7527         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7528         that's what the code does; this fixes a bug reported by
7529         Paul D. Smith.
7531 2002-05-03  Akim Demaille  <akim@epita.fr>
7533         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7534         autopoint instead of gettextize.
7535         ($uses_alocal): Rename as...
7536         ($uses_aclocal): this.
7537         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7538         Suggested by Bruno Haible.
7540 2002-05-03  Akim Demaille  <akim@epita.fr>
7542         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7544 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7546         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7547         files to be 1 second older; just set them to be the same time.
7548         Also, sleep 1 second after the first aclocal, to work around
7549         problems with sub-second time stamps on the input files.
7551 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7553         * doc/autoconf.texi: Mention "set -e -x" lossage
7554         under node "Limitations of Builtins".
7556 2002-04-29  Akim Demaille  <akim@epita.fr>
7558         * doc/install.texi: Better wording for setting variables when
7559         running configure.
7560         From Christian Cornelssen.
7562 2002-04-29  Akim Demaille  <akim@epita.fr>
7564         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7565         of lack of $LINENO support, then the test will compare the $LINENO
7566         in testsuite vs. the lineno in the test file.  This is wrong, of
7567         course.
7568         Be sure to protect it.
7569         Reported by Patrick Welche.
7571 2002-04-25  Akim Demaille  <akim@epita.fr>
7573         * doc/autoconf.texi (Obsolete Macros): Typo.
7574         Reported by Vladimir Volovich.
7576 2002-04-25  Akim Demaille  <akim@epita.fr>
7578         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7579         than some of the input files, hence, on the second run of aclocal,
7580         if some of its input are younger, make them older.
7581         Suggested by Paul Eggert.
7583 2002-04-25  Akim Demaille  <akim@epita.fr>
7585         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7586         Thanks to Paul Eggert.
7588 2002-04-25  Akim Demaille  <akim@epita.fr>
7590         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7591         and ac_subst_vars be sh variables containing the list of
7592         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7593         DEFAULT diversion.
7594         (_AC_INIT_PREPARE): Use them to log them.
7595         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7596         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7597         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7598         _AC_SUBST_FILES and _AC_SUBST_VARS.
7599         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7601 2002-04-24  Akim Demaille  <akim@epita.fr>
7603         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7604         autoheader, so that automake does not complain about a missing
7605         config.h.in that was to be created.
7607 2002-04-23  Akim Demaille  <akim@epita.fr>
7609         * bin/autoheader.in (parse_args): --warning takes an argument.
7610         Fixes PR/220.
7612 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7614         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7615         and bb.out when cleaning up.
7617 2002-04-22  Akim Demaille  <akim@epita.fr>
7619         Version 2.53a.
7621 2002-04-22  Akim Demaille  <akim@epita.fr>
7623         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7625 2002-04-22  Akim Demaille  <akim@epita.fr>
7627         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7628         comma.
7629         Reported by Gregory Giannoni.
7631 2002-04-22  Akim Demaille  <akim@epita.fr>
7633         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7634         Fixes false failures on Darwin.
7636 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7638         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7639         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7640         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7641         tests/tools.at: Minor spelling and grammar fixes.
7643 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7645         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7646         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7647         * lib/autotest/general.m4 (AT_INIT): Likewise.
7648         * tests/atgeneral.m4 (AT_INIT): Likewise.
7650 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7652         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7653         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7654         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7655         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7656         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7657         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7658         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7659         Minor spelling and grammar fixes.
7661         * doc/autoconf.texi: Follow the outline suggested in the GNU
7662         Sample Texts sections of the Texinfo 4.2 manual.  Most
7663         importantly, this makes sure that the copyright notices appear in
7664         all output formats.  You probably need Texinfo 4.2 to generate
7665         the manual now.
7667         Fix some bugs when using "$@" when there might be zero positional
7668         arguments in cases where this matters.
7670         * bin/autoconf.as: Rewrite so that the problem does not come up.
7671         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7672         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7673         * lib/autotest/general.m4 (AT_INIT): Likewise.
7675         * bin/autoheader.in: Use 'case' statement to work around problem.
7676         * bin/auto4mte.in: Likewise.
7677         * bin/autoreconf.in: Likewise.
7678         * bin/autoscan.in: Likewise.
7679         * bin/autoupdate.in: Likewise.
7680         * bin/ifnames.in: Likewise.
7682         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7684         * lib/autotest/general.m4 (AT_INIT):
7685         Use Zsh alias to work around problem.
7686         * tests/atgeneral.m4 (AT_INIT): Likewise.
7688         * tests/c.at: We can't have zero arguments, so remove workaround
7689         that is not portable to Zsh.
7691 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7693         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7694         from aclocal.m4 too.
7696 2002-04-12  Akim Demaille  <akim@epita.fr>
7698         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7700 2002-04-10  Akim Demaille  <akim@epita.fr>
7702         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7703         workaround for ${1+"$@"}.
7704         * doc/autoconf.texi (Shell Substitutions): Explain it.
7705         From Oliver Kiddle and Peter Stephenson.
7707         Have M4sh perform minimal shell sanitizing.
7709         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7710         part into...
7711         (_AS_PREPARE): this new macro.
7712         (AS_PREPARE): New.
7713         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7714         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7716         Adjust Autoconf and Autotest.
7718         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7719         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7720         * lib/autotest/general.m4 (AT_INIT): Likewise.
7721         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7722         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7723         AS_SHELL_SANITIZE.
7725         Use this M4sh to generate Autoconf's shell scripts.
7727         * tests/wrapsh.as: New, precursor of wrapsh.in.
7728         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7729         on Autotest and M4sh.
7730         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7731         (wrapsh.in): New target.
7732         * bin/autoconf.as: New, precursor of autoconf.in.
7733         (autoconf.in): New target.
7735 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7737         * doc/autoconf.texi (Limitations of Make): Mention the issue
7738         with indented comments in rules.
7740 2002-04-09  Andreas Schwab  <schwab@suse.de>
7742         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7743         ac_top_builddir when setting ac_abs_top_builddir.
7745 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7747         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7748         (Portable Shell): Cross reference to Systemology.
7750 2002-04-05  Akim Demaille  <akim@epita.fr>
7752         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7753         directories when descending in a SUBDIRS.
7754         Reported by Ezra Peisach.
7756 2002-04-04  Andreas Schwab  <schwab@suse.de>
7758         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7759         contains no literal separators.
7761 2002-04-03  Akim Demaille  <akim@epita.fr>
7763         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7764         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7765         Use dnl, not the KILL diversion.
7766         Extracted from...
7767         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7768         (AC_CONFIG_LINKS): here.
7769         Adjust.
7770         Don't use the KILL diversion, as it kills spurious output, which
7771         results in failures being hidden.
7772         Use m4_defn where appropriate.
7773         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7774         after the second argument.
7775         Use m4_defn.
7776         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7777         syntax, as it is provided by M4sugar.
7778         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7780 2002-04-03  Andreas Schwab  <schwab@suse.de>
7782         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7783         expanded if $# <= 2.
7785         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7786         aclocal.
7788 2002-04-03  Akim Demaille  <akim@epita.fr>
7790         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7791         (_AC_COMPILER_EXEEXT_REJECT): New.
7792         Also recognize *.bb and *.bbg as compilation byproducts.
7793         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7794         (_AC_COMPILER_OBJEXT): Use them.
7795         Fixes Debian #138666.
7797 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7799         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7801         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7802         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7803         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7804         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7805         (AC_C_CONST): Same.
7806         (AC_C_INLINE): Same.
7807         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7808         * doc/autoconf.texi, NEWS: Document.
7809         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7810         AC_C_CROSS.
7812 2002-04-02  Akim Demaille  <akim@epita.fr>
7814         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7815         _AS_MKDIR_P_PREPARE.
7817 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7819         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7820         to avoid versions of HP C which don't allow that.
7822 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7824         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7825         (AS_SHELL_SANITIZE): Invoke it.
7826         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7828 2002-03-26  Akim Demaille  <akim@epita.fr>
7830         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7832 2002-03-26  Akim Demaille  <akim@epita.fr>
7834         * doc/autoconf.texi (Introduction): The GNATS base moved.
7836 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7838         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7839         as POSIX requires, as it doesn't work with Zsh.
7840         * doc/autoconf.texi (Assignments): Document the problem.
7842 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7844         * doc/autoconf.texi (Limitations of Make): Mention more issue
7845         about VPATH, overriding of macros in sub-makes, and handling of
7846         SHELL.
7848 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7850         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7851         problem with here-document buffer boundaries.
7853         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7854         when reinvoking the shell, to work around problems with installers
7855         who put strange things like "cd" commands in their environments.
7857 2002-03-19  Akim Demaille  <akim@epita.fr>
7859         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7860         From Aaron Ucko.
7862 2002-03-19  Akim Demaille  <akim@epita.fr>
7864         * bin/autoscan.in (scan_file): Specify the location in `&used'
7865         invocations.
7866         From Nicolas Joly.
7868 2002-03-19  Akim Demaille  <akim@epita.fr>
7870         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7871         From Nishio Futoshi.
7873 2002-03-19  Akim Demaille  <akim@epita.fr>
7875         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7877 2002-03-18  Paul Eggert  <eggert@twinsun.com>
7879         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7880         (Limitations of Usual Tools): Add mkdir section.
7882         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7883         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
7884         back on AS_DIRNAME to compute prefixes otherwise; this is
7885         roughly what mkinstalldirs does.  That way, we need not have
7886         our own filename disassembler.  The old disassembler did not
7887         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7889         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7890         Create at_test_all by a series of assignments,
7891         not by a single assignment of a long string.  The latter causes ksh
7892         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7893         presumably because of a buffer overrun.
7895 2002-03-14  Paul Eggert  <eggert@twinsun.com>
7897         * lib/autotest/general.m4 (at_times_skip):
7898         Renamed from at_times.  Now a boolean.
7899         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7900         says 'times: not found'.
7902 2002-03-14  Akim Demaille  <akim@epita.fr>
7904         * bin/autoreconf.in (&study_gettextize): New.
7905         (&autoreconf): Handle newest gettextize.
7906         Rerun aclocal if needed.
7907         Suggested by Andreas Schwab.
7909 2002-03-13  Akim Demaille  <akim@epita.fr>
7911         * doc/autoconf.texi (Special Shell Variables): More about IFS.
7913 2002-03-13  Akim Demaille  <akim@epita.fr>
7915         * doc/autoconf.texi (Header Portability): New.
7916         Add information about stdint.h and inttypes.h from Paul Eggert.
7918 2002-03-13  Akim Demaille  <akim@epita.fr>
7920         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7921         -p'.
7922         From Bob Proulx.
7924 2002-03-12  Akim Demaille  <akim@epita.fr>
7926         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7927         m4_require.
7929 2002-03-11  Andreas Schwab  <schwab@suse.de>
7931         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7932         does not do it if --with-lispdir is given.
7934 2002-03-08  Akim Demaille  <akim@epita.fr>
7936         Version 2.53.
7938 2002-03-08  Akim Demaille  <akim@epita.fr>
7940         * doc/autoconf.texi (Subdirectories): Clarify that the
7941         subdirectory should exist.
7943 2002-03-08  Akim Demaille  <akim@epita.fr>
7945         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7947 2002-03-08  Akim Demaille  <akim@epita.fr>
7949         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7950         aliases the actual variables, and modifications of the former
7951         affect the latter.
7953 2002-03-08  Akim Demaille  <akim@epita.fr>
7955         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7956         because of C-c: have m4 output in tmp files, then mv them.
7958 2002-03-08  Akim Demaille  <akim@epita.fr>
7960         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7961         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7962         * bin/ifnames.in: Copyright update.
7964 2002-03-08  Akim Demaille  <akim@epita.fr>
7966         * doc/autoconf.texi (Invoking autom4te): New.
7968 2002-03-05  Akim Demaille  <akim@epita.fr>
7970         * doc/autoconf.texi (Specifying Names): Clarification suggested by
7971         Kevin Ryde.
7973 2002-03-05  Akim Demaille  <akim@epita.fr>
7975         Version 2.52i.
7977 2002-03-04  Akim Demaille  <akim@epita.fr>
7979         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7980         * lib/autoconf/general.m4 (AC_INIT): More informative error
7981         message for LIBOBJ.
7983 2002-03-04  Akim Demaille  <akim@epita.fr>
7985         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7986         parallel builds.
7988 2002-03-04  Akim Demaille  <akim@epita.fr>
7990         * doc/autoconf.texi (Transforming Names): Equality between target
7991         and host is irrelevant.
7992         (Specifying Names, Canonicalizing): Remove all references to the
7993         backward compatibility hooks.  Rather, collect them all into...
7994         (Hosts and Cross-Compilation): this new section.
7995         * doc/install.texi (System Type): Ditto.
7996         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7997         that `--host' implies cross-compilation.
7999 2002-03-04  Akim Demaille  <akim@epita.fr>
8001         * doc/autoconf.texi (Evaluation Macros): New.
8002         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8003         useless.
8004         (_m4_foreach): Define the variant with immediate evaluation so
8005         that it contains exactly the items, not an expression which
8006         evaluation is the current item.
8007         (m4_re_string, m4_re_word): Don't over quote them.
8009 2002-03-04  Akim Demaille  <akim@epita.fr>
8011         Instead of having stacking `shift's evaluated at the end, let
8012         `foreach' loops immediately evaluate them.
8014         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8015         $*.  This is the n-th time I change my mind, but hopefully this is
8016         the last...
8017         (m4_lquote): New.
8018         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8019         efficient.
8020         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8021         it was only a hack for m4_text_wrap.
8022         (m4_car2): Remove, replaced by...
8023         (m4_cdr): New.
8024         (_m4_foreach): Adjust.
8025         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8026         m4_bpatsubst for clarification.
8028 2002-03-04  Akim Demaille  <akim@epita.fr>
8030         * doc/autoconf.texi (Changequote is Evil): New.
8032 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8034         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8035         on old systems like SunOS.
8037 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8039         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8040         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8041         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8042         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8043         of messages.
8045 2002-02-28  Akim Demaille  <akim@epita.fr>
8047         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8048         message to be sent.
8050 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8052         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8054 2002-02-25  Akim Demaille  <akim@epita.fr>
8056         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8057         From Akinori Musha.
8059 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8061         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8062         translate \r\n to \n.
8064 2002-02-07  Akim Demaille  <akim@epita.fr>
8066         Version 2.52h.
8068 2002-02-07  Akim Demaille  <akim@epita.fr>
8070         Fix Autoconf PR/209.
8071         Also reported by Frank Denis.
8073         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8075 2002-02-07  Akim Demaille  <akim@epita.fr>
8077         Fix Autoconf PR/207:
8078         AC_PREFIX_PROGRAM fails with dashed program names
8080         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8081         variable when looking for the prefix program.
8082         Now it also works for shell variables.
8084 2002-02-07  Akim Demaille  <akim@epita.fr>
8086         * doc/autoconf.texi (Limitations of Builtins): More about
8087         case/esac.
8089 2002-02-06  Akim Demaille  <akim@epita.fr>
8091         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8092         case/esac, some shells don't support it.
8093         Reported by Zack Weinberg.
8094         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8096 2002-02-06  Akim Demaille  <akim@epita.fr>
8098         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8099         sure not to introduce newlines in at_groups.
8100         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8102 2002-02-06  Akim Demaille  <akim@epita.fr>
8104         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8105         is not available.
8107 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8109         * doc/autoconf.texi (Specific Compiler Characteristics):
8110         Describe HP-UX cc bug workaround more accurately.
8111         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8112         not unsigned long.
8113         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8114         cross-compilers, too.  This undoes some of the most recent change
8115         to this file.
8117 2002-02-05  Akim Demaille  <akim@epita.fr>
8119         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8120         to make sure they are up to date when `check' is run.
8122 2002-02-05  Akim Demaille  <akim@epita.fr>
8124         * doc/autoconf.texi (Making testsuite Scripts): Document
8125         package.m4.
8127 2002-02-05  Akim Demaille  <akim@epita.fr>
8129         * lib/freeze.mk: New.
8131 2002-02-05  Akim Demaille  <akim@epita.fr>
8133         Implement `autom4te --freeze'.
8135         * bin/autom4te.in (&freeze): New.
8136         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8137         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8139 2002-02-05  Akim Demaille  <akim@epita.fr>
8141         * bin/autom4te.in (&parse_args): Implement `frozen files are
8142         optional are the sum of the previous files on the command line'.
8143         Also, pass `--reload-state=' on them, so...
8144         (handle_m4): don't.
8145         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8146         (M4sh): Rely on M4sugar.
8147         (Autotest, M4sh, M4sugar): Use frozen files.
8149 2002-01-31  Akim Demaille  <akim@epita.fr>
8151         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8152         * doc/autoconf.texi (Initializing configure): Adjust.
8154 2002-01-30  Akim Demaille  <akim@epita.fr>
8156         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8157         alphanumeric to `-' instead of `_'.
8159 2002-01-30  Akim Demaille  <akim@epita.fr>
8161         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8162         for plain code, the other for cross-compilation code.  The latter
8163         is now run with GCC only.
8164         * doc/autoconf.texi (Compilers and Preprocessors): New.
8166 2002-01-30  Akim Demaille  <akim@epita.fr>
8168         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8169         values.
8170         * doc/autoconf.texi (Initializing configure): Explain how to
8171         change AC_INIT default values.
8173 2002-01-29  Akim Demaille  <akim@epita.fr>
8175         * tests/torture.at (Configuring subdirectories): Use configure.in,
8176         so that aclocal 1.4 works.
8177         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8179 2002-01-28  Akim Demaille  <akim@epita.fr>
8181         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8182         needs an argument.
8184 2002-01-28  Akim Demaille  <akim@epita.fr>
8186         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8187         AUTOTEST_PATH *after* it was set.
8188         Don't put `.' in the PATH: the user should be precise and `./' if
8189         needed.  In addition, given that the test suite does some `cd', if
8190         `.' is in the path, the `tested programs' sections will report
8191         programs found in the test suite's directory, while during the
8192         tests (performed in their own directory), these programs are no
8193         longer visible.  In other words, the results is confusing and
8194         useless.
8195         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8197 2002-01-24  Akim Demaille  <akim@epita.fr>
8199         Version 2.52g.
8201 2002-01-24  Akim Demaille  <akim@epita.fr>
8203         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8204         * doc/autoconf.texi: Finally add Akim as an author.
8206 2002-01-24  Akim Demaille  <akim@epita.fr>
8208         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8209         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8210         Bourne. Use /bin/sh.
8211         From Andreas Buening.
8213 2002-01-24  Akim Demaille  <akim@epita.fr>
8215         * config/config.guess, config/config.sub, config/texinfo.tex:
8216         Update from masters.
8218 2002-01-24  Akim Demaille  <akim@epita.fr>
8220         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8221         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8222         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8223         * config/missing.m4, config/sanity.m4, config/select.m4,
8224         * config/strip.m4: Remove, to ease sync'ing with any version of
8225         Automake.
8227 2002-01-24  Akim Demaille  <akim@epita.fr>
8229         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8230         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8231         Reported by Geir Ove Myhr.
8233 2002-01-21  Akim Demaille  <akim@epita.fr>
8235         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8237 2002-01-21  Akim Demaille  <akim@epita.fr>
8239         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8240         message on invalid options.
8241         * bin/autom4te.in (parse_args): Don't use
8242         Autoconf::General::getopt with non valid options.
8244 2002-01-17  Jim Meyering  <meyering@lucent.com>
8246         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8247         $ac_cv_exeext so we don't use an old, invalid, cached value.
8249 2002-01-11  Akim Demaille  <akim@epita.fr>
8251         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8252         Meyering.
8253         * doc/autoconf.texi (Function Portability): Document the strnlen
8254         limitation.
8255         (Particular Functions): Document AC_FUNC_STRNLEN.
8256         * lib/autoscan/functions: Adjust.
8258 2002-01-06  Akim Demaille  <akim@epita.fr>
8260         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8261         package.m4, since is really depends upon configure.ac, not
8262         configure.
8263         * doc/autoconf.texi (testsuite Scripts): Adjust.
8264         * tests/Makefile.am (package.m4): New.
8265         EXTRA_DIST it since its a source.
8267 2002-01-06  Akim Demaille  <akim@epita.fr>
8269         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8270         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8271         and PACKAGE_BUGREPORT from here...
8272         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8273         arguments.
8274         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8275         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8276         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8277         * tests/tools.at (autoheader): Adjust.
8278         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8280 2002-01-06  Akim Demaille  <akim@epita.fr>
8282         * bin/autoscan.in (scan_file): Use `&used'.
8284 2002-01-03  Akim Demaille  <akim@epita.fr>
8286         * doc/autoconf.texi (Output): Improved wording regarding use of
8287         AC_OUTPUT.
8288         From Olly Betts.
8290 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8292         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8293         sometimes needing writable input.
8295 2001-12-17  Jim Meyering  <meyering@lucent.com>
8297         * doc/autoconf.texi (New Macros): Tweak wording.
8299 2001-12-14  Akim Demaille  <akim@epita.fr>
8301         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8302         trailing files, don't apply `-rf' to files which might not be
8303         created by configure (core, core.*, and *.core), but just `rm -f'.
8304         Suggested by Jonathan Kamens.
8306 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8308         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8310 2001-12-14  Akim Demaille  <akim@epita.fr>
8312         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8314 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8316         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8317         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8318         abs_srcdir, top_srcpath to abs_top_srcdir.
8319         (_AC_OUTPUT_FILES): Adjust.
8320         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8321         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8322         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8324 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8326         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8327         C/Fortran linking on HP/UX, by extracting the Fortran library
8328         search path from the LPATH line in the $F77 -v output.
8330 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8332         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8333         forbidden file descriptors table.
8335 2001-11-26  Akim Demaille  <akim@epita.fr>
8337         * bin/autoscan.in (%c_keywords): Build it at top level.
8338         Map to 1 in order to simplify its uses.
8340 2001-11-26  Akim Demaille  <akim@epita.fr>
8342         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8343         Remove $filepath, useless.
8344         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8345         variables, they are really part of the tokens.
8346         Split the input line on spaces and then look for tokens.
8347         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8348         because of `lex$U.$(OBJEXT)'.
8349         (&scan_files): Use "@list" instead of join.
8350         * doc/Makefile.am (CLEANFILES): Add *.fns.
8352 2001-11-26  Akim Demaille  <akim@epita.fr>
8354         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8355         Remove, replaced by...
8356         * tests/wrappl.in: Be common for all the Perl executables.
8357         In particular autoscan and autoheader want -I.
8358         * configure.ac: Adjust.
8359         * lib/autoscan/headers: errno.h is portable.
8361 2001-11-26  Akim Demaille  <akim@epita.fr>
8363         * bin/autoscan.in (used): New.
8364         Use it.
8366 2001-11-26  Akim Demaille  <akim@epita.fr>
8368         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8369         directives.
8370         (&scan_sh_file): Remove a duplicate pattern.
8371         (&check_configure_ac): Use long options.
8372         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8374 2001-11-26  Akim Demaille  <akim@epita.fr>
8376         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8377         Before, having a line containing the opening of a multi line
8378         comment made the whole line be ignored.
8380 2001-11-26  Akim Demaille  <akim@epita.fr>
8382         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8383         (testsuite Scripts): Be one of its subsection.
8384         (Autotest Logs): New.
8386 2001-11-26  Akim Demaille  <akim@epita.fr>
8388         Test groups are now run two directories deeper.
8390         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8391         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8392         at_top_builddir.
8393         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8394         top_srcdir, builddir and top_builddir.
8395         Use `at_*dir' relatively to the directory containing the
8396         suite, use `*dir' when relatively to the current group dir.
8398 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8400         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8401         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8402         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8403         spelling errors.
8405 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8407         * doc/autoconf.texi (Using System Type): Add an example of `case
8408         $host' usage so people quit using `case $target' everywhere.
8410 2001-11-22  Akim Demaille  <akim@epita.fr>
8412         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8413         spotted by Jim Meyering.
8415 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8417         This patch implements a `long double' suggestion by Oliver Kiddle.
8419         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8420         static, to catch errors if the value isn't known at compile-time
8421         and the compiler supports dynamic arrays.  Change its name from
8422         `_array_' to `test_array' to avoid potential name clashes.
8423         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8424         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8425         better than double.  Catch a bug in GCC 2.95.2 x86.
8426         * doc/autoconf.texi (C Compiler): Document the above.
8427         * NEWS: Likewise.
8429 2001-11-13  Akim Demaille  <akim@epita.fr>
8431         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8432         hand.
8433         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8435 2001-11-13  Akim Demaille  <akim@epita.fr>
8437         * lib/autotest/general.m4 (AT_INIT): After having run the test
8438         group, go back to the initial directory, not to at_suite_dir.
8440 2001-11-13  Akim Demaille  <akim@epita.fr>
8442         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8443         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8444         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8445         option.
8446         (AT_CHECK_CONFIGURE): Use absolute paths.
8447         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8448         The problem is still the old one: there is no means in M4 (that I
8449         know about) to create a defining macro, because there is no means
8450         to create `$1' etc., therefore, the defining macro ``swallows''
8451         all the arguments meant to the defined macro.
8453 2001-11-13  Akim Demaille  <akim@epita.fr>
8455         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8456         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8457         configure.ac.
8458         * tests/aclocal.m4: Remove, as it is no longer used.
8460 2001-11-13  Akim Demaille  <akim@epita.fr>
8462         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8463         variable names when referring to a single test group, or to
8464         `suite' when referring to the whole test suite.
8465         `at_last_test' is removed: m4 compute at_format itself.
8466         (at_stdout, at_stder1, at_stderr): New variables.
8467         (AT_CHECK): Use them.
8469 2001-11-13  Akim Demaille  <akim@epita.fr>
8471         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8472         in PATH.
8473         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8474         Do it as soon as a test fails, don't wait till the end of the test
8475         suite.
8476         Don't remove $as_me.[0-9]*, since these files no longer exist.
8478 2001-11-13  Akim Demaille  <akim@epita.fr>
8480         * tests/tools.at: Use absolute paths, since we are no longer run
8481         in place.
8483 2001-11-13  Akim Demaille  <akim@epita.fr>
8485         Now that tests are running in their own private dir, there is no
8486         need to list the files to remove at the end of tests groups.
8488         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8489         (AT_data_files, at_data_files): Remove.
8490         (AT_CLEANUP, AT_DATA): Simplify.
8491         (AT_INIT): Adjust.
8492         Remove the group dir if !debug && !failed.
8493         * tests/atspecific.m4: Adjust.
8495 2001-11-13  Akim Demaille  <akim@epita.fr>
8497         Start a new layout for Autotest: `testsuite' creates
8498         `testsuite.dir' in which the at-check-line etc. files are to be
8499         found, and `testsuite.dir/003' where the test group 3 is run.
8501         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8502         at_check_line_file, at_format, at_test_normalized, at_group_dir
8503         are new variables.
8504         Create the directories.
8505         Use absolute paths for at- files.
8506         (AT_CHECK): Adjust.
8508 2001-11-11  Michael Matz  <matz@kde.org>
8510         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8511         (m4_car2): New.
8512         (m4_car): Properly quote arguments.
8514 2001-11-13  Akim Demaille  <akim@epita.fr>
8516         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8517         with stricter rules on LIBOBJS.
8519 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8521         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8522         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8523         __PROTOTYPES too.
8525 2001-11-12  Akim Demaille  <akim@epita.fr>
8527         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8529 2001-11-12  Akim Demaille  <akim@epita.fr>
8531         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8532         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8533         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8534         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8535         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8536         specify to what the macro should be defined (typically to 1).
8538 2001-11-12  Akim Demaille  <akim@epita.fr>
8540         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8541         From Jim Meyering.
8543 2001-11-12  Akim Demaille  <akim@epita.fr>
8545         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8546         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8547         definition used by Automake where LEX is +/- "${missing} lex" and
8548         `missing' itself contains variables.
8550 2001-11-12  Akim Demaille  <akim@epita.fr>
8552         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8553         Now that M4sh pushes BODY, the comments were output at the end of
8554         the test suites.
8556 2001-11-08  Akim Demaille  <akim@epita.fr>
8558         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8559         that we can trace macros from aclocal.m4.
8560         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8561         obsoleted, and redirect to the former anyway.
8562         Reported by Ralf Corsepius.
8564 2001-11-08  Akim Demaille  <akim@epita.fr>
8566         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8567         processed only if present.
8568         * tests/torture.at (Configuring subdirectories): Use autoreconf
8569         instead of successive calls to autoconf.
8570         Add a nonexistent subdirectory to exercise the patch above.
8571         Reported by Ralf Corsepius.
8573 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8575         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8576         doesn't accept .S files.
8578 2001-11-07  Akim Demaille  <akim@epita.fr>
8580         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8581         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8582         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8583         * bin/autom4te.in (warn_forbidden): New.
8584         (handle_output): Use it.
8585         Read m4_pattern_forbid with messages.
8587 2001-11-05  Akim Demaille  <akim@epita.fr>
8589         * bin/autom4te.in (--normalize): Remove.
8590         * lib/autom4te.in: Adjust.
8592 2001-11-05  Akim Demaille  <akim@epita.fr>
8594         * tests/Makefile.am (testsuite): Rename this target as...
8595         ($(TESTSUITE)): this.
8596         From Nicolas Joly.
8598 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8600         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8601         the --prefix option, also remove it's argument.
8603 2001-11-05  Akim Demaille  <akim@epita.fr>
8605         * doc/autoconf.texi (testsuite Invocation): Update.
8606         (Writing testsuite.at): Update.
8608 2001-11-03  Akim Demaille  <akim@epita.fr>
8610         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8612 2001-11-03  Akim Demaille  <akim@epita.fr>
8614         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8615         (&file_name_is_absolute): New, wrappers around routines from
8616         File::Spec.
8617         Use and export them.
8618         (&find_configure_ac): Optionally take a directory where to look at.
8619         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8620         the arguments.
8621         Default @ARGV to `.', not find_configure_ac.
8622         (&autoreconf): Argument is a directory.
8623         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8624         * doc/autoconf.texi (autoreconf Invocation): Update.
8626 2001-11-03  Akim Demaille  <akim@epita.fr>
8628         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8629         (@export_forward_subs): New.
8630         Add basename, dirname, and fileparse.
8631         (@EXPORT): Adjust.
8632         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8633         Don't look for aclocal flags if we already know aclocal is not
8634         used.
8635         Move aclocal.m4t only if it exists.
8636         Reported by Ezra Peisach.
8638 2001-11-03  Akim Demaille  <akim@epita.fr>
8640         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8641         passed on command line, defaulting to ./configure.ac if present.
8642         (&maybe_autoreconf, File::Find): Remove, unused.
8643         (&autoreconf): If autoconf is not used, don't try to trace.
8645 2001-11-02  Akim Demaille  <akim@epita.fr>
8647         * configure.ac: Bump to 2.52g.
8649 2001-11-02  Akim Demaille  <akim@epita.fr>
8651         Version 2.52f.
8653 2001-11-02  Akim Demaille  <akim@epita.fr>
8655         * config/config.guess, config/config.sub, doc/standards.texi:
8656         * config/lispdir.m4: Update from masters.
8657         * configure.ac: Bump to 2.52f.
8659 2001-11-02  Akim Demaille  <akim@epita.fr>
8661         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8662         Don't run aclocal when aclocal.m4 is not from aclocal.
8663         From Ezra Peisach.
8664         Don't run libtoolize and gettextize if --install is not given.
8666 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8668         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8669         be invoked before _AS_LINENO_PREPARE.
8670         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8671         than character ranges.
8673         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8674         invoking AS_BASENAME.  Set the locale variables to 'C' if
8675         possible, as POSIX requires this to get the traditional
8676         behavior.
8677         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8679 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8681         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8682         with {}, as that triggers a bug in Bash 2.05.
8684         (_AS_LINENO_PREPARE): Use Sed rather than
8685         Awk.  Fix the sed prepass to work even if there are multiple
8686         instances of $LINENO on the same line.  Do not substitute for
8687         other variables like $LINENOT.  Do not check file dates; such a
8688         check is unreliable on sufficiently fast machines, and removing
8689         the check makes the code simpler and more reliable.  Check for
8690         output and chmod failures.
8692         * doc/autoconf.texi (Special Shell Variables): Document
8693         the above.
8695 2001-10-31  Akim Demaille  <akim@epita.fr>
8697         * tests/Makefile.am (atconfig): Remove this target, Automake
8698         handles it now.
8700 2001-10-31  Akim Demaille  <akim@epita.fr>
8702         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8703         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8704         provided, while it is optional.
8705         * configure.ac: Adjust.
8707 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8709         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8710           lib/Autom4te/Struct.pm:
8711         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8712         with 5.005_02.
8714         * doc/autoconf.texi (Special Shell Variables): Document some
8715         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8717         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8718         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8719         eval $LINENO is not portable in practice.
8721 2001-10-24  Akim Demaille  <akim@epita.fr>
8723         * lib/Autom4te/General.pm (backname): New.
8725 2001-10-24  Akim Demaille  <akim@epita.fr>
8727         * m4/: Remove, merged into...
8728         * config/: here.
8730 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8732         * doc/autoconf.texi (Shellology): Mention the problems with bash
8733         2.05's use of ANSI quoting in its `set' builtin.
8735 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8737         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8738         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8739         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8740         POSIX decided to standardize on the int flavor of strerror_r.
8741         Always do char* test, as there's no reason not to.
8742         Assign to a char* var, to catch strerror_r that returns int*.
8744         * doc/autoconf.texi (Particular Functions):
8745         Document the above changes.  Also, document the fact that
8746         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8748         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8750 2001-10-20  Akim Demaille  <akim@epita.fr>
8752         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8753         the executable was missing from the log.
8755 2001-10-20  Akim Demaille  <akim@epita.fr>
8757         * lib/Autom4te/General.pm (&update_file): If destination is
8758         unchanged, remove the source.
8759         (&up_to_date_p): Don't be verbose, be debug.
8760         * bin/autoreconf.in: No longer support --m4dir.
8761         (&autoreconf): Display the full path of the configure.ac we are
8762         studying.
8763         Trace it only once.
8764         Be sure to honor --force with gettextize.
8765         Always run aclocal.
8766         * doc/autoconf.texi: Adjust.
8768 2001-10-20  Akim Demaille  <akim@epita.fr>
8770         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8771         Remove, dead.
8772         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8773         `intl' is already present, as it refuses unless --force.
8774         (&parse_args): Use -I, --include instead of the old Autoconf
8775         options.
8776         ($localdir, $autoconf_dir): Remove.
8777         (@include): New.
8778         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8780 2001-10-19  Jens Petersen  <petersen@redhat.com>
8782         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8783         * doc/autoconf.texi (Particular Programs): Likewise.
8785 2001-10-19  Akim Demaille  <akim@epita.fr>
8787         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8788         file in @configure_input@.
8789         Don't mention `automatically' in addition to `generated'.
8790         * tests/torture.at (#define header templates): Adjust.
8792 2001-10-19  Akim Demaille  <akim@epita.fr>
8794         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8795         comment, explain how to install automatic mode selection.
8796         From Russ Allbery.
8798 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8800         * bin/autoreconf.in (autoreconf): Display the path to the
8801         configure.ac being studied.
8803 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8805         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8806         long, to work around a bug in the HP C compiler version HP92453-01
8807         B.11.11.23709.GP.
8809         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8810         (AS_BASENAME_EXPR): New macro.
8811         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8812         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8813         and fall back on 'sed' only if the other two fail.  This makes
8814         AS_BASENAME act more like AS_DIRNAME.
8815         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8816         contains white space.
8817         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8818         Use AS_DIRNAME, since I think it's now DOS-friendly.
8819         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8820         Allow "dirname //FOO" to return either / or //, as POSIX allows
8821         either behavior.
8823 2001-10-10  Akim Demaille  <akim@epita.fr>
8825         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8826         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8827         From Eric Sharkey.
8829 2001-10-10  Akim Demaille  <akim@epita.fr>
8831         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8832         m4_define, since...
8833         (_AS_ECHO_N): AS_REQUIREs it.
8835 2001-10-10  Akim Demaille  <akim@epita.fr>
8837         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8838         (AC_INCLUDES_DEFAULT): Move to...
8839         * lib/autoconf/headers.m4: here.
8840         * lib/autoconf/types.m4: Comment changes.
8841         * doc/autoconf.texi: Specify where the default includes are used
8842         in the macro prototypes.
8844 2001-10-09  Akim Demaille  <akim@epita.fr>
8846         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8847         transition code.
8849 2001-10-08  Akim Demaille  <akim@epita.fr>
8851         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8852         (&parse_args): Pass verbosity/debugging options to subtools when
8853         --debug, not when --verbose.
8854         * lib/autom4te.in (Autoreconf-preselections): New.
8855         (Autoconf): Use it.
8857 2001-10-08  Akim Demaille  <akim@epita.fr>
8859         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8861 2001-10-08  Akim Demaille  <akim@epita.fr>
8863         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8864         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8866 2001-10-08  Akim Demaille  <akim@epita.fr>
8868         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8869         (Syntax of the shell scripts): Don't.
8870         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8871         bother with $force since...
8872         * lib/Autom4te/General.pm: does.
8874 2001-10-08  Akim Demaille  <akim@epita.fr>
8876         * bin/autoreconf.in: Rewrite in Perl.
8877         * configure.ac: Adjust.
8878         * lib/Autom4te/General.pm (&up_to_date_p): New.
8879         * bin/autom4te.in (&up_to_date_p): Use it.
8880         Rename as...
8881         (&up_to_date): this.
8883 2001-10-08  Akim Demaille  <akim@epita.fr>
8885         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8886         (m4_list_cmp): Use $0 to reinvoke yourself.
8887         (m4_patsubsts): New.
8888         (m4_strip, m4_version_unletter): Use it.
8889         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8891 2001-10-08  Akim Demaille  <akim@epita.fr>
8893         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8894         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8895         * lib/autoconf/types.m4, lib/autotest/general.m4,
8896         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8897         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8898         m4_bregexp, m4_bpatsubst, and m4_bmatch.
8899         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8901 2001-10-08  Akim Demaille  <akim@epita.fr>
8903         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8905 2001-10-08  Akim Demaille  <akim@epita.fr>
8907         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8908         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8909         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8910         * tests/tools.at, tests/m4sh.at: Use it.
8911         * tests/m4sh.at: Don't rely on Autoconf macros.
8912         (DIRNAME_TEST): Also exercise the expr variant.
8913         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8914         preferred M4sugar extension is now `.4s'.
8915         * tests/README: Remove.
8917 2001-10-08  Akim Demaille  <akim@epita.fr>
8919         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8920         (m4_provide_if): this.
8921         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8922         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8923         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8924         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8926 2001-10-08  Akim Demaille  <akim@epita.fr>
8928         Use `add-log-current-defun-function' for ChangeLog creation.
8929         Suggested by Tom Tromey.
8931         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8932         (autotest-mode): Adjust.
8933         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8934         'comment-region onto `C-c ;'.
8935         Comments are `#', not `dnl'.
8936         (autoconf-current-defun): New.
8937         (autoconf-font-lock-keywords): Recognize `m4_defun'.
8939 2001-10-08  Akim Demaille  <akim@epita.fr>
8941         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8942         * lib/m4sugar/m4sh.m4: here.
8943         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8944         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8945         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8946         include handle the m4_pattern_*, no longer push the
8947         BODY diversion nor set the /bin/sh line, AS_INIT does it.
8948         * lib/autotest/general.m4 (AT_INIT): Likewise.
8949         * tests/base.at: Adjust the tests to use AS_INIT.
8950         * tests/tools.at (AT_DATA_FORBIDDEN): New.
8951         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8952         Autoconf.
8954 2001-10-07  Paul Eggert  <eggert@twinsun.com>
8956         * doc/autoconf.texi (config.status Invocation):
8957         CONFIG_SHELL defaults to a shell that supports LINENO if available.
8959         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8960         shell does not support LINENO, and if CONFIG_SHELL is unset or
8961         empty, and if we can find a shell that does support LINENO,
8962         then set CONFIG_SHELL to that shell and then re-execute
8963         ourselves with CONFIG_SHELL.
8965 2001-10-05  Paul Eggert  <eggert@twinsun.com>
8967         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8968         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
8969         build of $(TESTSUITE).
8971 2001-10-05  Akim Demaille  <akim@epita.fr>
8973         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8974         iff we are a bareword.
8975         Reported by Raja R Harinath.
8977 2001-10-05  Akim Demaille  <akim@epita.fr>
8979         * tests/m4sh.at (LINENO): New.
8980         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8981         PATH_SEPARATOR before using it.
8982         Fix the absolute path case/esac pattern.
8983         Provide $0 as fallback for as_myself.
8984         Reported by Raja R Harinath.
8986 2001-10-05  Akim Demaille  <akim@epita.fr>
8988         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8989         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8991 2001-10-05  Akim Demaille  <akim@epita.fr>
8993         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8994         (AS_SHELL_SANITIZE): here.  Use it.
8995         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8996         From Paul Eggert.
8998 2001-10-04  Akim Demaille  <akim@epita.fr>
9000         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9001         combination of Awk and sed to replace $LINENO.
9003 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9005         * doc/autoconf.texi (Limitations of Builtins): You can't use
9006         "source"; it's not portable.  Remove confusing and
9007         somewhat-incorrect example involving "." and "/".
9009         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9010         compatibility with POSIX shells.
9012 2001-10-02  Akim Demaille  <akim@epita.fr>
9014         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9015         instead of exec'ing to preserve $0 and $@.
9017 2001-10-01  Akim Demaille  <akim@epita.fr>
9019         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9020         Don't run twice the same test.
9022 2001-10-01  Akim Demaille  <akim@epita.fr>
9024         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9025         No longer output the list of tests.
9026         <--list>: New option.
9027         <--full-help>: Remove.
9028         Complete the short/long options duality.
9029         Various small adjustments.
9031 2001-10-01  Akim Demaille  <akim@epita.fr>
9033         * doc/autoconf.texi: Use @kbd for user input.
9034         Always use `$' as shell prompt.
9036 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9038         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9039         Don't use nested parenthesization.  This patch was originally
9040         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9041         but somehow it didn't get incorporated then.
9042         * doc/autoconf.texi (Limitations of Usual Tools):
9043         Clarify remark about sed and nested parenthesization.
9045         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9046         Report an error if the size cannot be determined even though
9047         the type exists.
9048         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9049         Check for `expr' arithmetic overflow, and for compilation failure,
9050         and invoke a new argument $4 if either is discovered.
9051         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9052         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9054 2001-09-28  Akim Demaille  <akim@epita.fr>
9056         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9057         * m4/lispdir.m4: New.
9058         * aclocal.m4, configure.ac: Adjust.
9060 2001-09-28  Akim Demaille  <akim@epita.fr>
9062         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9063         (AT_TESTED): this.
9064         (AT_INIT): More the wrapped section to where it will be expanded.
9065         Output `AT_tested' only when existing.
9066         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9068 2001-09-27  Akim Demaille  <akim@epita.fr>
9070         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9071         generates too many bug reports.
9073         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9074         status when executing the ACTION-IF-FALSE.
9075         * tests/base.at (AC_TRY_*): Rename as...
9076         (AC_TRY_COMMAND): this.
9077         (AC_RUN_IFELSE): New.
9078         * tests/compile.at (Extensions, C keywords)
9079         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9080         (Broken/missing compilers, AC_PROG_CPP with warnings)
9081         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9082         * tests/c.at (Extensions, C keywords)
9083         (Broken/missing compilers, AC_PROG_CPP with warnings)
9084         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9085         (AC_PROG_CPP requires AC_PROG_CC): here and...
9086         * tests/fortran.at (GNU Fortran 77): there.
9087         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9088         AC_TRY_RUN is about compilation, not shell commands.
9089         (Test Programs): AC_TRY_RUN works as used to be advertised.
9091 2001-09-27  Akim Demaille  <akim@epita.fr>
9093         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9094         Raja R Harinath:
9095         Be sure to detect when $LINENO always returns the same value.
9096         Look for the original script, basename($0) is certainly not
9097         enough.
9098         Pass the CLI arguments to `$as_me.lineno'.
9100 2001-09-25  Akim Demaille  <akim@epita.fr>
9102         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9103         Be sure the close and reopen the LOG fd before and after using tee
9104         to extend the log.
9105         <at_tests_pattern>: Adjust to the new format of at_help_all.
9107 2001-09-23  Akim Demaille  <akim@epita.fr>
9109         * bin/autom4te.in (parse_args): There can be several invocations
9110         of --language now.
9112 2001-09-23  Akim Demaille  <akim@epita.fr>
9114         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9116 2001-09-23  Akim Demaille  <akim@epita.fr>
9118         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9119         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9120         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9121         builddir, buildpath, top_builddir, and top_buildpath.
9122         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9123         the current directory.
9124         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9125         variables *before* changing the current directory.
9126         Skip nonexistent dirs.
9127         * doc/autoconf.texi (Preset Output Variables): Document these
9128         variables.
9130         * lib/autotest/general.m4: Do not reset AT_victims.
9131         Don't compute at_srcdir nor at_top_srcdir.
9133         * tests/tools.at: Hence use top_srcdir.
9135         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9136         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9137         Remove.
9138         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9139         * tests/wrapsh.in, tests/autoupdate.in: New.
9140         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9141         * configure.ac: Build the position independent wrappers.
9143         * man/Makefile.am: Now that test wrappers are position
9144         independent, use them and drop dark envvar magic.
9146 2001-09-23  Akim Demaille  <akim@epita.fr>
9148         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9149         (Programming in M4sh): this.
9150         Promote to @section.
9152 2001-09-23  Akim Demaille  <akim@epita.fr>
9154         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9155         Pass $at_debug_args to the rerun test suite.
9156         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9157         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9158         From Paul Eggert.
9160 2001-09-23  Akim Demaille  <akim@epita.fr>
9162         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9164 2001-09-23  Akim Demaille  <akim@epita.fr>
9166         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9167         over-escaping.
9169 2001-09-23  Akim Demaille  <akim@epita.fr>
9171         * lib/Autom4te/General.pm (&debug): New.
9172         * bin/autom4te.in ($language): Move to...
9173         (parse_args): here.
9174         Handle --language in languages.
9175         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9176         (Autoscan-selections): New.
9177         (Autoconf): Adjust.
9179 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9181         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9182         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9183         to match current versions from CVS Automake.
9185 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9187         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9188         for $LINENO.
9190 2001-09-22  Akim Demaille  <akim@epita.fr>
9192         * lib/autoconf/autotest.m4: Create `package.m4'.
9193         * tests/Makefile.am (package.m4): Remove.
9195 2001-09-22  Akim Demaille  <akim@epita.fr>
9197         Rely on `$LINENO' when possible instead of `__oline__'.
9199         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9200         `$LINENO' support replacement when not supported.
9201         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9202         them explicitly to be sure they are not output before this section
9203         (via m4_require).  Cosmetic only.
9204         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9205         * lib/autoconf/programs.m4: Replace all the occurrences of
9206         `__oline__' with `$LINENO'.
9207         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9209 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9211         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9212         character (u: -> ue) in a code comment.
9213         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9214         it works.
9216 2001-09-21  Akim Demaille  <akim@epita.fr>
9218         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9219         Suggested by Jim Meyering.
9221 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9223         * lib/autoconf/programs.m4: Use extensions listed in
9224         $ac_executable_extensions when looking for programs.
9226 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9228         * lib/autoconf/general.m4: Fix a small Englisho.
9229         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9230         setting up ac_dir_suffix and ac_top_builddir.
9231         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9233 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9235         * doc/autoconf.texi (File System Conventions): Clarify the use of
9236         PATH_SEPARATOR.
9237         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9238         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9239         be used instead of ':'.
9240         * lib/autotest/general.m4: Replace occurrences of ':' in
9241         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9243 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9245         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9246         arguments.  Fixed a typo.
9248 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9250         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9251         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9253 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9255         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9256         * bin/autoupdate.in: Ditto.
9257         * bin/autoheader.in: Reworded a few comments.
9258         * bin/autoconf.in: Reworded help text for a few options.
9259         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9260         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9262 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9264         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9265         already have $file).  Set output files to binary mode (helps avoid
9266         CR issues on DOSish systems).
9268 2001-09-19  Akim Demaille  <akim@epita.fr>
9270         * lib/autotest/general.m4: Englishoes.
9271         From Tim Van Holder and Alexey Mahotkin.
9273 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9275         * doc/autoconf.texi (Common Shell Constructs): New node,
9276         documenting AS_DIRNAME.
9277         (Limitations of Usual Tools): Refer to it when discussing dirname.
9278         Also, update discussion of POSIX standard to reflect latest draft.
9280         * lib/autoconf/c.m4:
9281         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9283         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9284         Do not pass a first argument with leading '-'
9285         to expr, by parenthesizing initial integers that might be negative.
9287         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9288         now merely checks whether it is an error to pass an argument
9289         to getpgrp.
9291         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9292         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9293         whether it is a (compile-time) error to pass an argument to
9294         getpgrp.  This simpler test supports the revised documentation,
9295         and is all that AC_FUNC_GETPGRP's users really need.
9297 2001-09-18  Akim Demaille  <akim@epita.fr>
9299         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9301 2001-09-18  Akim Demaille  <akim@epita.fr>
9303         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9304         `{}'.
9305         * lib/autotest/general.m4 (AT_INIT): Adjust.
9307 2001-09-18  Paul Wagland  <paul@wagland.net>
9309         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9310         correctly.
9311         Add test for AS_BASENAME.
9312         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9313         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9314         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9315         * tests/base.at: Fixed the expected responses. The old ones were
9316         one line out...
9317         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9318         the documentation claims it should (and how it behaved in 2.13).
9320 2001-09-18  Akim Demaille  <akim@epita.fr>
9322         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9323         the AC_CONFIG_COMMANDS invocation.
9324         This also solves the name clash problems.
9325         Don't set the package's ID.
9326         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9327         No longer to be shipped.
9328         (version.in): Remove.
9329         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9330         * lib/autoconf/status.m4: Adjust.
9331         Use `m4_PACKAGE_STRING'.
9332         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9333         the only optional argument is the name of the test suite.
9334         Expect `package.m4' to define the package signature.
9335         * lib/autom4te.in (Autotest): Add `package.m4?'.
9336         * tests/Makefile.am (package.m4): New.
9337         * tests/suite.at: ifnames is a victim.
9339 2001-09-18  Akim Demaille  <akim@epita.fr>
9341         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9342         AC_LIBSOURCE, AC_CONFIG_FILES.
9343         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9344         program version string doesn't match the package's.
9345         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9346         after `(cached)'.
9348 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9350         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9351         Allow expression to return any value that can fit into unsigned long
9352         (not int, as before).  Check for output errors.
9354 2001-09-17  Bruno Haible  <haible@ilog.fr>
9356         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9357         Always include <stdio.h> and <stdlib.h>. Evaluate
9358         the expression in an extra function before these includes. Call
9359         fprintf "%d" only after ensuring the argument is of type 'int'.
9360         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9362 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9364         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9365         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9366         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9367         when they don't exist.
9369         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9370         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9371         need it.
9373         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9374         version with the version used by fileutils 4.1, except use
9375         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9376         we don't need it.
9378         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9380 2001-09-13  Akim Demaille  <akim@epita.fr>
9382         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9383         _first_.
9384         Reported by Gerrit P. Haase.
9386 2001-09-13  Akim Demaille  <akim@epita.fr>
9388         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9389         m4_defn'ing is valid.
9391 2001-09-13  Akim Demaille  <akim@epita.fr>
9393         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9394         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9395         Use it.
9397 2001-09-13  Akim Demaille  <akim@epita.fr>
9399         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9400         m4_match.
9401         (m4_re_escape): New.
9402         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9403         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9404         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9405         Likewise.
9406         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9407         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9408         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9409         AT_tests_all for consistency.
9410         Set at_victims.
9411         (AT_VICTIMS): Similar to AT_KEYWORDS.
9412         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9414 2001-09-13  Akim Demaille  <akim@epita.fr>
9416         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9418 2001-09-13  Akim Demaille  <akim@epita.fr>
9420         * lib/autotest/general.m4 (AT_INIT): Create and remove
9421         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9422         test suites can cohabit.
9424 2001-09-13  Akim Demaille  <akim@epita.fr>
9426         * tests/mktests.sh: Don't output banners for empty test files.
9428 2001-09-13  Akim Demaille  <akim@epita.fr>
9430         Test suites can be run independently of configure.
9432         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9433         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9434         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9435         ECHO_N etc.
9436         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9437         and at_c.
9438         * lib/autotest/general.m4: Use ECHO_*.
9440 2001-09-13  Akim Demaille  <akim@epita.fr>
9442         * bin/ifnames.in: Rewrite in Perl.
9443         * configure.ac: Don't look for AWK.
9444         * tests/tools.at (AWK portability): Remove.
9445         (Syntax of the shell scripts): Don't check ifnames.
9446         (AT_CHECK_PERL_SYNTAX): New.
9447         (Syntax of the Perl scripts): Check ifnames.
9448         * tests/ifnames: New.
9450 2001-09-13  Akim Demaille  <akim@epita.fr>
9452         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9453         test group titles.
9454         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9455         Remove all the other keywords.
9457 2001-09-10  Akim Demaille  <akim@epita.fr>
9459         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9460         SETUP: no longer used.
9461         Support -k, --keywords.
9462         <at_help>: Be `no', `short', or `long'.
9463         <at_help_all>: New variable.
9464         (AT_KEYWORDS): New.
9465         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9466         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9467         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9468         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9469         No longer fill the HELP diversion.
9470         (AT_CLEANUP): Use them.
9471         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9472         (m4_list_append): Remove.
9474         Spread a few keywords in the Autoconf test suite.
9476 2001-09-10  Akim Demaille  <akim@epita.fr>
9478         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9479         PATH_SEPARATOR, let M4sh compute it.
9480         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9481         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9482         Move to...
9483         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9484         Simplify when the path is not a literal.
9485         (AS_UNAME): Use it to report PATH.
9486         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9487         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9488         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9489         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9490         normalize the path, and to look for victims.
9491         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9492         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9494 2001-09-07  Akim Demaille  <akim@epita.fr>
9496         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9497         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9498         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9499         related variables into `at_package_*'.
9500         * lib/autotest/general.m4 (AT_VICTIMS): New.
9501         (AT_INIT): Adjust for stand-alone/embedded test suites.
9502         (AS_MESSAGE_LOG_FD): Define and use it.
9503         * tests/suite.at (AT_VICTIMS): Use it.
9504         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9505         at_version.
9507 2001-09-07  Akim Demaille  <akim@epita.fr>
9509         Move toward possibly stand-alone test suites.
9511         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9512         in addition, it introduces useless differences in logs.
9513         (AT_INIT): Let atconfig and atlocal be both optional.
9514         Adjust PATH computation.
9515         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9517 2001-09-07  Akim Demaille  <akim@epita.fr>
9519         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9520         m4sugar/version.m4.
9522 2001-09-05  Akim Demaille  <akim@epita.fr>
9524         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9525         to avoid GCC warnings.
9526         From Uwe Seimet.
9528 2001-09-05  Akim Demaille  <akim@epita.fr>
9530         * bin/autom4te.in: --language is -l, not -s.
9532 2001-09-05  Akim Demaille  <akim@epita.fr>
9534         Be ready to handle filenames as stupid as `dnl.at', for if even
9535         the maintainer is dumb enough to do that...
9537         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9538         excellence in M4 quotation: consider `__file__' is active.
9540         And BTW, when invoking m4, pass the --include in the right order:
9541         the wrong one.
9543         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9544         4m.
9546 2001-09-05  Akim Demaille  <akim@epita.fr>
9548         * lib/Autom4te/XFile.pm: New lib file.
9549         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9550         * bin/autoheader.in: Use it.
9552 2001-09-05  Akim Demaille  <akim@epita.fr>
9554         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9555         defined.
9557 2001-09-05  Akim Demaille  <akim@epita.fr>
9559         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9560         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9562         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9563         Add -I, --include support.
9564         * doc/autoconf.texi (autoscan Invocation): Adjust.
9566 2001-09-05  Akim Demaille  <akim@epita.fr>
9568         CVS GNU M4 doesn't like `undefine(undefined)'.
9570         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9571         New, extracted from main.
9572         Use IO::File wherever possible.
9573         (input.m4): Be constant, use -I instead of hard coding $tmp.
9574         Therefore be a quoted heredoc.
9575         Don't invoke `_au_disable', since ac was not loaded, but just
9576         `unm4.m4'.
9578 2001-08-31  Akim Demaille  <akim@epita.fr>
9580         Version 2.52d.
9582 2001-08-31  Akim Demaille  <akim@epita.fr>
9584         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9585         previous patch.
9586         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9588 2001-08-31  Akim Demaille  <akim@epita.fr>
9590         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9591         serious problems handling heredocs in heredocs.
9592         Reported by Nicolas Joly.
9594 2001-08-31  Akim Demaille  <akim@epita.fr>
9596         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9597         (Making testsuite Scripts): Update.
9599 2001-08-31  Akim Demaille  <akim@epita.fr>
9601         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9603 2001-08-31  Akim Demaille  <akim@epita.fr>
9605         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9606         (testsuite Scripts): There is no such thing as `atconfig.in'.
9607         And actually one diagram is missing: test suite runtime.
9609 2001-08-31  Akim Demaille  <akim@epita.fr>
9611         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9612         inverse order.
9614 2001-08-31  Akim Demaille  <akim@epita.fr>
9616         * bin/autoupdate.in (@include): `installcheck' revealed the path
9617         to m4sugar was lacking!
9619 2001-08-31  Akim Demaille  <akim@epita.fr>
9621         * man/Makefile.am (.x.1): We really have to pass
9622         autom4te_perllibdir.
9624 2001-08-31  Akim Demaille  <akim@epita.fr>
9626         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9627         debug scripts, in particular passing explicitly listed tests to
9628         run is stupid.
9630 2001-08-31  Akim Demaille  <akim@epita.fr>
9632         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9633         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9634         Use directly autom4te, not autoconf.
9635         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9637 2001-08-31  Akim Demaille  <akim@epita.fr>
9639         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9640         * bin/autoheader.in (%symbol): Strip arguments of macros.
9642 2001-08-31  Akim Demaille  <akim@epita.fr>
9644         * doc/autoconf.texi: Catch up -I, --include changes.
9646 2001-08-31  Akim Demaille  <akim@epita.fr>
9648         * bin/autom4te.in (&parse_args): Die on unknown languages.
9649         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9650         need for autoconf.
9651         Promote --include over --macrodir and other obsolete options.
9653 2001-08-31  Akim Demaille  <akim@epita.fr>
9655         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9656         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9657         * bin/autom4te.in ($autoconf): Pass --force.
9658         `print $out' doesn't print `$_' but `$out'.
9659         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9660         (autoheader): Pass --force since the test suite goes too fast for
9661         the time stamps.
9662         Adjust to the new autoheader messages.
9664 2001-08-31  Akim Demaille  <akim@epita.fr>
9666         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9667         Check the completeness of the #template.
9668         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9669         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9670         invocation.
9672 2001-08-31  Akim Demaille  <akim@epita.fr>
9674         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9675         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9676         Drop AC_MACRODIR dead for real.
9677         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9678         `autoheader: `config.hin' is created'.
9679         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9681 2001-08-31  Akim Demaille  <akim@epita.fr>
9683         * bin/autoheader.in: Rewrite in Perl.
9684         * tests/autoheader: Adjust.
9686 2001-08-31  Akim Demaille  <akim@epita.fr>
9688         * bin/autoconf.in (--include, -I): New option.
9689         Map --localdir, --autoconf-dir onto it.
9690         Forward autom4te's options instead of interpreting them.
9691         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9692         There is no such envvar since the inception of autom4te.cfg.
9693         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9694         * bin/autoupdate.in: Adjust, and perform more control.
9695         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9696         * tests/autoconf: Dittowise.
9698 2001-08-31  Akim Demaille  <akim@epita.fr>
9700         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9701         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9702         optionally `FILE'.
9703         Use -e, not -f, since /dev/null for instance is OK.
9704         (&parse_args): Adjust.
9705         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9707 2001-08-31  Akim Demaille  <akim@epita.fr>
9709         * configure.ac: Also find tested executables in bin.
9710         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9711         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9712         installed peer executables, only PATH is allowed to resolve it.
9713         Pass `autoconf_dir' via options, not via invisible envvars.
9714         * lib/Autom4te/General.pm (&find_peer): Remove.
9715         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9716         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9717         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9718         find the executables for it.
9719         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9720         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9721         We only need PERL.
9722         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9723         indeed related to running the test suite, while passing
9724         --autoconf-dir and others is related to running non installed
9725         Autoconf executables.  So don't do that, leave it to...
9726         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9727         * tests/autoscan: New.
9728         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9729         refer to library files: rely on --language.
9731 2001-08-29  Akim Demaille  <akim@epita.fr>
9733         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9734         s/--set/--language/.
9736 2001-08-29  Akim Demaille  <akim@epita.fr>
9738         * doc/autoconf.texi: Strip the @nodes.
9739         Suggested by Paul Eggert.
9740         (Initializing configure): Typo.
9742 2001-08-29  Akim Demaille  <akim@epita.fr>
9744         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9745         Suggested by Paul Eggert.
9747 2001-08-29  Akim Demaille  <akim@epita.fr>
9749         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9750         download in a tmp dir.
9752 2001-08-29  Akim Demaille  <akim@epita.fr>
9754         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9755         case insensitive OSes out there :(
9756         From Tim Van Holder.
9758 2001-08-29  Akim Demaille  <akim@epita.fr>
9760         * lib/autom4te.in: New.
9761         * lib/Makefile.am (edit, autom4te.cfg): New.
9762         * bin/autom4te.in (BEGIN): Simplify.
9763         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9764         (&load_configuration): New.  Use it.
9765         (&parse_args): Support --mode, --set, and --melt.
9766         * bin/autoconf.in: Simplify and adjust.
9767         * tests/Makefile.am (AUTOMAKE): Use --set.
9768         * tests/atlocal.in: Adjust.
9769         * BUGS: distcheck and check are weak.
9771 2001-08-29  Akim Demaille  <akim@epita.fr>
9773         * lib/autotest/general.m4: Use
9774                 foo=`(command) 2>/dev/null`
9775         not
9776                 foo=`command` 2>/dev/null
9777         (at-devnull): Rename as...
9778         (AT-devnull): this.
9779         (--clean): Remove AT-* files too.
9780         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9781         Reported by Nicolas Joly.
9783 2001-08-28  Akim Demaille  <akim@epita.fr>
9785         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9786         quotes inside single quotes.
9787         Reported by Nicolas Joly.
9789 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9791         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9793 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9795         * lib/autotest/general.m4: Reword some messages.
9796         (AT_INIT): Check for the `times' builtin before using it.
9797         Support test ranges as arguments to the testsuite.
9798         Have -e imply -d as the help text suggested.
9800 2001-08-27  Akim Demaille  <akim@epita.fr>
9802         * Makefile.maint: Formatting changes.
9803         (do-po-update, po-update, cvs-update, update): New targets.
9804         (AMTAR): Remove.
9806 2001-08-27  Akim Demaille  <akim@epita.fr>
9808         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9809         <at_cmd_line>: New.
9810         Pass it to debug-*.sh scripts.
9811         <AUTOTEST_PATH>: May contain absolute dir names.
9813 2001-08-27  Akim Demaille  <akim@epita.fr>
9815         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9816         Support `VAR=VAL' as arguments.
9817         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9818         may be set via the command line.
9820 2001-08-27  Akim Demaille  <akim@epita.fr>
9822         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9823         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9824         first the build dirs, then the src dirs.
9825         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9827 2001-08-27  Akim Demaille  <akim@epita.fr>
9829         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9830         at_data_files earlier.
9831         (--clean, -c): New option.
9832         * tests/Makefile.am: Use this option.
9834 2001-08-27  Akim Demaille  <akim@epita.fr>
9836         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9837         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9838         readable.
9839         Adjust callers.
9840         * doc/autoconf.texi (Configuration Actions): Document the vars
9841         available in commands.
9842         Emphasize the risks of collisions in init-cmds.
9844 2001-08-27  Akim Demaille  <akim@epita.fr>
9846         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9847         (Initializing configure): this new node.
9849 2001-08-27  Akim Demaille  <akim@epita.fr>
9851         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9853 2001-08-27  Akim Demaille  <akim@epita.fr>
9855         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9856         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9857         New file.
9858         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9860 2001-08-27  Akim Demaille  <akim@epita.fr>
9862         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9863         to...
9864         * lib/autoconf/autoheader.m4: this new file.
9865         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9866         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9867         Move to...
9868         * lib/autoconf/autoupdate.m4: this new file.
9870 2001-08-27  Akim Demaille  <akim@epita.fr>
9872         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9873         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9874         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9875         -> ac_dir).
9876         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9877         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9879 2001-08-27  Akim Demaille  <akim@epita.fr>
9881         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9882         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9883         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9884         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9885         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9886         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9887         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9888         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9889         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9890         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9891         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9892         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9893         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9894         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9895         (_AC_OUTPUT_SUBDIRS): Move to...
9896         * lib/autoconf/status.m4: this new file.
9897         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9898         * tests/Makefile.am, tests/suite.at: Adjust.
9900 2001-08-27  Akim Demaille  <akim@epita.fr>
9902         Automake 1.5.
9904         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9905         (AMTAR): Help automake define it.
9906         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9907         needed, 1.5 can have a macro and a target with the same name.
9908         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9909         * m4/strip.m4: New.
9910         * m4/init.m4, m4/sanity.m4: Update.
9911         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9912         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9913         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9914         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9916 2001-08-27  Akim Demaille  <akim@epita.fr>
9918         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9920         * lib/autoconf/version.in: Remove.
9921         * lib/m4sugar/version.in: New.
9922         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9923         Adjust callers.
9924         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9925         the name of the directory they're in, instead of the filename,
9926         since version.m4 is now in m4sugar, but m4_acversion must not be
9927         classified as an Autoconf macro.
9928         ($input_m4): Don't qualify the path to m4sugar.
9929         Rather, pass autoconf_dir to m4.
9930         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9931         * tests/suite.at: Require 2.52c.
9933 2001-08-27  Akim Demaille  <akim@epita.fr>
9935         testsuite.log should include config.log.
9937         * lib/autotest/autotest.m4: New.
9938         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9939         * tests/suite.at : Adjust.
9940         (AT_INIT): Log config.log.
9941         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9942         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9943         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9944         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9945         of config.log on traps.
9946         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9947         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9948         for config.status'.
9949         Open the log as soon as possible.
9950         Use the same log introduction as configure's.
9952 2001-08-22  Paul Eggert  <eggert@twinsun.com>
9954         * doc/autoconf.texi (Indices): New node.
9955         Move indices out of the top level menu and into this submenu.
9957 2001-08-22  Akim Demaille  <akim@epita.fr>
9959         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9960         AC_TRY_COMMAND.
9961         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9963 2001-08-22  Akim Demaille  <akim@epita.fr>
9965         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9966         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9967         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9968         * lib/autoconf/programs.m4: here.
9969         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9970         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9971         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9972         * lib/autoconf/programs.m4: here.
9973         (_AC_DECL_YYTEXT): Rename as...
9974         (_AC_PROG_LEX_YYTEXT_DECL): this.
9975         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9976         * tests/Makefile.am, tests/suite.am: Adjust.
9978 2001-08-22  Akim Demaille  <akim@epita.fr>
9980         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9981         Move to...
9982         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9983         here.
9984         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9985         * lib/autoconf/functions.m4: here.
9986         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9987         (AH_CHECK_LIB): Move to...
9988         * lib/autoconf/libs: this new file.
9989         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9990         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9991         * lib/autoconf/libs.m4: here.
9992         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9994 2001-08-22  Akim Demaille  <akim@epita.fr>
9996         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9997         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9998         (AC_SITE_LOAD): Better logging of config.site.
10000 2001-08-20  Akim Demaille  <akim@epita.fr>
10002         * configure.ac (AT_CONFIG): Fix the path.
10003         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10004         can be used.
10006 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10008         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10009         program with AC_LANG_PROGRAM before feeding it to
10010         AC_COMPILE_IFELSE.  Cleanup grep usage.
10012 2001-08-20  Akim Demaille  <akim@epita.fr>
10014         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10015         * NEWS, README, README-alpha, TODO, tests/README: This package is
10016         `Autoconf', not `autoconf' (the executable).
10018 2001-08-20  Akim Demaille  <akim@epita.fr>
10020         Info readers seem to need `Index' in the index node title :(
10022         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10023         simplified index node names.
10025 2001-08-20  Akim Demaille  <akim@epita.fr>
10027         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10028         arguments are not literals.
10029         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10030         Specify the output variables, and macros defined.
10032 2001-08-20  Akim Demaille  <akim@epita.fr>
10034         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10035         (Examining Syntax) <AC_TRY_COMPILE>
10036         (Examining Libraries) <AC_TRY_LINK>
10037         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10038         their arguments.
10039         Reported by Werner Lemberg.
10041 2001-08-20  Akim Demaille  <akim@epita.fr>
10043         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10044         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10045         Load atlocal late enough to dump it in the log.
10046         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10048 2001-08-20  Akim Demaille  <akim@epita.fr>
10050         * tests/torture.at (Configuring subdirectories): New test.
10051         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10052         looking for.
10053         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10054         (top_srcdir): Fix its computation.
10056 2001-08-20  Akim Demaille  <akim@epita.fr>
10058         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10059         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10060         test suite lives.
10061         Create `atconfig' automagically.
10062         Configure atlocal.in if present.
10063         * tests/atconfig.in: Remove.
10064         * tests/atlocal.in: New.
10065         * tests/Makefile.am: Adjust.
10067 2001-08-20  Akim Demaille  <akim@epita.fr>
10069         Huh!?!?!  There are still some user EOF tags used, which prevents
10070         their use in AC_CONFIG_COMMANDS for instance...
10072         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10073         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10074         `_CSEOF', or `_ATEOF', as appropriate.
10075         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10076         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10078 2001-08-20  Akim Demaille  <akim@epita.fr>
10080         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10081         * tests/semantics.at, tests/tools.at, tests/torture.at:
10082         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10084 2001-08-20  Akim Demaille  <akim@epita.fr>
10086         Autotest invokes M4sh's initialization.
10088         * lib/autotest/general.m4: Adjust the diversion names.
10089         (AT_INIT): Run AS_INIT.
10090         Use the BINSH diversion to invoke /bin/sh.
10091         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10092         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10094 2001-08-20  Akim Demaille  <akim@epita.fr>
10096         Let M4sh have its own diversions.
10098         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10099         (_m4_divert(NOTICE)): Rename as...
10100         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10101         (_m4_divert(HEADER-COMMENT)): these.
10102         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10103         (_m4_divert(NOTICE)): New, for Libtool.
10104         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10105         long ago with `_m4_divert(GROW)'.
10106         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10108 2001-08-20  Akim Demaille  <akim@epita.fr>
10110         * tests/base.at, tests/compile.at, tests/foreign.at,
10111         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10112         * tests/semantics.at, tests/suite.at, tests/tools.at,
10113         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10115 2001-08-20  Akim Demaille  <akim@epita.fr>
10117         * bin/autom4te.in (handle_output): Handle @__@.
10119 2001-08-20  Akim Demaille  <akim@epita.fr>
10121         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10122         * lib/autotest/general.m4: Adjust the license.
10124 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10126         * doc/autoconf.texi (Function Portability): Mention snprintf,
10127         following up on a suggestion by Kevin Ryde.
10129 2001-08-17  Akim Demaille  <akim@epita.fr>
10131         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10132         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10134 2001-08-17  Akim Demaille  <akim@epita.fr>
10136         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10137         `$0.log' as for projects where testsuite is in src, we'd have
10138         testsuite.log created in src.
10140 2001-08-17  Akim Demaille  <akim@epita.fr>
10142         * bin/autom4te.in (&parse_args): Recognize --normalize.
10144 2001-08-17  Akim Demaille  <akim@epita.fr>
10146         Start implementing the AC_CHECK_HEADER transition scheme.
10148         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10149         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10150         (AC_CHECK_HEADER): Use them.
10152 2001-08-17  Akim Demaille  <akim@epita.fr>
10154         * doc/autoconf.texi: Work around Texinfo buglets.
10155         (Transformation Rules): One example is enough, users are expected
10156         to have their brains on. And BTW, use DESTDIR.
10157         (dvar): New macro.  Use it.
10159 2001-08-17  Akim Demaille  <akim@epita.fr>
10161         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10162         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10163         looking for ChangeLogs.
10165 2001-08-17  Akim Demaille  <akim@epita.fr>
10167         * bin/autom4te.in: --normalize is a new option.
10168         * bin/autoconf.in: Use it.
10170 2001-08-17  Akim Demaille  <akim@epita.fr>
10172         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10173         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10175 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10177         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10178         start, not at end.
10180 2001-08-15  Akim Demaille  <akim@epita.fr>
10182         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10183         Use it.
10185 2001-08-15  Akim Demaille  <akim@epita.fr>
10187         * doc/autoconf.texi (pr): New index.
10188         (prindex, findex): Use, merge, and output them.
10189         (Environment Variable Index, Output Variable Index)
10190         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10191         (Autotest Macro Index): Rename as...
10192         (Environment Variables, Output Variables,Preprocessor Symbols)
10193         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10194         * doc/install.texi: Use @command.
10195         (Environment Variables): Rename as...
10196         (Defining Variables): this.
10198 2001-08-15  Akim Demaille  <akim@epita.fr>
10200         * doc/autoconf.texi (Function Portability): sprintf's return
10201         value.
10202         From Kevin Ryde.
10204 2001-08-15  Akim Demaille  <akim@epita.fr>
10206         * Makefile.maint (CVS): New.
10207         (local-check): Run changelog-check. last.
10208         (alpha): Don't depend upon local-check, since...
10209         (cvs-dist): depends upon it.
10211 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10213         * tests/Makefile.am: Use a clean-local rule to remove
10214         autom4te.cache (it's a directory, not a file.
10215         * Makefile.am: Ditto (but maintainer-clean-local).
10217 2001-08-15  Akim Demaille  <akim@epita.fr>
10219         * bin/autom4te.in (@m4_warning): New.
10220         (&handle_m4): Use it.
10221         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10222         warnings are issued at each run.
10223         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10224         is in the src tree.
10226 2001-08-15  Akim Demaille  <akim@epita.fr>
10228         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10229         don't waste time running `autoupdate --version' works.
10230         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10232 2001-08-13  Akim Demaille  <akim@epita.fr>
10234         * doc/autoconf.texi (ma): Rename this index as...
10235         (ac): this.
10237 2001-08-13  Akim Demaille  <akim@epita.fr>
10239         * Makefile.am: Remove dead code and dead comments.
10240         (pdf, html): New targets.
10241         * doc/autoconf.texi (Using Autotest): New chapter.
10242         * doc/Makefile.am (pdf): New targets.
10243         (CLEANFILES): Adjust.
10245 2001-08-13  Akim Demaille  <akim@epita.fr>
10247         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10248         duration of the test suite.
10250 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10252         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10253         endianness for comparison instead of relying on AT_CHECK_ENV.
10255 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10257         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10258         to the INSTALL file.
10260 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10262         * NEWS: The autoconf manual now is distributed under the terms
10263         of the GNU Free Documentation License.
10265         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10266         Add an appendix "Copying This Manual" for the FDL.
10268         * doc/fdl.texi: New file, from
10269         <http://www.gnu.org/licenses/fdl.texi>.
10271         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10273 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10275         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10276         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10277         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10278         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10279         m4/sanity.m4, tests/README, tests/aclocal.m4,
10280         tests/atspecific.m4, tests/base.at, tests/compile.at,
10281         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10282         tests/semantics.at, tests/suite.at, tests/tools.at,
10283         tests/torture.at: Add copyright notice.
10285         * tests/mktests.sh: Update year in copyright notice.
10287 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10289         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10291 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10293         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10294         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10295         * doc/autoconf.texi (C Compiler Characteristics): Update
10296         documentation for AC_C_BIGENDIAN.
10298 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10300         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10301         magic values from an object file when cross-compiling.
10302         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10304 2001-08-10  Akim Demaille  <akim@epita.fr>
10306         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10307         effects.
10308         Suggested by Russ Allbery.
10310 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10312         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10313         current $prefix to the sub-configures.
10315 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10317         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10318         extension (needed on BeOS).  Reported by Guido van Rossum.
10320 2001-08-09  Akim Demaille  <akim@epita.fr>
10322         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10324 2001-08-07  Akim Demaille  <akim@epita.fr>
10326         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10327         removed.
10328         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10329         No need to remove the files before and after the each test, before
10330         each test and at the end of the suite is enough.
10331         Display only the children `times', not the shell's.
10332         If the test failed or was skipped, at-times is not available.
10334 2001-08-07  Akim Demaille  <akim@epita.fr>
10336         Always produce testsuite.log, including when there are no
10337         failures.  This helps getting information on skipped tests, and
10338         duration of the tests.  Err, implement the latter btw.
10340         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10341         Dump information on the first run of each test.
10342         (AT_CLEANUP): Create `at-times' containing the duration of the
10343         test group.
10345 2001-08-07  Akim Demaille  <akim@epita.fr>
10347         The use of `dumpstat' revealed that `len' was used although it
10348         should not.  m4_text_wrap was using it, but in the Autoconf world
10349         where it is legal.  Hence (i) test M4sh in its own world, not
10350         Autoconf's, and (ii), ahem, fix the bug :)
10352         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10353         does not like `' instead of [].
10354         (AT_INIT): Forbid `^_?AT_'.
10355         And don't output such tokens.
10356         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10357         `script.as', and `autom4te.cache'.
10358         Remove `empty' and `macro' which are no longer used.
10359         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10360         * tests/m4sugar.at: Use it.
10361         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10363 2001-08-07  Akim Demaille  <akim@epita.fr>
10365         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10367 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10369         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10371 2001-08-04  Akim Demaille  <akim@epita.fr>
10373         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10374         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10375         AC_TRY_LINK.
10376         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10377         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10378         (AC_F77_MAIN): Likewise.
10380 2001-08-04  Akim Demaille  <akim@epita.fr>
10382         Don't rely on M4sugar outputting the patterns in files, since we
10383         might process the output _without_ running m4, hence without these
10384         files.
10386         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10387         * bin/autom4te.in (@Request::includes): Remove, unused.
10388         (@Request::source): Rename as...
10389         (@Request::input): this.
10390         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10391         (&handle_output): Fetch the patterns from the traces.
10392         `$forbidden' and `$allowed' are constant: use m//o.
10393         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10394         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10396 2001-08-04  Akim Demaille  <akim@epita.fr>
10398         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10399         autoconf', i.e., in addition to caching traces, cache the output.
10401         * bin/autom4te.in (Request::cache): Rename as...
10402         (Request::id): this.
10403         ($cache, $icache, $tcache, $ocache): New.
10404         (&handle_m4): Save M4 output in the cache instead of $tmp.
10405         (&handle_output): Adjust.
10406         (&up_to_date_p): Check that the output cache is up to date too.
10407         (top level): Run `&handle_m4' iff force or the cache is invalid.
10408         Run `&handle_output' if the output cache is more recent.
10410 2001-08-04  Akim Demaille  <akim@epita.fr>
10412         * bin/autom4te.in ($force): New.
10413         (&parse_args, &print_usage): -f, --force is a new option.
10414         (&handle_output): CPP directives might have spaces after `#'.
10415         (&parse_args): The first file only can be frozen.
10417 2001-08-04  Akim Demaille  <akim@epita.fr>
10419         Don't let autom4te compute the `include' traces several times:
10420         first check that the trace cache file is up to date, and then
10421         compare its timestamp with that of the output.
10423         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10424         the preamble.  Don't require 5.005 as Autom4te::General does it,
10425         and better yet (use `use', not `require'!).
10426         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10427         Class::Struct as Autom4te::Struct.
10428         * lib/Autom4te/General.pm (File::stat): Use it.
10429         (&mtime): New, export it.
10430         * bin/autom4te.in: Use it.
10431         Declare `$req' is invalid if it is outdated.
10432         Don't declare it valid before saving it if something went wrong.
10434 2001-08-04  Akim Demaille  <akim@epita.fr>
10436         Autom4te shall not encode Autoconf data, and preselecting traces
10437         must be proposed to the users.
10439         * bin/autom4te.in (@required_trace): Remove.
10440         (@preselect): New.
10441         (&parse_args, &print_usage): -p, --preselect is a new option.
10442         (&up_to_date_p): Adjust.
10443         * bin/autoconf.in: Preselect some Autoconf macros.
10445 2001-08-04  Akim Demaille  <akim@epita.fr>
10447         * tests/tools.at (autoconf --trace: user macros): Check traces on
10448         macros invoked without arguments, and macros invoked with multiple
10449         lines arguments.
10451 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10453         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10454         arguments.
10456 2001-08-03  Akim Demaille  <akim@epita.fr>
10458         * bin/autoconf.in ($@): Work around the usual sh bug.
10459         From Nicolas Joly.
10461 2001-08-03  Akim Demaille  <akim@epita.fr>
10463         Clean up the handling of the M4 builtins tracing exception.
10465         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10466         trace requests.
10467         (@m4_builtins): Rename as...
10468         (@m4_builtin): this.
10469         (%m4_builtin_alternate_name): New.
10470         (&parse_args): Complete the trace requests with alternate names.
10471         (&handle_traces): Hence no longer do it here.
10472         (&trace_requests): Remove, unused.
10474 2001-08-03  Akim Demaille  <akim@epita.fr>
10476         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10477         m4_if, and m4_wrap.
10479 2001-08-03  Akim Demaille  <akim@epita.fr>
10481         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10482         (m4_divert_pop): Dump the whole diversion stack when a diversion
10483         mismatch happens.
10484         * bin/autom4te.in (&handle_output): Remember of the first
10485         occurrence of a possibly undefined macro, not the last.
10486         Complain about the possibly undefined macros in the same order as
10487         the appear in the output.
10488         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10489         * tests/tools.at (autoconf: forbidden tokens, basic)
10490         (autoconf: forbidden tokens, exceptions): No longer sort
10491         autoconf's stderr, as it is now deterministic.
10492         Check that `dnl' is caught.
10494 2001-08-01  Akim Demaille  <akim@epita.fr>
10496         * configure.ac: Bump to 2.52c.
10498 2001-08-01  Akim Demaille  <akim@epita.fr>
10500         Version 2.52b.
10502         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10504 2001-08-01  Akim Demaille  <akim@epita.fr>
10506         Version 2.52a.
10508 2001-08-01  Akim Demaille  <akim@epita.fr>
10510         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10511         `die'.
10512         (&END): New.
10513         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10514         `END', as `Autom4te::General::END' will be triggered.
10515         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10516         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10517         system to run `mv', `rm', and `cmp'.
10519 2001-08-01  Akim Demaille  <akim@epita.fr>
10521         * lib/Autom4te/General.pm (&unique): New.
10522         * bin/autoscan.in (&output): Use it to issue trace requests once.
10524 2001-08-01  Akim Demaille  <akim@epita.fr>
10526         * lib/Autom4te/General.pm: New.
10527         * bin/autom4te.in (Autom4te::General): Use it.
10528         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10529         (&find_configure_ac, &find_slave): Remove.
10530         * bin/autoscan.in: Likewise.
10531         * bin/autoupdate.in: Likewise.
10533 2001-08-01  Akim Demaille  <akim@epita.fr>
10535         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10536         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10537         * bin: here, new directory.
10538         * lib/Autoconf: Rename as...
10539         * lib/Autom4te: this, to please case insensitive junkie OSes.
10541 2001-08-01  Akim Demaille  <akim@epita.fr>
10543         * autom4te.in ($m4): Handle the --nesting-limit.
10544         * autoconf.in (M4): Remove.
10546 2001-08-01  Akim Demaille  <akim@epita.fr>
10548         * autoconf.in ($AWK): Remove, no longer used.
10549         * test/tools.at: Use AT_CHECK_AUTOCONF.
10550         (AWK portability): Remove, for autoconf no longer uses AWK.
10551         (Syntax of the Perl scripts): New.
10552         * configure.ac: autoconf no longer needs an AWK with a good
10553         regexp engine.
10554         Use a static test on AC_PACKAGE_VERSION.
10555         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10556         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10557         * tests/atconfig.in (PERL): New.
10559 2001-08-01  Akim Demaille  <akim@epita.fr>
10561         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10562         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10563         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10564         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10565         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10566         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10567         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10568         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10569         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10570         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10571         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10572         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10573         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10574         * lib/autoconf/c.m4: here, new file.
10576         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10577         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10578         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10579         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10580         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10581         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10582         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10583         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10584         (AC_F77_FUNC): Move to...
10585         * lib/autoconf/fortran.m4: here, new file.
10587 2001-08-01  Akim Demaille  <akim@epita.fr>
10589         * acfunctions.m4: Rename as...
10590         * lib/autoconf/functions.m4: this.
10591         * acgeneral.m4: Rename as...
10592         * lib/autoconf/general.m4: this.
10593         * acheaders.m4: Rename as...
10594         * lib/autoconf/headers.m4: this.
10595         * aclang.m4: Rename as...
10596         * lib/autoconf/lang.m4: this.
10597         * acoldnames.m4: Rename as...
10598         * lib/autoconf/oldnames.m4: this.
10599         * acspecific.m4: Rename as...
10600         * lib/autoconf/specific.m4: this.
10601         * actypes.m4: Rename as...
10602         * lib/autoconf/types.m4: this.
10603         * autoconf.m4: Rename as...
10604         * lib/autoconf/autoconf.m4: this.
10606         * m4sugar.m4: Rename as...
10607         * lib/m4sugar/m4sugar.m4: this.
10608         * m4sh.m4: Rename as...
10609         * lib/m4sugar/m4sh.m4: this.
10611         * tests/atgeneral.m4: Rename as...
10612         * lib/autotest/general.m4: this.
10614         * acfunctions: Rename as...
10615         * lib/autoscan/functions: this.
10616         * acheaders: Rename as...
10617         * lib/autoscan/headers: this.
10618         * acidentifiers: Rename as...
10619         * lib/autoscan/identifiers: this.
10620         * aclibraries: Rename as...
10621         * lib/autoscan/libraries: this.
10622         * acmakevars: Rename as...
10623         * lib/autoscan/makevars: this.
10624         * acprograms: Rename as...
10625         * lib/autoscan/programs: this.
10627 2001-08-01  Akim Demaille  <akim@epita.fr>
10629         * doc/autoconf.texi: Moving/deleting open files is not portable.
10630         Portability issues for `.' (source), and more information about sed.
10632 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10634         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10635         which has a special meaning and is not a reference to libibmil.a.
10636         Reported by Matteo Frigo.
10638 2001-07-25  Pavel Roskin  <proski@gnu.org>
10640         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10641         output.
10643 2001-07-25  Akim Demaille  <akim@epita.fr>
10645         * autoconf.in: Try to define the variables before using them.
10646         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10647         instead of `$perllibdir'.
10648         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10650 2001-07-25  Akim Demaille  <akim@epita.fr>
10652         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10654 2001-07-24  Akim Demaille  <akim@epita.fr>
10656         Let autoconf use autom4te for traces.
10658         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10659         autom4te.
10660         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10661         (Because I found no way for autom4te to accept `-').
10662         * autom4te.in (&Request::request): Beware of M4 builtins.
10663         (END): Don't try to remove the content of an empty dir.
10664         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10665         (&handle_output): Set a default value to `$forbidden'.
10666         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10667         ($autoconf): Pass --debug and --verbose.
10668         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10669         cache.
10671 2001-07-24  Akim Demaille  <akim@epita.fr>
10673         Let autoconf use autom4te to create configure.
10675         * autoconf.in ($automate): New var.
10676         (task script): Use autom4te.
10677         * autom4te.in (File::Spec): Use it.
10678         (&find_file): New.
10679         (&parse_args): --warning is -W, not -w.
10680         Find the top level files.
10681         (&handle_m4): Pass the warnings flags.
10682         Don't report verbosely m4's failures, unless requested.
10683         (&handle_output): Don't complain for forbidden tokens in comments.
10684         Be sure to report all the forbidden tokens within a single line.
10685         (&trace_format_to_m4): Preserve `$_'.
10686         (&handle_traces): Sort the output macros.
10687         (&up_to_date_p): Find the files before trying to get its time stamp.
10689 2001-07-24  Akim Demaille  <akim@epita.fr>
10691         * Makefile.am: Ship, build and install Autom4te.
10692         (SUBDIRS): Add lib.
10693         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10694         * configure.in: Require Perl.
10695         * man/autom4te.in: New.
10697 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10699         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10700         example, rather than (exit 1); exit (which isn't portable).
10702 2001-07-18  Akim Demaille  <akim@epita.fr>
10704         Version 2.52.
10706 2001-07-18  Akim Demaille  <akim@epita.fr>
10708         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10709         was run, while they are needed also when it is expanded.
10710         Reported by Nicolas Joly.
10712         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10713         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10714         AC_F77_DUMMY_MAIN being expanded.
10716 2001-07-18  Akim Demaille  <akim@epita.fr>
10718         * configure.in: Bump to 2.51a.
10720 2001-07-17  Akim Demaille  <akim@epita.fr>
10722         Version 2.51.
10724 2001-07-17  Akim Demaille  <akim@epita.fr>
10726         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10727         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10729 2001-07-17  Akim Demaille  <akim@epita.fr>
10731         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10732         used.  Well, then use the prototypes when you can, and runtime as
10733         a last resort.
10734         Reported by Artur Frysiak
10736         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10737         (AC_FUNC_GETPGRP): Use it.
10738         First try to compile with 0-ary or 1-ary calls.
10740 2001-07-17  Akim Demaille  <akim@epita.fr>
10742         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10743         replacement type.
10744         From Paul Eggert.
10746 2001-07-17  Akim Demaille  <akim@epita.fr>
10748         * Makefile.maint: Sync. with cppi 1.10.
10750 2001-07-17  Akim Demaille  <akim@epita.fr>
10752         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10753         AC_F77_DUMMY_MAIN has been run.
10754         From Pavel Roskin and Steven G. Johnson.
10756 2001-07-17  Akim Demaille  <akim@epita.fr>
10758         * configure.in: Rename as...
10759         * configure.ac: this.
10761 2001-07-17  Akim Demaille  <akim@epita.fr>
10763         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10764         rules.
10765         From Marc Espie.
10766         * Makefile.maint (release-archive-dir): Rename as...
10767         (release_archive_dir): this, so that it can be specialized in
10768         Makefile.
10770 2001-07-14  Akim Demaille  <akim@epita.fr>
10772         * configure.in: Bump to 2.50d.
10774 2001-07-14  Akim Demaille  <akim@epita.fr>
10776         Version 2.50c.
10777         * Makefile.maint (alpha): Typo.
10779 2001-07-14  Akim Demaille  <akim@epita.fr>
10781         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10783 2001-07-14  Akim Demaille  <akim@epita.fr>
10785         * config/config.guess, config/config.sub, config/texinfo.tex
10786         * doc/standards.texi, doc/make-stds.texi: Update.
10788 2001-07-14  Akim Demaille  <akim@epita.fr>
10790         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10792 2001-07-14  Akim Demaille  <akim@epita.fr>
10794         * Makefile.maint (maintainer-check): Rename as...
10795         (maintainer-distcheck): this.
10796         (changelog-check, static-check): New.
10797         Use them.
10799 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10801         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10802         for CXX is g++, not gcc.
10804 2001-07-14  Akim Demaille  <akim@epita.fr>
10806         * doc/autoconf.texi (Files): New subsection.
10808 2001-07-14  Akim Demaille  <akim@epita.fr>
10810         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10811         of...
10812         (Generic Compiler Characteristics): this.
10813         (C++ Compiler): New subsection.
10815 2001-07-14  Akim Demaille  <akim@epita.fr>
10817         * autoscan.in: Use IO::File.
10818         Adjust all the routines to use it.
10819         ($log): New file (autoscan.log).
10820         (output): Dump detailed logs into $log, and a shortened version to
10821         stderr.
10822         (&scan_makefile): Refine the regexp catching tokens in the code.
10823         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10824         and the `configure.ac' checking feature.
10826 2001-07-12  Akim Demaille  <akim@epita.fr>
10828         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10829         Reported by Michael Elizabeth Chastain.
10831         * autoconf.in: Refuse such AWK.
10832         * configure.in: Likewise.
10833         * Makefile.am (acversion.m4): Do not use move-if-change this file
10834         has dependencies.
10835         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10837 2001-07-10  Jens Petersen  <petersen@redhat.com>
10839         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10840         things like "g++", "file.c" and "some-conf" as tokens.
10841         (&scan_file): Match C++ files extensions.
10842         If the filename extension is C++ then ask for c++.
10844 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10846         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10847         AC_TRY_LINK_FUNC, to check whether defining a dummy
10848         main-like routine is needed for linking with F77 libs.
10850 2001-07-05  Pavel Roskin  <proski@gnu.org>
10852         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10853         after using break.
10854         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10855         linking.
10857 2001-07-05  Akim Demaille  <akim@epita.fr>
10859         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10860         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10861         Makes' lives.
10862         Reported by Nicolas Joly.
10864 2001-07-04  Akim Demaille  <akim@epita.fr>
10866         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10867         up.
10868         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10869         warnings from compilers.
10870         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10871         for all the compilers, not only GNU.  Hence move from here...
10872         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10874 2001-07-04  Akim Demaille  <akim@epita.fr>
10876         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10877         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10878         AC_COMPILE_IFELSE.
10880 2001-07-04  Akim Demaille  <akim@epita.fr>
10882         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10883         the ``strings.h'' change claimed below.
10885 2001-07-04  Akim Demaille  <akim@epita.fr>
10887         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10889 2001-07-04  Akim Demaille  <akim@epita.fr>
10891         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10892         strings.h if usable with string.h.
10893         Suggested by Paul Eggert.
10895 2001-07-04  Akim Demaille  <akim@epita.fr>
10897         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10898         From Jens Petersen.
10900 2001-07-03  Akim Demaille  <akim@epita.fr>
10902         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10903         etc. in the log.
10905 2001-07-03  Akim Demaille  <akim@epita.fr>
10907         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10908         compiler, not the preprocessor.
10909         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10910         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10911         the right thing.
10912         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10913         earlier if there are.
10915 2001-07-03  Akim Demaille  <akim@epita.fr>
10917         * autoscan.in ($initfile): Remove.
10918         (&find_file): Rename as...
10919         (&scan_file): this.
10920         Immediately scan the current file, instead of gathering them, and
10921         later having them handled by &scan_files.
10922         (&scan_files): Merely invoke Find::File.
10923         Adjust.
10925 2001-07-02  Akim Demaille  <akim@epita.fr>
10927         * autoscan.in: Formatting changes, matching the invocation order.
10928         (File::Find): Use it instead of Perl 4's `find.pl'.
10929         (&wanted): Rename as...
10930         (&find_file): this.
10932 2001-07-01  Pavel Roskin  <proski@gnu.org>
10934         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10935         break in the argument to AC_TRY_LINK_FUNC.
10936         (AC_F77_MAIN): Remove conftest* after using break in the
10937         argument to AC_TRY_LINK.
10939 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
10941         Add alternate 'main' routine detection for linking C/C++ with Fortran,
10942         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10944         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10945         dummy alternate main is required even if the user provides her own
10946         'main'.
10947         (AC_F77_MAIN): New macro to detect whether it is possible to
10948         provide an alternate 'main' function name, using the 'main' from
10949         the Fortran libraries.
10950         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10951         cross-language link tests can be performed successfully.
10952         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
10953         after $LIBS, for consistency; this should be the general rule since
10954         the user may want to link to Fortran libraries that require $FLIBS.
10955         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10957 2001-06-29  Pavel Roskin  <proski@gnu.org>
10959         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10960         at-stdout and at-stderr instead of removing the newline
10961         from the echo output, which is not guaranteed to work.
10963 2001-06-28  Jens Petersen  <petersen@redhat.com>
10965         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10966         confdefs.h when non-zero.
10968 2001-06-28  Akim Demaille  <akim@epita.fr>
10970         * configure.in: Bump to 2.50c.
10972 2001-06-26  Akim Demaille  <akim@epita.fr>
10974         Version 2.50b.
10976 2001-06-26  Akim Demaille  <akim@epita.fr>
10978         Version 2.50a.
10980 2001-06-25  Pavel Roskin  <proski@gnu.org>
10982         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10983         argument, AUTOCONF-FLAGS.
10984         * tests/mktests.sh (update_exclude_list): Add
10985         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10986         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10987         AC_FUNC_WAIT3 with "-W no-obsolete".
10989 2001-06-25  Akim Demaille  <akim@epita.fr>
10991         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10993 2001-06-25  Akim Demaille  <akim@epita.fr>
10995         * autoscan.in (%macro): Now maps from word to list of macros.
10996         (&init_tables): Die when a word which is already handled by
10997         explicit macros is mapped to the default macro.
10998         (&print_unique): Remove, inlined in...
10999         (&output_kind): here.
11000         (File::Basename): Use it.
11001         (&output): Sort the CONFIG_FILES.
11002         * acheaders: Normalize.
11003         * acfunctions: Likewise.
11005 2001-06-25  Akim Demaille  <akim@epita.fr>
11007         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11008         characteristics in the logs.
11009         Suggested by Mo DeJong.
11011 2001-06-24  Akim Demaille  <akim@epita.fr>
11013         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11014         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11015         * doc/autoconf.texi (Autoconf 2.13): New section.
11017 2001-06-24  Akim Demaille  <akim@epita.fr>
11019         * autoconf.in (Task traces): Separate the error messages from the
11020         traces to improve robustness.
11022 2001-06-23  Akim Demaille  <akim@epita.fr>
11024         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11025         three as failures are unlikely, and speed matters.
11027 2001-06-23  Akim Demaille  <akim@epita.fr>
11029         * doc/autoconf.texi (Redefined M4 Macros): New.
11031 2001-06-23  Akim Demaille  <akim@epita.fr>
11033         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11034         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11035         5.3.
11037 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11039         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11040         config.status targets to after the evaluation of the INIT-CMDS.
11041         Double quote config.status targets (used to be single quoted).
11043 2001-06-23  Akim Demaille  <akim@epita.fr>
11045         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11046         Check the content of the created file.
11047         Check the ./config.status command line invocation.
11049 2001-06-23  Akim Demaille  <akim@epita.fr>
11051         * tests/foreign.at (Libtool): Reject prehistoric versions.
11053 2001-06-23  Akim Demaille  <akim@epita.fr>
11055         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11056         preexisting files matching a.*.
11058 2001-06-23  Akim Demaille  <akim@epita.fr>
11060         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11061         stderr.
11062         * doc/autoconf.texi (AC_ARG_VAR): Update.
11064 2001-06-21  Akim Demaille  <akim@epita.fr>
11066         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11067         precious variables have changed.
11068         * tests/torture.at (AC_ARG_VAR): Adjust.
11070 2001-06-21  Akim Demaille  <akim@epita.fr>
11072         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11073         but some sed choke on multiple `;', and other tools (e.g.,
11074         Automake), include the separator themselves.
11076         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11078 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11080         * doc/autoconf.texi (Functions Portability): Rename as...
11081         (Function Portability): this.
11082         (Function Portability): Document potential problems with unlink().
11084 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11086         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11088 2001-06-18  Akim Demaille  <akim@epita.fr>
11090         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11092 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11094         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11095         (_AC_FUNC_VFORK): this.
11096         Remove AC_DEFINEs and don't guess cross-compilation values.
11097         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11098         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11099         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11100         vfork doesn't work.
11101         Guess values if cross-compiling, but warn.
11102         * acfunctions: Add AC_FUNC_FORK.
11103         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11104         and vfork appropriately.
11106 2001-06-18  Akim Demaille  <akim@epita.fr>
11108         * doc/autoconf.texi (Functions Portability): New section.
11110 2001-06-18  Akim Demaille  <akim@epita.fr>
11112         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11113         in $M4.
11114         Suggested by Andreas Schwab.
11116 2001-06-18  Akim Demaille  <akim@epita.fr>
11118         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11119         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11120         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11121         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11122         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11123         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11124         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11125         the converse).
11127 2001-06-18  Akim Demaille  <akim@epita.fr>
11129         * doc/autoconf.texi (ms): New index.
11130         (Macro Index): Rename as...
11131         (Autoconf Macro Index): this.
11132         (M4 Macro Index): New appendix.
11133         (Programming in M4): New chapter.
11134         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11135         (Quoting): Rename as...
11136         (M$ Quotation): this.
11137         Be part of `Programming in M4).
11139 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11141         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11142         in separate statements for compatibility with Tru64 v5.1.
11144 2001-06-17  Akim Demaille  <akim@epita.fr>
11146         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11147         current values of the precious variables, not the previously
11148         cached values.
11149         Pass precious variables which are set to config.status.
11150         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11151         * tests/torture.at (AC_ARG_VAR): New.
11153 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11155         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11156         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11157         and explain why and how to replace them.
11158         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11159         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11161 2001-06-15  Akim Demaille  <akim@epita.fr>
11163         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11164         Reported by Bruno Haible.
11166         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11167          (_AC_ARG_VAR_PRECIOUS): to here.
11169 2001-06-15  Pavel Roskin  <proski@gnu.org>
11171         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11172         an unused pointer use cast to this type and `if' statement to
11173         avoid warnings from the compiler.
11174         (AC_HEADER_TIME): Likewise.
11175         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11176         in `if' statement to avoid warnings from the compiler. Declare
11177         ac_aggr static to avoid the need to initialize it.
11179 2001-06-14  Akim Demaille  <akim@epita.fr>
11181         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11182         Macros'.
11184 2001-06-13  Akim Demaille  <akim@epita.fr>
11186         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11187         Suggested by Alexander Mai.
11189 2001-06-13  Akim Demaille  <akim@epita.fr>
11191         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11192         sys/types.h and sys/stat.h, and check for them.
11194 2001-06-13  Akim Demaille  <akim@epita.fr>
11196         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11197         INCLUDES.
11199 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11201         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11202         succeeds and only try adding libdnet upon a failure.
11204 2001-06-12  Akim Demaille  <akim@epita.fr>
11206         * autoscan.in (&output_kind): Output the comment only if it exists.
11207         (%kind_comment): Add entry for `programs'.
11208         (&output_programs): Use &output_kind.
11209         (&output_functions, &output_identifiers, &output_headers)
11210         (&output_programs): Inline, and remove.
11212 2001-06-12  Akim Demaille  <akim@epita.fr>
11214         * autoscan.in (%kind_comment): New.
11215         (output_kind): New.
11216         (output_functions, output_identifiers, output_headers): Use it.
11218 2001-06-12  Akim Demaille  <akim@epita.fr>
11220         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11221         arguments, to factor indirections into `%macro' and `%used'.
11222         (%generic_macro): Fix a typo.
11224 2001-06-12  Akim Demaille  <akim@epita.fr>
11226         * aclibraries: New.
11227         * autoscan.in (@kinds): Add `libraries'.
11228         Use `@kinds' instead of hard coded lists.
11229         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11230         Remove, replaced by...
11231         (%used): this.
11233 2001-06-12  Akim Demaille  <akim@epita.fr>
11235         * autoscan.in (%functions_macros %headers_macros)
11236         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11237         replaced by...
11238         (%macro): New.
11240 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11242         * aclang.m4 (AC_NO_EXECUTABLES): Override
11243         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11245 2001-06-11  Akim Demaille  <akim@epita.fr>
11247         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11248         trailing new line.
11249         Reported by Andreas Schwab.
11251 2001-06-11  Akim Demaille  <akim@epita.fr>
11253         * Makefile.am, Makefile.maint: Typos.
11255 2001-06-09  Akim Demaille  <akim@epita.fr>
11257         * doc/autoconf.texi (Here-Documents): New section, gathering
11258         documentation about here-documents.
11259         Use `href', not `uref', and other changes.
11261 2001-06-09  Akim Demaille  <akim@epita.fr>
11263         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11264         chapter.
11266 2001-06-09  Akim Demaille  <akim@epita.fr>
11268         * doc/autoconf.texi (Limitations of Builtins): Complete the
11269         description of the here-docs penalties with Alexandre Oliva's
11270         explanations.
11272 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11274         * doc/autoconf.texi: Talk about here documents and speedups.
11275         Do not use "echo" on arbitrary strings.
11276         Spell "here-documents" consistently with the standard.
11278 2001-06-09  Akim Demaille  <akim@epita.fr>
11280         * doc/autoconf.texi (Concept Index): Introduce it.
11281         Regenerate the menus.
11283 2001-06-09  Akim Demaille  <akim@epita.fr>
11285         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11286         * config/prev-version.txt: New.
11287         * config/move-if-change: New, for GNU libc.
11289 2001-06-06  Pavel Roskin  <proski@gnu.org>
11291         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11293 2001-06-06  Akim Demaille  <akim@epita.fr>
11295         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11296         properly when $1 is not a literal.
11297         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11299 2001-06-06  Akim Demaille  <akim@epita.fr>
11301         Invoking AC_COPYRIGHT before AC_INIT fails.
11303         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11304         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11305         (_m4_divert(VERSION_USER)): New.
11306         (AC_COPYRIGHT): $2 is the diversion to use.
11307         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11308         (AC_INIT): Remove dead comments as now it's commutative.
11310 2001-06-06  Akim Demaille  <akim@epita.fr>
11312         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11313         PR autoconf/187.
11315 2001-06-05  Akim Demaille  <akim@epita.fr>
11317         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11318         can be empty.
11319         `*dir' variables cannot be NONE.
11320         Reported by Mark Kettenis.
11322 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11324         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11326 2001-06-04  Akim Demaille  <akim@epita.fr>
11328         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11329         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11330         (AC_TR_SH): Move as...
11331         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11332         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11333         (AS_TR_SH): these.
11334         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11335         (_AS_TR_SH_PREPARE): New.
11336         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11337         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11339 2001-06-02  Akim Demaille  <akim@epita.fr>
11341         * Makefile.am (.m4.m4f): Pass the options first.
11342         Fixes PR autoconf/182.
11344 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11346         GNU getopt, when POSIXLY_CORRECT does not permute options and
11347         arguments.  So pass the options first.
11348         Fixes PR autoconf/184.
11350         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11351         (run_m4): Remove files.
11352         (run_m4f): Remove.
11353         Update remainder of script to use them.
11354         (for warning in): Do not use a literal comma as it will not be
11355         split by IFS.
11357 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11359         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11360         Fortran compilers to check.
11361         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11362         information on library and object files.
11363         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11364         to check.
11366 2001-06-02  Akim Demaille  <akim@epita.fr>
11368         * autom4te.in (Request::@request): Declare with `vars', not `my',
11369         as it prevents updates via `do FILENAME'.
11371 2001-06-02  Akim Demaille  <akim@epita.fr>
11373         * configure.in (standards_texi): Remove, dead code.
11375 2001-06-02  Akim Demaille  <akim@epita.fr>
11377         * autom4te.in: New.
11379 2001-06-02  Pavel Roskin  <proski@gnu.org>
11381         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11382         for signals other than 0 - exit with code 1.
11383         * m4sh.m4 (AS_TMPDIR): Likewise.
11384         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11385         * autoheader.in: Likewise.
11386         * autoreconf.in: Likewise.
11387         * tests/torture.at (Signal handling): New test for the above.
11389 2001-06-01  Akim Demaille  <akim@epita.fr>
11391         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11392         message.
11394 2001-05-31  Akim Demaille  <akim@epita.fr>
11396         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11397         Add copyright and comments.
11398         * acheaders: Add stdint.h.
11399         Suggested by Paul Eggert.
11401 2001-05-31  Akim Demaille  <akim@epita.fr>
11403         * atgeneral.m4 (AT_INIT): Use $SHELL.
11404         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11406 2001-05-31  Akim Demaille  <akim@epita.fr>
11408         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11409         stdint.h.
11410         From Paul Eggert and Lars Hecking.
11412 2001-05-31  Akim Demaille  <akim@epita.fr>
11414         * tests/base.at: Adjust line numbers in error messages.
11416 2001-05-31  Akim Demaille  <akim@epita.fr>
11418         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11419         to emit the bangshe line.
11420         Reported by David Carter.
11422 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11424         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11425         Fortran (95) compilers to check.
11427 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11429         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11430         Macro Archive URL.
11432 2001-05-23  Pavel Roskin  <proski@gnu.org>
11434         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11435         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11436         (AC_PROG_CXXCPP): Likewise.
11438 2001-05-22  Akim Demaille  <akim@epita.fr>
11440         * config: New directory.
11441         * configure.in: AC_CONFIG_AUX_DIR it.
11442         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11444 2001-05-22  Akim Demaille  <akim@epita.fr>
11446         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11447         * autoupdate.in: Specify the Emacs mode.
11448         * acversion.m4.in: Rename as...
11449         * acversion.m4: this.
11450         * tests/Makefile.am (CLEANFILES): More garbage.
11452 2001-05-22  Akim Demaille  <akim@epita.fr>
11454         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11455         Rename as...
11456         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11457         these.
11459 2001-05-21  Akim Demaille  <akim@epita.fr>
11461         * configure.in: Bump to 2.50a.
11463 -----
11465 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11467 This file is part of GNU Autoconf.
11469 GNU Autoconf is free software; you can redistribute it and/or modify
11470 it under the terms of the GNU General Public License as published by
11471 the Free Software Foundation; either version 2, or (at your option)
11472 any later version.
11474 GNU Autoconf is distributed in the hope that it will be useful,
11475 but WITHOUT ANY WARRANTY; without even the implied warranty of
11476 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11477 GNU General Public License for more details.
11479 You should have received a copy of the GNU General Public License
11480 along with autoconf; see the file COPYING.  If not, write to
11481 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11482 Boston, MA 02110-1301, USA.