* bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
[autoconf/tsuna.git] / ChangeLog
blobbad3e7a7f90b1510c15d488fa9df806cb10b7a43
1 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
4         seen, invoke libtoolize with `--ltdl' argument.
5         * lib/autom4te.in (Autoreconf-preselections): Adjust.
6         * NEWS: Update.
7         Suggested by Eric Blake.
9 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
11         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
12         reported by Ralf Wildenhues.
13         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
15 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17         * THANKS: Update.
19 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
21         * doc/autoconf.texi: Modernize some of the references to Solaris.
23 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
25         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
26         message issued by AC_REQUIRE.
27         * tests/m4sugar.at: Check m4_require's error message.
28         * tests/base.at: Check AC_REQUIRE's error message.
29         * tests/local.at (AT_CHECK_M4): New macro, almost identical
30         to...
31         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
32         AT_CHECK_M4.
33         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
34         `expout' as the last parameter.
35         * tests/tools.at: Adapt to the above change.
37 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
39         * doc/autoconf.texi (Limitations of Usual Tools): Correct
40         information about race-free implementations of mkdir.
42 2006-06-04  Eric Blake  <ebb9@byu.net>
44         * bin/autoreconf.in (help): Document M4 environment variable.
45         * bin/autoconf.as (Usage): Likewise.
46         * bin/autom4te.in (help): Likewise.
47         * doc/autoconf.texi (autom4te Invocation): Likewise.
49 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
51         * NEWS: GNU make now recommended for VPATH builds.
52         Mention that some macros are now documented to be obsolescent.
53         * doc/autoconf.texi:
54         Prefer "current" to "modern" to describe
55         currently-used (albeit perhaps old-fashioned) hosts.
56         Mention which ancient features no longer need to be worried about.
57         setgid -> set-group-ID
58         setuid -> set-user-ID (these are the Posix terms)
59         Fix some misuses of "only".
60         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
61         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
62         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
63         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
64         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
65         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
66         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
67         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
68         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
69         Mention that these macros are obsolescent.
70         (Installation Directory Variables): shall -> should
71         (File Descriptors): Mention that 0, 1, 2 might get reopened.
72         Mention that it's now safe to use 3 and 4.
73         (Limitations of Usual Tools): cp -r is now specified by Posix.
74         Omit longwinded and obsolescent discussion of cp -f.
75         Modernize discussion of expr, ls.
76         (Limitations of Make): Modernize discussion of VPATH builds.
77         Mention $? as a workaround in some cases.
78         * doc/install.texi (Basic Installation):
79         Mention "./configure; make; make install" first.  Be more
80         specific about why this file is generic.  Remove unnecessary
81         parens.  Remove misleading "only".  Remove obsolete advice
82         about csh.  Don't say "configure" takes awhile; say it
83         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
84         and CC=c99 rather than CC=c89, as these are blessed by current
85         Posix.  Recommend GNU make if doing a VPATH build.
87 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
89         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
90         examples involving shell prompts.
92 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
93         and Paul Eggert  <eggert@cs.ucla.edu>
95         * doc/autoconf.texi (Here-Documents): Add details about the
96         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
97         use "here-documents" instead of "here documents".
99 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
101         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
103 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
105         * doc/autoconf.texi (File System Conventions): Warn about ":"
106         anywhere in directory names.
108 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
110         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
111         about quoting the case statement, just in case.
112         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
113         was fixed in ksh93g; reported by Ralf Wildenhues.
115 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
117         * doc/autoconf.texi (System Services): Do not document
118         overriding EXEEXT via ac_cv_exeext=ext.
119         (Particular Programs) <AC_PROG_MKDIR_P>:
120         Document that ${MKDIR_P} understands --.
121         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
122         comment.
124 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
126         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
127         argument with leading hyphen.  Problem reported by Paul Eggert.
129 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
131         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
132         about quoting ac_try: quote all of it, if any of it seems suspicious.
133         This means we don't have to worry about ${ or sed any more.
134         Also, double-quote the case statement, to work around misuses via
135         underquoting as reported by Ralf Wildenhues in
136         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
137         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
138         undocumented and dangerous macro.
139         Problem reported by Ralf Wildenhues in
140         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
142 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
144         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
145         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
146         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
148 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
150         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
151         since evidently some packages rely on the old, broken behavior.
152         Problem reported by Ralf Wildenhues in
153         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
154         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
155         pre-2006-05-26 definitions, but leave in the comments that
156         these macros are dangerous and should not be used.
157         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
158         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
159         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
160         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
161         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
163 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
165         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
166         the use of 'tr', since this is our only use of 'tr'.
168 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         and Paul Eggert  <eggert@cs.ucla.edu>
171         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
172         Don't assume 'grep' works on long lines, since AIX grep doesn't.
174 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
176         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
177         the output file in the `${datarootdir}' test.
179 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
180         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
182         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
183         mention of `datarootdir' in the input file(s), but literal
184         `${datarootdir}' in the output file, and we haven't warned yet,
185         then warn as well: the user may have (erroneously) used
186         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
187         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
188         * tests/torture.at (datarootdir workaround): Extend this test.
189         * NEWS: Update.
191 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
192         and Paul Eggert  <eggert@cs.ucla.edu>
194         * doc/autoconf.texi (autoheader Invocation): The first argument to
195         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
196         alternatives and clear up the language a bit.
198 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
200         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
201         ac_config_guess, ac_config_sub, ac_configure.
202         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
203         Fix typo that prevented an unnecessary space from being removed.
204         Problems reported by Ralf Wildenhues in:
205         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
207 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
209         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
210         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
211         Don't use the term "thread-safe" to talk about mkdir race
212         conditions, since the problem is more a process than a thread
213         issue.  Problem reported by Stepan Kasal in:
214         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
215         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
216         the test for 'install' more closely.  Look at MKDIR_P first.
217         Look in the PATH, and at /opt/sfw/bin.
218         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
219         Don't bother to try mkdir -p, since we already check mkdir --version;
220         just look at the version number.  (There's no easy way to check
221         for race-free implementations.)
222         * tests/tools.at (autoconf: subdirectories): Adjust to above
223         changes, since MKDIR_P now might end in "/mkdir -p".
225         * doc/autoconf.texi (autoheader Invocation): Mention that the
226         first arg of AC_DEFINE_UNQUOTED must be a literal.
227         Problem reported by Ben Pfaff in
228         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
230         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
231         * doc/autoconf.texi (Special Chars in Variables): New section.
232         (Preset Output Variables): Warn about special chars in CPPFLAGS.
233         (Installation Directory Variables): Quote $(datadir) better.
234         (Limitations of Builtins): Describe some of eval's trickiness.
236         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
237         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
238         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
239         in front of every arg, not just trailing args.  Quote apostrophes.
240         (_AC_EVAL_ECHO): New macro.
241         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
242         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
243         removed.
244         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
245         exposed by quoting of eval argument.  Put the command on line line
246         so it logs better.
247         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
248         (_AC_PATH_X, AC_PATH_X): Quote more safely.
249         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
250         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
251         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
252         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
253         Use eval more safely.
254         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
255         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
256         to be replaced.
257         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
258         lines, exposed by quoting of eval argument.
260 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
261         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
264         initialization of `ac_cv_exeext', do not override it if it was
265         already set, unless it was set to `no', for compatibility with
266         Autoconf-2.13, and comment this.
267         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
268         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
269         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
270         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
271         Document that this test may be overridden by setting
272         `ac_cv_exeext'.
274 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
276         Revert these two patches:
278         2006-04-06  Eric Blake  <ebb9@byu.net>
279         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
280         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
281         2006-04-01.
283         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
284         Clean up _AC_COMPILER_EXEEXT* macros.
285         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
286           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
287           ac_file to the name of the default output file and call
288           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
289           initial `rm' of the candidate files...
290         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
291           the same list in subsequent `rm' calls, and for the temporary
292           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
293           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
294         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
295         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
296           no longer needed) by libtool.  Make it a cache check.
297         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
298           copied here by mistake.
299         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
300           _AC_COMPILER_EXEEXT.
301         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
302           _AC_COMPILER_OBJEXT directly.
303         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
305 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
308         Fix description of how the buggy `sed' works.
310 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
312         Sync from Automake:
314         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
315         ENOLCK.  Only mention `make -j' when applicable.  Only raise
316         fatal errors when `make -j' is involved.  Improve error message.
318 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
320         * doc/autoconf.texi (Here-Documents): We now know more about
321         the variable expansion in here documents bug.
322         Thanks to Tim Rice and Stepan Kasal.
324         * doc/autoconf.texi (Making testsuite Scripts): Add an example
325         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
327 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
329         * tests/autotest.at (Multiline command from M4 expansion):
330         No failure to be expected if the shell quotes newlines in
331         commands in the `set -x' output.  Report by Tim Rice.
332         * THANKS: Update.
334 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
336         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
337         expansion in the here-documents used by config.status, as that
338         runs afoul of the Korn shell version M-12/28/93d bug described in
339         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
340         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
341         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
343 2006-05-23  Jim Meyering  <jim@meyering.net>
345         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
346         Fix typo introduced with 2006-04-02 change.  It reversed the sense
347         of the test.
349 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
351         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
352         ac_dB slightly, to save bytes in the script.
353         Max out at 50 lines, rather than 96; this is more likely
354         (though not guaranteed) to avoid obscure 'sed' failures.
356 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
358         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
359         `tr -d -' as bad option argument.  Work around this by deleting
360         an unrelated character.
361         Report by Tim Rice <tim@multitalents.net>.
363 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
364             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
365             Stepan Kasal  <kasal@ucw.cz>
367         * doc/autoconf.texi (Particular Programs): Do not promise that
368         we always prefer the GNU version of the program, and that we
369         search according to PATH; both rules can have exceptions.
370         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
371         AC_PROG_SED.  Move descriptions of limitations
372         to the Limitations of Usual Tools section.
373         (Limitations of Usual Tools) <sed>: Mention script length
374         limitations with Solaris /usr/ucb/sed.
375         <grep>: Fix wording for empty alternative.  Mention that -c and
376         -l should not be combined, and that -E and -F should not be
377         combined.
379 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
380         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
383         limits in Solaris 8 /usr/ucb/sed by testing a long script.
385 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
387         * doc/autoconf.texi (Defining Symbols): Literal parameter of
388         AC_DEFINE is now passed to m4_pattern_allow.
389         * NEWS: Mention that; likewise for AC_SUBST.
390         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
391         the parameter to m4_pattern_allow.
392         * tests/tools.at: Add a check for that.
394 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
396         * lib/autoconf/status.m4: Fix typos.
398 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
401         only the files that this macro generates.
403 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
405         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
406         the HP-UX sed limitation of 99 commands, labels do not count.
407         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
408         in the comment.
409         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
411 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
413         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
414         Import the following fix from coreutils:
416         2006-01-13  Jim Meyering  <jim@meyering.net>
418         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
419         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
420         not double-quote uses of that variable, to accommodate the rare
421         case in which getmntent is available in none of the libraries
422         checked.  This happens at least on FreeBSD 5.0.
424 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
426         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
427         ac_config_guess, ac_config_sub, and ac_configure, since evidently
428         some other programs unwisely rely on these undocumented vars.
429         But put in warning comments about them.
430         Problem reported by Ralf Wildenhues in
431         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
432         * NEWS: Document that these variables are intended to go away.
434 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
436         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
437         and set the language to C++ (analogous to the equivalent Fortran
438         tests).
440         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
441         * doc/autoconf.texi (C++ Compiler): Document it.
442         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
443         * NEWS: Update.
445 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
447         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
448         that caused config.status to generate 100-command sed scripts; the
449         portable limit is 99.
451 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
454         variable `ac_d' instead of `d' to avoid infringing namespace.
455         Report by Ralf Menzel.
457 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
459         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
460         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
461         * tests/tools.at (autoconf: subdirectories): New test, taken from
462         the corresponding problem report by Ralf Wildenhues in:
463         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
465         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
466         Quote some uses of shell variables if they might suffer unexpected
467         globbing.  This doesn't fix all instances of quoting problems that
468         I found, just the easy ones that look safe.
469         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
470         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
471         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
472         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
473         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
474         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
475         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
476         Likewise.
477         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
478         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
480 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
482         * bin/autoreconf.in ($help): Reword according to the manual.
483         Suggested by Olly Betts.
485 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
486         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
488         * bin/autoreconf.in: Pass the directory argument to
489         `require_configure_ac'.  Fix comment.
490         * tests/torture.at (Configuring subdirectories): Expose this.
491         Reported by Olly Betts.
493 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
495         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
496         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
497         Automake as follows:
499         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
500         `$configure_in' instead of `configure.in', to preserve
501         directory component.
503 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
505         * config/config.guess, config/config.sub, config/texinfo.tex,
506         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
508 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
510         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
511         test for C99 conformance; (bool) 0.5 is an integer constant
512         expression, but (bool) -0.5 is not.  Problem reported by Fedor
513         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
515 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
517         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
518         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
519         Warn about obsolete install-sh files.  Remove stray sentence
520         fragment and fix cross reference.
521         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
522         install -d; this undoes the 2006-05-10 change.
523         (MKDIR_P): Mark with AN_MAKEVAR.
524         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
525         that we don't require $INSTALL to be thread-safe.  Move comments
526         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
527         of AC_PROG_INSTALL.  Output a message saying that we're checking
528         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
529         MKDIR_P instead of AC_SUBST.
530         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
531         Special magic for MKDIR_P, too.
532         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
533         a dnl.
534         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
536 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
538         Sync from Automake, as follows:
540         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
541         * config/install-sh: Initialize IFS, so field splitting isn't
542         turned off later.
543         * config/mkinstalldirs: Likewise.
544         * config/missing: Remove superfluous quotes.  Replace all uses of
545         `[' by `test', for consistency, and for..
546         * config/missing (sed_minuso, sed_output): New variables.
547         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
548         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
549         Fixes `missing' to detect `--output' for help2man.  Fixes
550         PR automake/483.  Report by Dennis J. Linse.
551         (autom4te): Document in `missing --help'.
553 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
555         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
556         * config/install-sh: Don't use 'path' to talk about file names,
557         as per GNU coding standards.  Close a race condition reported by Ralf
558         Wildenhues and Stepan Kasal.  There is still a race condition
559         on hosts that predate Posix 1003.1-1992, but we can't help this.
560         Don't mishandle weird characters like space on pre-Posix hosts.
561         Invoke mkdir at most once per dir arg on pre-Posix hosts.
562         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
563         AC_PROG_MKDIR_P from AS_MKDIR_P.
564         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
565         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
566         earlier editions are not (including Automake 1.8.3).
567         Do not suggest mkinstalldirs for thread-safety.
568         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
569         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
570         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
571         presence of special characters and race conditions.
572         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
573         in Autoconf's name space.
575 2006-05-10  Bruno Haible  <bruno@clisp.org>
576         and Paul Eggert  <eggert@cs.ucla.edu>
578         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
579         from Automake with minor changes.
580         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
582 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
584         * config/install-sh: Update to Automake CVS version, as follows:
585         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
586         * lib/install-sh: Simplify the expr implementation of dirname.
587         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
588         * lib/install-sh: Handle --, and diagnose unknown options.
590 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
592         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
593         `./autom4te' to create `./testsuite', since the `all' target
594         will ensure its presence, but `installcheck' should not create
595         the uninstalled wrappers.
597         * tests/torture.at (Unusual Automake input files): Skip if we
598         detect automake < 1.8.
600 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
602         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
603         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
604         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
605         * NEWS: Update.
607 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
609         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
610         munge (multiple) white space and other oddities.
611         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
612         single quotes in variable assignment.
613         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
614         and similar failures by adding multiple spaces, tabs, and other
615         special characters.
616         Report and different test suggested by Francesco Romani
617         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
619         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
620         single quotes, we only need to search for single quotes; this
621         both simplifies the search pattern, and makes us less
622         susceptible to `echo' variations for arguments not containing
623         single quotes.
624         (_AC_ARG_VAR_VALIDATE): Likewise.
626 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
629         `$*' and IFS concatenation issue with traditional shells and
630         bash-2.04.  Report by Seanster@Seanster.com.
632 2006-05-03  Bruno Haible  <bruno@clisp.org>
634         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
635         precisely which Mac OS X versions have the od problem.
637 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
639         * doc/autoconf.texi: Use @option systematically.
640         (Integer Overflow):
642 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
643         and Bruno Haible  <bruno@clisp.org>
645         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
646         about 'od'.
647         (Integer Overflow): Mention the special case of integer division
648         overflow.
650 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
652         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
653         traditional shells like the Solaris one that do not use the
654         first IFS character for assembling `$*'.
655         Prompted by a related report from autoconf_bug@nro.ca.
657 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
658         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
661         Mention more problems with the -e option.
663 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
665         * NEWS: Typo.
666         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
668         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
669         in URLs to improve DVI formatted output (requires texinfo 4.6).
670         (System Services, Systemology, Shellology): Likewise.
671         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
672         output.
674         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
675         continuous text.
676         (Runtime): Fix macro argument names to match description:
677         `action-if-found' -> `action-if-true' and similarly.
678         (Obsolete Macros): Likewise.
679         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
680         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
681         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
683 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
685         * doc/autoconf.texi (Limitations of Make): Clean up markup.
687         * ChangeLog: Typo.
688         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
689         DVI output.
691 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
693         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
694         /bin/sh set unsorted output.
695         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
696         * tests/local.at: Likewise.
698 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
700         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
701         (Integer Overflow, Null Pointers, Buffer Overruns):
702         (Floating Point Portability, Exiting Portably): New sections.
703         (Writing Test Programs): Fix some langauge.  Recommend exiting
704         with status 1, not merely nonzero.  Clarify exit declaration.
705         (Run Time): Move C exit status stuff to new Exiting Portably section.
706         (Systemology): Mention Posix and levenez.  Update v7 reference.
707         (Portable Shell): Mention the Posix shell.
709 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
711         * bin/autoconf.as (me): Replace by as_me.
713 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
715         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
716         since as_me isn't set yet.
718 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
720         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
721         a few minor bugs in this area.
723         * doc/autoconf.texi (Programming in M4sh): Comment out the
724         documentation of AS_BASENAME, for now.
725         (Shell Substitutions): Do not use AS_DIRNAME in an example.
726         (Limitations of Builtins) <basename>: Do not refer to
727         AS_BASENAME.
728         * bin/autoconf.as (me): Don't use AS_BASENAME.
729         (dir): Remove the unused variable.
730         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
731         AS_DETECT_REQUIRED.  All uses changed.
732         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
733         All uses changed.
734         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
735         (AS_BASENAME): Use "basename --" to protect against leading "-".
736         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
737         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
738         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
739         (_AS_DIRNAME_PREPARE): Likewise.
740         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
741         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
742         (AS_DIRNAME): Use "dirname --".
744 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
746         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
747         of "run time" and "run-time" changed to "runtime", for consistency.
748         * lib/autoconf/fortran.m4: Likewise (in comment).
749         * lib/autoconf/functions.m4: Likewise.
750         * lib/autoconf/general.m4: Likewise.
751         * lib/autoconf/headers.m4: Likewise.
753         * doc/autoconf.texi (Run Time): Document the exit status situation
754         with more accuracy and detail.
756 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
758         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
759         Archive is not officially `GNU' any more.  Update URL.
760         (Defining Directories): Likewise
761         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
763 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
765         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
766         newline from the `trap' code to finish `config.log'; the NetBSD
767         /bin/sh resets the exit status after an empty command, as
768         documented in doc/autoconf.texi.
769         Reported by Dalibor Topic <robilad@kaffe.org>.
771 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
773         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
774         Suggested by Bruno Haible.
776 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
778         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
779         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
780         Instead, just list the shells that we know work.
781         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
782         changed.  Be more cautious about the _cv_ variable.
783         * tests/tools.at (Syntax of the shell scripts): Check the
784         _cv_ variable once, at first, to avoid an internal autoconf error
785         when sh -n does not work.
787 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
789         * lib/Autom4te/FileUtils.pm: Sync from Automake.
791 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
793         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
794         use ">&-" since we're only 99.999% sure that this is portable,
795         and since the MinGW bug is fixed in a different way.
796         * lib/autotest/general.m4 (AT_INIT): Likewise.
798 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
800         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
801         before opening config.log, to avoid hitting a bug on MinGW.
803 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
805         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
806         AS_MESSAGE_LOG_FD before reopening it onto the log file.
807         This works around a MinGW bug reported by Eric Paire.
808         Make sure that all writes to the log file append to it,
809         rather than possibly losing data.
810         * lib/autotest/general.m4 (AT_INIT): Likewise.
812 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
814         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
815         description.
817 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
819         * NEWS: Update.
821         * configure.ac (AC_INIT): Bump to 2.59d.
823 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
825         Version 2.59c.
827         * Makefile.maint (news-date-check): Do not require a leading `*'
828         before the release date in NEWS.
830 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
831         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
833         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
834         the instantiated file do not contain the string 'datarootdir'
835         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
836         @mandir@, replace the reference '${datarootdir}' by the value.
837         * tests/torture.at (datarootdir workaround): New test.
838         * NEWS: Advertise this temporary fixup.
839         Based on a patch by Bruno Haible, reported and analyzed by
840         Paul Eggert and Noah Misch.
842 2006-04-12  Eric Blake  <ebb9@byu.net>
844         * tests/autotest.at (Debugging a failed test): Fix comment.
846 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
848         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
849         all the changes since 2006-04-07.
851 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
853         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
854         succeeded, but `ln -s file dir' failed, take care to remove the
855         leftover target before the next test, to prevent its spurious
856         failure; also make sure `ln file dir' works before selecting it.
857         Thanks to Keith Marshall for pointing this out.
858         * THANKS: Update.
860         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
861         assignments in `at_debug_args', so that we put them correctly
862         in the `run' script.
863         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
864         Reported by Eric Blake.
866 2006-04-11  Eric Blake  <ebb9@byu.net>
868         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
869         top-level tests after micro-suite has been run.   Used in...
870         (Debugging a successful test, Debugging script and environment),
871         (Debugging a failed test): ...these new tests.  The first of these
872         is fixed by...
873         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
874         macro, split out from...
875         (AT_INIT): ...here, so that using -d also generates a run script.
876         Document that -d inhibits top-level logging.
877         * doc/autoconf.texi (testsuite Invocation): Document that -d only
878         inhibits top-level logging; debug scripts are created.
880         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
881         check.
882         * tests/autotest.at (Empty test, Empty check): New test to check it.
884         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
885         from gcc.
887 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
889         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
890         the files if a problem appears.  Make the empty *.at files
891         read-only, too.  Proposed by Ralf Wildenhues.
893 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
895         * config/Makefile.am: Add comment to force updated Makefile.in.
897         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
898         space only patch to this file, this patch causes the Makefile.in
899         files that include freeze.mk to be updated, and thus have a
900         newer time stamp again, which in turn makes a pristine CVS
901         checkout have correct time stamps.
903         * Makefile.maint (cvs-sv): New macro, to be used..
904         (config.guess-url_prefix, config.sub-url_prefix)
905         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
906         point to CVS text checkout of Gnulib files.
907         (copyright-check): Bump current year.
908         (announcement): Do not hard-wire `./announce-gen'.
909         (cvs-update): Propagate failures of `cvs' and `move-if-change'
910         correctly.
911         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
912         `chmod +x'.
913         (wget_files): Update config.guess, config.sub, texinfo.tex by
914         `wget-update', now that their URLs work again.
916 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
918         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
919         Problem noted by Paul D. Smith.
921 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
923         * doc/autoconf.texi: Remove unused words from word list.
924         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
925         .x-sc_trailing_space: New files.
927         * doc/standards.texi: Sync from gnulib.
929         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
930         `LIBOBJDIR' as experimental.
932         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
933         with a target directory; it's internally implemented as `cp'
934         anyway, but since Autoconf advertises the possibility to use
935         a target directory when LN_S is `ln -s', we need to find out.
936         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
937         analyzed by Keith Marshall <keith.marshall@total.com>.
939         * THANKS: Update.
941 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
943         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
944         confdefs.h as-is.  In general, if it has backslash-newline or the
945         like, then it doesn't work either to sort or to remove empty
946         lines.
948 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
950         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
952 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
954         * lib/autom4te.in (Automake-preselections): Preselect
955         _AM_SUBST_NOTMAKE.
957 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
959         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
960         apostrophe within a single-quoted string, as this is the usual
961         tradition and is easier to read than '"'"'.  Don't rely on the
962         shell treating "$/" like '$/'.  Use a more-consistent indenting
963         style for the trap.
965 2006-04-09  Eric Blake  <ebb9@byu.net>
967         * tests/autotest.at (Backquote command substitution),
968         (Multiline backquote command substitution): Remove mistaken
969         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
970         applied...
971         (Parenthetical command substitution, Multiline parenthetical
972         command substitution): here.
974 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
976         Import macros from gnulib (often changing their name).
978         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
979         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
980         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
981         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
982         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
983         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
984         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
985         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
986         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
987         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
988         The manual mentions Gnulib more prominently.
989         * doc/autoconf.texi (Gnulib): New node.
990         (Pointers): Add Gnulib URL.
991         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
992         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
993         Gnulib section.
994         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
995         suggest a #define rather than a typedef for _Bool, and mention
996         Gnulib rather than trying to substitute stdbool code.
997         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
998         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
999         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1000         AC_STRUCT_DIRENT_D_TYPE.
1001         (Particular Types): Mention stdint.h and inttypes.h as standard
1002         headers too.
1003         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1004         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1005         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1006         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1007         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1008         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1009         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1010         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1011         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1012         (Coding Style).  Don't mention m4_expand_once.
1013         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1014         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1015         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1016         (AC_CHECK_FUNCS): Use it.
1017         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1018         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1019         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1020         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1021         (AC_HEADER_ASSERT): New macro.
1022         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1023         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1024         Catch a bug in an HP-UX C compiler.
1025         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1026         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1027         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1028         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1029         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1030         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1031         New macros.
1033         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1034         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1036 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1038         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1039         of the warning introduced by the 2001-08-28 change.
1041 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1042             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1044         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1045         variables shall be overriden by the cache.
1046         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1047         that contains braces.
1049 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1051         Revert the patch from 2006-04-01 and only improve
1052         _AS_DETECT_BETTER_SHELL:
1054         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1055         skip nonexistent directories.
1056         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1057         only shell candidates which exist.
1058         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1059         * lib/autotest/general.m4 (AT_INIT): No need to give three
1060         parameters to _AS_PATH_WALK.
1062 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1063             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1065         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1066         distinguish m4sugar macros.
1067         * tests/tools.at (autoupdating with aclocal and m4_include):
1068         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1069         test case by Noah Misch <noah@cs.caltech.edu>.
1071 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1073         Revert my change from 2006-03-17, in other words:
1074         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1075           and DUALCASE=1.
1076         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1077         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1078           it is set.
1080 2006-04-07  Eric Blake  <ebb9@byu.net>
1082         * doc/autoconf.texi (Programming in M4sh): Document that
1083         AS_MKDIR_P exits the script on failure.
1084         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1086 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1088         * config/elisp-comp, config/install-sh, config/mdate-sh,
1089         config/missing, config/mkinstalldirs: Sync from Automake.
1091         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1092         from Automake.
1094         * doc/make-stds.texi: Sync from gnulib.
1096 2006-04-06  Eric Blake  <ebb9@byu.net>
1098         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1099         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1100         2006-04-01.
1102 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1103             Eric Blake  <ebb9@byu.net>,
1104             Paul Eggert  <eggert@cs.ucla.edu>,
1105             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1107         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1108         whether `set' quotes correctly: redirect stderr of the tested
1109         `set', and use a subshell, for Ultrix; use `sed' instead of
1110         `grep' for zsh `set' which may write binary output; match only
1111         at the beginning of a line, to avoid false positives.
1112         In order to avoid false positives by unrelated variables with
1113         multiline content, put the dump algorithm in a subshell and
1114         unset all variables containing newlines (except some which are
1115         special to the shell).  Warn about cache variables that are
1116         unset.
1118 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1120         * config/config.guess, config/config.sub, config/texinfo.tex:
1121         Sync from upstream.
1123         * tests/mktests.sh: Reword comments.
1125         * tests/mktests.sh: Only skip internal macros starting with
1126         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1127         Update exclusion lists for the test suite to this end:
1128         (AC_ARG_VAR): Do test this now.
1129         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1130         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1131         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1132         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1134         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1135         shell issue with double-quoted command substitutions of native
1136         commands.
1137         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1138         Marshall.
1140         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1141         no file matches the glob, discard the warning, set `nullglob'.
1142         (syntax-check): Likewise.
1143         (sc_cast_of_x_alloc_return_value): Likewise.
1144         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1145         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1146         (m4-check): Likewise.
1147         (sc_system_h_headers): Do not print rule on execution.
1148         (sc_tight_scope): Do not fail for non-existing `src' directory.
1149         (sc_changelog): Skip the Copyright footer.
1150         * lib/autoconf/lang.m4: Remove trailing space.
1152         * lib/autoconf/status.m4: More replacements to
1153         <tab><space> where this makes sense.
1155 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1157         * tests/Makefile.am (maintainer-check-posix):
1158           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1160         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1161           ac_config_<foo>s again, sometimes normalized, sometimes not.
1162         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1163         (AC_CONFIG_COMMANDS): Do not do so here.
1164         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1165           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1166           2005-07-25 rewrite.  Noticed by Noah Misch.
1168         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1169           _AC_PRESERVE_HELP_ORDER, ...
1170         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1172         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1173           inside m4_expand_once; it is redundant.
1175         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1176           for --help from Cygnus `configure.'
1178 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1180         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1181         on a patch proposed by Ralf Wildenhues.
1183 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1185         * lib/autoconf/status.m4: Replace <space>''<tab> with
1186         <tab><space> where this makes sense.
1188 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1189             Noah Misch  <noah@cs.caltech.edu>
1191         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1192         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1193         * doc/autoconf.texi (Help Formatting): New node.
1194         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1196 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1198         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1199         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1200         lib/autoconf/types.m4, lib/autotest/general.m4,
1201         tests/mktests.sh, tests/torture.at: White space cleanup:
1202         remove some SPACE before TAB, or add quoting ('' or @&t@).
1204         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1206         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1208 2006-04-05  Eric Blake  <ebb9@byu.net>
1210         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1211         empty test suite works.
1212         * tests/autotest.at (Empty test suite): Remove xfail.
1214 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1216         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1217         TAGS to ac_config_<foo>s.
1218         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1219         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1220         normalizing it, consistent it with previous releases.
1221         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1223 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1225         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1226         Use simplified args that Eric Blake originally suggested.
1228 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1230         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1231         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1232         Use 'comm' rather than N instances of grep; this also fixes a bug
1233         whereby substrings were incorrectly matched, causing us to not
1234         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1235         (exclude_list): Exclude empty macros.
1236         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1238         Use awk rather than grep -E or egrep, to avoid
1239         portability problems with regular expressions containing newlines.
1240         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1241         Switch from grep to awk syntax.
1242         (ac_exclude_script): Renamed from ac_exclude_egrep.
1243         (au_exclude_script): Renamed from au_exclude_egrep.
1245 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1247         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1248         a subdirectory subject to Cygnus `configure'.
1249         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1251         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1252         report request when we have no AC_PACKAGE_BUGREPORT.
1254 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1256         * THANKS: Update.
1258         * tests/mktests.sh: Update copyright year in the header of the
1259         generated files.
1261         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1262         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1263         typedef'ed restricted pointer, to catch a compiler bug on
1264         HP-UX 11.x, and fix warnings so it passes with -Werror.
1265         (_AC_PROG_CC_C99): Likewise.
1266         Reported by Albert Chin <china@thewrittenword.com>.
1267         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1269 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1271         * bin/autoscan.in (subdirs): New global.
1272         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1273         (output): Emit AC_CONFIG_SUBDIRS as needed.
1274         * tests/autoscan.at (autoscan): Remove XFAIL.
1276 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1278         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1280 2006-04-03  Eric Blake  <ebb9@byu.net>
1282         * THANKS: Add myself.
1284 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1286         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1287         to log, point to testsuite output tree.
1289 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1291         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1292         * doc/autoconf.texi (Function Portability): Mention that C++
1293         has trouble with 'exit'.
1294         (Guidelines): Test programs shouldn't use 'exit'.
1295         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1296         Remove; all uses removed.
1297         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1298         Return from 'main' instead of calling 'exit'.
1299         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1300         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1301         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1302         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1303         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1304         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1305         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1306         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1307         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1308         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1309         * tests/compile.at: Likewise.
1311 2006-04-02  Pavel Roskin  <proski@gnu.org>
1313         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1315 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1317         Clean up _AC_COMPILER_EXEEXT* macros.
1319         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1320           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1321           ac_file to the name of the default output file and call
1322           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1323           initial `rm' of the candidate files...
1324         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1325           the same list in subsequent `rm' calls, and for the temporary
1326           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1327           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1328         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1329         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1330           no longer needed) by libtool.  Make it a cache check.
1331         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1332           copied here by mistake.
1333         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1334           _AC_COMPILER_EXEEXT.
1335         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1336           _AC_COMPILER_OBJEXT directly.
1337         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1339 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1341         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1342         (AS_DIRNAME): Use it.
1343         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1345         * tests/*.at: Remove the generated ones.
1347 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1349         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1351 2006-04-01  Eric Blake  <ebb9@byu.net>
1353         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1354         directories, unless optional third argument supplied.
1355         (AS_UNAME): Don't optimize PATH walk.
1357         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1359 2006-04-01  Eric Blake  <ebb9@byu.net>
1360         and Stepan Kasal  <kasal@ucw.cz>
1362         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1363         and fix some typos.
1365 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1367         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1368         Autoconf version number despite a zero- or one-argument AC_INIT.
1370         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1371         subordinate tools.
1372         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1373         * doc/autoconf.texi (autoreconf Invocation): Document it.
1375         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1376         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1378 2006-04-01  Eric Blake  <ebb9@byu.net>
1380         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1381         * lib/autotest/general.m4: Be tolerant of existing directory when
1382           rm failed to remove it.
1384 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1386         * bin/autoupdate.in: Redefine m4_location so that warnings print
1387         the correct lines of the input file by subtracting..
1388         (_au__first_line): ..this new definition.
1390         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1391         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1392         Remove stray newline in output.
1393         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1394         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1395         Fixes autoupdating of code where the replacement output contains
1396         m4sugar macros.
1397         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1398         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1399          (au_exclude_list): Add AC_LANG_SAVE.
1400         * tests/tools.at: Several new tests for all of this.
1401         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1402         hairy details.
1403         The AC_LANG_SAVE issue was reported against Libtool by
1404         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1405         Kristian Kvilekval <kris@cs.ucsb.edu>.
1407 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1409         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1410           switch all of them on and of when necessary.  Fixes the bug when
1411           m4sugar macros (e.g., m4_define) were expanded after the first
1412           automatic update (e.g., after AC_PREREQ or AC_INIT).
1414 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1416         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1417         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1419         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1420         correctly.  Problem reported by Eric Blake.
1421         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1422         Ralf Wildenhues.
1424 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1426         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1427         Tighten up the basename/dirname wording.
1429 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1431         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1432         in texinfo files outside of verbatim environments.
1433         (syntax-check-rules): Update.
1434         * doc/autoconf.texi (Configuration Headers): Conform to it.
1436 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1438         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1439           aclocal cannot be given on the command line.
1441 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1443         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1444         Give an example for AS_DIRNAME instead of referring to Posix..
1445         (File System Conventions): Put discussion of // versus / here, and
1446         modernize it a bit.
1447         (Limitations of Usual Tools): Add basename.  Remove verbiage
1448         after dirname, since it got moved to the above sections.
1449         All this was inspired by a patch proposed earlier by Eric Blake.
1451 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1453         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1454         `$0' to protect against spaces.
1455         * lib/autotest/general.m4 (AT_INIT): Likewise.
1456         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1457         `$0', $as_me.
1459 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1461         * bin/autoscan.in: The value of find_configure_ac should be
1462         checked for existence, so we don't barf over a nonexisting
1463         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1465 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1467         * bin/autoupdate.in: Fix some typos.
1469 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1471         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1473         * lib/autoscan/autoscan.list: Refreshed.
1475 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1477         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1478         and Erlang related variables.
1480         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1481         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1482         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1483         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1484         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1485         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1486         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1487         (_AC_PROG_OBJC_G): New macros.
1488         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1489         * doc/autoconf.texi (Objective C Compiler): New node.
1490         (Preset Output Variables): Document OBJCFLAGS.
1491         (Language Choice): Document `Objective C' language.
1492         (Fortran Compiler): Fix typo.
1493         * NEWS: Updated.
1494         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1496 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1498         * doc/autoconf.texi (Default Includes): Fix typo
1499           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1500         (Limitations of Usual Tools): s/unwriteable/unwritable/
1501         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1502           Fix typos in the comments.
1504 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1506         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1507           Factor out the warning to...
1508         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1509         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1510         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1512         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1513           case `ac_delim' when writing the sed script.
1515         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1516           moved DUALCASE=1 ...
1517         (AS_SHELL_SANITIZE): ... here.
1518         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1519           that it is set.
1521         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1522           AC_SUBST.
1523         (_AC_PATH_PROG): Store the result to VARIABLE.
1524         (AC_PATH_PROG): No need to set VARIABLE again.
1526         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1527           the first one is usual AT_CHECK_MACRO test, the second one checks
1528           that the same works when cross-compiling.
1529         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1530         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1532 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1534         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1535         the directory `/usr/bin/posix' in the shell search, to prefer
1536         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1537         on Tru64.
1539         * doc/autoconf.texi (contents): To fix texi2html output, hide
1540         `@setcontentsaftertitlepage' for HTML.
1541         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1542         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1543         `@,{c}'.
1545 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1547         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1548           sanitizing...
1549         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1550         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1551           why IFS is restored so late; thank you, Ralf, for reminding us.
1553 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1555         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1556           variables in the examples.
1558 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1560         * doc/autoconf.texi (several sections): Cleaned up documentation for
1561         macros in erlang.m4.
1563 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1565         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1566         failure condition for `$(cmd)' style command substitutions.
1567         (Parenthetical command substition, Multiline parenthetical
1568         command substition): Use it.
1570         * doc/autoconf.texi (Special Shell Variables): Missing word.
1571         Reported by Keith Marshall <keith.marshall@total.com>.
1573         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1574         IFS even in case of empty `$PATH'.
1576 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1578         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1579         `expr' away if there is nothing to do.
1580         < --keywords >: Simplify and robustify argument handling.
1581         Revert erroneous comment from 2005-08-23.  Extend to allow
1582         keyword negation with `!'.
1583         Update help message.  Remove broken code to prevent running
1584         tests multiple times.
1585         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1586         Update and fix the documentation accordingly.
1587         * tests/autotest.at (Keywords): Renamed to..
1588         (Keywords and ranges): .. this.  Extended to make sure negated
1589         keywords, keywords taken from AT_SETUP arguments, and numeric
1590         test ranges work, and that matching is case-insensitive.
1592 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1594         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1595         allow to pass unnamed structs even in C++.
1596         (AC_CHECK_SIZEOF):  Likewise.
1597         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1598         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1599         struct): New tests for unnamed structs, each both native and
1600         cross-compiling.
1602         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1603         a structure inside a cast, for C++ conformance.
1604         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1605         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1607         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1608         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1609         trying to execute the command `no'.
1611         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1612         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1613         expanded outside.
1615         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1616         example.  Do not emphasize `$%', it is hardly new and special.
1617         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1619         * doc/autoconf.texi (Limitations of Usual Tools): Document
1620         OpenBSD and traditional `grep' failure to handle multiple
1621         patterns separated by newlines.
1623 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1625         * doc/autoconf.texi (several sections): Add documentation for macros
1626         in erlang.m4.
1628 2006-03-10  Eric Blake  <ebb9@byu.net>
1630         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1631         AC_TRY_LINK_FUNC.
1633 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1635         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1636         like BSD, GPL, LGPL.  Fix minor English typos.
1637         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1638         Mention that these macros are becoming obsolete.
1639         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1640         Use more modern terminology for which standard is what.
1641         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1642         and to ansi2knr.
1643         (AC_PROG_CXX): Likewise.
1644         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1645         Remove obsolete discussion about how to port to K&R.
1646         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1647         the obsolescent AC_HEADER_STDC.
1648         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1649         can't rely on it.
1651 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1653         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1654         Remove stdin redirection from /dev/null to allow pipe to work.
1656 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1658         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1659         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1660         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1661         Ralf Wildenhues.
1663 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1665         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1666         HP-UX sed is 99 commands, not 100.
1667         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1668         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1669         newline for portability.
1670         * tests/torture.at (Torturing config.status): Also test 100
1671         AC_SUBST_FILE invocations.  Fix test to actually verify the
1672         AC_CONFIG_FILES output.
1673         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1674         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1676         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1677         non-suffix rule.
1678         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1679         non-GNU make.
1680         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1681         * tests/mktests.sh: Small shell portability fixes.
1683 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1685         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1686         recommended quoting style and discard unwanted output.
1688 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1690         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1691         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1692         cases, and to work around Tru64 expr bug.
1694 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1696         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1697         expr bug that turns the result of a regex match into a number if
1698         possible.
1700 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1702         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1703         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1704         in section `Specific Compiler Characteristics'.
1706 2006-03-04  Eric Blake  <ebb9@byu.net>
1708         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1709         variable warning.
1711 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1714         order of variable initialization, so even the Solaris 2.6 shell
1715         can create a config header correctly.  Fixes lots of test suite
1716         failures.
1718 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1720         * doc/autoconf.texi (Text processing Macros): New node to
1721         document the m4sugar macros m4_re_escape, m4_tolower,
1722         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1724 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1726         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1727         XrmInitialize (0) -> XrmInitialize ().
1728         Reported by Toshio Kuratomi.
1730 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1733         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1734         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1735         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1736         both macros are defun'ed so that required macros are evaluated
1737         outside.
1739         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1740         where a required macro will be expanded.
1741         (Coding Style): Another reason not to use `m4_define'.
1743 2006-02-21  Eric Blake  <ebb9@byu.net>
1745         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1747 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749         * doc/autoconf.texi (Looping constructs): New node, to
1750         document m4_for, m4_foreach, m4_foreach_w, and mention
1751         obsolete AC_FOREACH.
1752         (Obsolete Macros): Document AC_FOREACH.
1753         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1754         (m4_for): Fix to never loop (almost) endlessly, work correctly
1755         with arithmetic expressions in arguments, a step of zero or
1756         non-integer multiple of the interval, and avoid integer
1757         overflow.
1758         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1759         m4_foreach_w.
1761 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1763         Add basic support for Erlang, both for configuring Erlang/OTP
1764         tools, and Erlang as a conf test language.
1765         * lib/autoconf/erlang.m4: New file.
1766         * lib/autoconf/autoconf.m4: Add erlang.m4.
1767         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1768         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1769         * NEWS: Add short description of new macros.
1770         * THANKS: Add Romain Lenglet.
1772 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1774         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1775         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1777 2006-02-15  Eric Blake  <ebb9@byu.net>
1779         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1780         warning.
1782 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1785         (_AS_CASE): Private helper macro.
1786         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1787         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1788         Fix syntax of AS_IF description
1789         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1790         for the AC_REQUIRE mess.
1791         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1792         AS_SHELL_SANITIZE.
1794 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1796         * doc/autoconf.texi: Minor style cleanup.
1797         Be consistent about spaces after commas.
1798         Insert [] where empty args look a bit funny.
1799         Fix some "i.e." and "e.g." usages.
1800         Try to avoid "X/Y" usages.
1801         Don't be pedantic about "ISO C99"; just say C99.
1802         Prefer GNU style for spaces in front of parens.
1803         (Function Portability): Comment about C89 versus C99
1804         signed integer division.
1805         (Particular Headers): Use current gnulib style for dirent
1806         includes.
1808 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
1809         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1811         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1812         macros without parameters.
1813         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1814         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1815         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1816         `$#' bug.
1817         (autoupdate): Updated to match AU_ALIAS fix.
1819 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1820         and Paul Eggert  <eggert@cs.ucla.edu>
1822         * doc/autoconf.texi (Programming in M4sh): Document
1823         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1825 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1827         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1828         (AS_BOURNE_COMPATIBLE): ..this.
1829         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1831 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1833         * doc/install.texi (Defining Variables): Tighten up the
1834         CONFIG_SHELL wording.
1836 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
1837         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1839         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1840         of (set -o) rather than testing whether (set -o posix) succeeds,
1841         to work around a bug in the AIX 5.3 shell.  Problem originally
1842         reportd by Howard Chu for libtool.
1844 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
1846         * doc/autoconf.texi (Running the Compiler, Running the Linker):
1847         Changes the macro arguments in summaries to match the
1848         descriptions.
1850 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
1852         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1853         hint as ``a workaround for a bug.''
1855 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1857         * bin/autoreconf.in: New option `--no-recursive'.
1858         Improve wording for subpackages a bit.
1859         * doc/autoconf.texi (autoreconf Invocation): Updated.
1860         * NEWS: Updated.
1862         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1863         in environment of `configure', not the command line.
1864         Reported by Howard Chu <hyc@highlandsun.com>.
1866 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1868         * doc/autoconf.texi (Limitations of Builtins): Document the
1869         problem with "trap -".
1871 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
1873         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1874         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1875         messages to differentiate Fortran and Fortran 77 tests.
1876         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1877         AC_LANG_ASSERT, to allow use in mixed-language projects.
1879 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1881         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1882         FOO" to "defined (FOO)".
1883         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1884         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1885         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1886         * tests/tools.at (ifnames): Likewise.
1888 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1890         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1891         * lib/Autom4te/General.pm (mktmpdir): Likewise.
1892         (END): Improve error message a bit.
1893         Reported by Bruce Korb <bkorb@gnu.org>.
1895 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1897         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1898         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1900 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
1902         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1903         requires sys/stream.h.  Reported by Oliver Kiddle.
1905 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1906             Stepan Kasal  <kasal@ucw.cz>
1908         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1909         before the removals of test dirs, use `find' to avoid modification
1910         of symlinked directories.
1912 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1914         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1915         Don't ignore the macro arguments.
1917 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
1919         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1920         declaration that works for MSVC.
1922 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1924         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1925         Add `*.map' and `.inf' for Green Hills compiler.
1926         Reported by Stefan Seefeld <stefan@codesourcery.com>.
1928         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1929         correctly: pad with spaces after FIRST_PREFIX if necessary,
1930         and compute string lenghts with `m4_qlen' instead of `m4_len'.
1931         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1932         * tests/m4sh.at (AS_HELP_STRING): Test extended.
1933         * NEWS: Updated.
1934         Reported by numerous people, numerous times.
1936 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1938         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1939         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1940         * lib/autoconf/general.m4, lib/autoconf/status.m4:
1941         * lib/autotest/general.m4, tests/local.at:
1942         Update copyright year to 2006.
1944         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1945         sed substitutions.
1946         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1947         for file names, again.  Reported by Noah Misch.
1948         (Coding Style): Explain that s|a|b| is preferred for file names.
1949         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1950         (AC_OUTPUT_MAKE_DEFS): Likewise.
1951         * lib/autotest/general.m4 (AT_INIT): Likewise.
1952         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1953         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1955         Fix Posix-conformance bugs re use of { command in sed scripts,
1956         and improve the sed-related documentation a bit.
1957         * doc/autoconf.texi (Installation Directory Variables): Use
1958         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
1959         rather than "sed" when talking about Sed in general.
1960         (Particular Programs): Likewise.
1961         (Coding Style): y is like s with respect to / and ,.
1962         (Limitations of Usual Tools): Document the weird restrictions
1963         that Posix has about { }.  Use better quoting.
1964         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1965         Rewrite to conform to Posix rules about { } in sed scripts.
1966         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1967         * tests/foreign.at (Libtool): Likewise.
1968         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1969         Use our own style advice re 's,a,b,' versus 's|a|b|'.
1971 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1973         * lib/autoconf/status.m4: Fix typo.
1975         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1976         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1977         `-def', for the benefit of Portland `pgf90 -Mipa'.
1978         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1980 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1982         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1983         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1984         shell from zsh to bash.
1986 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
1988         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1989           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
1991 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1993         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1994         parentheses in $(...).  Problem reported by Eric Blake.
1996 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1998         * doc/autoconf.texi (Limitations of Usual Tools):
1999         Mention which characters can be escaped with \ in portable regular
2000         expressions used in grep, sed, expr.  Mention the leading ^ problem
2001         with expr.  Clean up some confusing wording.  Mention which
2002         grep options are portable.
2004 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2006         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2008 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2010         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2011         patch, noted by Ralf Wildenhues.
2013 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2015         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2016         posix' unconditionally, for pdksh in `native sh' emulation.
2018 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2020         * doc/autoconf.texi (Shellology): Document eval $? problem
2021         with ash.
2022         (Limitations of Builtins): Likewise.
2024 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2026         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2027         CONFIG_SHELL in the environment of the configure rerun.
2028         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2029         Suggest passing CONFIG_SHELL absolute, and in the environment
2030         rather than as option.
2032 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2034         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2035         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2036         Fix macro quoting.  Fix output for n * 98 substituted variables.
2038 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2040         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2041         `tmp' to avoid file removal race.
2043 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2045         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2046         ac_clean_files and LIBOBJS.
2048 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2050         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2051         Factor functionality to..
2052         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2053         `AC_SUBST($1)' in the public version.
2054         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2055         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2056         ac_pt_* variables.
2058 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2060         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2061         filesystems.
2063 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2065         * NEWS: Move AH_HEADER mention to right place.
2067 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2069         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2070         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2072 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2074         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2075         conftst2.$ac_objext.
2076         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2078 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2080         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2081         conftest.o, to see whether the compiler really obeys; rm the object
2082         file before and after the test and register it with ac_clean_files.
2083         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2085 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2087         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2088         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2089         code so that the most common case requires less forks.
2091 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2093         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2094         not portable; thanks to Paul Eggert and Alexandre.
2096         * NEWS: Fix an old typo.
2098 2005-10-20  Jim Meyering  <jim@meyering.net>
2100         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2101         the latter'', in two places.
2103 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2105         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2106         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2107         the inner workings of AC_LANG_FUNC_LINK_TRY.
2108         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2109         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2110         by the function rather than ignoring it.
2111         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2112         comparing its address.  Intel's interprocedural optimization was
2113         outsmarting the old heuristic.  Problem reported by
2114         Mikulas Patocka.
2116 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2118         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2120 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2122         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2123         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2125 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2127         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2128         before removing it (chmod -R u+rwx); there are three instances of this.
2130 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2131             Stepan Kasal  <kasal@ucw.cz>
2133         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2134         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2135         make its content writable before removing it.  Remove an errorneous
2136         comment from the end, where the logs of the failed tests are copied
2137         to the main log file.
2139 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2141         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2142           in case the computer is too quick.  Double quote the configure.ac
2143           snippets.
2145         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2146           problems if the testsuite were running too fast.
2148 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2150         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2151         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2152         (which belong to Xt, not X itself).  See Debian bug 327655.
2153         * NEWS: Mention this.
2155 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2157         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2159 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2161         * config/move-if-change: Don't output "$2 is unchanged";
2162         suggested by Ben Elliston.  Handle weird characters correctly.
2164 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2166         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2167           calls, so that the final expansion of this macro is shorter.
2168           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2169           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2170           the cleanup there.  Use AS_VAR_* macros, to be more general.
2171         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2173         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2175         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2177 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2179         * doc/autoconf.texi (Configuration Headers): Add an index entry
2180           for AH_HEADER.
2182 2005-08-26  Pavel Roskin  <proski@gnu.org>
2184         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2185         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2186         running xmkmf.
2188 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2190         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2191         The previous patch didn't work, so try a better one.
2193 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2195         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2196         in the example.  Reported by Bruno Haible.
2197         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2198         "if $undefined_var;" succeeds with my shell.
2200         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2201         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2202         but change the m4_divert_text to m4_divert_once.
2204 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2206         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2207         Work around bug in Solaris /usr/xpg4/bin/awk.
2208         The bug is present in at least Solaris 8 through 10.
2210 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2212         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2213         some evil values and relying on the fact that $* concatenates the
2214         parameters by the first character from IFS.
2216 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2217             Stepan Kasal  <kasal@ucw.cz>
2219         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2220         first header appears, define AH_HEADER.
2221         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2222         Update limitations about when to call AC_CONFIG_HEADERS.
2223         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2224         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2225         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2226         ``Configuration Actions''; fix their index entries.
2228         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2229         options correctly.  Process N-M as M-N if M is smaller than N.
2230         Process ranges correctly so that N-N will run only N.
2231         Sort and uniquify the tests that will be run.  If there is more
2232         than one test, reinsert the banners for the tests.
2233         * tests/autotest.at (Keywords): Unmark XFAIL.
2235 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2237         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2238           before passing the macro name to AH_TEMPLATE.
2240         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2241           now opens log after option processing; in particular, --version
2242           and --help do not touch config.log.
2244         * Makefile.maint: Revert the change from 2005-08-12.
2246 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2248         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2249           common code to...
2250         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2252 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2254         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2255         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2256         Language cleanup.
2258         * doc/autoconf.texi (Defining Symbols, Changed Results):
2259         Prepend to LIBS, not append, in examples.
2261 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2263         When building in place, set srcdir="."; suggested by Tim Van Holder.
2265         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2266           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2267         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2268         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2269           does not mean "no --srcdir option".
2271 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2273         * tests/autoscan.at (autoscan): New file.
2274         * tests/suite.at: Use it.
2275         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2276         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2278         * tests/autotest.at (Keywords): Test keywords combinations.
2280 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2282         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2283           add "2>&1"; gzip 1.2.4 prints help on stderr.
2285 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2287         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2288         was pushdef'ed twice while popped only once.  Push it only once.
2289         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2291 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2293         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2294         prefixed by mere "===", not "configure: === ".
2296 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2298         * Makefile.maint: Update from Bison.
2300         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2301         "<tab>" in comment, so that the point is understandable.
2303 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2305         Rewrite substantial part of lib/autoconf/status.m4.
2306         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2307         and CONFIG_COMMANDS are not processed in four separate loops.
2308         Instead, there is one main loop.  This alows that the common code
2309         is expanded only once, thus config.status (and configure) is smaller.
2311         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2312         the AC_LIST_FILES and cousins macros are no longer used.
2314         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2315         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2316         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2317         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2318         contain the initialization, nor the for loop, nor the associated
2319         commands; all these go to ...
2320         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2321         _AC_OUTPUT_CONFIG_STATUS.
2322         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2323         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2324         (_AC_OUTPUT_FILE): The creation of the sed script ...
2325         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2326         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2327         _AC_OUTPUT_MAIN_LOOP.
2328         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2329         _AC_CONFIG_COMMANDS): Use ...
2330         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2331         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2332         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2333         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2334         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2335         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2336         ... new macros.
2337         (_AC_CONFIG_UNIQUE): Update.
2338         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2339         Replaced by this ...
2340         (_AC_LIST_TAGS): ... new common macro.
2341         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2342         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2343         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2344         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2345         this didn't belong to the `config commands' section.
2346         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2347         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2348         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2349         to the `config commands' section either.
2350         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2351         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2353         ... and many changes to the comments nearby.
2355         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2356         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2357         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2358         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2359         (#define header templates): The comment at the top of the generated
2360         header now includes the name(s) of the source file(s).
2362         Several unrelated small changes:
2364         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2365         parameter to AC_DIAGNOSE.
2366         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2367         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2368         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2369         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2370         with AU::AC_OUTPUT.
2371         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2372         in AC_OUTPUT doesn't double-quote it either.
2373         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2374         parameters.
2376 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2378         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2379         versions of Portland Group compiler produce single- and double-quoted
2380         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2381         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2383 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2385         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2386         This is a corrected version of yesterday's patch.
2388 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2390         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2391         path, too; insert a "===" to emphasize the line.
2393         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2394           ac_cv_build_alias to ac_build_alias.
2395         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2397         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2398         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2399         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2400         (AC_ARG_VAR): ... here.
2401         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2402           target_alias.
2404         Keep a list of all precious variables and process them with one simple
2405         for loop, instead of expanding all commands, or, OTOH, complicated
2406         processing of output of "set".
2407         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2408         variable names in new macro...
2409         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2410         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2411           a loop to assign all ac_env_* and ac_cv_env_* variables.
2412         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2413           to INIT_PREPARE.
2414         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2415           its value to shell variable ac_precious_vars and call
2416           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2417         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2418           _AC_ARG_VAR_VALIDATE.
2420         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2421           and the AC_SUBSTs ...
2422         (AC_INIT): ... here.
2424         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2425           the ac_subst_files section in config.log.
2427         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2429 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2431         * NEWS: New macro AC_C_TYPEOF.
2432         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2433         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2434         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2436         Fix problems reported by Nicolas Joly.
2437         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2438         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2439         They are generated by the Tru64 v5.1B shell.
2441 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2443         Fix my changes from 2005-07-01; reported by Noah Misch.
2444         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2445         description, the macro now accepts only a single tag.
2446         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2448         Fix cases when the varsions of Autoconf and Autotest don't match.
2449         Reported by Noah Misch.
2450         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2451         at_top_builddir, for compatibility with older autotest.
2452         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2453         is not set, use at_top_builddir, for compatibility with older
2454         versions of autoconf.
2456 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2458         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2459         Problem reported by Patrick Welche.
2461 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2463         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2464         sed substitution command, so that we allow | in program prefixes
2465         and program suffixes.  (& is a problem anyway; we're not fixing
2466         that here.)
2467         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2468         configure_input, top_builddir, srcdir, etc.
2469         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2470         PATH_SEPARATOR in AUTOTEST_PATH.
2472 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2474         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2475         for loop over config.site files using `set', to allow
2476         directory names containing IFS characters.
2478 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2480         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2481         directories with weird names.  Apparently some people like living
2482         on the edge.  However, improve the test that "pwd" actually does
2483         report a name for the working directory.
2484         * NEWS: Remove the claim that we test for funny chars in dir names.
2486 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2488         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2489         replaced ...
2490         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2491         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2492         Now accept a single tag, not whitespace separated list.
2493         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2495 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2497         * doc/autoconf.texi (Configuration Headers): Change the explanation
2498         about #include <config.h>.
2499         (Generic Functions): Mention the Gnulib project.
2500         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2502         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2503         document to output the default config_* lists to config.status.
2504         Don't recognize option --file, if the functionality is not there.
2505         Likewise for --header; moreover, recognize --he and --h as shortcuts
2506         for --help in that case.
2508         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2509         matches the order of execution.  No code changed.
2511 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2513         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2514         single-quoted -cmdline argument in Portland Group compiler.
2515         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2517 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2519         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2521 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2523         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2524         descriptors to child processes; reported by Norman Gray.
2526 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2528         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2530         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2531         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2532         (AC_SUBST): Call it.
2533         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2534         the directory specific variables; but don't call it for configure_input.
2536 2005-06-28  Derek Price  <derek@ximbiot.com>
2538         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2539         addition.
2541 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2543         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2544         directory have inherent problems with special characters like spaces,
2545         due to limitations in Make syntax.  Problem reported by Alexandre
2546         Duret-Lutz.
2547         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2548         Also, fix Tru64 porting problem with shell patterns,
2549         reported by Ralf Wildenhues.
2551 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2553         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2555 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2557         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2559         Fix some more shell quoting problems.  Prompted by a bug report
2560         from Justace Clutter.
2561         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2562         variable into diagnostic.  Make the diagnostic an error, not a warning,
2563         because we really don't support spaces and suchlike in dir names.
2564         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2565         Don't worry about backslashes in srcdir; it can't happen now.
2566         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2567         Simplify ac_optarg handling.
2568         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2570 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2572         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2573         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2574         * tests/atlocal.in: Propagate $EGREP and $SED.
2575         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2576         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2578         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2579         that '\|' is not allowed in BREs; recommend using newline separated
2580         list of patterns instead of multiple -e options.
2582         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2584         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2586 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2588         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2590 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2592         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2593         b, t, r, w commands require single space, while : cannot have any.
2594         (Special Shell Variables): Fix sed code this in the example.
2595         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2596         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2598         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2599         expand to the empty list.  Don't use two pairs of m4_changequote,
2600         it's not necessary.
2602 2005-06-20  Derek Price  <derek@ximbiot.com>
2604         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2606 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2608         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2609         * doc/autoconf.texi:
2610         Don't mention Solaris versions so much, if a
2611         problem is common to all extant versions of Solaris.  Say "SunOS
2612         4" instead of "SunOS" for SunOS 4.
2613         (awk): Mention more of the limitations of traditional Awk.
2614         (cat): Don't talk about cat -v.
2616 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2618         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2619         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2620         but the implementation is entirely different and is designed
2621         to be compatible with glibc strverscmp.
2622         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2624         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2625         on Mac OS X 10.4 reported by Peter O'Gorman in:
2626         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2627         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2628         Use shell builtins rather than 'expr', to work around expr bug.
2630 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2632         * doc/autoconf.texi: "filesystem" -> "file system".
2633         "behaviour" -> "behavior".
2634         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2635         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2636         as per POSIX.
2637         * lib/m4sugar/m4sh.m4: Likewise.
2638         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2639         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2641         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2642         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2643         to update the man page.  That way, we don't have to check in new
2644         man pages every month.
2646         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2647         quotes and backslashes.  Patch from Derek Price.
2649 2005-06-10  Derek Price  <derek@ximbiot.com>
2651         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2652         AS_TR_SH.
2654 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2656         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2657         -u, since it outputs chatter if the input files are the same.
2658         Problem reported by Ralf Menzel.
2660 2005-06-08  Derek Price  <derek@ximbiot.com>
2662         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2663         renaming them since they are about to be redefined anyhow.
2665 2005-06-08  Derek Price  <derek@ximbiot.com>
2667         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2668         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2669         Move m4_undefine to alphabetical order.
2671 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2673         * README: Recommend GNU M4 1.4.3 or later.
2674         * doc/autoconf.texi (Introduction): Likewise.
2675         Reword to avoid some formatting glitches.
2676         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2677         Clarify explanation of HP compiler bug.
2678         Redo example output tp match current CVS snapshot.
2679         Use @example.org in email addresses when the examples
2680         might get inadvertently cut-and-pasted into user code.
2681         Remove example of autom4te usage that doesn't seem to work now.
2682         Use modern AC_INIT (except when the example is meant to be
2683         shown with Autoconf 2.13).
2684         Update ksh info for Solaris 9 and later.
2685         KB -> kB.
2686         Modernize description of Automake versions a bit.
2687         Don't claim a future version of Autoconf is near.
2688         * doc/install.texi: Reword to avoid some formatting glitches.
2690 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2692         * doc/autoconf.texi: Add [] to examples, so that the manual
2693         follows its own advice about quoting better.
2694         Reword to avoid some formatting glitches.
2695         * doc/installt.exi: Reword to avoid some formatting glitches.
2697         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2698         Tru64 ksh pattern matching bug.  Reported against Libtool by
2699         Albert Chin <libtool@mlists.thewrittenword.com> and
2700         Nicolas Joly <njoly@pasteur.fr>.
2702 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2704         m4_cdr of one-member list was [[]] (one-member list containing an
2705         empty string) instead of [] (an empty list.  Callers were skewed to
2706         match this misbehaviour.  As a consequence of this:
2707          - m4_foreach([x], [], [foo]) expanded to `foo', while
2708          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2709         This bug has been fixed:
2711         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2712           expand to an empty string; print error msg if called without
2713           an argument list.
2714         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2715           misbehaviour; handle [] and [[]] correctly.
2717 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2719         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2720         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2721           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2723 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2725         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2726           swallow records with more than 99 fields.
2727         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2728           parse the long line.
2730 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2732         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2733           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2734         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2735           to workaround this limitation.
2737 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2739         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2740         to gfortran, and make these the first two compiler names
2741         checked (following the general autoconf preference for gcc).
2743 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
2745         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2746         (DISTCLEANFILES): Remove $(check_SCRIPTS).
2747         (testsuite): Make sure autotest.m4f is up-to-date before using it.
2749 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2751         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2752         expression of unbounded size when processing the --list
2753         option.  This runs afoul of a limit of 399 bytes per regular
2754         expression on AIX.  Problem reported by Ralf Wildenhues.
2756 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2758         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2759         * doc/autoconf.texi (Particular Headers): Reword example
2760         for multiline stdbool replacement.
2761         (Setting Output Variables): Reword text a bit.  Don't
2762         give all the details about |#_!!_#|.
2763         Reword description of line replacement.
2765 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
2767         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2768         now contain newlines, and substituted files must be referenced on
2769         a line alone; the sed scripts to substitute them are now very
2770         different.
2771         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2772         commands can be put in a sed script portably.
2773         * doc/autoconf.texi (Setting Output Variables): Document above
2774         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2775         use of multiline substitution.
2776         * tests/torture.at: No longer expect substitution of newline to fail.
2778 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2780         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2781         From Ralf Menzel (trivial change).
2783 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
2785         * tests/local.at: Don't attempt to check for negated character
2786         classes in shell scripts.  The test was too brittle.
2788 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
2790         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2791         * doc/autoconf.texi (Limitations of Builtins): Document this
2792           limitation.
2794 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
2796         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2797           common code; used in many places in the tree.
2798         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2799         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2801         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2803         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2804           messages when ac_unique_file is not found.
2805         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2806         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2807           commands, for consistency with AC_MSG_ERROR and such.
2809         * bin/autoconf.as: Make more use of "shift 2" in option processing.
2811         * bin/Makefile.am: Merge the two rules for creating scripts.
2813 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
2815         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2816         obsolete; it was never documented.
2817         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2819 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2821         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2822         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2823         (ac_top_builddir): ... this ...
2824         (ac_top_build_prefix): ... to this; the old name is also kept, for
2825           backward compatibility.
2826         (ac_top_builddir_sub): New variable, without the trailing slash,
2827           always nonempty.
2828         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2829         * doc/autoconf.texi (Configuration Actions): Rename
2830           ac_top_builddir to ac_top_build_prefix.
2831         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2832           at_top_builddir to at_top_build_prefix.
2833         * lib/autotest/general.m4 (AT_INIT): Likewise.
2835 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2837         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2838           of confdefs.h .
2840 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2842         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2843           argument to m4_foreach.  I guess it was necessary in the past,
2844           but I think it's a no-op now.
2846 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2848         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2849           ``cat <<_ACEOF'' commands to one.
2850         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2851         * lib/autoconf/status.m4: On various places, use expr instead of
2852           ``echo|sed.''
2853         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2854         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2855         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2856           a range.
2857         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2858           the wrong patterns between ``case'' and ``esac.''  The previous
2859           code had false positives.
2861 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2863         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2864         as on 2005-05-02.
2865         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2866         Mention LIBOBJDIR.
2868 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2870         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2871         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2872         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2873         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2874         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2875         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2876         config/config.guess, config/config.sub, config/elisp-comp,
2877         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2878         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2879         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2880         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2881         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2882         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2883         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2884         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2885         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2886         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2887         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2888         lib/autoconf/general.m4, lib/autoconf/headers.m4,
2889         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2890         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2891         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2892         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2893         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2894         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2895         lib/autotest/general.m4, lib/emacs/Makefile.am,
2896         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2897         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2898         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2899         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2900         tests/compile.at, tests/foreign.at, tests/fortran.at,
2901         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2902         tests/semantics.at, tests/suite.at, tests/tools.at,
2903         tests/torture.at, tests/wrapper.as:
2904         Update FSF postal mail address.
2906 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
2908         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2909           check.
2910         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2911           enough arguments, similarly as in m4_bpatsubsts.
2913 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
2915         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2916           of absolute paths.
2918 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
2920         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2921           for absolute directory names in one loop.
2922         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2923           abbreviations of --version and --debug.
2925 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2927         * doc/autoconf.texi (Autoconf Language): Be more precise about
2928         quoting rules.  Problems noted by Stepan Kasal.
2929         Also, throughout this document, be more careful about white space.
2930         "blank", "white space", and "space" all have different meanings
2931         and we should be careful to say what we mean.
2933 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
2935         Fix C++ related problems reported by Werner Lemberg.
2936         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2937         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2938         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2939         avoid problems with C++ and throw.
2940         * tests/compile.at: .cpp, not .cc.
2942         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2944 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2946         * doc/autoconf.texi (Generic Functions): Typos.
2948 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
2950         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2951         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2952         set by latest automake.
2954 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2956         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2957         outputs 0 on GNU/Linux these days.
2959 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2961         * doc/autoconf.texi (Autoconf Language): Add more description
2962         about quoting heuristics.
2963         (Limitations of Builtins): Describe "set -" problems.
2965 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2967         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2968         not newline.
2970         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2971         by AC_DEFINE; it was a mistake.
2972         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2974 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
2976         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2978 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
2980         * doc/autoconf.texi (External Software): Quadrigraphs are not
2981           processed correctly in AS_HELP_STRING; avoid this in the examples.
2982         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2983         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2984           comment and reduce m4_default([foo], []) to [foo].
2985         (m4_strip): Update the explanation.
2987 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2989         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2990         Remove core.conftest.* too; it's generated by Tru64 5.1.
2991         Problem reported by Jennis Pruett.
2992         * lib/autoconf/functions.m4
2993         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2994         Don't bother to remove core files; AC_RUN_IFELSE should do that
2995         for you.
2997 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
2999         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3001 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3003         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3004         Report from Horst Wente.
3006 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3008         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3009           the comment.
3011 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3013         * doc/autoconf.texi (External Software, Package Options): Add
3014           examples showing how to implement --with-* and --enable-* options.
3016 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3018         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3019         as well as configure.in.  Problem reported by Gregorio Guidi.
3021 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3023         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3024         pattern for alloca snippet.
3026 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3028         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3030 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3032         * doc/autoconf.texi (Generic Programs): Fix a typo.
3034 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3036         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3037         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3039 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3041         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3042         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3043         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3044         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3045         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3047 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3049         * NEWS: The configure command now warns you if you attempt to use
3050         a directory whose name contains a special character like space,
3051         newline, or "\".
3052         * doc/autoconf.texi (Installation Directory Variables): Allow
3053         "," in file names.  Do not use \@; it's not a portable regexp.
3054         * bin/Makefile.am (edit): Likewise.
3055         * lib/Makefile.am (edit): Likewise.
3056         * tests/Makefile.am (edit): Likewise.
3057         * tests/semantics.at: Likewise.
3058         * tests/torture.at: Likewise.
3059         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3060         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3061         * doc/autoconf.texi (File System Conventions): Warn about
3062         unportable file names.
3063         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3064         (AC_INIT): Use it.
3065         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3066         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3067         ac_pwd, and quote srcdir.
3068         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3070         * doc/autoconf.texi: Fix some systematic formatting problems.
3071         ".)"  needs a following @: if not at the end of a sentence, and
3072         similarly for "!)".  "etc." should be preceded by a comma.
3073         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3075 2005-03-22  Bruno Haible  <bruno@clisp.org>
3077         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3078         argument is often called 'build-aux'.
3080 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3082         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3083           macro AC_TRY_LINK is obsolete.
3084         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3085           `AC_CONFIG_FILES'.
3087 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3089         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3090           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3091           from a Common Lisp's `cl'.
3092         (AC_PROG_CXX): Behave according to the documentation: don't
3093           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3094           make the variable CCC precious; use `cl.exe', not `cl'.
3096 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3097             Alexandre Duret-Lutz  <adl@gnu.org>
3099         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3100         /dev/null, as "configure" shouldn't read stdin, and this insulates
3101         us from problems (e.g., when testing for "cl").  Also, do this
3102         redirection before invoking "hostname" or "uname", and keep the
3103         original input stream available via...
3104         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3105         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3106         bother with "</dev/null" since it's now done at the top of
3107         'configure'.
3108         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3109         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3110         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3111         * doc/autoconf.texi (File Descriptor Macros): New section.
3112         (Printing Messages): Mention it.
3113         * tests/base.at (Input/Output): New test.
3115 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3117         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3118         newline if neither \c nor -n work, as that would output two
3119         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3121 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3123         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3124         This causes that any required macros inside will get before the if.
3125         * doc/autoconf.texi (autom4te.cache): A typo.
3127 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3129         Undo previous change, except keep the change to
3130         lib/autoconf/programs.m4 that replaced grep with shell
3131         pattern-matching.  This is because net-snmp configure reads stdin.
3132         Reported by Noah Misch.
3134 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3136         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3137         from /dev/null, as "configure" shouldn't read stdin, and this
3138         insulates us from problems (e.g., when testing for "cl").
3139         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3140         before invoking "hostname" or "uname".
3141         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3142         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3143         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3144         "</dev/null" since it's now done at the top of 'configure'.
3145         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3146         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3147         Also, replace grep with shell pattern-matching, to save a process.
3149 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3151         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3152         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3153         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3154         compiler.
3156 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3158         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3159         grep -q isn't portable.  Improve grep -s explanation.
3160         Problem reported by Dan Manthey.
3162 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3164         * doc/autoconf.texi (Special Shell Variables): Clarify
3165         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3167 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3169         * doc/autoconf.texi: Use @acronym for DJGPP.
3170         Fix some @code's that should have been @env's, and vice versa.
3171         Sort environment variable names.
3172         Mention that shells no longer inherit IFS.
3173         Don't recommend PATH_SEPARATOR=';' so strongly.
3174         Mention that $RANDOM might expand to the empty string.
3175         "symlink" and "soft link" -> "symbolic link".
3176         Improve mktemp description (reported by Bruno Haible).
3178 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3180         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3181         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3182         Likewise.
3183         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3184         Likewise.
3186 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3188         * NEWS: Mention AT_COPYRIGHT.
3190         * tests/local.at (AT_CMP): Use diff directly on input files rather
3191         than copying them.
3193         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3194         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3196 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3197         and Paul Eggert  <eggert@cs.ucla.edu>
3199         * tests/autotest.at (Empty test suite): New test.
3200         * tests/torture.at (Substitute and define special characters)
3201         (Substitute a 2000-byte string, Define to a 2000-byte string)
3202         (Substitute a newline, Define a newline): New tests.
3204 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3206         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3207         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3208         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3209         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3210         (Standard regular expressions): New test.
3211         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3212         excess test name quoting.
3213         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3214         CPPFLAGS to `configure' instead of setting it in `configure'.
3216         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3217         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3218         on some platforms.
3220         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3221         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3223         * tests/local.at (AT_CMP): New macro.
3224         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3225         (AC_SAVE_STATE): Move environment grep...
3226         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3227         (AT_CONFIG_CMP): New macro.
3228         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3229         * tests/c.at (Extensions): Do not exit early.
3230         * tests/atlocal.in: Inherit $GREP.
3232         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3233         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3235         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3236         (AC_COPYRIGHT): Factor header comment portion out and move into...
3237         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3238         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3239         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3240         --version output.
3241         * tests/local.at: Add Autoconf test suite copyright notice.
3242         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3244 2005-02-04  Bruno Haible  <bruno@clisp.org>
3245         and Paul Eggert  <eggert@cs.ucla.edu>
3247         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3249 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3251         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3252         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3254         Try not to generated lines of unlimited length, as POSIX places a
3255         2047-byte limit on line length of portable text files.
3256         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3257         Use newline as a separator, not space.
3258         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3259         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3260         space.
3262 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3264         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3265         as_func_*.  Add test to check whether positional parameters
3266         are restored after function return.
3268 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3270         * doc/autoconf.texi (Special Shell Variables): Mention _,
3271         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3272         if they contain a lower-case letter.  The DUALCASE problem was
3273         reported by Ralf Wildenhues.
3275         * bin/autoconf.as: Don't exit with status 0 after write failure
3276         with --help or --version.
3277         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3278         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3280 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3282         * doc/autoconf.texi (Limitations of Usual Tools):
3283         Unicos 9 sed limitations.
3284         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3285         to get the option-enhanced interface on older Crays.  Try ftn for
3286         Fortran 95 (newer Crays).
3288 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3290         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3291         care to echo the commands, so the user knows what's going on.
3292         Modified from a suggestion by Stepan Kasal.
3294         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3295         with a cross reference.  Derived from a suggestion by Bruce Korb.
3297 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3299         * doc/autoconf.texi (config.status Invocation): Warn about
3300         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3301         * doc/install.texi (Defining Variables): Likewise.
3302         Based on a proposed patch by Ralf Wildenhues.
3304         * man/Makefile.am (.x.1): Make sure the required generated files
3305         are up to date.  Problem and original solution proposed by Stepan Kasal.
3306         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3307         implicit-man-prerequisites): New rules, used by the above.
3309         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3310         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3311         * config/missing, config/texinfo.tex: Likewise.
3313 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3315         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3316         Update the long comment explaining it.
3318         m4_require no longer writes an ``is required by'' line to the
3319         execution stack.  It contains only one bit of non-redundant
3320         information: that the macro was required, not called.  And even
3321         this bit is useless in most situations: have you ever met a macro
3322         which both calls and requires the same macro?
3324         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3325         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3326           macro.
3327         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3328         (m4_expansion_stack_pop): Remove the misplaced comment.
3329         (m4_require): Don't put the ``is required by'' line to the
3330           execution stack; slightly improve the out-of-a-defun error message.
3331         (_m4_divert_grow): New macro, counter for the temporary diversions.
3332         (_m4_require_call): Use it.
3333         * tests/m4sugar.at (m4_require): Expect output without the
3334           ``is required by'' messages.
3336 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3338         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3339         rather than x for expr.
3341         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3342         this is safe.
3343         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3344         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3345         * lib/autotest/general.m4 (AT_INIT): Likewise.
3346         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3347         * tests/mktests.sh: Likewise.
3349 2005-01-27  Akim Demaille  <akim@epita.fr>
3351         Have autoheader honor --force.
3353         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3354         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3355         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3356         from masters, so that FileUtils.pm's update_file provide --force
3357         support.
3358         * bin/autoheader.in: Pass $force to update_file so that
3359         config.h.in is always recreated when --force.
3361 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3363         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3365 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3367         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3368         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3370 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3372         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3373         Warn about newline stripping in `` and $().  Update Solaris
3374         version to 9.
3375         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3376         X insulates us from future changes to Posix.
3377         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3378         stripping.
3380 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3382         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3383           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3385 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3387         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3388         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3389         bug-tar mailing list.
3391 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3393         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3395 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3397         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3398         ulongval to be static, to avoid unwanted GCC warning.  Problem
3399         reported by Michael Jennings via Daniel Reed; see
3400         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3402 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3404         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3405         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3406         datadir, infodir, and mandir.  Adjust argument parsing code.
3407         (_AC_INIT_HELP): Update help text.
3408         * doc/autoconf.texi (Installation Directory Variables): Document
3409         new variables.
3411 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3413         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3414         not seem to work, assume it does set $(MAKE).
3415         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3417 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3419         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3421 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3423         A cleanup of the diversion support in m4sugar.
3425         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3426         (_m4_divert_n_stack): New macro; the expansion is
3427           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3428           otherwise.
3429         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3430         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3431           stored in _m4_divert_diversion or _m4_divert_dump.
3432         (m4_divert_pop): When the parameter is given, compare the symbolic
3433           name with the last diversion pushed on the stack.  Previously, the
3434           current diversion was compared with the numeric value of the
3435           diversion given as the parameter.
3436         (m4_require): If the macro hasn't been expanded yet, call ...
3437         (_m4_require_call): this new macro.
3439 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3441         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3442         Workarounds for documented `case' limitations.
3444 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3446         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3447         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3449 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3451         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3452         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3453         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3455         Patch from Roger Leigh (with some minor changes) as follows:
3456         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3457         Resurrect AC_PROG_CC_STDC.
3458         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3459         AC_PROG_CC_C89, AC_PROG_CC_C99.
3460         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3461         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3462         AC_PROG_CC_C99): New macros.
3463         (AC_PROG_CC_STDC): Use them.
3464         (_AC_PROG_CC_STDC): Remove.
3465         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3466         * THANKS: Add Roger Leigh.
3468 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3470         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3471         signals that the package uses Automake; a `Makefile.am' is typical but
3472         not essential.  Reported by Magnus Therning.
3473         * tests/torture.at (autoreconf.): New banner.
3474         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3475         AC_CONFIG_SUBDIRS'.
3476         (autoreconf an empty directory): Rename to `Empty directory'.
3477         (Unusual Automake input files): New test.
3479 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3481         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3482         (AT_SETUP): Clear AT_capture_files.
3483         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3484         (AT_KEYWORDS): Fix comment typo.
3485         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3486         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3487         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3489 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3491         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3492         If the variable to set is already set, set ac_cv_path_$1
3493         to the preset value so caller can assume ac_cv_path_$1
3494         is available.  (trivial change)
3496 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3498         * BUGS (Minor Problems): Warn about makefile limitations.
3499         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3500         * man/Makefile.am: Find and update manual pages in $(srcdir).
3502 2004-12-24  Eric Blake  <ebb9@byu.net>
3504         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3505         shells in subshell, to avoid noise from ash.  (trivial change)
3507 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3509         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3510         problems with SunOS ksh and backslash escaping, Bourne shells and
3511         closing brackets (both within character classes).  Bug reported
3512         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3513         <read>: New entry.  Mention non-availability of -r.
3515 2004-12-21  Akim Demaille  <akim@epita.fr>
3517         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3518         avoid cluttering displayed messages.  Rather, prepend srcdir where
3519         AT_LINE is used for log files.
3521 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3523         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3524         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3525           no longer part of the macro, quote the occurrence of ``$tmp''.
3526         * doc/autoconf.texi (Forbidden Patterns): Typo.
3528 2004-12-21  Akim Demaille  <akim@epita.fr>
3530         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3531         separated from the test title by forcing a white space.
3533 2004-12-21  Akim Demaille  <akim@epita.fr>
3535         Enable Emacs navigation within testsuite.log files.
3537         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3538         use the compilation mode.
3539         (AT_LINE): Point to the srcdir.
3541 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3543         * tests/Makefile.am (installcheck-local): Use $(bindir).
3544         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3545         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3546         Makefile.am scheme Autoconf now uses.
3548 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3550         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3551         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3553 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3555         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3556         (_AT_CHECK): Use it.
3557         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3558         (AS_ESCAPE): Fix comment.
3559         * tests/autotest.at: Adjust section banner comments.
3560         (AT_CHECK_AT): Accept STATUS and STDERR.
3561         (AT_CHECK_AT_TEST): Likewise.
3562         (Invalid brace-enclosed parameter expansion)
3563         (Multiline command from M4 expansion)
3564         (Double-M4-quoted command): New tests.
3566 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3568         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3570 2004-12-17  Akim Demaille  <akim@epita.fr>
3572         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3573         m4_pattern_allow.
3574         Suggested by Alexandre Duret-Lutz.
3575         * doc/autoconf.texi (Setting Output Variables): Catch up.
3577 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3579         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3581 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3583         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3584           remove the comment which said we cannot.
3586 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3588         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3589         Reini Urban and Paul Eggert for reporting the dependencies.
3591         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3592         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3593         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3595 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3597         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3598           so that eg. ``autoscan --help'' doesn't truncate it.
3600 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3602         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3603         generated conftest files.
3605 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3607         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3608         tracing on commands with possibly-escaped newlines.
3609         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3610         discontinued behavior and its implications.
3611         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3612         (BSx641-newline in command, BS-BS-newline in command)
3613         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3614         (Single-quote-BS-newline in command)
3615         (Single-quote-newline-BS-newline in command): New tests.
3617 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3619         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3620           on platforms where it works.
3621         (_AS_TEST_PREPARE): Test for ``test -x''.
3622         (_AS_BROKEN_TEST_PREPARE): Nuke.
3624 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3626         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3627         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3628           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3629         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3630           create the temporary directory.
3631         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3633 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3635         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3636         (trivial change)
3638 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3640         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3642 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3644         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3645         to avoid using a negated character class.  Reported by Nicolas Joly.
3646         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3648 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3650         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3651         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3652         Don't depend on .x file explicitly, since "make" does that for us.
3653         Suggested by Stepan Kasal.
3655         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3656         Add *.tmp.
3657         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3658         ifnames): Factor common code.  And they said it couldn't be done!
3660 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3662         * bin/.cvsignore: Add autoconf.in.
3663         * tests/.cvsignore: Add wrapper.in.
3664         * lib/autotest/general.m4: Escape '$' in case pattern.
3666 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3668         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3670         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3672         * tests/autotest.at: New file.
3673         * tests/suite.at: Include it.
3674         * tests/Makefile.am: Distribute it.
3676         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3677           shell tracing on a command that could contain multiple lines.
3678         * doc/autoconf.text: Document that fact and its implications.
3679         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3680         * tests/autotest.at (Multiline backquote command substitution,
3681           Multiline parameter expansion, Literal multiline command,
3682           Multiline parenthetical command substitution): Remove XFAIL.
3684 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3686         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3687         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3689 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3691         * configure.ac (test suite): Cease to generate wrapper scripts.
3692         * configure: Regenerate.
3693         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3694         (m4f_dependencies): Adjust accordingly.
3695         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3696         (wrapper.in): Generate it in the build directory.
3697         (MAINTAINERCLEANFILES): Delete wrapper.in.
3698         (CLEANFILES): Add wrapper.in.
3699         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3700         the output.  Replace each $as_me with a @wrap_program@.
3701         * tests/wrapper.in: Delete it; we always build it.
3703         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3704         (EXTRA_DIST): Remove autoconf.in.
3705         (CLEANFILES): Add autoconf.in.
3706         (autoconf): Find autoconf.in in the build directory.
3707         * bin/autoconf.in: Delete it; we always build it.
3709 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3711         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3712         PATH members so as to not prepend an empty element.  Move a comment.
3713         * Makefile.am (SUBDIRS): Build in `tests' last.
3714         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3716 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3718         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3719         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3720         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3721         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3723 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3725         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3726         patch: extra "-l"s.
3728 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3730         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3731         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3732         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3734 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3736         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3737           out the common code to ...
3738         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3739           value of the #define--default to 1, iff the macro was called
3740           with exactly one parameter.
3742 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3744         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3745         "char c = '\200';" rather than "char c = 0x80;" as the
3746         latter doesn't conform to the strict C standard due to
3747         overflow on signed char hosts.
3749         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3750         to -qlanglvl=ansi.  We don't want to disable extensions.
3752 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3754         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3755         (Using Autotest, testsuite Scripts, Writing testsuite.at):
3756         Reword slightly to avoid some English-language problems noted
3757         by Ralf Wildenhues in:
3758         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3760 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
3762         * NEWS: Add ^L above each release.
3764 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3766         Fix documentation problems reported by Russ Boylan in
3767         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3768         along with some nearby cruft.
3769         * doc/autoconf.texi (Libtool): Libtool can be used without
3770         Automake (not without Autoconf).
3771         (Introduction): Mention lists.gnu.org.
3772         * BUGS: Don't mention bugs.gnu.org.
3773         Remove mention of ancient libtool compatibility problem.
3774         * NEWS: Mention that bugs.gnu.org is kaput.
3775         * README: Likewise.  Mention where mailing list archives can be found.
3777 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
3779         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3780         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3782 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3784         * doc/autoconf.texi (Pretty Help Strings): Go back to
3785         single-quoting assignments to cache variables.
3787 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
3789         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3790         with the examples; fix the bug in MY_ARG_WITH example reported
3791         by Alexandre Duret-Lutz.
3792         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3793         expansion of $1 in the comment emitted to configure.
3795 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
3797         * doc/autoconf.texi (Pretty Help Strings): Fix typo
3798         in my editing of the previous patch.  Problem reported
3799         by Alexandre Duret-Lutz.
3801 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
3803         * doc/autoconf.texi (Autoconf Language): Explain that
3804         ``descriptions'' may not be double quotes.
3805         (Quotation Rule Of Thumb): Likewise.
3806         (Pretty Help Strings): Likewise; remove the wrong comment;
3807         simplify the examples and improve their quoting.
3809 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
3811         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3812         the $1_found variable, don't test whether the file is executable;
3813         Both things are checked ...
3814         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3815         the former ``test -f''.
3816         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3818 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
3820         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3821         use cp -R instead.
3823 2004-11-10  Derek R. Price  <derek@ximbiot.com>
3825         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3826         limitations.  Reorder paragraphs for clarity.
3828 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3830         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3831         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3832         variants", "Unix", and some related minor wording fixups.
3834         (Shellology, Special Shell Variables): Document that the Zsh
3835         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
3836         to Alexandre Duret-Lutz for this info.
3838 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
3840         * doc/autoconf.texi (One-Shot Macros): New node.
3842 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
3844         * doc/autoconf.texi (Function Portability): Fix misdescription
3845         of putenv.  Problem reported by Michael Wardle.
3847 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
3849         * doc/autoconf.texi (auindex): New macro.
3850         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3851         Problem reported by Stepan Kasal.
3853 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3855         Fix problems reported by Andreas Buening in:
3856         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3857         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3858         in test makefile.
3859         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3860         readable; it's not true in OS/2-emx.
3862 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
3864         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3865         "/usr/include", clear ac_x_includes instead of leaving it as "no"
3866         (trivial change).  Problem and patch reported by Andrew Church in:
3867         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3869 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3871         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3872         three args in examples.  Problem reported by Frederik Fouvry in:
3873         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3874         Also, fix some minor spacing and punctuation bugs.
3876 2004-09-02  Akim Demaille  <akim@epita.fr>
3878         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3879         "case" to restore ordering.
3880         Reported by Stepan Kasal.
3882 2004-08-26  Akim Demaille  <akim@epita.fr>
3884         * doc/autoconf.texi: Minor typos and stylos.
3886 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3888         * configure.ac (AC_INIT): Bump to 2.59c.
3890 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3892         Version 2.59b.
3894         * README: Add advice about m4 1.4.2.
3896         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3897         texinfo.tex for now (done by hand now).
3898         * Makefile.maint (wget_files, cvs_files):
3899         Remove ansi2knr.c; nobody uses it.
3900         (ansi2knr.c-url_prefix): Remove.
3901         (cvs-update): Fix test for failure.  I don't know why it ever
3902         worked...
3904         * doc/autoconf.texi: Update URLs, some of which went stale.
3905         Use @uref rather than @href.
3907         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3908         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
3910         * config/config.guess, config/config.sub, config/elisp-comp,
3911         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3912         doc/fdl.texi, doc/standards.texi: Sync with master copy.
3914         * NEWS, TODO, configure.ac, bin/autoscan.in,
3915         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3916         doc/install.texi, lib/Autom4te/Configure_ac.pm,
3917         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3918         lib/autoconf/programs.m4, lib/autoconf/status.m4,
3919         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3920         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3921         tests/tools.at, tests/torture.at:
3922         Use "file name" rather than "filename" or "path",
3923         to be consistent with the terminology of the GNU coding standards.
3925 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3927         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3928         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3929         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
3930         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3932         More fixes to support spaces in the name of the build directory.
3933         This isn't a complete fix but it's an improvement.
3935         * bin/autoconf.as (autom4te_options): New var.
3936         Use it instead of appending to AUTOM4TE, so that we can allow
3937         spaces in the build directory's absolute name.
3938         * bin/autoheader.in ($autoconf): Allow spaces in file names.
3939         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3940         AT_CHECK_NOESCAPE): Likewise.
3941         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3942         main program): Likewise.
3944 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3946         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3947         From Ralf Corsepius in:
3948         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3950 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
3952         * doc/autoconf.texi (Function Portability): Document isinf and
3953         and isnan.  From a suggestion by Kevin Ryde.
3955         * lib/Autom4te/General.pm (END): Return correct exit status even
3956         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
3958 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3960         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3961         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
3962         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3964 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
3966         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3967         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3968         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3969         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3970         * lib/autom4te.in (Automake-preselections): Preselect
3971         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
3973 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
3975         * lib/autom4te.in (Automake-preselections): Preselect
3976         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
3977         trace them.
3979 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3981         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3982         Tru64.
3983         * doc/autoconf.texi (Shellology): Mention BIN_SH.
3984         Document problem with "`""`" in pdksh POSIX mode.
3986 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
3988         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3989         with pdksh, too.  Problem reported by Patrick Welche via
3990         Gary V. Vaughan.
3991         * doc/autoconf.texi (Shellology): Note that set -o posix is
3992         useful for pkdsh, too.
3994 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
3996         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3997         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3998         Don't fail if ENV or BASH_ENV is readonly.
3999         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4000         etc. are read only.  Problem reported by Ludovic Courtes.
4002 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4004         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4005         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4006         (trivial change)
4008 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4010         * doc/autoconf.texi (File System Conventions): Warn about
4011         names like "aux".  Problem reported by Eric Blake.
4013         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4014         by zero instead of array size, so that we can use any arithmetic
4015         constant expression (instead of requiring an integer constant
4016         expression).  This allows us to test expressions like DBL_MAX <
4017         LDBL_MAX, which didn't conform to the C standard using the old
4018         method.
4019         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4020         now that we can do floating-point tests at compile time.
4022 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4024         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4025         and LDBL_EPSILON, as the resulting expression isn't an
4026         integer constant expression and violates the C standard.
4027         Problem reported by Nelson H. F. Beebe.  Also, check
4028         for "L" suffix, and check that long double doesn't have
4029         worse range or precision than double, that mixed-mode
4030         arithmetic doesn't generate a diagnostic, that double
4031         constants fit in long double.
4033 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4035         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4036         malloc(0) and realloc(NULL,size).
4038         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4039         Bob Proulx.
4041 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4043         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4044         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4045         by Jim Meyering.
4047 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4049         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4050         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4052 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4054         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4055         Problem reported by Stepan Kasal.
4057 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4059         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4060         change).  Patch reported by Ralf Wildenhues in
4061         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4063         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4064         function F exists if the compiler and linker let you compile an
4065         expression like (F != 0).  Recent versions of GCC optimize away
4066         the reference to F in that case, since every function address must
4067         be nonzero, so the link succeeds even if F does not exist.
4068         Problem reported by Manu in
4069         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4071         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4072         "Unix".  Many uses changed.
4073         (Limitations of Builtins): Explain better why the ! command isn't
4074         portable.
4076 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4078         * lib/autom4te.in (Automake-preselections): Preselect
4079         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4081 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4083         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4084         referencing AC_FUNC_STRERROR_R.
4086         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4087         note pessimistic assumption when cross compiling.
4089 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4091         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4092         (until 2004) invoked subcommands with sh -e, contra POSIX.
4093         Reported by Kevin Ryde.
4095 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4097         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4098         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4099         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4100         `test -f "        /usr/bin/grep"', which _always_ failed.
4101         (AC_PROG_SED): Ditto bogus PATH fix.
4102         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4103         requires that grep correctly supports _multiple_ `-e' options, rather
4104         than stating only that grep should accept `-e'.
4106 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4108         Port to C99, which requires that 'exit' be declared.
4110         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4111         to ensure that stdlib.h is included.
4112         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4113         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4114         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4115         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4116         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4117         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4118         when using 'exit' in a test; C99 requires that 'exit' be declared.
4120 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4122         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4123         now prefers 'grep' implementations that accept -e.
4124         (Limitations of Usual Tools): Describe problems of traditional
4125         egrep and fgrep with long input lines, and of traditional grep
4126         with -e.
4127         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4128         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4129         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4130         Solaris.
4131         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4132         the user with complaints about multiple -e options.
4133         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4134         Define it with AC_PROG_GREP.
4135         * configure.ac (AC_PROG_GREP): Add.
4136         * lib/freeze.mk (GREP): New macro.
4138 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4140         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4141         a possible candidate only after all others fail, rather than
4142         consulting it first.  This improves backward compatibility by
4143         better reflecting the way shell selection occurred in previous
4144         versions of Autoconf, and should help to avoid triggering latent
4145         problems in other packages, such as the one in Automake where zsh
4146         is not handled robustly:
4147         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4148         Although it is not Autoconf's responsibility to work around
4149         problems in Automake, it nevertheless makes sense to avoid
4150         introducing unnecessary incompatibilites.
4152 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4153             Gary V. Vaughan  <gary@gnu.org>
4155         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4156         how deeply nested we are when a suitable tool is found, set the
4157         ac_path_TOOL_found flag.
4158         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4159         nested we are in this macro.  Break out of all 3 nested loops if
4160         ac_path_TOOL_found is set.
4162 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4164         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4165         of the _AS_PATH_WALK loop too if GNU flavor is found.
4167 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4169         * doc/autoconf.texi (Limitations of Make): Update documentation
4170         for `$<'.  New entry `Long lines', based on a report from Simon
4171         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4172         paragraph about DJGPP, based on a mail from Richard Dawe.
4174 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4176         * tests/c.at (C keywords): Don't assume that GCC supports
4177         "restrict" and "inline", as sufficiently-old GCC versions do not
4178         (also, GCC configured to be in pedantic C89 mode does not).
4179         Problem reported by Sumit Pandya in:
4180         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4182         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4183         consider -g to work if it generates warnings when plain compiles
4184         don't.  Problem reported by Braden McDaniel in:
4185         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4187         * doc/autoconf.texi (Slashes): New section, to document a problem
4188         reported by Jim Meyering in:
4189         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4191         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4192         linker output files before linking, to work around IRIX 6 linker bug.
4193         Problem reported by Rainer Orth in:
4194         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4196 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4198         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4199         best tool so far counter rely on the tool path variable name to
4200         avoid checks for one tool being affected by the results of running
4201         the length check on a previous tool.
4203         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4204         match expression argument, as different greps have different
4205         regular expression flavours.
4206         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4207         literals.
4208         (AC_PROG_EGREP): Pass 'EGREP$'.
4209         (AC_PROG_GREP): Pass 'GREP$'.
4211 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4213         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4214         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4216 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4218         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4219         Types, Specific Compiler Characteristics, System Services,
4220         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4221         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4222         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4223         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4224         Likewise.
4225         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4226         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4227         AC_TYPE_OFF_T): Likewise.
4228         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4229         Likewise.
4231         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4232         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4234 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4236         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4237         now defines HAVE_DECL_TZNAME if it is declared, when
4238         HAVE_STRUCT_TM_TM_ZONE is not defined.
4239         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4240         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4241         for HAVE_TZNAME.
4243 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4245         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4246         superfluous backslashing of quotes (") in sed expressions;
4247         thanks to Paul Eggert.
4249 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4251         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4252         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4253         H. F. Beebe for the bug report.
4255 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4257         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4258         quoted -cmdline argument in Portland Group compiler (bug
4259         reported by Jeffrey J. Barteet).
4261 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4263         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4264         (Run Time): ... here, where it's now mentioned.
4266 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4268         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4269         inherits from language Autoconf-without-aclocal-m4.
4270         (Customizing autom4te): Adjust example; the cache must now be
4271         disabled for language Autoconf-without-aclocal-m4.
4273 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4274             Nathanael Nerode  <neroden@twcny.rr.com>
4276         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4277         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4278         a prefix.
4279         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4280         AC_CHECK_TARGET_TOOLS): New macros.
4281         * doc/autoconf.texi (Generic Programs): Document
4282         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4283         AC_CHECK_TARGET_TOOLS, and warn for future changes
4284         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4285         AC_CHECK_TOOLS.
4286         (Specifying Names): Document the reason for these future
4287         behavioral changes.
4288         * tests/mktests.sh: Do not generate tests for the
4289         new macros.
4290         * NEWS: Document these changes.
4292         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4293         they make TeX hang up.
4295 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4297         * NEWS: New macro AC_CHECK_ALIGNOF.
4298         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4299         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4300         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4301         vowel.
4302         (AC_CHECK_ALIGNOF): New macro.
4303         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4304         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4305         those for sizeof.
4307 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4309         * bin/Makefile.am (edit): Don't use $< in a context where
4310         POSIX doesn't require support for it.  Use $@.in instead.
4311         Problem reported by Anthony N. Frasso in
4312         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4313         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4315 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4317         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4318         from the next generation of Libtool.
4319         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4321 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4323         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4324         is not always thread-safe.  Report from Nathanael Nerode.
4326 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4328         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4329         problem on QNX reported by Stephen Rasku in
4330         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4332         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4333         $(m4sh_m4f_dependencies); this removes a FIXME.
4334         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4335         (MAINTAINERCLEANFILES): Split into pieces,
4336         one per related section.  Add $(srcdir)/wrapper.in.
4338 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4340         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4341         AC_SUBST provides no portable way to escape literal newlines.
4343         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4344         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4345         Darwin uses -lcrt2.o and there's little point to cataloging all
4346         the system variants.  Partial fix reported by Andreas Waechter in:
4347         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4348         for bug reported by Nelson H. F. Beebe in:
4349         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4351 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4353         * doc/autoconf.texi (AU_DEFUN): Fix English,
4354         suggested by Paul Eggert.
4355         * lib/autoconf/autoupdate.m4: Correct reference to
4356         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4358 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4360         * bin/autoupdate.in: Define __file__ so that warnings
4361         refer to the correct file.
4362         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4363         the behavior of the third argument.
4364         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4365         correctly the behavior of the third argument.  Document
4366         what the three macros that AU_DEFUN defines do.  Fix
4367         warning message when the third argument includes $0
4368         (reported by Alexandre Duret-Lutz).
4370 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4371             Eric Sunshine  <sunshine@sunshineco.com>
4372             Paul Eggert  <eggert@twinsun.com>
4374         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4375         (AS_INIT): Output shell initialization there. Removed optional
4376         parameter. Expand _AS_SHELL_FN_SPY.
4377         (AS_INIT_WITH_SHELL_FN): Removed.
4378         (_AS_SHELL_FN_SPY): New macro.
4379         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4380         macros.
4381         (AS_SHELL_SANITIZE): Remove loop to find better shell
4382         and documentation for the parameter.
4383         (_AS_DETECT_BETTER_SHELL): Move it here.
4384         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4385         (_AS_RUN): Move it here, support testing with eval.
4386         (AS_REQUIRE_SHELL_FN): Require shell functions when
4387         it is used.
4388         (_AS_LINENO_WORKS): Put around braces, we do not
4389         trigger the bash bug anymore.
4390         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4391         use AS_INIT_WITH_SHELL_FN.
4392         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4394 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4396         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4397         * doc/autoconf.texi: Don't say that the third parameter
4398         is broken.
4399         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4400         (AU_DEFUN): Honor the third parameter, create autoupdate
4401         macros with AU_DEFINE.
4402         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4403         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4404         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4405         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4406         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4407         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4408         AC_XENIX_DIR): Likewise.
4409         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4410         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4411         * lib/autoconf/status.m4: Remove FIXME.
4412         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4413         that the macro is not present anymore in the updated
4414         configure.ac.
4415         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4416         of autoupdate.
4418 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4420         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4421         copyright years.
4422         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4423         2003 (except 1997) to the list of copyright years.  This undoes
4424         the 2003-05-22 change, which removed the older years from the list.
4425         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4427 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4428             Albert Chin-A-Young  <china@thewrittenword.com>
4430         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4431         grep or ggrep program in PATH that accepts as long lines as
4432         possible.
4433         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4434         AC_PROG_GREP.
4435         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4436         egrep and fgrep respectively if $GREP -E/-F don't work.
4437         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4438         _AC_PROG_GREP, and AC_PROG_SED.
4439         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4440         longest input length accepted by a command.
4441         (AC_PROG_SED): Use it.
4442         * doc/autoconf.texi (Particular Programs): Document the changes.
4443         * NEWS: Updated.
4445 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4447         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4448         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4449         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4450         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4452         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4453         bin/autoconf.in, config/Makefile.in, config/config.guess,
4454         config/config.sub, config/install-sh, config/mdate-sh,
4455         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4456         lib/Makefile.in, lib/Autom4te/Makefile.in,
4457         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4458         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4459         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4460         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4461         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4462         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4463         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4464         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4465         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4466         tests/actypes.at: Regenerate and/or sync with original
4467         sources.
4469 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4471         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4472         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4473         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4474         not <inttypes.h>.  Problem reported by Tim Mooney in
4475         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4476         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4477         Likewise.
4479         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4480         otherwise "make check" fails because it forbids cmp (I guess
4481         because cmp treats files as binary on DOS-like systems).
4483         * tests/mktests.sh: Update copyright date to 2004, since some tests
4484         have changed in 2004.
4486 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4488         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4489         non-truncating sed or gsed program in PATH.
4490         * tests/acprograms.at: Add it.
4491         * doc/autoconf.texi (Particular Programs): Document it.
4492         * NEWS: Updated.
4494 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4496         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4497         -std1 disables some useful extensions on Tru64.  Problem reported
4498         by N. Lichtmaier in
4499         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4501 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4503         * doc/autoconf.texi (Programming in M4sh): Document that
4504         AS_MKDIR_P succeeds if the destination is a symbolic link
4505         to an existing directory.
4506         (Limitations of Usual Tools): Note that mkdir -p might not
4507         succeed on symlinks to directories.
4509 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4511         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4512         * bin/autoheader.in: Grammar fix in message.
4513         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4514         Test for dir before calling mkdir -p.  (trivial changes)
4516 2004-01-13  Eric Blake  <ebb9@byu.net>
4518         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4519         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4521 2004-01-10  Jim Meyering  <jim@meyering.net>
4523         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4525 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4527         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4528         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4529         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4530         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4531         AC_COMPILE_IFELSE, since we now assume our caller invokes
4532         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4533         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4534         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4535         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4537 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4539         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4540         `"'...'"`, as it's confusing (and I suspect it may not work on
4541         some platforms).  The code was incorrect anyway, as it assumed
4542         that \$ evaluated to itself in that context.  Reported by
4543         Alexandre Duret-Lutz.
4545 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4547         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4548         and _LT_AC_TAGCONFIG.
4550 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4552         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4553         example, and add more examples.  Reported by Eric Sunshine.
4555 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4557         * doc/autoconf.texi (Limitations of Usual Tools):
4558         Remove warning against "rm -fr" introduced yesterday; it
4559         was a false alarm.
4561         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4562         autoscan, autoupdate, ifnames): Don't use chmod -w.
4563         * lib/Makefile.am (autom4te.cfg): Likewise.
4564         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4565         "chmod -w".
4567 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4568             Paolo Bonzini  <bonzini@gnu.org>
4570         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4571         by doing lineno substitution only on lines containing "$LINENO".
4573 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4575         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4576         Use "rm -f" to remove conftest.sed, not plain "rm".
4577         Bug reported by David Relson in
4578         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4580         * Makefile.am (autom4te-update):
4581         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4582         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4583         * doc/autoconf.texi (Guidelines): Likewise.
4584         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4585         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4586         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4587         * lib/autotest/general.m4 (AT_INIT): Likewise.
4588         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4589         * tests/Makefile.am (clean-local): Likewise.
4590         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4591         srcdir): Likewise.
4592         * doc/autoconf.texi (Limitations of Usual Tools):
4593         Warn against "rm -fr".
4595 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4597         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4598         -c -o might not work.  From a suggestion by Kevin Ryde.
4599         (C Compiler, Generating Sources, Limitations
4600         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4601         Don't put '-o' after non-options, as POSIX doesn't allow this.
4602         Mention that cc's name might be gcc or c89 or whatever.
4604 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4606         * doc/autoconf.texi: Add various further index entries.
4608 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4610         * bin/autoreconf.in (autoreconf_current_directory):
4611         Fix typo: mkdir without umask arg.
4613 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4615         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4616         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4617         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4618         explanation clearer.
4620 2003-12-24  Andreas Schwab  <schwab@suse.de>
4622         * doc/autoconf.texi (Default Includes): Fix misspelling of
4623         AC_INCLUDES_DEFAULT.
4625 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4627         * configure.ac: Test if sh -n works.
4628         * configure: Regenerate.
4629         * tests/atlocal.in: Store the result here.
4630         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4631         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4632         of explicitly testing.
4633         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4634         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4635         * tests/tools.at (Syntax of the shell scripts): Simplify
4636         using AT_CHECK_SHELL_SYNTAX.
4637         (Syntax of the Perl scripts): Remove definition of
4638         AT_CHECK_PERL_SYNTAX.
4640 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4642         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4643         stderr to /dev/null.
4644         * bin/autoconf.in: Regenerate.
4645         * bin/wrapper.in: Regenerate.
4647 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4649         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4650         Extracted from AS_SHELL_SANITIZE.
4651         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4652         macros.
4653         (AS_SHELL_SANITIZE): Move reinvocation code from
4654         _AS_LINENO_WORKS, use it to find out if shell
4655         functions work.
4656         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4657         does not work.
4658         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4659         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4660         was called.
4661         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4662         * bin/autoconf.in: Regenerate.
4663         * tests/wrapper.in: Regenerate.
4664         * tests/tools.at: Test the syntax of tests/autoconf
4665         and tests/testsuite.
4667 2003-11-24  Akim Demaille  <akim@epita.fr>
4669         * config/announce-gen (&print_locations, &print_signatures)
4670         (&sizes): New.
4671         Use them.
4672         No longer rely on Gnus to inline the list of signatures: compute
4673         them on the fly.
4675 2003-11-24  Akim Demaille  <akim@epita.fr>
4677         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4678         override some files.
4679         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4680         From Debian Autoconf 2.58.
4682 2003-11-24  Akim Demaille  <akim@epita.fr>
4684         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4685         uses.
4686         From Debian Autoconf 2.58.
4688 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4690         * TODO: Remove already done things.  Update the part about finding
4691         tools for the target.
4693 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4695         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4696         Make wording more consistent.
4697         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4698         Explain the transition better.
4699         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4700         the transition better.
4702 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4704         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4705         parameter of AU_DEFUN.
4706         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4707         (AU_DEFUN): Remove the third parameter, it was not used.
4708         Use AC_DEFUN directly, not AU_DEFINE.
4709         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4710         the expanded body, consistently with other macros such as AC_USG.
4712 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4714         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4715         into the initial confdefs.h, to work around a bug in NextStep 3.3
4716         patch 3 reported by Eric Sunshine.
4718 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4720         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4721         than $target since the latter is not usual, add guidelines on when to
4722         use or not use the system type.
4724 2003-11-12  Derek Price  <derek@ximbiot.com>
4726         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4727         typo misrepaired by an auto-spellcheck.
4729 2003-11-12  Akim Demaille  <akim@epita.fr>
4731         * bin/autoreconf.in (&parse_args): Don't call automake with
4732         --force-missing unless it actually supports it.
4733         From Debian #219336.
4735 2003-11-12  Akim Demaille  <akim@epita.fr>
4737         * configure.ac: Bump to 2.59a.
4738         Require 2.59.
4740 2003-11-06  Akim Demaille  <akim@epita.fr>
4742         Version 2.59.
4744 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
4746         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4747         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4748         and ac_abs_top_srcdir are absolute paths.
4749         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4751 2003-11-05  Akim Demaille  <akim@epita.fr>
4753         * configure.ac: Bump to 2.58a.
4755 2003-11-05  Kevin Ryde  <user42@zip.com.au>
4757         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4758         it provokes a warning from makeinfo about looking like a cross
4759         reference in info output.
4761         * doc/autoconf.texi (Function Portability): Add notes on signal
4762         handler return type, as per AC_TYPE_SIGNAL.
4764 2003-11-04  Akim Demaille  <akim@epita.fr>
4766         Version 2.58.
4767         * doc/standards.texi: Update from master.
4769         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4771 2003-11-04  Akim Demaille  <akim@epita.fr>
4773         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4774         computing the absolute path to d1 in the source hierarchy: it may
4775         not exist at all.  So don't cd into it.
4776         From Alexandre Duret-Lutz.
4777         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4779         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4780         From Paul Eggert, but named after Perl's IO::Spec->catfile.
4781         * doc/autoconf.texi (Programming in M4sh): Document.
4782         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4784 2003-11-03  Pavel Roskin  <proski@gnu.org>
4786         * doc/autoconf.texi (Generic Structure Checks): Describe
4787         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4789 2003-10-31  Akim Demaille  <akim@epita.fr>
4791         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4792         (GNU Fortran): New.
4793         * doc/autoconf.texi (Language Choice): Document.
4794         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4795         the current language is Fortran.
4797 2003-10-31  Akim Demaille  <akim@epita.fr>
4799         * bin/autom4te.in (&freeze): Use a less likely warning separator
4800         than `\n\n', so that `\n\n\n' is valid in warnings.
4801         Reported by Steve Huston.
4803 2003-10-28  Akim Demaille  <akim@epita.fr>
4805         * Makefile.cfg (local_updates, executable-update): Tweak to be
4806         robust to parallel makes.
4807         Suggested by Alexandre Duret-Lutz.
4809 2003-10-27  Akim Demaille  <akim@epita.fr>
4811         * Makefile.cfg (executable-update): New.
4812         (local_updates): Call it.
4814 2003-10-27  Akim Demaille  <akim@epita.fr>
4816         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4817         Don't remove core.* as it may remove valid user files.
4818         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4819         (AC_FUNC_UTIME_NULL): Likewise.
4821 2003-10-23  Akim Demaille  <akim@epita.fr>
4823         Version 2.57g.
4824         * config/config.guess, config/config.sub: Upgrade from masters.
4826 2003-10-23  Akim Demaille  <akim@epita.fr>
4828         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4829         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
4830         hand...
4832 2003-10-23  Akim Demaille  <akim@epita.fr>
4834         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4835         Don't forget to remove conftest.err.
4837 2003-10-23  Akim Demaille  <akim@epita.fr>
4839         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4840         same object file in $LIBOBJS.
4841         Reported by Alexandre Duret-Lutz & Derek Robert Price.
4842         * doc/autoconf.texi (Generic Functions): Adjust.
4844 2003-10-20  Paul Eggert  <eggert@twinsun.com>
4846         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4847         Use 'eval', so that the resulting configure scripts work even if
4848         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4850 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4852         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4853         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4854         (_AC_LINK_IFELSE): Check the werror flag.
4855         * doc/autoconf.texi (Generic Compiler Characteristics): Document
4856         AC_LANG_WERROR.
4857         * NEWS: Mention it.
4859 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4861         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4862         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
4863         override AC_LINK_IFELSE.
4865 2003-10-15  Paul Eggert  <eggert@twinsun.com>
4867         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4868         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
4869         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4870         Mention /usr/dt/bin/dtksh on Solaris.
4871         (Shell Substitutions): Warn about $((...)).
4872         (Parentheses): New section.
4874 2003-10-15  Kevin Ryde  <user42@zip.com.au>
4876         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4877         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
4879 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4881         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4882         cross test.
4884 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4886         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4887         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4889 2003-10-10  Andreas Schwab  <schwab@suse.de>
4891         * bin/autoheader.in: Avoid empty first line in --version and
4892         --help output.
4893         * bin/ifnames.in: Likewise.
4895 2003-10-09  Paul Eggert  <eggert@twinsun.com>
4897         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4898         Issue a more-informative diagnostic.
4899         Problems reported by Eric Sunshine.
4901 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4903         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4904         -mGLOB_options_string stuff for Intel ifc, which can cause
4905         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
4906         pattern-matching instead of grep.
4908 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4910         * doc/autoconf.texi: Document new FC Fortran macros.
4912 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
4914         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4915         that future autopoint/aclocal/automake/autoreconf will be able
4916         to trace to find where to install local m4 macros.
4917         * doc/autoconf.texi (Input): Document it.
4918         * NEWS: Updated.
4920 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
4922         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4923         -lcrtbegin.o to list of ignored flags and fix underquoting of
4924         -lcrt[01].o.
4926 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
4928         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4929         cache variable instead of $G77 to decide whether to include -O2,
4930         since $G77 is specific to Fortran 77.
4932 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4934         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4935         free" flag.  Re-order flags tested into rough order of popularity.
4937 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4939         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4940         arguments so that it can be used with syntax identical to
4941         AC_PROG_F77, and so that we can more easily decide to
4942         remove/deprecate the DIALECT optional argument in the future if it
4943         proves troublesome.
4944         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4945         non-freeform-supporting compilers.  Document freeform flags.
4947 2003-10-03  Akim Demaille  <akim@epita.fr>
4949         * configure.ac: Look for emacs, not macs.
4950         Reported by Eric Sunshine.
4952 2003-10-03  Akim Demaille  <akim@epita.fr>
4954         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4955         * bin/autoreconf.in (autoreconf_current_directory): Create the
4956         AUX_DIR if needed, for sake of automake --add-missing etc.
4957         Suggested by Alexandre Duret-Lutz.
4959 2003-10-03  Akim Demaille  <akim@epita.fr>
4961         * configure.ac: Quotation and formatting changes.
4962         (EMACS): Don't set it if it is not recent enough to support
4963         autoconf-mode.el.
4964         From Eric Sunshine.
4966 2003-10-02  Akim Demaille  <akim@epita.fr>
4968         * bin/ifnames.in (&scan_file): Skip C++ comments.
4969         From Jeremy Yallop.
4971 2003-10-01  Pavel Roskin  <proski@gnu.org>
4973         * doc/autoconf.texi (Particular Structure Checks):
4974         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4976 2003-10-01  Akim Demaille  <akim@epita.fr>
4978         Version 2.57f.
4980 2003-09-30  Paul Eggert  <eggert@twinsun.com>
4982         * lib/Autom4te/XFile.pm: Use Errno.
4983         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
4984         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4986 2003-09-30  Akim Demaille  <akim@epita.fr>
4988         * config/announce-gen (&print_news_deltas): Extracted from...
4989         (&print_changelog_deltas): here.
4990         (&news_file): Rename as...
4991         (@news_file): this.
4993 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
4995         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4996         have been created when invoking the compiler.
4997         * tests/fortran.at (GNU Fortran 77): Quote $G77.
4999 2003-09-29  Akim Demaille  <akim@epita.fr>
5001         Version 2.57e.
5003         * config/mkinstalldirs: Upgrade.
5005 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5007         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5008         Problem reported by Lars J. Aas in
5009         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5010         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5011         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5012         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5014 2003-09-26  Akim Demaille  <akim@epita.fr>
5016         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5017         directory for AC_CONFIG_COMMANDS' first argument exists.
5018         This makes valid the invocation of _AC_SRCPATH that follows.
5019         Reported by Eric Sunshine.
5020         * doc/autoconf.texi (Configuration Commands): Adjust.
5022 2003-09-26  Akim Demaille  <akim@epita.fr>
5024         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5025         Reported by Ralf Corsepius.
5027 2003-09-26  Akim Demaille  <akim@epita.fr>
5029         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5030         arguments.
5031         Actually, use AU_ALIAS.
5032         From Bruno Haible.
5034 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5036         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5037         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5038         Problem reported by Eric Sunshine in:
5039         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5041 2003-09-26  Akim Demaille  <akim@epita.fr>
5043         The test suite are sometimes assigning timings incorrectly.
5044         Reported by Henk Krus.
5045         Diagnosed by Nicolas Joly.
5047         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5048         AT_help_all.
5049         Instead of making AT_help a sequence of assignments to grow
5050         $at_help_all, just make AT_help_all be the growing contents of
5051         $at_help_all, and make a single assignment in...
5052         (AT_INIT): here.
5053         (at_times_skip): Flip the meaning and rename as...
5054         (at_times_p): this.
5055         (AT_INIT): When summarizing the test that ran, remove
5056         $at_times_file after use, and check it is present before trying to
5057         use it.
5059 2003-09-25  Akim Demaille  <akim@epita.fr>
5061         Version 2.57d.
5063         * bin/Makefile.am (edit): Handle '@configure_input@'.
5064         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5065         (ifnames): chmod -w.
5066         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5067         executables, not bin/ executables!  Otherwise all the magic needed
5068         to find non installed files is turned off.  This caused a failure
5069         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5070         as found in its environment (sent by tests/autoreconf): pointing
5071         to bin/autom4te that could not find its files.
5072         * tests/mktests.sh: Force the replacement of generated files, for
5073         the sake of "mv" program that are interactive when overwriting a
5074         -w file.
5075         * config/install-sh: Upgrade from CVS Automake.
5077 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5079         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5080         versus test -L issues.
5082 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5083             Paul Eggert  <eggert@twinsun.com>
5085         Trivial change to support GCC's configuration procedure.
5086         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5087         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5088         about inconsistency if the preprocessor is set to give errors for
5089         any warning.
5090         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5092 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5094         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5095         and XFile.pm from Automake.
5096         * lib/Autom4te/XFile.pm: Update from Automake.
5098 2003-09-12  Akim Demaille  <akim@epita.fr>
5100         Version 2.57c.
5102 2003-09-12  Akim Demaille  <akim@epita.fr>
5104         * config/config.guess, config/config.sub, config/missing,
5105         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5106         from masters.
5108 2003-09-12  Akim Demaille  <akim@epita.fr>
5110         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5111         not asm/types.h.
5113 2003-09-11  Akim Demaille  <akim@epita.fr>
5115         * doc/autoconf.texi (Header Portability): linux/random.h.
5116         From Peter Hendrickson.
5118 2003-09-10  Akim Demaille  <akim@epita.fr>
5120         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5121         willing to edit the output files.
5123 2003-09-10  Akim Demaille  <akim@epita.fr>
5125         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5126         and AC_FC_FREEFORM.
5127         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5128         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5130 2003-09-09  Akim Demaille  <akim@epita.fr>
5132         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5133         Reported by Gary Vaughan.
5134         * bin/autom4te.in (handle_m4): Likewise.
5136 2003-09-09  Akim Demaille  <akim@epita.fr>
5138         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5139         trailing files.
5141 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5143         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5144         Improve the accuracy of the wording about obsolescence.
5145         From a suggestion by Ian Lance Taylor in
5146         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5148 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5150         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5151         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5153 2003-09-04  Akim Demaille  <akim@epita.fr>
5155         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5156         AC_FUNC_WAIT3.
5158 2003-09-04  Akim Demaille  <akim@epita.fr>
5160         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5161         (freeze): When exiting, use $exit_code.
5162         * lib/autoconf/fortran.m4: Comment changes.
5164 2003-09-04  Akim Demaille  <akim@epita.fr>
5166         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5168 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5170         Add support for newer Fortran dialects.  The F77 interface is
5171         unchanged, and continues to support Fortran 77.  New FC macros
5172         correspond to all the old F77 macros, with output variables FC,
5173         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5174         available dialect, but older dialects can be specified.  There are
5175         new macros AC_FC_SRCEXT to set the source extension, and
5176         AC_FC_FREEFORM to accept free-form source files.
5178         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5179         New macros.
5180         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5181         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5182         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5183         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5184         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5185         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5186         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5187         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5188         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5189         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5190         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5191         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5192         AC_FC_SRCEXT, AC_FC_FREEFORM):
5193         New macros.
5194         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5195         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5196         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5197         Rewrite in terms of the above.
5198         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5199         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5200         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5201         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5203 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5205         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5206         Document problems with timestamp resolution that 'make', 'cp -p', and
5207         'touch -r' have.
5209 2003-08-27  Akim Demaille  <akim@epita.fr>
5211         * tests/m4sugar.at (cross_warning): Make sure to enable the
5212         output, so that we can track spurious m4sugar output.
5213         * tests/local.at: Require 2.57.
5214         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5215         are defaulted by AT_CHECK anyway.
5216         Use AT_CHECK_AUTOM4TE.
5217         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5218         missing dnl.
5220 2003-08-27  Akim Demaille  <akim@epita.fr>
5222         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5223         when -Wobsolete is set.
5224         Set it on by default.
5225         Suggested by Klee Dienes.
5227 2003-08-27  Akim Demaille  <akim@epita.fr>
5229         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5230         documentation.
5231         From Guido Draheim.
5233 2003-08-26  Akim Demaille  <akim@epita.fr>
5235         * doc/autoconf.texi (Output): Make clear that one can run code
5236         after AC_OUTPUT.
5238 2003-08-25  Akim Demaille  <akim@epita.fr>
5240         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5241         CVS Bison.
5243 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5245         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5246         Automake versions prior to 1.8.
5248 2003-08-25  Akim Demaille  <akim@epita.fr>
5250         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5251         From Ville Karaila.
5253 2003-08-24  Akim Demaille  <akim@epita.fr>
5255         * configure.ac: Bump to 2.57c.
5257 2003-08-22  Akim Demaille  <akim@epita.fr>
5259         Version 2.57b.
5261         * Makefile.cfg (local-checks-to-skip): New.
5262         * Makefile.maint (local-check): Rename as...
5263         (local-checks-available): this.
5264         (local-check): New.
5266         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5267         * configure.ac: Require Automake 1.7.6.
5269 2003-08-22  Akim Demaille  <akim@epita.fr>
5271         Output stack traces in warnings.
5273         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5274         Replace the former...
5275         (m4_warn): Pass the call stack to _m4_warn.
5276         * bin/autom4te.in: Adjust to output the call stack.
5277         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5279 2003-08-22  Akim Demaille  <akim@epita.fr>
5281         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5282         * bin/autom4te.in: Adjust.
5284 2003-08-21  Akim Demaille  <akim@epita.fr>
5286         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5287         (&verbose): Remove.
5288         (&getopt): Adjust the note and verb channels, depending upon
5289         --verbose.
5290         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5291         * bin/autoupdate.in: Adjust.
5292         Use &verb, not &verbose.
5294 2003-08-21  Akim Demaille  <akim@epita.fr>
5296         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5297         &parse_WARNINGS.
5298         ($help): Use Autom4te::ChannelDefs::usage.
5299         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5300         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5302 2003-08-21  Akim Demaille  <akim@epita.fr>
5304         First stab at preserving warnings between calls to autom4te,
5305         including when the cache is used.
5307         There are still several issues: (i) there are too many runs of m4
5308         (one for include, one for warnings, and some more), (ii) warnings
5309         spreading on several lines are not handled gracefully, (iii) the
5310         code meant to have the call stack display for errors does not work
5311         (its handling should move from m4 to autom4te).
5313         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5314         Use them.
5315         (@preselect): Add m4_warn.
5316         ($exit_status): Remove, use $exit_code.
5317         ($help): Use Autom4te::ChannelDefs::usage.
5318         (&handle_m4): No longer define the m4_warnings.
5319         At each run, extract and report the warnings.
5320         Always cache the result, including if the exit status is on
5321         failure, since if nothing changes, we should result in the same
5322         failure, hence we can use the cache.
5323         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5324         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5325         Remove.
5326         (m4_warn): Redefine as a do-nothing: it is its invocation that
5327         matters, as warnings are now reported via traces.
5328         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5329         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5330         the latter reveals calls to the former.
5332         Adjust the tests.
5334         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5336 2003-08-21  Akim Demaille  <akim@epita.fr>
5338         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5339         Use them.
5341 2003-08-21  Akim Demaille  <akim@epita.fr>
5343         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5344         forward order.
5345         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5346         (&parse_warnings): Accept a list of warning requests.
5347         (&usage): Return a string, not a side effect.
5348         (cross): New warning category.
5350 2003-08-21  Akim Demaille  <akim@epita.fr>
5352         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5353         (&require_configure_ac): Accept an optional directory argument.
5354         ($configure_ac): Remove.
5355         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5356         (&catfile): Remove.
5357         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5358         * bin/autoscan.in: Adjust.
5360 2003-08-20  Akim Demaille  <akim@epita.fr>
5362         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5363         Reported by Alexandre Duret-Lutz.
5365 2003-08-20  Akim Demaille  <akim@epita.fr>
5367         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5368         * bin/autom4te: Adjust.
5369         In particular, be Autoconf tools are really silent when properly
5370         working, bind the verbosity of the 'note' channel to $verbose.
5371         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5372         (&xsystem, &contents): Remove, since they are exported by...
5373         * lib/Autom4te/FileUtils.pm: this.
5374         More perldoc.
5375         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5376         * lib/Autom4te/FileUtils.pm: here.
5378 2003-08-20  Akim Demaille  <akim@epita.fr>
5380         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5381         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5382         from CVS Automake.
5384 2003-08-20  Akim Demaille  <akim@epita.fr>
5386         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5387         (autom4te-update): New.
5388         * Makefile.cfg (update): Bind autom4te-update.
5390 2003-08-19  Derek Price  <derek@ximbiot.com>
5392         * lib/autotest/general.m4: Comment various HELP_* diversions.
5393         (PARSE_ARGS_BEGIN): New section for option parsing related
5394         initialization.
5395         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5396         package specific options and associated help.
5398 2003-08-19  Akim Demaille  <akim@epita.fr>
5400         * config/announce-gen, Makefile.cfg: New.
5401         * Makefile.am: Adjust.
5402         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5404 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5406         * lib/autom4te.in (Automake-preselections): Preselect
5407         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5408         and m4_sinclude.
5410 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5412         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5413         (Autoconf-without-aclocal-m4): ... this new language.
5414         * doc/autoconf.texi (autom4te Invocation): Mention
5415         Autoconf-without-aclocal-m4.
5417 2003-08-18  Derek Price  <derek@ximbiot.com>
5419         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5420         RUN-IF-PASS optional arguments.
5422 2003-08-18  Derek Price  <derek@ximbiot.com>
5424         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5426 2003-08-16  Derek Price  <derek@ximbiot.com>
5428         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5429         STDOUT & STDERR arguments.
5431 2003-08-14  Derek Price  <derek@ximbiot.com>
5433         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5434         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5435         shorter column three.  Add DESCRIPTION to log file content.
5437 2003-08-13  Derek Price  <derek@ximbiot.com>
5439         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5440         output.
5442 2003-08-12  Derek Price  <derek@ximbiot.com>
5444         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5445         (AT_CHECK_NOESCAPE): Move core functionality to...
5446         (_AT_CHECK): ...this new macro.
5448 2003-08-07  Derek Price  <derek@ximbiot.com>
5450         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5451         (AT_CHECK_NOESCAPE): ...to this new macro.
5453 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5455         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5456         in Bash 2.01.  Problem reported by Brian Gough in
5457         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5459 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5461         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5462         -lcrt1.o, for OS X.  (trivial change)
5464 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5466         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5467         inside '#ifndef __cplusplus'.  Problem reported by
5468         Bob Friesenhahn.
5470 2003-07-06  Bill Clarke  <llib@computer.org>
5472         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5473         'long', not 'int', for benefit of Sun's recent C++ compilers
5474         (trivial change).  See:
5475         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5476         (This really should be 'intptr_t', not 'long', but that would
5477         take more work.)
5479 2003-06-25  Akim Demaille  <akim@epita.fr>
5481         * lib/Makefile.am (autom4te.cfg): Make it read only.
5482         Depend on Makefile since it contains substitutions.
5483         From Paolo Bonzini.
5484         * lib/autom4te.in (args): Add local.at? for Autotest args.
5485         This change was made on autom4te.cfg which is generated.
5486         Reported by Raja R. Harinath.
5488 2003-06-25  Akim Demaille  <akim@epita.fr>
5490         * doc/autoconf.texi (Header Portability): sys/mount.h.
5491         From Gareth McCaughan.
5493 2003-06-23  Akim Demaille  <akim@epita.fr>
5495         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5496         not all of them.  This fixes 1. the fact that when testing
5497         Autoconf there are many many config.log, 2. the incorrect use of
5498         top_srcdir to find config.log.
5499         Don't mix the detailed output of failed test with the summary of
5500         failures.  Rather, append detailed log afterwards.
5502 2003-06-23  Akim Demaille  <akim@epita.fr>
5504         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5505         always run: output config.log on $at_group_log.
5507 2003-06-23  Akim Demaille  <akim@epita.fr>
5509         * tests/torture.at (#define header templates): Don't use quotes in
5510         C++ comments as it puzzles Emacs' sh font-lock-mode.
5512 2003-06-23  Akim Demaille  <akim@epita.fr>
5514         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5515         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5516         * tests/atspecific.m4: Rename as...
5517         * tests/local.at: This.
5518         * tests/suite.at: Move the globals into...
5519         * tests/local.at: here.
5520         * tests/Makefile.am: Adjust.
5521         * doc/autoconf.texi (testsuite Scripts): Adjust.
5523 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5525         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5526         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5527         ensuring we add -std1 for full-ANSI.
5529         * doc/autoconf.texi (hdrindex): New macro.
5530         Add index entries for portability of various standard header files.
5532 2003-06-20  Akim Demaille  <akim@epita.fr>
5534         * configure.ac: Bump to 2.57b.
5536 2003-06-20  Akim Demaille  <akim@epita.fr>
5538         Version 2.57a.
5540 2003-06-20  Akim Demaille  <akim@epita.fr>
5542         * bin/autom4te.in: Don't rely on $HOME being defined.
5543         Reported by Marc Espie as PR/233.
5545 2003-06-20  Akim Demaille  <akim@epita.fr>
5547         * lib/autotest/general.m4: Use at_times_file only if used.
5548         From Nicolas Joly.
5550 2003-06-20  Akim Demaille  <akim@epita.fr>
5552         * config/config.guess, config/config.sub, config/elisp-comp,
5553         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5554         Update from masters.
5556 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5558         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5559         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5560         (TEST_SCRIPT): New diversion.
5561         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5562         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5563         (AT_INIT): Support for expected failures.
5565 2003-06-02  Akim Demaille  <akim@epita.fr>
5567         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5568         changes.
5569         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5570         Autoconf nor Automake.
5571         (&contents): New, from Automake.
5572         PODify.
5574 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5576         * NEWS, doc/autoconf.texi (Particular Functions),
5577         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5578         is the inverse of localtime.
5580 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5582         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5583         (handle_exec_errors): New function.  Work around $! being
5584         altered by WEXITSTATUS.
5585         (xqx, xsystem): Use handle_exec_errors.
5587 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5589         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5590         Do not call `_exit()', simply modify `$?'.
5591         (xsystem): Reset $! before running system, and check it afterward.
5592         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5593         63 for version mismatches.
5595 2003-05-23  Akim Demaille  <akim@epita.fr>
5597         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5598         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5599         the middle of a line).
5600         * lib/m4sugar/m4sugar.m4: Likewise.
5601         Remove useless spaces in comments.
5603 2003-05-23  Akim Demaille  <akim@epita.fr>
5605         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5606         exit 63, so that we (or Automake's "missing") can tell the
5607         difference with a plain failure.
5608         * doc/autoconf.texi (Notices): Adjust.
5610 2003-05-23  Akim Demaille  <akim@epita.fr>
5612         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5613         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5614         White spaces cleanup.
5616 2003-05-22  Jim Meyering  <jim@meyering.net>
5617             Paul Eggert  <eggert@twinsun.com>
5619         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5620         Remove `#include <stdlib.h>' from the list; we should never
5621         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5622         resulting namespace pollution would cause other tests to fail.
5623         Configure scripts run with some older versions of g++ and HP's
5624         aCC would fail due to such an #include.  Problems reported by
5625         Matthew Mueller in <http://bugs.debian.org/120704> and by
5626         Keith Bostic in
5627         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5628         In the test, use the test declaration before including <stdlib.h>,
5629         as that's closer to how it'll be used.
5631 2003-05-23  Akim Demaille  <akim@epita.fr>
5633         * doc/autoconf.texi (Header Portability): ucred.h.
5634         From Ian Redfern.
5636 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5638         Overhaul Autotest's logging: generate separate log files
5639         in testsuite.dir/NNN/testsuite.log, and append them to
5640         testsuite.log instead of re-running the test verbosely.
5642         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5643         file descriptor, write 0 to at_status_file instead of setting
5644         at_status=0, initialize some new variables (at_status_file,
5645         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5646         to rerun the tests, instead append the at_group_log to the
5647         at_suite_log when a test fails.
5648         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5649         with the AS_MESSAGE_LOG_FD redirected to stdout.
5650         (AT_CLEANUP): save the output status in $at_status_file
5651         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5652         its original place.
5653         (AT_CHECK): since tests are run with a redirected stdout,
5654         and used to be re-run in verbose mode, turn some $at_verbose
5655         into echo, and don't redirect the output of testing stdout
5656         and stderr.
5658         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5659         the name of the debugging directory and information about
5660         its contents.
5662 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5664         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5665         parameter.
5667 2003-05-22  Akim Demaille  <akim@epita.fr>
5669         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5670         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5671         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5672         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5674 2003-05-22  Akim Demaille  <akim@epita.fr>
5676         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5677         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5678         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5679         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5680         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5681         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5682         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5683         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5684         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5685         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5686         * tests/tools.at, tests/torture.at:
5687         Whitespace clean up.
5688         Suggested by Jim Meyering.
5690 2003-05-22  Akim Demaille  <akim@epita.fr>
5692         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5693         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5694         Reported by Jim Meyering.
5696 2003-05-22  Akim Demaille  <akim@epita.fr>
5698         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5699         Add AC_HELP_STRING  to the obsolete macros section.
5700         Typos.
5701         Use '@.' for sentences that ended in a capital letter.
5702         From Art Haas.
5704 2003-05-22  Akim Demaille  <akim@epita.fr>
5706         * config/config.guess, config/config.sub, config/elisp-comp,
5707         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5708         * config/texinfo.tex, doc/standards.texi: Update from masters.
5710 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5712         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5713         it to eval.
5715 2003-05-21  Akim Demaille  <akim@epita.fr>
5717         * bin/autoupdate.in ($m4): Fix quotation.
5718         Reported by Martin Mokrejs.
5720 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5722         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5723         Remove non-ASCII characters.
5725 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5727         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5728         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5729         AC_CHECK_HEADERS_NEW): New tests.
5731 2003-05-17  Akim Demaille  <akim@epita.fr>
5733         * lib/autoconf/functions.m4: Use the default includes so that
5734         memcmp be declared before being tested.
5735         Reported by Sander Niemeijer.
5736         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5737         * doc/autoconf.texi (Default Includes): Document
5738         AC_INCLUDES_DEFAULT.
5740 2003-05-17  Akim Demaille  <akim@epita.fr>
5742         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5743         * doc/autoconf.texi (Obsolete Macros): Adjust.
5744         Reported by Werner LEMBERG and Debian Bug 190886.
5746 2003-05-16  Akim Demaille  <akim@epita.fr>
5748         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5749         user name space clashes.
5750         Reported by Bruno Haible.
5752 2003-05-16  Akim Demaille  <akim@epita.fr>
5754         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5755         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5756         them uniform, and more robust to Perl special characters.
5757         Reported by Martin Mokrejs.
5759 2003-05-14  Akim Demaille  <akim@epita.fr>
5761         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5763 2003-05-14  Akim Demaille  <akim@epita.fr>
5765         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5766         linux/irda.h.
5768 2003-05-12  Akim Demaille  <akim@epita.fr>
5770         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5771         message.
5772         From Matthias Andree.
5774 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
5776         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5777         and truncate.
5779 2003-05-06  Akim Demaille  <akim@epita.fr>
5781         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5782         longer updates aclocal.m4 if useless, (ii) if a file m4_included
5783         by aclocal.m4 is changed it might require the importing of another
5784         m4 extension file, i.e., aclocal must be run.
5786         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5787         (&parse_args): Use --force with aclocal if required and supported.
5788         (&autoreconf_current_directory): Use &run_aclocal.
5790 2003-05-06  Akim Demaille  <akim@epita.fr>
5792         Lock autom4te's cache.
5794         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5795         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5796         argument instead of a file name, so that the request file remains
5797         open during the whole autom4te run.
5798         ($icache_file): New.
5799         (&freeze): Lock the $icache_file.
5801 2003-04-29  Derek Price  <derek@ximbiot.com>
5803         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5804         seperator with m4_append_uniq().  It doesn't work.
5805         (AT_CLEANUP): Add `;' to end of at_help_all.
5806         (AT_INIT): Allow --keywords to be specified more than once.  When
5807         grepping $at_help_all for keywords, use the field and keyword
5808         seperators to ensure a complete keyword match.  Alter at_prev handling
5809         to support the new --keywords behavior.
5811 2003-04-27  Karl Berry  <karl@freefriends.org>
5813         * doc/autoconf.texi: Make the dir entries in the autoconf manual
5814         align better with others.  I also made some of the individual
5815         entries on one line, for brevity and to make it easier for me to
5816         sort my dir-example file in the Texinfo distribution :).
5818 2003-04-12  Jim Meyering  <jim@meyering.net>
5820         * NEWS: Mention the new macro.
5821         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5822         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5823         * tests/c.at: Test AC_C_RESTRICT.
5824         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5826 2003-04-08  Akim Demaille  <akim@epita.fr>
5828         * bin/ifnames.in: Skip C++ comments.
5829         From Jeremy Yallop.
5831 2003-04-08  Akim Demaille  <akim@epita.fr>
5833         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5834         From Ilya Zakharevich.
5836 2003-04-08  Akim Demaille  <akim@epita.fr>
5838         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5839         net/if.h, stdlib.h.
5841 2003-04-01  Derek Price  <derek@ximbiot.com>
5843         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5844         from Akim's checkin of 2003-03-29.
5846 2003-04-01  Derek Price  <derek@ximbiot.com>
5848         * tests/torture.at (Configuring subdirectories): Add missing
5849         close-quote for Akim's change from 2003-03-28.
5851 2003-04-01  Akim Demaille  <akim@epita.fr>
5853         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5854         (AC, AT, MS): these.
5855         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5856         New.
5857         Use them.
5858         * doc/Makefile.am (CLEANFILES): Adjust.
5859         (TEXI2DVI): Make it --batch.
5861 2003-03-31  Derek Price  <derek@ximbiot.com>
5863         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5864         which removed the main loop.
5865         Thanks to Akim Demaille.
5867 2003-03-29  Akim Demaille  <akim@epita.fr>
5869         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5870         that starts a GUI.
5871         From Ilya Zakharevich.
5873 2003-03-29  Akim Demaille  <akim@epita.fr>
5875         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5876         documentation to read is Autoconf's.
5877         Suggested by Paul Eggert.
5879 2003-03-28  Akim Demaille  <akim@epita.fr>
5881         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5882         reading the section "Present But Cannot Be Compiled" when the
5883         header causes problems.
5885 2003-03-28  Akim Demaille  <akim@epita.fr>
5887         * tests/torture.at (Configuring subdirectories): Require aclocal
5888         1.4, otherwise the test fails, as it does support configure.ac.
5889         This fixes the "test 40 failed" bug reports.
5891 2003-03-28  Akim Demaille  <akim@epita.fr>
5893         * doc/autoconf.texi (C Compiler): `#line' portability.
5894         From Paul Eggert and Nelson H. F. Beebe.
5896 2003-03-27  Derek Price  <derek@ximbiot.com>
5898         * lib/autotest/general.m4: Eliminate main loop and reorganize test
5899         layout in order to allow scripting around test groups.
5901 2003-03-27  Derek Price  <derek@ximbiot.com>
5903         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5904         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5905         use new diversions in preparation for accepting new arguments and
5906         allowing scripting around tests.
5907         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5909 2003-03-26  Derek Price  <derek@ximbiot.com>
5911         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5912         obsolete AC_HELP_STRING.
5913         (AC_HELP_STRING): AU_DEFUN to...
5914         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5915         * tests/m4sh.at (AS_HELP_STRING): New test.
5917         * tests/acgeneral.at: Regenerated.
5919 2003-03-26  Derek Price  <derek@ximbiot.com>
5921         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5922         sense.  Verbosify the diversion definitions comment.
5924 2003-03-26  Derek Price  <derek@ximbiot.com>
5926         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5927         AS_PREPARE.
5929 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
5931         * doc/autoconf.texi (Present But Cannot Be Compiled):
5932         Grammar fixes and minor rewording. (trivial change)
5934 2003-03-06  Paul Eggert  <eggert@twinsun.com>
5936         Work around a problem noted by Nelson H. F. Beebe with coreutils
5937         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5938         2002/05/09) rejects '#line 32768 "configure"' because the line
5939         number overflows.
5940         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5941         #line directives.
5942         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5943         * doc/autoconf.texi (Generating Sources): Document this.
5945 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
5947         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5948         file name for the m4 program, when it has an "exe" file extension.
5949         DJGPP's error messages include the error code in brackets -
5950         remove the error code during normalization.
5952 2003-02-28  Akim Demaille  <akim@epita.fr>
5954         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5956 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
5958         * doc/autoconf.texi (Limitations of Make): Remove the section
5959         about `$<' in inference rules, it was a bogus interpretation of
5960         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
5961         Tru64 make in the "target lookup" section.
5962         (Automake): Automake 1.5+ no longer requires special tools to be
5963         present on the developer's host.
5965 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
5967         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5968         to a shell that can handle redirection or quoting correctly.
5969         Override SHELL with the shell detected by configure.
5970         Use of $^O suggested by Tim van Holder.
5971         * bin/autom4te.in (BEGIN): Likewise.
5972         * bin/autoreconf.in (BEGIN): Likewise.
5973         * bin/autoscan.in (BEGIN): Likewise.
5974         * bin/autoupdate.in (BEGIN): Likewise.
5975         * bin/ifnames.in (BEGIN): Likewise.
5977         * bin/ifnames.in: Add final newline to help and version messages.
5979         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5980         to cope with DOS-style absolute paths, when constructing
5981         ${ac_make}.
5983         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5984         When constructing paths with IFS=:, quote the path. If we're
5985         constructing a DOS-style absolute path, we don't want to split it
5986         on the colon.
5988         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5989         in description.
5991 2003-02-25  Pavel Roskin  <proski@gnu.org>
5993         * bin/autoheader.in: Add missing newline when printing
5994         suggestion how change AC_DEFINE call.
5996 2003-02-24  Paul Eggert  <eggert@twinsun.com>
5998         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5999         2002-09-01 patch by replacing "test -n" with "test -z".
6000         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6001         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6003         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6004         to fix a mismatch between example and discussion.
6006 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6008         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6009         format starting with "-".
6011 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6013         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6014         is not portable inside Makefile.
6016 2003-02-20  Akim Demaille  <akim@epita.fr>
6018         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6019         compiler says yeah, but preproc says nope, compiler is right.
6020         Conversely, prompt the reader to send a bug report to the
6021         maintainers of the package, not of Autoconf.
6023 2003-02-20  Klee Dienes  <kdienes@apple.com>
6025         * bin/autoreconf.in (autoreconf_current_directory): Properly
6026         handle an empty aclocal.m4.
6028 2003-02-20  Akim Demaille  <akim@epita.fr>
6030         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6031         $ac_prefix_program.
6032         From Larry Jones.
6034 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6036         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6037         innocuous variant befor including <limits.h> or <assert.h>.  This
6038         works around a bug reported by Albert Chin: HP-UX 11i
6039         (and earlier versions) have a <limits.h> that declares
6040         gettimeofday and many other functions.
6042 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6044         Version 2.57.
6046         * NEWS, configure.ac: Update version.
6048         * doc/fdl.texi: Upgrade to FDL version 1.2.
6050         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6051         nontrivially in main's body, so that f's external declaration is
6052         not optimized away in AIX.  This should fix the bug reported by
6053         Martin Frydl in
6054         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6056         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6057         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6058         defined, to support freestanding compilers.  This should fix the
6059         bug reported by Momchil Velkov in
6060         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6062         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6063         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6064         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6065         by Simon Josefsson in
6066         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6068         * Makefile.maint (www-gnu): New macro.
6069         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6070         the location has moved.
6072 2002-12-02  Martin Frydl  <martin@systinet.com>
6074         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6075         \(.*\) match is too long and there is something more to be checked.
6076         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6078 2002-11-15  Akim Demaille  <akim@epita.fr>
6080         Version 2.56.
6082         * config/install-sh: chmod +x.
6083         From Paul Eggert.
6084         * config/move-if-change: Indenting changes.
6085         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6086         * configure.ac (AM_INIT_AUTOMAKE): here.
6087         Require 1.7.1.
6089 2002-11-14  Akim Demaille  <akim@epita.fr>
6091         Version 2.55.
6093         * config/config.guess, config/config.sub, config/install-sh:
6094         Update from masters.
6096 2002-11-14  Akim Demaille  <akim@epita.fr>
6098         * Makefile.maint: Sync with Bison, i.e.:
6099         (po-check): Scan .l and .y files instead of the
6100         .c and the .h files that they generate.  This fixes the bug
6101         reported by Tim Van Holder in:
6102         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6103         Look for N_ as well as for _.  Try to avoid matching #define for
6104         N_ and _.
6105         From Paul Eggert.
6107 2002-11-14  Akim Demaille  <akim@epita.fr>
6109         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6110         From Paul Eggert and Albert Chin-A-Young.
6112 2002-11-14  Akim Demaille  <akim@epita.fr>
6114         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6115         From Paul Eggert and Albert Chin-A-Young.
6117 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6119         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6120         than assigning in main, to avoid HP cc +O3 optimizing it away.
6122 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6124         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6125         option.  Process --recheck after parsing all options.  Pass -q
6126         option to configure on --recheck.
6127         (AC_OUTPUT): Pass -q from configure to config.status.
6128         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6129         arguments to record.
6130         * doc/autoconf.texi (config.status Invocation): Document
6131         config.status -q option.
6133 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6135         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6136         Makefile.in if Makefile.am exists.
6137         (output): Strip `.am' from Makefiles.  Don't
6138         output AC_CONFIG_FILES if no Makefiles were found.
6140 2002-11-07  Akim Demaille  <akim@epita.fr>
6142         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6143         (local_updates): New.
6144         * Makefile.maint: Update, from CVS Bison.
6145         (local_updates): New.
6147 2002-11-06  Akim Demaille  <akim@epita.fr>
6149         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6150         declaration in extern "C" too.
6151         Reported by Roberto Bagnara.
6153 2002-11-06  Akim Demaille  <akim@epita.fr>
6155         * tests/torture.at (Configuring subdirectories): Don't use grep
6156         -w.
6157         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6158         Reported by Ezra Peisach.
6160 2002-11-05  Akim Demaille  <akim@epita.fr>
6162         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6163         Remove.
6164         We _have_ to stop using the old compatibility scheme that tried to
6165         avoid useless backslashes because Libtool 1.4.3 contains a
6166         AC_DEFINE([error_t], [int],
6167         [Define to a type to use for \`error_t' if it is not
6168         otherwise available.])
6169         We _have_ to quote the single quote and backslashes with \.  The
6170         old compatibility scheme saw that ` was backslashed, and therefore
6171         did not quote the single quote.  Hence before this patch, Autoconf
6172         was not compatible with Libtool.
6174 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6176         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6177         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6178         LC_NAME, LC_PAPER, LC_TELEPHONE.
6179         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6181 2002-11-04  Akim Demaille  <akim@epita.fr>
6183         Version 2.54c.
6185         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6186         New.
6187         * config/texinfo.tex: Update.
6189 2002-11-03  Akim Demaille  <akim@epita.fr>
6191         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6192         from...
6193         (&autoreconf): here.
6194         ($help, $make, &parse_args, &autoreconf_current_directory):
6195         Support -m/--make.
6196         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6198 2002-10-31  Bruno Haible  <bruno@clisp.org>
6200         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6201         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6202         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6203         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6204         to ac_cv_func_realloc_0_nonnull.
6205         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6207 2002-10-31  Akim Demaille  <akim@epita.fr>
6209         The test suite was no longer checking for trailing envvars and files.
6211         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6212         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6214 2002-10-31  Akim Demaille  <akim@epita.fr>
6216         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6217         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6218         Make variable, not a shell variable.
6219         Suggested by Bruno Haible.
6221 2002-10-31  Akim Demaille  <akim@epita.fr>
6223         * bin/autom4te.in (load_configuration): Reject #args out of any
6224         language.
6226 2002-10-31  Akim Demaille  <akim@epita.fr>
6228         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6229         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6230         (_AC_RUN_IFELSE): Use it.
6231         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6232         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6233         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6234         inline it.
6236 2002-10-30  Akim Demaille  <akim@epita.fr>
6238         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6239         * doc/autoconf.texi (autom4te Invocation): Adjust.
6240         Suggested by Tim van Holder.
6242 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6244         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6245         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6246         Problem reported by Bruno Haible.
6248 2002-10-29  Akim Demaille  <akim@epita.fr>
6250         * doc/autoconf.texi (Header Templates): Put also in words what the
6251         pictures says to assist free style readers.
6252         (Customizing autom4te): s/--cache=/--cache /.
6254 2002-10-29  Akim Demaille  <akim@epita.fr>
6256         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6257         sys/wait.h.
6258         sparc_address_test returns void.
6259         Use it with an argument, as prototyped.
6260         From Bruno Haible.
6262 2002-10-29  Akim Demaille  <akim@epita.fr>
6264         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6265         configure.in, not configure.ac.
6266         Reported by Bruno Haible.
6268 2002-10-29  Akim Demaille  <akim@epita.fr>
6270         * tests/torture.at (Deep Package): New test.
6271         (Configuring subdirectories): Don't use a testSubDir as Autotest
6272         now does it itself.
6274 2002-10-29  Akim Demaille  <akim@epita.fr>
6276         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6277         * doc/autoconf.texi (Invoking autom4te): Rename as...
6278         (autom4te Invocation): this, for consistency with the other nodes.
6280 2002-10-29  Akim Demaille  <akim@epita.fr>
6282         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6283         Reported by Ralf Corsepius.
6285 2002-10-29  Akim Demaille  <akim@epita.fr>
6287         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6288         characters is a back as an `obsolete' warning now.
6289         Reported by Ralf Corsepius.
6291 2002-10-28  Akim Demaille  <akim@epita.fr>
6293         * configure.ac: Bump to 2.54c.
6295 2002-10-28  Akim Demaille  <akim@epita.fr>
6297         Version 2.54b.
6299         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6301 2002-10-28  Akim Demaille  <akim@epita.fr>
6303         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6304         m4 executable names, and different GNU M4 version.
6305         Reported by Ezra Peisach and Paul Jarc.
6307 2002-10-27  Akim Demaille  <akim@epita.fr>
6309         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6310         AC_RUN_IFELSE.
6312 2002-10-27  Akim Demaille  <akim@epita.fr>
6314         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6315         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6316         Die when a simple Fortran program cannot be compiled.
6317         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6318         Issue a warning if no function is given.
6320 2002-10-27  Akim Demaille  <akim@epita.fr>
6322         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6323         Move the documentation of AC_TRY_RUN to...
6324         (Obsolete Macros): here.
6325         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6326         (autoconf Invocation): Remove the duplicates with `invoking
6327         autom4te'.
6328         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6329         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6331 2002-10-27  Akim Demaille  <akim@epita.fr>
6333         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6334         and AC_LANG_FUNC_LINK_TRY.
6335         (Examining Libraries): Rename as...
6336         (Running the Linker): this.
6337         Document AC_LINK_IFELSE.
6338         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6339         (Obsolete Macros): here.
6340         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6341         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6342         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6343         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6345 2002-10-27  Akim Demaille  <akim@epita.fr>
6347         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6349         More `check config.log' messages.
6351         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6352         * doc/autoconf.texi (Printing Messages): Document it.
6353         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6354         appropriate.
6355         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6356         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6357         (_AC_COMPILER_OBJEXT): Likewise.
6358         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6359         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6360         Likewise.
6361         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6362         Likewise.
6364         Deprecate macros with unusual interfaces.
6366         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6367         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6369         Document the new ones, and proper style.
6371         * doc/autoconf.texi (Generating Sources): New.
6372         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6373         (Examining Declarations): Rename as...
6374         (Running the Preprocessor): this.
6375         Document AC_PREPROC_IFELSE.
6376         (Examining Syntax): Rename as...
6377         (Running the Compiler): this.
6378         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6379         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6380         AC_TRY_COMPILE here.
6382 2002-10-27  Akim Demaille  <akim@epita.fr>
6384         Move sections around.
6386         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6387         sentence.
6388         Reported by Burno Haible.
6389         (Language Choice): Now the first section of...
6390         (Writing Tests): this section.
6391         Make the introduction less C-centric.
6392         (Guidelines, Test Functions): Move to...
6393         (Writing Test Programs): this new section.
6394         (Test Programs): Merge into...
6395         (Run Time): this.
6397 2002-10-27  Akim Demaille  <akim@epita.fr>
6399         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6400         autom4te.in that resulted in the need for two `make' runs.
6402 2002-10-27  Akim Demaille  <akim@epita.fr>
6404         * configure.ac: Bump to 2.54b.
6406 2002-10-25  Akim Demaille  <akim@epita.fr>
6408         Version 2.54a.
6410         * Makefile.maint: Update from the Coreutils.
6411         (AMTAR): Remove, obsolete.
6412         (automake_repo): Update to redhat.com.
6413         (cvs_file): New.
6414         Adjust to the fact that ansi2knr is now hosted by Automake.
6415         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6416         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6417         Update from masters.
6418         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6419         autoscan.pre is not to be installed, and autoscan.list is not to
6420         be shipped.
6421         (CLEANFILES): Add autoscan.list.
6422         (autoscan.list): Disable the cache.
6423         * bin/Makefile.am: Include freeze.mk.
6425 2002-10-25  Akim Demaille  <akim@epita.fr>
6427         * bin/autom4te.in (&load_configuration): Take the file as
6428         argument.
6429         (&parse_args): Handle -C, --cache.
6430         ($help): Adjust.
6431         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6432         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6433         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6434         Now a subsection of...
6435         (Using autom4te): This new section.
6436         (Customizing autom4te): New.
6437         (autom4te.cache): Adjust.
6439 2002-10-25  Akim Demaille  <akim@epita.fr>
6441         * doc/autoconf.texi (Generic Headers): More information on how to
6442         use AC_CHECK_HEADERS.
6444 2002-10-25  Akim Demaille  <akim@epita.fr>
6446         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6447         Space changes.
6449 2002-10-25  Akim Demaille  <akim@epita.fr>
6451         * bin/autoscan.in (output): Output AC_PREREQ.
6452         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6453         be reported.
6455 2002-10-23  Akim Demaille  <akim@epita.fr>
6457         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6458         document _Bool.
6460 2002-10-23  Akim Demaille  <akim@epita.fr>
6462         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6463         Reported by Peter Eisentraut.
6465 2002-10-23  Akim Demaille  <akim@epita.fr>
6467         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6468         type _Bool.
6469         Fix a typo.
6470         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6471         Eggert's recommandations.
6473 2002-10-22  Akim Demaille  <akim@epita.fr>
6475         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6476         Bison, by Paul Eggert.
6477         * doc/autoconf.texi (Particular Headers): Document it.
6479 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6481         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6482         `$ac_configure_args'.
6484 2002-10-22  Akim Demaille  <akim@epita.fr>
6486         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6487         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6488         From Art Haas.
6490 2002-10-22  Akim Demaille  <akim@epita.fr>
6492         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6494         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6495         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6496         (_AC_CHECK_HEADER_NEW): Rename as...
6497         (AC_CHECK_HEADER): this.
6499 2002-10-22  Akim Demaille  <akim@epita.fr>
6501         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6502         words about HP-UX cmp: it was actually a user-written cmp.
6504 2002-10-22  Akim Demaille  <akim@epita.fr>
6506         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6507         are a few warnings.
6508         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6509         Quote for Perl '' strings, not "".
6510         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6511         strings.
6513 2002-10-22  Akim Demaille  <akim@epita.fr>
6515         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6516         characters is a syntax warning now.
6517         (_AS_QUOTE): Accept $2 as list of characters to quote.
6518         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6519         Quote for Perl, not sh.
6520         * bin/autoheader.in: When $debug, report the file which is
6521         `do'ne.
6522         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6523         `@', to tickle Perl's lists.
6524         Reported by Carlos Velasco.
6526 2002-10-18  Akim Demaille  <akim@epita.fr>
6528         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6529         missing included files _are_ errors.
6530         Thanks to Alexandre Duret-Lutz.
6531         * tests/tools.at (autom4te cache): Adjust.
6532         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6533         (AT_CHECK_M4SUGAR): Use it.
6534         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6535         Adjust.
6536         * tests/tools.at (autom4te): Now it does exit 1.
6538 2002-10-17  Akim Demaille  <akim@epita.fr>
6540         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6541         Fixes the `AC_ARG_VAR' test failures.
6542         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6543         * lib/freeze.mk (check-forbidden-patterns): New.
6544         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6545         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6546         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6547         /dev/null.
6548         Reported months ago by H. Merijn Brand.
6550 2002-10-17  Akim Demaille  <akim@epita.fr>
6552         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6554 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6556         * Makefile.maint (wget_files): Remove ansi2knr.c.
6557         (ansi2knr.c-url_prefix): Remove.
6559 2002-10-16  Akim Demaille  <akim@epita.fr>
6561         Because of caching, some files that no longer exist and are no
6562         longer required can still cause errors.
6563         Reported by Alexandre Duret-Lutz.
6565         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6566         to frozen files in @ARGV, as @ARGV must remain being a list of
6567         files.  Rather, at M4 call sites, use this...
6568         (&files_to_options): New function.
6569         (&freeze): Use &error.
6570         (&up_to_date): If a file that was included according to the cache
6571         is no longer there, then the output is out dated.
6572         (&main): Don't even check whether a file is up to date is anyway
6573         --force is given.
6574         * tests/tools.at (autom4te cache): New.
6576 2002-10-16  Akim Demaille  <akim@epita.fr>
6578         * bin/autoconf.as: Kill dead options.
6579         * bin/autoupdate.in (&parse_args): Kill old options.
6580         * bin/autoreconf.in (&parse_args): Remove dead options.
6581         Factor some code.
6582         (&autoreconf): Report the directories we enter *and leave*, so
6583         that error messages can be easily located, and use GNU Make
6584         format, so that Emacs' compile mode understands us.
6585         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6586         if some file was changed instead of `print'.
6587         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6588         (&parse_args): Remove the dead options.
6589         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6590         autoheader's quiet mode.
6591         (AT_CHECK_AUTOUPDATE): Likewise.
6592         * tests/tools.at (autoupdate): Adjust.
6593         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6595 2002-10-11  Akim Demaille  <akim@epita.fr>
6597         No longer use CPP to check for the existing of headers: use CC to
6598         check for compilability.
6600         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6601         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6602         (_AC_CHECK_HEADER_NEW): Rename as...
6603         (AC_CHECK_HEADER): this.
6605         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6606         numbers in the Subject suggestion.
6608 2002-10-11  Akim Demaille  <akim@epita.fr>
6610         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6611         Suggest using AC_CHECK_DECLS instead.
6613 2002-10-11  Akim Demaille  <akim@epita.fr>
6615         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6616         of `precious'.
6618 2002-10-11  Akim Demaille  <akim@epita.fr>
6620         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6621         file name to enable parallel executions.
6622         From Sam Varshavchik.
6624 2002-10-08  Akim Demaille  <akim@epita.fr>
6626         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6627         aclocal invocation, as Gettext macros might not be visible to
6628         aclocal.
6629         Instead of blindly running autopoint, scan configure.ac (not the
6630         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6631         Reported by Paul D. Smith.
6633 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6635         Work around problems found when POSIXLY_CORRECT=1 is set.
6636         None of this seems to have anything to do with POSIX, really,
6637         but it's how Perl getopt works.
6638         * bin/autom4te.in (parse_args): Configure GetOpt with
6639         "permute", too.
6640         * doc/autoconf.texi (Invoking autom4te):
6641         --warning -> --warnings.
6642         * lib/autom4te.in: --warning -> --warnings.
6644 2002-09-28  Akim Demaille  <akim@epita.fr>
6646         * doc/autoconf.texi (autom4te.cache): New section.
6648 2002-09-28  Akim Demaille  <akim@epita.fr>
6650         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6651         (Automake-preselections): Update.
6652         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6654 2002-09-28  Akim Demaille  <akim@epita.fr>
6656         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6657         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6658         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6659         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6661 2002-09-28  Akim Demaille  <akim@epita.fr>
6663         * tests/torture.at (Configuring subdirectories): Be robust to
6664         users who use config.site to require for a cache: in this case,
6665         the two last configure runs, using two different sets of
6666         arguments, trigger a legitimate error.
6668 2002-09-28  Akim Demaille  <akim@epita.fr>
6670         * tests/m4sh.at (Functions Support, Functions and return Support):
6671         New.
6673 2002-09-28  Akim Demaille  <akim@epita.fr>
6675         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6676         autoheader are Perl programs.
6677         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6678         (autom4te): Specify that the sources are in the $srcdir.
6679         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6681 2002-09-28  Akim Demaille  <akim@epita.fr>
6683         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6684         (tm_zone): Move their rules to...
6685         * lib/autoconf/types.m4: here, using AN_ macros.
6686         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6687         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6688         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6689         * lib/autoconf/programs.m4: here.
6690         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6691         (ETAGS_FOR_AUTOCONF): New.
6692         Use it.
6694 2002-09-28  Akim Demaille  <akim@epita.fr>
6696         * lib/autoconf/autoscan.m4: New file.
6697         * lib/autoconf/autoconf.m4: Include it.
6698         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6699         that were listed in the original autoscan.list.
6700         * lib/autoconf/headers.m4: Similarly with headers.
6701         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6702         (.m4.m4f): Don't pass --prepend-include, since that's done by
6703         tests/autom4te itself.
6704         * lib/autoscan/Makefile.am: Include freeze.mk.
6705         (autoscan.list): New target --this file is no longer a source.
6706         (autoscan.pre): New file.
6708 2002-09-28  Akim Demaille  <akim@epita.fr>
6710         * bin/autoscan.in (@kinds): Make them singular.
6711         Adjust all uses.
6712         (&init_tables): When --debug, report the list of rules to ease
6713         tracking changes in autoscan.list.
6714         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6716 2002-09-28  Akim Demaille  <akim@epita.fr>
6718         * lib/autoscan/functions, lib/autoscan/headers,
6719         * lib/autoscan/identifiers, lib/autoscan/makevars,
6720         * lib/autoscan/programs: Merge into...
6721         * lib/autoscan/autoscan.list: this.
6722         * bin/autoscan.in (&init_tables): Adjust.
6724 2002-09-28  Akim Demaille  <akim@epita.fr>
6726         * lib/autoscan/functions, lib/autoscan/headers,
6727         * lib/autoscan/identifiers, lib/autoscan/makevars,
6728         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6729         `functions' line is now prefixed with `function:'.
6730         * bin/autoscan.in (&init_tables): Adjust.
6732 2002-09-28  Akim Demaille  <akim@epita.fr>
6734         From now on, autoscan files must always map a macro name to a
6735         word: there is no `default' macro for autoscan.
6737         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6738         all.
6739         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6740         explicit.
6742 2002-09-28  Akim Demaille  <akim@epita.fr>
6744         * bin/autoscan.in (%c_keywords): Remove.
6745         (&used): Keep only track of the words we might be interested in.
6746         (&output_kind): It is no longer needed to look for non active
6747         checks.
6749 2002-09-27  Akim Demaille  <akim@epita.fr>
6751         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6752         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6753         * lib/autoscan/functions: Adjust.
6754         * doc/autoconf.texi (Particular Functions): Adjust.
6756 2002-09-27  Akim Demaille  <akim@epita.fr>
6758         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6759         from /tmp.
6760         Thanks to Bill Moseley and Paul Eggert.
6761         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6762         the tmpdir must be created.
6763         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6764         dir be in the build tree, instead of $TMPDIR.
6766 2002-09-27  Akim Demaille  <akim@epita.fr>
6768         * bin/autoscan.in: Improve the comments.
6769         (&parse_args): Drop obsolete undocumented options.
6770         (&output_kind): Output warnings.
6771         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6772         (getwd): Trigger a warning.
6774 2002-09-26  Akim Demaille  <akim@epita.fr>
6776         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6777         Reported by Ralf Corsepius.
6778         * doc/autoconf.texi (autoreconf Invocation): Likewise.
6780 2002-09-26  Akim Demaille  <akim@epita.fr>
6782         Single suffix rules and seperated dependencies are not portable.
6784         * doc/autoconf.texi (Installation Directory Variables): Update.
6785         (Limitations of Make): Some about `Single Suffix Rules and
6786         Separated Dependencies'.
6787         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6788         (ifnames, autoscan, autom4te): Un-factor into several rules.
6790 2002-09-25  Paul Eggert  <eggert@twinsun.com>
6792         * BUGS (Interoperability bugs): New section.  Mention libtool
6793         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6795 2002-09-24  Paul Eggert  <eggert@twinsun.com>
6797         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6798         make handles suffix-rules differently from GNU make.
6800         * bin/Makefile.am (SUFFIXES, .in): Remove.
6801         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6802         Move the body of the old .in rule here.
6804 2002-09-16  Akim Demaille  <akim@epita.fr>
6806         i960 compilers create `b.out' files by default.
6807         Reported by Ralf Corsepius.
6809         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6810         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6812 2002-09-13  Paul Eggert  <eggert@twinsun.com>
6814         * doc/autoconf.texi (Particular Headers): Remove obsolete
6815         reference to `struct timezone' in the description of
6816         AC_HEADER_TIME.
6818 2002-09-13  Akim Demaille  <akim@epita.fr>
6820         Version 2.54.
6822         * config/config.sub, config/config.guess: Update.
6823         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6824         * Makefile.am: Adjust.
6826 2002-09-13  Akim Demaille  <akim@epita.fr>
6828         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6829         reading config.log when the compiler is rejected.
6830         Suggested by Guido Draheim.
6832 2002-09-13  Akim Demaille  <akim@epita.fr>
6834         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6835         (chdir_init) might hang when stat'ing mounted directories.
6836         Reported by Vance Shipley.
6838 2002-09-12  Akim Demaille  <akim@epita.fr>
6840         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6841         the lists.
6843 2002-09-12  Akim Demaille  <akim@epita.fr>
6845         * doc/autoconf.texi (Defining Symbols): Present two different
6846         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6847         difference between 1 argument calls, and 2-3 argument calls.
6849 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
6851         * doc/autoconf.texi: Review grammar and punctuation.
6853 2002-09-11  Paul Eggert  <eggert@twinsun.com>
6855         * doc/autoconf.texi: Fix minor formatting, spelling, and
6856         grammatical typos.
6857         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6858         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6859         is obsolescent.
6861 2002-09-11  Akim Demaille  <akim@epita.fr>
6863         * doc/autoconf.texi (Questions): Rename as...
6864         (FAQ): this.
6865         (Defining Directories): New.
6867 2002-09-09  Akim Demaille  <akim@epita.fr>
6869         * doc/autoconf.texi (Making testsuite Scripts): Update.
6870         Suggested by Nishio Futoshi.
6872 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
6874         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6875         plain `@' is wanted.
6877 2002-09-09  Akim Demaille  <akim@epita.fr>
6879         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6880         `duplicates', since the algorithm was too naive and could keep
6881         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6882         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6883         Reported by Ralf Corsepius.
6884         * tests/torture.at (Configuring subdirectories): Exercise these
6885         cases.
6887 2002-09-09  Akim Demaille  <akim@epita.fr>
6889         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6890         looking for a replacement file.
6891         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6892         directory is relative.
6893         * doc/autoconf.texi (Generic Functions): Clarify the replacement
6894         directory definition.
6895         Reported by Andreas Schwab and Jim Meyering.
6897 2002-09-06  Akim Demaille  <akim@epita.fr>
6899         * doc/autoconf.texi (Setting Output Variables): Clarify what
6900         precious variables are.
6901         Suggested by Pontus Skoeld.
6903 2002-09-05  Akim Demaille  <akim@epita.fr>
6905         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6906         (ifnames, autoscan, autom4te): Since we don't only depend on
6907         configure.ac variables (such as VERSION etc.), but also on prefix
6908         and so forth, depend on Makefile, not configure.ac.
6909         Reported by Alexandre Duret-Lutz.
6910         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6912 2002-09-05  Kevin Ryde  <user42@zip.com.au>
6914         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6915         doesn't seem to be confined to ia64, just say "some versions".
6917 2002-09-04  Akim Demaille  <akim@epita.fr>
6919         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6920         Automake 1.6c.
6921         * Makefile.am (maintainer-clean-local): Remove.
6922         (MAINTAINERCLEANFILES): Remove COPYING.
6924 2002-09-03  Paul Eggert  <eggert@twinsun.com>
6926         * doc/autoconf.texi (Configuration Commands): Remove obsolete
6927         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
6928         Brinkmann.
6930 2002-09-03  Akim Demaille  <akim@epita.fr>
6932         * configure.ac: Bump to 2.53d.
6933         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6934         as of today, on Automake's team suggestion.
6936 2002-09-03  Akim Demaille  <akim@epita.fr>
6938         Version 2.53c.
6940 2002-09-02  Akim Demaille  <akim@epita.fr>
6942         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6943         SITE_MACRO_DIR.
6944         * configure.ac: Disable SITE_MACRO_DIR.
6946 2002-09-02  Jim Meyering  <meyering@lucent.com>
6948         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6949         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6950         Also, tweak grammar: s/make sure to/be sure to/.
6952 2002-09-02  Paul Eggert  <eggert@twinsun.com>
6954         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6955         directory names are generally preferable to physical names.
6957 2002-09-02  Akim Demaille  <akim@epita.fr>
6959         * lib/Autom4te/General.pm (&update_file): s/die/error/.
6960         Reported by Raja R. Harinath.
6961         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6962         * bin/autoupdate.in: Use error instead of die.
6964 2002-09-01  Paul Eggert  <eggert@twinsun.com>
6966         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6967         ordinary shell concatenation rather than echo+tr+sed command that
6968         runs afoul of a long-line-related sed bug in Solaris 8.
6970         * bin/autoheader.in (parse_args): --warning -> --warnings.
6972         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6973         stdout, as traditional "ls" does.
6974         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6975         _AC_COMPILER_EXEEXT_O): Likewise.
6976         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6978         * bin/autoconf.as: Add --prepend-include option.  This patch was
6979         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6980         but bin/autoconf.in is generated automatically from bin/autoconf.as.
6982         * bin/autoconf.in, configure: Regenerate.
6984         * doc/autoconf.texi (Special Shell Variables): Mention
6985         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
6987         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6988         MAILPATH and set PS1, PS2, PS4 to default values, to work
6989         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6990         For LC_ALL etc, first try to set to "C" as POSIX requires and as
6991         the Autoconf documentation specifies; fall back to "unset" only if
6992         this fails.  Use a shell for-loop for this rather than an m4 loop,
6993         to shorten the output script.
6995 2002-08-30  Paul Eggert  <eggert@twinsun.com>
6997         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6998         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
6999         for the CDPATH problem.  Document PWD.
7000         (Limitations of Builtins): Document the problem that "cd $foo" and
7001         "ls $foo" may refer to different directories in shells conforming
7002         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7003         example, since the old example is now out of date.
7005         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7006         FOO" and "ls FOO" talk about different directories; this catches
7007         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7008         spaghetti.
7010         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7011         of rolling our own unset.
7012         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7013         in practice we needn't worry about CDPATH if unset doesn't work.
7015         * Makefile.in, aclocal.m4, bin/Makefile.in,
7016         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7017         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7018         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7019         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7020         tests/Makefile.in: Regenerate with Automake 1.6.3.
7022         * config/config.guess, config/config.sub, config/mkinstalldirs:
7023         Update.
7025         * configure: Regenerate with self.
7027 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7029         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7030         default output.
7032 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7034         * bin/autom4te.in (Request::load): Correctly test for "do" read
7035         failure.
7037 2002-08-29  Akim Demaille  <akim@epita.fr>
7039         * lib/Autom4te/General.pm (&xqx): New.
7040         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7041         hand, which is not portable.
7042         (&error): New.
7043         * bin/autom4te.in: Use them.
7044         Use &error instead of die.
7045         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7046         Adjust.
7048 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7050         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7051         default list of compilers to try, since it was long ago superseded
7052         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7054 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7056         * doc/autoconf.texi (Invoking autom4te): End the option table,
7057         fixing a bug introduced by the previous patch.
7058         (Limitations of Make): Add a 'target lookup' subentry in the
7059         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7061 2002-07-29  Mark D. Roth  <roth@feep.net>
7063         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7064         options and use $AUTOM4TE_PATH.
7065         * doc/autoconf.texi: Remove documentation of autom4te
7066         --include-envvar and --site-macro-subdir options and document
7067         use of $AUTOM4TE_PATH.
7068         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7069         arguments from each language section.
7071 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7073         * doc/install.texi: Include copyright symbol in copyright notice.
7075         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7076         Replace with:
7077         (AM_MAKEINFOFLAGS): New macro.
7078         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7079         * Makefile.am (INSTALL): Use the new macros.
7080         Use -o rather than --output, since "missing" does not grok --output.
7082 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7084         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7085         comments do not always work. Never trust the exit status of
7086         `make -k'.
7088 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7090         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7091         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7093 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7095         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7096         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7097         apparently treats PATH="nonexistent" as if it contained ".".
7098         Bug reported by Stefan `Sec' Zehl.
7100 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7102         * doc/autoconf.texi (Limitations of Make): Mention the special
7103         handling of the obj/ directory by BSD make.
7105 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7107         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7108         backslashes.
7110 2002-07-19  Akim Demaille  <akim@epita.fr>
7112         * doc/autoconf.texi (Function Portability): `exit'.
7113         (Programming in M4sh): Ethymology of M4sh.
7115 2002-07-19  Akim Demaille  <akim@epita.fr>
7117         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7119 2002-07-18  Akim Demaille  <akim@epita.fr>
7121         Version 2.53b.
7123 2002-07-18  Akim Demaille  <akim@epita.fr>
7125         * config/config.guess, config/config.sub: Update.
7127 2002-07-18  Akim Demaille  <akim@epita.fr>
7129         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7130         Automake's parts.
7132         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7133         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7134         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7136 2002-07-18  Akim Demaille  <akim@epita.fr>,
7137             Alexandre Duret-Lutz  <duret_g@epita.fr>
7139         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7140         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7142 2002-07-17  Russ Allbery  <rra@stanford.edu>
7144         * doc/autoconf.texi (Initializing configure): Clarify the
7145         description of the tarname default.
7147 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7149         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7150         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7151         latter was not run.
7153 2002-07-17  Akim Demaille  <akim@epita.fr>
7155         * lib/Autom4te/General.pm (find_file): Browse the directories in
7156         the order they are given.
7158 2002-07-17  Akim Demaille  <akim@epita.fr>
7160         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7161         * tests/wrapper.as: this.
7162         * tests/Makefile.am, configure.ac: Adjust.
7164 2002-07-17  Mark D. Roth  <roth@feep.net>
7166         * configure.ac: Add --enable-site-macro-dir option.
7167         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7168         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7169         --site-macro-subdir options.
7170         * bin/autoconf.in: Add --prepend-include option.
7171         * bin/autoheader.in: Add --prepend-include option.
7172         * bin/autoreconf.in: Add --prepend-include option.
7173         * bin/autoscan.in: Add --prepend-include option.
7174         * bin/autoupdate.in: Add --prepend-include option.
7175         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7176         macro directory, remove note that include path directories are
7177         used in reverse order, and document --prepend-include option.
7178         * lib/autom4te.in: Use --prepend-include instead of --include.
7179         * tests/wrapsh.in: Use --prepend-include instead of --include.
7181 2002-07-17  Akim Demaille  <akim@epita.fr>
7183         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7184         tarnames.
7185         * doc/autoconf.texi (Initializing configure): Adjust.
7187 2002-07-17  Akim Demaille  <akim@epita.fr>
7189         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7190         (_AC_FUNC_MALLOC): New.
7191         (AC_FUNC_MALLOC): Use the latter.
7192         Define HAVE_MALLOC to 0 if broken.
7193         * doc/autoconf.texi (Particular Functions): Adjust.
7195 2002-07-16  Akim Demaille  <akim@epita.fr>
7197         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7198         * doc/autoconf.texi (C Compiler): Adjust.
7200 2002-07-09  Akim Demaille  <akim@epita.fr>
7202         * doc/autoconf.texi: Properly set the ``header'' part.
7204 2002-07-09  Akim Demaille  <akim@epita.fr>
7206         * doc/autoconf.texi (Systemology): Some about Darwin.
7208 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7210         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7211         Don't use AC_REQUIRE in AU_DEFUN.
7213 2002-07-09  Art Haas  <ahaas@neosoft.com>
7215         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7217 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7219         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7220         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7221         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7222         so that Emacs setups GNU style for perl-mode and cperl-mode.
7224 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7226         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7227         as per "Limitations of Builtins".
7228         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7229         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7231         * tests/mktests.sh: Use grep instead of fgrep, as per
7232         "Limitations of Builtins".
7234 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7236         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7237         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7238         so that we consistently test the just-built programs.
7239         * tests/wrappl.as: Likewise.
7241 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7243         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7244         name, so that symlinks to 'autoconf' work properly.  Bug reported
7245         by Bruno Haible.
7246         * bin/autoheader.in (AUTOM4TE): Likewise.
7247         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7248         * bin/autoscan.in (autom4te): Likewise.
7249         * bin/autoupdate.in (autom4te): Likewise.
7251         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7252         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7253         on Solaris 2.5.1.
7255 2002-06-11  Andreas Schwab  <schwab@suse.de>
7257         * doc/autoconf.texi: Add more dir entries.
7259 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7261         * bin/autom4te.in ($cache): Don't define using `$me', the name
7262         of the cache should not depend on the name under which autom4te
7263         was installed.
7265 2002-06-07  Akim Demaille  <akim@epita.fr>
7267         * tests/tools.at (autoconf: forbidden tokens, basic)
7268         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7269         words in autom4te.in.
7271 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7273         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7274         _AC_LANG_PROGRAM_C_F77_HOOKS.
7276 2002-06-07  Akim Demaille  <akim@epita.fr>
7278         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7279         rename as...
7280         (AC_REPLACE_FNMATCH): this.
7281         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7282         AC_FUNC_FNMATCH_GNU.
7284 2002-06-07  Akim Demaille  <akim@epita.fr>
7286         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7287         Rosetta Stone for Unix.
7289 2002-06-07  Akim Demaille  <akim@epita.fr>
7291         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7292         suggest m4_pattern_allow.
7293         Suggested by Adam J. Richter.
7295 2002-06-07  Akim Demaille  <akim@epita.fr>
7297         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7298         ac_config_libobj_dir.
7299         (AC_CONFIG_LIBOBJ_DIR): New.
7300         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7301         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7302         Use ac_config_libobj_dir to find the replacement files.
7303         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7304         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7305         (AC_REPLACE_FNMATCH_GNU): these.
7306         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7307         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7308         * tests/mktests.sh (ac_exclude_list): Don't check
7309         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7311 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7313         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7314         if ln doesn't work.
7315         * NEWS: Likewise.
7316         * doc/autoconf.texi (Configuration Links): Likewise.
7317         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7319 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7321         * config/config.guess, config/config.sub, config/texinfo.tex:
7322         Update from masters.
7324 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7326         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7327         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7328         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7329         Likewise.
7330         * lib/autoconf/Makefile.am (check-local): Likewise.
7331         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7332         * lib/autoconf/types.m4 (commentary only): Likewise.
7333         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7334         * lib/autotest/Makefile.am (check-local): Likewise.
7335         * lib/m4sugar/Makefile.am (check-local): Likewise.
7336         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7337         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7339         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7340         * doc/autoconf.texi (Particular Programs): Document them.
7341         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7342         * NEWS: Likewise.
7344 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7346         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7347         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7348         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7349         instead of AC_MBSTATE_T, which never existed.
7351 2002-05-23  Akim Demaille  <akim@epita.fr>
7353         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7354         version of Autoconf that is discussed.
7356 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7358         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7359         from the default list of compilers to try.  Suggested by
7360         Kate Hedstrom.
7361         * NEWS: Document the above.
7362         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7364 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7366         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7367         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7368         This improves on an earlier suggestion by H. Peter Anvin.
7370 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7372         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7373         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7374         Both macros now accept an optional source-dir arg.
7375         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7377         * NEWS: Document this.
7378         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7380         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7381         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7382         not for GNU extensions; this undoes part of the 2000-11-03 change,
7383         reverting to 2.13-compatible behavior.
7384         Add new optional argument DIR.
7385         (AC_FUNC_FNMATCH_GNU): New macro.
7387         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7389 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7391         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7392         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7393         and it causes a 'test' syntax error if it fails.
7394         Bug reported by Stephen Gildea.
7396         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7397         If prototypes are supported, use them to check this at compile-time,
7398         instead of trying to check it at run-time.  If we must do a run-time
7399         check, assume that setvbuf is standard when cross-compiling, as
7400         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7401         Bug reported by Paul D. Smith.
7403         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7404         argument specifying location of getloadavg.c.  This removes a
7405         FIXME.  This idea was taken from Jim Meyering's implementation in
7406         textutils.
7407         * doc/autoconf.texi (Particular Functions): Document this.
7408         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7409         that's what the code does; this fixes a bug reported by
7410         Paul D. Smith.
7412 2002-05-03  Akim Demaille  <akim@epita.fr>
7414         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7415         autopoint instead of gettextize.
7416         ($uses_alocal): Rename as...
7417         ($uses_aclocal): this.
7418         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7419         Suggested by Bruno Haible.
7421 2002-05-03  Akim Demaille  <akim@epita.fr>
7423         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7425 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7427         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7428         files to be 1 second older; just set them to be the same time.
7429         Also, sleep 1 second after the first aclocal, to work around
7430         problems with sub-second time stamps on the input files.
7432 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7434         * doc/autoconf.texi: Mention "set -e -x" lossage
7435         under node "Limitations of Builtins".
7437 2002-04-29  Akim Demaille  <akim@epita.fr>
7439         * doc/install.texi: Better wording for setting variables when
7440         running configure.
7441         From Christian Cornelssen.
7443 2002-04-29  Akim Demaille  <akim@epita.fr>
7445         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7446         of lack of $LINENO support, then the test will compare the $LINENO
7447         in testsuite vs. the lineno in the test file.  This is wrong, of
7448         course.
7449         Be sure to protect it.
7450         Reported by Patrick Welche.
7452 2002-04-25  Akim Demaille  <akim@epita.fr>
7454         * doc/autoconf.texi (Obsolete Macros): Typo.
7455         Reported by Vladimir Volovich.
7457 2002-04-25  Akim Demaille  <akim@epita.fr>
7459         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7460         than some of the input files, hence, on the second run of aclocal,
7461         if some of its input are younger, make them older.
7462         Suggested by Paul Eggert.
7464 2002-04-25  Akim Demaille  <akim@epita.fr>
7466         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7467         Thanks to Paul Eggert.
7469 2002-04-25  Akim Demaille  <akim@epita.fr>
7471         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7472         and ac_subst_vars be sh variables containing the list of
7473         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7474         DEFAULT diversion.
7475         (_AC_INIT_PREPARE): Use them to log them.
7476         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7477         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7478         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7479         _AC_SUBST_FILES and _AC_SUBST_VARS.
7480         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7482 2002-04-24  Akim Demaille  <akim@epita.fr>
7484         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7485         autoheader, so that automake does not complain about a missing
7486         config.h.in that was to be created.
7488 2002-04-23  Akim Demaille  <akim@epita.fr>
7490         * bin/autoheader.in (parse_args): --warning takes an argument.
7491         Fixes PR/220.
7493 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7495         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7496         and bb.out when cleaning up.
7498 2002-04-22  Akim Demaille  <akim@epita.fr>
7500         Version 2.53a.
7502 2002-04-22  Akim Demaille  <akim@epita.fr>
7504         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7506 2002-04-22  Akim Demaille  <akim@epita.fr>
7508         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7509         comma.
7510         Reported by Gregory Giannoni.
7512 2002-04-22  Akim Demaille  <akim@epita.fr>
7514         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7515         Fixes false failures on Darwin.
7517 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7519         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7520         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7521         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7522         tests/tools.at: Minor spelling and grammar fixes.
7524 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7526         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7527         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7528         * lib/autotest/general.m4 (AT_INIT): Likewise.
7529         * tests/atgeneral.m4 (AT_INIT): Likewise.
7531 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7533         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7534         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7535         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7536         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7537         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7538         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7539         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7540         Minor spelling and grammar fixes.
7542         * doc/autoconf.texi: Follow the outline suggested in the GNU
7543         Sample Texts sections of the Texinfo 4.2 manual.  Most
7544         importantly, this makes sure that the copyright notices appear in
7545         all output formats.  You probably need Texinfo 4.2 to generate
7546         the manual now.
7548         Fix some bugs when using "$@" when there might be zero positional
7549         arguments in cases where this matters.
7551         * bin/autoconf.as: Rewrite so that the problem does not come up.
7552         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7553         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7554         * lib/autotest/general.m4 (AT_INIT): Likewise.
7556         * bin/autoheader.in: Use 'case' statement to work around problem.
7557         * bin/auto4mte.in: Likewise.
7558         * bin/autoreconf.in: Likewise.
7559         * bin/autoscan.in: Likewise.
7560         * bin/autoupdate.in: Likewise.
7561         * bin/ifnames.in: Likewise.
7563         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7565         * lib/autotest/general.m4 (AT_INIT):
7566         Use Zsh alias to work around problem.
7567         * tests/atgeneral.m4 (AT_INIT): Likewise.
7569         * tests/c.at: We can't have zero arguments, so remove workaround
7570         that is not portable to Zsh.
7572 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7574         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7575         from aclocal.m4 too.
7577 2002-04-12  Akim Demaille  <akim@epita.fr>
7579         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7581 2002-04-10  Akim Demaille  <akim@epita.fr>
7583         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7584         workaround for ${1+"$@"}.
7585         * doc/autoconf.texi (Shell Substitutions): Explain it.
7586         From Oliver Kiddle and Peter Stephenson.
7588         Have M4sh perform minimal shell sanitizing.
7590         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7591         part into...
7592         (_AS_PREPARE): this new macro.
7593         (AS_PREPARE): New.
7594         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7595         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7597         Adjust Autoconf and Autotest.
7599         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7600         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7601         * lib/autotest/general.m4 (AT_INIT): Likewise.
7602         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7603         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7604         AS_SHELL_SANITIZE.
7606         Use this M4sh to generate Autoconf's shell scripts.
7608         * tests/wrapsh.as: New, precursor of wrapsh.in.
7609         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7610         on Autotest and M4sh.
7611         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7612         (wrapsh.in): New target.
7613         * bin/autoconf.as: New, precursor of autoconf.in.
7614         (autoconf.in): New target.
7616 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7618         * doc/autoconf.texi (Limitations of Make): Mention the issue
7619         with indented comments in rules.
7621 2002-04-09  Andreas Schwab  <schwab@suse.de>
7623         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7624         ac_top_builddir when setting ac_abs_top_builddir.
7626 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7628         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7629         (Portable Shell): Cross reference to Systemology.
7631 2002-04-05  Akim Demaille  <akim@epita.fr>
7633         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7634         directories when descending in a SUBDIRS.
7635         Reported by Ezra Peisach.
7637 2002-04-04  Andreas Schwab  <schwab@suse.de>
7639         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7640         contains no literal separators.
7642 2002-04-03  Akim Demaille  <akim@epita.fr>
7644         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7645         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7646         Use dnl, not the KILL diversion.
7647         Extracted from...
7648         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7649         (AC_CONFIG_LINKS): here.
7650         Adjust.
7651         Don't use the KILL diversion, as it kills spurious output, which
7652         results in failures being hidden.
7653         Use m4_defn where appropriate.
7654         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7655         after the second argument.
7656         Use m4_defn.
7657         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7658         syntax, as it is provided by M4sugar.
7659         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7661 2002-04-03  Andreas Schwab  <schwab@suse.de>
7663         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7664         expanded if $# <= 2.
7666         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7667         aclocal.
7669 2002-04-03  Akim Demaille  <akim@epita.fr>
7671         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7672         (_AC_COMPILER_EXEEXT_REJECT): New.
7673         Also recognize *.bb and *.bbg as compilation byproducts.
7674         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7675         (_AC_COMPILER_OBJEXT): Use them.
7676         Fixes Debian #138666.
7678 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7680         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7682         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7683         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7684         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7685         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7686         (AC_C_CONST): Same.
7687         (AC_C_INLINE): Same.
7688         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7689         * doc/autoconf.texi, NEWS: Document.
7690         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7691         AC_C_CROSS.
7693 2002-04-02  Akim Demaille  <akim@epita.fr>
7695         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7696         _AS_MKDIR_P_PREPARE.
7698 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7700         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7701         to avoid versions of HP C which don't allow that.
7703 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7705         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7706         (AS_SHELL_SANITIZE): Invoke it.
7707         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7709 2002-03-26  Akim Demaille  <akim@epita.fr>
7711         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7713 2002-03-26  Akim Demaille  <akim@epita.fr>
7715         * doc/autoconf.texi (Introduction): The GNATS base moved.
7717 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7719         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7720         as POSIX requires, as it doesn't work with Zsh.
7721         * doc/autoconf.texi (Assignments): Document the problem.
7723 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7725         * doc/autoconf.texi (Limitations of Make): Mention more issue
7726         about VPATH, overriding of macros in sub-makes, and handling of
7727         SHELL.
7729 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7731         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7732         problem with here-document buffer boundaries.
7734         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7735         when reinvoking the shell, to work around problems with installers
7736         who put strange things like "cd" commands in their environments.
7738 2002-03-19  Akim Demaille  <akim@epita.fr>
7740         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7741         From Aaron Ucko.
7743 2002-03-19  Akim Demaille  <akim@epita.fr>
7745         * bin/autoscan.in (scan_file): Specify the location in `&used'
7746         invocations.
7747         From Nicolas Joly.
7749 2002-03-19  Akim Demaille  <akim@epita.fr>
7751         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7752         From Nishio Futoshi.
7754 2002-03-19  Akim Demaille  <akim@epita.fr>
7756         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7758 2002-03-18  Paul Eggert  <eggert@twinsun.com>
7760         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7761         (Limitations of Usual Tools): Add mkdir section.
7763         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7764         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
7765         back on AS_DIRNAME to compute prefixes otherwise; this is
7766         roughly what mkinstalldirs does.  That way, we need not have
7767         our own filename disassembler.  The old disassembler did not
7768         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7770         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7771         Create at_test_all by a series of assignments,
7772         not by a single assignment of a long string.  The latter causes ksh
7773         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7774         presumably because of a buffer overrun.
7776 2002-03-14  Paul Eggert  <eggert@twinsun.com>
7778         * lib/autotest/general.m4 (at_times_skip):
7779         Renamed from at_times.  Now a boolean.
7780         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7781         says 'times: not found'.
7783 2002-03-14  Akim Demaille  <akim@epita.fr>
7785         * bin/autoreconf.in (&study_gettextize): New.
7786         (&autoreconf): Handle newest gettextize.
7787         Rerun aclocal if needed.
7788         Suggested by Andreas Schwab.
7790 2002-03-13  Akim Demaille  <akim@epita.fr>
7792         * doc/autoconf.texi (Special Shell Variables): More about IFS.
7794 2002-03-13  Akim Demaille  <akim@epita.fr>
7796         * doc/autoconf.texi (Header Portability): New.
7797         Add information about stdint.h and inttypes.h from Paul Eggert.
7799 2002-03-13  Akim Demaille  <akim@epita.fr>
7801         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7802         -p'.
7803         From Bob Proulx.
7805 2002-03-12  Akim Demaille  <akim@epita.fr>
7807         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7808         m4_require.
7810 2002-03-11  Andreas Schwab  <schwab@suse.de>
7812         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7813         does not do it if --with-lispdir is given.
7815 2002-03-08  Akim Demaille  <akim@epita.fr>
7817         Version 2.53.
7819 2002-03-08  Akim Demaille  <akim@epita.fr>
7821         * doc/autoconf.texi (Subdirectories): Clarify that the
7822         subdirectory should exist.
7824 2002-03-08  Akim Demaille  <akim@epita.fr>
7826         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7828 2002-03-08  Akim Demaille  <akim@epita.fr>
7830         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7831         aliases the actual variables, and modifications of the former
7832         affect the latter.
7834 2002-03-08  Akim Demaille  <akim@epita.fr>
7836         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7837         because of C-c: have m4 output in tmp files, then mv them.
7839 2002-03-08  Akim Demaille  <akim@epita.fr>
7841         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7842         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7843         * bin/ifnames.in: Copyright update.
7845 2002-03-08  Akim Demaille  <akim@epita.fr>
7847         * doc/autoconf.texi (Invoking autom4te): New.
7849 2002-03-05  Akim Demaille  <akim@epita.fr>
7851         * doc/autoconf.texi (Specifying Names): Clarification suggested by
7852         Kevin Ryde.
7854 2002-03-05  Akim Demaille  <akim@epita.fr>
7856         Version 2.52i.
7858 2002-03-04  Akim Demaille  <akim@epita.fr>
7860         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7861         * lib/autoconf/general.m4 (AC_INIT): More informative error
7862         message for LIBOBJ.
7864 2002-03-04  Akim Demaille  <akim@epita.fr>
7866         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7867         parallel builds.
7869 2002-03-04  Akim Demaille  <akim@epita.fr>
7871         * doc/autoconf.texi (Transforming Names): Equality between target
7872         and host is irrelevant.
7873         (Specifying Names, Canonicalizing): Remove all references to the
7874         backward compatibility hooks.  Rather, collect them all into...
7875         (Hosts and Cross-Compilation): this new section.
7876         * doc/install.texi (System Type): Ditto.
7877         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7878         that `--host' implies cross-compilation.
7880 2002-03-04  Akim Demaille  <akim@epita.fr>
7882         * doc/autoconf.texi (Evaluation Macros): New.
7883         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7884         useless.
7885         (_m4_foreach): Define the variant with immediate evaluation so
7886         that it contains exactly the items, not an expression which
7887         evaluation is the current item.
7888         (m4_re_string, m4_re_word): Don't over quote them.
7890 2002-03-04  Akim Demaille  <akim@epita.fr>
7892         Instead of having stacking `shift's evaluated at the end, let
7893         `foreach' loops immediately evaluate them.
7895         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7896         $*.  This is the n-th time I change my mind, but hopefully this is
7897         the last...
7898         (m4_lquote): New.
7899         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7900         efficient.
7901         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7902         it was only a hack for m4_text_wrap.
7903         (m4_car2): Remove, replaced by...
7904         (m4_cdr): New.
7905         (_m4_foreach): Adjust.
7906         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7907         m4_bpatsubst for clarification.
7909 2002-03-04  Akim Demaille  <akim@epita.fr>
7911         * doc/autoconf.texi (Changequote is Evil): New.
7913 2002-03-03  Kevin Ryde  <user42@zip.com.au>
7915         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7916         on old systems like SunOS.
7918 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
7920         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7921         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7922         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7923         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7924         of messages.
7926 2002-02-28  Akim Demaille  <akim@epita.fr>
7928         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7929         message to be sent.
7931 2002-02-28  Kevin Ryde  <user42@zip.com.au>
7933         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7935 2002-02-25  Akim Demaille  <akim@epita.fr>
7937         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7938         From Akinori Musha.
7940 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
7942         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7943         translate \r\n to \n.
7945 2002-02-07  Akim Demaille  <akim@epita.fr>
7947         Version 2.52h.
7949 2002-02-07  Akim Demaille  <akim@epita.fr>
7951         Fix Autoconf PR/209.
7952         Also reported by Frank Denis.
7954         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7956 2002-02-07  Akim Demaille  <akim@epita.fr>
7958         Fix Autoconf PR/207:
7959         AC_PREFIX_PROGRAM fails with dashed program names
7961         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7962         variable when looking for the prefix program.
7963         Now it also works for shell variables.
7965 2002-02-07  Akim Demaille  <akim@epita.fr>
7967         * doc/autoconf.texi (Limitations of Builtins): More about
7968         case/esac.
7970 2002-02-06  Akim Demaille  <akim@epita.fr>
7972         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7973         case/esac, some shells don't support it.
7974         Reported by Zack Weinberg.
7975         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7977 2002-02-06  Akim Demaille  <akim@epita.fr>
7979         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7980         sure not to introduce newlines in at_groups.
7981         * lib/autotest/Makefile.am (autotest.m4f): Typo.
7983 2002-02-06  Akim Demaille  <akim@epita.fr>
7985         * tests/torture.at (Configuring subdirectories): Skip if aclocal
7986         is not available.
7988 2002-02-05  Paul Eggert  <eggert@twinsun.com>
7990         * doc/autoconf.texi (Specific Compiler Characteristics):
7991         Describe HP-UX cc bug workaround more accurately.
7992         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7993         not unsigned long.
7994         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7995         cross-compilers, too.  This undoes some of the most recent change
7996         to this file.
7998 2002-02-05  Akim Demaille  <akim@epita.fr>
8000         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8001         to make sure they are up to date when `check' is run.
8003 2002-02-05  Akim Demaille  <akim@epita.fr>
8005         * doc/autoconf.texi (Making testsuite Scripts): Document
8006         package.m4.
8008 2002-02-05  Akim Demaille  <akim@epita.fr>
8010         * lib/freeze.mk: New.
8012 2002-02-05  Akim Demaille  <akim@epita.fr>
8014         Implement `autom4te --freeze'.
8016         * bin/autom4te.in (&freeze): New.
8017         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8018         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8020 2002-02-05  Akim Demaille  <akim@epita.fr>
8022         * bin/autom4te.in (&parse_args): Implement `frozen files are
8023         optional are the sum of the previous files on the command line'.
8024         Also, pass `--reload-state=' on them, so...
8025         (handle_m4): don't.
8026         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8027         (M4sh): Rely on M4sugar.
8028         (Autotest, M4sh, M4sugar): Use frozen files.
8030 2002-01-31  Akim Demaille  <akim@epita.fr>
8032         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8033         * doc/autoconf.texi (Initializing configure): Adjust.
8035 2002-01-30  Akim Demaille  <akim@epita.fr>
8037         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8038         alphanumeric to `-' instead of `_'.
8040 2002-01-30  Akim Demaille  <akim@epita.fr>
8042         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8043         for plain code, the other for cross-compilation code.  The latter
8044         is now run with GCC only.
8045         * doc/autoconf.texi (Compilers and Preprocessors): New.
8047 2002-01-30  Akim Demaille  <akim@epita.fr>
8049         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8050         values.
8051         * doc/autoconf.texi (Initializing configure): Explain how to
8052         change AC_INIT default values.
8054 2002-01-29  Akim Demaille  <akim@epita.fr>
8056         * tests/torture.at (Configuring subdirectories): Use configure.in,
8057         so that aclocal 1.4 works.
8058         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8060 2002-01-28  Akim Demaille  <akim@epita.fr>
8062         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8063         needs an argument.
8065 2002-01-28  Akim Demaille  <akim@epita.fr>
8067         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8068         AUTOTEST_PATH *after* it was set.
8069         Don't put `.' in the PATH: the user should be precise and `./' if
8070         needed.  In addition, given that the test suite does some `cd', if
8071         `.' is in the path, the `tested programs' sections will report
8072         programs found in the test suite's directory, while during the
8073         tests (performed in their own directory), these programs are no
8074         longer visible.  In other words, the results is confusing and
8075         useless.
8076         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8078 2002-01-24  Akim Demaille  <akim@epita.fr>
8080         Version 2.52g.
8082 2002-01-24  Akim Demaille  <akim@epita.fr>
8084         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8085         * doc/autoconf.texi: Finally add Akim as an author.
8087 2002-01-24  Akim Demaille  <akim@epita.fr>
8089         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8090         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8091         Bourne. Use /bin/sh.
8092         From Andreas Buening.
8094 2002-01-24  Akim Demaille  <akim@epita.fr>
8096         * config/config.guess, config/config.sub, config/texinfo.tex:
8097         Update from masters.
8099 2002-01-24  Akim Demaille  <akim@epita.fr>
8101         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8102         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8103         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8104         * config/missing.m4, config/sanity.m4, config/select.m4,
8105         * config/strip.m4: Remove, to ease sync'ing with any version of
8106         Automake.
8108 2002-01-24  Akim Demaille  <akim@epita.fr>
8110         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8111         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8112         Reported by Geir Ove Myhr.
8114 2002-01-21  Akim Demaille  <akim@epita.fr>
8116         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8118 2002-01-21  Akim Demaille  <akim@epita.fr>
8120         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8121         message on invalid options.
8122         * bin/autom4te.in (parse_args): Don't use
8123         Autoconf::General::getopt with non valid options.
8125 2002-01-17  Jim Meyering  <meyering@lucent.com>
8127         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8128         $ac_cv_exeext so we don't use an old, invalid, cached value.
8130 2002-01-11  Akim Demaille  <akim@epita.fr>
8132         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8133         Meyering.
8134         * doc/autoconf.texi (Function Portability): Document the strnlen
8135         limitation.
8136         (Particular Functions): Document AC_FUNC_STRNLEN.
8137         * lib/autoscan/functions: Adjust.
8139 2002-01-06  Akim Demaille  <akim@epita.fr>
8141         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8142         package.m4, since is really depends upon configure.ac, not
8143         configure.
8144         * doc/autoconf.texi (testsuite Scripts): Adjust.
8145         * tests/Makefile.am (package.m4): New.
8146         EXTRA_DIST it since its a source.
8148 2002-01-06  Akim Demaille  <akim@epita.fr>
8150         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8151         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8152         and PACKAGE_BUGREPORT from here...
8153         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8154         arguments.
8155         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8156         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8157         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8158         * tests/tools.at (autoheader): Adjust.
8159         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8161 2002-01-06  Akim Demaille  <akim@epita.fr>
8163         * bin/autoscan.in (scan_file): Use `&used'.
8165 2002-01-03  Akim Demaille  <akim@epita.fr>
8167         * doc/autoconf.texi (Output): Improved wording regarding use of
8168         AC_OUTPUT.
8169         From Olly Betts.
8171 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8173         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8174         sometimes needing writable input.
8176 2001-12-17  Jim Meyering  <meyering@lucent.com>
8178         * doc/autoconf.texi (New Macros): Tweak wording.
8180 2001-12-14  Akim Demaille  <akim@epita.fr>
8182         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8183         trailing files, don't apply `-rf' to files which might not be
8184         created by configure (core, core.*, and *.core), but just `rm -f'.
8185         Suggested by Jonathan Kamens.
8187 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8189         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8191 2001-12-14  Akim Demaille  <akim@epita.fr>
8193         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8195 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8197         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8198         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8199         abs_srcdir, top_srcpath to abs_top_srcdir.
8200         (_AC_OUTPUT_FILES): Adjust.
8201         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8202         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8203         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8205 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8207         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8208         C/Fortran linking on HP/UX, by extracting the Fortran library
8209         search path from the LPATH line in the $F77 -v output.
8211 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8213         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8214         forbidden file descriptors table.
8216 2001-11-26  Akim Demaille  <akim@epita.fr>
8218         * bin/autoscan.in (%c_keywords): Build it at top level.
8219         Map to 1 in order to simplify its uses.
8221 2001-11-26  Akim Demaille  <akim@epita.fr>
8223         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8224         Remove $filepath, useless.
8225         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8226         variables, they are really part of the tokens.
8227         Split the input line on spaces and then look for tokens.
8228         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8229         because of `lex$U.$(OBJEXT)'.
8230         (&scan_files): Use "@list" instead of join.
8231         * doc/Makefile.am (CLEANFILES): Add *.fns.
8233 2001-11-26  Akim Demaille  <akim@epita.fr>
8235         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8236         Remove, replaced by...
8237         * tests/wrappl.in: Be common for all the Perl executables.
8238         In particular autoscan and autoheader want -I.
8239         * configure.ac: Adjust.
8240         * lib/autoscan/headers: errno.h is portable.
8242 2001-11-26  Akim Demaille  <akim@epita.fr>
8244         * bin/autoscan.in (used): New.
8245         Use it.
8247 2001-11-26  Akim Demaille  <akim@epita.fr>
8249         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8250         directives.
8251         (&scan_sh_file): Remove a duplicate pattern.
8252         (&check_configure_ac): Use long options.
8253         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8255 2001-11-26  Akim Demaille  <akim@epita.fr>
8257         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8258         Before, having a line containing the opening of a multi line
8259         comment made the whole line be ignored.
8261 2001-11-26  Akim Demaille  <akim@epita.fr>
8263         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8264         (testsuite Scripts): Be one of its subsection.
8265         (Autotest Logs): New.
8267 2001-11-26  Akim Demaille  <akim@epita.fr>
8269         Test groups are now run two directories deeper.
8271         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8272         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8273         at_top_builddir.
8274         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8275         top_srcdir, builddir and top_builddir.
8276         Use `at_*dir' relatively to the directory containing the
8277         suite, use `*dir' when relatively to the current group dir.
8279 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8281         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8282         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8283         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8284         spelling errors.
8286 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8288         * doc/autoconf.texi (Using System Type): Add an example of `case
8289         $host' usage so people quit using `case $target' everywhere.
8291 2001-11-22  Akim Demaille  <akim@epita.fr>
8293         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8294         spotted by Jim Meyering.
8296 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8298         This patch implements a `long double' suggestion by Oliver Kiddle.
8300         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8301         static, to catch errors if the value isn't known at compile-time
8302         and the compiler supports dynamic arrays.  Change its name from
8303         `_array_' to `test_array' to avoid potential name clashes.
8304         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8305         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8306         better than double.  Catch a bug in GCC 2.95.2 x86.
8307         * doc/autoconf.texi (C Compiler): Document the above.
8308         * NEWS: Likewise.
8310 2001-11-13  Akim Demaille  <akim@epita.fr>
8312         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8313         hand.
8314         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8316 2001-11-13  Akim Demaille  <akim@epita.fr>
8318         * lib/autotest/general.m4 (AT_INIT): After having run the test
8319         group, go back to the initial directory, not to at_suite_dir.
8321 2001-11-13  Akim Demaille  <akim@epita.fr>
8323         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8324         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8325         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8326         option.
8327         (AT_CHECK_CONFIGURE): Use absolute paths.
8328         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8329         The problem is still the old one: there is no means in M4 (that I
8330         know about) to create a defining macro, because there is no means
8331         to create `$1' etc., therefore, the defining macro ``swallows''
8332         all the arguments meant to the defined macro.
8334 2001-11-13  Akim Demaille  <akim@epita.fr>
8336         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8337         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8338         configure.ac.
8339         * tests/aclocal.m4: Remove, as it is no longer used.
8341 2001-11-13  Akim Demaille  <akim@epita.fr>
8343         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8344         variable names when referring to a single test group, or to
8345         `suite' when referring to the whole test suite.
8346         `at_last_test' is removed: m4 compute at_format itself.
8347         (at_stdout, at_stder1, at_stderr): New variables.
8348         (AT_CHECK): Use them.
8350 2001-11-13  Akim Demaille  <akim@epita.fr>
8352         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8353         in PATH.
8354         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8355         Do it as soon as a test fails, don't wait till the end of the test
8356         suite.
8357         Don't remove $as_me.[0-9]*, since these files no longer exist.
8359 2001-11-13  Akim Demaille  <akim@epita.fr>
8361         * tests/tools.at: Use absolute paths, since we are no longer run
8362         in place.
8364 2001-11-13  Akim Demaille  <akim@epita.fr>
8366         Now that tests are running in their own private dir, there is no
8367         need to list the files to remove at the end of tests groups.
8369         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8370         (AT_data_files, at_data_files): Remove.
8371         (AT_CLEANUP, AT_DATA): Simplify.
8372         (AT_INIT): Adjust.
8373         Remove the group dir if !debug && !failed.
8374         * tests/atspecific.m4: Adjust.
8376 2001-11-13  Akim Demaille  <akim@epita.fr>
8378         Start a new layout for Autotest: `testsuite' creates
8379         `testsuite.dir' in which the at-check-line etc. files are to be
8380         found, and `testsuite.dir/003' where the test group 3 is run.
8382         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8383         at_check_line_file, at_format, at_test_normalized, at_group_dir
8384         are new variables.
8385         Create the directories.
8386         Use absolute paths for at- files.
8387         (AT_CHECK): Adjust.
8389 2001-11-11  Michael Matz  <matz@kde.org>
8391         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8392         (m4_car2): New.
8393         (m4_car): Properly quote arguments.
8395 2001-11-13  Akim Demaille  <akim@epita.fr>
8397         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8398         with stricter rules on LIBOBJS.
8400 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8402         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8403         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8404         __PROTOTYPES too.
8406 2001-11-12  Akim Demaille  <akim@epita.fr>
8408         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8410 2001-11-12  Akim Demaille  <akim@epita.fr>
8412         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8413         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8414         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8415         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8416         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8417         specify to what the macro should be defined (typically to 1).
8419 2001-11-12  Akim Demaille  <akim@epita.fr>
8421         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8422         From Jim Meyering.
8424 2001-11-12  Akim Demaille  <akim@epita.fr>
8426         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8427         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8428         definition used by Automake where LEX is +/- "${missing} lex" and
8429         `missing' itself contains variables.
8431 2001-11-12  Akim Demaille  <akim@epita.fr>
8433         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8434         Now that M4sh pushes BODY, the comments were output at the end of
8435         the test suites.
8437 2001-11-08  Akim Demaille  <akim@epita.fr>
8439         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8440         that we can trace macros from aclocal.m4.
8441         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8442         obsoleted, and redirect to the former anyway.
8443         Reported by Ralf Corsepius.
8445 2001-11-08  Akim Demaille  <akim@epita.fr>
8447         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8448         processed only if present.
8449         * tests/torture.at (Configuring subdirectories): Use autoreconf
8450         instead of successive calls to autoconf.
8451         Add a nonexistent subdirectory to exercise the patch above.
8452         Reported by Ralf Corsepius.
8454 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8456         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8457         doesn't accept .S files.
8459 2001-11-07  Akim Demaille  <akim@epita.fr>
8461         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8462         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8463         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8464         * bin/autom4te.in (warn_forbidden): New.
8465         (handle_output): Use it.
8466         Read m4_pattern_forbid with messages.
8468 2001-11-05  Akim Demaille  <akim@epita.fr>
8470         * bin/autom4te.in (--normalize): Remove.
8471         * lib/autom4te.in: Adjust.
8473 2001-11-05  Akim Demaille  <akim@epita.fr>
8475         * tests/Makefile.am (testsuite): Rename this target as...
8476         ($(TESTSUITE)): this.
8477         From Nicolas Joly.
8479 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8481         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8482         the --prefix option, also remove it's argument.
8484 2001-11-05  Akim Demaille  <akim@epita.fr>
8486         * doc/autoconf.texi (testsuite Invocation): Update.
8487         (Writing testsuite.at): Update.
8489 2001-11-03  Akim Demaille  <akim@epita.fr>
8491         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8493 2001-11-03  Akim Demaille  <akim@epita.fr>
8495         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8496         (&file_name_is_absolute): New, wrappers around routines from
8497         File::Spec.
8498         Use and export them.
8499         (&find_configure_ac): Optionally take a directory where to look at.
8500         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8501         the arguments.
8502         Default @ARGV to `.', not find_configure_ac.
8503         (&autoreconf): Argument is a directory.
8504         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8505         * doc/autoconf.texi (autoreconf Invocation): Update.
8507 2001-11-03  Akim Demaille  <akim@epita.fr>
8509         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8510         (@export_forward_subs): New.
8511         Add basename, dirname, and fileparse.
8512         (@EXPORT): Adjust.
8513         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8514         Don't look for aclocal flags if we already know aclocal is not
8515         used.
8516         Move aclocal.m4t only if it exists.
8517         Reported by Ezra Peisach.
8519 2001-11-03  Akim Demaille  <akim@epita.fr>
8521         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8522         passed on command line, defaulting to ./configure.ac if present.
8523         (&maybe_autoreconf, File::Find): Remove, unused.
8524         (&autoreconf): If autoconf is not used, don't try to trace.
8526 2001-11-02  Akim Demaille  <akim@epita.fr>
8528         * configure.ac: Bump to 2.52g.
8530 2001-11-02  Akim Demaille  <akim@epita.fr>
8532         Version 2.52f.
8534 2001-11-02  Akim Demaille  <akim@epita.fr>
8536         * config/config.guess, config/config.sub, doc/standards.texi:
8537         * config/lispdir.m4: Update from masters.
8538         * configure.ac: Bump to 2.52f.
8540 2001-11-02  Akim Demaille  <akim@epita.fr>
8542         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8543         Don't run aclocal when aclocal.m4 is not from aclocal.
8544         From Ezra Peisach.
8545         Don't run libtoolize and gettextize if --install is not given.
8547 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8549         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8550         be invoked before _AS_LINENO_PREPARE.
8551         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8552         than character ranges.
8554         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8555         invoking AS_BASENAME.  Set the locale variables to 'C' if
8556         possible, as POSIX requires this to get the traditional
8557         behavior.
8558         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8560 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8562         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8563         with {}, as that triggers a bug in Bash 2.05.
8565         (_AS_LINENO_PREPARE): Use Sed rather than
8566         Awk.  Fix the sed prepass to work even if there are multiple
8567         instances of $LINENO on the same line.  Do not substitute for
8568         other variables like $LINENOT.  Do not check file dates; such a
8569         check is unreliable on sufficiently fast machines, and removing
8570         the check makes the code simpler and more reliable.  Check for
8571         output and chmod failures.
8573         * doc/autoconf.texi (Special Shell Variables): Document
8574         the above.
8576 2001-10-31  Akim Demaille  <akim@epita.fr>
8578         * tests/Makefile.am (atconfig): Remove this target, Automake
8579         handles it now.
8581 2001-10-31  Akim Demaille  <akim@epita.fr>
8583         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8584         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8585         provided, while it is optional.
8586         * configure.ac: Adjust.
8588 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8590         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8591           lib/Autom4te/Struct.pm:
8592         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8593         with 5.005_02.
8595         * doc/autoconf.texi (Special Shell Variables): Document some
8596         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8598         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8599         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8600         eval $LINENO is not portable in practice.
8602 2001-10-24  Akim Demaille  <akim@epita.fr>
8604         * lib/Autom4te/General.pm (backname): New.
8606 2001-10-24  Akim Demaille  <akim@epita.fr>
8608         * m4/: Remove, merged into...
8609         * config/: here.
8611 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8613         * doc/autoconf.texi (Shellology): Mention the problems with bash
8614         2.05's use of ANSI quoting in its `set' builtin.
8616 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8618         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8619         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8620         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8621         POSIX decided to standardize on the int flavor of strerror_r.
8622         Always do char* test, as there's no reason not to.
8623         Assign to a char* var, to catch strerror_r that returns int*.
8625         * doc/autoconf.texi (Particular Functions):
8626         Document the above changes.  Also, document the fact that
8627         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8629         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8631 2001-10-20  Akim Demaille  <akim@epita.fr>
8633         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8634         the executable was missing from the log.
8636 2001-10-20  Akim Demaille  <akim@epita.fr>
8638         * lib/Autom4te/General.pm (&update_file): If destination is
8639         unchanged, remove the source.
8640         (&up_to_date_p): Don't be verbose, be debug.
8641         * bin/autoreconf.in: No longer support --m4dir.
8642         (&autoreconf): Display the full path of the configure.ac we are
8643         studying.
8644         Trace it only once.
8645         Be sure to honor --force with gettextize.
8646         Always run aclocal.
8647         * doc/autoconf.texi: Adjust.
8649 2001-10-20  Akim Demaille  <akim@epita.fr>
8651         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8652         Remove, dead.
8653         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8654         `intl' is already present, as it refuses unless --force.
8655         (&parse_args): Use -I, --include instead of the old Autoconf
8656         options.
8657         ($localdir, $autoconf_dir): Remove.
8658         (@include): New.
8659         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8661 2001-10-19  Jens Petersen  <petersen@redhat.com>
8663         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8664         * doc/autoconf.texi (Particular Programs): Likewise.
8666 2001-10-19  Akim Demaille  <akim@epita.fr>
8668         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8669         file in @configure_input@.
8670         Don't mention `automatically' in addition to `generated'.
8671         * tests/torture.at (#define header templates): Adjust.
8673 2001-10-19  Akim Demaille  <akim@epita.fr>
8675         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8676         comment, explain how to install automatic mode selection.
8677         From Russ Allbery.
8679 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8681         * bin/autoreconf.in (autoreconf): Display the path to the
8682         configure.ac being studied.
8684 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8686         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8687         long, to work around a bug in the HP C compiler version HP92453-01
8688         B.11.11.23709.GP.
8690         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8691         (AS_BASENAME_EXPR): New macro.
8692         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8693         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8694         and fall back on 'sed' only if the other two fail.  This makes
8695         AS_BASENAME act more like AS_DIRNAME.
8696         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8697         contains white space.
8698         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8699         Use AS_DIRNAME, since I think it's now DOS-friendly.
8700         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8701         Allow "dirname //FOO" to return either / or //, as POSIX allows
8702         either behavior.
8704 2001-10-10  Akim Demaille  <akim@epita.fr>
8706         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8707         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8708         From Eric Sharkey.
8710 2001-10-10  Akim Demaille  <akim@epita.fr>
8712         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8713         m4_define, since...
8714         (_AS_ECHO_N): AS_REQUIREs it.
8716 2001-10-10  Akim Demaille  <akim@epita.fr>
8718         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8719         (AC_INCLUDES_DEFAULT): Move to...
8720         * lib/autoconf/headers.m4: here.
8721         * lib/autoconf/types.m4: Comment changes.
8722         * doc/autoconf.texi: Specify where the default includes are used
8723         in the macro prototypes.
8725 2001-10-09  Akim Demaille  <akim@epita.fr>
8727         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8728         transition code.
8730 2001-10-08  Akim Demaille  <akim@epita.fr>
8732         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8733         (&parse_args): Pass verbosity/debugging options to subtools when
8734         --debug, not when --verbose.
8735         * lib/autom4te.in (Autoreconf-preselections): New.
8736         (Autoconf): Use it.
8738 2001-10-08  Akim Demaille  <akim@epita.fr>
8740         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8742 2001-10-08  Akim Demaille  <akim@epita.fr>
8744         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8745         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8747 2001-10-08  Akim Demaille  <akim@epita.fr>
8749         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8750         (Syntax of the shell scripts): Don't.
8751         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8752         bother with $force since...
8753         * lib/Autom4te/General.pm: does.
8755 2001-10-08  Akim Demaille  <akim@epita.fr>
8757         * bin/autoreconf.in: Rewrite in Perl.
8758         * configure.ac: Adjust.
8759         * lib/Autom4te/General.pm (&up_to_date_p): New.
8760         * bin/autom4te.in (&up_to_date_p): Use it.
8761         Rename as...
8762         (&up_to_date): this.
8764 2001-10-08  Akim Demaille  <akim@epita.fr>
8766         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8767         (m4_list_cmp): Use $0 to reinvoke yourself.
8768         (m4_patsubsts): New.
8769         (m4_strip, m4_version_unletter): Use it.
8770         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8772 2001-10-08  Akim Demaille  <akim@epita.fr>
8774         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8775         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8776         * lib/autoconf/types.m4, lib/autotest/general.m4,
8777         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8778         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8779         m4_bregexp, m4_bpatsubst, and m4_bmatch.
8780         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8782 2001-10-08  Akim Demaille  <akim@epita.fr>
8784         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8786 2001-10-08  Akim Demaille  <akim@epita.fr>
8788         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8789         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8790         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8791         * tests/tools.at, tests/m4sh.at: Use it.
8792         * tests/m4sh.at: Don't rely on Autoconf macros.
8793         (DIRNAME_TEST): Also exercise the expr variant.
8794         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8795         preferred M4sugar extension is now `.4s'.
8796         * tests/README: Remove.
8798 2001-10-08  Akim Demaille  <akim@epita.fr>
8800         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8801         (m4_provide_if): this.
8802         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8803         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8804         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8805         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8807 2001-10-08  Akim Demaille  <akim@epita.fr>
8809         Use `add-log-current-defun-function' for ChangeLog creation.
8810         Suggested by Tom Tromey.
8812         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8813         (autotest-mode): Adjust.
8814         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8815         'comment-region onto `C-c ;'.
8816         Comments are `#', not `dnl'.
8817         (autoconf-current-defun): New.
8818         (autoconf-font-lock-keywords): Recognize `m4_defun'.
8820 2001-10-08  Akim Demaille  <akim@epita.fr>
8822         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8823         * lib/m4sugar/m4sh.m4: here.
8824         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8825         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8826         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8827         include handle the m4_pattern_*, no longer push the
8828         BODY diversion nor set the /bin/sh line, AS_INIT does it.
8829         * lib/autotest/general.m4 (AT_INIT): Likewise.
8830         * tests/base.at: Adjust the tests to use AS_INIT.
8831         * tests/tools.at (AT_DATA_FORBIDDEN): New.
8832         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8833         Autoconf.
8835 2001-10-07  Paul Eggert  <eggert@twinsun.com>
8837         * doc/autoconf.texi (config.status Invocation):
8838         CONFIG_SHELL defaults to a shell that supports LINENO if available.
8840         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8841         shell does not support LINENO, and if CONFIG_SHELL is unset or
8842         empty, and if we can find a shell that does support LINENO,
8843         then set CONFIG_SHELL to that shell and then re-execute
8844         ourselves with CONFIG_SHELL.
8846 2001-10-05  Paul Eggert  <eggert@twinsun.com>
8848         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8849         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
8850         build of $(TESTSUITE).
8852 2001-10-05  Akim Demaille  <akim@epita.fr>
8854         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8855         iff we are a bareword.
8856         Reported by Raja R Harinath.
8858 2001-10-05  Akim Demaille  <akim@epita.fr>
8860         * tests/m4sh.at (LINENO): New.
8861         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8862         PATH_SEPARATOR before using it.
8863         Fix the absolute path case/esac pattern.
8864         Provide $0 as fallback for as_myself.
8865         Reported by Raja R Harinath.
8867 2001-10-05  Akim Demaille  <akim@epita.fr>
8869         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8870         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8872 2001-10-05  Akim Demaille  <akim@epita.fr>
8874         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8875         (AS_SHELL_SANITIZE): here.  Use it.
8876         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8877         From Paul Eggert.
8879 2001-10-04  Akim Demaille  <akim@epita.fr>
8881         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8882         combination of Awk and sed to replace $LINENO.
8884 2001-10-02  Paul Eggert  <eggert@twinsun.com>
8886         * doc/autoconf.texi (Limitations of Builtins): You can't use
8887         "source"; it's not portable.  Remove confusing and
8888         somewhat-incorrect example involving "." and "/".
8890         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8891         compatibility with POSIX shells.
8893 2001-10-02  Akim Demaille  <akim@epita.fr>
8895         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8896         instead of exec'ing to preserve $0 and $@.
8898 2001-10-01  Akim Demaille  <akim@epita.fr>
8900         * tests/testsuite (AT_INIT) <at_pass_list>: New.
8901         Don't run twice the same test.
8903 2001-10-01  Akim Demaille  <akim@epita.fr>
8905         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8906         No longer output the list of tests.
8907         <--list>: New option.
8908         <--full-help>: Remove.
8909         Complete the short/long options duality.
8910         Various small adjustments.
8912 2001-10-01  Akim Demaille  <akim@epita.fr>
8914         * doc/autoconf.texi: Use @kbd for user input.
8915         Always use `$' as shell prompt.
8917 2001-09-30  Paul Eggert  <eggert@twinsun.com>
8919         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8920         Don't use nested parenthesization.  This patch was originally
8921         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8922         but somehow it didn't get incorporated then.
8923         * doc/autoconf.texi (Limitations of Usual Tools):
8924         Clarify remark about sed and nested parenthesization.
8926         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8927         Report an error if the size cannot be determined even though
8928         the type exists.
8929         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8930         Check for `expr' arithmetic overflow, and for compilation failure,
8931         and invoke a new argument $4 if either is discovered.
8932         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8933         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8935 2001-09-28  Akim Demaille  <akim@epita.fr>
8937         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8938         * m4/lispdir.m4: New.
8939         * aclocal.m4, configure.ac: Adjust.
8941 2001-09-28  Akim Demaille  <akim@epita.fr>
8943         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8944         (AT_TESTED): this.
8945         (AT_INIT): More the wrapped section to where it will be expanded.
8946         Output `AT_tested' only when existing.
8947         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8949 2001-09-27  Akim Demaille  <akim@epita.fr>
8951         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8952         generates too many bug reports.
8954         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8955         status when executing the ACTION-IF-FALSE.
8956         * tests/base.at (AC_TRY_*): Rename as...
8957         (AC_TRY_COMMAND): this.
8958         (AC_RUN_IFELSE): New.
8959         * tests/compile.at (Extensions, C keywords)
8960         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8961         (Broken/missing compilers, AC_PROG_CPP with warnings)
8962         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8963         * tests/c.at (Extensions, C keywords)
8964         (Broken/missing compilers, AC_PROG_CPP with warnings)
8965         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8966         (AC_PROG_CPP requires AC_PROG_CC): here and...
8967         * tests/fortran.at (GNU Fortran 77): there.
8968         * doc/autoconf.texi (autoconf Invocation): Fix the example:
8969         AC_TRY_RUN is about compilation, not shell commands.
8970         (Test Programs): AC_TRY_RUN works as used to be advertised.
8972 2001-09-27  Akim Demaille  <akim@epita.fr>
8974         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8975         Raja R Harinath:
8976         Be sure to detect when $LINENO always returns the same value.
8977         Look for the original script, basename($0) is certainly not
8978         enough.
8979         Pass the CLI arguments to `$as_me.lineno'.
8981 2001-09-25  Akim Demaille  <akim@epita.fr>
8983         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8984         Be sure the close and reopen the LOG fd before and after using tee
8985         to extend the log.
8986         <at_tests_pattern>: Adjust to the new format of at_help_all.
8988 2001-09-23  Akim Demaille  <akim@epita.fr>
8990         * bin/autom4te.in (parse_args): There can be several invocations
8991         of --language now.
8993 2001-09-23  Akim Demaille  <akim@epita.fr>
8995         * doc/autoconf.texi (Top): Wrap in @ifnottex.
8997 2001-09-23  Akim Demaille  <akim@epita.fr>
8999         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9000         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9001         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9002         builddir, buildpath, top_builddir, and top_buildpath.
9003         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9004         the current directory.
9005         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9006         variables *before* changing the current directory.
9007         Skip nonexistent dirs.
9008         * doc/autoconf.texi (Preset Output Variables): Document these
9009         variables.
9011         * lib/autotest/general.m4: Do not reset AT_victims.
9012         Don't compute at_srcdir nor at_top_srcdir.
9014         * tests/tools.at: Hence use top_srcdir.
9016         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9017         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9018         Remove.
9019         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9020         * tests/wrapsh.in, tests/autoupdate.in: New.
9021         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9022         * configure.ac: Build the position independent wrappers.
9024         * man/Makefile.am: Now that test wrappers are position
9025         independent, use them and drop dark envvar magic.
9027 2001-09-23  Akim Demaille  <akim@epita.fr>
9029         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9030         (Programming in M4sh): this.
9031         Promote to @section.
9033 2001-09-23  Akim Demaille  <akim@epita.fr>
9035         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9036         Pass $at_debug_args to the rerun test suite.
9037         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9038         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9039         From Paul Eggert.
9041 2001-09-23  Akim Demaille  <akim@epita.fr>
9043         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9045 2001-09-23  Akim Demaille  <akim@epita.fr>
9047         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9048         over-escaping.
9050 2001-09-23  Akim Demaille  <akim@epita.fr>
9052         * lib/Autom4te/General.pm (&debug): New.
9053         * bin/autom4te.in ($language): Move to...
9054         (parse_args): here.
9055         Handle --language in languages.
9056         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9057         (Autoscan-selections): New.
9058         (Autoconf): Adjust.
9060 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9062         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9063         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9064         to match current versions from CVS Automake.
9066 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9068         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9069         for $LINENO.
9071 2001-09-22  Akim Demaille  <akim@epita.fr>
9073         * lib/autoconf/autotest.m4: Create `package.m4'.
9074         * tests/Makefile.am (package.m4): Remove.
9076 2001-09-22  Akim Demaille  <akim@epita.fr>
9078         Rely on `$LINENO' when possible instead of `__oline__'.
9080         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9081         `$LINENO' support replacement when not supported.
9082         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9083         them explicitly to be sure they are not output before this section
9084         (via m4_require).  Cosmetic only.
9085         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9086         * lib/autoconf/programs.m4: Replace all the occurrences of
9087         `__oline__' with `$LINENO'.
9088         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9090 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9092         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9093         character (u: -> ue) in a code comment.
9094         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9095         it works.
9097 2001-09-21  Akim Demaille  <akim@epita.fr>
9099         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9100         Suggested by Jim Meyering.
9102 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9104         * lib/autoconf/programs.m4: Use extensions listed in
9105         $ac_executable_extensions when looking for programs.
9107 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9109         * lib/autoconf/general.m4: Fix a small Englisho.
9110         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9111         setting up ac_dir_suffix and ac_top_builddir.
9112         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9114 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9116         * doc/autoconf.texi (File System Conventions): Clarify the use of
9117         PATH_SEPARATOR.
9118         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9119         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9120         be used instead of ':'.
9121         * lib/autotest/general.m4: Replace occurrences of ':' in
9122         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9124 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9126         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9127         arguments.  Fixed a typo.
9129 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9131         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9132         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9134 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9136         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9137         * bin/autoupdate.in: Ditto.
9138         * bin/autoheader.in: Reworded a few comments.
9139         * bin/autoconf.in: Reworded help text for a few options.
9140         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9141         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9143 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9145         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9146         already have $file).  Set output files to binary mode (helps avoid
9147         CR issues on DOSish systems).
9149 2001-09-19  Akim Demaille  <akim@epita.fr>
9151         * lib/autotest/general.m4: Englishoes.
9152         From Tim Van Holder and Alexey Mahotkin.
9154 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9156         * doc/autoconf.texi (Common Shell Constructs): New node,
9157         documenting AS_DIRNAME.
9158         (Limitations of Usual Tools): Refer to it when discussing dirname.
9159         Also, update discussion of POSIX standard to reflect latest draft.
9161         * lib/autoconf/c.m4:
9162         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9164         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9165         Do not pass a first argument with leading '-'
9166         to expr, by parenthesizing initial integers that might be negative.
9168         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9169         now merely checks whether it is an error to pass an argument
9170         to getpgrp.
9172         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9173         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9174         whether it is a (compile-time) error to pass an argument to
9175         getpgrp.  This simpler test supports the revised documentation,
9176         and is all that AC_FUNC_GETPGRP's users really need.
9178 2001-09-18  Akim Demaille  <akim@epita.fr>
9180         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9182 2001-09-18  Akim Demaille  <akim@epita.fr>
9184         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9185         `{}'.
9186         * lib/autotest/general.m4 (AT_INIT): Adjust.
9188 2001-09-18  Paul Wagland  <paul@wagland.net>
9190         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9191         correctly.
9192         Add test for AS_BASENAME.
9193         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9194         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9195         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9196         * tests/base.at: Fixed the expected responses. The old ones were
9197         one line out...
9198         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9199         the documentation claims it should (and how it behaved in 2.13).
9201 2001-09-18  Akim Demaille  <akim@epita.fr>
9203         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9204         the AC_CONFIG_COMMANDS invocation.
9205         This also solves the name clash problems.
9206         Don't set the package's ID.
9207         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9208         No longer to be shipped.
9209         (version.in): Remove.
9210         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9211         * lib/autoconf/status.m4: Adjust.
9212         Use `m4_PACKAGE_STRING'.
9213         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9214         the only optional argument is the name of the test suite.
9215         Expect `package.m4' to define the package signature.
9216         * lib/autom4te.in (Autotest): Add `package.m4?'.
9217         * tests/Makefile.am (package.m4): New.
9218         * tests/suite.at: ifnames is a victim.
9220 2001-09-18  Akim Demaille  <akim@epita.fr>
9222         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9223         AC_LIBSOURCE, AC_CONFIG_FILES.
9224         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9225         program version string doesn't match the package's.
9226         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9227         after `(cached)'.
9229 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9231         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9232         Allow expression to return any value that can fit into unsigned long
9233         (not int, as before).  Check for output errors.
9235 2001-09-17  Bruno Haible  <haible@ilog.fr>
9237         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9238         Always include <stdio.h> and <stdlib.h>. Evaluate
9239         the expression in an extra function before these includes. Call
9240         fprintf "%d" only after ensuring the argument is of type 'int'.
9241         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9243 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9245         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9246         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9247         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9248         when they don't exist.
9250         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9251         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9252         need it.
9254         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9255         version with the version used by fileutils 4.1, except use
9256         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9257         we don't need it.
9259         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9261 2001-09-13  Akim Demaille  <akim@epita.fr>
9263         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9264         _first_.
9265         Reported by Gerrit P. Haase.
9267 2001-09-13  Akim Demaille  <akim@epita.fr>
9269         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9270         m4_defn'ing is valid.
9272 2001-09-13  Akim Demaille  <akim@epita.fr>
9274         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9275         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9276         Use it.
9278 2001-09-13  Akim Demaille  <akim@epita.fr>
9280         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9281         m4_match.
9282         (m4_re_escape): New.
9283         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9284         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9285         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9286         Likewise.
9287         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9288         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9289         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9290         AT_tests_all for consistency.
9291         Set at_victims.
9292         (AT_VICTIMS): Similar to AT_KEYWORDS.
9293         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9295 2001-09-13  Akim Demaille  <akim@epita.fr>
9297         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9299 2001-09-13  Akim Demaille  <akim@epita.fr>
9301         * lib/autotest/general.m4 (AT_INIT): Create and remove
9302         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9303         test suites can cohabit.
9305 2001-09-13  Akim Demaille  <akim@epita.fr>
9307         * tests/mktests.sh: Don't output banners for empty test files.
9309 2001-09-13  Akim Demaille  <akim@epita.fr>
9311         Test suites can be run independently of configure.
9313         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9314         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9315         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9316         ECHO_N etc.
9317         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9318         and at_c.
9319         * lib/autotest/general.m4: Use ECHO_*.
9321 2001-09-13  Akim Demaille  <akim@epita.fr>
9323         * bin/ifnames.in: Rewrite in Perl.
9324         * configure.ac: Don't look for AWK.
9325         * tests/tools.at (AWK portability): Remove.
9326         (Syntax of the shell scripts): Don't check ifnames.
9327         (AT_CHECK_PERL_SYNTAX): New.
9328         (Syntax of the Perl scripts): Check ifnames.
9329         * tests/ifnames: New.
9331 2001-09-13  Akim Demaille  <akim@epita.fr>
9333         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9334         test group titles.
9335         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9336         Remove all the other keywords.
9338 2001-09-10  Akim Demaille  <akim@epita.fr>
9340         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9341         SETUP: no longer used.
9342         Support -k, --keywords.
9343         <at_help>: Be `no', `short', or `long'.
9344         <at_help_all>: New variable.
9345         (AT_KEYWORDS): New.
9346         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9347         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9348         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9349         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9350         No longer fill the HELP diversion.
9351         (AT_CLEANUP): Use them.
9352         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9353         (m4_list_append): Remove.
9355         Spread a few keywords in the Autoconf test suite.
9357 2001-09-10  Akim Demaille  <akim@epita.fr>
9359         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9360         PATH_SEPARATOR, let M4sh compute it.
9361         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9362         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9363         Move to...
9364         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9365         Simplify when the path is not a literal.
9366         (AS_UNAME): Use it to report PATH.
9367         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9368         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9369         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9370         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9371         normalize the path, and to look for victims.
9372         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9373         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9375 2001-09-07  Akim Demaille  <akim@epita.fr>
9377         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9378         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9379         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9380         related variables into `at_package_*'.
9381         * lib/autotest/general.m4 (AT_VICTIMS): New.
9382         (AT_INIT): Adjust for stand-alone/embedded test suites.
9383         (AS_MESSAGE_LOG_FD): Define and use it.
9384         * tests/suite.at (AT_VICTIMS): Use it.
9385         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9386         at_version.
9388 2001-09-07  Akim Demaille  <akim@epita.fr>
9390         Move toward possibly stand-alone test suites.
9392         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9393         in addition, it introduces useless differences in logs.
9394         (AT_INIT): Let atconfig and atlocal be both optional.
9395         Adjust PATH computation.
9396         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9398 2001-09-07  Akim Demaille  <akim@epita.fr>
9400         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9401         m4sugar/version.m4.
9403 2001-09-05  Akim Demaille  <akim@epita.fr>
9405         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9406         to avoid GCC warnings.
9407         From Uwe Seimet.
9409 2001-09-05  Akim Demaille  <akim@epita.fr>
9411         * bin/autom4te.in: --language is -l, not -s.
9413 2001-09-05  Akim Demaille  <akim@epita.fr>
9415         Be ready to handle filenames as stupid as `dnl.at', for if even
9416         the maintainer is dumb enough to do that...
9418         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9419         excellence in M4 quotation: consider `__file__' is active.
9421         And BTW, when invoking m4, pass the --include in the right order:
9422         the wrong one.
9424         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9425         4m.
9427 2001-09-05  Akim Demaille  <akim@epita.fr>
9429         * lib/Autom4te/XFile.pm: New lib file.
9430         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9431         * bin/autoheader.in: Use it.
9433 2001-09-05  Akim Demaille  <akim@epita.fr>
9435         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9436         defined.
9438 2001-09-05  Akim Demaille  <akim@epita.fr>
9440         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9441         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9443         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9444         Add -I, --include support.
9445         * doc/autoconf.texi (autoscan Invocation): Adjust.
9447 2001-09-05  Akim Demaille  <akim@epita.fr>
9449         CVS GNU M4 doesn't like `undefine(undefined)'.
9451         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9452         New, extracted from main.
9453         Use IO::File wherever possible.
9454         (input.m4): Be constant, use -I instead of hard coding $tmp.
9455         Therefore be a quoted heredoc.
9456         Don't invoke `_au_disable', since ac was not loaded, but just
9457         `unm4.m4'.
9459 2001-08-31  Akim Demaille  <akim@epita.fr>
9461         Version 2.52d.
9463 2001-08-31  Akim Demaille  <akim@epita.fr>
9465         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9466         previous patch.
9467         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9469 2001-08-31  Akim Demaille  <akim@epita.fr>
9471         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9472         serious problems handling heredocs in heredocs.
9473         Reported by Nicolas Joly.
9475 2001-08-31  Akim Demaille  <akim@epita.fr>
9477         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9478         (Making testsuite Scripts): Update.
9480 2001-08-31  Akim Demaille  <akim@epita.fr>
9482         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9484 2001-08-31  Akim Demaille  <akim@epita.fr>
9486         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9487         (testsuite Scripts): There is no such thing as `atconfig.in'.
9488         And actually one diagram is missing: test suite runtime.
9490 2001-08-31  Akim Demaille  <akim@epita.fr>
9492         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9493         inverse order.
9495 2001-08-31  Akim Demaille  <akim@epita.fr>
9497         * bin/autoupdate.in (@include): `installcheck' revealed the path
9498         to m4sugar was lacking!
9500 2001-08-31  Akim Demaille  <akim@epita.fr>
9502         * man/Makefile.am (.x.1): We really have to pass
9503         autom4te_perllibdir.
9505 2001-08-31  Akim Demaille  <akim@epita.fr>
9507         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9508         debug scripts, in particular passing explicitly listed tests to
9509         run is stupid.
9511 2001-08-31  Akim Demaille  <akim@epita.fr>
9513         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9514         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9515         Use directly autom4te, not autoconf.
9516         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9518 2001-08-31  Akim Demaille  <akim@epita.fr>
9520         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9521         * bin/autoheader.in (%symbol): Strip arguments of macros.
9523 2001-08-31  Akim Demaille  <akim@epita.fr>
9525         * doc/autoconf.texi: Catch up -I, --include changes.
9527 2001-08-31  Akim Demaille  <akim@epita.fr>
9529         * bin/autom4te.in (&parse_args): Die on unknown languages.
9530         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9531         need for autoconf.
9532         Promote --include over --macrodir and other obsolete options.
9534 2001-08-31  Akim Demaille  <akim@epita.fr>
9536         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9537         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9538         * bin/autom4te.in ($autoconf): Pass --force.
9539         `print $out' doesn't print `$_' but `$out'.
9540         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9541         (autoheader): Pass --force since the test suite goes too fast for
9542         the time stamps.
9543         Adjust to the new autoheader messages.
9545 2001-08-31  Akim Demaille  <akim@epita.fr>
9547         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9548         Check the completeness of the #template.
9549         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9550         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9551         invocation.
9553 2001-08-31  Akim Demaille  <akim@epita.fr>
9555         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9556         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9557         Drop AC_MACRODIR dead for real.
9558         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9559         `autoheader: `config.hin' is created'.
9560         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9562 2001-08-31  Akim Demaille  <akim@epita.fr>
9564         * bin/autoheader.in: Rewrite in Perl.
9565         * tests/autoheader: Adjust.
9567 2001-08-31  Akim Demaille  <akim@epita.fr>
9569         * bin/autoconf.in (--include, -I): New option.
9570         Map --localdir, --autoconf-dir onto it.
9571         Forward autom4te's options instead of interpreting them.
9572         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9573         There is no such envvar since the inception of autom4te.cfg.
9574         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9575         * bin/autoupdate.in: Adjust, and perform more control.
9576         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9577         * tests/autoconf: Dittowise.
9579 2001-08-31  Akim Demaille  <akim@epita.fr>
9581         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9582         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9583         optionally `FILE'.
9584         Use -e, not -f, since /dev/null for instance is OK.
9585         (&parse_args): Adjust.
9586         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9588 2001-08-31  Akim Demaille  <akim@epita.fr>
9590         * configure.ac: Also find tested executables in bin.
9591         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9592         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9593         installed peer executables, only PATH is allowed to resolve it.
9594         Pass `autoconf_dir' via options, not via invisible envvars.
9595         * lib/Autom4te/General.pm (&find_peer): Remove.
9596         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9597         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9598         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9599         find the executables for it.
9600         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9601         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9602         We only need PERL.
9603         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9604         indeed related to running the test suite, while passing
9605         --autoconf-dir and others is related to running non installed
9606         Autoconf executables.  So don't do that, leave it to...
9607         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9608         * tests/autoscan: New.
9609         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9610         refer to library files: rely on --language.
9612 2001-08-29  Akim Demaille  <akim@epita.fr>
9614         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9615         s/--set/--language/.
9617 2001-08-29  Akim Demaille  <akim@epita.fr>
9619         * doc/autoconf.texi: Strip the @nodes.
9620         Suggested by Paul Eggert.
9621         (Initializing configure): Typo.
9623 2001-08-29  Akim Demaille  <akim@epita.fr>
9625         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9626         Suggested by Paul Eggert.
9628 2001-08-29  Akim Demaille  <akim@epita.fr>
9630         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9631         download in a tmp dir.
9633 2001-08-29  Akim Demaille  <akim@epita.fr>
9635         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9636         case insensitive OSes out there :(
9637         From Tim Van Holder.
9639 2001-08-29  Akim Demaille  <akim@epita.fr>
9641         * lib/autom4te.in: New.
9642         * lib/Makefile.am (edit, autom4te.cfg): New.
9643         * bin/autom4te.in (BEGIN): Simplify.
9644         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9645         (&load_configuration): New.  Use it.
9646         (&parse_args): Support --mode, --set, and --melt.
9647         * bin/autoconf.in: Simplify and adjust.
9648         * tests/Makefile.am (AUTOMAKE): Use --set.
9649         * tests/atlocal.in: Adjust.
9650         * BUGS: distcheck and check are weak.
9652 2001-08-29  Akim Demaille  <akim@epita.fr>
9654         * lib/autotest/general.m4: Use
9655                 foo=`(command) 2>/dev/null`
9656         not
9657                 foo=`command` 2>/dev/null
9658         (at-devnull): Rename as...
9659         (AT-devnull): this.
9660         (--clean): Remove AT-* files too.
9661         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9662         Reported by Nicolas Joly.
9664 2001-08-28  Akim Demaille  <akim@epita.fr>
9666         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9667         quotes inside single quotes.
9668         Reported by Nicolas Joly.
9670 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9672         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9674 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9676         * lib/autotest/general.m4: Reword some messages.
9677         (AT_INIT): Check for the `times' builtin before using it.
9678         Support test ranges as arguments to the testsuite.
9679         Have -e imply -d as the help text suggested.
9681 2001-08-27  Akim Demaille  <akim@epita.fr>
9683         * Makefile.maint: Formatting changes.
9684         (do-po-update, po-update, cvs-update, update): New targets.
9685         (AMTAR): Remove.
9687 2001-08-27  Akim Demaille  <akim@epita.fr>
9689         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9690         <at_cmd_line>: New.
9691         Pass it to debug-*.sh scripts.
9692         <AUTOTEST_PATH>: May contain absolute dir names.
9694 2001-08-27  Akim Demaille  <akim@epita.fr>
9696         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9697         Support `VAR=VAL' as arguments.
9698         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9699         may be set via the command line.
9701 2001-08-27  Akim Demaille  <akim@epita.fr>
9703         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9704         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9705         first the build dirs, then the src dirs.
9706         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9708 2001-08-27  Akim Demaille  <akim@epita.fr>
9710         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9711         at_data_files earlier.
9712         (--clean, -c): New option.
9713         * tests/Makefile.am: Use this option.
9715 2001-08-27  Akim Demaille  <akim@epita.fr>
9717         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9718         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9719         readable.
9720         Adjust callers.
9721         * doc/autoconf.texi (Configuration Actions): Document the vars
9722         available in commands.
9723         Emphasize the risks of collisions in init-cmds.
9725 2001-08-27  Akim Demaille  <akim@epita.fr>
9727         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9728         (Initializing configure): this new node.
9730 2001-08-27  Akim Demaille  <akim@epita.fr>
9732         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9734 2001-08-27  Akim Demaille  <akim@epita.fr>
9736         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9737         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9738         New file.
9739         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9741 2001-08-27  Akim Demaille  <akim@epita.fr>
9743         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9744         to...
9745         * lib/autoconf/autoheader.m4: this new file.
9746         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9747         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9748         Move to...
9749         * lib/autoconf/autoupdate.m4: this new file.
9751 2001-08-27  Akim Demaille  <akim@epita.fr>
9753         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9754         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9755         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9756         -> ac_dir).
9757         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9758         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9760 2001-08-27  Akim Demaille  <akim@epita.fr>
9762         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9763         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9764         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9765         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9766         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9767         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9768         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9769         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9770         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9771         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9772         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9773         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9774         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9775         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9776         (_AC_OUTPUT_SUBDIRS): Move to...
9777         * lib/autoconf/status.m4: this new file.
9778         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9779         * tests/Makefile.am, tests/suite.at: Adjust.
9781 2001-08-27  Akim Demaille  <akim@epita.fr>
9783         Automake 1.5.
9785         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9786         (AMTAR): Help automake define it.
9787         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9788         needed, 1.5 can have a macro and a target with the same name.
9789         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9790         * m4/strip.m4: New.
9791         * m4/init.m4, m4/sanity.m4: Update.
9792         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9793         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9794         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9795         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9797 2001-08-27  Akim Demaille  <akim@epita.fr>
9799         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9801         * lib/autoconf/version.in: Remove.
9802         * lib/m4sugar/version.in: New.
9803         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9804         Adjust callers.
9805         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9806         the name of the directory they're in, instead of the filename,
9807         since version.m4 is now in m4sugar, but m4_acversion must not be
9808         classified as an Autoconf macro.
9809         ($input_m4): Don't qualify the path to m4sugar.
9810         Rather, pass autoconf_dir to m4.
9811         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9812         * tests/suite.at: Require 2.52c.
9814 2001-08-27  Akim Demaille  <akim@epita.fr>
9816         testsuite.log should include config.log.
9818         * lib/autotest/autotest.m4: New.
9819         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9820         * tests/suite.at : Adjust.
9821         (AT_INIT): Log config.log.
9822         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9823         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9824         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9825         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9826         of config.log on traps.
9827         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9828         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9829         for config.status'.
9830         Open the log as soon as possible.
9831         Use the same log introduction as configure's.
9833 2001-08-22  Paul Eggert  <eggert@twinsun.com>
9835         * doc/autoconf.texi (Indices): New node.
9836         Move indices out of the top level menu and into this submenu.
9838 2001-08-22  Akim Demaille  <akim@epita.fr>
9840         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9841         AC_TRY_COMMAND.
9842         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9844 2001-08-22  Akim Demaille  <akim@epita.fr>
9846         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9847         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9848         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9849         * lib/autoconf/programs.m4: here.
9850         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9851         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9852         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9853         * lib/autoconf/programs.m4: here.
9854         (_AC_DECL_YYTEXT): Rename as...
9855         (_AC_PROG_LEX_YYTEXT_DECL): this.
9856         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9857         * tests/Makefile.am, tests/suite.am: Adjust.
9859 2001-08-22  Akim Demaille  <akim@epita.fr>
9861         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9862         Move to...
9863         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9864         here.
9865         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9866         * lib/autoconf/functions.m4: here.
9867         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9868         (AH_CHECK_LIB): Move to...
9869         * lib/autoconf/libs: this new file.
9870         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9871         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9872         * lib/autoconf/libs.m4: here.
9873         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9875 2001-08-22  Akim Demaille  <akim@epita.fr>
9877         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9878         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9879         (AC_SITE_LOAD): Better logging of config.site.
9881 2001-08-20  Akim Demaille  <akim@epita.fr>
9883         * configure.ac (AT_CONFIG): Fix the path.
9884         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9885         can be used.
9887 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
9889         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9890         program with AC_LANG_PROGRAM before feeding it to
9891         AC_COMPILE_IFELSE.  Cleanup grep usage.
9893 2001-08-20  Akim Demaille  <akim@epita.fr>
9895         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9896         * NEWS, README, README-alpha, TODO, tests/README: This package is
9897         `Autoconf', not `autoconf' (the executable).
9899 2001-08-20  Akim Demaille  <akim@epita.fr>
9901         Info readers seem to need `Index' in the index node title :(
9903         * doc/autoconf.texi: Reverse the 2001-08-15 change which
9904         simplified index node names.
9906 2001-08-20  Akim Demaille  <akim@epita.fr>
9908         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9909         arguments are not literals.
9910         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9911         Specify the output variables, and macros defined.
9913 2001-08-20  Akim Demaille  <akim@epita.fr>
9915         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9916         (Examining Syntax) <AC_TRY_COMPILE>
9917         (Examining Libraries) <AC_TRY_LINK>
9918         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9919         their arguments.
9920         Reported by Werner Lemberg.
9922 2001-08-20  Akim Demaille  <akim@epita.fr>
9924         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9925         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9926         Load atlocal late enough to dump it in the log.
9927         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9929 2001-08-20  Akim Demaille  <akim@epita.fr>
9931         * tests/torture.at (Configuring subdirectories): New test.
9932         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9933         looking for.
9934         * m4/atconfig.m4: Be sure the let $[0] be expandable.
9935         (top_srcdir): Fix its computation.
9937 2001-08-20  Akim Demaille  <akim@epita.fr>
9939         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9940         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9941         test suite lives.
9942         Create `atconfig' automagically.
9943         Configure atlocal.in if present.
9944         * tests/atconfig.in: Remove.
9945         * tests/atlocal.in: New.
9946         * tests/Makefile.am: Adjust.
9948 2001-08-20  Akim Demaille  <akim@epita.fr>
9950         Huh!?!?!  There are still some user EOF tags used, which prevents
9951         their use in AC_CONFIG_COMMANDS for instance...
9953         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9954         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9955         `_CSEOF', or `_ATEOF', as appropriate.
9956         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9957         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9959 2001-08-20  Akim Demaille  <akim@epita.fr>
9961         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9962         * tests/semantics.at, tests/tools.at, tests/torture.at:
9963         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9965 2001-08-20  Akim Demaille  <akim@epita.fr>
9967         Autotest invokes M4sh's initialization.
9969         * lib/autotest/general.m4: Adjust the diversion names.
9970         (AT_INIT): Run AS_INIT.
9971         Use the BINSH diversion to invoke /bin/sh.
9972         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9973         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9975 2001-08-20  Akim Demaille  <akim@epita.fr>
9977         Let M4sh have its own diversions.
9979         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9980         (_m4_divert(NOTICE)): Rename as...
9981         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9982         (_m4_divert(HEADER-COMMENT)): these.
9983         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9984         (_m4_divert(NOTICE)): New, for Libtool.
9985         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9986         long ago with `_m4_divert(GROW)'.
9987         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9989 2001-08-20  Akim Demaille  <akim@epita.fr>
9991         * tests/base.at, tests/compile.at, tests/foreign.at,
9992         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9993         * tests/semantics.at, tests/suite.at, tests/tools.at,
9994         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9996 2001-08-20  Akim Demaille  <akim@epita.fr>
9998         * bin/autom4te.in (handle_output): Handle @__@.
10000 2001-08-20  Akim Demaille  <akim@epita.fr>
10002         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10003         * lib/autotest/general.m4: Adjust the license.
10005 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10007         * doc/autoconf.texi (Function Portability): Mention snprintf,
10008         following up on a suggestion by Kevin Ryde.
10010 2001-08-17  Akim Demaille  <akim@epita.fr>
10012         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10013         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10015 2001-08-17  Akim Demaille  <akim@epita.fr>
10017         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10018         `$0.log' as for projects where testsuite is in src, we'd have
10019         testsuite.log created in src.
10021 2001-08-17  Akim Demaille  <akim@epita.fr>
10023         * bin/autom4te.in (&parse_args): Recognize --normalize.
10025 2001-08-17  Akim Demaille  <akim@epita.fr>
10027         Start implementing the AC_CHECK_HEADER transition scheme.
10029         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10030         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10031         (AC_CHECK_HEADER): Use them.
10033 2001-08-17  Akim Demaille  <akim@epita.fr>
10035         * doc/autoconf.texi: Work around Texinfo buglets.
10036         (Transformation Rules): One example is enough, users are expected
10037         to have their brains on. And BTW, use DESTDIR.
10038         (dvar): New macro.  Use it.
10040 2001-08-17  Akim Demaille  <akim@epita.fr>
10042         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10043         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10044         looking for ChangeLogs.
10046 2001-08-17  Akim Demaille  <akim@epita.fr>
10048         * bin/autom4te.in: --normalize is a new option.
10049         * bin/autoconf.in: Use it.
10051 2001-08-17  Akim Demaille  <akim@epita.fr>
10053         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10054         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10056 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10058         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10059         start, not at end.
10061 2001-08-15  Akim Demaille  <akim@epita.fr>
10063         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10064         Use it.
10066 2001-08-15  Akim Demaille  <akim@epita.fr>
10068         * doc/autoconf.texi (pr): New index.
10069         (prindex, findex): Use, merge, and output them.
10070         (Environment Variable Index, Output Variable Index)
10071         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10072         (Autotest Macro Index): Rename as...
10073         (Environment Variables, Output Variables,Preprocessor Symbols)
10074         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10075         * doc/install.texi: Use @command.
10076         (Environment Variables): Rename as...
10077         (Defining Variables): this.
10079 2001-08-15  Akim Demaille  <akim@epita.fr>
10081         * doc/autoconf.texi (Function Portability): sprintf's return
10082         value.
10083         From Kevin Ryde.
10085 2001-08-15  Akim Demaille  <akim@epita.fr>
10087         * Makefile.maint (CVS): New.
10088         (local-check): Run changelog-check. last.
10089         (alpha): Don't depend upon local-check, since...
10090         (cvs-dist): depends upon it.
10092 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10094         * tests/Makefile.am: Use a clean-local rule to remove
10095         autom4te.cache (it's a directory, not a file.
10096         * Makefile.am: Ditto (but maintainer-clean-local).
10098 2001-08-15  Akim Demaille  <akim@epita.fr>
10100         * bin/autom4te.in (@m4_warning): New.
10101         (&handle_m4): Use it.
10102         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10103         warnings are issued at each run.
10104         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10105         is in the src tree.
10107 2001-08-15  Akim Demaille  <akim@epita.fr>
10109         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10110         don't waste time running `autoupdate --version' works.
10111         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10113 2001-08-13  Akim Demaille  <akim@epita.fr>
10115         * doc/autoconf.texi (ma): Rename this index as...
10116         (ac): this.
10118 2001-08-13  Akim Demaille  <akim@epita.fr>
10120         * Makefile.am: Remove dead code and dead comments.
10121         (pdf, html): New targets.
10122         * doc/autoconf.texi (Using Autotest): New chapter.
10123         * doc/Makefile.am (pdf): New targets.
10124         (CLEANFILES): Adjust.
10126 2001-08-13  Akim Demaille  <akim@epita.fr>
10128         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10129         duration of the test suite.
10131 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10133         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10134         endianness for comparison instead of relying on AT_CHECK_ENV.
10136 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10138         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10139         to the INSTALL file.
10141 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10143         * NEWS: The autoconf manual now is distributed under the terms
10144         of the GNU Free Documentation License.
10146         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10147         Add an appendix "Copying This Manual" for the FDL.
10149         * doc/fdl.texi: New file, from
10150         <http://www.gnu.org/licenses/fdl.texi>.
10152         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10154 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10156         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10157         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10158         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10159         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10160         m4/sanity.m4, tests/README, tests/aclocal.m4,
10161         tests/atspecific.m4, tests/base.at, tests/compile.at,
10162         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10163         tests/semantics.at, tests/suite.at, tests/tools.at,
10164         tests/torture.at: Add copyright notice.
10166         * tests/mktests.sh: Update year in copyright notice.
10168 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10170         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10172 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10174         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10175         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10176         * doc/autoconf.texi (C Compiler Characteristics): Update
10177         documentation for AC_C_BIGENDIAN.
10179 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10181         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10182         magic values from an object file when cross-compiling.
10183         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10185 2001-08-10  Akim Demaille  <akim@epita.fr>
10187         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10188         effects.
10189         Suggested by Russ Allbery.
10191 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10193         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10194         current $prefix to the sub-configures.
10196 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10198         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10199         extension (needed on BeOS).  Reported by Guido van Rossum.
10201 2001-08-09  Akim Demaille  <akim@epita.fr>
10203         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10205 2001-08-07  Akim Demaille  <akim@epita.fr>
10207         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10208         removed.
10209         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10210         No need to remove the files before and after the each test, before
10211         each test and at the end of the suite is enough.
10212         Display only the children `times', not the shell's.
10213         If the test failed or was skipped, at-times is not available.
10215 2001-08-07  Akim Demaille  <akim@epita.fr>
10217         Always produce testsuite.log, including when there are no
10218         failures.  This helps getting information on skipped tests, and
10219         duration of the tests.  Err, implement the latter btw.
10221         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10222         Dump information on the first run of each test.
10223         (AT_CLEANUP): Create `at-times' containing the duration of the
10224         test group.
10226 2001-08-07  Akim Demaille  <akim@epita.fr>
10228         The use of `dumpstat' revealed that `len' was used although it
10229         should not.  m4_text_wrap was using it, but in the Autoconf world
10230         where it is legal.  Hence (i) test M4sh in its own world, not
10231         Autoconf's, and (ii), ahem, fix the bug :)
10233         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10234         does not like `' instead of [].
10235         (AT_INIT): Forbid `^_?AT_'.
10236         And don't output such tokens.
10237         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10238         `script.as', and `autom4te.cache'.
10239         Remove `empty' and `macro' which are no longer used.
10240         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10241         * tests/m4sugar.at: Use it.
10242         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10244 2001-08-07  Akim Demaille  <akim@epita.fr>
10246         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10248 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10250         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10252 2001-08-04  Akim Demaille  <akim@epita.fr>
10254         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10255         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10256         AC_TRY_LINK.
10257         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10258         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10259         (AC_F77_MAIN): Likewise.
10261 2001-08-04  Akim Demaille  <akim@epita.fr>
10263         Don't rely on M4sugar outputting the patterns in files, since we
10264         might process the output _without_ running m4, hence without these
10265         files.
10267         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10268         * bin/autom4te.in (@Request::includes): Remove, unused.
10269         (@Request::source): Rename as...
10270         (@Request::input): this.
10271         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10272         (&handle_output): Fetch the patterns from the traces.
10273         `$forbidden' and `$allowed' are constant: use m//o.
10274         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10275         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10277 2001-08-04  Akim Demaille  <akim@epita.fr>
10279         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10280         autoconf', i.e., in addition to caching traces, cache the output.
10282         * bin/autom4te.in (Request::cache): Rename as...
10283         (Request::id): this.
10284         ($cache, $icache, $tcache, $ocache): New.
10285         (&handle_m4): Save M4 output in the cache instead of $tmp.
10286         (&handle_output): Adjust.
10287         (&up_to_date_p): Check that the output cache is up to date too.
10288         (top level): Run `&handle_m4' iff force or the cache is invalid.
10289         Run `&handle_output' if the output cache is more recent.
10291 2001-08-04  Akim Demaille  <akim@epita.fr>
10293         * bin/autom4te.in ($force): New.
10294         (&parse_args, &print_usage): -f, --force is a new option.
10295         (&handle_output): CPP directives might have spaces after `#'.
10296         (&parse_args): The first file only can be frozen.
10298 2001-08-04  Akim Demaille  <akim@epita.fr>
10300         Don't let autom4te compute the `include' traces several times:
10301         first check that the trace cache file is up to date, and then
10302         compare its timestamp with that of the output.
10304         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10305         the preamble.  Don't require 5.005 as Autom4te::General does it,
10306         and better yet (use `use', not `require'!).
10307         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10308         Class::Struct as Autom4te::Struct.
10309         * lib/Autom4te/General.pm (File::stat): Use it.
10310         (&mtime): New, export it.
10311         * bin/autom4te.in: Use it.
10312         Declare `$req' is invalid if it is outdated.
10313         Don't declare it valid before saving it if something went wrong.
10315 2001-08-04  Akim Demaille  <akim@epita.fr>
10317         Autom4te shall not encode Autoconf data, and preselecting traces
10318         must be proposed to the users.
10320         * bin/autom4te.in (@required_trace): Remove.
10321         (@preselect): New.
10322         (&parse_args, &print_usage): -p, --preselect is a new option.
10323         (&up_to_date_p): Adjust.
10324         * bin/autoconf.in: Preselect some Autoconf macros.
10326 2001-08-04  Akim Demaille  <akim@epita.fr>
10328         * tests/tools.at (autoconf --trace: user macros): Check traces on
10329         macros invoked without arguments, and macros invoked with multiple
10330         lines arguments.
10332 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10334         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10335         arguments.
10337 2001-08-03  Akim Demaille  <akim@epita.fr>
10339         * bin/autoconf.in ($@): Work around the usual sh bug.
10340         From Nicolas Joly.
10342 2001-08-03  Akim Demaille  <akim@epita.fr>
10344         Clean up the handling of the M4 builtins tracing exception.
10346         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10347         trace requests.
10348         (@m4_builtins): Rename as...
10349         (@m4_builtin): this.
10350         (%m4_builtin_alternate_name): New.
10351         (&parse_args): Complete the trace requests with alternate names.
10352         (&handle_traces): Hence no longer do it here.
10353         (&trace_requests): Remove, unused.
10355 2001-08-03  Akim Demaille  <akim@epita.fr>
10357         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10358         m4_if, and m4_wrap.
10360 2001-08-03  Akim Demaille  <akim@epita.fr>
10362         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10363         (m4_divert_pop): Dump the whole diversion stack when a diversion
10364         mismatch happens.
10365         * bin/autom4te.in (&handle_output): Remember of the first
10366         occurrence of a possibly undefined macro, not the last.
10367         Complain about the possibly undefined macros in the same order as
10368         the appear in the output.
10369         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10370         * tests/tools.at (autoconf: forbidden tokens, basic)
10371         (autoconf: forbidden tokens, exceptions): No longer sort
10372         autoconf's stderr, as it is now deterministic.
10373         Check that `dnl' is caught.
10375 2001-08-01  Akim Demaille  <akim@epita.fr>
10377         * configure.ac: Bump to 2.52c.
10379 2001-08-01  Akim Demaille  <akim@epita.fr>
10381         Version 2.52b.
10383         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10385 2001-08-01  Akim Demaille  <akim@epita.fr>
10387         Version 2.52a.
10389 2001-08-01  Akim Demaille  <akim@epita.fr>
10391         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10392         `die'.
10393         (&END): New.
10394         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10395         `END', as `Autom4te::General::END' will be triggered.
10396         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10397         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10398         system to run `mv', `rm', and `cmp'.
10400 2001-08-01  Akim Demaille  <akim@epita.fr>
10402         * lib/Autom4te/General.pm (&unique): New.
10403         * bin/autoscan.in (&output): Use it to issue trace requests once.
10405 2001-08-01  Akim Demaille  <akim@epita.fr>
10407         * lib/Autom4te/General.pm: New.
10408         * bin/autom4te.in (Autom4te::General): Use it.
10409         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10410         (&find_configure_ac, &find_slave): Remove.
10411         * bin/autoscan.in: Likewise.
10412         * bin/autoupdate.in: Likewise.
10414 2001-08-01  Akim Demaille  <akim@epita.fr>
10416         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10417         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10418         * bin: here, new directory.
10419         * lib/Autoconf: Rename as...
10420         * lib/Autom4te: this, to please case insensitive junkie OSes.
10422 2001-08-01  Akim Demaille  <akim@epita.fr>
10424         * autom4te.in ($m4): Handle the --nesting-limit.
10425         * autoconf.in (M4): Remove.
10427 2001-08-01  Akim Demaille  <akim@epita.fr>
10429         * autoconf.in ($AWK): Remove, no longer used.
10430         * test/tools.at: Use AT_CHECK_AUTOCONF.
10431         (AWK portability): Remove, for autoconf no longer uses AWK.
10432         (Syntax of the Perl scripts): New.
10433         * configure.ac: autoconf no longer needs an AWK with a good
10434         regexp engine.
10435         Use a static test on AC_PACKAGE_VERSION.
10436         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10437         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10438         * tests/atconfig.in (PERL): New.
10440 2001-08-01  Akim Demaille  <akim@epita.fr>
10442         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10443         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10444         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10445         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10446         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10447         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10448         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10449         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10450         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10451         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10452         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10453         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10454         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10455         * lib/autoconf/c.m4: here, new file.
10457         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10458         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10459         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10460         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10461         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10462         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10463         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10464         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10465         (AC_F77_FUNC): Move to...
10466         * lib/autoconf/fortran.m4: here, new file.
10468 2001-08-01  Akim Demaille  <akim@epita.fr>
10470         * acfunctions.m4: Rename as...
10471         * lib/autoconf/functions.m4: this.
10472         * acgeneral.m4: Rename as...
10473         * lib/autoconf/general.m4: this.
10474         * acheaders.m4: Rename as...
10475         * lib/autoconf/headers.m4: this.
10476         * aclang.m4: Rename as...
10477         * lib/autoconf/lang.m4: this.
10478         * acoldnames.m4: Rename as...
10479         * lib/autoconf/oldnames.m4: this.
10480         * acspecific.m4: Rename as...
10481         * lib/autoconf/specific.m4: this.
10482         * actypes.m4: Rename as...
10483         * lib/autoconf/types.m4: this.
10484         * autoconf.m4: Rename as...
10485         * lib/autoconf/autoconf.m4: this.
10487         * m4sugar.m4: Rename as...
10488         * lib/m4sugar/m4sugar.m4: this.
10489         * m4sh.m4: Rename as...
10490         * lib/m4sugar/m4sh.m4: this.
10492         * tests/atgeneral.m4: Rename as...
10493         * lib/autotest/general.m4: this.
10495         * acfunctions: Rename as...
10496         * lib/autoscan/functions: this.
10497         * acheaders: Rename as...
10498         * lib/autoscan/headers: this.
10499         * acidentifiers: Rename as...
10500         * lib/autoscan/identifiers: this.
10501         * aclibraries: Rename as...
10502         * lib/autoscan/libraries: this.
10503         * acmakevars: Rename as...
10504         * lib/autoscan/makevars: this.
10505         * acprograms: Rename as...
10506         * lib/autoscan/programs: this.
10508 2001-08-01  Akim Demaille  <akim@epita.fr>
10510         * doc/autoconf.texi: Moving/deleting open files is not portable.
10511         Portability issues for `.' (source), and more information about sed.
10513 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10515         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10516         which has a special meaning and is not a reference to libibmil.a.
10517         Reported by Matteo Frigo.
10519 2001-07-25  Pavel Roskin  <proski@gnu.org>
10521         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10522         output.
10524 2001-07-25  Akim Demaille  <akim@epita.fr>
10526         * autoconf.in: Try to define the variables before using them.
10527         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10528         instead of `$perllibdir'.
10529         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10531 2001-07-25  Akim Demaille  <akim@epita.fr>
10533         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10535 2001-07-24  Akim Demaille  <akim@epita.fr>
10537         Let autoconf use autom4te for traces.
10539         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10540         autom4te.
10541         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10542         (Because I found no way for autom4te to accept `-').
10543         * autom4te.in (&Request::request): Beware of M4 builtins.
10544         (END): Don't try to remove the content of an empty dir.
10545         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10546         (&handle_output): Set a default value to `$forbidden'.
10547         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10548         ($autoconf): Pass --debug and --verbose.
10549         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10550         cache.
10552 2001-07-24  Akim Demaille  <akim@epita.fr>
10554         Let autoconf use autom4te to create configure.
10556         * autoconf.in ($automate): New var.
10557         (task script): Use autom4te.
10558         * autom4te.in (File::Spec): Use it.
10559         (&find_file): New.
10560         (&parse_args): --warning is -W, not -w.
10561         Find the top level files.
10562         (&handle_m4): Pass the warnings flags.
10563         Don't report verbosely m4's failures, unless requested.
10564         (&handle_output): Don't complain for forbidden tokens in comments.
10565         Be sure to report all the forbidden tokens within a single line.
10566         (&trace_format_to_m4): Preserve `$_'.
10567         (&handle_traces): Sort the output macros.
10568         (&up_to_date_p): Find the files before trying to get its time stamp.
10570 2001-07-24  Akim Demaille  <akim@epita.fr>
10572         * Makefile.am: Ship, build and install Autom4te.
10573         (SUBDIRS): Add lib.
10574         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10575         * configure.in: Require Perl.
10576         * man/autom4te.in: New.
10578 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10580         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10581         example, rather than (exit 1); exit (which isn't portable).
10583 2001-07-18  Akim Demaille  <akim@epita.fr>
10585         Version 2.52.
10587 2001-07-18  Akim Demaille  <akim@epita.fr>
10589         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10590         was run, while they are needed also when it is expanded.
10591         Reported by Nicolas Joly.
10593         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10594         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10595         AC_F77_DUMMY_MAIN being expanded.
10597 2001-07-18  Akim Demaille  <akim@epita.fr>
10599         * configure.in: Bump to 2.51a.
10601 2001-07-17  Akim Demaille  <akim@epita.fr>
10603         Version 2.51.
10605 2001-07-17  Akim Demaille  <akim@epita.fr>
10607         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10608         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10610 2001-07-17  Akim Demaille  <akim@epita.fr>
10612         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10613         used.  Well, then use the prototypes when you can, and runtime as
10614         a last resort.
10615         Reported by Artur Frysiak
10617         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10618         (AC_FUNC_GETPGRP): Use it.
10619         First try to compile with 0-ary or 1-ary calls.
10621 2001-07-17  Akim Demaille  <akim@epita.fr>
10623         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10624         replacement type.
10625         From Paul Eggert.
10627 2001-07-17  Akim Demaille  <akim@epita.fr>
10629         * Makefile.maint: Sync. with cppi 1.10.
10631 2001-07-17  Akim Demaille  <akim@epita.fr>
10633         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10634         AC_F77_DUMMY_MAIN has been run.
10635         From Pavel Roskin and Steven G. Johnson.
10637 2001-07-17  Akim Demaille  <akim@epita.fr>
10639         * configure.in: Rename as...
10640         * configure.ac: this.
10642 2001-07-17  Akim Demaille  <akim@epita.fr>
10644         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10645         rules.
10646         From Marc Espie.
10647         * Makefile.maint (release-archive-dir): Rename as...
10648         (release_archive_dir): this, so that it can be specialized in
10649         Makefile.
10651 2001-07-14  Akim Demaille  <akim@epita.fr>
10653         * configure.in: Bump to 2.50d.
10655 2001-07-14  Akim Demaille  <akim@epita.fr>
10657         Version 2.50c.
10658         * Makefile.maint (alpha): Typo.
10660 2001-07-14  Akim Demaille  <akim@epita.fr>
10662         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10664 2001-07-14  Akim Demaille  <akim@epita.fr>
10666         * config/config.guess, config/config.sub, config/texinfo.tex
10667         * doc/standards.texi, doc/make-stds.texi: Update.
10669 2001-07-14  Akim Demaille  <akim@epita.fr>
10671         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10673 2001-07-14  Akim Demaille  <akim@epita.fr>
10675         * Makefile.maint (maintainer-check): Rename as...
10676         (maintainer-distcheck): this.
10677         (changelog-check, static-check): New.
10678         Use them.
10680 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10682         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10683         for CXX is g++, not gcc.
10685 2001-07-14  Akim Demaille  <akim@epita.fr>
10687         * doc/autoconf.texi (Files): New subsection.
10689 2001-07-14  Akim Demaille  <akim@epita.fr>
10691         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10692         of...
10693         (Generic Compiler Characteristics): this.
10694         (C++ Compiler): New subsection.
10696 2001-07-14  Akim Demaille  <akim@epita.fr>
10698         * autoscan.in: Use IO::File.
10699         Adjust all the routines to use it.
10700         ($log): New file (autoscan.log).
10701         (output): Dump detailed logs into $log, and a shortened version to
10702         stderr.
10703         (&scan_makefile): Refine the regexp catching tokens in the code.
10704         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10705         and the `configure.ac' checking feature.
10707 2001-07-12  Akim Demaille  <akim@epita.fr>
10709         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10710         Reported by Michael Elizabeth Chastain.
10712         * autoconf.in: Refuse such AWK.
10713         * configure.in: Likewise.
10714         * Makefile.am (acversion.m4): Do not use move-if-change this file
10715         has dependencies.
10716         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10718 2001-07-10  Jens Petersen  <petersen@redhat.com>
10720         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10721         things like "g++", "file.c" and "some-conf" as tokens.
10722         (&scan_file): Match C++ files extensions.
10723         If the filename extension is C++ then ask for c++.
10725 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10727         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10728         AC_TRY_LINK_FUNC, to check whether defining a dummy
10729         main-like routine is needed for linking with F77 libs.
10731 2001-07-05  Pavel Roskin  <proski@gnu.org>
10733         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10734         after using break.
10735         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10736         linking.
10738 2001-07-05  Akim Demaille  <akim@epita.fr>
10740         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10741         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10742         Makes' lives.
10743         Reported by Nicolas Joly.
10745 2001-07-04  Akim Demaille  <akim@epita.fr>
10747         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10748         up.
10749         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10750         warnings from compilers.
10751         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10752         for all the compilers, not only GNU.  Hence move from here...
10753         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10755 2001-07-04  Akim Demaille  <akim@epita.fr>
10757         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10758         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10759         AC_COMPILE_IFELSE.
10761 2001-07-04  Akim Demaille  <akim@epita.fr>
10763         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10764         the ``strings.h'' change claimed below.
10766 2001-07-04  Akim Demaille  <akim@epita.fr>
10768         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10770 2001-07-04  Akim Demaille  <akim@epita.fr>
10772         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10773         strings.h if usable with string.h.
10774         Suggested by Paul Eggert.
10776 2001-07-04  Akim Demaille  <akim@epita.fr>
10778         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10779         From Jens Petersen.
10781 2001-07-03  Akim Demaille  <akim@epita.fr>
10783         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10784         etc. in the log.
10786 2001-07-03  Akim Demaille  <akim@epita.fr>
10788         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10789         compiler, not the preprocessor.
10790         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10791         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10792         the right thing.
10793         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10794         earlier if there are.
10796 2001-07-03  Akim Demaille  <akim@epita.fr>
10798         * autoscan.in ($initfile): Remove.
10799         (&find_file): Rename as...
10800         (&scan_file): this.
10801         Immediately scan the current file, instead of gathering them, and
10802         later having them handled by &scan_files.
10803         (&scan_files): Merely invoke Find::File.
10804         Adjust.
10806 2001-07-02  Akim Demaille  <akim@epita.fr>
10808         * autoscan.in: Formatting changes, matching the invocation order.
10809         (File::Find): Use it instead of Perl 4's `find.pl'.
10810         (&wanted): Rename as...
10811         (&find_file): this.
10813 2001-07-01  Pavel Roskin  <proski@gnu.org>
10815         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10816         break in the argument to AC_TRY_LINK_FUNC.
10817         (AC_F77_MAIN): Remove conftest* after using break in the
10818         argument to AC_TRY_LINK.
10820 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
10822         Add alternate 'main' routine detection for linking C/C++ with Fortran,
10823         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10825         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10826         dummy alternate main is required even if the user provides her own
10827         'main'.
10828         (AC_F77_MAIN): New macro to detect whether it is possible to
10829         provide an alternate 'main' function name, using the 'main' from
10830         the Fortran libraries.
10831         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10832         cross-language link tests can be performed successfully.
10833         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
10834         after $LIBS, for consistency; this should be the general rule since
10835         the user may want to link to Fortran libraries that require $FLIBS.
10836         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10838 2001-06-29  Pavel Roskin  <proski@gnu.org>
10840         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10841         at-stdout and at-stderr instead of removing the newline
10842         from the echo output, which is not guaranteed to work.
10844 2001-06-28  Jens Petersen  <petersen@redhat.com>
10846         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10847         confdefs.h when non-zero.
10849 2001-06-28  Akim Demaille  <akim@epita.fr>
10851         * configure.in: Bump to 2.50c.
10853 2001-06-26  Akim Demaille  <akim@epita.fr>
10855         Version 2.50b.
10857 2001-06-26  Akim Demaille  <akim@epita.fr>
10859         Version 2.50a.
10861 2001-06-25  Pavel Roskin  <proski@gnu.org>
10863         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10864         argument, AUTOCONF-FLAGS.
10865         * tests/mktests.sh (update_exclude_list): Add
10866         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10867         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10868         AC_FUNC_WAIT3 with "-W no-obsolete".
10870 2001-06-25  Akim Demaille  <akim@epita.fr>
10872         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10874 2001-06-25  Akim Demaille  <akim@epita.fr>
10876         * autoscan.in (%macro): Now maps from word to list of macros.
10877         (&init_tables): Die when a word which is already handled by
10878         explicit macros is mapped to the default macro.
10879         (&print_unique): Remove, inlined in...
10880         (&output_kind): here.
10881         (File::Basename): Use it.
10882         (&output): Sort the CONFIG_FILES.
10883         * acheaders: Normalize.
10884         * acfunctions: Likewise.
10886 2001-06-25  Akim Demaille  <akim@epita.fr>
10888         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10889         characteristics in the logs.
10890         Suggested by Mo DeJong.
10892 2001-06-24  Akim Demaille  <akim@epita.fr>
10894         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10895         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10896         * doc/autoconf.texi (Autoconf 2.13): New section.
10898 2001-06-24  Akim Demaille  <akim@epita.fr>
10900         * autoconf.in (Task traces): Separate the error messages from the
10901         traces to improve robustness.
10903 2001-06-23  Akim Demaille  <akim@epita.fr>
10905         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10906         three as failures are unlikely, and speed matters.
10908 2001-06-23  Akim Demaille  <akim@epita.fr>
10910         * doc/autoconf.texi (Redefined M4 Macros): New.
10912 2001-06-23  Akim Demaille  <akim@epita.fr>
10914         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10915         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10916         5.3.
10918 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
10920         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10921         config.status targets to after the evaluation of the INIT-CMDS.
10922         Double quote config.status targets (used to be single quoted).
10924 2001-06-23  Akim Demaille  <akim@epita.fr>
10926         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10927         Check the content of the created file.
10928         Check the ./config.status command line invocation.
10930 2001-06-23  Akim Demaille  <akim@epita.fr>
10932         * tests/foreign.at (Libtool): Reject prehistoric versions.
10934 2001-06-23  Akim Demaille  <akim@epita.fr>
10936         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10937         preexisting files matching a.*.
10939 2001-06-23  Akim Demaille  <akim@epita.fr>
10941         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10942         stderr.
10943         * doc/autoconf.texi (AC_ARG_VAR): Update.
10945 2001-06-21  Akim Demaille  <akim@epita.fr>
10947         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10948         precious variables have changed.
10949         * tests/torture.at (AC_ARG_VAR): Adjust.
10951 2001-06-21  Akim Demaille  <akim@epita.fr>
10953         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10954         but some sed choke on multiple `;', and other tools (e.g.,
10955         Automake), include the separator themselves.
10957         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10959 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
10961         * doc/autoconf.texi (Functions Portability): Rename as...
10962         (Function Portability): this.
10963         (Function Portability): Document potential problems with unlink().
10965 2001-06-19  Paul Eggert  <eggert@twinsun.com>
10967         * NEWS, doc/autoconf.texi: Document quadrigraphs.
10969 2001-06-18  Akim Demaille  <akim@epita.fr>
10971         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10973 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
10975         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10976         (_AC_FUNC_VFORK): this.
10977         Remove AC_DEFINEs and don't guess cross-compilation values.
10978         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10979         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10980         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10981         vfork doesn't work.
10982         Guess values if cross-compiling, but warn.
10983         * acfunctions: Add AC_FUNC_FORK.
10984         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10985         and vfork appropriately.
10987 2001-06-18  Akim Demaille  <akim@epita.fr>
10989         * doc/autoconf.texi (Functions Portability): New section.
10991 2001-06-18  Akim Demaille  <akim@epita.fr>
10993         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10994         in $M4.
10995         Suggested by Andreas Schwab.
10997 2001-06-18  Akim Demaille  <akim@epita.fr>
10999         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11000         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11001         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11002         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11003         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11004         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11005         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11006         the converse).
11008 2001-06-18  Akim Demaille  <akim@epita.fr>
11010         * doc/autoconf.texi (ms): New index.
11011         (Macro Index): Rename as...
11012         (Autoconf Macro Index): this.
11013         (M4 Macro Index): New appendix.
11014         (Programming in M4): New chapter.
11015         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11016         (Quoting): Rename as...
11017         (M$ Quotation): this.
11018         Be part of `Programming in M4).
11020 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11022         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11023         in separate statements for compatibility with Tru64 v5.1.
11025 2001-06-17  Akim Demaille  <akim@epita.fr>
11027         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11028         current values of the precious variables, not the previously
11029         cached values.
11030         Pass precious variables which are set to config.status.
11031         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11032         * tests/torture.at (AC_ARG_VAR): New.
11034 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11036         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11037         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11038         and explain why and how to replace them.
11039         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11040         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11042 2001-06-15  Akim Demaille  <akim@epita.fr>
11044         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11045         Reported by Bruno Haible.
11047         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11048          (_AC_ARG_VAR_PRECIOUS): to here.
11050 2001-06-15  Pavel Roskin  <proski@gnu.org>
11052         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11053         an unused pointer use cast to this type and `if' statement to
11054         avoid warnings from the compiler.
11055         (AC_HEADER_TIME): Likewise.
11056         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11057         in `if' statement to avoid warnings from the compiler. Declare
11058         ac_aggr static to avoid the need to initialize it.
11060 2001-06-14  Akim Demaille  <akim@epita.fr>
11062         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11063         Macros'.
11065 2001-06-13  Akim Demaille  <akim@epita.fr>
11067         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11068         Suggested by Alexander Mai.
11070 2001-06-13  Akim Demaille  <akim@epita.fr>
11072         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11073         sys/types.h and sys/stat.h, and check for them.
11075 2001-06-13  Akim Demaille  <akim@epita.fr>
11077         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11078         INCLUDES.
11080 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11082         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11083         succeeds and only try adding libdnet upon a failure.
11085 2001-06-12  Akim Demaille  <akim@epita.fr>
11087         * autoscan.in (&output_kind): Output the comment only if it exists.
11088         (%kind_comment): Add entry for `programs'.
11089         (&output_programs): Use &output_kind.
11090         (&output_functions, &output_identifiers, &output_headers)
11091         (&output_programs): Inline, and remove.
11093 2001-06-12  Akim Demaille  <akim@epita.fr>
11095         * autoscan.in (%kind_comment): New.
11096         (output_kind): New.
11097         (output_functions, output_identifiers, output_headers): Use it.
11099 2001-06-12  Akim Demaille  <akim@epita.fr>
11101         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11102         arguments, to factor indirections into `%macro' and `%used'.
11103         (%generic_macro): Fix a typo.
11105 2001-06-12  Akim Demaille  <akim@epita.fr>
11107         * aclibraries: New.
11108         * autoscan.in (@kinds): Add `libraries'.
11109         Use `@kinds' instead of hard coded lists.
11110         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11111         Remove, replaced by...
11112         (%used): this.
11114 2001-06-12  Akim Demaille  <akim@epita.fr>
11116         * autoscan.in (%functions_macros %headers_macros)
11117         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11118         replaced by...
11119         (%macro): New.
11121 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11123         * aclang.m4 (AC_NO_EXECUTABLES): Override
11124         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11126 2001-06-11  Akim Demaille  <akim@epita.fr>
11128         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11129         trailing new line.
11130         Reported by Andreas Schwab.
11132 2001-06-11  Akim Demaille  <akim@epita.fr>
11134         * Makefile.am, Makefile.maint: Typos.
11136 2001-06-09  Akim Demaille  <akim@epita.fr>
11138         * doc/autoconf.texi (Here-Documents): New section, gathering
11139         documentation about here-documents.
11140         Use `href', not `uref', and other changes.
11142 2001-06-09  Akim Demaille  <akim@epita.fr>
11144         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11145         chapter.
11147 2001-06-09  Akim Demaille  <akim@epita.fr>
11149         * doc/autoconf.texi (Limitations of Builtins): Complete the
11150         description of the here-docs penalties with Alexandre Oliva's
11151         explanations.
11153 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11155         * doc/autoconf.texi: Talk about here documents and speedups.
11156         Do not use "echo" on arbitrary strings.
11157         Spell "here-documents" consistently with the standard.
11159 2001-06-09  Akim Demaille  <akim@epita.fr>
11161         * doc/autoconf.texi (Concept Index): Introduce it.
11162         Regenerate the menus.
11164 2001-06-09  Akim Demaille  <akim@epita.fr>
11166         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11167         * config/prev-version.txt: New.
11168         * config/move-if-change: New, for GNU libc.
11170 2001-06-06  Pavel Roskin  <proski@gnu.org>
11172         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11174 2001-06-06  Akim Demaille  <akim@epita.fr>
11176         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11177         properly when $1 is not a literal.
11178         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11180 2001-06-06  Akim Demaille  <akim@epita.fr>
11182         Invoking AC_COPYRIGHT before AC_INIT fails.
11184         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11185         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11186         (_m4_divert(VERSION_USER)): New.
11187         (AC_COPYRIGHT): $2 is the diversion to use.
11188         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11189         (AC_INIT): Remove dead comments as now it's commutative.
11191 2001-06-06  Akim Demaille  <akim@epita.fr>
11193         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11194         PR autoconf/187.
11196 2001-06-05  Akim Demaille  <akim@epita.fr>
11198         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11199         can be empty.
11200         `*dir' variables cannot be NONE.
11201         Reported by Mark Kettenis.
11203 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11205         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11207 2001-06-04  Akim Demaille  <akim@epita.fr>
11209         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11210         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11211         (AC_TR_SH): Move as...
11212         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11213         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11214         (AS_TR_SH): these.
11215         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11216         (_AS_TR_SH_PREPARE): New.
11217         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11218         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11220 2001-06-02  Akim Demaille  <akim@epita.fr>
11222         * Makefile.am (.m4.m4f): Pass the options first.
11223         Fixes PR autoconf/182.
11225 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11227         GNU getopt, when POSIXLY_CORRECT does not permute options and
11228         arguments.  So pass the options first.
11229         Fixes PR autoconf/184.
11231         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11232         (run_m4): Remove files.
11233         (run_m4f): Remove.
11234         Update remainder of script to use them.
11235         (for warning in): Do not use a literal comma as it will not be
11236         split by IFS.
11238 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11240         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11241         Fortran compilers to check.
11242         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11243         information on library and object files.
11244         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11245         to check.
11247 2001-06-02  Akim Demaille  <akim@epita.fr>
11249         * autom4te.in (Request::@request): Declare with `vars', not `my',
11250         as it prevents updates via `do FILENAME'.
11252 2001-06-02  Akim Demaille  <akim@epita.fr>
11254         * configure.in (standards_texi): Remove, dead code.
11256 2001-06-02  Akim Demaille  <akim@epita.fr>
11258         * autom4te.in: New.
11260 2001-06-02  Pavel Roskin  <proski@gnu.org>
11262         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11263         for signals other than 0 - exit with code 1.
11264         * m4sh.m4 (AS_TMPDIR): Likewise.
11265         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11266         * autoheader.in: Likewise.
11267         * autoreconf.in: Likewise.
11268         * tests/torture.at (Signal handling): New test for the above.
11270 2001-06-01  Akim Demaille  <akim@epita.fr>
11272         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11273         message.
11275 2001-05-31  Akim Demaille  <akim@epita.fr>
11277         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11278         Add copyright and comments.
11279         * acheaders: Add stdint.h.
11280         Suggested by Paul Eggert.
11282 2001-05-31  Akim Demaille  <akim@epita.fr>
11284         * atgeneral.m4 (AT_INIT): Use $SHELL.
11285         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11287 2001-05-31  Akim Demaille  <akim@epita.fr>
11289         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11290         stdint.h.
11291         From Paul Eggert and Lars Hecking.
11293 2001-05-31  Akim Demaille  <akim@epita.fr>
11295         * tests/base.at: Adjust line numbers in error messages.
11297 2001-05-31  Akim Demaille  <akim@epita.fr>
11299         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11300         to emit the bangshe line.
11301         Reported by David Carter.
11303 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11305         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11306         Fortran (95) compilers to check.
11308 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11310         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11311         Macro Archive URL.
11313 2001-05-23  Pavel Roskin  <proski@gnu.org>
11315         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11316         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11317         (AC_PROG_CXXCPP): Likewise.
11319 2001-05-22  Akim Demaille  <akim@epita.fr>
11321         * config: New directory.
11322         * configure.in: AC_CONFIG_AUX_DIR it.
11323         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11325 2001-05-22  Akim Demaille  <akim@epita.fr>
11327         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11328         * autoupdate.in: Specify the Emacs mode.
11329         * acversion.m4.in: Rename as...
11330         * acversion.m4: this.
11331         * tests/Makefile.am (CLEANFILES): More garbage.
11333 2001-05-22  Akim Demaille  <akim@epita.fr>
11335         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11336         Rename as...
11337         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11338         these.
11340 2001-05-21  Akim Demaille  <akim@epita.fr>
11342         * configure.in: Bump to 2.50a.
11344 -----
11346 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11348 This file is part of GNU Autoconf.
11350 GNU Autoconf is free software; you can redistribute it and/or modify
11351 it under the terms of the GNU General Public License as published by
11352 the Free Software Foundation; either version 2, or (at your option)
11353 any later version.
11355 GNU Autoconf is distributed in the hope that it will be useful,
11356 but WITHOUT ANY WARRANTY; without even the implied warranty of
11357 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11358 GNU General Public License for more details.
11360 You should have received a copy of the GNU General Public License
11361 along with autoconf; see the file COPYING.  If not, write to
11362 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11363 Boston, MA 02110-1301, USA.