* lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
[autoconf/tsuna.git] / ChangeLog
blob4853e836374a80425c83297105e0dfe17e5a6dd8
1 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
3         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
4         message issued by AC_REQUIRE.
5         * tests/m4sugar.at: Check m4_require's error message.
6         * tests/base.at: Check AC_REQUIRE's error message.
7         * tests/local.at (AT_CHECK_M4): New macro, almost identical
8         to...
9         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
10         AT_CHECK_M4.
11         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
12         `expout' as the last parameter.
13         * tests/tools.at: Adapt to the above change.
15 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
17         * doc/autoconf.texi (Limitations of Usual Tools): Correct
18         information about race-free implementations of mkdir.
20 2006-06-04  Eric Blake  <ebb9@byu.net>
22         * bin/autoreconf.in (help): Document M4 environment variable.
23         * bin/autoconf.as (Usage): Likewise.
24         * bin/autom4te.in (help): Likewise.
25         * doc/autoconf.texi (autom4te Invocation): Likewise.
27 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
29         * NEWS: GNU make now recommended for VPATH builds.
30         Mention that some macros are now documented to be obsolescent.
31         * doc/autoconf.texi:
32         Prefer "current" to "modern" to describe
33         currently-used (albeit perhaps old-fashioned) hosts.
34         Mention which ancient features no longer need to be worried about.
35         setgid -> set-group-ID
36         setuid -> set-user-ID (these are the Posix terms)
37         Fix some misuses of "only".
38         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
39         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
40         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
41         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
42         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
43         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
44         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
45         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
46         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
47         Mention that these macros are obsolescent.
48         (Installation Directory Variables): shall -> should
49         (File Descriptors): Mention that 0, 1, 2 might get reopened.
50         Mention that it's now safe to use 3 and 4.
51         (Limitations of Usual Tools): cp -r is now specified by Posix.
52         Omit longwinded and obsolescent discussion of cp -f.
53         Modernize discussion of expr, ls.
54         (Limitations of Make): Modernize discussion of VPATH builds.
55         Mention $? as a workaround in some cases.
56         * doc/install.texi (Basic Installation):
57         Mention "./configure; make; make install" first.  Be more
58         specific about why this file is generic.  Remove unnecessary
59         parens.  Remove misleading "only".  Remove obsolete advice
60         about csh.  Don't say "configure" takes awhile; say it
61         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
62         and CC=c99 rather than CC=c89, as these are blessed by current
63         Posix.  Recommend GNU make if doing a VPATH build.
65 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
67         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
68         examples involving shell prompts.
70 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
71         and Paul Eggert  <eggert@cs.ucla.edu>
73         * doc/autoconf.texi (Here-Documents): Add details about the
74         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
75         use "here-documents" instead of "here documents".
77 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
81 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
83         * doc/autoconf.texi (File System Conventions): Warn about ":"
84         anywhere in directory names.
86 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
88         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
89         about quoting the case statement, just in case.
90         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
91         was fixed in ksh93g; reported by Ralf Wildenhues.
93 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
95         * doc/autoconf.texi (System Services): Do not document
96         overriding EXEEXT via ac_cv_exeext=ext.
97         (Particular Programs) <AC_PROG_MKDIR_P>:
98         Document that ${MKDIR_P} understands --.
99         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
100         comment.
102 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
104         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
105         argument with leading hyphen.  Problem reported by Paul Eggert.
107 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
109         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
110         about quoting ac_try: quote all of it, if any of it seems suspicious.
111         This means we don't have to worry about ${ or sed any more.
112         Also, double-quote the case statement, to work around misuses via
113         underquoting as reported by Ralf Wildenhues in
114         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
115         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
116         undocumented and dangerous macro.
117         Problem reported by Ralf Wildenhues in
118         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
120 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
122         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
123         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
124         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
126 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
128         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
129         since evidently some packages rely on the old, broken behavior.
130         Problem reported by Ralf Wildenhues in
131         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
132         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
133         pre-2006-05-26 definitions, but leave in the comments that
134         these macros are dangerous and should not be used.
135         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
136         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
137         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
138         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
139         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
141 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
143         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
144         the use of 'tr', since this is our only use of 'tr'.
146 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
147         and Paul Eggert  <eggert@cs.ucla.edu>
149         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
150         Don't assume 'grep' works on long lines, since AIX grep doesn't.
152 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
154         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
155         the output file in the `${datarootdir}' test.
157 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
158         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
160         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
161         mention of `datarootdir' in the input file(s), but literal
162         `${datarootdir}' in the output file, and we haven't warned yet,
163         then warn as well: the user may have (erroneously) used
164         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
165         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
166         * tests/torture.at (datarootdir workaround): Extend this test.
167         * NEWS: Update.
169 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
170         and Paul Eggert  <eggert@cs.ucla.edu>
172         * doc/autoconf.texi (autoheader Invocation): The first argument to
173         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
174         alternatives and clear up the language a bit.
176 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
178         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
179         ac_config_guess, ac_config_sub, ac_configure.
180         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
181         Fix typo that prevented an unnecessary space from being removed.
182         Problems reported by Ralf Wildenhues in:
183         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
185 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
187         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
188         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
189         Don't use the term "thread-safe" to talk about mkdir race
190         conditions, since the problem is more a process than a thread
191         issue.  Problem reported by Stepan Kasal in:
192         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
193         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
194         the test for 'install' more closely.  Look at MKDIR_P first.
195         Look in the PATH, and at /opt/sfw/bin.
196         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
197         Don't bother to try mkdir -p, since we already check mkdir --version;
198         just look at the version number.  (There's no easy way to check
199         for race-free implementations.)
200         * tests/tools.at (autoconf: subdirectories): Adjust to above
201         changes, since MKDIR_P now might end in "/mkdir -p".
203         * doc/autoconf.texi (autoheader Invocation): Mention that the
204         first arg of AC_DEFINE_UNQUOTED must be a literal.
205         Problem reported by Ben Pfaff in
206         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
208         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
209         * doc/autoconf.texi (Special Chars in Variables): New section.
210         (Preset Output Variables): Warn about special chars in CPPFLAGS.
211         (Installation Directory Variables): Quote $(datadir) better.
212         (Limitations of Builtins): Describe some of eval's trickiness.
214         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
215         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
216         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
217         in front of every arg, not just trailing args.  Quote apostrophes.
218         (_AC_EVAL_ECHO): New macro.
219         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
220         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
221         removed.
222         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
223         exposed by quoting of eval argument.  Put the command on line line
224         so it logs better.
225         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
226         (_AC_PATH_X, AC_PATH_X): Quote more safely.
227         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
228         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
229         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
230         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
231         Use eval more safely.
232         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
233         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
234         to be replaced.
235         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
236         lines, exposed by quoting of eval argument.
238 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
239         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
241         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
242         initialization of `ac_cv_exeext', do not override it if it was
243         already set, unless it was set to `no', for compatibility with
244         Autoconf-2.13, and comment this.
245         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
246         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
247         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
248         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
249         Document that this test may be overridden by setting
250         `ac_cv_exeext'.
252 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
254         Revert these two patches:
256         2006-04-06  Eric Blake  <ebb9@byu.net>
257         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
258         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
259         2006-04-01.
261         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
262         Clean up _AC_COMPILER_EXEEXT* macros.
263         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
264           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
265           ac_file to the name of the default output file and call
266           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
267           initial `rm' of the candidate files...
268         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
269           the same list in subsequent `rm' calls, and for the temporary
270           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
271           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
272         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
273         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
274           no longer needed) by libtool.  Make it a cache check.
275         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
276           copied here by mistake.
277         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
278           _AC_COMPILER_EXEEXT.
279         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
280           _AC_COMPILER_OBJEXT directly.
281         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
283 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
285         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
286         Fix description of how the buggy `sed' works.
288 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
290         Sync from Automake:
292         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
293         ENOLCK.  Only mention `make -j' when applicable.  Only raise
294         fatal errors when `make -j' is involved.  Improve error message.
296 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
298         * doc/autoconf.texi (Here-Documents): We now know more about
299         the variable expansion in here documents bug.
300         Thanks to Tim Rice and Stepan Kasal.
302         * doc/autoconf.texi (Making testsuite Scripts): Add an example
303         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
305 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307         * tests/autotest.at (Multiline command from M4 expansion):
308         No failure to be expected if the shell quotes newlines in
309         commands in the `set -x' output.  Report by Tim Rice.
310         * THANKS: Update.
312 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
314         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
315         expansion in the here-documents used by config.status, as that
316         runs afoul of the Korn shell version M-12/28/93d bug described in
317         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
318         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
319         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
321 2006-05-23  Jim Meyering  <jim@meyering.net>
323         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
324         Fix typo introduced with 2006-04-02 change.  It reversed the sense
325         of the test.
327 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
329         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
330         ac_dB slightly, to save bytes in the script.
331         Max out at 50 lines, rather than 96; this is more likely
332         (though not guaranteed) to avoid obscure 'sed' failures.
334 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
337         `tr -d -' as bad option argument.  Work around this by deleting
338         an unrelated character.
339         Report by Tim Rice <tim@multitalents.net>.
341 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
342             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
343             Stepan Kasal  <kasal@ucw.cz>
345         * doc/autoconf.texi (Particular Programs): Do not promise that
346         we always prefer the GNU version of the program, and that we
347         search according to PATH; both rules can have exceptions.
348         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
349         AC_PROG_SED.  Move descriptions of limitations
350         to the Limitations of Usual Tools section.
351         (Limitations of Usual Tools) <sed>: Mention script length
352         limitations with Solaris /usr/ucb/sed.
353         <grep>: Fix wording for empty alternative.  Mention that -c and
354         -l should not be combined, and that -E and -F should not be
355         combined.
357 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
358         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
360         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
361         limits in Solaris 8 /usr/ucb/sed by testing a long script.
363 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
365         * doc/autoconf.texi (Defining Symbols): Literal parameter of
366         AC_DEFINE is now passed to m4_pattern_allow.
367         * NEWS: Mention that; likewise for AC_SUBST.
368         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
369         the parameter to m4_pattern_allow.
370         * tests/tools.at: Add a check for that.
372 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
374         * lib/autoconf/status.m4: Fix typos.
376 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
378         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
379         only the files that this macro generates.
381 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
383         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
384         the HP-UX sed limitation of 99 commands, labels do not count.
385         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
386         in the comment.
387         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
389 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
391         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
392         Import the following fix from coreutils:
394         2006-01-13  Jim Meyering  <jim@meyering.net>
396         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
397         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
398         not double-quote uses of that variable, to accommodate the rare
399         case in which getmntent is available in none of the libraries
400         checked.  This happens at least on FreeBSD 5.0.
402 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
404         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
405         ac_config_guess, ac_config_sub, and ac_configure, since evidently
406         some other programs unwisely rely on these undocumented vars.
407         But put in warning comments about them.
408         Problem reported by Ralf Wildenhues in
409         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
410         * NEWS: Document that these variables are intended to go away.
412 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
414         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
415         and set the language to C++ (analogous to the equivalent Fortran
416         tests).
418         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
419         * doc/autoconf.texi (C++ Compiler): Document it.
420         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
421         * NEWS: Update.
423 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
425         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
426         that caused config.status to generate 100-command sed scripts; the
427         portable limit is 99.
429 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
431         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
432         variable `ac_d' instead of `d' to avoid infringing namespace.
433         Report by Ralf Menzel.
435 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
437         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
438         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
439         * tests/tools.at (autoconf: subdirectories): New test, taken from
440         the corresponding problem report by Ralf Wildenhues in:
441         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
443         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
444         Quote some uses of shell variables if they might suffer unexpected
445         globbing.  This doesn't fix all instances of quoting problems that
446         I found, just the easy ones that look safe.
447         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
448         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
449         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
450         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
451         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
452         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
453         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
454         Likewise.
455         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
456         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
458 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
460         * bin/autoreconf.in ($help): Reword according to the manual.
461         Suggested by Olly Betts.
463 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
464         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
466         * bin/autoreconf.in: Pass the directory argument to
467         `require_configure_ac'.  Fix comment.
468         * tests/torture.at (Configuring subdirectories): Expose this.
469         Reported by Olly Betts.
471 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
473         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
474         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
475         Automake as follows:
477         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
478         `$configure_in' instead of `configure.in', to preserve
479         directory component.
481 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
483         * config/config.guess, config/config.sub, config/texinfo.tex,
484         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
486 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
488         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
489         test for C99 conformance; (bool) 0.5 is an integer constant
490         expression, but (bool) -0.5 is not.  Problem reported by Fedor
491         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
493 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
495         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
496         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
497         Warn about obsolete install-sh files.  Remove stray sentence
498         fragment and fix cross reference.
499         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
500         install -d; this undoes the 2006-05-10 change.
501         (MKDIR_P): Mark with AN_MAKEVAR.
502         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
503         that we don't require $INSTALL to be thread-safe.  Move comments
504         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
505         of AC_PROG_INSTALL.  Output a message saying that we're checking
506         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
507         MKDIR_P instead of AC_SUBST.
508         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
509         Special magic for MKDIR_P, too.
510         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
511         a dnl.
512         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
514 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
516         Sync from Automake, as follows:
518         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
519         * config/install-sh: Initialize IFS, so field splitting isn't
520         turned off later.
521         * config/mkinstalldirs: Likewise.
522         * config/missing: Remove superfluous quotes.  Replace all uses of
523         `[' by `test', for consistency, and for..
524         * config/missing (sed_minuso, sed_output): New variables.
525         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
526         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
527         Fixes `missing' to detect `--output' for help2man.  Fixes
528         PR automake/483.  Report by Dennis J. Linse.
529         (autom4te): Document in `missing --help'.
531 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
533         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
534         * config/install-sh: Don't use 'path' to talk about file names,
535         as per GNU coding standards.  Close a race condition reported by Ralf
536         Wildenhues and Stepan Kasal.  There is still a race condition
537         on hosts that predate Posix 1003.1-1992, but we can't help this.
538         Don't mishandle weird characters like space on pre-Posix hosts.
539         Invoke mkdir at most once per dir arg on pre-Posix hosts.
540         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
541         AC_PROG_MKDIR_P from AS_MKDIR_P.
542         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
543         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
544         earlier editions are not (including Automake 1.8.3).
545         Do not suggest mkinstalldirs for thread-safety.
546         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
547         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
548         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
549         presence of special characters and race conditions.
550         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
551         in Autoconf's name space.
553 2006-05-10  Bruno Haible  <bruno@clisp.org>
554         and Paul Eggert  <eggert@cs.ucla.edu>
556         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
557         from Automake with minor changes.
558         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
560 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
562         * config/install-sh: Update to Automake CVS version, as follows:
563         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
564         * lib/install-sh: Simplify the expr implementation of dirname.
565         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
566         * lib/install-sh: Handle --, and diagnose unknown options.
568 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
570         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
571         `./autom4te' to create `./testsuite', since the `all' target
572         will ensure its presence, but `installcheck' should not create
573         the uninstalled wrappers.
575         * tests/torture.at (Unusual Automake input files): Skip if we
576         detect automake < 1.8.
578 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
580         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
581         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
582         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
583         * NEWS: Update.
585 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
587         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
588         munge (multiple) white space and other oddities.
589         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
590         single quotes in variable assignment.
591         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
592         and similar failures by adding multiple spaces, tabs, and other
593         special characters.
594         Report and different test suggested by Francesco Romani
595         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
597         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
598         single quotes, we only need to search for single quotes; this
599         both simplifies the search pattern, and makes us less
600         susceptible to `echo' variations for arguments not containing
601         single quotes.
602         (_AC_ARG_VAR_VALIDATE): Likewise.
604 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
606         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
607         `$*' and IFS concatenation issue with traditional shells and
608         bash-2.04.  Report by Seanster@Seanster.com.
610 2006-05-03  Bruno Haible  <bruno@clisp.org>
612         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
613         precisely which Mac OS X versions have the od problem.
615 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
617         * doc/autoconf.texi: Use @option systematically.
618         (Integer Overflow):
620 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
621         and Bruno Haible  <bruno@clisp.org>
623         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
624         about 'od'.
625         (Integer Overflow): Mention the special case of integer division
626         overflow.
628 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
630         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
631         traditional shells like the Solaris one that do not use the
632         first IFS character for assembling `$*'.
633         Prompted by a related report from autoconf_bug@nro.ca.
635 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
636         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
638         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
639         Mention more problems with the -e option.
641 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
643         * NEWS: Typo.
644         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
646         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
647         in URLs to improve DVI formatted output (requires texinfo 4.6).
648         (System Services, Systemology, Shellology): Likewise.
649         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
650         output.
652         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
653         continuous text.
654         (Runtime): Fix macro argument names to match description:
655         `action-if-found' -> `action-if-true' and similarly.
656         (Obsolete Macros): Likewise.
657         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
658         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
659         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
661 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
663         * doc/autoconf.texi (Limitations of Make): Clean up markup.
665         * ChangeLog: Typo.
666         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
667         DVI output.
669 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
671         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
672         /bin/sh set unsorted output.
673         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
674         * tests/local.at: Likewise.
676 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
678         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
679         (Integer Overflow, Null Pointers, Buffer Overruns):
680         (Floating Point Portability, Exiting Portably): New sections.
681         (Writing Test Programs): Fix some langauge.  Recommend exiting
682         with status 1, not merely nonzero.  Clarify exit declaration.
683         (Run Time): Move C exit status stuff to new Exiting Portably section.
684         (Systemology): Mention Posix and levenez.  Update v7 reference.
685         (Portable Shell): Mention the Posix shell.
687 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
689         * bin/autoconf.as (me): Replace by as_me.
691 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
693         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
694         since as_me isn't set yet.
696 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
698         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
699         a few minor bugs in this area.
701         * doc/autoconf.texi (Programming in M4sh): Comment out the
702         documentation of AS_BASENAME, for now.
703         (Shell Substitutions): Do not use AS_DIRNAME in an example.
704         (Limitations of Builtins) <basename>: Do not refer to
705         AS_BASENAME.
706         * bin/autoconf.as (me): Don't use AS_BASENAME.
707         (dir): Remove the unused variable.
708         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
709         AS_DETECT_REQUIRED.  All uses changed.
710         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
711         All uses changed.
712         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
713         (AS_BASENAME): Use "basename --" to protect against leading "-".
714         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
715         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
716         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
717         (_AS_DIRNAME_PREPARE): Likewise.
718         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
719         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
720         (AS_DIRNAME): Use "dirname --".
722 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
724         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
725         of "run time" and "run-time" changed to "runtime", for consistency.
726         * lib/autoconf/fortran.m4: Likewise (in comment).
727         * lib/autoconf/functions.m4: Likewise.
728         * lib/autoconf/general.m4: Likewise.
729         * lib/autoconf/headers.m4: Likewise.
731         * doc/autoconf.texi (Run Time): Document the exit status situation
732         with more accuracy and detail.
734 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
737         Archive is not officially `GNU' any more.  Update URL.
738         (Defining Directories): Likewise
739         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
741 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
743         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
744         newline from the `trap' code to finish `config.log'; the NetBSD
745         /bin/sh resets the exit status after an empty command, as
746         documented in doc/autoconf.texi.
747         Reported by Dalibor Topic <robilad@kaffe.org>.
749 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
751         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
752         Suggested by Bruno Haible.
754 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
756         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
757         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
758         Instead, just list the shells that we know work.
759         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
760         changed.  Be more cautious about the _cv_ variable.
761         * tests/tools.at (Syntax of the shell scripts): Check the
762         _cv_ variable once, at first, to avoid an internal autoconf error
763         when sh -n does not work.
765 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
767         * lib/Autom4te/FileUtils.pm: Sync from Automake.
769 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
771         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
772         use ">&-" since we're only 99.999% sure that this is portable,
773         and since the MinGW bug is fixed in a different way.
774         * lib/autotest/general.m4 (AT_INIT): Likewise.
776 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
778         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
779         before opening config.log, to avoid hitting a bug on MinGW.
781 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
783         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
784         AS_MESSAGE_LOG_FD before reopening it onto the log file.
785         This works around a MinGW bug reported by Eric Paire.
786         Make sure that all writes to the log file append to it,
787         rather than possibly losing data.
788         * lib/autotest/general.m4 (AT_INIT): Likewise.
790 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
792         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
793         description.
795 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
797         * NEWS: Update.
799         * configure.ac (AC_INIT): Bump to 2.59d.
801 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
803         Version 2.59c.
805         * Makefile.maint (news-date-check): Do not require a leading `*'
806         before the release date in NEWS.
808 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
809         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
811         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
812         the instantiated file do not contain the string 'datarootdir'
813         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
814         @mandir@, replace the reference '${datarootdir}' by the value.
815         * tests/torture.at (datarootdir workaround): New test.
816         * NEWS: Advertise this temporary fixup.
817         Based on a patch by Bruno Haible, reported and analyzed by
818         Paul Eggert and Noah Misch.
820 2006-04-12  Eric Blake  <ebb9@byu.net>
822         * tests/autotest.at (Debugging a failed test): Fix comment.
824 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
826         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
827         all the changes since 2006-04-07.
829 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
831         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
832         succeeded, but `ln -s file dir' failed, take care to remove the
833         leftover target before the next test, to prevent its spurious
834         failure; also make sure `ln file dir' works before selecting it.
835         Thanks to Keith Marshall for pointing this out.
836         * THANKS: Update.
838         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
839         assignments in `at_debug_args', so that we put them correctly
840         in the `run' script.
841         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
842         Reported by Eric Blake.
844 2006-04-11  Eric Blake  <ebb9@byu.net>
846         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
847         top-level tests after micro-suite has been run.   Used in...
848         (Debugging a successful test, Debugging script and environment),
849         (Debugging a failed test): ...these new tests.  The first of these
850         is fixed by...
851         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
852         macro, split out from...
853         (AT_INIT): ...here, so that using -d also generates a run script.
854         Document that -d inhibits top-level logging.
855         * doc/autoconf.texi (testsuite Invocation): Document that -d only
856         inhibits top-level logging; debug scripts are created.
858         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
859         check.
860         * tests/autotest.at (Empty test, Empty check): New test to check it.
862         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
863         from gcc.
865 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
867         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
868         the files if a problem appears.  Make the empty *.at files
869         read-only, too.  Proposed by Ralf Wildenhues.
871 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
873         * config/Makefile.am: Add comment to force updated Makefile.in.
875         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
876         space only patch to this file, this patch causes the Makefile.in
877         files that include freeze.mk to be updated, and thus have a
878         newer time stamp again, which in turn makes a pristine CVS
879         checkout have correct time stamps.
881         * Makefile.maint (cvs-sv): New macro, to be used..
882         (config.guess-url_prefix, config.sub-url_prefix)
883         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
884         point to CVS text checkout of Gnulib files.
885         (copyright-check): Bump current year.
886         (announcement): Do not hard-wire `./announce-gen'.
887         (cvs-update): Propagate failures of `cvs' and `move-if-change'
888         correctly.
889         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
890         `chmod +x'.
891         (wget_files): Update config.guess, config.sub, texinfo.tex by
892         `wget-update', now that their URLs work again.
894 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
896         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
897         Problem noted by Paul D. Smith.
899 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
901         * doc/autoconf.texi: Remove unused words from word list.
902         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
903         .x-sc_trailing_space: New files.
905         * doc/standards.texi: Sync from gnulib.
907         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
908         `LIBOBJDIR' as experimental.
910         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
911         with a target directory; it's internally implemented as `cp'
912         anyway, but since Autoconf advertises the possibility to use
913         a target directory when LN_S is `ln -s', we need to find out.
914         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
915         analyzed by Keith Marshall <keith.marshall@total.com>.
917         * THANKS: Update.
919 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
921         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
922         confdefs.h as-is.  In general, if it has backslash-newline or the
923         like, then it doesn't work either to sort or to remove empty
924         lines.
926 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
928         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
930 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
932         * lib/autom4te.in (Automake-preselections): Preselect
933         _AM_SUBST_NOTMAKE.
935 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
937         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
938         apostrophe within a single-quoted string, as this is the usual
939         tradition and is easier to read than '"'"'.  Don't rely on the
940         shell treating "$/" like '$/'.  Use a more-consistent indenting
941         style for the trap.
943 2006-04-09  Eric Blake  <ebb9@byu.net>
945         * tests/autotest.at (Backquote command substitution),
946         (Multiline backquote command substitution): Remove mistaken
947         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
948         applied...
949         (Parenthetical command substitution, Multiline parenthetical
950         command substitution): here.
952 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
954         Import macros from gnulib (often changing their name).
956         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
957         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
958         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
959         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
960         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
961         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
962         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
963         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
964         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
965         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
966         The manual mentions Gnulib more prominently.
967         * doc/autoconf.texi (Gnulib): New node.
968         (Pointers): Add Gnulib URL.
969         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
970         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
971         Gnulib section.
972         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
973         suggest a #define rather than a typedef for _Bool, and mention
974         Gnulib rather than trying to substitute stdbool code.
975         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
976         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
977         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
978         AC_STRUCT_DIRENT_D_TYPE.
979         (Particular Types): Mention stdint.h and inttypes.h as standard
980         headers too.
981         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
982         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
983         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
984         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
985         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
986         (C Compiler): Move AC_C_LONG_DOUBLE to ...
987         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
988         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
989         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
990         (Coding Style).  Don't mention m4_expand_once.
991         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
992         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
993         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
994         (AC_CHECK_FUNCS): Use it.
995         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
996         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
997         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
998         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
999         (AC_HEADER_ASSERT): New macro.
1000         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1001         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1002         Catch a bug in an HP-UX C compiler.
1003         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1004         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1005         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1006         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1007         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1008         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1009         New macros.
1011         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1012         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1014 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1016         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1017         of the warning introduced by the 2001-08-28 change.
1019 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1020             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1022         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1023         variables shall be overriden by the cache.
1024         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1025         that contains braces.
1027 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1029         Revert the patch from 2006-04-01 and only improve
1030         _AS_DETECT_BETTER_SHELL:
1032         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1033         skip nonexistent directories.
1034         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1035         only shell candidates which exist.
1036         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1037         * lib/autotest/general.m4 (AT_INIT): No need to give three
1038         parameters to _AS_PATH_WALK.
1040 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1041             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1043         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1044         distinguish m4sugar macros.
1045         * tests/tools.at (autoupdating with aclocal and m4_include):
1046         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1047         test case by Noah Misch <noah@cs.caltech.edu>.
1049 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1051         Revert my change from 2006-03-17, in other words:
1052         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1053           and DUALCASE=1.
1054         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1055         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1056           it is set.
1058 2006-04-07  Eric Blake  <ebb9@byu.net>
1060         * doc/autoconf.texi (Programming in M4sh): Document that
1061         AS_MKDIR_P exits the script on failure.
1062         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1064 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1066         * config/elisp-comp, config/install-sh, config/mdate-sh,
1067         config/missing, config/mkinstalldirs: Sync from Automake.
1069         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1070         from Automake.
1072         * doc/make-stds.texi: Sync from gnulib.
1074 2006-04-06  Eric Blake  <ebb9@byu.net>
1076         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1077         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1078         2006-04-01.
1080 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1081             Eric Blake  <ebb9@byu.net>,
1082             Paul Eggert  <eggert@cs.ucla.edu>,
1083             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1085         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1086         whether `set' quotes correctly: redirect stderr of the tested
1087         `set', and use a subshell, for Ultrix; use `sed' instead of
1088         `grep' for zsh `set' which may write binary output; match only
1089         at the beginning of a line, to avoid false positives.
1090         In order to avoid false positives by unrelated variables with
1091         multiline content, put the dump algorithm in a subshell and
1092         unset all variables containing newlines (except some which are
1093         special to the shell).  Warn about cache variables that are
1094         unset.
1096 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1098         * config/config.guess, config/config.sub, config/texinfo.tex:
1099         Sync from upstream.
1101         * tests/mktests.sh: Reword comments.
1103         * tests/mktests.sh: Only skip internal macros starting with
1104         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1105         Update exclusion lists for the test suite to this end:
1106         (AC_ARG_VAR): Do test this now.
1107         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1108         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1109         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1110         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1112         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1113         shell issue with double-quoted command substitutions of native
1114         commands.
1115         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1116         Marshall.
1118         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1119         no file matches the glob, discard the warning, set `nullglob'.
1120         (syntax-check): Likewise.
1121         (sc_cast_of_x_alloc_return_value): Likewise.
1122         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1123         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1124         (m4-check): Likewise.
1125         (sc_system_h_headers): Do not print rule on execution.
1126         (sc_tight_scope): Do not fail for non-existing `src' directory.
1127         (sc_changelog): Skip the Copyright footer.
1128         * lib/autoconf/lang.m4: Remove trailing space.
1130         * lib/autoconf/status.m4: More replacements to
1131         <tab><space> where this makes sense.
1133 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1135         * tests/Makefile.am (maintainer-check-posix):
1136           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1138         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1139           ac_config_<foo>s again, sometimes normalized, sometimes not.
1140         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1141         (AC_CONFIG_COMMANDS): Do not do so here.
1142         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1143           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1144           2005-07-25 rewrite.  Noticed by Noah Misch.
1146         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1147           _AC_PRESERVE_HELP_ORDER, ...
1148         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1150         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1151           inside m4_expand_once; it is redundant.
1153         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1154           for --help from Cygnus `configure.'
1156 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1158         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1159         on a patch proposed by Ralf Wildenhues.
1161 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1163         * lib/autoconf/status.m4: Replace <space>''<tab> with
1164         <tab><space> where this makes sense.
1166 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1167             Noah Misch  <noah@cs.caltech.edu>
1169         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1170         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1171         * doc/autoconf.texi (Help Formatting): New node.
1172         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1174 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1177         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1178         lib/autoconf/types.m4, lib/autotest/general.m4,
1179         tests/mktests.sh, tests/torture.at: White space cleanup:
1180         remove some SPACE before TAB, or add quoting ('' or @&t@).
1182         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1184         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1186 2006-04-05  Eric Blake  <ebb9@byu.net>
1188         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1189         empty test suite works.
1190         * tests/autotest.at (Empty test suite): Remove xfail.
1192 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1194         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1195         TAGS to ac_config_<foo>s.
1196         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1197         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1198         normalizing it, consistent it with previous releases.
1199         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1201 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1203         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1204         Use simplified args that Eric Blake originally suggested.
1206 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1208         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1209         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1210         Use 'comm' rather than N instances of grep; this also fixes a bug
1211         whereby substrings were incorrectly matched, causing us to not
1212         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1213         (exclude_list): Exclude empty macros.
1214         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1216         Use awk rather than grep -E or egrep, to avoid
1217         portability problems with regular expressions containing newlines.
1218         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1219         Switch from grep to awk syntax.
1220         (ac_exclude_script): Renamed from ac_exclude_egrep.
1221         (au_exclude_script): Renamed from au_exclude_egrep.
1223 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1225         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1226         a subdirectory subject to Cygnus `configure'.
1227         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1229         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1230         report request when we have no AC_PACKAGE_BUGREPORT.
1232 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1234         * THANKS: Update.
1236         * tests/mktests.sh: Update copyright year in the header of the
1237         generated files.
1239         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1240         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1241         typedef'ed restricted pointer, to catch a compiler bug on
1242         HP-UX 11.x, and fix warnings so it passes with -Werror.
1243         (_AC_PROG_CC_C99): Likewise.
1244         Reported by Albert Chin <china@thewrittenword.com>.
1245         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1247 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1249         * bin/autoscan.in (subdirs): New global.
1250         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1251         (output): Emit AC_CONFIG_SUBDIRS as needed.
1252         * tests/autoscan.at (autoscan): Remove XFAIL.
1254 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1256         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1258 2006-04-03  Eric Blake  <ebb9@byu.net>
1260         * THANKS: Add myself.
1262 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1264         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1265         to log, point to testsuite output tree.
1267 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1269         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1270         * doc/autoconf.texi (Function Portability): Mention that C++
1271         has trouble with 'exit'.
1272         (Guidelines): Test programs shouldn't use 'exit'.
1273         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1274         Remove; all uses removed.
1275         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1276         Return from 'main' instead of calling 'exit'.
1277         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1278         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1279         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1280         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1281         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1282         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1283         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1284         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1285         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1286         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1287         * tests/compile.at: Likewise.
1289 2006-04-02  Pavel Roskin  <proski@gnu.org>
1291         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1293 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1295         Clean up _AC_COMPILER_EXEEXT* macros.
1297         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1298           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1299           ac_file to the name of the default output file and call
1300           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1301           initial `rm' of the candidate files...
1302         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1303           the same list in subsequent `rm' calls, and for the temporary
1304           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1305           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1306         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1307         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1308           no longer needed) by libtool.  Make it a cache check.
1309         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1310           copied here by mistake.
1311         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1312           _AC_COMPILER_EXEEXT.
1313         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1314           _AC_COMPILER_OBJEXT directly.
1315         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1317 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1319         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1320         (AS_DIRNAME): Use it.
1321         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1323         * tests/*.at: Remove the generated ones.
1325 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1327         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1329 2006-04-01  Eric Blake  <ebb9@byu.net>
1331         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1332         directories, unless optional third argument supplied.
1333         (AS_UNAME): Don't optimize PATH walk.
1335         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1337 2006-04-01  Eric Blake  <ebb9@byu.net>
1338         and Stepan Kasal  <kasal@ucw.cz>
1340         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1341         and fix some typos.
1343 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1345         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1346         Autoconf version number despite a zero- or one-argument AC_INIT.
1348         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1349         subordinate tools.
1350         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1351         * doc/autoconf.texi (autoreconf Invocation): Document it.
1353         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1354         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1356 2006-04-01  Eric Blake  <ebb9@byu.net>
1358         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1359         * lib/autotest/general.m4: Be tolerant of existing directory when
1360           rm failed to remove it.
1362 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1364         * bin/autoupdate.in: Redefine m4_location so that warnings print
1365         the correct lines of the input file by subtracting..
1366         (_au__first_line): ..this new definition.
1368         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1369         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1370         Remove stray newline in output.
1371         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1372         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1373         Fixes autoupdating of code where the replacement output contains
1374         m4sugar macros.
1375         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1376         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1377          (au_exclude_list): Add AC_LANG_SAVE.
1378         * tests/tools.at: Several new tests for all of this.
1379         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1380         hairy details.
1381         The AC_LANG_SAVE issue was reported against Libtool by
1382         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1383         Kristian Kvilekval <kris@cs.ucsb.edu>.
1385 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1387         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1388           switch all of them on and of when necessary.  Fixes the bug when
1389           m4sugar macros (e.g., m4_define) were expanded after the first
1390           automatic update (e.g., after AC_PREREQ or AC_INIT).
1392 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1394         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1395         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1397         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1398         correctly.  Problem reported by Eric Blake.
1399         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1400         Ralf Wildenhues.
1402 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1404         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1405         Tighten up the basename/dirname wording.
1407 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1409         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1410         in texinfo files outside of verbatim environments.
1411         (syntax-check-rules): Update.
1412         * doc/autoconf.texi (Configuration Headers): Conform to it.
1414 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1416         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1417           aclocal cannot be given on the command line.
1419 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1421         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1422         Give an example for AS_DIRNAME instead of referring to Posix..
1423         (File System Conventions): Put discussion of // versus / here, and
1424         modernize it a bit.
1425         (Limitations of Usual Tools): Add basename.  Remove verbiage
1426         after dirname, since it got moved to the above sections.
1427         All this was inspired by a patch proposed earlier by Eric Blake.
1429 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1431         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1432         `$0' to protect against spaces.
1433         * lib/autotest/general.m4 (AT_INIT): Likewise.
1434         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1435         `$0', $as_me.
1437 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1439         * bin/autoscan.in: The value of find_configure_ac should be
1440         checked for existence, so we don't barf over a nonexisting
1441         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1443 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1445         * bin/autoupdate.in: Fix some typos.
1447 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1449         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1451         * lib/autoscan/autoscan.list: Refreshed.
1453 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1455         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1456         and Erlang related variables.
1458         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1459         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1460         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1461         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1462         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1463         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1464         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1465         (_AC_PROG_OBJC_G): New macros.
1466         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1467         * doc/autoconf.texi (Objective C Compiler): New node.
1468         (Preset Output Variables): Document OBJCFLAGS.
1469         (Language Choice): Document `Objective C' language.
1470         (Fortran Compiler): Fix typo.
1471         * NEWS: Updated.
1472         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1474 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1476         * doc/autoconf.texi (Default Includes): Fix typo
1477           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1478         (Limitations of Usual Tools): s/unwriteable/unwritable/
1479         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1480           Fix typos in the comments.
1482 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1484         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1485           Factor out the warning to...
1486         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1487         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1488         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1490         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1491           case `ac_delim' when writing the sed script.
1493         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1494           moved DUALCASE=1 ...
1495         (AS_SHELL_SANITIZE): ... here.
1496         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1497           that it is set.
1499         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1500           AC_SUBST.
1501         (_AC_PATH_PROG): Store the result to VARIABLE.
1502         (AC_PATH_PROG): No need to set VARIABLE again.
1504         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1505           the first one is usual AT_CHECK_MACRO test, the second one checks
1506           that the same works when cross-compiling.
1507         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1508         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1510 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1513         the directory `/usr/bin/posix' in the shell search, to prefer
1514         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1515         on Tru64.
1517         * doc/autoconf.texi (contents): To fix texi2html output, hide
1518         `@setcontentsaftertitlepage' for HTML.
1519         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1520         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1521         `@,{c}'.
1523 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1525         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1526           sanitizing...
1527         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1528         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1529           why IFS is restored so late; thank you, Ralf, for reminding us.
1531 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1533         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1534           variables in the examples.
1536 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1538         * doc/autoconf.texi (several sections): Cleaned up documentation for
1539         macros in erlang.m4.
1541 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1543         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1544         failure condition for `$(cmd)' style command substitutions.
1545         (Parenthetical command substition, Multiline parenthetical
1546         command substition): Use it.
1548         * doc/autoconf.texi (Special Shell Variables): Missing word.
1549         Reported by Keith Marshall <keith.marshall@total.com>.
1551         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1552         IFS even in case of empty `$PATH'.
1554 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1556         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1557         `expr' away if there is nothing to do.
1558         < --keywords >: Simplify and robustify argument handling.
1559         Revert erroneous comment from 2005-08-23.  Extend to allow
1560         keyword negation with `!'.
1561         Update help message.  Remove broken code to prevent running
1562         tests multiple times.
1563         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1564         Update and fix the documentation accordingly.
1565         * tests/autotest.at (Keywords): Renamed to..
1566         (Keywords and ranges): .. this.  Extended to make sure negated
1567         keywords, keywords taken from AT_SETUP arguments, and numeric
1568         test ranges work, and that matching is case-insensitive.
1570 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1572         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1573         allow to pass unnamed structs even in C++.
1574         (AC_CHECK_SIZEOF):  Likewise.
1575         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1576         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1577         struct): New tests for unnamed structs, each both native and
1578         cross-compiling.
1580         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1581         a structure inside a cast, for C++ conformance.
1582         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1583         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1585         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1586         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1587         trying to execute the command `no'.
1589         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1590         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1591         expanded outside.
1593         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1594         example.  Do not emphasize `$%', it is hardly new and special.
1595         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1597         * doc/autoconf.texi (Limitations of Usual Tools): Document
1598         OpenBSD and traditional `grep' failure to handle multiple
1599         patterns separated by newlines.
1601 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1603         * doc/autoconf.texi (several sections): Add documentation for macros
1604         in erlang.m4.
1606 2006-03-10  Eric Blake  <ebb9@byu.net>
1608         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1609         AC_TRY_LINK_FUNC.
1611 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1613         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1614         like BSD, GPL, LGPL.  Fix minor English typos.
1615         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1616         Mention that these macros are becoming obsolete.
1617         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1618         Use more modern terminology for which standard is what.
1619         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1620         and to ansi2knr.
1621         (AC_PROG_CXX): Likewise.
1622         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1623         Remove obsolete discussion about how to port to K&R.
1624         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1625         the obsolescent AC_HEADER_STDC.
1626         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1627         can't rely on it.
1629 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1631         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1632         Remove stdin redirection from /dev/null to allow pipe to work.
1634 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1636         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1637         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1638         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1639         Ralf Wildenhues.
1641 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1643         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1644         HP-UX sed is 99 commands, not 100.
1645         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1646         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1647         newline for portability.
1648         * tests/torture.at (Torturing config.status): Also test 100
1649         AC_SUBST_FILE invocations.  Fix test to actually verify the
1650         AC_CONFIG_FILES output.
1651         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1652         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1654         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1655         non-suffix rule.
1656         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1657         non-GNU make.
1658         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1659         * tests/mktests.sh: Small shell portability fixes.
1661 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1663         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1664         recommended quoting style and discard unwanted output.
1666 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1668         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1669         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1670         cases, and to work around Tru64 expr bug.
1672 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1674         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1675         expr bug that turns the result of a regex match into a number if
1676         possible.
1678 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1680         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1681         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1682         in section `Specific Compiler Characteristics'.
1684 2006-03-04  Eric Blake  <ebb9@byu.net>
1686         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1687         variable warning.
1689 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1691         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1692         order of variable initialization, so even the Solaris 2.6 shell
1693         can create a config header correctly.  Fixes lots of test suite
1694         failures.
1696 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1698         * doc/autoconf.texi (Text processing Macros): New node to
1699         document the m4sugar macros m4_re_escape, m4_tolower,
1700         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1702 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1704         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1705         XrmInitialize (0) -> XrmInitialize ().
1706         Reported by Toshio Kuratomi.
1708 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1710         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1711         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1712         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1713         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1714         both macros are defun'ed so that required macros are evaluated
1715         outside.
1717         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1718         where a required macro will be expanded.
1719         (Coding Style): Another reason not to use `m4_define'.
1721 2006-02-21  Eric Blake  <ebb9@byu.net>
1723         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1725 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1727         * doc/autoconf.texi (Looping constructs): New node, to
1728         document m4_for, m4_foreach, m4_foreach_w, and mention
1729         obsolete AC_FOREACH.
1730         (Obsolete Macros): Document AC_FOREACH.
1731         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1732         (m4_for): Fix to never loop (almost) endlessly, work correctly
1733         with arithmetic expressions in arguments, a step of zero or
1734         non-integer multiple of the interval, and avoid integer
1735         overflow.
1736         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1737         m4_foreach_w.
1739 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1741         Add basic support for Erlang, both for configuring Erlang/OTP
1742         tools, and Erlang as a conf test language.
1743         * lib/autoconf/erlang.m4: New file.
1744         * lib/autoconf/autoconf.m4: Add erlang.m4.
1745         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1746         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1747         * NEWS: Add short description of new macros.
1748         * THANKS: Add Romain Lenglet.
1750 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1752         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1753         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1755 2006-02-15  Eric Blake  <ebb9@byu.net>
1757         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1758         warning.
1760 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1762         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1763         (_AS_CASE): Private helper macro.
1764         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1765         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1766         Fix syntax of AS_IF description
1767         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1768         for the AC_REQUIRE mess.
1769         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1770         AS_SHELL_SANITIZE.
1772 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1774         * doc/autoconf.texi: Minor style cleanup.
1775         Be consistent about spaces after commas.
1776         Insert [] where empty args look a bit funny.
1777         Fix some "i.e." and "e.g." usages.
1778         Try to avoid "X/Y" usages.
1779         Don't be pedantic about "ISO C99"; just say C99.
1780         Prefer GNU style for spaces in front of parens.
1781         (Function Portability): Comment about C89 versus C99
1782         signed integer division.
1783         (Particular Headers): Use current gnulib style for dirent
1784         includes.
1786 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
1787         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1789         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1790         macros without parameters.
1791         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1792         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1793         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1794         `$#' bug.
1795         (autoupdate): Updated to match AU_ALIAS fix.
1797 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1798         and Paul Eggert  <eggert@cs.ucla.edu>
1800         * doc/autoconf.texi (Programming in M4sh): Document
1801         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1803 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1805         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1806         (AS_BOURNE_COMPATIBLE): ..this.
1807         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1809 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1811         * doc/install.texi (Defining Variables): Tighten up the
1812         CONFIG_SHELL wording.
1814 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
1815         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1817         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1818         of (set -o) rather than testing whether (set -o posix) succeeds,
1819         to work around a bug in the AIX 5.3 shell.  Problem originally
1820         reportd by Howard Chu for libtool.
1822 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
1824         * doc/autoconf.texi (Running the Compiler, Running the Linker):
1825         Changes the macro arguments in summaries to match the
1826         descriptions.
1828 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
1830         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1831         hint as ``a workaround for a bug.''
1833 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835         * bin/autoreconf.in: New option `--no-recursive'.
1836         Improve wording for subpackages a bit.
1837         * doc/autoconf.texi (autoreconf Invocation): Updated.
1838         * NEWS: Updated.
1840         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1841         in environment of `configure', not the command line.
1842         Reported by Howard Chu <hyc@highlandsun.com>.
1844 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1846         * doc/autoconf.texi (Limitations of Builtins): Document the
1847         problem with "trap -".
1849 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
1851         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1852         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1853         messages to differentiate Fortran and Fortran 77 tests.
1854         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1855         AC_LANG_ASSERT, to allow use in mixed-language projects.
1857 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1859         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1860         FOO" to "defined (FOO)".
1861         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1862         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1863         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1864         * tests/tools.at (ifnames): Likewise.
1866 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1869         * lib/Autom4te/General.pm (mktmpdir): Likewise.
1870         (END): Improve error message a bit.
1871         Reported by Bruce Korb <bkorb@gnu.org>.
1873 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1875         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1876         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1878 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
1880         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1881         requires sys/stream.h.  Reported by Oliver Kiddle.
1883 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1884             Stepan Kasal  <kasal@ucw.cz>
1886         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1887         before the removals of test dirs, use `find' to avoid modification
1888         of symlinked directories.
1890 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1892         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1893         Don't ignore the macro arguments.
1895 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
1897         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1898         declaration that works for MSVC.
1900 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1902         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1903         Add `*.map' and `.inf' for Green Hills compiler.
1904         Reported by Stefan Seefeld <stefan@codesourcery.com>.
1906         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1907         correctly: pad with spaces after FIRST_PREFIX if necessary,
1908         and compute string lenghts with `m4_qlen' instead of `m4_len'.
1909         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1910         * tests/m4sh.at (AS_HELP_STRING): Test extended.
1911         * NEWS: Updated.
1912         Reported by numerous people, numerous times.
1914 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1916         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1917         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1918         * lib/autoconf/general.m4, lib/autoconf/status.m4:
1919         * lib/autotest/general.m4, tests/local.at:
1920         Update copyright year to 2006.
1922         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1923         sed substitutions.
1924         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1925         for file names, again.  Reported by Noah Misch.
1926         (Coding Style): Explain that s|a|b| is preferred for file names.
1927         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1928         (AC_OUTPUT_MAKE_DEFS): Likewise.
1929         * lib/autotest/general.m4 (AT_INIT): Likewise.
1930         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1931         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1933         Fix Posix-conformance bugs re use of { command in sed scripts,
1934         and improve the sed-related documentation a bit.
1935         * doc/autoconf.texi (Installation Directory Variables): Use
1936         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
1937         rather than "sed" when talking about Sed in general.
1938         (Particular Programs): Likewise.
1939         (Coding Style): y is like s with respect to / and ,.
1940         (Limitations of Usual Tools): Document the weird restrictions
1941         that Posix has about { }.  Use better quoting.
1942         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1943         Rewrite to conform to Posix rules about { } in sed scripts.
1944         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1945         * tests/foreign.at (Libtool): Likewise.
1946         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1947         Use our own style advice re 's,a,b,' versus 's|a|b|'.
1949 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1951         * lib/autoconf/status.m4: Fix typo.
1953         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1954         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1955         `-def', for the benefit of Portland `pgf90 -Mipa'.
1956         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1958 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1960         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1961         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1962         shell from zsh to bash.
1964 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
1966         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1967           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
1969 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1971         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1972         parentheses in $(...).  Problem reported by Eric Blake.
1974 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1976         * doc/autoconf.texi (Limitations of Usual Tools):
1977         Mention which characters can be escaped with \ in portable regular
1978         expressions used in grep, sed, expr.  Mention the leading ^ problem
1979         with expr.  Clean up some confusing wording.  Mention which
1980         grep options are portable.
1982 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
1984         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
1986 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1988         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
1989         patch, noted by Ralf Wildenhues.
1991 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1993         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
1994         posix' unconditionally, for pdksh in `native sh' emulation.
1996 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1998         * doc/autoconf.texi (Shellology): Document eval $? problem
1999         with ash.
2000         (Limitations of Builtins): Likewise.
2002 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2004         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2005         CONFIG_SHELL in the environment of the configure rerun.
2006         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2007         Suggest passing CONFIG_SHELL absolute, and in the environment
2008         rather than as option.
2010 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2012         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2013         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2014         Fix macro quoting.  Fix output for n * 98 substituted variables.
2016 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2018         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2019         `tmp' to avoid file removal race.
2021 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2023         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2024         ac_clean_files and LIBOBJS.
2026 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2028         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2029         Factor functionality to..
2030         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2031         `AC_SUBST($1)' in the public version.
2032         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2033         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2034         ac_pt_* variables.
2036 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2038         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2039         filesystems.
2041 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2043         * NEWS: Move AH_HEADER mention to right place.
2045 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2047         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2048         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2050 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2052         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2053         conftst2.$ac_objext.
2054         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2056 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2058         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2059         conftest.o, to see whether the compiler really obeys; rm the object
2060         file before and after the test and register it with ac_clean_files.
2061         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2063 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2065         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2066         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2067         code so that the most common case requires less forks.
2069 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2071         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2072         not portable; thanks to Paul Eggert and Alexandre.
2074         * NEWS: Fix an old typo.
2076 2005-10-20  Jim Meyering  <jim@meyering.net>
2078         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2079         the latter'', in two places.
2081 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2083         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2084         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2085         the inner workings of AC_LANG_FUNC_LINK_TRY.
2086         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2087         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2088         by the function rather than ignoring it.
2089         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2090         comparing its address.  Intel's interprocedural optimization was
2091         outsmarting the old heuristic.  Problem reported by
2092         Mikulas Patocka.
2094 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2096         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2098 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2100         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2101         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2103 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2105         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2106         before removing it (chmod -R u+rwx); there are three instances of this.
2108 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2109             Stepan Kasal  <kasal@ucw.cz>
2111         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2112         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2113         make its content writable before removing it.  Remove an errorneous
2114         comment from the end, where the logs of the failed tests are copied
2115         to the main log file.
2117 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2119         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2120           in case the computer is too quick.  Double quote the configure.ac
2121           snippets.
2123         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2124           problems if the testsuite were running too fast.
2126 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2128         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2129         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2130         (which belong to Xt, not X itself).  See Debian bug 327655.
2131         * NEWS: Mention this.
2133 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2135         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2137 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2139         * config/move-if-change: Don't output "$2 is unchanged";
2140         suggested by Ben Elliston.  Handle weird characters correctly.
2142 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2144         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2145           calls, so that the final expansion of this macro is shorter.
2146           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2147           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2148           the cleanup there.  Use AS_VAR_* macros, to be more general.
2149         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2151         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2153         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2155 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2157         * doc/autoconf.texi (Configuration Headers): Add an index entry
2158           for AH_HEADER.
2160 2005-08-26  Pavel Roskin  <proski@gnu.org>
2162         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2163         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2164         running xmkmf.
2166 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2168         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2169         The previous patch didn't work, so try a better one.
2171 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2173         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2174         in the example.  Reported by Bruno Haible.
2175         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2176         "if $undefined_var;" succeeds with my shell.
2178         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2179         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2180         but change the m4_divert_text to m4_divert_once.
2182 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2184         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2185         Work around bug in Solaris /usr/xpg4/bin/awk.
2186         The bug is present in at least Solaris 8 through 10.
2188 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2190         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2191         some evil values and relying on the fact that $* concatenates the
2192         parameters by the first character from IFS.
2194 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2195             Stepan Kasal  <kasal@ucw.cz>
2197         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2198         first header appears, define AH_HEADER.
2199         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2200         Update limitations about when to call AC_CONFIG_HEADERS.
2201         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2202         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2203         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2204         ``Configuration Actions''; fix their index entries.
2206         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2207         options correctly.  Process N-M as M-N if M is smaller than N.
2208         Process ranges correctly so that N-N will run only N.
2209         Sort and uniquify the tests that will be run.  If there is more
2210         than one test, reinsert the banners for the tests.
2211         * tests/autotest.at (Keywords): Unmark XFAIL.
2213 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2215         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2216           before passing the macro name to AH_TEMPLATE.
2218         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2219           now opens log after option processing; in particular, --version
2220           and --help do not touch config.log.
2222         * Makefile.maint: Revert the change from 2005-08-12.
2224 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2226         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2227           common code to...
2228         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2230 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2233         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2234         Language cleanup.
2236         * doc/autoconf.texi (Defining Symbols, Changed Results):
2237         Prepend to LIBS, not append, in examples.
2239 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2241         When building in place, set srcdir="."; suggested by Tim Van Holder.
2243         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2244           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2245         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2246         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2247           does not mean "no --srcdir option".
2249 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2251         * tests/autoscan.at (autoscan): New file.
2252         * tests/suite.at: Use it.
2253         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2254         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2256         * tests/autotest.at (Keywords): Test keywords combinations.
2258 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2260         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2261           add "2>&1"; gzip 1.2.4 prints help on stderr.
2263 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2265         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2266         was pushdef'ed twice while popped only once.  Push it only once.
2267         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2269 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2271         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2272         prefixed by mere "===", not "configure: === ".
2274 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2276         * Makefile.maint: Update from Bison.
2278         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2279         "<tab>" in comment, so that the point is understandable.
2281 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2283         Rewrite substantial part of lib/autoconf/status.m4.
2284         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2285         and CONFIG_COMMANDS are not processed in four separate loops.
2286         Instead, there is one main loop.  This alows that the common code
2287         is expanded only once, thus config.status (and configure) is smaller.
2289         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2290         the AC_LIST_FILES and cousins macros are no longer used.
2292         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2293         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2294         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2295         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2296         contain the initialization, nor the for loop, nor the associated
2297         commands; all these go to ...
2298         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2299         _AC_OUTPUT_CONFIG_STATUS.
2300         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2301         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2302         (_AC_OUTPUT_FILE): The creation of the sed script ...
2303         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2304         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2305         _AC_OUTPUT_MAIN_LOOP.
2306         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2307         _AC_CONFIG_COMMANDS): Use ...
2308         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2309         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2310         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2311         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2312         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2313         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2314         ... new macros.
2315         (_AC_CONFIG_UNIQUE): Update.
2316         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2317         Replaced by this ...
2318         (_AC_LIST_TAGS): ... new common macro.
2319         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2320         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2321         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2322         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2323         this didn't belong to the `config commands' section.
2324         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2325         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2326         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2327         to the `config commands' section either.
2328         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2329         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2331         ... and many changes to the comments nearby.
2333         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2334         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2335         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2336         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2337         (#define header templates): The comment at the top of the generated
2338         header now includes the name(s) of the source file(s).
2340         Several unrelated small changes:
2342         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2343         parameter to AC_DIAGNOSE.
2344         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2345         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2346         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2347         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2348         with AU::AC_OUTPUT.
2349         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2350         in AC_OUTPUT doesn't double-quote it either.
2351         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2352         parameters.
2354 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2356         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2357         versions of Portland Group compiler produce single- and double-quoted
2358         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2359         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2361 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2363         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2364         This is a corrected version of yesterday's patch.
2366 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2368         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2369         path, too; insert a "===" to emphasize the line.
2371         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2372           ac_cv_build_alias to ac_build_alias.
2373         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2375         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2376         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2377         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2378         (AC_ARG_VAR): ... here.
2379         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2380           target_alias.
2382         Keep a list of all precious variables and process them with one simple
2383         for loop, instead of expanding all commands, or, OTOH, complicated
2384         processing of output of "set".
2385         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2386         variable names in new macro...
2387         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2388         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2389           a loop to assign all ac_env_* and ac_cv_env_* variables.
2390         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2391           to INIT_PREPARE.
2392         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2393           its value to shell variable ac_precious_vars and call
2394           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2395         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2396           _AC_ARG_VAR_VALIDATE.
2398         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2399           and the AC_SUBSTs ...
2400         (AC_INIT): ... here.
2402         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2403           the ac_subst_files section in config.log.
2405         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2407 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2409         * NEWS: New macro AC_C_TYPEOF.
2410         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2411         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2412         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2414         Fix problems reported by Nicolas Joly.
2415         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2416         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2417         They are generated by the Tru64 v5.1B shell.
2419 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2421         Fix my changes from 2005-07-01; reported by Noah Misch.
2422         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2423         description, the macro now accepts only a single tag.
2424         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2426         Fix cases when the varsions of Autoconf and Autotest don't match.
2427         Reported by Noah Misch.
2428         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2429         at_top_builddir, for compatibility with older autotest.
2430         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2431         is not set, use at_top_builddir, for compatibility with older
2432         versions of autoconf.
2434 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2436         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2437         Problem reported by Patrick Welche.
2439 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2441         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2442         sed substitution command, so that we allow | in program prefixes
2443         and program suffixes.  (& is a problem anyway; we're not fixing
2444         that here.)
2445         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2446         configure_input, top_builddir, srcdir, etc.
2447         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2448         PATH_SEPARATOR in AUTOTEST_PATH.
2450 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2452         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2453         for loop over config.site files using `set', to allow
2454         directory names containing IFS characters.
2456 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2458         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2459         directories with weird names.  Apparently some people like living
2460         on the edge.  However, improve the test that "pwd" actually does
2461         report a name for the working directory.
2462         * NEWS: Remove the claim that we test for funny chars in dir names.
2464 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2466         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2467         replaced ...
2468         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2469         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2470         Now accept a single tag, not whitespace separated list.
2471         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2473 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2475         * doc/autoconf.texi (Configuration Headers): Change the explanation
2476         about #include <config.h>.
2477         (Generic Functions): Mention the Gnulib project.
2478         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2480         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2481         document to output the default config_* lists to config.status.
2482         Don't recognize option --file, if the functionality is not there.
2483         Likewise for --header; moreover, recognize --he and --h as shortcuts
2484         for --help in that case.
2486         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2487         matches the order of execution.  No code changed.
2489 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2491         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2492         single-quoted -cmdline argument in Portland Group compiler.
2493         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2495 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2497         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2499 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2501         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2502         descriptors to child processes; reported by Norman Gray.
2504 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2506         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2508         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2509         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2510         (AC_SUBST): Call it.
2511         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2512         the directory specific variables; but don't call it for configure_input.
2514 2005-06-28  Derek Price  <derek@ximbiot.com>
2516         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2517         addition.
2519 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2521         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2522         directory have inherent problems with special characters like spaces,
2523         due to limitations in Make syntax.  Problem reported by Alexandre
2524         Duret-Lutz.
2525         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2526         Also, fix Tru64 porting problem with shell patterns,
2527         reported by Ralf Wildenhues.
2529 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2531         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2533 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2535         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2537         Fix some more shell quoting problems.  Prompted by a bug report
2538         from Justace Clutter.
2539         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2540         variable into diagnostic.  Make the diagnostic an error, not a warning,
2541         because we really don't support spaces and suchlike in dir names.
2542         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2543         Don't worry about backslashes in srcdir; it can't happen now.
2544         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2545         Simplify ac_optarg handling.
2546         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2548 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2550         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2551         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2552         * tests/atlocal.in: Propagate $EGREP and $SED.
2553         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2554         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2556         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2557         that '\|' is not allowed in BREs; recommend using newline separated
2558         list of patterns instead of multiple -e options.
2560         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2562         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2564 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2566         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2568 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2570         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2571         b, t, r, w commands require single space, while : cannot have any.
2572         (Special Shell Variables): Fix sed code this in the example.
2573         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2574         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2576         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2577         expand to the empty list.  Don't use two pairs of m4_changequote,
2578         it's not necessary.
2580 2005-06-20  Derek Price  <derek@ximbiot.com>
2582         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2584 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2586         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2587         * doc/autoconf.texi:
2588         Don't mention Solaris versions so much, if a
2589         problem is common to all extant versions of Solaris.  Say "SunOS
2590         4" instead of "SunOS" for SunOS 4.
2591         (awk): Mention more of the limitations of traditional Awk.
2592         (cat): Don't talk about cat -v.
2594 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2596         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2597         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2598         but the implementation is entirely different and is designed
2599         to be compatible with glibc strverscmp.
2600         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2602         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2603         on Mac OS X 10.4 reported by Peter O'Gorman in:
2604         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2605         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2606         Use shell builtins rather than 'expr', to work around expr bug.
2608 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2610         * doc/autoconf.texi: "filesystem" -> "file system".
2611         "behaviour" -> "behavior".
2612         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2613         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2614         as per POSIX.
2615         * lib/m4sugar/m4sh.m4: Likewise.
2616         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2617         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2619         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2620         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2621         to update the man page.  That way, we don't have to check in new
2622         man pages every month.
2624         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2625         quotes and backslashes.  Patch from Derek Price.
2627 2005-06-10  Derek Price  <derek@ximbiot.com>
2629         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2630         AS_TR_SH.
2632 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2634         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2635         -u, since it outputs chatter if the input files are the same.
2636         Problem reported by Ralf Menzel.
2638 2005-06-08  Derek Price  <derek@ximbiot.com>
2640         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2641         renaming them since they are about to be redefined anyhow.
2643 2005-06-08  Derek Price  <derek@ximbiot.com>
2645         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2646         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2647         Move m4_undefine to alphabetical order.
2649 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2651         * README: Recommend GNU M4 1.4.3 or later.
2652         * doc/autoconf.texi (Introduction): Likewise.
2653         Reword to avoid some formatting glitches.
2654         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2655         Clarify explanation of HP compiler bug.
2656         Redo example output tp match current CVS snapshot.
2657         Use @example.org in email addresses when the examples
2658         might get inadvertently cut-and-pasted into user code.
2659         Remove example of autom4te usage that doesn't seem to work now.
2660         Use modern AC_INIT (except when the example is meant to be
2661         shown with Autoconf 2.13).
2662         Update ksh info for Solaris 9 and later.
2663         KB -> kB.
2664         Modernize description of Automake versions a bit.
2665         Don't claim a future version of Autoconf is near.
2666         * doc/install.texi: Reword to avoid some formatting glitches.
2668 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2670         * doc/autoconf.texi: Add [] to examples, so that the manual
2671         follows its own advice about quoting better.
2672         Reword to avoid some formatting glitches.
2673         * doc/installt.exi: Reword to avoid some formatting glitches.
2675         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2676         Tru64 ksh pattern matching bug.  Reported against Libtool by
2677         Albert Chin <libtool@mlists.thewrittenword.com> and
2678         Nicolas Joly <njoly@pasteur.fr>.
2680 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2682         m4_cdr of one-member list was [[]] (one-member list containing an
2683         empty string) instead of [] (an empty list.  Callers were skewed to
2684         match this misbehaviour.  As a consequence of this:
2685          - m4_foreach([x], [], [foo]) expanded to `foo', while
2686          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2687         This bug has been fixed:
2689         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2690           expand to an empty string; print error msg if called without
2691           an argument list.
2692         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2693           misbehaviour; handle [] and [[]] correctly.
2695 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2697         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2698         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2699           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2701 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2703         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2704           swallow records with more than 99 fields.
2705         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2706           parse the long line.
2708 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2710         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2711           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2712         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2713           to workaround this limitation.
2715 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2717         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2718         to gfortran, and make these the first two compiler names
2719         checked (following the general autoconf preference for gcc).
2721 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
2723         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2724         (DISTCLEANFILES): Remove $(check_SCRIPTS).
2725         (testsuite): Make sure autotest.m4f is up-to-date before using it.
2727 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2729         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2730         expression of unbounded size when processing the --list
2731         option.  This runs afoul of a limit of 399 bytes per regular
2732         expression on AIX.  Problem reported by Ralf Wildenhues.
2734 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2736         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2737         * doc/autoconf.texi (Particular Headers): Reword example
2738         for multiline stdbool replacement.
2739         (Setting Output Variables): Reword text a bit.  Don't
2740         give all the details about |#_!!_#|.
2741         Reword description of line replacement.
2743 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
2745         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2746         now contain newlines, and substituted files must be referenced on
2747         a line alone; the sed scripts to substitute them are now very
2748         different.
2749         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2750         commands can be put in a sed script portably.
2751         * doc/autoconf.texi (Setting Output Variables): Document above
2752         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2753         use of multiline substitution.
2754         * tests/torture.at: No longer expect substitution of newline to fail.
2756 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2758         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2759         From Ralf Menzel (trivial change).
2761 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
2763         * tests/local.at: Don't attempt to check for negated character
2764         classes in shell scripts.  The test was too brittle.
2766 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
2768         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2769         * doc/autoconf.texi (Limitations of Builtins): Document this
2770           limitation.
2772 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
2774         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2775           common code; used in many places in the tree.
2776         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2777         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2779         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2781         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2782           messages when ac_unique_file is not found.
2783         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2784         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2785           commands, for consistency with AC_MSG_ERROR and such.
2787         * bin/autoconf.as: Make more use of "shift 2" in option processing.
2789         * bin/Makefile.am: Merge the two rules for creating scripts.
2791 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
2793         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2794         obsolete; it was never documented.
2795         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2797 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2799         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2800         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2801         (ac_top_builddir): ... this ...
2802         (ac_top_build_prefix): ... to this; the old name is also kept, for
2803           backward compatibility.
2804         (ac_top_builddir_sub): New variable, without the trailing slash,
2805           always nonempty.
2806         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2807         * doc/autoconf.texi (Configuration Actions): Rename
2808           ac_top_builddir to ac_top_build_prefix.
2809         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2810           at_top_builddir to at_top_build_prefix.
2811         * lib/autotest/general.m4 (AT_INIT): Likewise.
2813 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2815         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2816           of confdefs.h .
2818 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2820         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2821           argument to m4_foreach.  I guess it was necessary in the past,
2822           but I think it's a no-op now.
2824 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2826         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2827           ``cat <<_ACEOF'' commands to one.
2828         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2829         * lib/autoconf/status.m4: On various places, use expr instead of
2830           ``echo|sed.''
2831         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2832         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2833         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2834           a range.
2835         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2836           the wrong patterns between ``case'' and ``esac.''  The previous
2837           code had false positives.
2839 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2841         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2842         as on 2005-05-02.
2843         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2844         Mention LIBOBJDIR.
2846 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2848         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2849         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2850         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2851         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2852         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2853         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2854         config/config.guess, config/config.sub, config/elisp-comp,
2855         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2856         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2857         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2858         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2859         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2860         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2861         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2862         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2863         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2864         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2865         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2866         lib/autoconf/general.m4, lib/autoconf/headers.m4,
2867         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2868         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2869         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2870         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2871         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2872         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2873         lib/autotest/general.m4, lib/emacs/Makefile.am,
2874         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2875         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2876         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2877         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2878         tests/compile.at, tests/foreign.at, tests/fortran.at,
2879         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2880         tests/semantics.at, tests/suite.at, tests/tools.at,
2881         tests/torture.at, tests/wrapper.as:
2882         Update FSF postal mail address.
2884 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
2886         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2887           check.
2888         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2889           enough arguments, similarly as in m4_bpatsubsts.
2891 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
2893         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2894           of absolute paths.
2896 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
2898         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2899           for absolute directory names in one loop.
2900         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2901           abbreviations of --version and --debug.
2903 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2905         * doc/autoconf.texi (Autoconf Language): Be more precise about
2906         quoting rules.  Problems noted by Stepan Kasal.
2907         Also, throughout this document, be more careful about white space.
2908         "blank", "white space", and "space" all have different meanings
2909         and we should be careful to say what we mean.
2911 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
2913         Fix C++ related problems reported by Werner Lemberg.
2914         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2915         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2916         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2917         avoid problems with C++ and throw.
2918         * tests/compile.at: .cpp, not .cc.
2920         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2922 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2924         * doc/autoconf.texi (Generic Functions): Typos.
2926 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
2928         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2929         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2930         set by latest automake.
2932 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2934         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2935         outputs 0 on GNU/Linux these days.
2937 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2939         * doc/autoconf.texi (Autoconf Language): Add more description
2940         about quoting heuristics.
2941         (Limitations of Builtins): Describe "set -" problems.
2943 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2945         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2946         not newline.
2948         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2949         by AC_DEFINE; it was a mistake.
2950         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2952 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
2954         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2956 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
2958         * doc/autoconf.texi (External Software): Quadrigraphs are not
2959           processed correctly in AS_HELP_STRING; avoid this in the examples.
2960         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2961         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2962           comment and reduce m4_default([foo], []) to [foo].
2963         (m4_strip): Update the explanation.
2965 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2967         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2968         Remove core.conftest.* too; it's generated by Tru64 5.1.
2969         Problem reported by Jennis Pruett.
2970         * lib/autoconf/functions.m4
2971         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2972         Don't bother to remove core files; AC_RUN_IFELSE should do that
2973         for you.
2975 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
2977         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
2979 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
2981         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
2982         Report from Horst Wente.
2984 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
2986         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
2987           the comment.
2989 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
2991         * doc/autoconf.texi (External Software, Package Options): Add
2992           examples showing how to implement --with-* and --enable-* options.
2994 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2996         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
2997         as well as configure.in.  Problem reported by Gregorio Guidi.
2999 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3001         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3002         pattern for alloca snippet.
3004 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3006         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3008 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3010         * doc/autoconf.texi (Generic Programs): Fix a typo.
3012 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3014         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3015         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3017 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3019         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3020         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3021         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3022         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3023         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3025 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3027         * NEWS: The configure command now warns you if you attempt to use
3028         a directory whose name contains a special character like space,
3029         newline, or "\".
3030         * doc/autoconf.texi (Installation Directory Variables): Allow
3031         "," in file names.  Do not use \@; it's not a portable regexp.
3032         * bin/Makefile.am (edit): Likewise.
3033         * lib/Makefile.am (edit): Likewise.
3034         * tests/Makefile.am (edit): Likewise.
3035         * tests/semantics.at: Likewise.
3036         * tests/torture.at: Likewise.
3037         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3038         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3039         * doc/autoconf.texi (File System Conventions): Warn about
3040         unportable file names.
3041         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3042         (AC_INIT): Use it.
3043         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3044         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3045         ac_pwd, and quote srcdir.
3046         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3048         * doc/autoconf.texi: Fix some systematic formatting problems.
3049         ".)"  needs a following @: if not at the end of a sentence, and
3050         similarly for "!)".  "etc." should be preceded by a comma.
3051         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3053 2005-03-22  Bruno Haible  <bruno@clisp.org>
3055         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3056         argument is often called 'build-aux'.
3058 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3060         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3061           macro AC_TRY_LINK is obsolete.
3062         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3063           `AC_CONFIG_FILES'.
3065 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3067         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3068           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3069           from a Common Lisp's `cl'.
3070         (AC_PROG_CXX): Behave according to the documentation: don't
3071           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3072           make the variable CCC precious; use `cl.exe', not `cl'.
3074 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3075             Alexandre Duret-Lutz  <adl@gnu.org>
3077         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3078         /dev/null, as "configure" shouldn't read stdin, and this insulates
3079         us from problems (e.g., when testing for "cl").  Also, do this
3080         redirection before invoking "hostname" or "uname", and keep the
3081         original input stream available via...
3082         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3083         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3084         bother with "</dev/null" since it's now done at the top of
3085         'configure'.
3086         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3087         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3088         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3089         * doc/autoconf.texi (File Descriptor Macros): New section.
3090         (Printing Messages): Mention it.
3091         * tests/base.at (Input/Output): New test.
3093 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3095         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3096         newline if neither \c nor -n work, as that would output two
3097         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3099 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3101         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3102         This causes that any required macros inside will get before the if.
3103         * doc/autoconf.texi (autom4te.cache): A typo.
3105 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3107         Undo previous change, except keep the change to
3108         lib/autoconf/programs.m4 that replaced grep with shell
3109         pattern-matching.  This is because net-snmp configure reads stdin.
3110         Reported by Noah Misch.
3112 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3114         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3115         from /dev/null, as "configure" shouldn't read stdin, and this
3116         insulates us from problems (e.g., when testing for "cl").
3117         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3118         before invoking "hostname" or "uname".
3119         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3120         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3121         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3122         "</dev/null" since it's now done at the top of 'configure'.
3123         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3124         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3125         Also, replace grep with shell pattern-matching, to save a process.
3127 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3129         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3130         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3131         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3132         compiler.
3134 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3136         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3137         grep -q isn't portable.  Improve grep -s explanation.
3138         Problem reported by Dan Manthey.
3140 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3142         * doc/autoconf.texi (Special Shell Variables): Clarify
3143         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3145 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3147         * doc/autoconf.texi: Use @acronym for DJGPP.
3148         Fix some @code's that should have been @env's, and vice versa.
3149         Sort environment variable names.
3150         Mention that shells no longer inherit IFS.
3151         Don't recommend PATH_SEPARATOR=';' so strongly.
3152         Mention that $RANDOM might expand to the empty string.
3153         "symlink" and "soft link" -> "symbolic link".
3154         Improve mktemp description (reported by Bruno Haible).
3156 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3158         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3159         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3160         Likewise.
3161         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3162         Likewise.
3164 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3166         * NEWS: Mention AT_COPYRIGHT.
3168         * tests/local.at (AT_CMP): Use diff directly on input files rather
3169         than copying them.
3171         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3172         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3174 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3175         and Paul Eggert  <eggert@cs.ucla.edu>
3177         * tests/autotest.at (Empty test suite): New test.
3178         * tests/torture.at (Substitute and define special characters)
3179         (Substitute a 2000-byte string, Define to a 2000-byte string)
3180         (Substitute a newline, Define a newline): New tests.
3182 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3184         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3185         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3186         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3187         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3188         (Standard regular expressions): New test.
3189         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3190         excess test name quoting.
3191         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3192         CPPFLAGS to `configure' instead of setting it in `configure'.
3194         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3195         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3196         on some platforms.
3198         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3199         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3201         * tests/local.at (AT_CMP): New macro.
3202         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3203         (AC_SAVE_STATE): Move environment grep...
3204         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3205         (AT_CONFIG_CMP): New macro.
3206         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3207         * tests/c.at (Extensions): Do not exit early.
3208         * tests/atlocal.in: Inherit $GREP.
3210         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3211         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3213         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3214         (AC_COPYRIGHT): Factor header comment portion out and move into...
3215         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3216         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3217         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3218         --version output.
3219         * tests/local.at: Add Autoconf test suite copyright notice.
3220         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3222 2005-02-04  Bruno Haible  <bruno@clisp.org>
3223         and Paul Eggert  <eggert@cs.ucla.edu>
3225         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3227 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3229         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3230         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3232         Try not to generated lines of unlimited length, as POSIX places a
3233         2047-byte limit on line length of portable text files.
3234         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3235         Use newline as a separator, not space.
3236         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3237         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3238         space.
3240 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3242         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3243         as_func_*.  Add test to check whether positional parameters
3244         are restored after function return.
3246 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3248         * doc/autoconf.texi (Special Shell Variables): Mention _,
3249         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3250         if they contain a lower-case letter.  The DUALCASE problem was
3251         reported by Ralf Wildenhues.
3253         * bin/autoconf.as: Don't exit with status 0 after write failure
3254         with --help or --version.
3255         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3256         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3258 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3260         * doc/autoconf.texi (Limitations of Usual Tools):
3261         Unicos 9 sed limitations.
3262         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3263         to get the option-enhanced interface on older Crays.  Try ftn for
3264         Fortran 95 (newer Crays).
3266 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3268         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3269         care to echo the commands, so the user knows what's going on.
3270         Modified from a suggestion by Stepan Kasal.
3272         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3273         with a cross reference.  Derived from a suggestion by Bruce Korb.
3275 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3277         * doc/autoconf.texi (config.status Invocation): Warn about
3278         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3279         * doc/install.texi (Defining Variables): Likewise.
3280         Based on a proposed patch by Ralf Wildenhues.
3282         * man/Makefile.am (.x.1): Make sure the required generated files
3283         are up to date.  Problem and original solution proposed by Stepan Kasal.
3284         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3285         implicit-man-prerequisites): New rules, used by the above.
3287         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3288         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3289         * config/missing, config/texinfo.tex: Likewise.
3291 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3293         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3294         Update the long comment explaining it.
3296         m4_require no longer writes an ``is required by'' line to the
3297         execution stack.  It contains only one bit of non-redundant
3298         information: that the macro was required, not called.  And even
3299         this bit is useless in most situations: have you ever met a macro
3300         which both calls and requires the same macro?
3302         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3303         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3304           macro.
3305         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3306         (m4_expansion_stack_pop): Remove the misplaced comment.
3307         (m4_require): Don't put the ``is required by'' line to the
3308           execution stack; slightly improve the out-of-a-defun error message.
3309         (_m4_divert_grow): New macro, counter for the temporary diversions.
3310         (_m4_require_call): Use it.
3311         * tests/m4sugar.at (m4_require): Expect output without the
3312           ``is required by'' messages.
3314 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3316         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3317         rather than x for expr.
3319         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3320         this is safe.
3321         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3322         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3323         * lib/autotest/general.m4 (AT_INIT): Likewise.
3324         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3325         * tests/mktests.sh: Likewise.
3327 2005-01-27  Akim Demaille  <akim@epita.fr>
3329         Have autoheader honor --force.
3331         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3332         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3333         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3334         from masters, so that FileUtils.pm's update_file provide --force
3335         support.
3336         * bin/autoheader.in: Pass $force to update_file so that
3337         config.h.in is always recreated when --force.
3339 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3341         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3343 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3345         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3346         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3348 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3350         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3351         Warn about newline stripping in `` and $().  Update Solaris
3352         version to 9.
3353         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3354         X insulates us from future changes to Posix.
3355         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3356         stripping.
3358 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3360         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3361           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3363 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3365         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3366         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3367         bug-tar mailing list.
3369 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3371         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3373 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3375         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3376         ulongval to be static, to avoid unwanted GCC warning.  Problem
3377         reported by Michael Jennings via Daniel Reed; see
3378         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3380 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3382         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3383         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3384         datadir, infodir, and mandir.  Adjust argument parsing code.
3385         (_AC_INIT_HELP): Update help text.
3386         * doc/autoconf.texi (Installation Directory Variables): Document
3387         new variables.
3389 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3391         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3392         not seem to work, assume it does set $(MAKE).
3393         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3395 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3397         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3399 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3401         A cleanup of the diversion support in m4sugar.
3403         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3404         (_m4_divert_n_stack): New macro; the expansion is
3405           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3406           otherwise.
3407         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3408         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3409           stored in _m4_divert_diversion or _m4_divert_dump.
3410         (m4_divert_pop): When the parameter is given, compare the symbolic
3411           name with the last diversion pushed on the stack.  Previously, the
3412           current diversion was compared with the numeric value of the
3413           diversion given as the parameter.
3414         (m4_require): If the macro hasn't been expanded yet, call ...
3415         (_m4_require_call): this new macro.
3417 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3419         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3420         Workarounds for documented `case' limitations.
3422 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3424         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3425         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3427 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3429         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3430         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3431         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3433         Patch from Roger Leigh (with some minor changes) as follows:
3434         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3435         Resurrect AC_PROG_CC_STDC.
3436         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3437         AC_PROG_CC_C89, AC_PROG_CC_C99.
3438         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3439         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3440         AC_PROG_CC_C99): New macros.
3441         (AC_PROG_CC_STDC): Use them.
3442         (_AC_PROG_CC_STDC): Remove.
3443         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3444         * THANKS: Add Roger Leigh.
3446 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3448         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3449         signals that the package uses Automake; a `Makefile.am' is typical but
3450         not essential.  Reported by Magnus Therning.
3451         * tests/torture.at (autoreconf.): New banner.
3452         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3453         AC_CONFIG_SUBDIRS'.
3454         (autoreconf an empty directory): Rename to `Empty directory'.
3455         (Unusual Automake input files): New test.
3457 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3459         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3460         (AT_SETUP): Clear AT_capture_files.
3461         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3462         (AT_KEYWORDS): Fix comment typo.
3463         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3464         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3465         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3467 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3469         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3470         If the variable to set is already set, set ac_cv_path_$1
3471         to the preset value so caller can assume ac_cv_path_$1
3472         is available.  (trivial change)
3474 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3476         * BUGS (Minor Problems): Warn about makefile limitations.
3477         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3478         * man/Makefile.am: Find and update manual pages in $(srcdir).
3480 2004-12-24  Eric Blake  <ebb9@byu.net>
3482         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3483         shells in subshell, to avoid noise from ash.  (trivial change)
3485 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3487         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3488         problems with SunOS ksh and backslash escaping, Bourne shells and
3489         closing brackets (both within character classes).  Bug reported
3490         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3491         <read>: New entry.  Mention non-availability of -r.
3493 2004-12-21  Akim Demaille  <akim@epita.fr>
3495         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3496         avoid cluttering displayed messages.  Rather, prepend srcdir where
3497         AT_LINE is used for log files.
3499 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3501         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3502         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3503           no longer part of the macro, quote the occurrence of ``$tmp''.
3504         * doc/autoconf.texi (Forbidden Patterns): Typo.
3506 2004-12-21  Akim Demaille  <akim@epita.fr>
3508         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3509         separated from the test title by forcing a white space.
3511 2004-12-21  Akim Demaille  <akim@epita.fr>
3513         Enable Emacs navigation within testsuite.log files.
3515         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3516         use the compilation mode.
3517         (AT_LINE): Point to the srcdir.
3519 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3521         * tests/Makefile.am (installcheck-local): Use $(bindir).
3522         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3523         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3524         Makefile.am scheme Autoconf now uses.
3526 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3528         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3529         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3531 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3533         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3534         (_AT_CHECK): Use it.
3535         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3536         (AS_ESCAPE): Fix comment.
3537         * tests/autotest.at: Adjust section banner comments.
3538         (AT_CHECK_AT): Accept STATUS and STDERR.
3539         (AT_CHECK_AT_TEST): Likewise.
3540         (Invalid brace-enclosed parameter expansion)
3541         (Multiline command from M4 expansion)
3542         (Double-M4-quoted command): New tests.
3544 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3546         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3548 2004-12-17  Akim Demaille  <akim@epita.fr>
3550         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3551         m4_pattern_allow.
3552         Suggested by Alexandre Duret-Lutz.
3553         * doc/autoconf.texi (Setting Output Variables): Catch up.
3555 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3557         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3559 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3561         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3562           remove the comment which said we cannot.
3564 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3566         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3567         Reini Urban and Paul Eggert for reporting the dependencies.
3569         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3570         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3571         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3573 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3575         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3576           so that eg. ``autoscan --help'' doesn't truncate it.
3578 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3580         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3581         generated conftest files.
3583 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3585         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3586         tracing on commands with possibly-escaped newlines.
3587         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3588         discontinued behavior and its implications.
3589         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3590         (BSx641-newline in command, BS-BS-newline in command)
3591         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3592         (Single-quote-BS-newline in command)
3593         (Single-quote-newline-BS-newline in command): New tests.
3595 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3597         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3598           on platforms where it works.
3599         (_AS_TEST_PREPARE): Test for ``test -x''.
3600         (_AS_BROKEN_TEST_PREPARE): Nuke.
3602 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3604         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3605         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3606           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3607         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3608           create the temporary directory.
3609         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3611 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3613         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3614         (trivial change)
3616 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3618         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3620 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3622         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3623         to avoid using a negated character class.  Reported by Nicolas Joly.
3624         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3626 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3628         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3629         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3630         Don't depend on .x file explicitly, since "make" does that for us.
3631         Suggested by Stepan Kasal.
3633         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3634         Add *.tmp.
3635         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3636         ifnames): Factor common code.  And they said it couldn't be done!
3638 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3640         * bin/.cvsignore: Add autoconf.in.
3641         * tests/.cvsignore: Add wrapper.in.
3642         * lib/autotest/general.m4: Escape '$' in case pattern.
3644 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3646         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3648         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3650         * tests/autotest.at: New file.
3651         * tests/suite.at: Include it.
3652         * tests/Makefile.am: Distribute it.
3654         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3655           shell tracing on a command that could contain multiple lines.
3656         * doc/autoconf.text: Document that fact and its implications.
3657         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3658         * tests/autotest.at (Multiline backquote command substitution,
3659           Multiline parameter expansion, Literal multiline command,
3660           Multiline parenthetical command substitution): Remove XFAIL.
3662 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3664         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3665         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3667 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3669         * configure.ac (test suite): Cease to generate wrapper scripts.
3670         * configure: Regenerate.
3671         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3672         (m4f_dependencies): Adjust accordingly.
3673         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3674         (wrapper.in): Generate it in the build directory.
3675         (MAINTAINERCLEANFILES): Delete wrapper.in.
3676         (CLEANFILES): Add wrapper.in.
3677         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3678         the output.  Replace each $as_me with a @wrap_program@.
3679         * tests/wrapper.in: Delete it; we always build it.
3681         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3682         (EXTRA_DIST): Remove autoconf.in.
3683         (CLEANFILES): Add autoconf.in.
3684         (autoconf): Find autoconf.in in the build directory.
3685         * bin/autoconf.in: Delete it; we always build it.
3687 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3689         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3690         PATH members so as to not prepend an empty element.  Move a comment.
3691         * Makefile.am (SUBDIRS): Build in `tests' last.
3692         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3694 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3696         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3697         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3698         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3699         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3701 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3703         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3704         patch: extra "-l"s.
3706 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3708         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3709         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3710         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3712 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3714         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3715           out the common code to ...
3716         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3717           value of the #define--default to 1, iff the macro was called
3718           with exactly one parameter.
3720 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3722         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3723         "char c = '\200';" rather than "char c = 0x80;" as the
3724         latter doesn't conform to the strict C standard due to
3725         overflow on signed char hosts.
3727         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3728         to -qlanglvl=ansi.  We don't want to disable extensions.
3730 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3732         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3733         (Using Autotest, testsuite Scripts, Writing testsuite.at):
3734         Reword slightly to avoid some English-language problems noted
3735         by Ralf Wildenhues in:
3736         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3738 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
3740         * NEWS: Add ^L above each release.
3742 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3744         Fix documentation problems reported by Russ Boylan in
3745         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3746         along with some nearby cruft.
3747         * doc/autoconf.texi (Libtool): Libtool can be used without
3748         Automake (not without Autoconf).
3749         (Introduction): Mention lists.gnu.org.
3750         * BUGS: Don't mention bugs.gnu.org.
3751         Remove mention of ancient libtool compatibility problem.
3752         * NEWS: Mention that bugs.gnu.org is kaput.
3753         * README: Likewise.  Mention where mailing list archives can be found.
3755 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
3757         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3758         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3760 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3762         * doc/autoconf.texi (Pretty Help Strings): Go back to
3763         single-quoting assignments to cache variables.
3765 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
3767         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3768         with the examples; fix the bug in MY_ARG_WITH example reported
3769         by Alexandre Duret-Lutz.
3770         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3771         expansion of $1 in the comment emitted to configure.
3773 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
3775         * doc/autoconf.texi (Pretty Help Strings): Fix typo
3776         in my editing of the previous patch.  Problem reported
3777         by Alexandre Duret-Lutz.
3779 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
3781         * doc/autoconf.texi (Autoconf Language): Explain that
3782         ``descriptions'' may not be double quotes.
3783         (Quotation Rule Of Thumb): Likewise.
3784         (Pretty Help Strings): Likewise; remove the wrong comment;
3785         simplify the examples and improve their quoting.
3787 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
3789         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3790         the $1_found variable, don't test whether the file is executable;
3791         Both things are checked ...
3792         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3793         the former ``test -f''.
3794         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3796 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
3798         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3799         use cp -R instead.
3801 2004-11-10  Derek R. Price  <derek@ximbiot.com>
3803         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3804         limitations.  Reorder paragraphs for clarity.
3806 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3808         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3809         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3810         variants", "Unix", and some related minor wording fixups.
3812         (Shellology, Special Shell Variables): Document that the Zsh
3813         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
3814         to Alexandre Duret-Lutz for this info.
3816 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
3818         * doc/autoconf.texi (One-Shot Macros): New node.
3820 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
3822         * doc/autoconf.texi (Function Portability): Fix misdescription
3823         of putenv.  Problem reported by Michael Wardle.
3825 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
3827         * doc/autoconf.texi (auindex): New macro.
3828         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3829         Problem reported by Stepan Kasal.
3831 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3833         Fix problems reported by Andreas Buening in:
3834         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3835         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3836         in test makefile.
3837         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3838         readable; it's not true in OS/2-emx.
3840 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
3842         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3843         "/usr/include", clear ac_x_includes instead of leaving it as "no"
3844         (trivial change).  Problem and patch reported by Andrew Church in:
3845         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3847 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3849         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3850         three args in examples.  Problem reported by Frederik Fouvry in:
3851         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3852         Also, fix some minor spacing and punctuation bugs.
3854 2004-09-02  Akim Demaille  <akim@epita.fr>
3856         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3857         "case" to restore ordering.
3858         Reported by Stepan Kasal.
3860 2004-08-26  Akim Demaille  <akim@epita.fr>
3862         * doc/autoconf.texi: Minor typos and stylos.
3864 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3866         * configure.ac (AC_INIT): Bump to 2.59c.
3868 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3870         Version 2.59b.
3872         * README: Add advice about m4 1.4.2.
3874         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3875         texinfo.tex for now (done by hand now).
3876         * Makefile.maint (wget_files, cvs_files):
3877         Remove ansi2knr.c; nobody uses it.
3878         (ansi2knr.c-url_prefix): Remove.
3879         (cvs-update): Fix test for failure.  I don't know why it ever
3880         worked...
3882         * doc/autoconf.texi: Update URLs, some of which went stale.
3883         Use @uref rather than @href.
3885         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3886         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
3888         * config/config.guess, config/config.sub, config/elisp-comp,
3889         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3890         doc/fdl.texi, doc/standards.texi: Sync with master copy.
3892         * NEWS, TODO, configure.ac, bin/autoscan.in,
3893         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3894         doc/install.texi, lib/Autom4te/Configure_ac.pm,
3895         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3896         lib/autoconf/programs.m4, lib/autoconf/status.m4,
3897         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3898         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3899         tests/tools.at, tests/torture.at:
3900         Use "file name" rather than "filename" or "path",
3901         to be consistent with the terminology of the GNU coding standards.
3903 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3905         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3906         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3907         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
3908         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3910         More fixes to support spaces in the name of the build directory.
3911         This isn't a complete fix but it's an improvement.
3913         * bin/autoconf.as (autom4te_options): New var.
3914         Use it instead of appending to AUTOM4TE, so that we can allow
3915         spaces in the build directory's absolute name.
3916         * bin/autoheader.in ($autoconf): Allow spaces in file names.
3917         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3918         AT_CHECK_NOESCAPE): Likewise.
3919         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3920         main program): Likewise.
3922 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3924         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3925         From Ralf Corsepius in:
3926         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3928 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
3930         * doc/autoconf.texi (Function Portability): Document isinf and
3931         and isnan.  From a suggestion by Kevin Ryde.
3933         * lib/Autom4te/General.pm (END): Return correct exit status even
3934         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
3936 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3938         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3939         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
3940         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3942 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
3944         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3945         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3946         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3947         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3948         * lib/autom4te.in (Automake-preselections): Preselect
3949         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
3951 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
3953         * lib/autom4te.in (Automake-preselections): Preselect
3954         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
3955         trace them.
3957 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3959         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3960         Tru64.
3961         * doc/autoconf.texi (Shellology): Mention BIN_SH.
3962         Document problem with "`""`" in pdksh POSIX mode.
3964 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
3966         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3967         with pdksh, too.  Problem reported by Patrick Welche via
3968         Gary V. Vaughan.
3969         * doc/autoconf.texi (Shellology): Note that set -o posix is
3970         useful for pkdsh, too.
3972 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
3974         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3975         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3976         Don't fail if ENV or BASH_ENV is readonly.
3977         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
3978         etc. are read only.  Problem reported by Ludovic Courtes.
3980 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
3982         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
3983         zsh, disable GLOB_SUBST to avoid backslash handling problems.
3984         (trivial change)
3986 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
3988         * doc/autoconf.texi (File System Conventions): Warn about
3989         names like "aux".  Problem reported by Eric Blake.
3991         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
3992         by zero instead of array size, so that we can use any arithmetic
3993         constant expression (instead of requiring an integer constant
3994         expression).  This allows us to test expressions like DBL_MAX <
3995         LDBL_MAX, which didn't conform to the C standard using the old
3996         method.
3997         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
3998         now that we can do floating-point tests at compile time.
4000 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4002         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4003         and LDBL_EPSILON, as the resulting expression isn't an
4004         integer constant expression and violates the C standard.
4005         Problem reported by Nelson H. F. Beebe.  Also, check
4006         for "L" suffix, and check that long double doesn't have
4007         worse range or precision than double, that mixed-mode
4008         arithmetic doesn't generate a diagnostic, that double
4009         constants fit in long double.
4011 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4013         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4014         malloc(0) and realloc(NULL,size).
4016         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4017         Bob Proulx.
4019 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4021         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4022         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4023         by Jim Meyering.
4025 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4027         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4028         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4030 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4032         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4033         Problem reported by Stepan Kasal.
4035 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4037         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4038         change).  Patch reported by Ralf Wildenhues in
4039         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4041         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4042         function F exists if the compiler and linker let you compile an
4043         expression like (F != 0).  Recent versions of GCC optimize away
4044         the reference to F in that case, since every function address must
4045         be nonzero, so the link succeeds even if F does not exist.
4046         Problem reported by Manu in
4047         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4049         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4050         "Unix".  Many uses changed.
4051         (Limitations of Builtins): Explain better why the ! command isn't
4052         portable.
4054 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4056         * lib/autom4te.in (Automake-preselections): Preselect
4057         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4059 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4061         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4062         referencing AC_FUNC_STRERROR_R.
4064         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4065         note pessimistic assumption when cross compiling.
4067 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4069         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4070         (until 2004) invoked subcommands with sh -e, contra POSIX.
4071         Reported by Kevin Ryde.
4073 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4075         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4076         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4077         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4078         `test -f "        /usr/bin/grep"', which _always_ failed.
4079         (AC_PROG_SED): Ditto bogus PATH fix.
4080         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4081         requires that grep correctly supports _multiple_ `-e' options, rather
4082         than stating only that grep should accept `-e'.
4084 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4086         Port to C99, which requires that 'exit' be declared.
4088         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4089         to ensure that stdlib.h is included.
4090         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4091         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4092         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4093         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4094         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4095         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4096         when using 'exit' in a test; C99 requires that 'exit' be declared.
4098 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4100         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4101         now prefers 'grep' implementations that accept -e.
4102         (Limitations of Usual Tools): Describe problems of traditional
4103         egrep and fgrep with long input lines, and of traditional grep
4104         with -e.
4105         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4106         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4107         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4108         Solaris.
4109         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4110         the user with complaints about multiple -e options.
4111         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4112         Define it with AC_PROG_GREP.
4113         * configure.ac (AC_PROG_GREP): Add.
4114         * lib/freeze.mk (GREP): New macro.
4116 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4118         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4119         a possible candidate only after all others fail, rather than
4120         consulting it first.  This improves backward compatibility by
4121         better reflecting the way shell selection occurred in previous
4122         versions of Autoconf, and should help to avoid triggering latent
4123         problems in other packages, such as the one in Automake where zsh
4124         is not handled robustly:
4125         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4126         Although it is not Autoconf's responsibility to work around
4127         problems in Automake, it nevertheless makes sense to avoid
4128         introducing unnecessary incompatibilites.
4130 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4131             Gary V. Vaughan  <gary@gnu.org>
4133         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4134         how deeply nested we are when a suitable tool is found, set the
4135         ac_path_TOOL_found flag.
4136         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4137         nested we are in this macro.  Break out of all 3 nested loops if
4138         ac_path_TOOL_found is set.
4140 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4142         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4143         of the _AS_PATH_WALK loop too if GNU flavor is found.
4145 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4147         * doc/autoconf.texi (Limitations of Make): Update documentation
4148         for `$<'.  New entry `Long lines', based on a report from Simon
4149         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4150         paragraph about DJGPP, based on a mail from Richard Dawe.
4152 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4154         * tests/c.at (C keywords): Don't assume that GCC supports
4155         "restrict" and "inline", as sufficiently-old GCC versions do not
4156         (also, GCC configured to be in pedantic C89 mode does not).
4157         Problem reported by Sumit Pandya in:
4158         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4160         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4161         consider -g to work if it generates warnings when plain compiles
4162         don't.  Problem reported by Braden McDaniel in:
4163         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4165         * doc/autoconf.texi (Slashes): New section, to document a problem
4166         reported by Jim Meyering in:
4167         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4169         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4170         linker output files before linking, to work around IRIX 6 linker bug.
4171         Problem reported by Rainer Orth in:
4172         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4174 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4176         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4177         best tool so far counter rely on the tool path variable name to
4178         avoid checks for one tool being affected by the results of running
4179         the length check on a previous tool.
4181         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4182         match expression argument, as different greps have different
4183         regular expression flavours.
4184         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4185         literals.
4186         (AC_PROG_EGREP): Pass 'EGREP$'.
4187         (AC_PROG_GREP): Pass 'GREP$'.
4189 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4191         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4192         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4194 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4196         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4197         Types, Specific Compiler Characteristics, System Services,
4198         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4199         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4200         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4201         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4202         Likewise.
4203         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4204         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4205         AC_TYPE_OFF_T): Likewise.
4206         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4207         Likewise.
4209         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4210         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4212 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4214         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4215         now defines HAVE_DECL_TZNAME if it is declared, when
4216         HAVE_STRUCT_TM_TM_ZONE is not defined.
4217         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4218         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4219         for HAVE_TZNAME.
4221 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4223         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4224         superfluous backslashing of quotes (") in sed expressions;
4225         thanks to Paul Eggert.
4227 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4229         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4230         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4231         H. F. Beebe for the bug report.
4233 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4235         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4236         quoted -cmdline argument in Portland Group compiler (bug
4237         reported by Jeffrey J. Barteet).
4239 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4241         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4242         (Run Time): ... here, where it's now mentioned.
4244 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4246         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4247         inherits from language Autoconf-without-aclocal-m4.
4248         (Customizing autom4te): Adjust example; the cache must now be
4249         disabled for language Autoconf-without-aclocal-m4.
4251 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4252             Nathanael Nerode  <neroden@twcny.rr.com>
4254         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4255         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4256         a prefix.
4257         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4258         AC_CHECK_TARGET_TOOLS): New macros.
4259         * doc/autoconf.texi (Generic Programs): Document
4260         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4261         AC_CHECK_TARGET_TOOLS, and warn for future changes
4262         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4263         AC_CHECK_TOOLS.
4264         (Specifying Names): Document the reason for these future
4265         behavioral changes.
4266         * tests/mktests.sh: Do not generate tests for the
4267         new macros.
4268         * NEWS: Document these changes.
4270         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4271         they make TeX hang up.
4273 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4275         * NEWS: New macro AC_CHECK_ALIGNOF.
4276         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4277         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4278         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4279         vowel.
4280         (AC_CHECK_ALIGNOF): New macro.
4281         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4282         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4283         those for sizeof.
4285 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4287         * bin/Makefile.am (edit): Don't use $< in a context where
4288         POSIX doesn't require support for it.  Use $@.in instead.
4289         Problem reported by Anthony N. Frasso in
4290         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4291         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4293 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4295         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4296         from the next generation of Libtool.
4297         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4299 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4301         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4302         is not always thread-safe.  Report from Nathanael Nerode.
4304 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4306         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4307         problem on QNX reported by Stephen Rasku in
4308         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4310         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4311         $(m4sh_m4f_dependencies); this removes a FIXME.
4312         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4313         (MAINTAINERCLEANFILES): Split into pieces,
4314         one per related section.  Add $(srcdir)/wrapper.in.
4316 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4318         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4319         AC_SUBST provides no portable way to escape literal newlines.
4321         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4322         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4323         Darwin uses -lcrt2.o and there's little point to cataloging all
4324         the system variants.  Partial fix reported by Andreas Waechter in:
4325         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4326         for bug reported by Nelson H. F. Beebe in:
4327         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4329 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4331         * doc/autoconf.texi (AU_DEFUN): Fix English,
4332         suggested by Paul Eggert.
4333         * lib/autoconf/autoupdate.m4: Correct reference to
4334         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4336 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4338         * bin/autoupdate.in: Define __file__ so that warnings
4339         refer to the correct file.
4340         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4341         the behavior of the third argument.
4342         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4343         correctly the behavior of the third argument.  Document
4344         what the three macros that AU_DEFUN defines do.  Fix
4345         warning message when the third argument includes $0
4346         (reported by Alexandre Duret-Lutz).
4348 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4349             Eric Sunshine  <sunshine@sunshineco.com>
4350             Paul Eggert  <eggert@twinsun.com>
4352         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4353         (AS_INIT): Output shell initialization there. Removed optional
4354         parameter. Expand _AS_SHELL_FN_SPY.
4355         (AS_INIT_WITH_SHELL_FN): Removed.
4356         (_AS_SHELL_FN_SPY): New macro.
4357         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4358         macros.
4359         (AS_SHELL_SANITIZE): Remove loop to find better shell
4360         and documentation for the parameter.
4361         (_AS_DETECT_BETTER_SHELL): Move it here.
4362         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4363         (_AS_RUN): Move it here, support testing with eval.
4364         (AS_REQUIRE_SHELL_FN): Require shell functions when
4365         it is used.
4366         (_AS_LINENO_WORKS): Put around braces, we do not
4367         trigger the bash bug anymore.
4368         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4369         use AS_INIT_WITH_SHELL_FN.
4370         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4372 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4374         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4375         * doc/autoconf.texi: Don't say that the third parameter
4376         is broken.
4377         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4378         (AU_DEFUN): Honor the third parameter, create autoupdate
4379         macros with AU_DEFINE.
4380         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4381         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4382         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4383         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4384         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4385         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4386         AC_XENIX_DIR): Likewise.
4387         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4388         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4389         * lib/autoconf/status.m4: Remove FIXME.
4390         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4391         that the macro is not present anymore in the updated
4392         configure.ac.
4393         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4394         of autoupdate.
4396 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4398         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4399         copyright years.
4400         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4401         2003 (except 1997) to the list of copyright years.  This undoes
4402         the 2003-05-22 change, which removed the older years from the list.
4403         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4405 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4406             Albert Chin-A-Young  <china@thewrittenword.com>
4408         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4409         grep or ggrep program in PATH that accepts as long lines as
4410         possible.
4411         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4412         AC_PROG_GREP.
4413         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4414         egrep and fgrep respectively if $GREP -E/-F don't work.
4415         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4416         _AC_PROG_GREP, and AC_PROG_SED.
4417         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4418         longest input length accepted by a command.
4419         (AC_PROG_SED): Use it.
4420         * doc/autoconf.texi (Particular Programs): Document the changes.
4421         * NEWS: Updated.
4423 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4425         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4426         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4427         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4428         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4430         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4431         bin/autoconf.in, config/Makefile.in, config/config.guess,
4432         config/config.sub, config/install-sh, config/mdate-sh,
4433         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4434         lib/Makefile.in, lib/Autom4te/Makefile.in,
4435         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4436         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4437         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4438         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4439         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4440         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4441         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4442         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4443         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4444         tests/actypes.at: Regenerate and/or sync with original
4445         sources.
4447 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4449         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4450         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4451         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4452         not <inttypes.h>.  Problem reported by Tim Mooney in
4453         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4454         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4455         Likewise.
4457         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4458         otherwise "make check" fails because it forbids cmp (I guess
4459         because cmp treats files as binary on DOS-like systems).
4461         * tests/mktests.sh: Update copyright date to 2004, since some tests
4462         have changed in 2004.
4464 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4466         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4467         non-truncating sed or gsed program in PATH.
4468         * tests/acprograms.at: Add it.
4469         * doc/autoconf.texi (Particular Programs): Document it.
4470         * NEWS: Updated.
4472 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4474         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4475         -std1 disables some useful extensions on Tru64.  Problem reported
4476         by N. Lichtmaier in
4477         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4479 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4481         * doc/autoconf.texi (Programming in M4sh): Document that
4482         AS_MKDIR_P succeeds if the destination is a symbolic link
4483         to an existing directory.
4484         (Limitations of Usual Tools): Note that mkdir -p might not
4485         succeed on symlinks to directories.
4487 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4489         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4490         * bin/autoheader.in: Grammar fix in message.
4491         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4492         Test for dir before calling mkdir -p.  (trivial changes)
4494 2004-01-13  Eric Blake  <ebb9@byu.net>
4496         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4497         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4499 2004-01-10  Jim Meyering  <jim@meyering.net>
4501         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4503 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4505         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4506         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4507         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4508         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4509         AC_COMPILE_IFELSE, since we now assume our caller invokes
4510         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4511         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4512         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4513         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4515 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4517         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4518         `"'...'"`, as it's confusing (and I suspect it may not work on
4519         some platforms).  The code was incorrect anyway, as it assumed
4520         that \$ evaluated to itself in that context.  Reported by
4521         Alexandre Duret-Lutz.
4523 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4525         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4526         and _LT_AC_TAGCONFIG.
4528 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4530         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4531         example, and add more examples.  Reported by Eric Sunshine.
4533 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4535         * doc/autoconf.texi (Limitations of Usual Tools):
4536         Remove warning against "rm -fr" introduced yesterday; it
4537         was a false alarm.
4539         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4540         autoscan, autoupdate, ifnames): Don't use chmod -w.
4541         * lib/Makefile.am (autom4te.cfg): Likewise.
4542         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4543         "chmod -w".
4545 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4546             Paolo Bonzini  <bonzini@gnu.org>
4548         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4549         by doing lineno substitution only on lines containing "$LINENO".
4551 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4553         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4554         Use "rm -f" to remove conftest.sed, not plain "rm".
4555         Bug reported by David Relson in
4556         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4558         * Makefile.am (autom4te-update):
4559         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4560         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4561         * doc/autoconf.texi (Guidelines): Likewise.
4562         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4563         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4564         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4565         * lib/autotest/general.m4 (AT_INIT): Likewise.
4566         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4567         * tests/Makefile.am (clean-local): Likewise.
4568         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4569         srcdir): Likewise.
4570         * doc/autoconf.texi (Limitations of Usual Tools):
4571         Warn against "rm -fr".
4573 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4575         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4576         -c -o might not work.  From a suggestion by Kevin Ryde.
4577         (C Compiler, Generating Sources, Limitations
4578         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4579         Don't put '-o' after non-options, as POSIX doesn't allow this.
4580         Mention that cc's name might be gcc or c89 or whatever.
4582 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4584         * doc/autoconf.texi: Add various further index entries.
4586 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4588         * bin/autoreconf.in (autoreconf_current_directory):
4589         Fix typo: mkdir without umask arg.
4591 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4593         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4594         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4595         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4596         explanation clearer.
4598 2003-12-24  Andreas Schwab  <schwab@suse.de>
4600         * doc/autoconf.texi (Default Includes): Fix misspelling of
4601         AC_INCLUDES_DEFAULT.
4603 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4605         * configure.ac: Test if sh -n works.
4606         * configure: Regenerate.
4607         * tests/atlocal.in: Store the result here.
4608         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4609         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4610         of explicitly testing.
4611         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4612         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4613         * tests/tools.at (Syntax of the shell scripts): Simplify
4614         using AT_CHECK_SHELL_SYNTAX.
4615         (Syntax of the Perl scripts): Remove definition of
4616         AT_CHECK_PERL_SYNTAX.
4618 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4620         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4621         stderr to /dev/null.
4622         * bin/autoconf.in: Regenerate.
4623         * bin/wrapper.in: Regenerate.
4625 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4627         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4628         Extracted from AS_SHELL_SANITIZE.
4629         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4630         macros.
4631         (AS_SHELL_SANITIZE): Move reinvocation code from
4632         _AS_LINENO_WORKS, use it to find out if shell
4633         functions work.
4634         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4635         does not work.
4636         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4637         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4638         was called.
4639         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4640         * bin/autoconf.in: Regenerate.
4641         * tests/wrapper.in: Regenerate.
4642         * tests/tools.at: Test the syntax of tests/autoconf
4643         and tests/testsuite.
4645 2003-11-24  Akim Demaille  <akim@epita.fr>
4647         * config/announce-gen (&print_locations, &print_signatures)
4648         (&sizes): New.
4649         Use them.
4650         No longer rely on Gnus to inline the list of signatures: compute
4651         them on the fly.
4653 2003-11-24  Akim Demaille  <akim@epita.fr>
4655         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4656         override some files.
4657         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4658         From Debian Autoconf 2.58.
4660 2003-11-24  Akim Demaille  <akim@epita.fr>
4662         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4663         uses.
4664         From Debian Autoconf 2.58.
4666 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4668         * TODO: Remove already done things.  Update the part about finding
4669         tools for the target.
4671 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4673         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4674         Make wording more consistent.
4675         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4676         Explain the transition better.
4677         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4678         the transition better.
4680 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4682         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4683         parameter of AU_DEFUN.
4684         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4685         (AU_DEFUN): Remove the third parameter, it was not used.
4686         Use AC_DEFUN directly, not AU_DEFINE.
4687         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4688         the expanded body, consistently with other macros such as AC_USG.
4690 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4692         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4693         into the initial confdefs.h, to work around a bug in NextStep 3.3
4694         patch 3 reported by Eric Sunshine.
4696 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4698         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4699         than $target since the latter is not usual, add guidelines on when to
4700         use or not use the system type.
4702 2003-11-12  Derek Price  <derek@ximbiot.com>
4704         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4705         typo misrepaired by an auto-spellcheck.
4707 2003-11-12  Akim Demaille  <akim@epita.fr>
4709         * bin/autoreconf.in (&parse_args): Don't call automake with
4710         --force-missing unless it actually supports it.
4711         From Debian #219336.
4713 2003-11-12  Akim Demaille  <akim@epita.fr>
4715         * configure.ac: Bump to 2.59a.
4716         Require 2.59.
4718 2003-11-06  Akim Demaille  <akim@epita.fr>
4720         Version 2.59.
4722 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
4724         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4725         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4726         and ac_abs_top_srcdir are absolute paths.
4727         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4729 2003-11-05  Akim Demaille  <akim@epita.fr>
4731         * configure.ac: Bump to 2.58a.
4733 2003-11-05  Kevin Ryde  <user42@zip.com.au>
4735         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4736         it provokes a warning from makeinfo about looking like a cross
4737         reference in info output.
4739         * doc/autoconf.texi (Function Portability): Add notes on signal
4740         handler return type, as per AC_TYPE_SIGNAL.
4742 2003-11-04  Akim Demaille  <akim@epita.fr>
4744         Version 2.58.
4745         * doc/standards.texi: Update from master.
4747         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4749 2003-11-04  Akim Demaille  <akim@epita.fr>
4751         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4752         computing the absolute path to d1 in the source hierarchy: it may
4753         not exist at all.  So don't cd into it.
4754         From Alexandre Duret-Lutz.
4755         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4757         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4758         From Paul Eggert, but named after Perl's IO::Spec->catfile.
4759         * doc/autoconf.texi (Programming in M4sh): Document.
4760         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4762 2003-11-03  Pavel Roskin  <proski@gnu.org>
4764         * doc/autoconf.texi (Generic Structure Checks): Describe
4765         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4767 2003-10-31  Akim Demaille  <akim@epita.fr>
4769         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4770         (GNU Fortran): New.
4771         * doc/autoconf.texi (Language Choice): Document.
4772         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4773         the current language is Fortran.
4775 2003-10-31  Akim Demaille  <akim@epita.fr>
4777         * bin/autom4te.in (&freeze): Use a less likely warning separator
4778         than `\n\n', so that `\n\n\n' is valid in warnings.
4779         Reported by Steve Huston.
4781 2003-10-28  Akim Demaille  <akim@epita.fr>
4783         * Makefile.cfg (local_updates, executable-update): Tweak to be
4784         robust to parallel makes.
4785         Suggested by Alexandre Duret-Lutz.
4787 2003-10-27  Akim Demaille  <akim@epita.fr>
4789         * Makefile.cfg (executable-update): New.
4790         (local_updates): Call it.
4792 2003-10-27  Akim Demaille  <akim@epita.fr>
4794         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4795         Don't remove core.* as it may remove valid user files.
4796         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4797         (AC_FUNC_UTIME_NULL): Likewise.
4799 2003-10-23  Akim Demaille  <akim@epita.fr>
4801         Version 2.57g.
4802         * config/config.guess, config/config.sub: Upgrade from masters.
4804 2003-10-23  Akim Demaille  <akim@epita.fr>
4806         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4807         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
4808         hand...
4810 2003-10-23  Akim Demaille  <akim@epita.fr>
4812         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4813         Don't forget to remove conftest.err.
4815 2003-10-23  Akim Demaille  <akim@epita.fr>
4817         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4818         same object file in $LIBOBJS.
4819         Reported by Alexandre Duret-Lutz & Derek Robert Price.
4820         * doc/autoconf.texi (Generic Functions): Adjust.
4822 2003-10-20  Paul Eggert  <eggert@twinsun.com>
4824         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4825         Use 'eval', so that the resulting configure scripts work even if
4826         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4828 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4830         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4831         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4832         (_AC_LINK_IFELSE): Check the werror flag.
4833         * doc/autoconf.texi (Generic Compiler Characteristics): Document
4834         AC_LANG_WERROR.
4835         * NEWS: Mention it.
4837 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4839         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4840         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
4841         override AC_LINK_IFELSE.
4843 2003-10-15  Paul Eggert  <eggert@twinsun.com>
4845         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4846         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
4847         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4848         Mention /usr/dt/bin/dtksh on Solaris.
4849         (Shell Substitutions): Warn about $((...)).
4850         (Parentheses): New section.
4852 2003-10-15  Kevin Ryde  <user42@zip.com.au>
4854         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4855         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
4857 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4859         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4860         cross test.
4862 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4864         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4865         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4867 2003-10-10  Andreas Schwab  <schwab@suse.de>
4869         * bin/autoheader.in: Avoid empty first line in --version and
4870         --help output.
4871         * bin/ifnames.in: Likewise.
4873 2003-10-09  Paul Eggert  <eggert@twinsun.com>
4875         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4876         Issue a more-informative diagnostic.
4877         Problems reported by Eric Sunshine.
4879 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4881         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4882         -mGLOB_options_string stuff for Intel ifc, which can cause
4883         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
4884         pattern-matching instead of grep.
4886 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4888         * doc/autoconf.texi: Document new FC Fortran macros.
4890 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
4892         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4893         that future autopoint/aclocal/automake/autoreconf will be able
4894         to trace to find where to install local m4 macros.
4895         * doc/autoconf.texi (Input): Document it.
4896         * NEWS: Updated.
4898 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
4900         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4901         -lcrtbegin.o to list of ignored flags and fix underquoting of
4902         -lcrt[01].o.
4904 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
4906         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4907         cache variable instead of $G77 to decide whether to include -O2,
4908         since $G77 is specific to Fortran 77.
4910 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4912         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4913         free" flag.  Re-order flags tested into rough order of popularity.
4915 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4917         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4918         arguments so that it can be used with syntax identical to
4919         AC_PROG_F77, and so that we can more easily decide to
4920         remove/deprecate the DIALECT optional argument in the future if it
4921         proves troublesome.
4922         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4923         non-freeform-supporting compilers.  Document freeform flags.
4925 2003-10-03  Akim Demaille  <akim@epita.fr>
4927         * configure.ac: Look for emacs, not macs.
4928         Reported by Eric Sunshine.
4930 2003-10-03  Akim Demaille  <akim@epita.fr>
4932         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4933         * bin/autoreconf.in (autoreconf_current_directory): Create the
4934         AUX_DIR if needed, for sake of automake --add-missing etc.
4935         Suggested by Alexandre Duret-Lutz.
4937 2003-10-03  Akim Demaille  <akim@epita.fr>
4939         * configure.ac: Quotation and formatting changes.
4940         (EMACS): Don't set it if it is not recent enough to support
4941         autoconf-mode.el.
4942         From Eric Sunshine.
4944 2003-10-02  Akim Demaille  <akim@epita.fr>
4946         * bin/ifnames.in (&scan_file): Skip C++ comments.
4947         From Jeremy Yallop.
4949 2003-10-01  Pavel Roskin  <proski@gnu.org>
4951         * doc/autoconf.texi (Particular Structure Checks):
4952         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4954 2003-10-01  Akim Demaille  <akim@epita.fr>
4956         Version 2.57f.
4958 2003-09-30  Paul Eggert  <eggert@twinsun.com>
4960         * lib/Autom4te/XFile.pm: Use Errno.
4961         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
4962         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4964 2003-09-30  Akim Demaille  <akim@epita.fr>
4966         * config/announce-gen (&print_news_deltas): Extracted from...
4967         (&print_changelog_deltas): here.
4968         (&news_file): Rename as...
4969         (@news_file): this.
4971 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
4973         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4974         have been created when invoking the compiler.
4975         * tests/fortran.at (GNU Fortran 77): Quote $G77.
4977 2003-09-29  Akim Demaille  <akim@epita.fr>
4979         Version 2.57e.
4981         * config/mkinstalldirs: Upgrade.
4983 2003-09-28  Paul Eggert  <eggert@twinsun.com>
4985         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
4986         Problem reported by Lars J. Aas in
4987         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
4988         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
4989         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
4990         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
4992 2003-09-26  Akim Demaille  <akim@epita.fr>
4994         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
4995         directory for AC_CONFIG_COMMANDS' first argument exists.
4996         This makes valid the invocation of _AC_SRCPATH that follows.
4997         Reported by Eric Sunshine.
4998         * doc/autoconf.texi (Configuration Commands): Adjust.
5000 2003-09-26  Akim Demaille  <akim@epita.fr>
5002         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5003         Reported by Ralf Corsepius.
5005 2003-09-26  Akim Demaille  <akim@epita.fr>
5007         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5008         arguments.
5009         Actually, use AU_ALIAS.
5010         From Bruno Haible.
5012 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5014         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5015         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5016         Problem reported by Eric Sunshine in:
5017         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5019 2003-09-26  Akim Demaille  <akim@epita.fr>
5021         The test suite are sometimes assigning timings incorrectly.
5022         Reported by Henk Krus.
5023         Diagnosed by Nicolas Joly.
5025         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5026         AT_help_all.
5027         Instead of making AT_help a sequence of assignments to grow
5028         $at_help_all, just make AT_help_all be the growing contents of
5029         $at_help_all, and make a single assignment in...
5030         (AT_INIT): here.
5031         (at_times_skip): Flip the meaning and rename as...
5032         (at_times_p): this.
5033         (AT_INIT): When summarizing the test that ran, remove
5034         $at_times_file after use, and check it is present before trying to
5035         use it.
5037 2003-09-25  Akim Demaille  <akim@epita.fr>
5039         Version 2.57d.
5041         * bin/Makefile.am (edit): Handle '@configure_input@'.
5042         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5043         (ifnames): chmod -w.
5044         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5045         executables, not bin/ executables!  Otherwise all the magic needed
5046         to find non installed files is turned off.  This caused a failure
5047         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5048         as found in its environment (sent by tests/autoreconf): pointing
5049         to bin/autom4te that could not find its files.
5050         * tests/mktests.sh: Force the replacement of generated files, for
5051         the sake of "mv" program that are interactive when overwriting a
5052         -w file.
5053         * config/install-sh: Upgrade from CVS Automake.
5055 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5057         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5058         versus test -L issues.
5060 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5061             Paul Eggert  <eggert@twinsun.com>
5063         Trivial change to support GCC's configuration procedure.
5064         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5065         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5066         about inconsistency if the preprocessor is set to give errors for
5067         any warning.
5068         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5070 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5072         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5073         and XFile.pm from Automake.
5074         * lib/Autom4te/XFile.pm: Update from Automake.
5076 2003-09-12  Akim Demaille  <akim@epita.fr>
5078         Version 2.57c.
5080 2003-09-12  Akim Demaille  <akim@epita.fr>
5082         * config/config.guess, config/config.sub, config/missing,
5083         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5084         from masters.
5086 2003-09-12  Akim Demaille  <akim@epita.fr>
5088         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5089         not asm/types.h.
5091 2003-09-11  Akim Demaille  <akim@epita.fr>
5093         * doc/autoconf.texi (Header Portability): linux/random.h.
5094         From Peter Hendrickson.
5096 2003-09-10  Akim Demaille  <akim@epita.fr>
5098         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5099         willing to edit the output files.
5101 2003-09-10  Akim Demaille  <akim@epita.fr>
5103         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5104         and AC_FC_FREEFORM.
5105         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5106         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5108 2003-09-09  Akim Demaille  <akim@epita.fr>
5110         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5111         Reported by Gary Vaughan.
5112         * bin/autom4te.in (handle_m4): Likewise.
5114 2003-09-09  Akim Demaille  <akim@epita.fr>
5116         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5117         trailing files.
5119 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5121         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5122         Improve the accuracy of the wording about obsolescence.
5123         From a suggestion by Ian Lance Taylor in
5124         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5126 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5128         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5129         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5131 2003-09-04  Akim Demaille  <akim@epita.fr>
5133         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5134         AC_FUNC_WAIT3.
5136 2003-09-04  Akim Demaille  <akim@epita.fr>
5138         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5139         (freeze): When exiting, use $exit_code.
5140         * lib/autoconf/fortran.m4: Comment changes.
5142 2003-09-04  Akim Demaille  <akim@epita.fr>
5144         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5146 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5148         Add support for newer Fortran dialects.  The F77 interface is
5149         unchanged, and continues to support Fortran 77.  New FC macros
5150         correspond to all the old F77 macros, with output variables FC,
5151         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5152         available dialect, but older dialects can be specified.  There are
5153         new macros AC_FC_SRCEXT to set the source extension, and
5154         AC_FC_FREEFORM to accept free-form source files.
5156         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5157         New macros.
5158         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5159         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5160         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5161         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5162         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5163         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5164         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5165         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5166         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5167         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5168         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5169         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5170         AC_FC_SRCEXT, AC_FC_FREEFORM):
5171         New macros.
5172         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5173         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5174         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5175         Rewrite in terms of the above.
5176         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5177         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5178         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5179         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5181 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5183         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5184         Document problems with timestamp resolution that 'make', 'cp -p', and
5185         'touch -r' have.
5187 2003-08-27  Akim Demaille  <akim@epita.fr>
5189         * tests/m4sugar.at (cross_warning): Make sure to enable the
5190         output, so that we can track spurious m4sugar output.
5191         * tests/local.at: Require 2.57.
5192         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5193         are defaulted by AT_CHECK anyway.
5194         Use AT_CHECK_AUTOM4TE.
5195         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5196         missing dnl.
5198 2003-08-27  Akim Demaille  <akim@epita.fr>
5200         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5201         when -Wobsolete is set.
5202         Set it on by default.
5203         Suggested by Klee Dienes.
5205 2003-08-27  Akim Demaille  <akim@epita.fr>
5207         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5208         documentation.
5209         From Guido Draheim.
5211 2003-08-26  Akim Demaille  <akim@epita.fr>
5213         * doc/autoconf.texi (Output): Make clear that one can run code
5214         after AC_OUTPUT.
5216 2003-08-25  Akim Demaille  <akim@epita.fr>
5218         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5219         CVS Bison.
5221 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5223         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5224         Automake versions prior to 1.8.
5226 2003-08-25  Akim Demaille  <akim@epita.fr>
5228         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5229         From Ville Karaila.
5231 2003-08-24  Akim Demaille  <akim@epita.fr>
5233         * configure.ac: Bump to 2.57c.
5235 2003-08-22  Akim Demaille  <akim@epita.fr>
5237         Version 2.57b.
5239         * Makefile.cfg (local-checks-to-skip): New.
5240         * Makefile.maint (local-check): Rename as...
5241         (local-checks-available): this.
5242         (local-check): New.
5244         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5245         * configure.ac: Require Automake 1.7.6.
5247 2003-08-22  Akim Demaille  <akim@epita.fr>
5249         Output stack traces in warnings.
5251         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5252         Replace the former...
5253         (m4_warn): Pass the call stack to _m4_warn.
5254         * bin/autom4te.in: Adjust to output the call stack.
5255         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5257 2003-08-22  Akim Demaille  <akim@epita.fr>
5259         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5260         * bin/autom4te.in: Adjust.
5262 2003-08-21  Akim Demaille  <akim@epita.fr>
5264         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5265         (&verbose): Remove.
5266         (&getopt): Adjust the note and verb channels, depending upon
5267         --verbose.
5268         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5269         * bin/autoupdate.in: Adjust.
5270         Use &verb, not &verbose.
5272 2003-08-21  Akim Demaille  <akim@epita.fr>
5274         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5275         &parse_WARNINGS.
5276         ($help): Use Autom4te::ChannelDefs::usage.
5277         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5278         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5280 2003-08-21  Akim Demaille  <akim@epita.fr>
5282         First stab at preserving warnings between calls to autom4te,
5283         including when the cache is used.
5285         There are still several issues: (i) there are too many runs of m4
5286         (one for include, one for warnings, and some more), (ii) warnings
5287         spreading on several lines are not handled gracefully, (iii) the
5288         code meant to have the call stack display for errors does not work
5289         (its handling should move from m4 to autom4te).
5291         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5292         Use them.
5293         (@preselect): Add m4_warn.
5294         ($exit_status): Remove, use $exit_code.
5295         ($help): Use Autom4te::ChannelDefs::usage.
5296         (&handle_m4): No longer define the m4_warnings.
5297         At each run, extract and report the warnings.
5298         Always cache the result, including if the exit status is on
5299         failure, since if nothing changes, we should result in the same
5300         failure, hence we can use the cache.
5301         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5302         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5303         Remove.
5304         (m4_warn): Redefine as a do-nothing: it is its invocation that
5305         matters, as warnings are now reported via traces.
5306         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5307         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5308         the latter reveals calls to the former.
5310         Adjust the tests.
5312         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5314 2003-08-21  Akim Demaille  <akim@epita.fr>
5316         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5317         Use them.
5319 2003-08-21  Akim Demaille  <akim@epita.fr>
5321         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5322         forward order.
5323         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5324         (&parse_warnings): Accept a list of warning requests.
5325         (&usage): Return a string, not a side effect.
5326         (cross): New warning category.
5328 2003-08-21  Akim Demaille  <akim@epita.fr>
5330         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5331         (&require_configure_ac): Accept an optional directory argument.
5332         ($configure_ac): Remove.
5333         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5334         (&catfile): Remove.
5335         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5336         * bin/autoscan.in: Adjust.
5338 2003-08-20  Akim Demaille  <akim@epita.fr>
5340         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5341         Reported by Alexandre Duret-Lutz.
5343 2003-08-20  Akim Demaille  <akim@epita.fr>
5345         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5346         * bin/autom4te: Adjust.
5347         In particular, be Autoconf tools are really silent when properly
5348         working, bind the verbosity of the 'note' channel to $verbose.
5349         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5350         (&xsystem, &contents): Remove, since they are exported by...
5351         * lib/Autom4te/FileUtils.pm: this.
5352         More perldoc.
5353         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5354         * lib/Autom4te/FileUtils.pm: here.
5356 2003-08-20  Akim Demaille  <akim@epita.fr>
5358         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5359         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5360         from CVS Automake.
5362 2003-08-20  Akim Demaille  <akim@epita.fr>
5364         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5365         (autom4te-update): New.
5366         * Makefile.cfg (update): Bind autom4te-update.
5368 2003-08-19  Derek Price  <derek@ximbiot.com>
5370         * lib/autotest/general.m4: Comment various HELP_* diversions.
5371         (PARSE_ARGS_BEGIN): New section for option parsing related
5372         initialization.
5373         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5374         package specific options and associated help.
5376 2003-08-19  Akim Demaille  <akim@epita.fr>
5378         * config/announce-gen, Makefile.cfg: New.
5379         * Makefile.am: Adjust.
5380         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5382 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5384         * lib/autom4te.in (Automake-preselections): Preselect
5385         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5386         and m4_sinclude.
5388 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5390         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5391         (Autoconf-without-aclocal-m4): ... this new language.
5392         * doc/autoconf.texi (autom4te Invocation): Mention
5393         Autoconf-without-aclocal-m4.
5395 2003-08-18  Derek Price  <derek@ximbiot.com>
5397         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5398         RUN-IF-PASS optional arguments.
5400 2003-08-18  Derek Price  <derek@ximbiot.com>
5402         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5404 2003-08-16  Derek Price  <derek@ximbiot.com>
5406         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5407         STDOUT & STDERR arguments.
5409 2003-08-14  Derek Price  <derek@ximbiot.com>
5411         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5412         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5413         shorter column three.  Add DESCRIPTION to log file content.
5415 2003-08-13  Derek Price  <derek@ximbiot.com>
5417         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5418         output.
5420 2003-08-12  Derek Price  <derek@ximbiot.com>
5422         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5423         (AT_CHECK_NOESCAPE): Move core functionality to...
5424         (_AT_CHECK): ...this new macro.
5426 2003-08-07  Derek Price  <derek@ximbiot.com>
5428         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5429         (AT_CHECK_NOESCAPE): ...to this new macro.
5431 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5433         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5434         in Bash 2.01.  Problem reported by Brian Gough in
5435         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5437 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5439         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5440         -lcrt1.o, for OS X.  (trivial change)
5442 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5444         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5445         inside '#ifndef __cplusplus'.  Problem reported by
5446         Bob Friesenhahn.
5448 2003-07-06  Bill Clarke  <llib@computer.org>
5450         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5451         'long', not 'int', for benefit of Sun's recent C++ compilers
5452         (trivial change).  See:
5453         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5454         (This really should be 'intptr_t', not 'long', but that would
5455         take more work.)
5457 2003-06-25  Akim Demaille  <akim@epita.fr>
5459         * lib/Makefile.am (autom4te.cfg): Make it read only.
5460         Depend on Makefile since it contains substitutions.
5461         From Paolo Bonzini.
5462         * lib/autom4te.in (args): Add local.at? for Autotest args.
5463         This change was made on autom4te.cfg which is generated.
5464         Reported by Raja R. Harinath.
5466 2003-06-25  Akim Demaille  <akim@epita.fr>
5468         * doc/autoconf.texi (Header Portability): sys/mount.h.
5469         From Gareth McCaughan.
5471 2003-06-23  Akim Demaille  <akim@epita.fr>
5473         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5474         not all of them.  This fixes 1. the fact that when testing
5475         Autoconf there are many many config.log, 2. the incorrect use of
5476         top_srcdir to find config.log.
5477         Don't mix the detailed output of failed test with the summary of
5478         failures.  Rather, append detailed log afterwards.
5480 2003-06-23  Akim Demaille  <akim@epita.fr>
5482         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5483         always run: output config.log on $at_group_log.
5485 2003-06-23  Akim Demaille  <akim@epita.fr>
5487         * tests/torture.at (#define header templates): Don't use quotes in
5488         C++ comments as it puzzles Emacs' sh font-lock-mode.
5490 2003-06-23  Akim Demaille  <akim@epita.fr>
5492         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5493         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5494         * tests/atspecific.m4: Rename as...
5495         * tests/local.at: This.
5496         * tests/suite.at: Move the globals into...
5497         * tests/local.at: here.
5498         * tests/Makefile.am: Adjust.
5499         * doc/autoconf.texi (testsuite Scripts): Adjust.
5501 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5503         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5504         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5505         ensuring we add -std1 for full-ANSI.
5507         * doc/autoconf.texi (hdrindex): New macro.
5508         Add index entries for portability of various standard header files.
5510 2003-06-20  Akim Demaille  <akim@epita.fr>
5512         * configure.ac: Bump to 2.57b.
5514 2003-06-20  Akim Demaille  <akim@epita.fr>
5516         Version 2.57a.
5518 2003-06-20  Akim Demaille  <akim@epita.fr>
5520         * bin/autom4te.in: Don't rely on $HOME being defined.
5521         Reported by Marc Espie as PR/233.
5523 2003-06-20  Akim Demaille  <akim@epita.fr>
5525         * lib/autotest/general.m4: Use at_times_file only if used.
5526         From Nicolas Joly.
5528 2003-06-20  Akim Demaille  <akim@epita.fr>
5530         * config/config.guess, config/config.sub, config/elisp-comp,
5531         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5532         Update from masters.
5534 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5536         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5537         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5538         (TEST_SCRIPT): New diversion.
5539         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5540         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5541         (AT_INIT): Support for expected failures.
5543 2003-06-02  Akim Demaille  <akim@epita.fr>
5545         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5546         changes.
5547         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5548         Autoconf nor Automake.
5549         (&contents): New, from Automake.
5550         PODify.
5552 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5554         * NEWS, doc/autoconf.texi (Particular Functions),
5555         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5556         is the inverse of localtime.
5558 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5560         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5561         (handle_exec_errors): New function.  Work around $! being
5562         altered by WEXITSTATUS.
5563         (xqx, xsystem): Use handle_exec_errors.
5565 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5567         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5568         Do not call `_exit()', simply modify `$?'.
5569         (xsystem): Reset $! before running system, and check it afterward.
5570         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5571         63 for version mismatches.
5573 2003-05-23  Akim Demaille  <akim@epita.fr>
5575         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5576         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5577         the middle of a line).
5578         * lib/m4sugar/m4sugar.m4: Likewise.
5579         Remove useless spaces in comments.
5581 2003-05-23  Akim Demaille  <akim@epita.fr>
5583         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5584         exit 63, so that we (or Automake's "missing") can tell the
5585         difference with a plain failure.
5586         * doc/autoconf.texi (Notices): Adjust.
5588 2003-05-23  Akim Demaille  <akim@epita.fr>
5590         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5591         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5592         White spaces cleanup.
5594 2003-05-22  Jim Meyering  <jim@meyering.net>
5595             Paul Eggert  <eggert@twinsun.com>
5597         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5598         Remove `#include <stdlib.h>' from the list; we should never
5599         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5600         resulting namespace pollution would cause other tests to fail.
5601         Configure scripts run with some older versions of g++ and HP's
5602         aCC would fail due to such an #include.  Problems reported by
5603         Matthew Mueller in <http://bugs.debian.org/120704> and by
5604         Keith Bostic in
5605         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5606         In the test, use the test declaration before including <stdlib.h>,
5607         as that's closer to how it'll be used.
5609 2003-05-23  Akim Demaille  <akim@epita.fr>
5611         * doc/autoconf.texi (Header Portability): ucred.h.
5612         From Ian Redfern.
5614 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5616         Overhaul Autotest's logging: generate separate log files
5617         in testsuite.dir/NNN/testsuite.log, and append them to
5618         testsuite.log instead of re-running the test verbosely.
5620         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5621         file descriptor, write 0 to at_status_file instead of setting
5622         at_status=0, initialize some new variables (at_status_file,
5623         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5624         to rerun the tests, instead append the at_group_log to the
5625         at_suite_log when a test fails.
5626         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5627         with the AS_MESSAGE_LOG_FD redirected to stdout.
5628         (AT_CLEANUP): save the output status in $at_status_file
5629         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5630         its original place.
5631         (AT_CHECK): since tests are run with a redirected stdout,
5632         and used to be re-run in verbose mode, turn some $at_verbose
5633         into echo, and don't redirect the output of testing stdout
5634         and stderr.
5636         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5637         the name of the debugging directory and information about
5638         its contents.
5640 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5642         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5643         parameter.
5645 2003-05-22  Akim Demaille  <akim@epita.fr>
5647         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5648         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5649         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5650         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5652 2003-05-22  Akim Demaille  <akim@epita.fr>
5654         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5655         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5656         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5657         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5658         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5659         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5660         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5661         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5662         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5663         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5664         * tests/tools.at, tests/torture.at:
5665         Whitespace clean up.
5666         Suggested by Jim Meyering.
5668 2003-05-22  Akim Demaille  <akim@epita.fr>
5670         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5671         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5672         Reported by Jim Meyering.
5674 2003-05-22  Akim Demaille  <akim@epita.fr>
5676         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5677         Add AC_HELP_STRING  to the obsolete macros section.
5678         Typos.
5679         Use '@.' for sentences that ended in a capital letter.
5680         From Art Haas.
5682 2003-05-22  Akim Demaille  <akim@epita.fr>
5684         * config/config.guess, config/config.sub, config/elisp-comp,
5685         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5686         * config/texinfo.tex, doc/standards.texi: Update from masters.
5688 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5690         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5691         it to eval.
5693 2003-05-21  Akim Demaille  <akim@epita.fr>
5695         * bin/autoupdate.in ($m4): Fix quotation.
5696         Reported by Martin Mokrejs.
5698 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5700         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5701         Remove non-ASCII characters.
5703 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5705         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5706         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5707         AC_CHECK_HEADERS_NEW): New tests.
5709 2003-05-17  Akim Demaille  <akim@epita.fr>
5711         * lib/autoconf/functions.m4: Use the default includes so that
5712         memcmp be declared before being tested.
5713         Reported by Sander Niemeijer.
5714         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5715         * doc/autoconf.texi (Default Includes): Document
5716         AC_INCLUDES_DEFAULT.
5718 2003-05-17  Akim Demaille  <akim@epita.fr>
5720         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5721         * doc/autoconf.texi (Obsolete Macros): Adjust.
5722         Reported by Werner LEMBERG and Debian Bug 190886.
5724 2003-05-16  Akim Demaille  <akim@epita.fr>
5726         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5727         user name space clashes.
5728         Reported by Bruno Haible.
5730 2003-05-16  Akim Demaille  <akim@epita.fr>
5732         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5733         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5734         them uniform, and more robust to Perl special characters.
5735         Reported by Martin Mokrejs.
5737 2003-05-14  Akim Demaille  <akim@epita.fr>
5739         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5741 2003-05-14  Akim Demaille  <akim@epita.fr>
5743         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5744         linux/irda.h.
5746 2003-05-12  Akim Demaille  <akim@epita.fr>
5748         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5749         message.
5750         From Matthias Andree.
5752 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
5754         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5755         and truncate.
5757 2003-05-06  Akim Demaille  <akim@epita.fr>
5759         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5760         longer updates aclocal.m4 if useless, (ii) if a file m4_included
5761         by aclocal.m4 is changed it might require the importing of another
5762         m4 extension file, i.e., aclocal must be run.
5764         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5765         (&parse_args): Use --force with aclocal if required and supported.
5766         (&autoreconf_current_directory): Use &run_aclocal.
5768 2003-05-06  Akim Demaille  <akim@epita.fr>
5770         Lock autom4te's cache.
5772         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5773         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5774         argument instead of a file name, so that the request file remains
5775         open during the whole autom4te run.
5776         ($icache_file): New.
5777         (&freeze): Lock the $icache_file.
5779 2003-04-29  Derek Price  <derek@ximbiot.com>
5781         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5782         seperator with m4_append_uniq().  It doesn't work.
5783         (AT_CLEANUP): Add `;' to end of at_help_all.
5784         (AT_INIT): Allow --keywords to be specified more than once.  When
5785         grepping $at_help_all for keywords, use the field and keyword
5786         seperators to ensure a complete keyword match.  Alter at_prev handling
5787         to support the new --keywords behavior.
5789 2003-04-27  Karl Berry  <karl@freefriends.org>
5791         * doc/autoconf.texi: Make the dir entries in the autoconf manual
5792         align better with others.  I also made some of the individual
5793         entries on one line, for brevity and to make it easier for me to
5794         sort my dir-example file in the Texinfo distribution :).
5796 2003-04-12  Jim Meyering  <jim@meyering.net>
5798         * NEWS: Mention the new macro.
5799         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5800         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5801         * tests/c.at: Test AC_C_RESTRICT.
5802         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5804 2003-04-08  Akim Demaille  <akim@epita.fr>
5806         * bin/ifnames.in: Skip C++ comments.
5807         From Jeremy Yallop.
5809 2003-04-08  Akim Demaille  <akim@epita.fr>
5811         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5812         From Ilya Zakharevich.
5814 2003-04-08  Akim Demaille  <akim@epita.fr>
5816         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5817         net/if.h, stdlib.h.
5819 2003-04-01  Derek Price  <derek@ximbiot.com>
5821         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5822         from Akim's checkin of 2003-03-29.
5824 2003-04-01  Derek Price  <derek@ximbiot.com>
5826         * tests/torture.at (Configuring subdirectories): Add missing
5827         close-quote for Akim's change from 2003-03-28.
5829 2003-04-01  Akim Demaille  <akim@epita.fr>
5831         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5832         (AC, AT, MS): these.
5833         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5834         New.
5835         Use them.
5836         * doc/Makefile.am (CLEANFILES): Adjust.
5837         (TEXI2DVI): Make it --batch.
5839 2003-03-31  Derek Price  <derek@ximbiot.com>
5841         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5842         which removed the main loop.
5843         Thanks to Akim Demaille.
5845 2003-03-29  Akim Demaille  <akim@epita.fr>
5847         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5848         that starts a GUI.
5849         From Ilya Zakharevich.
5851 2003-03-29  Akim Demaille  <akim@epita.fr>
5853         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5854         documentation to read is Autoconf's.
5855         Suggested by Paul Eggert.
5857 2003-03-28  Akim Demaille  <akim@epita.fr>
5859         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5860         reading the section "Present But Cannot Be Compiled" when the
5861         header causes problems.
5863 2003-03-28  Akim Demaille  <akim@epita.fr>
5865         * tests/torture.at (Configuring subdirectories): Require aclocal
5866         1.4, otherwise the test fails, as it does support configure.ac.
5867         This fixes the "test 40 failed" bug reports.
5869 2003-03-28  Akim Demaille  <akim@epita.fr>
5871         * doc/autoconf.texi (C Compiler): `#line' portability.
5872         From Paul Eggert and Nelson H. F. Beebe.
5874 2003-03-27  Derek Price  <derek@ximbiot.com>
5876         * lib/autotest/general.m4: Eliminate main loop and reorganize test
5877         layout in order to allow scripting around test groups.
5879 2003-03-27  Derek Price  <derek@ximbiot.com>
5881         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5882         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5883         use new diversions in preparation for accepting new arguments and
5884         allowing scripting around tests.
5885         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5887 2003-03-26  Derek Price  <derek@ximbiot.com>
5889         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5890         obsolete AC_HELP_STRING.
5891         (AC_HELP_STRING): AU_DEFUN to...
5892         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5893         * tests/m4sh.at (AS_HELP_STRING): New test.
5895         * tests/acgeneral.at: Regenerated.
5897 2003-03-26  Derek Price  <derek@ximbiot.com>
5899         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5900         sense.  Verbosify the diversion definitions comment.
5902 2003-03-26  Derek Price  <derek@ximbiot.com>
5904         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5905         AS_PREPARE.
5907 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
5909         * doc/autoconf.texi (Present But Cannot Be Compiled):
5910         Grammar fixes and minor rewording. (trivial change)
5912 2003-03-06  Paul Eggert  <eggert@twinsun.com>
5914         Work around a problem noted by Nelson H. F. Beebe with coreutils
5915         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5916         2002/05/09) rejects '#line 32768 "configure"' because the line
5917         number overflows.
5918         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5919         #line directives.
5920         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5921         * doc/autoconf.texi (Generating Sources): Document this.
5923 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
5925         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5926         file name for the m4 program, when it has an "exe" file extension.
5927         DJGPP's error messages include the error code in brackets -
5928         remove the error code during normalization.
5930 2003-02-28  Akim Demaille  <akim@epita.fr>
5932         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5934 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
5936         * doc/autoconf.texi (Limitations of Make): Remove the section
5937         about `$<' in inference rules, it was a bogus interpretation of
5938         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
5939         Tru64 make in the "target lookup" section.
5940         (Automake): Automake 1.5+ no longer requires special tools to be
5941         present on the developer's host.
5943 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
5945         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5946         to a shell that can handle redirection or quoting correctly.
5947         Override SHELL with the shell detected by configure.
5948         Use of $^O suggested by Tim van Holder.
5949         * bin/autom4te.in (BEGIN): Likewise.
5950         * bin/autoreconf.in (BEGIN): Likewise.
5951         * bin/autoscan.in (BEGIN): Likewise.
5952         * bin/autoupdate.in (BEGIN): Likewise.
5953         * bin/ifnames.in (BEGIN): Likewise.
5955         * bin/ifnames.in: Add final newline to help and version messages.
5957         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5958         to cope with DOS-style absolute paths, when constructing
5959         ${ac_make}.
5961         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5962         When constructing paths with IFS=:, quote the path. If we're
5963         constructing a DOS-style absolute path, we don't want to split it
5964         on the colon.
5966         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5967         in description.
5969 2003-02-25  Pavel Roskin  <proski@gnu.org>
5971         * bin/autoheader.in: Add missing newline when printing
5972         suggestion how change AC_DEFINE call.
5974 2003-02-24  Paul Eggert  <eggert@twinsun.com>
5976         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5977         2002-09-01 patch by replacing "test -n" with "test -z".
5978         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
5979         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
5981         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
5982         to fix a mismatch between example and discussion.
5984 2003-02-24  Kevin Ryde  <user42@zip.com.au>
5986         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
5987         format starting with "-".
5989 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5991         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
5992         is not portable inside Makefile.
5994 2003-02-20  Akim Demaille  <akim@epita.fr>
5996         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
5997         compiler says yeah, but preproc says nope, compiler is right.
5998         Conversely, prompt the reader to send a bug report to the
5999         maintainers of the package, not of Autoconf.
6001 2003-02-20  Klee Dienes  <kdienes@apple.com>
6003         * bin/autoreconf.in (autoreconf_current_directory): Properly
6004         handle an empty aclocal.m4.
6006 2003-02-20  Akim Demaille  <akim@epita.fr>
6008         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6009         $ac_prefix_program.
6010         From Larry Jones.
6012 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6014         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6015         innocuous variant befor including <limits.h> or <assert.h>.  This
6016         works around a bug reported by Albert Chin: HP-UX 11i
6017         (and earlier versions) have a <limits.h> that declares
6018         gettimeofday and many other functions.
6020 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6022         Version 2.57.
6024         * NEWS, configure.ac: Update version.
6026         * doc/fdl.texi: Upgrade to FDL version 1.2.
6028         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6029         nontrivially in main's body, so that f's external declaration is
6030         not optimized away in AIX.  This should fix the bug reported by
6031         Martin Frydl in
6032         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6034         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6035         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6036         defined, to support freestanding compilers.  This should fix the
6037         bug reported by Momchil Velkov in
6038         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6040         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6041         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6042         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6043         by Simon Josefsson in
6044         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6046         * Makefile.maint (www-gnu): New macro.
6047         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6048         the location has moved.
6050 2002-12-02  Martin Frydl  <martin@systinet.com>
6052         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6053         \(.*\) match is too long and there is something more to be checked.
6054         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6056 2002-11-15  Akim Demaille  <akim@epita.fr>
6058         Version 2.56.
6060         * config/install-sh: chmod +x.
6061         From Paul Eggert.
6062         * config/move-if-change: Indenting changes.
6063         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6064         * configure.ac (AM_INIT_AUTOMAKE): here.
6065         Require 1.7.1.
6067 2002-11-14  Akim Demaille  <akim@epita.fr>
6069         Version 2.55.
6071         * config/config.guess, config/config.sub, config/install-sh:
6072         Update from masters.
6074 2002-11-14  Akim Demaille  <akim@epita.fr>
6076         * Makefile.maint: Sync with Bison, i.e.:
6077         (po-check): Scan .l and .y files instead of the
6078         .c and the .h files that they generate.  This fixes the bug
6079         reported by Tim Van Holder in:
6080         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6081         Look for N_ as well as for _.  Try to avoid matching #define for
6082         N_ and _.
6083         From Paul Eggert.
6085 2002-11-14  Akim Demaille  <akim@epita.fr>
6087         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6088         From Paul Eggert and Albert Chin-A-Young.
6090 2002-11-14  Akim Demaille  <akim@epita.fr>
6092         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6093         From Paul Eggert and Albert Chin-A-Young.
6095 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6097         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6098         than assigning in main, to avoid HP cc +O3 optimizing it away.
6100 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6102         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6103         option.  Process --recheck after parsing all options.  Pass -q
6104         option to configure on --recheck.
6105         (AC_OUTPUT): Pass -q from configure to config.status.
6106         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6107         arguments to record.
6108         * doc/autoconf.texi (config.status Invocation): Document
6109         config.status -q option.
6111 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6113         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6114         Makefile.in if Makefile.am exists.
6115         (output): Strip `.am' from Makefiles.  Don't
6116         output AC_CONFIG_FILES if no Makefiles were found.
6118 2002-11-07  Akim Demaille  <akim@epita.fr>
6120         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6121         (local_updates): New.
6122         * Makefile.maint: Update, from CVS Bison.
6123         (local_updates): New.
6125 2002-11-06  Akim Demaille  <akim@epita.fr>
6127         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6128         declaration in extern "C" too.
6129         Reported by Roberto Bagnara.
6131 2002-11-06  Akim Demaille  <akim@epita.fr>
6133         * tests/torture.at (Configuring subdirectories): Don't use grep
6134         -w.
6135         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6136         Reported by Ezra Peisach.
6138 2002-11-05  Akim Demaille  <akim@epita.fr>
6140         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6141         Remove.
6142         We _have_ to stop using the old compatibility scheme that tried to
6143         avoid useless backslashes because Libtool 1.4.3 contains a
6144         AC_DEFINE([error_t], [int],
6145         [Define to a type to use for \`error_t' if it is not
6146         otherwise available.])
6147         We _have_ to quote the single quote and backslashes with \.  The
6148         old compatibility scheme saw that ` was backslashed, and therefore
6149         did not quote the single quote.  Hence before this patch, Autoconf
6150         was not compatible with Libtool.
6152 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6154         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6155         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6156         LC_NAME, LC_PAPER, LC_TELEPHONE.
6157         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6159 2002-11-04  Akim Demaille  <akim@epita.fr>
6161         Version 2.54c.
6163         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6164         New.
6165         * config/texinfo.tex: Update.
6167 2002-11-03  Akim Demaille  <akim@epita.fr>
6169         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6170         from...
6171         (&autoreconf): here.
6172         ($help, $make, &parse_args, &autoreconf_current_directory):
6173         Support -m/--make.
6174         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6176 2002-10-31  Bruno Haible  <bruno@clisp.org>
6178         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6179         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6180         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6181         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6182         to ac_cv_func_realloc_0_nonnull.
6183         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6185 2002-10-31  Akim Demaille  <akim@epita.fr>
6187         The test suite was no longer checking for trailing envvars and files.
6189         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6190         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6192 2002-10-31  Akim Demaille  <akim@epita.fr>
6194         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6195         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6196         Make variable, not a shell variable.
6197         Suggested by Bruno Haible.
6199 2002-10-31  Akim Demaille  <akim@epita.fr>
6201         * bin/autom4te.in (load_configuration): Reject #args out of any
6202         language.
6204 2002-10-31  Akim Demaille  <akim@epita.fr>
6206         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6207         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6208         (_AC_RUN_IFELSE): Use it.
6209         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6210         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6211         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6212         inline it.
6214 2002-10-30  Akim Demaille  <akim@epita.fr>
6216         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6217         * doc/autoconf.texi (autom4te Invocation): Adjust.
6218         Suggested by Tim van Holder.
6220 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6222         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6223         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6224         Problem reported by Bruno Haible.
6226 2002-10-29  Akim Demaille  <akim@epita.fr>
6228         * doc/autoconf.texi (Header Templates): Put also in words what the
6229         pictures says to assist free style readers.
6230         (Customizing autom4te): s/--cache=/--cache /.
6232 2002-10-29  Akim Demaille  <akim@epita.fr>
6234         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6235         sys/wait.h.
6236         sparc_address_test returns void.
6237         Use it with an argument, as prototyped.
6238         From Bruno Haible.
6240 2002-10-29  Akim Demaille  <akim@epita.fr>
6242         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6243         configure.in, not configure.ac.
6244         Reported by Bruno Haible.
6246 2002-10-29  Akim Demaille  <akim@epita.fr>
6248         * tests/torture.at (Deep Package): New test.
6249         (Configuring subdirectories): Don't use a testSubDir as Autotest
6250         now does it itself.
6252 2002-10-29  Akim Demaille  <akim@epita.fr>
6254         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6255         * doc/autoconf.texi (Invoking autom4te): Rename as...
6256         (autom4te Invocation): this, for consistency with the other nodes.
6258 2002-10-29  Akim Demaille  <akim@epita.fr>
6260         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6261         Reported by Ralf Corsepius.
6263 2002-10-29  Akim Demaille  <akim@epita.fr>
6265         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6266         characters is a back as an `obsolete' warning now.
6267         Reported by Ralf Corsepius.
6269 2002-10-28  Akim Demaille  <akim@epita.fr>
6271         * configure.ac: Bump to 2.54c.
6273 2002-10-28  Akim Demaille  <akim@epita.fr>
6275         Version 2.54b.
6277         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6279 2002-10-28  Akim Demaille  <akim@epita.fr>
6281         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6282         m4 executable names, and different GNU M4 version.
6283         Reported by Ezra Peisach and Paul Jarc.
6285 2002-10-27  Akim Demaille  <akim@epita.fr>
6287         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6288         AC_RUN_IFELSE.
6290 2002-10-27  Akim Demaille  <akim@epita.fr>
6292         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6293         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6294         Die when a simple Fortran program cannot be compiled.
6295         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6296         Issue a warning if no function is given.
6298 2002-10-27  Akim Demaille  <akim@epita.fr>
6300         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6301         Move the documentation of AC_TRY_RUN to...
6302         (Obsolete Macros): here.
6303         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6304         (autoconf Invocation): Remove the duplicates with `invoking
6305         autom4te'.
6306         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6307         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6309 2002-10-27  Akim Demaille  <akim@epita.fr>
6311         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6312         and AC_LANG_FUNC_LINK_TRY.
6313         (Examining Libraries): Rename as...
6314         (Running the Linker): this.
6315         Document AC_LINK_IFELSE.
6316         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6317         (Obsolete Macros): here.
6318         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6319         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6320         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6321         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6323 2002-10-27  Akim Demaille  <akim@epita.fr>
6325         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6327         More `check config.log' messages.
6329         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6330         * doc/autoconf.texi (Printing Messages): Document it.
6331         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6332         appropriate.
6333         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6334         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6335         (_AC_COMPILER_OBJEXT): Likewise.
6336         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6337         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6338         Likewise.
6339         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6340         Likewise.
6342         Deprecate macros with unusual interfaces.
6344         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6345         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6347         Document the new ones, and proper style.
6349         * doc/autoconf.texi (Generating Sources): New.
6350         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6351         (Examining Declarations): Rename as...
6352         (Running the Preprocessor): this.
6353         Document AC_PREPROC_IFELSE.
6354         (Examining Syntax): Rename as...
6355         (Running the Compiler): this.
6356         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6357         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6358         AC_TRY_COMPILE here.
6360 2002-10-27  Akim Demaille  <akim@epita.fr>
6362         Move sections around.
6364         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6365         sentence.
6366         Reported by Burno Haible.
6367         (Language Choice): Now the first section of...
6368         (Writing Tests): this section.
6369         Make the introduction less C-centric.
6370         (Guidelines, Test Functions): Move to...
6371         (Writing Test Programs): this new section.
6372         (Test Programs): Merge into...
6373         (Run Time): this.
6375 2002-10-27  Akim Demaille  <akim@epita.fr>
6377         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6378         autom4te.in that resulted in the need for two `make' runs.
6380 2002-10-27  Akim Demaille  <akim@epita.fr>
6382         * configure.ac: Bump to 2.54b.
6384 2002-10-25  Akim Demaille  <akim@epita.fr>
6386         Version 2.54a.
6388         * Makefile.maint: Update from the Coreutils.
6389         (AMTAR): Remove, obsolete.
6390         (automake_repo): Update to redhat.com.
6391         (cvs_file): New.
6392         Adjust to the fact that ansi2knr is now hosted by Automake.
6393         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6394         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6395         Update from masters.
6396         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6397         autoscan.pre is not to be installed, and autoscan.list is not to
6398         be shipped.
6399         (CLEANFILES): Add autoscan.list.
6400         (autoscan.list): Disable the cache.
6401         * bin/Makefile.am: Include freeze.mk.
6403 2002-10-25  Akim Demaille  <akim@epita.fr>
6405         * bin/autom4te.in (&load_configuration): Take the file as
6406         argument.
6407         (&parse_args): Handle -C, --cache.
6408         ($help): Adjust.
6409         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6410         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6411         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6412         Now a subsection of...
6413         (Using autom4te): This new section.
6414         (Customizing autom4te): New.
6415         (autom4te.cache): Adjust.
6417 2002-10-25  Akim Demaille  <akim@epita.fr>
6419         * doc/autoconf.texi (Generic Headers): More information on how to
6420         use AC_CHECK_HEADERS.
6422 2002-10-25  Akim Demaille  <akim@epita.fr>
6424         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6425         Space changes.
6427 2002-10-25  Akim Demaille  <akim@epita.fr>
6429         * bin/autoscan.in (output): Output AC_PREREQ.
6430         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6431         be reported.
6433 2002-10-23  Akim Demaille  <akim@epita.fr>
6435         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6436         document _Bool.
6438 2002-10-23  Akim Demaille  <akim@epita.fr>
6440         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6441         Reported by Peter Eisentraut.
6443 2002-10-23  Akim Demaille  <akim@epita.fr>
6445         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6446         type _Bool.
6447         Fix a typo.
6448         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6449         Eggert's recommandations.
6451 2002-10-22  Akim Demaille  <akim@epita.fr>
6453         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6454         Bison, by Paul Eggert.
6455         * doc/autoconf.texi (Particular Headers): Document it.
6457 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6459         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6460         `$ac_configure_args'.
6462 2002-10-22  Akim Demaille  <akim@epita.fr>
6464         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6465         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6466         From Art Haas.
6468 2002-10-22  Akim Demaille  <akim@epita.fr>
6470         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6472         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6473         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6474         (_AC_CHECK_HEADER_NEW): Rename as...
6475         (AC_CHECK_HEADER): this.
6477 2002-10-22  Akim Demaille  <akim@epita.fr>
6479         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6480         words about HP-UX cmp: it was actually a user-written cmp.
6482 2002-10-22  Akim Demaille  <akim@epita.fr>
6484         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6485         are a few warnings.
6486         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6487         Quote for Perl '' strings, not "".
6488         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6489         strings.
6491 2002-10-22  Akim Demaille  <akim@epita.fr>
6493         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6494         characters is a syntax warning now.
6495         (_AS_QUOTE): Accept $2 as list of characters to quote.
6496         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6497         Quote for Perl, not sh.
6498         * bin/autoheader.in: When $debug, report the file which is
6499         `do'ne.
6500         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6501         `@', to tickle Perl's lists.
6502         Reported by Carlos Velasco.
6504 2002-10-18  Akim Demaille  <akim@epita.fr>
6506         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6507         missing included files _are_ errors.
6508         Thanks to Alexandre Duret-Lutz.
6509         * tests/tools.at (autom4te cache): Adjust.
6510         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6511         (AT_CHECK_M4SUGAR): Use it.
6512         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6513         Adjust.
6514         * tests/tools.at (autom4te): Now it does exit 1.
6516 2002-10-17  Akim Demaille  <akim@epita.fr>
6518         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6519         Fixes the `AC_ARG_VAR' test failures.
6520         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6521         * lib/freeze.mk (check-forbidden-patterns): New.
6522         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6523         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6524         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6525         /dev/null.
6526         Reported months ago by H. Merijn Brand.
6528 2002-10-17  Akim Demaille  <akim@epita.fr>
6530         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6532 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6534         * Makefile.maint (wget_files): Remove ansi2knr.c.
6535         (ansi2knr.c-url_prefix): Remove.
6537 2002-10-16  Akim Demaille  <akim@epita.fr>
6539         Because of caching, some files that no longer exist and are no
6540         longer required can still cause errors.
6541         Reported by Alexandre Duret-Lutz.
6543         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6544         to frozen files in @ARGV, as @ARGV must remain being a list of
6545         files.  Rather, at M4 call sites, use this...
6546         (&files_to_options): New function.
6547         (&freeze): Use &error.
6548         (&up_to_date): If a file that was included according to the cache
6549         is no longer there, then the output is out dated.
6550         (&main): Don't even check whether a file is up to date is anyway
6551         --force is given.
6552         * tests/tools.at (autom4te cache): New.
6554 2002-10-16  Akim Demaille  <akim@epita.fr>
6556         * bin/autoconf.as: Kill dead options.
6557         * bin/autoupdate.in (&parse_args): Kill old options.
6558         * bin/autoreconf.in (&parse_args): Remove dead options.
6559         Factor some code.
6560         (&autoreconf): Report the directories we enter *and leave*, so
6561         that error messages can be easily located, and use GNU Make
6562         format, so that Emacs' compile mode understands us.
6563         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6564         if some file was changed instead of `print'.
6565         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6566         (&parse_args): Remove the dead options.
6567         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6568         autoheader's quiet mode.
6569         (AT_CHECK_AUTOUPDATE): Likewise.
6570         * tests/tools.at (autoupdate): Adjust.
6571         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6573 2002-10-11  Akim Demaille  <akim@epita.fr>
6575         No longer use CPP to check for the existing of headers: use CC to
6576         check for compilability.
6578         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6579         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6580         (_AC_CHECK_HEADER_NEW): Rename as...
6581         (AC_CHECK_HEADER): this.
6583         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6584         numbers in the Subject suggestion.
6586 2002-10-11  Akim Demaille  <akim@epita.fr>
6588         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6589         Suggest using AC_CHECK_DECLS instead.
6591 2002-10-11  Akim Demaille  <akim@epita.fr>
6593         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6594         of `precious'.
6596 2002-10-11  Akim Demaille  <akim@epita.fr>
6598         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6599         file name to enable parallel executions.
6600         From Sam Varshavchik.
6602 2002-10-08  Akim Demaille  <akim@epita.fr>
6604         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6605         aclocal invocation, as Gettext macros might not be visible to
6606         aclocal.
6607         Instead of blindly running autopoint, scan configure.ac (not the
6608         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6609         Reported by Paul D. Smith.
6611 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6613         Work around problems found when POSIXLY_CORRECT=1 is set.
6614         None of this seems to have anything to do with POSIX, really,
6615         but it's how Perl getopt works.
6616         * bin/autom4te.in (parse_args): Configure GetOpt with
6617         "permute", too.
6618         * doc/autoconf.texi (Invoking autom4te):
6619         --warning -> --warnings.
6620         * lib/autom4te.in: --warning -> --warnings.
6622 2002-09-28  Akim Demaille  <akim@epita.fr>
6624         * doc/autoconf.texi (autom4te.cache): New section.
6626 2002-09-28  Akim Demaille  <akim@epita.fr>
6628         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6629         (Automake-preselections): Update.
6630         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6632 2002-09-28  Akim Demaille  <akim@epita.fr>
6634         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6635         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6636         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6637         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6639 2002-09-28  Akim Demaille  <akim@epita.fr>
6641         * tests/torture.at (Configuring subdirectories): Be robust to
6642         users who use config.site to require for a cache: in this case,
6643         the two last configure runs, using two different sets of
6644         arguments, trigger a legitimate error.
6646 2002-09-28  Akim Demaille  <akim@epita.fr>
6648         * tests/m4sh.at (Functions Support, Functions and return Support):
6649         New.
6651 2002-09-28  Akim Demaille  <akim@epita.fr>
6653         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6654         autoheader are Perl programs.
6655         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6656         (autom4te): Specify that the sources are in the $srcdir.
6657         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6659 2002-09-28  Akim Demaille  <akim@epita.fr>
6661         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6662         (tm_zone): Move their rules to...
6663         * lib/autoconf/types.m4: here, using AN_ macros.
6664         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6665         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6666         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6667         * lib/autoconf/programs.m4: here.
6668         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6669         (ETAGS_FOR_AUTOCONF): New.
6670         Use it.
6672 2002-09-28  Akim Demaille  <akim@epita.fr>
6674         * lib/autoconf/autoscan.m4: New file.
6675         * lib/autoconf/autoconf.m4: Include it.
6676         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6677         that were listed in the original autoscan.list.
6678         * lib/autoconf/headers.m4: Similarly with headers.
6679         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6680         (.m4.m4f): Don't pass --prepend-include, since that's done by
6681         tests/autom4te itself.
6682         * lib/autoscan/Makefile.am: Include freeze.mk.
6683         (autoscan.list): New target --this file is no longer a source.
6684         (autoscan.pre): New file.
6686 2002-09-28  Akim Demaille  <akim@epita.fr>
6688         * bin/autoscan.in (@kinds): Make them singular.
6689         Adjust all uses.
6690         (&init_tables): When --debug, report the list of rules to ease
6691         tracking changes in autoscan.list.
6692         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6694 2002-09-28  Akim Demaille  <akim@epita.fr>
6696         * lib/autoscan/functions, lib/autoscan/headers,
6697         * lib/autoscan/identifiers, lib/autoscan/makevars,
6698         * lib/autoscan/programs: Merge into...
6699         * lib/autoscan/autoscan.list: this.
6700         * bin/autoscan.in (&init_tables): Adjust.
6702 2002-09-28  Akim Demaille  <akim@epita.fr>
6704         * lib/autoscan/functions, lib/autoscan/headers,
6705         * lib/autoscan/identifiers, lib/autoscan/makevars,
6706         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6707         `functions' line is now prefixed with `function:'.
6708         * bin/autoscan.in (&init_tables): Adjust.
6710 2002-09-28  Akim Demaille  <akim@epita.fr>
6712         From now on, autoscan files must always map a macro name to a
6713         word: there is no `default' macro for autoscan.
6715         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6716         all.
6717         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6718         explicit.
6720 2002-09-28  Akim Demaille  <akim@epita.fr>
6722         * bin/autoscan.in (%c_keywords): Remove.
6723         (&used): Keep only track of the words we might be interested in.
6724         (&output_kind): It is no longer needed to look for non active
6725         checks.
6727 2002-09-27  Akim Demaille  <akim@epita.fr>
6729         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6730         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6731         * lib/autoscan/functions: Adjust.
6732         * doc/autoconf.texi (Particular Functions): Adjust.
6734 2002-09-27  Akim Demaille  <akim@epita.fr>
6736         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6737         from /tmp.
6738         Thanks to Bill Moseley and Paul Eggert.
6739         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6740         the tmpdir must be created.
6741         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6742         dir be in the build tree, instead of $TMPDIR.
6744 2002-09-27  Akim Demaille  <akim@epita.fr>
6746         * bin/autoscan.in: Improve the comments.
6747         (&parse_args): Drop obsolete undocumented options.
6748         (&output_kind): Output warnings.
6749         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6750         (getwd): Trigger a warning.
6752 2002-09-26  Akim Demaille  <akim@epita.fr>
6754         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6755         Reported by Ralf Corsepius.
6756         * doc/autoconf.texi (autoreconf Invocation): Likewise.
6758 2002-09-26  Akim Demaille  <akim@epita.fr>
6760         Single suffix rules and seperated dependencies are not portable.
6762         * doc/autoconf.texi (Installation Directory Variables): Update.
6763         (Limitations of Make): Some about `Single Suffix Rules and
6764         Separated Dependencies'.
6765         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6766         (ifnames, autoscan, autom4te): Un-factor into several rules.
6768 2002-09-25  Paul Eggert  <eggert@twinsun.com>
6770         * BUGS (Interoperability bugs): New section.  Mention libtool
6771         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6773 2002-09-24  Paul Eggert  <eggert@twinsun.com>
6775         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6776         make handles suffix-rules differently from GNU make.
6778         * bin/Makefile.am (SUFFIXES, .in): Remove.
6779         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6780         Move the body of the old .in rule here.
6782 2002-09-16  Akim Demaille  <akim@epita.fr>
6784         i960 compilers create `b.out' files by default.
6785         Reported by Ralf Corsepius.
6787         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6788         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6790 2002-09-13  Paul Eggert  <eggert@twinsun.com>
6792         * doc/autoconf.texi (Particular Headers): Remove obsolete
6793         reference to `struct timezone' in the description of
6794         AC_HEADER_TIME.
6796 2002-09-13  Akim Demaille  <akim@epita.fr>
6798         Version 2.54.
6800         * config/config.sub, config/config.guess: Update.
6801         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6802         * Makefile.am: Adjust.
6804 2002-09-13  Akim Demaille  <akim@epita.fr>
6806         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6807         reading config.log when the compiler is rejected.
6808         Suggested by Guido Draheim.
6810 2002-09-13  Akim Demaille  <akim@epita.fr>
6812         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6813         (chdir_init) might hang when stat'ing mounted directories.
6814         Reported by Vance Shipley.
6816 2002-09-12  Akim Demaille  <akim@epita.fr>
6818         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6819         the lists.
6821 2002-09-12  Akim Demaille  <akim@epita.fr>
6823         * doc/autoconf.texi (Defining Symbols): Present two different
6824         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6825         difference between 1 argument calls, and 2-3 argument calls.
6827 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
6829         * doc/autoconf.texi: Review grammar and punctuation.
6831 2002-09-11  Paul Eggert  <eggert@twinsun.com>
6833         * doc/autoconf.texi: Fix minor formatting, spelling, and
6834         grammatical typos.
6835         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6836         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6837         is obsolescent.
6839 2002-09-11  Akim Demaille  <akim@epita.fr>
6841         * doc/autoconf.texi (Questions): Rename as...
6842         (FAQ): this.
6843         (Defining Directories): New.
6845 2002-09-09  Akim Demaille  <akim@epita.fr>
6847         * doc/autoconf.texi (Making testsuite Scripts): Update.
6848         Suggested by Nishio Futoshi.
6850 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
6852         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6853         plain `@' is wanted.
6855 2002-09-09  Akim Demaille  <akim@epita.fr>
6857         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6858         `duplicates', since the algorithm was too naive and could keep
6859         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6860         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6861         Reported by Ralf Corsepius.
6862         * tests/torture.at (Configuring subdirectories): Exercise these
6863         cases.
6865 2002-09-09  Akim Demaille  <akim@epita.fr>
6867         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6868         looking for a replacement file.
6869         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6870         directory is relative.
6871         * doc/autoconf.texi (Generic Functions): Clarify the replacement
6872         directory definition.
6873         Reported by Andreas Schwab and Jim Meyering.
6875 2002-09-06  Akim Demaille  <akim@epita.fr>
6877         * doc/autoconf.texi (Setting Output Variables): Clarify what
6878         precious variables are.
6879         Suggested by Pontus Skoeld.
6881 2002-09-05  Akim Demaille  <akim@epita.fr>
6883         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6884         (ifnames, autoscan, autom4te): Since we don't only depend on
6885         configure.ac variables (such as VERSION etc.), but also on prefix
6886         and so forth, depend on Makefile, not configure.ac.
6887         Reported by Alexandre Duret-Lutz.
6888         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6890 2002-09-05  Kevin Ryde  <user42@zip.com.au>
6892         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6893         doesn't seem to be confined to ia64, just say "some versions".
6895 2002-09-04  Akim Demaille  <akim@epita.fr>
6897         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6898         Automake 1.6c.
6899         * Makefile.am (maintainer-clean-local): Remove.
6900         (MAINTAINERCLEANFILES): Remove COPYING.
6902 2002-09-03  Paul Eggert  <eggert@twinsun.com>
6904         * doc/autoconf.texi (Configuration Commands): Remove obsolete
6905         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
6906         Brinkmann.
6908 2002-09-03  Akim Demaille  <akim@epita.fr>
6910         * configure.ac: Bump to 2.53d.
6911         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6912         as of today, on Automake's team suggestion.
6914 2002-09-03  Akim Demaille  <akim@epita.fr>
6916         Version 2.53c.
6918 2002-09-02  Akim Demaille  <akim@epita.fr>
6920         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6921         SITE_MACRO_DIR.
6922         * configure.ac: Disable SITE_MACRO_DIR.
6924 2002-09-02  Jim Meyering  <meyering@lucent.com>
6926         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6927         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6928         Also, tweak grammar: s/make sure to/be sure to/.
6930 2002-09-02  Paul Eggert  <eggert@twinsun.com>
6932         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6933         directory names are generally preferable to physical names.
6935 2002-09-02  Akim Demaille  <akim@epita.fr>
6937         * lib/Autom4te/General.pm (&update_file): s/die/error/.
6938         Reported by Raja R. Harinath.
6939         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6940         * bin/autoupdate.in: Use error instead of die.
6942 2002-09-01  Paul Eggert  <eggert@twinsun.com>
6944         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6945         ordinary shell concatenation rather than echo+tr+sed command that
6946         runs afoul of a long-line-related sed bug in Solaris 8.
6948         * bin/autoheader.in (parse_args): --warning -> --warnings.
6950         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6951         stdout, as traditional "ls" does.
6952         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6953         _AC_COMPILER_EXEEXT_O): Likewise.
6954         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6956         * bin/autoconf.as: Add --prepend-include option.  This patch was
6957         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6958         but bin/autoconf.in is generated automatically from bin/autoconf.as.
6960         * bin/autoconf.in, configure: Regenerate.
6962         * doc/autoconf.texi (Special Shell Variables): Mention
6963         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
6965         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6966         MAILPATH and set PS1, PS2, PS4 to default values, to work
6967         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6968         For LC_ALL etc, first try to set to "C" as POSIX requires and as
6969         the Autoconf documentation specifies; fall back to "unset" only if
6970         this fails.  Use a shell for-loop for this rather than an m4 loop,
6971         to shorten the output script.
6973 2002-08-30  Paul Eggert  <eggert@twinsun.com>
6975         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6976         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
6977         for the CDPATH problem.  Document PWD.
6978         (Limitations of Builtins): Document the problem that "cd $foo" and
6979         "ls $foo" may refer to different directories in shells conforming
6980         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
6981         example, since the old example is now out of date.
6983         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
6984         FOO" and "ls FOO" talk about different directories; this catches
6985         problems when POSIX 1003.1-2001 "cd" fails due to symlink
6986         spaghetti.
6988         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
6989         of rolling our own unset.
6990         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
6991         in practice we needn't worry about CDPATH if unset doesn't work.
6993         * Makefile.in, aclocal.m4, bin/Makefile.in,
6994         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
6995         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
6996         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
6997         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
6998         tests/Makefile.in: Regenerate with Automake 1.6.3.
7000         * config/config.guess, config/config.sub, config/mkinstalldirs:
7001         Update.
7003         * configure: Regenerate with self.
7005 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7007         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7008         default output.
7010 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7012         * bin/autom4te.in (Request::load): Correctly test for "do" read
7013         failure.
7015 2002-08-29  Akim Demaille  <akim@epita.fr>
7017         * lib/Autom4te/General.pm (&xqx): New.
7018         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7019         hand, which is not portable.
7020         (&error): New.
7021         * bin/autom4te.in: Use them.
7022         Use &error instead of die.
7023         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7024         Adjust.
7026 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7028         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7029         default list of compilers to try, since it was long ago superseded
7030         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7032 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7034         * doc/autoconf.texi (Invoking autom4te): End the option table,
7035         fixing a bug introduced by the previous patch.
7036         (Limitations of Make): Add a 'target lookup' subentry in the
7037         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7039 2002-07-29  Mark D. Roth  <roth@feep.net>
7041         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7042         options and use $AUTOM4TE_PATH.
7043         * doc/autoconf.texi: Remove documentation of autom4te
7044         --include-envvar and --site-macro-subdir options and document
7045         use of $AUTOM4TE_PATH.
7046         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7047         arguments from each language section.
7049 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7051         * doc/install.texi: Include copyright symbol in copyright notice.
7053         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7054         Replace with:
7055         (AM_MAKEINFOFLAGS): New macro.
7056         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7057         * Makefile.am (INSTALL): Use the new macros.
7058         Use -o rather than --output, since "missing" does not grok --output.
7060 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7062         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7063         comments do not always work. Never trust the exit status of
7064         `make -k'.
7066 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7068         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7069         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7071 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7073         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7074         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7075         apparently treats PATH="nonexistent" as if it contained ".".
7076         Bug reported by Stefan `Sec' Zehl.
7078 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7080         * doc/autoconf.texi (Limitations of Make): Mention the special
7081         handling of the obj/ directory by BSD make.
7083 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7085         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7086         backslashes.
7088 2002-07-19  Akim Demaille  <akim@epita.fr>
7090         * doc/autoconf.texi (Function Portability): `exit'.
7091         (Programming in M4sh): Ethymology of M4sh.
7093 2002-07-19  Akim Demaille  <akim@epita.fr>
7095         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7097 2002-07-18  Akim Demaille  <akim@epita.fr>
7099         Version 2.53b.
7101 2002-07-18  Akim Demaille  <akim@epita.fr>
7103         * config/config.guess, config/config.sub: Update.
7105 2002-07-18  Akim Demaille  <akim@epita.fr>
7107         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7108         Automake's parts.
7110         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7111         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7112         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7114 2002-07-18  Akim Demaille  <akim@epita.fr>,
7115             Alexandre Duret-Lutz  <duret_g@epita.fr>
7117         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7118         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7120 2002-07-17  Russ Allbery  <rra@stanford.edu>
7122         * doc/autoconf.texi (Initializing configure): Clarify the
7123         description of the tarname default.
7125 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7127         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7128         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7129         latter was not run.
7131 2002-07-17  Akim Demaille  <akim@epita.fr>
7133         * lib/Autom4te/General.pm (find_file): Browse the directories in
7134         the order they are given.
7136 2002-07-17  Akim Demaille  <akim@epita.fr>
7138         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7139         * tests/wrapper.as: this.
7140         * tests/Makefile.am, configure.ac: Adjust.
7142 2002-07-17  Mark D. Roth  <roth@feep.net>
7144         * configure.ac: Add --enable-site-macro-dir option.
7145         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7146         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7147         --site-macro-subdir options.
7148         * bin/autoconf.in: Add --prepend-include option.
7149         * bin/autoheader.in: Add --prepend-include option.
7150         * bin/autoreconf.in: Add --prepend-include option.
7151         * bin/autoscan.in: Add --prepend-include option.
7152         * bin/autoupdate.in: Add --prepend-include option.
7153         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7154         macro directory, remove note that include path directories are
7155         used in reverse order, and document --prepend-include option.
7156         * lib/autom4te.in: Use --prepend-include instead of --include.
7157         * tests/wrapsh.in: Use --prepend-include instead of --include.
7159 2002-07-17  Akim Demaille  <akim@epita.fr>
7161         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7162         tarnames.
7163         * doc/autoconf.texi (Initializing configure): Adjust.
7165 2002-07-17  Akim Demaille  <akim@epita.fr>
7167         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7168         (_AC_FUNC_MALLOC): New.
7169         (AC_FUNC_MALLOC): Use the latter.
7170         Define HAVE_MALLOC to 0 if broken.
7171         * doc/autoconf.texi (Particular Functions): Adjust.
7173 2002-07-16  Akim Demaille  <akim@epita.fr>
7175         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7176         * doc/autoconf.texi (C Compiler): Adjust.
7178 2002-07-09  Akim Demaille  <akim@epita.fr>
7180         * doc/autoconf.texi: Properly set the ``header'' part.
7182 2002-07-09  Akim Demaille  <akim@epita.fr>
7184         * doc/autoconf.texi (Systemology): Some about Darwin.
7186 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7188         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7189         Don't use AC_REQUIRE in AU_DEFUN.
7191 2002-07-09  Art Haas  <ahaas@neosoft.com>
7193         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7195 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7197         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7198         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7199         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7200         so that Emacs setups GNU style for perl-mode and cperl-mode.
7202 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7204         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7205         as per "Limitations of Builtins".
7206         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7207         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7209         * tests/mktests.sh: Use grep instead of fgrep, as per
7210         "Limitations of Builtins".
7212 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7214         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7215         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7216         so that we consistently test the just-built programs.
7217         * tests/wrappl.as: Likewise.
7219 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7221         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7222         name, so that symlinks to 'autoconf' work properly.  Bug reported
7223         by Bruno Haible.
7224         * bin/autoheader.in (AUTOM4TE): Likewise.
7225         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7226         * bin/autoscan.in (autom4te): Likewise.
7227         * bin/autoupdate.in (autom4te): Likewise.
7229         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7230         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7231         on Solaris 2.5.1.
7233 2002-06-11  Andreas Schwab  <schwab@suse.de>
7235         * doc/autoconf.texi: Add more dir entries.
7237 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7239         * bin/autom4te.in ($cache): Don't define using `$me', the name
7240         of the cache should not depend on the name under which autom4te
7241         was installed.
7243 2002-06-07  Akim Demaille  <akim@epita.fr>
7245         * tests/tools.at (autoconf: forbidden tokens, basic)
7246         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7247         words in autom4te.in.
7249 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7251         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7252         _AC_LANG_PROGRAM_C_F77_HOOKS.
7254 2002-06-07  Akim Demaille  <akim@epita.fr>
7256         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7257         rename as...
7258         (AC_REPLACE_FNMATCH): this.
7259         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7260         AC_FUNC_FNMATCH_GNU.
7262 2002-06-07  Akim Demaille  <akim@epita.fr>
7264         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7265         Rosetta Stone for Unix.
7267 2002-06-07  Akim Demaille  <akim@epita.fr>
7269         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7270         suggest m4_pattern_allow.
7271         Suggested by Adam J. Richter.
7273 2002-06-07  Akim Demaille  <akim@epita.fr>
7275         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7276         ac_config_libobj_dir.
7277         (AC_CONFIG_LIBOBJ_DIR): New.
7278         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7279         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7280         Use ac_config_libobj_dir to find the replacement files.
7281         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7282         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7283         (AC_REPLACE_FNMATCH_GNU): these.
7284         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7285         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7286         * tests/mktests.sh (ac_exclude_list): Don't check
7287         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7289 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7291         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7292         if ln doesn't work.
7293         * NEWS: Likewise.
7294         * doc/autoconf.texi (Configuration Links): Likewise.
7295         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7297 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7299         * config/config.guess, config/config.sub, config/texinfo.tex:
7300         Update from masters.
7302 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7304         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7305         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7306         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7307         Likewise.
7308         * lib/autoconf/Makefile.am (check-local): Likewise.
7309         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7310         * lib/autoconf/types.m4 (commentary only): Likewise.
7311         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7312         * lib/autotest/Makefile.am (check-local): Likewise.
7313         * lib/m4sugar/Makefile.am (check-local): Likewise.
7314         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7315         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7317         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7318         * doc/autoconf.texi (Particular Programs): Document them.
7319         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7320         * NEWS: Likewise.
7322 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7324         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7325         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7326         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7327         instead of AC_MBSTATE_T, which never existed.
7329 2002-05-23  Akim Demaille  <akim@epita.fr>
7331         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7332         version of Autoconf that is discussed.
7334 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7336         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7337         from the default list of compilers to try.  Suggested by
7338         Kate Hedstrom.
7339         * NEWS: Document the above.
7340         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7342 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7344         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7345         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7346         This improves on an earlier suggestion by H. Peter Anvin.
7348 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7350         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7351         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7352         Both macros now accept an optional source-dir arg.
7353         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7355         * NEWS: Document this.
7356         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7358         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7359         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7360         not for GNU extensions; this undoes part of the 2000-11-03 change,
7361         reverting to 2.13-compatible behavior.
7362         Add new optional argument DIR.
7363         (AC_FUNC_FNMATCH_GNU): New macro.
7365         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7367 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7369         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7370         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7371         and it causes a 'test' syntax error if it fails.
7372         Bug reported by Stephen Gildea.
7374         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7375         If prototypes are supported, use them to check this at compile-time,
7376         instead of trying to check it at run-time.  If we must do a run-time
7377         check, assume that setvbuf is standard when cross-compiling, as
7378         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7379         Bug reported by Paul D. Smith.
7381         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7382         argument specifying location of getloadavg.c.  This removes a
7383         FIXME.  This idea was taken from Jim Meyering's implementation in
7384         textutils.
7385         * doc/autoconf.texi (Particular Functions): Document this.
7386         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7387         that's what the code does; this fixes a bug reported by
7388         Paul D. Smith.
7390 2002-05-03  Akim Demaille  <akim@epita.fr>
7392         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7393         autopoint instead of gettextize.
7394         ($uses_alocal): Rename as...
7395         ($uses_aclocal): this.
7396         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7397         Suggested by Bruno Haible.
7399 2002-05-03  Akim Demaille  <akim@epita.fr>
7401         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7403 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7405         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7406         files to be 1 second older; just set them to be the same time.
7407         Also, sleep 1 second after the first aclocal, to work around
7408         problems with sub-second time stamps on the input files.
7410 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7412         * doc/autoconf.texi: Mention "set -e -x" lossage
7413         under node "Limitations of Builtins".
7415 2002-04-29  Akim Demaille  <akim@epita.fr>
7417         * doc/install.texi: Better wording for setting variables when
7418         running configure.
7419         From Christian Cornelssen.
7421 2002-04-29  Akim Demaille  <akim@epita.fr>
7423         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7424         of lack of $LINENO support, then the test will compare the $LINENO
7425         in testsuite vs. the lineno in the test file.  This is wrong, of
7426         course.
7427         Be sure to protect it.
7428         Reported by Patrick Welche.
7430 2002-04-25  Akim Demaille  <akim@epita.fr>
7432         * doc/autoconf.texi (Obsolete Macros): Typo.
7433         Reported by Vladimir Volovich.
7435 2002-04-25  Akim Demaille  <akim@epita.fr>
7437         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7438         than some of the input files, hence, on the second run of aclocal,
7439         if some of its input are younger, make them older.
7440         Suggested by Paul Eggert.
7442 2002-04-25  Akim Demaille  <akim@epita.fr>
7444         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7445         Thanks to Paul Eggert.
7447 2002-04-25  Akim Demaille  <akim@epita.fr>
7449         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7450         and ac_subst_vars be sh variables containing the list of
7451         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7452         DEFAULT diversion.
7453         (_AC_INIT_PREPARE): Use them to log them.
7454         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7455         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7456         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7457         _AC_SUBST_FILES and _AC_SUBST_VARS.
7458         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7460 2002-04-24  Akim Demaille  <akim@epita.fr>
7462         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7463         autoheader, so that automake does not complain about a missing
7464         config.h.in that was to be created.
7466 2002-04-23  Akim Demaille  <akim@epita.fr>
7468         * bin/autoheader.in (parse_args): --warning takes an argument.
7469         Fixes PR/220.
7471 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7473         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7474         and bb.out when cleaning up.
7476 2002-04-22  Akim Demaille  <akim@epita.fr>
7478         Version 2.53a.
7480 2002-04-22  Akim Demaille  <akim@epita.fr>
7482         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7484 2002-04-22  Akim Demaille  <akim@epita.fr>
7486         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7487         comma.
7488         Reported by Gregory Giannoni.
7490 2002-04-22  Akim Demaille  <akim@epita.fr>
7492         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7493         Fixes false failures on Darwin.
7495 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7497         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7498         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7499         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7500         tests/tools.at: Minor spelling and grammar fixes.
7502 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7504         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7505         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7506         * lib/autotest/general.m4 (AT_INIT): Likewise.
7507         * tests/atgeneral.m4 (AT_INIT): Likewise.
7509 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7511         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7512         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7513         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7514         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7515         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7516         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7517         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7518         Minor spelling and grammar fixes.
7520         * doc/autoconf.texi: Follow the outline suggested in the GNU
7521         Sample Texts sections of the Texinfo 4.2 manual.  Most
7522         importantly, this makes sure that the copyright notices appear in
7523         all output formats.  You probably need Texinfo 4.2 to generate
7524         the manual now.
7526         Fix some bugs when using "$@" when there might be zero positional
7527         arguments in cases where this matters.
7529         * bin/autoconf.as: Rewrite so that the problem does not come up.
7530         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7531         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7532         * lib/autotest/general.m4 (AT_INIT): Likewise.
7534         * bin/autoheader.in: Use 'case' statement to work around problem.
7535         * bin/auto4mte.in: Likewise.
7536         * bin/autoreconf.in: Likewise.
7537         * bin/autoscan.in: Likewise.
7538         * bin/autoupdate.in: Likewise.
7539         * bin/ifnames.in: Likewise.
7541         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7543         * lib/autotest/general.m4 (AT_INIT):
7544         Use Zsh alias to work around problem.
7545         * tests/atgeneral.m4 (AT_INIT): Likewise.
7547         * tests/c.at: We can't have zero arguments, so remove workaround
7548         that is not portable to Zsh.
7550 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7552         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7553         from aclocal.m4 too.
7555 2002-04-12  Akim Demaille  <akim@epita.fr>
7557         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7559 2002-04-10  Akim Demaille  <akim@epita.fr>
7561         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7562         workaround for ${1+"$@"}.
7563         * doc/autoconf.texi (Shell Substitutions): Explain it.
7564         From Oliver Kiddle and Peter Stephenson.
7566         Have M4sh perform minimal shell sanitizing.
7568         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7569         part into...
7570         (_AS_PREPARE): this new macro.
7571         (AS_PREPARE): New.
7572         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7573         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7575         Adjust Autoconf and Autotest.
7577         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7578         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7579         * lib/autotest/general.m4 (AT_INIT): Likewise.
7580         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7581         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7582         AS_SHELL_SANITIZE.
7584         Use this M4sh to generate Autoconf's shell scripts.
7586         * tests/wrapsh.as: New, precursor of wrapsh.in.
7587         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7588         on Autotest and M4sh.
7589         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7590         (wrapsh.in): New target.
7591         * bin/autoconf.as: New, precursor of autoconf.in.
7592         (autoconf.in): New target.
7594 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7596         * doc/autoconf.texi (Limitations of Make): Mention the issue
7597         with indented comments in rules.
7599 2002-04-09  Andreas Schwab  <schwab@suse.de>
7601         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7602         ac_top_builddir when setting ac_abs_top_builddir.
7604 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7606         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7607         (Portable Shell): Cross reference to Systemology.
7609 2002-04-05  Akim Demaille  <akim@epita.fr>
7611         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7612         directories when descending in a SUBDIRS.
7613         Reported by Ezra Peisach.
7615 2002-04-04  Andreas Schwab  <schwab@suse.de>
7617         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7618         contains no literal separators.
7620 2002-04-03  Akim Demaille  <akim@epita.fr>
7622         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7623         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7624         Use dnl, not the KILL diversion.
7625         Extracted from...
7626         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7627         (AC_CONFIG_LINKS): here.
7628         Adjust.
7629         Don't use the KILL diversion, as it kills spurious output, which
7630         results in failures being hidden.
7631         Use m4_defn where appropriate.
7632         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7633         after the second argument.
7634         Use m4_defn.
7635         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7636         syntax, as it is provided by M4sugar.
7637         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7639 2002-04-03  Andreas Schwab  <schwab@suse.de>
7641         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7642         expanded if $# <= 2.
7644         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7645         aclocal.
7647 2002-04-03  Akim Demaille  <akim@epita.fr>
7649         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7650         (_AC_COMPILER_EXEEXT_REJECT): New.
7651         Also recognize *.bb and *.bbg as compilation byproducts.
7652         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7653         (_AC_COMPILER_OBJEXT): Use them.
7654         Fixes Debian #138666.
7656 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7658         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7660         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7661         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7662         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7663         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7664         (AC_C_CONST): Same.
7665         (AC_C_INLINE): Same.
7666         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7667         * doc/autoconf.texi, NEWS: Document.
7668         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7669         AC_C_CROSS.
7671 2002-04-02  Akim Demaille  <akim@epita.fr>
7673         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7674         _AS_MKDIR_P_PREPARE.
7676 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7678         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7679         to avoid versions of HP C which don't allow that.
7681 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7683         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7684         (AS_SHELL_SANITIZE): Invoke it.
7685         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7687 2002-03-26  Akim Demaille  <akim@epita.fr>
7689         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7691 2002-03-26  Akim Demaille  <akim@epita.fr>
7693         * doc/autoconf.texi (Introduction): The GNATS base moved.
7695 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7697         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7698         as POSIX requires, as it doesn't work with Zsh.
7699         * doc/autoconf.texi (Assignments): Document the problem.
7701 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7703         * doc/autoconf.texi (Limitations of Make): Mention more issue
7704         about VPATH, overriding of macros in sub-makes, and handling of
7705         SHELL.
7707 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7709         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7710         problem with here-document buffer boundaries.
7712         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7713         when reinvoking the shell, to work around problems with installers
7714         who put strange things like "cd" commands in their environments.
7716 2002-03-19  Akim Demaille  <akim@epita.fr>
7718         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7719         From Aaron Ucko.
7721 2002-03-19  Akim Demaille  <akim@epita.fr>
7723         * bin/autoscan.in (scan_file): Specify the location in `&used'
7724         invocations.
7725         From Nicolas Joly.
7727 2002-03-19  Akim Demaille  <akim@epita.fr>
7729         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7730         From Nishio Futoshi.
7732 2002-03-19  Akim Demaille  <akim@epita.fr>
7734         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7736 2002-03-18  Paul Eggert  <eggert@twinsun.com>
7738         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7739         (Limitations of Usual Tools): Add mkdir section.
7741         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7742         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
7743         back on AS_DIRNAME to compute prefixes otherwise; this is
7744         roughly what mkinstalldirs does.  That way, we need not have
7745         our own filename disassembler.  The old disassembler did not
7746         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7748         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7749         Create at_test_all by a series of assignments,
7750         not by a single assignment of a long string.  The latter causes ksh
7751         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7752         presumably because of a buffer overrun.
7754 2002-03-14  Paul Eggert  <eggert@twinsun.com>
7756         * lib/autotest/general.m4 (at_times_skip):
7757         Renamed from at_times.  Now a boolean.
7758         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7759         says 'times: not found'.
7761 2002-03-14  Akim Demaille  <akim@epita.fr>
7763         * bin/autoreconf.in (&study_gettextize): New.
7764         (&autoreconf): Handle newest gettextize.
7765         Rerun aclocal if needed.
7766         Suggested by Andreas Schwab.
7768 2002-03-13  Akim Demaille  <akim@epita.fr>
7770         * doc/autoconf.texi (Special Shell Variables): More about IFS.
7772 2002-03-13  Akim Demaille  <akim@epita.fr>
7774         * doc/autoconf.texi (Header Portability): New.
7775         Add information about stdint.h and inttypes.h from Paul Eggert.
7777 2002-03-13  Akim Demaille  <akim@epita.fr>
7779         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7780         -p'.
7781         From Bob Proulx.
7783 2002-03-12  Akim Demaille  <akim@epita.fr>
7785         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7786         m4_require.
7788 2002-03-11  Andreas Schwab  <schwab@suse.de>
7790         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7791         does not do it if --with-lispdir is given.
7793 2002-03-08  Akim Demaille  <akim@epita.fr>
7795         Version 2.53.
7797 2002-03-08  Akim Demaille  <akim@epita.fr>
7799         * doc/autoconf.texi (Subdirectories): Clarify that the
7800         subdirectory should exist.
7802 2002-03-08  Akim Demaille  <akim@epita.fr>
7804         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7806 2002-03-08  Akim Demaille  <akim@epita.fr>
7808         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7809         aliases the actual variables, and modifications of the former
7810         affect the latter.
7812 2002-03-08  Akim Demaille  <akim@epita.fr>
7814         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7815         because of C-c: have m4 output in tmp files, then mv them.
7817 2002-03-08  Akim Demaille  <akim@epita.fr>
7819         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7820         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7821         * bin/ifnames.in: Copyright update.
7823 2002-03-08  Akim Demaille  <akim@epita.fr>
7825         * doc/autoconf.texi (Invoking autom4te): New.
7827 2002-03-05  Akim Demaille  <akim@epita.fr>
7829         * doc/autoconf.texi (Specifying Names): Clarification suggested by
7830         Kevin Ryde.
7832 2002-03-05  Akim Demaille  <akim@epita.fr>
7834         Version 2.52i.
7836 2002-03-04  Akim Demaille  <akim@epita.fr>
7838         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7839         * lib/autoconf/general.m4 (AC_INIT): More informative error
7840         message for LIBOBJ.
7842 2002-03-04  Akim Demaille  <akim@epita.fr>
7844         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7845         parallel builds.
7847 2002-03-04  Akim Demaille  <akim@epita.fr>
7849         * doc/autoconf.texi (Transforming Names): Equality between target
7850         and host is irrelevant.
7851         (Specifying Names, Canonicalizing): Remove all references to the
7852         backward compatibility hooks.  Rather, collect them all into...
7853         (Hosts and Cross-Compilation): this new section.
7854         * doc/install.texi (System Type): Ditto.
7855         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7856         that `--host' implies cross-compilation.
7858 2002-03-04  Akim Demaille  <akim@epita.fr>
7860         * doc/autoconf.texi (Evaluation Macros): New.
7861         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7862         useless.
7863         (_m4_foreach): Define the variant with immediate evaluation so
7864         that it contains exactly the items, not an expression which
7865         evaluation is the current item.
7866         (m4_re_string, m4_re_word): Don't over quote them.
7868 2002-03-04  Akim Demaille  <akim@epita.fr>
7870         Instead of having stacking `shift's evaluated at the end, let
7871         `foreach' loops immediately evaluate them.
7873         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7874         $*.  This is the n-th time I change my mind, but hopefully this is
7875         the last...
7876         (m4_lquote): New.
7877         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7878         efficient.
7879         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7880         it was only a hack for m4_text_wrap.
7881         (m4_car2): Remove, replaced by...
7882         (m4_cdr): New.
7883         (_m4_foreach): Adjust.
7884         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7885         m4_bpatsubst for clarification.
7887 2002-03-04  Akim Demaille  <akim@epita.fr>
7889         * doc/autoconf.texi (Changequote is Evil): New.
7891 2002-03-03  Kevin Ryde  <user42@zip.com.au>
7893         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7894         on old systems like SunOS.
7896 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
7898         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7899         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7900         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7901         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7902         of messages.
7904 2002-02-28  Akim Demaille  <akim@epita.fr>
7906         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7907         message to be sent.
7909 2002-02-28  Kevin Ryde  <user42@zip.com.au>
7911         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7913 2002-02-25  Akim Demaille  <akim@epita.fr>
7915         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7916         From Akinori Musha.
7918 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
7920         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7921         translate \r\n to \n.
7923 2002-02-07  Akim Demaille  <akim@epita.fr>
7925         Version 2.52h.
7927 2002-02-07  Akim Demaille  <akim@epita.fr>
7929         Fix Autoconf PR/209.
7930         Also reported by Frank Denis.
7932         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7934 2002-02-07  Akim Demaille  <akim@epita.fr>
7936         Fix Autoconf PR/207:
7937         AC_PREFIX_PROGRAM fails with dashed program names
7939         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7940         variable when looking for the prefix program.
7941         Now it also works for shell variables.
7943 2002-02-07  Akim Demaille  <akim@epita.fr>
7945         * doc/autoconf.texi (Limitations of Builtins): More about
7946         case/esac.
7948 2002-02-06  Akim Demaille  <akim@epita.fr>
7950         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7951         case/esac, some shells don't support it.
7952         Reported by Zack Weinberg.
7953         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7955 2002-02-06  Akim Demaille  <akim@epita.fr>
7957         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7958         sure not to introduce newlines in at_groups.
7959         * lib/autotest/Makefile.am (autotest.m4f): Typo.
7961 2002-02-06  Akim Demaille  <akim@epita.fr>
7963         * tests/torture.at (Configuring subdirectories): Skip if aclocal
7964         is not available.
7966 2002-02-05  Paul Eggert  <eggert@twinsun.com>
7968         * doc/autoconf.texi (Specific Compiler Characteristics):
7969         Describe HP-UX cc bug workaround more accurately.
7970         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7971         not unsigned long.
7972         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7973         cross-compilers, too.  This undoes some of the most recent change
7974         to this file.
7976 2002-02-05  Akim Demaille  <akim@epita.fr>
7978         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
7979         to make sure they are up to date when `check' is run.
7981 2002-02-05  Akim Demaille  <akim@epita.fr>
7983         * doc/autoconf.texi (Making testsuite Scripts): Document
7984         package.m4.
7986 2002-02-05  Akim Demaille  <akim@epita.fr>
7988         * lib/freeze.mk: New.
7990 2002-02-05  Akim Demaille  <akim@epita.fr>
7992         Implement `autom4te --freeze'.
7994         * bin/autom4te.in (&freeze): New.
7995         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
7996         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
7998 2002-02-05  Akim Demaille  <akim@epita.fr>
8000         * bin/autom4te.in (&parse_args): Implement `frozen files are
8001         optional are the sum of the previous files on the command line'.
8002         Also, pass `--reload-state=' on them, so...
8003         (handle_m4): don't.
8004         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8005         (M4sh): Rely on M4sugar.
8006         (Autotest, M4sh, M4sugar): Use frozen files.
8008 2002-01-31  Akim Demaille  <akim@epita.fr>
8010         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8011         * doc/autoconf.texi (Initializing configure): Adjust.
8013 2002-01-30  Akim Demaille  <akim@epita.fr>
8015         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8016         alphanumeric to `-' instead of `_'.
8018 2002-01-30  Akim Demaille  <akim@epita.fr>
8020         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8021         for plain code, the other for cross-compilation code.  The latter
8022         is now run with GCC only.
8023         * doc/autoconf.texi (Compilers and Preprocessors): New.
8025 2002-01-30  Akim Demaille  <akim@epita.fr>
8027         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8028         values.
8029         * doc/autoconf.texi (Initializing configure): Explain how to
8030         change AC_INIT default values.
8032 2002-01-29  Akim Demaille  <akim@epita.fr>
8034         * tests/torture.at (Configuring subdirectories): Use configure.in,
8035         so that aclocal 1.4 works.
8036         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8038 2002-01-28  Akim Demaille  <akim@epita.fr>
8040         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8041         needs an argument.
8043 2002-01-28  Akim Demaille  <akim@epita.fr>
8045         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8046         AUTOTEST_PATH *after* it was set.
8047         Don't put `.' in the PATH: the user should be precise and `./' if
8048         needed.  In addition, given that the test suite does some `cd', if
8049         `.' is in the path, the `tested programs' sections will report
8050         programs found in the test suite's directory, while during the
8051         tests (performed in their own directory), these programs are no
8052         longer visible.  In other words, the results is confusing and
8053         useless.
8054         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8056 2002-01-24  Akim Demaille  <akim@epita.fr>
8058         Version 2.52g.
8060 2002-01-24  Akim Demaille  <akim@epita.fr>
8062         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8063         * doc/autoconf.texi: Finally add Akim as an author.
8065 2002-01-24  Akim Demaille  <akim@epita.fr>
8067         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8068         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8069         Bourne. Use /bin/sh.
8070         From Andreas Buening.
8072 2002-01-24  Akim Demaille  <akim@epita.fr>
8074         * config/config.guess, config/config.sub, config/texinfo.tex:
8075         Update from masters.
8077 2002-01-24  Akim Demaille  <akim@epita.fr>
8079         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8080         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8081         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8082         * config/missing.m4, config/sanity.m4, config/select.m4,
8083         * config/strip.m4: Remove, to ease sync'ing with any version of
8084         Automake.
8086 2002-01-24  Akim Demaille  <akim@epita.fr>
8088         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8089         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8090         Reported by Geir Ove Myhr.
8092 2002-01-21  Akim Demaille  <akim@epita.fr>
8094         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8096 2002-01-21  Akim Demaille  <akim@epita.fr>
8098         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8099         message on invalid options.
8100         * bin/autom4te.in (parse_args): Don't use
8101         Autoconf::General::getopt with non valid options.
8103 2002-01-17  Jim Meyering  <meyering@lucent.com>
8105         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8106         $ac_cv_exeext so we don't use an old, invalid, cached value.
8108 2002-01-11  Akim Demaille  <akim@epita.fr>
8110         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8111         Meyering.
8112         * doc/autoconf.texi (Function Portability): Document the strnlen
8113         limitation.
8114         (Particular Functions): Document AC_FUNC_STRNLEN.
8115         * lib/autoscan/functions: Adjust.
8117 2002-01-06  Akim Demaille  <akim@epita.fr>
8119         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8120         package.m4, since is really depends upon configure.ac, not
8121         configure.
8122         * doc/autoconf.texi (testsuite Scripts): Adjust.
8123         * tests/Makefile.am (package.m4): New.
8124         EXTRA_DIST it since its a source.
8126 2002-01-06  Akim Demaille  <akim@epita.fr>
8128         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8129         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8130         and PACKAGE_BUGREPORT from here...
8131         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8132         arguments.
8133         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8134         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8135         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8136         * tests/tools.at (autoheader): Adjust.
8137         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8139 2002-01-06  Akim Demaille  <akim@epita.fr>
8141         * bin/autoscan.in (scan_file): Use `&used'.
8143 2002-01-03  Akim Demaille  <akim@epita.fr>
8145         * doc/autoconf.texi (Output): Improved wording regarding use of
8146         AC_OUTPUT.
8147         From Olly Betts.
8149 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8151         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8152         sometimes needing writable input.
8154 2001-12-17  Jim Meyering  <meyering@lucent.com>
8156         * doc/autoconf.texi (New Macros): Tweak wording.
8158 2001-12-14  Akim Demaille  <akim@epita.fr>
8160         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8161         trailing files, don't apply `-rf' to files which might not be
8162         created by configure (core, core.*, and *.core), but just `rm -f'.
8163         Suggested by Jonathan Kamens.
8165 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8167         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8169 2001-12-14  Akim Demaille  <akim@epita.fr>
8171         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8173 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8175         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8176         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8177         abs_srcdir, top_srcpath to abs_top_srcdir.
8178         (_AC_OUTPUT_FILES): Adjust.
8179         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8180         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8181         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8183 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8185         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8186         C/Fortran linking on HP/UX, by extracting the Fortran library
8187         search path from the LPATH line in the $F77 -v output.
8189 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8191         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8192         forbidden file descriptors table.
8194 2001-11-26  Akim Demaille  <akim@epita.fr>
8196         * bin/autoscan.in (%c_keywords): Build it at top level.
8197         Map to 1 in order to simplify its uses.
8199 2001-11-26  Akim Demaille  <akim@epita.fr>
8201         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8202         Remove $filepath, useless.
8203         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8204         variables, they are really part of the tokens.
8205         Split the input line on spaces and then look for tokens.
8206         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8207         because of `lex$U.$(OBJEXT)'.
8208         (&scan_files): Use "@list" instead of join.
8209         * doc/Makefile.am (CLEANFILES): Add *.fns.
8211 2001-11-26  Akim Demaille  <akim@epita.fr>
8213         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8214         Remove, replaced by...
8215         * tests/wrappl.in: Be common for all the Perl executables.
8216         In particular autoscan and autoheader want -I.
8217         * configure.ac: Adjust.
8218         * lib/autoscan/headers: errno.h is portable.
8220 2001-11-26  Akim Demaille  <akim@epita.fr>
8222         * bin/autoscan.in (used): New.
8223         Use it.
8225 2001-11-26  Akim Demaille  <akim@epita.fr>
8227         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8228         directives.
8229         (&scan_sh_file): Remove a duplicate pattern.
8230         (&check_configure_ac): Use long options.
8231         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8233 2001-11-26  Akim Demaille  <akim@epita.fr>
8235         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8236         Before, having a line containing the opening of a multi line
8237         comment made the whole line be ignored.
8239 2001-11-26  Akim Demaille  <akim@epita.fr>
8241         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8242         (testsuite Scripts): Be one of its subsection.
8243         (Autotest Logs): New.
8245 2001-11-26  Akim Demaille  <akim@epita.fr>
8247         Test groups are now run two directories deeper.
8249         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8250         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8251         at_top_builddir.
8252         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8253         top_srcdir, builddir and top_builddir.
8254         Use `at_*dir' relatively to the directory containing the
8255         suite, use `*dir' when relatively to the current group dir.
8257 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8259         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8260         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8261         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8262         spelling errors.
8264 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8266         * doc/autoconf.texi (Using System Type): Add an example of `case
8267         $host' usage so people quit using `case $target' everywhere.
8269 2001-11-22  Akim Demaille  <akim@epita.fr>
8271         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8272         spotted by Jim Meyering.
8274 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8276         This patch implements a `long double' suggestion by Oliver Kiddle.
8278         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8279         static, to catch errors if the value isn't known at compile-time
8280         and the compiler supports dynamic arrays.  Change its name from
8281         `_array_' to `test_array' to avoid potential name clashes.
8282         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8283         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8284         better than double.  Catch a bug in GCC 2.95.2 x86.
8285         * doc/autoconf.texi (C Compiler): Document the above.
8286         * NEWS: Likewise.
8288 2001-11-13  Akim Demaille  <akim@epita.fr>
8290         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8291         hand.
8292         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8294 2001-11-13  Akim Demaille  <akim@epita.fr>
8296         * lib/autotest/general.m4 (AT_INIT): After having run the test
8297         group, go back to the initial directory, not to at_suite_dir.
8299 2001-11-13  Akim Demaille  <akim@epita.fr>
8301         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8302         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8303         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8304         option.
8305         (AT_CHECK_CONFIGURE): Use absolute paths.
8306         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8307         The problem is still the old one: there is no means in M4 (that I
8308         know about) to create a defining macro, because there is no means
8309         to create `$1' etc., therefore, the defining macro ``swallows''
8310         all the arguments meant to the defined macro.
8312 2001-11-13  Akim Demaille  <akim@epita.fr>
8314         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8315         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8316         configure.ac.
8317         * tests/aclocal.m4: Remove, as it is no longer used.
8319 2001-11-13  Akim Demaille  <akim@epita.fr>
8321         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8322         variable names when referring to a single test group, or to
8323         `suite' when referring to the whole test suite.
8324         `at_last_test' is removed: m4 compute at_format itself.
8325         (at_stdout, at_stder1, at_stderr): New variables.
8326         (AT_CHECK): Use them.
8328 2001-11-13  Akim Demaille  <akim@epita.fr>
8330         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8331         in PATH.
8332         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8333         Do it as soon as a test fails, don't wait till the end of the test
8334         suite.
8335         Don't remove $as_me.[0-9]*, since these files no longer exist.
8337 2001-11-13  Akim Demaille  <akim@epita.fr>
8339         * tests/tools.at: Use absolute paths, since we are no longer run
8340         in place.
8342 2001-11-13  Akim Demaille  <akim@epita.fr>
8344         Now that tests are running in their own private dir, there is no
8345         need to list the files to remove at the end of tests groups.
8347         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8348         (AT_data_files, at_data_files): Remove.
8349         (AT_CLEANUP, AT_DATA): Simplify.
8350         (AT_INIT): Adjust.
8351         Remove the group dir if !debug && !failed.
8352         * tests/atspecific.m4: Adjust.
8354 2001-11-13  Akim Demaille  <akim@epita.fr>
8356         Start a new layout for Autotest: `testsuite' creates
8357         `testsuite.dir' in which the at-check-line etc. files are to be
8358         found, and `testsuite.dir/003' where the test group 3 is run.
8360         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8361         at_check_line_file, at_format, at_test_normalized, at_group_dir
8362         are new variables.
8363         Create the directories.
8364         Use absolute paths for at- files.
8365         (AT_CHECK): Adjust.
8367 2001-11-11  Michael Matz  <matz@kde.org>
8369         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8370         (m4_car2): New.
8371         (m4_car): Properly quote arguments.
8373 2001-11-13  Akim Demaille  <akim@epita.fr>
8375         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8376         with stricter rules on LIBOBJS.
8378 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8380         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8381         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8382         __PROTOTYPES too.
8384 2001-11-12  Akim Demaille  <akim@epita.fr>
8386         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8388 2001-11-12  Akim Demaille  <akim@epita.fr>
8390         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8391         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8392         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8393         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8394         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8395         specify to what the macro should be defined (typically to 1).
8397 2001-11-12  Akim Demaille  <akim@epita.fr>
8399         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8400         From Jim Meyering.
8402 2001-11-12  Akim Demaille  <akim@epita.fr>
8404         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8405         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8406         definition used by Automake where LEX is +/- "${missing} lex" and
8407         `missing' itself contains variables.
8409 2001-11-12  Akim Demaille  <akim@epita.fr>
8411         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8412         Now that M4sh pushes BODY, the comments were output at the end of
8413         the test suites.
8415 2001-11-08  Akim Demaille  <akim@epita.fr>
8417         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8418         that we can trace macros from aclocal.m4.
8419         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8420         obsoleted, and redirect to the former anyway.
8421         Reported by Ralf Corsepius.
8423 2001-11-08  Akim Demaille  <akim@epita.fr>
8425         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8426         processed only if present.
8427         * tests/torture.at (Configuring subdirectories): Use autoreconf
8428         instead of successive calls to autoconf.
8429         Add a nonexistent subdirectory to exercise the patch above.
8430         Reported by Ralf Corsepius.
8432 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8434         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8435         doesn't accept .S files.
8437 2001-11-07  Akim Demaille  <akim@epita.fr>
8439         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8440         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8441         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8442         * bin/autom4te.in (warn_forbidden): New.
8443         (handle_output): Use it.
8444         Read m4_pattern_forbid with messages.
8446 2001-11-05  Akim Demaille  <akim@epita.fr>
8448         * bin/autom4te.in (--normalize): Remove.
8449         * lib/autom4te.in: Adjust.
8451 2001-11-05  Akim Demaille  <akim@epita.fr>
8453         * tests/Makefile.am (testsuite): Rename this target as...
8454         ($(TESTSUITE)): this.
8455         From Nicolas Joly.
8457 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8459         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8460         the --prefix option, also remove it's argument.
8462 2001-11-05  Akim Demaille  <akim@epita.fr>
8464         * doc/autoconf.texi (testsuite Invocation): Update.
8465         (Writing testsuite.at): Update.
8467 2001-11-03  Akim Demaille  <akim@epita.fr>
8469         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8471 2001-11-03  Akim Demaille  <akim@epita.fr>
8473         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8474         (&file_name_is_absolute): New, wrappers around routines from
8475         File::Spec.
8476         Use and export them.
8477         (&find_configure_ac): Optionally take a directory where to look at.
8478         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8479         the arguments.
8480         Default @ARGV to `.', not find_configure_ac.
8481         (&autoreconf): Argument is a directory.
8482         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8483         * doc/autoconf.texi (autoreconf Invocation): Update.
8485 2001-11-03  Akim Demaille  <akim@epita.fr>
8487         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8488         (@export_forward_subs): New.
8489         Add basename, dirname, and fileparse.
8490         (@EXPORT): Adjust.
8491         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8492         Don't look for aclocal flags if we already know aclocal is not
8493         used.
8494         Move aclocal.m4t only if it exists.
8495         Reported by Ezra Peisach.
8497 2001-11-03  Akim Demaille  <akim@epita.fr>
8499         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8500         passed on command line, defaulting to ./configure.ac if present.
8501         (&maybe_autoreconf, File::Find): Remove, unused.
8502         (&autoreconf): If autoconf is not used, don't try to trace.
8504 2001-11-02  Akim Demaille  <akim@epita.fr>
8506         * configure.ac: Bump to 2.52g.
8508 2001-11-02  Akim Demaille  <akim@epita.fr>
8510         Version 2.52f.
8512 2001-11-02  Akim Demaille  <akim@epita.fr>
8514         * config/config.guess, config/config.sub, doc/standards.texi:
8515         * config/lispdir.m4: Update from masters.
8516         * configure.ac: Bump to 2.52f.
8518 2001-11-02  Akim Demaille  <akim@epita.fr>
8520         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8521         Don't run aclocal when aclocal.m4 is not from aclocal.
8522         From Ezra Peisach.
8523         Don't run libtoolize and gettextize if --install is not given.
8525 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8527         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8528         be invoked before _AS_LINENO_PREPARE.
8529         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8530         than character ranges.
8532         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8533         invoking AS_BASENAME.  Set the locale variables to 'C' if
8534         possible, as POSIX requires this to get the traditional
8535         behavior.
8536         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8538 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8540         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8541         with {}, as that triggers a bug in Bash 2.05.
8543         (_AS_LINENO_PREPARE): Use Sed rather than
8544         Awk.  Fix the sed prepass to work even if there are multiple
8545         instances of $LINENO on the same line.  Do not substitute for
8546         other variables like $LINENOT.  Do not check file dates; such a
8547         check is unreliable on sufficiently fast machines, and removing
8548         the check makes the code simpler and more reliable.  Check for
8549         output and chmod failures.
8551         * doc/autoconf.texi (Special Shell Variables): Document
8552         the above.
8554 2001-10-31  Akim Demaille  <akim@epita.fr>
8556         * tests/Makefile.am (atconfig): Remove this target, Automake
8557         handles it now.
8559 2001-10-31  Akim Demaille  <akim@epita.fr>
8561         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8562         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8563         provided, while it is optional.
8564         * configure.ac: Adjust.
8566 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8568         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8569           lib/Autom4te/Struct.pm:
8570         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8571         with 5.005_02.
8573         * doc/autoconf.texi (Special Shell Variables): Document some
8574         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8576         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8577         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8578         eval $LINENO is not portable in practice.
8580 2001-10-24  Akim Demaille  <akim@epita.fr>
8582         * lib/Autom4te/General.pm (backname): New.
8584 2001-10-24  Akim Demaille  <akim@epita.fr>
8586         * m4/: Remove, merged into...
8587         * config/: here.
8589 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8591         * doc/autoconf.texi (Shellology): Mention the problems with bash
8592         2.05's use of ANSI quoting in its `set' builtin.
8594 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8596         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8597         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8598         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8599         POSIX decided to standardize on the int flavor of strerror_r.
8600         Always do char* test, as there's no reason not to.
8601         Assign to a char* var, to catch strerror_r that returns int*.
8603         * doc/autoconf.texi (Particular Functions):
8604         Document the above changes.  Also, document the fact that
8605         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8607         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8609 2001-10-20  Akim Demaille  <akim@epita.fr>
8611         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8612         the executable was missing from the log.
8614 2001-10-20  Akim Demaille  <akim@epita.fr>
8616         * lib/Autom4te/General.pm (&update_file): If destination is
8617         unchanged, remove the source.
8618         (&up_to_date_p): Don't be verbose, be debug.
8619         * bin/autoreconf.in: No longer support --m4dir.
8620         (&autoreconf): Display the full path of the configure.ac we are
8621         studying.
8622         Trace it only once.
8623         Be sure to honor --force with gettextize.
8624         Always run aclocal.
8625         * doc/autoconf.texi: Adjust.
8627 2001-10-20  Akim Demaille  <akim@epita.fr>
8629         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8630         Remove, dead.
8631         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8632         `intl' is already present, as it refuses unless --force.
8633         (&parse_args): Use -I, --include instead of the old Autoconf
8634         options.
8635         ($localdir, $autoconf_dir): Remove.
8636         (@include): New.
8637         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8639 2001-10-19  Jens Petersen  <petersen@redhat.com>
8641         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8642         * doc/autoconf.texi (Particular Programs): Likewise.
8644 2001-10-19  Akim Demaille  <akim@epita.fr>
8646         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8647         file in @configure_input@.
8648         Don't mention `automatically' in addition to `generated'.
8649         * tests/torture.at (#define header templates): Adjust.
8651 2001-10-19  Akim Demaille  <akim@epita.fr>
8653         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8654         comment, explain how to install automatic mode selection.
8655         From Russ Allbery.
8657 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8659         * bin/autoreconf.in (autoreconf): Display the path to the
8660         configure.ac being studied.
8662 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8664         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8665         long, to work around a bug in the HP C compiler version HP92453-01
8666         B.11.11.23709.GP.
8668         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8669         (AS_BASENAME_EXPR): New macro.
8670         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8671         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8672         and fall back on 'sed' only if the other two fail.  This makes
8673         AS_BASENAME act more like AS_DIRNAME.
8674         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8675         contains white space.
8676         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8677         Use AS_DIRNAME, since I think it's now DOS-friendly.
8678         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8679         Allow "dirname //FOO" to return either / or //, as POSIX allows
8680         either behavior.
8682 2001-10-10  Akim Demaille  <akim@epita.fr>
8684         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8685         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8686         From Eric Sharkey.
8688 2001-10-10  Akim Demaille  <akim@epita.fr>
8690         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8691         m4_define, since...
8692         (_AS_ECHO_N): AS_REQUIREs it.
8694 2001-10-10  Akim Demaille  <akim@epita.fr>
8696         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8697         (AC_INCLUDES_DEFAULT): Move to...
8698         * lib/autoconf/headers.m4: here.
8699         * lib/autoconf/types.m4: Comment changes.
8700         * doc/autoconf.texi: Specify where the default includes are used
8701         in the macro prototypes.
8703 2001-10-09  Akim Demaille  <akim@epita.fr>
8705         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8706         transition code.
8708 2001-10-08  Akim Demaille  <akim@epita.fr>
8710         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8711         (&parse_args): Pass verbosity/debugging options to subtools when
8712         --debug, not when --verbose.
8713         * lib/autom4te.in (Autoreconf-preselections): New.
8714         (Autoconf): Use it.
8716 2001-10-08  Akim Demaille  <akim@epita.fr>
8718         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8720 2001-10-08  Akim Demaille  <akim@epita.fr>
8722         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8723         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8725 2001-10-08  Akim Demaille  <akim@epita.fr>
8727         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8728         (Syntax of the shell scripts): Don't.
8729         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8730         bother with $force since...
8731         * lib/Autom4te/General.pm: does.
8733 2001-10-08  Akim Demaille  <akim@epita.fr>
8735         * bin/autoreconf.in: Rewrite in Perl.
8736         * configure.ac: Adjust.
8737         * lib/Autom4te/General.pm (&up_to_date_p): New.
8738         * bin/autom4te.in (&up_to_date_p): Use it.
8739         Rename as...
8740         (&up_to_date): this.
8742 2001-10-08  Akim Demaille  <akim@epita.fr>
8744         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8745         (m4_list_cmp): Use $0 to reinvoke yourself.
8746         (m4_patsubsts): New.
8747         (m4_strip, m4_version_unletter): Use it.
8748         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8750 2001-10-08  Akim Demaille  <akim@epita.fr>
8752         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8753         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8754         * lib/autoconf/types.m4, lib/autotest/general.m4,
8755         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8756         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8757         m4_bregexp, m4_bpatsubst, and m4_bmatch.
8758         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8760 2001-10-08  Akim Demaille  <akim@epita.fr>
8762         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8764 2001-10-08  Akim Demaille  <akim@epita.fr>
8766         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8767         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8768         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8769         * tests/tools.at, tests/m4sh.at: Use it.
8770         * tests/m4sh.at: Don't rely on Autoconf macros.
8771         (DIRNAME_TEST): Also exercise the expr variant.
8772         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8773         preferred M4sugar extension is now `.4s'.
8774         * tests/README: Remove.
8776 2001-10-08  Akim Demaille  <akim@epita.fr>
8778         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8779         (m4_provide_if): this.
8780         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8781         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8782         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8783         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8785 2001-10-08  Akim Demaille  <akim@epita.fr>
8787         Use `add-log-current-defun-function' for ChangeLog creation.
8788         Suggested by Tom Tromey.
8790         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8791         (autotest-mode): Adjust.
8792         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8793         'comment-region onto `C-c ;'.
8794         Comments are `#', not `dnl'.
8795         (autoconf-current-defun): New.
8796         (autoconf-font-lock-keywords): Recognize `m4_defun'.
8798 2001-10-08  Akim Demaille  <akim@epita.fr>
8800         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8801         * lib/m4sugar/m4sh.m4: here.
8802         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8803         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8804         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8805         include handle the m4_pattern_*, no longer push the
8806         BODY diversion nor set the /bin/sh line, AS_INIT does it.
8807         * lib/autotest/general.m4 (AT_INIT): Likewise.
8808         * tests/base.at: Adjust the tests to use AS_INIT.
8809         * tests/tools.at (AT_DATA_FORBIDDEN): New.
8810         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8811         Autoconf.
8813 2001-10-07  Paul Eggert  <eggert@twinsun.com>
8815         * doc/autoconf.texi (config.status Invocation):
8816         CONFIG_SHELL defaults to a shell that supports LINENO if available.
8818         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8819         shell does not support LINENO, and if CONFIG_SHELL is unset or
8820         empty, and if we can find a shell that does support LINENO,
8821         then set CONFIG_SHELL to that shell and then re-execute
8822         ourselves with CONFIG_SHELL.
8824 2001-10-05  Paul Eggert  <eggert@twinsun.com>
8826         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8827         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
8828         build of $(TESTSUITE).
8830 2001-10-05  Akim Demaille  <akim@epita.fr>
8832         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8833         iff we are a bareword.
8834         Reported by Raja R Harinath.
8836 2001-10-05  Akim Demaille  <akim@epita.fr>
8838         * tests/m4sh.at (LINENO): New.
8839         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8840         PATH_SEPARATOR before using it.
8841         Fix the absolute path case/esac pattern.
8842         Provide $0 as fallback for as_myself.
8843         Reported by Raja R Harinath.
8845 2001-10-05  Akim Demaille  <akim@epita.fr>
8847         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8848         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8850 2001-10-05  Akim Demaille  <akim@epita.fr>
8852         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8853         (AS_SHELL_SANITIZE): here.  Use it.
8854         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8855         From Paul Eggert.
8857 2001-10-04  Akim Demaille  <akim@epita.fr>
8859         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8860         combination of Awk and sed to replace $LINENO.
8862 2001-10-02  Paul Eggert  <eggert@twinsun.com>
8864         * doc/autoconf.texi (Limitations of Builtins): You can't use
8865         "source"; it's not portable.  Remove confusing and
8866         somewhat-incorrect example involving "." and "/".
8868         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8869         compatibility with POSIX shells.
8871 2001-10-02  Akim Demaille  <akim@epita.fr>
8873         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8874         instead of exec'ing to preserve $0 and $@.
8876 2001-10-01  Akim Demaille  <akim@epita.fr>
8878         * tests/testsuite (AT_INIT) <at_pass_list>: New.
8879         Don't run twice the same test.
8881 2001-10-01  Akim Demaille  <akim@epita.fr>
8883         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8884         No longer output the list of tests.
8885         <--list>: New option.
8886         <--full-help>: Remove.
8887         Complete the short/long options duality.
8888         Various small adjustments.
8890 2001-10-01  Akim Demaille  <akim@epita.fr>
8892         * doc/autoconf.texi: Use @kbd for user input.
8893         Always use `$' as shell prompt.
8895 2001-09-30  Paul Eggert  <eggert@twinsun.com>
8897         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8898         Don't use nested parenthesization.  This patch was originally
8899         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8900         but somehow it didn't get incorporated then.
8901         * doc/autoconf.texi (Limitations of Usual Tools):
8902         Clarify remark about sed and nested parenthesization.
8904         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8905         Report an error if the size cannot be determined even though
8906         the type exists.
8907         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8908         Check for `expr' arithmetic overflow, and for compilation failure,
8909         and invoke a new argument $4 if either is discovered.
8910         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8911         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8913 2001-09-28  Akim Demaille  <akim@epita.fr>
8915         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8916         * m4/lispdir.m4: New.
8917         * aclocal.m4, configure.ac: Adjust.
8919 2001-09-28  Akim Demaille  <akim@epita.fr>
8921         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8922         (AT_TESTED): this.
8923         (AT_INIT): More the wrapped section to where it will be expanded.
8924         Output `AT_tested' only when existing.
8925         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8927 2001-09-27  Akim Demaille  <akim@epita.fr>
8929         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8930         generates too many bug reports.
8932         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8933         status when executing the ACTION-IF-FALSE.
8934         * tests/base.at (AC_TRY_*): Rename as...
8935         (AC_TRY_COMMAND): this.
8936         (AC_RUN_IFELSE): New.
8937         * tests/compile.at (Extensions, C keywords)
8938         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8939         (Broken/missing compilers, AC_PROG_CPP with warnings)
8940         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8941         * tests/c.at (Extensions, C keywords)
8942         (Broken/missing compilers, AC_PROG_CPP with warnings)
8943         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8944         (AC_PROG_CPP requires AC_PROG_CC): here and...
8945         * tests/fortran.at (GNU Fortran 77): there.
8946         * doc/autoconf.texi (autoconf Invocation): Fix the example:
8947         AC_TRY_RUN is about compilation, not shell commands.
8948         (Test Programs): AC_TRY_RUN works as used to be advertised.
8950 2001-09-27  Akim Demaille  <akim@epita.fr>
8952         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8953         Raja R Harinath:
8954         Be sure to detect when $LINENO always returns the same value.
8955         Look for the original script, basename($0) is certainly not
8956         enough.
8957         Pass the CLI arguments to `$as_me.lineno'.
8959 2001-09-25  Akim Demaille  <akim@epita.fr>
8961         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8962         Be sure the close and reopen the LOG fd before and after using tee
8963         to extend the log.
8964         <at_tests_pattern>: Adjust to the new format of at_help_all.
8966 2001-09-23  Akim Demaille  <akim@epita.fr>
8968         * bin/autom4te.in (parse_args): There can be several invocations
8969         of --language now.
8971 2001-09-23  Akim Demaille  <akim@epita.fr>
8973         * doc/autoconf.texi (Top): Wrap in @ifnottex.
8975 2001-09-23  Akim Demaille  <akim@epita.fr>
8977         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
8978         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
8979         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
8980         builddir, buildpath, top_builddir, and top_buildpath.
8981         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
8982         the current directory.
8983         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
8984         variables *before* changing the current directory.
8985         Skip nonexistent dirs.
8986         * doc/autoconf.texi (Preset Output Variables): Document these
8987         variables.
8989         * lib/autotest/general.m4: Do not reset AT_victims.
8990         Don't compute at_srcdir nor at_top_srcdir.
8992         * tests/tools.at: Hence use top_srcdir.
8994         * tests/Makefile.am, tests/autoconf, tests/autoheader,
8995         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
8996         Remove.
8997         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
8998         * tests/wrapsh.in, tests/autoupdate.in: New.
8999         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9000         * configure.ac: Build the position independent wrappers.
9002         * man/Makefile.am: Now that test wrappers are position
9003         independent, use them and drop dark envvar magic.
9005 2001-09-23  Akim Demaille  <akim@epita.fr>
9007         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9008         (Programming in M4sh): this.
9009         Promote to @section.
9011 2001-09-23  Akim Demaille  <akim@epita.fr>
9013         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9014         Pass $at_debug_args to the rerun test suite.
9015         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9016         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9017         From Paul Eggert.
9019 2001-09-23  Akim Demaille  <akim@epita.fr>
9021         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9023 2001-09-23  Akim Demaille  <akim@epita.fr>
9025         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9026         over-escaping.
9028 2001-09-23  Akim Demaille  <akim@epita.fr>
9030         * lib/Autom4te/General.pm (&debug): New.
9031         * bin/autom4te.in ($language): Move to...
9032         (parse_args): here.
9033         Handle --language in languages.
9034         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9035         (Autoscan-selections): New.
9036         (Autoconf): Adjust.
9038 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9040         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9041         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9042         to match current versions from CVS Automake.
9044 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9046         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9047         for $LINENO.
9049 2001-09-22  Akim Demaille  <akim@epita.fr>
9051         * lib/autoconf/autotest.m4: Create `package.m4'.
9052         * tests/Makefile.am (package.m4): Remove.
9054 2001-09-22  Akim Demaille  <akim@epita.fr>
9056         Rely on `$LINENO' when possible instead of `__oline__'.
9058         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9059         `$LINENO' support replacement when not supported.
9060         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9061         them explicitly to be sure they are not output before this section
9062         (via m4_require).  Cosmetic only.
9063         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9064         * lib/autoconf/programs.m4: Replace all the occurrences of
9065         `__oline__' with `$LINENO'.
9066         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9068 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9070         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9071         character (u: -> ue) in a code comment.
9072         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9073         it works.
9075 2001-09-21  Akim Demaille  <akim@epita.fr>
9077         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9078         Suggested by Jim Meyering.
9080 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9082         * lib/autoconf/programs.m4: Use extensions listed in
9083         $ac_executable_extensions when looking for programs.
9085 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9087         * lib/autoconf/general.m4: Fix a small Englisho.
9088         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9089         setting up ac_dir_suffix and ac_top_builddir.
9090         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9092 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9094         * doc/autoconf.texi (File System Conventions): Clarify the use of
9095         PATH_SEPARATOR.
9096         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9097         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9098         be used instead of ':'.
9099         * lib/autotest/general.m4: Replace occurrences of ':' in
9100         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9102 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9104         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9105         arguments.  Fixed a typo.
9107 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9109         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9110         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9112 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9114         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9115         * bin/autoupdate.in: Ditto.
9116         * bin/autoheader.in: Reworded a few comments.
9117         * bin/autoconf.in: Reworded help text for a few options.
9118         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9119         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9121 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9123         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9124         already have $file).  Set output files to binary mode (helps avoid
9125         CR issues on DOSish systems).
9127 2001-09-19  Akim Demaille  <akim@epita.fr>
9129         * lib/autotest/general.m4: Englishoes.
9130         From Tim Van Holder and Alexey Mahotkin.
9132 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9134         * doc/autoconf.texi (Common Shell Constructs): New node,
9135         documenting AS_DIRNAME.
9136         (Limitations of Usual Tools): Refer to it when discussing dirname.
9137         Also, update discussion of POSIX standard to reflect latest draft.
9139         * lib/autoconf/c.m4:
9140         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9142         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9143         Do not pass a first argument with leading '-'
9144         to expr, by parenthesizing initial integers that might be negative.
9146         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9147         now merely checks whether it is an error to pass an argument
9148         to getpgrp.
9150         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9151         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9152         whether it is a (compile-time) error to pass an argument to
9153         getpgrp.  This simpler test supports the revised documentation,
9154         and is all that AC_FUNC_GETPGRP's users really need.
9156 2001-09-18  Akim Demaille  <akim@epita.fr>
9158         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9160 2001-09-18  Akim Demaille  <akim@epita.fr>
9162         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9163         `{}'.
9164         * lib/autotest/general.m4 (AT_INIT): Adjust.
9166 2001-09-18  Paul Wagland  <paul@wagland.net>
9168         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9169         correctly.
9170         Add test for AS_BASENAME.
9171         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9172         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9173         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9174         * tests/base.at: Fixed the expected responses. The old ones were
9175         one line out...
9176         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9177         the documentation claims it should (and how it behaved in 2.13).
9179 2001-09-18  Akim Demaille  <akim@epita.fr>
9181         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9182         the AC_CONFIG_COMMANDS invocation.
9183         This also solves the name clash problems.
9184         Don't set the package's ID.
9185         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9186         No longer to be shipped.
9187         (version.in): Remove.
9188         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9189         * lib/autoconf/status.m4: Adjust.
9190         Use `m4_PACKAGE_STRING'.
9191         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9192         the only optional argument is the name of the test suite.
9193         Expect `package.m4' to define the package signature.
9194         * lib/autom4te.in (Autotest): Add `package.m4?'.
9195         * tests/Makefile.am (package.m4): New.
9196         * tests/suite.at: ifnames is a victim.
9198 2001-09-18  Akim Demaille  <akim@epita.fr>
9200         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9201         AC_LIBSOURCE, AC_CONFIG_FILES.
9202         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9203         program version string doesn't match the package's.
9204         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9205         after `(cached)'.
9207 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9209         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9210         Allow expression to return any value that can fit into unsigned long
9211         (not int, as before).  Check for output errors.
9213 2001-09-17  Bruno Haible  <haible@ilog.fr>
9215         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9216         Always include <stdio.h> and <stdlib.h>. Evaluate
9217         the expression in an extra function before these includes. Call
9218         fprintf "%d" only after ensuring the argument is of type 'int'.
9219         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9221 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9223         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9224         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9225         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9226         when they don't exist.
9228         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9229         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9230         need it.
9232         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9233         version with the version used by fileutils 4.1, except use
9234         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9235         we don't need it.
9237         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9239 2001-09-13  Akim Demaille  <akim@epita.fr>
9241         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9242         _first_.
9243         Reported by Gerrit P. Haase.
9245 2001-09-13  Akim Demaille  <akim@epita.fr>
9247         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9248         m4_defn'ing is valid.
9250 2001-09-13  Akim Demaille  <akim@epita.fr>
9252         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9253         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9254         Use it.
9256 2001-09-13  Akim Demaille  <akim@epita.fr>
9258         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9259         m4_match.
9260         (m4_re_escape): New.
9261         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9262         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9263         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9264         Likewise.
9265         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9266         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9267         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9268         AT_tests_all for consistency.
9269         Set at_victims.
9270         (AT_VICTIMS): Similar to AT_KEYWORDS.
9271         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9273 2001-09-13  Akim Demaille  <akim@epita.fr>
9275         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9277 2001-09-13  Akim Demaille  <akim@epita.fr>
9279         * lib/autotest/general.m4 (AT_INIT): Create and remove
9280         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9281         test suites can cohabit.
9283 2001-09-13  Akim Demaille  <akim@epita.fr>
9285         * tests/mktests.sh: Don't output banners for empty test files.
9287 2001-09-13  Akim Demaille  <akim@epita.fr>
9289         Test suites can be run independently of configure.
9291         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9292         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9293         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9294         ECHO_N etc.
9295         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9296         and at_c.
9297         * lib/autotest/general.m4: Use ECHO_*.
9299 2001-09-13  Akim Demaille  <akim@epita.fr>
9301         * bin/ifnames.in: Rewrite in Perl.
9302         * configure.ac: Don't look for AWK.
9303         * tests/tools.at (AWK portability): Remove.
9304         (Syntax of the shell scripts): Don't check ifnames.
9305         (AT_CHECK_PERL_SYNTAX): New.
9306         (Syntax of the Perl scripts): Check ifnames.
9307         * tests/ifnames: New.
9309 2001-09-13  Akim Demaille  <akim@epita.fr>
9311         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9312         test group titles.
9313         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9314         Remove all the other keywords.
9316 2001-09-10  Akim Demaille  <akim@epita.fr>
9318         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9319         SETUP: no longer used.
9320         Support -k, --keywords.
9321         <at_help>: Be `no', `short', or `long'.
9322         <at_help_all>: New variable.
9323         (AT_KEYWORDS): New.
9324         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9325         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9326         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9327         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9328         No longer fill the HELP diversion.
9329         (AT_CLEANUP): Use them.
9330         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9331         (m4_list_append): Remove.
9333         Spread a few keywords in the Autoconf test suite.
9335 2001-09-10  Akim Demaille  <akim@epita.fr>
9337         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9338         PATH_SEPARATOR, let M4sh compute it.
9339         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9340         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9341         Move to...
9342         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9343         Simplify when the path is not a literal.
9344         (AS_UNAME): Use it to report PATH.
9345         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9346         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9347         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9348         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9349         normalize the path, and to look for victims.
9350         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9351         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9353 2001-09-07  Akim Demaille  <akim@epita.fr>
9355         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9356         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9357         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9358         related variables into `at_package_*'.
9359         * lib/autotest/general.m4 (AT_VICTIMS): New.
9360         (AT_INIT): Adjust for stand-alone/embedded test suites.
9361         (AS_MESSAGE_LOG_FD): Define and use it.
9362         * tests/suite.at (AT_VICTIMS): Use it.
9363         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9364         at_version.
9366 2001-09-07  Akim Demaille  <akim@epita.fr>
9368         Move toward possibly stand-alone test suites.
9370         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9371         in addition, it introduces useless differences in logs.
9372         (AT_INIT): Let atconfig and atlocal be both optional.
9373         Adjust PATH computation.
9374         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9376 2001-09-07  Akim Demaille  <akim@epita.fr>
9378         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9379         m4sugar/version.m4.
9381 2001-09-05  Akim Demaille  <akim@epita.fr>
9383         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9384         to avoid GCC warnings.
9385         From Uwe Seimet.
9387 2001-09-05  Akim Demaille  <akim@epita.fr>
9389         * bin/autom4te.in: --language is -l, not -s.
9391 2001-09-05  Akim Demaille  <akim@epita.fr>
9393         Be ready to handle filenames as stupid as `dnl.at', for if even
9394         the maintainer is dumb enough to do that...
9396         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9397         excellence in M4 quotation: consider `__file__' is active.
9399         And BTW, when invoking m4, pass the --include in the right order:
9400         the wrong one.
9402         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9403         4m.
9405 2001-09-05  Akim Demaille  <akim@epita.fr>
9407         * lib/Autom4te/XFile.pm: New lib file.
9408         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9409         * bin/autoheader.in: Use it.
9411 2001-09-05  Akim Demaille  <akim@epita.fr>
9413         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9414         defined.
9416 2001-09-05  Akim Demaille  <akim@epita.fr>
9418         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9419         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9421         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9422         Add -I, --include support.
9423         * doc/autoconf.texi (autoscan Invocation): Adjust.
9425 2001-09-05  Akim Demaille  <akim@epita.fr>
9427         CVS GNU M4 doesn't like `undefine(undefined)'.
9429         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9430         New, extracted from main.
9431         Use IO::File wherever possible.
9432         (input.m4): Be constant, use -I instead of hard coding $tmp.
9433         Therefore be a quoted heredoc.
9434         Don't invoke `_au_disable', since ac was not loaded, but just
9435         `unm4.m4'.
9437 2001-08-31  Akim Demaille  <akim@epita.fr>
9439         Version 2.52d.
9441 2001-08-31  Akim Demaille  <akim@epita.fr>
9443         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9444         previous patch.
9445         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9447 2001-08-31  Akim Demaille  <akim@epita.fr>
9449         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9450         serious problems handling heredocs in heredocs.
9451         Reported by Nicolas Joly.
9453 2001-08-31  Akim Demaille  <akim@epita.fr>
9455         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9456         (Making testsuite Scripts): Update.
9458 2001-08-31  Akim Demaille  <akim@epita.fr>
9460         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9462 2001-08-31  Akim Demaille  <akim@epita.fr>
9464         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9465         (testsuite Scripts): There is no such thing as `atconfig.in'.
9466         And actually one diagram is missing: test suite runtime.
9468 2001-08-31  Akim Demaille  <akim@epita.fr>
9470         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9471         inverse order.
9473 2001-08-31  Akim Demaille  <akim@epita.fr>
9475         * bin/autoupdate.in (@include): `installcheck' revealed the path
9476         to m4sugar was lacking!
9478 2001-08-31  Akim Demaille  <akim@epita.fr>
9480         * man/Makefile.am (.x.1): We really have to pass
9481         autom4te_perllibdir.
9483 2001-08-31  Akim Demaille  <akim@epita.fr>
9485         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9486         debug scripts, in particular passing explicitly listed tests to
9487         run is stupid.
9489 2001-08-31  Akim Demaille  <akim@epita.fr>
9491         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9492         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9493         Use directly autom4te, not autoconf.
9494         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9496 2001-08-31  Akim Demaille  <akim@epita.fr>
9498         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9499         * bin/autoheader.in (%symbol): Strip arguments of macros.
9501 2001-08-31  Akim Demaille  <akim@epita.fr>
9503         * doc/autoconf.texi: Catch up -I, --include changes.
9505 2001-08-31  Akim Demaille  <akim@epita.fr>
9507         * bin/autom4te.in (&parse_args): Die on unknown languages.
9508         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9509         need for autoconf.
9510         Promote --include over --macrodir and other obsolete options.
9512 2001-08-31  Akim Demaille  <akim@epita.fr>
9514         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9515         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9516         * bin/autom4te.in ($autoconf): Pass --force.
9517         `print $out' doesn't print `$_' but `$out'.
9518         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9519         (autoheader): Pass --force since the test suite goes too fast for
9520         the time stamps.
9521         Adjust to the new autoheader messages.
9523 2001-08-31  Akim Demaille  <akim@epita.fr>
9525         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9526         Check the completeness of the #template.
9527         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9528         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9529         invocation.
9531 2001-08-31  Akim Demaille  <akim@epita.fr>
9533         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9534         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9535         Drop AC_MACRODIR dead for real.
9536         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9537         `autoheader: `config.hin' is created'.
9538         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9540 2001-08-31  Akim Demaille  <akim@epita.fr>
9542         * bin/autoheader.in: Rewrite in Perl.
9543         * tests/autoheader: Adjust.
9545 2001-08-31  Akim Demaille  <akim@epita.fr>
9547         * bin/autoconf.in (--include, -I): New option.
9548         Map --localdir, --autoconf-dir onto it.
9549         Forward autom4te's options instead of interpreting them.
9550         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9551         There is no such envvar since the inception of autom4te.cfg.
9552         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9553         * bin/autoupdate.in: Adjust, and perform more control.
9554         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9555         * tests/autoconf: Dittowise.
9557 2001-08-31  Akim Demaille  <akim@epita.fr>
9559         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9560         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9561         optionally `FILE'.
9562         Use -e, not -f, since /dev/null for instance is OK.
9563         (&parse_args): Adjust.
9564         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9566 2001-08-31  Akim Demaille  <akim@epita.fr>
9568         * configure.ac: Also find tested executables in bin.
9569         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9570         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9571         installed peer executables, only PATH is allowed to resolve it.
9572         Pass `autoconf_dir' via options, not via invisible envvars.
9573         * lib/Autom4te/General.pm (&find_peer): Remove.
9574         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9575         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9576         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9577         find the executables for it.
9578         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9579         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9580         We only need PERL.
9581         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9582         indeed related to running the test suite, while passing
9583         --autoconf-dir and others is related to running non installed
9584         Autoconf executables.  So don't do that, leave it to...
9585         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9586         * tests/autoscan: New.
9587         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9588         refer to library files: rely on --language.
9590 2001-08-29  Akim Demaille  <akim@epita.fr>
9592         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9593         s/--set/--language/.
9595 2001-08-29  Akim Demaille  <akim@epita.fr>
9597         * doc/autoconf.texi: Strip the @nodes.
9598         Suggested by Paul Eggert.
9599         (Initializing configure): Typo.
9601 2001-08-29  Akim Demaille  <akim@epita.fr>
9603         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9604         Suggested by Paul Eggert.
9606 2001-08-29  Akim Demaille  <akim@epita.fr>
9608         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9609         download in a tmp dir.
9611 2001-08-29  Akim Demaille  <akim@epita.fr>
9613         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9614         case insensitive OSes out there :(
9615         From Tim Van Holder.
9617 2001-08-29  Akim Demaille  <akim@epita.fr>
9619         * lib/autom4te.in: New.
9620         * lib/Makefile.am (edit, autom4te.cfg): New.
9621         * bin/autom4te.in (BEGIN): Simplify.
9622         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9623         (&load_configuration): New.  Use it.
9624         (&parse_args): Support --mode, --set, and --melt.
9625         * bin/autoconf.in: Simplify and adjust.
9626         * tests/Makefile.am (AUTOMAKE): Use --set.
9627         * tests/atlocal.in: Adjust.
9628         * BUGS: distcheck and check are weak.
9630 2001-08-29  Akim Demaille  <akim@epita.fr>
9632         * lib/autotest/general.m4: Use
9633                 foo=`(command) 2>/dev/null`
9634         not
9635                 foo=`command` 2>/dev/null
9636         (at-devnull): Rename as...
9637         (AT-devnull): this.
9638         (--clean): Remove AT-* files too.
9639         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9640         Reported by Nicolas Joly.
9642 2001-08-28  Akim Demaille  <akim@epita.fr>
9644         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9645         quotes inside single quotes.
9646         Reported by Nicolas Joly.
9648 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9650         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9652 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9654         * lib/autotest/general.m4: Reword some messages.
9655         (AT_INIT): Check for the `times' builtin before using it.
9656         Support test ranges as arguments to the testsuite.
9657         Have -e imply -d as the help text suggested.
9659 2001-08-27  Akim Demaille  <akim@epita.fr>
9661         * Makefile.maint: Formatting changes.
9662         (do-po-update, po-update, cvs-update, update): New targets.
9663         (AMTAR): Remove.
9665 2001-08-27  Akim Demaille  <akim@epita.fr>
9667         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9668         <at_cmd_line>: New.
9669         Pass it to debug-*.sh scripts.
9670         <AUTOTEST_PATH>: May contain absolute dir names.
9672 2001-08-27  Akim Demaille  <akim@epita.fr>
9674         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9675         Support `VAR=VAL' as arguments.
9676         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9677         may be set via the command line.
9679 2001-08-27  Akim Demaille  <akim@epita.fr>
9681         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9682         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9683         first the build dirs, then the src dirs.
9684         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9686 2001-08-27  Akim Demaille  <akim@epita.fr>
9688         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9689         at_data_files earlier.
9690         (--clean, -c): New option.
9691         * tests/Makefile.am: Use this option.
9693 2001-08-27  Akim Demaille  <akim@epita.fr>
9695         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9696         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9697         readable.
9698         Adjust callers.
9699         * doc/autoconf.texi (Configuration Actions): Document the vars
9700         available in commands.
9701         Emphasize the risks of collisions in init-cmds.
9703 2001-08-27  Akim Demaille  <akim@epita.fr>
9705         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9706         (Initializing configure): this new node.
9708 2001-08-27  Akim Demaille  <akim@epita.fr>
9710         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9712 2001-08-27  Akim Demaille  <akim@epita.fr>
9714         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9715         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9716         New file.
9717         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9719 2001-08-27  Akim Demaille  <akim@epita.fr>
9721         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9722         to...
9723         * lib/autoconf/autoheader.m4: this new file.
9724         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9725         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9726         Move to...
9727         * lib/autoconf/autoupdate.m4: this new file.
9729 2001-08-27  Akim Demaille  <akim@epita.fr>
9731         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9732         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9733         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9734         -> ac_dir).
9735         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9736         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9738 2001-08-27  Akim Demaille  <akim@epita.fr>
9740         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9741         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9742         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9743         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9744         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9745         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9746         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9747         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9748         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9749         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9750         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9751         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9752         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9753         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9754         (_AC_OUTPUT_SUBDIRS): Move to...
9755         * lib/autoconf/status.m4: this new file.
9756         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9757         * tests/Makefile.am, tests/suite.at: Adjust.
9759 2001-08-27  Akim Demaille  <akim@epita.fr>
9761         Automake 1.5.
9763         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9764         (AMTAR): Help automake define it.
9765         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9766         needed, 1.5 can have a macro and a target with the same name.
9767         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9768         * m4/strip.m4: New.
9769         * m4/init.m4, m4/sanity.m4: Update.
9770         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9771         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9772         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9773         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9775 2001-08-27  Akim Demaille  <akim@epita.fr>
9777         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9779         * lib/autoconf/version.in: Remove.
9780         * lib/m4sugar/version.in: New.
9781         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9782         Adjust callers.
9783         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9784         the name of the directory they're in, instead of the filename,
9785         since version.m4 is now in m4sugar, but m4_acversion must not be
9786         classified as an Autoconf macro.
9787         ($input_m4): Don't qualify the path to m4sugar.
9788         Rather, pass autoconf_dir to m4.
9789         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9790         * tests/suite.at: Require 2.52c.
9792 2001-08-27  Akim Demaille  <akim@epita.fr>
9794         testsuite.log should include config.log.
9796         * lib/autotest/autotest.m4: New.
9797         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9798         * tests/suite.at : Adjust.
9799         (AT_INIT): Log config.log.
9800         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9801         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9802         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9803         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9804         of config.log on traps.
9805         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9806         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9807         for config.status'.
9808         Open the log as soon as possible.
9809         Use the same log introduction as configure's.
9811 2001-08-22  Paul Eggert  <eggert@twinsun.com>
9813         * doc/autoconf.texi (Indices): New node.
9814         Move indices out of the top level menu and into this submenu.
9816 2001-08-22  Akim Demaille  <akim@epita.fr>
9818         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9819         AC_TRY_COMMAND.
9820         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9822 2001-08-22  Akim Demaille  <akim@epita.fr>
9824         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9825         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9826         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9827         * lib/autoconf/programs.m4: here.
9828         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9829         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9830         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9831         * lib/autoconf/programs.m4: here.
9832         (_AC_DECL_YYTEXT): Rename as...
9833         (_AC_PROG_LEX_YYTEXT_DECL): this.
9834         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9835         * tests/Makefile.am, tests/suite.am: Adjust.
9837 2001-08-22  Akim Demaille  <akim@epita.fr>
9839         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9840         Move to...
9841         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9842         here.
9843         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9844         * lib/autoconf/functions.m4: here.
9845         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9846         (AH_CHECK_LIB): Move to...
9847         * lib/autoconf/libs: this new file.
9848         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9849         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9850         * lib/autoconf/libs.m4: here.
9851         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9853 2001-08-22  Akim Demaille  <akim@epita.fr>
9855         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9856         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9857         (AC_SITE_LOAD): Better logging of config.site.
9859 2001-08-20  Akim Demaille  <akim@epita.fr>
9861         * configure.ac (AT_CONFIG): Fix the path.
9862         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9863         can be used.
9865 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
9867         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9868         program with AC_LANG_PROGRAM before feeding it to
9869         AC_COMPILE_IFELSE.  Cleanup grep usage.
9871 2001-08-20  Akim Demaille  <akim@epita.fr>
9873         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9874         * NEWS, README, README-alpha, TODO, tests/README: This package is
9875         `Autoconf', not `autoconf' (the executable).
9877 2001-08-20  Akim Demaille  <akim@epita.fr>
9879         Info readers seem to need `Index' in the index node title :(
9881         * doc/autoconf.texi: Reverse the 2001-08-15 change which
9882         simplified index node names.
9884 2001-08-20  Akim Demaille  <akim@epita.fr>
9886         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9887         arguments are not literals.
9888         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9889         Specify the output variables, and macros defined.
9891 2001-08-20  Akim Demaille  <akim@epita.fr>
9893         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9894         (Examining Syntax) <AC_TRY_COMPILE>
9895         (Examining Libraries) <AC_TRY_LINK>
9896         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9897         their arguments.
9898         Reported by Werner Lemberg.
9900 2001-08-20  Akim Demaille  <akim@epita.fr>
9902         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9903         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9904         Load atlocal late enough to dump it in the log.
9905         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9907 2001-08-20  Akim Demaille  <akim@epita.fr>
9909         * tests/torture.at (Configuring subdirectories): New test.
9910         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9911         looking for.
9912         * m4/atconfig.m4: Be sure the let $[0] be expandable.
9913         (top_srcdir): Fix its computation.
9915 2001-08-20  Akim Demaille  <akim@epita.fr>
9917         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9918         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9919         test suite lives.
9920         Create `atconfig' automagically.
9921         Configure atlocal.in if present.
9922         * tests/atconfig.in: Remove.
9923         * tests/atlocal.in: New.
9924         * tests/Makefile.am: Adjust.
9926 2001-08-20  Akim Demaille  <akim@epita.fr>
9928         Huh!?!?!  There are still some user EOF tags used, which prevents
9929         their use in AC_CONFIG_COMMANDS for instance...
9931         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9932         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9933         `_CSEOF', or `_ATEOF', as appropriate.
9934         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9935         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9937 2001-08-20  Akim Demaille  <akim@epita.fr>
9939         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9940         * tests/semantics.at, tests/tools.at, tests/torture.at:
9941         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9943 2001-08-20  Akim Demaille  <akim@epita.fr>
9945         Autotest invokes M4sh's initialization.
9947         * lib/autotest/general.m4: Adjust the diversion names.
9948         (AT_INIT): Run AS_INIT.
9949         Use the BINSH diversion to invoke /bin/sh.
9950         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9951         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9953 2001-08-20  Akim Demaille  <akim@epita.fr>
9955         Let M4sh have its own diversions.
9957         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9958         (_m4_divert(NOTICE)): Rename as...
9959         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9960         (_m4_divert(HEADER-COMMENT)): these.
9961         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9962         (_m4_divert(NOTICE)): New, for Libtool.
9963         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9964         long ago with `_m4_divert(GROW)'.
9965         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9967 2001-08-20  Akim Demaille  <akim@epita.fr>
9969         * tests/base.at, tests/compile.at, tests/foreign.at,
9970         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9971         * tests/semantics.at, tests/suite.at, tests/tools.at,
9972         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9974 2001-08-20  Akim Demaille  <akim@epita.fr>
9976         * bin/autom4te.in (handle_output): Handle @__@.
9978 2001-08-20  Akim Demaille  <akim@epita.fr>
9980         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
9981         * lib/autotest/general.m4: Adjust the license.
9983 2001-08-17  Paul Eggert  <eggert@twinsun.com>
9985         * doc/autoconf.texi (Function Portability): Mention snprintf,
9986         following up on a suggestion by Kevin Ryde.
9988 2001-08-17  Akim Demaille  <akim@epita.fr>
9990         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
9991         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
9993 2001-08-17  Akim Demaille  <akim@epita.fr>
9995         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
9996         `$0.log' as for projects where testsuite is in src, we'd have
9997         testsuite.log created in src.
9999 2001-08-17  Akim Demaille  <akim@epita.fr>
10001         * bin/autom4te.in (&parse_args): Recognize --normalize.
10003 2001-08-17  Akim Demaille  <akim@epita.fr>
10005         Start implementing the AC_CHECK_HEADER transition scheme.
10007         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10008         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10009         (AC_CHECK_HEADER): Use them.
10011 2001-08-17  Akim Demaille  <akim@epita.fr>
10013         * doc/autoconf.texi: Work around Texinfo buglets.
10014         (Transformation Rules): One example is enough, users are expected
10015         to have their brains on. And BTW, use DESTDIR.
10016         (dvar): New macro.  Use it.
10018 2001-08-17  Akim Demaille  <akim@epita.fr>
10020         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10021         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10022         looking for ChangeLogs.
10024 2001-08-17  Akim Demaille  <akim@epita.fr>
10026         * bin/autom4te.in: --normalize is a new option.
10027         * bin/autoconf.in: Use it.
10029 2001-08-17  Akim Demaille  <akim@epita.fr>
10031         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10032         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10034 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10036         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10037         start, not at end.
10039 2001-08-15  Akim Demaille  <akim@epita.fr>
10041         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10042         Use it.
10044 2001-08-15  Akim Demaille  <akim@epita.fr>
10046         * doc/autoconf.texi (pr): New index.
10047         (prindex, findex): Use, merge, and output them.
10048         (Environment Variable Index, Output Variable Index)
10049         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10050         (Autotest Macro Index): Rename as...
10051         (Environment Variables, Output Variables,Preprocessor Symbols)
10052         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10053         * doc/install.texi: Use @command.
10054         (Environment Variables): Rename as...
10055         (Defining Variables): this.
10057 2001-08-15  Akim Demaille  <akim@epita.fr>
10059         * doc/autoconf.texi (Function Portability): sprintf's return
10060         value.
10061         From Kevin Ryde.
10063 2001-08-15  Akim Demaille  <akim@epita.fr>
10065         * Makefile.maint (CVS): New.
10066         (local-check): Run changelog-check. last.
10067         (alpha): Don't depend upon local-check, since...
10068         (cvs-dist): depends upon it.
10070 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10072         * tests/Makefile.am: Use a clean-local rule to remove
10073         autom4te.cache (it's a directory, not a file.
10074         * Makefile.am: Ditto (but maintainer-clean-local).
10076 2001-08-15  Akim Demaille  <akim@epita.fr>
10078         * bin/autom4te.in (@m4_warning): New.
10079         (&handle_m4): Use it.
10080         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10081         warnings are issued at each run.
10082         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10083         is in the src tree.
10085 2001-08-15  Akim Demaille  <akim@epita.fr>
10087         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10088         don't waste time running `autoupdate --version' works.
10089         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10091 2001-08-13  Akim Demaille  <akim@epita.fr>
10093         * doc/autoconf.texi (ma): Rename this index as...
10094         (ac): this.
10096 2001-08-13  Akim Demaille  <akim@epita.fr>
10098         * Makefile.am: Remove dead code and dead comments.
10099         (pdf, html): New targets.
10100         * doc/autoconf.texi (Using Autotest): New chapter.
10101         * doc/Makefile.am (pdf): New targets.
10102         (CLEANFILES): Adjust.
10104 2001-08-13  Akim Demaille  <akim@epita.fr>
10106         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10107         duration of the test suite.
10109 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10111         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10112         endianness for comparison instead of relying on AT_CHECK_ENV.
10114 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10116         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10117         to the INSTALL file.
10119 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10121         * NEWS: The autoconf manual now is distributed under the terms
10122         of the GNU Free Documentation License.
10124         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10125         Add an appendix "Copying This Manual" for the FDL.
10127         * doc/fdl.texi: New file, from
10128         <http://www.gnu.org/licenses/fdl.texi>.
10130         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10132 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10134         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10135         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10136         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10137         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10138         m4/sanity.m4, tests/README, tests/aclocal.m4,
10139         tests/atspecific.m4, tests/base.at, tests/compile.at,
10140         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10141         tests/semantics.at, tests/suite.at, tests/tools.at,
10142         tests/torture.at: Add copyright notice.
10144         * tests/mktests.sh: Update year in copyright notice.
10146 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10148         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10150 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10152         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10153         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10154         * doc/autoconf.texi (C Compiler Characteristics): Update
10155         documentation for AC_C_BIGENDIAN.
10157 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10159         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10160         magic values from an object file when cross-compiling.
10161         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10163 2001-08-10  Akim Demaille  <akim@epita.fr>
10165         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10166         effects.
10167         Suggested by Russ Allbery.
10169 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10171         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10172         current $prefix to the sub-configures.
10174 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10176         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10177         extension (needed on BeOS).  Reported by Guido van Rossum.
10179 2001-08-09  Akim Demaille  <akim@epita.fr>
10181         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10183 2001-08-07  Akim Demaille  <akim@epita.fr>
10185         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10186         removed.
10187         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10188         No need to remove the files before and after the each test, before
10189         each test and at the end of the suite is enough.
10190         Display only the children `times', not the shell's.
10191         If the test failed or was skipped, at-times is not available.
10193 2001-08-07  Akim Demaille  <akim@epita.fr>
10195         Always produce testsuite.log, including when there are no
10196         failures.  This helps getting information on skipped tests, and
10197         duration of the tests.  Err, implement the latter btw.
10199         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10200         Dump information on the first run of each test.
10201         (AT_CLEANUP): Create `at-times' containing the duration of the
10202         test group.
10204 2001-08-07  Akim Demaille  <akim@epita.fr>
10206         The use of `dumpstat' revealed that `len' was used although it
10207         should not.  m4_text_wrap was using it, but in the Autoconf world
10208         where it is legal.  Hence (i) test M4sh in its own world, not
10209         Autoconf's, and (ii), ahem, fix the bug :)
10211         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10212         does not like `' instead of [].
10213         (AT_INIT): Forbid `^_?AT_'.
10214         And don't output such tokens.
10215         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10216         `script.as', and `autom4te.cache'.
10217         Remove `empty' and `macro' which are no longer used.
10218         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10219         * tests/m4sugar.at: Use it.
10220         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10222 2001-08-07  Akim Demaille  <akim@epita.fr>
10224         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10226 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10228         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10230 2001-08-04  Akim Demaille  <akim@epita.fr>
10232         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10233         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10234         AC_TRY_LINK.
10235         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10236         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10237         (AC_F77_MAIN): Likewise.
10239 2001-08-04  Akim Demaille  <akim@epita.fr>
10241         Don't rely on M4sugar outputting the patterns in files, since we
10242         might process the output _without_ running m4, hence without these
10243         files.
10245         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10246         * bin/autom4te.in (@Request::includes): Remove, unused.
10247         (@Request::source): Rename as...
10248         (@Request::input): this.
10249         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10250         (&handle_output): Fetch the patterns from the traces.
10251         `$forbidden' and `$allowed' are constant: use m//o.
10252         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10253         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10255 2001-08-04  Akim Demaille  <akim@epita.fr>
10257         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10258         autoconf', i.e., in addition to caching traces, cache the output.
10260         * bin/autom4te.in (Request::cache): Rename as...
10261         (Request::id): this.
10262         ($cache, $icache, $tcache, $ocache): New.
10263         (&handle_m4): Save M4 output in the cache instead of $tmp.
10264         (&handle_output): Adjust.
10265         (&up_to_date_p): Check that the output cache is up to date too.
10266         (top level): Run `&handle_m4' iff force or the cache is invalid.
10267         Run `&handle_output' if the output cache is more recent.
10269 2001-08-04  Akim Demaille  <akim@epita.fr>
10271         * bin/autom4te.in ($force): New.
10272         (&parse_args, &print_usage): -f, --force is a new option.
10273         (&handle_output): CPP directives might have spaces after `#'.
10274         (&parse_args): The first file only can be frozen.
10276 2001-08-04  Akim Demaille  <akim@epita.fr>
10278         Don't let autom4te compute the `include' traces several times:
10279         first check that the trace cache file is up to date, and then
10280         compare its timestamp with that of the output.
10282         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10283         the preamble.  Don't require 5.005 as Autom4te::General does it,
10284         and better yet (use `use', not `require'!).
10285         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10286         Class::Struct as Autom4te::Struct.
10287         * lib/Autom4te/General.pm (File::stat): Use it.
10288         (&mtime): New, export it.
10289         * bin/autom4te.in: Use it.
10290         Declare `$req' is invalid if it is outdated.
10291         Don't declare it valid before saving it if something went wrong.
10293 2001-08-04  Akim Demaille  <akim@epita.fr>
10295         Autom4te shall not encode Autoconf data, and preselecting traces
10296         must be proposed to the users.
10298         * bin/autom4te.in (@required_trace): Remove.
10299         (@preselect): New.
10300         (&parse_args, &print_usage): -p, --preselect is a new option.
10301         (&up_to_date_p): Adjust.
10302         * bin/autoconf.in: Preselect some Autoconf macros.
10304 2001-08-04  Akim Demaille  <akim@epita.fr>
10306         * tests/tools.at (autoconf --trace: user macros): Check traces on
10307         macros invoked without arguments, and macros invoked with multiple
10308         lines arguments.
10310 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10312         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10313         arguments.
10315 2001-08-03  Akim Demaille  <akim@epita.fr>
10317         * bin/autoconf.in ($@): Work around the usual sh bug.
10318         From Nicolas Joly.
10320 2001-08-03  Akim Demaille  <akim@epita.fr>
10322         Clean up the handling of the M4 builtins tracing exception.
10324         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10325         trace requests.
10326         (@m4_builtins): Rename as...
10327         (@m4_builtin): this.
10328         (%m4_builtin_alternate_name): New.
10329         (&parse_args): Complete the trace requests with alternate names.
10330         (&handle_traces): Hence no longer do it here.
10331         (&trace_requests): Remove, unused.
10333 2001-08-03  Akim Demaille  <akim@epita.fr>
10335         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10336         m4_if, and m4_wrap.
10338 2001-08-03  Akim Demaille  <akim@epita.fr>
10340         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10341         (m4_divert_pop): Dump the whole diversion stack when a diversion
10342         mismatch happens.
10343         * bin/autom4te.in (&handle_output): Remember of the first
10344         occurrence of a possibly undefined macro, not the last.
10345         Complain about the possibly undefined macros in the same order as
10346         the appear in the output.
10347         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10348         * tests/tools.at (autoconf: forbidden tokens, basic)
10349         (autoconf: forbidden tokens, exceptions): No longer sort
10350         autoconf's stderr, as it is now deterministic.
10351         Check that `dnl' is caught.
10353 2001-08-01  Akim Demaille  <akim@epita.fr>
10355         * configure.ac: Bump to 2.52c.
10357 2001-08-01  Akim Demaille  <akim@epita.fr>
10359         Version 2.52b.
10361         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10363 2001-08-01  Akim Demaille  <akim@epita.fr>
10365         Version 2.52a.
10367 2001-08-01  Akim Demaille  <akim@epita.fr>
10369         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10370         `die'.
10371         (&END): New.
10372         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10373         `END', as `Autom4te::General::END' will be triggered.
10374         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10375         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10376         system to run `mv', `rm', and `cmp'.
10378 2001-08-01  Akim Demaille  <akim@epita.fr>
10380         * lib/Autom4te/General.pm (&unique): New.
10381         * bin/autoscan.in (&output): Use it to issue trace requests once.
10383 2001-08-01  Akim Demaille  <akim@epita.fr>
10385         * lib/Autom4te/General.pm: New.
10386         * bin/autom4te.in (Autom4te::General): Use it.
10387         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10388         (&find_configure_ac, &find_slave): Remove.
10389         * bin/autoscan.in: Likewise.
10390         * bin/autoupdate.in: Likewise.
10392 2001-08-01  Akim Demaille  <akim@epita.fr>
10394         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10395         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10396         * bin: here, new directory.
10397         * lib/Autoconf: Rename as...
10398         * lib/Autom4te: this, to please case insensitive junkie OSes.
10400 2001-08-01  Akim Demaille  <akim@epita.fr>
10402         * autom4te.in ($m4): Handle the --nesting-limit.
10403         * autoconf.in (M4): Remove.
10405 2001-08-01  Akim Demaille  <akim@epita.fr>
10407         * autoconf.in ($AWK): Remove, no longer used.
10408         * test/tools.at: Use AT_CHECK_AUTOCONF.
10409         (AWK portability): Remove, for autoconf no longer uses AWK.
10410         (Syntax of the Perl scripts): New.
10411         * configure.ac: autoconf no longer needs an AWK with a good
10412         regexp engine.
10413         Use a static test on AC_PACKAGE_VERSION.
10414         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10415         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10416         * tests/atconfig.in (PERL): New.
10418 2001-08-01  Akim Demaille  <akim@epita.fr>
10420         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10421         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10422         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10423         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10424         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10425         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10426         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10427         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10428         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10429         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10430         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10431         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10432         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10433         * lib/autoconf/c.m4: here, new file.
10435         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10436         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10437         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10438         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10439         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10440         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10441         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10442         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10443         (AC_F77_FUNC): Move to...
10444         * lib/autoconf/fortran.m4: here, new file.
10446 2001-08-01  Akim Demaille  <akim@epita.fr>
10448         * acfunctions.m4: Rename as...
10449         * lib/autoconf/functions.m4: this.
10450         * acgeneral.m4: Rename as...
10451         * lib/autoconf/general.m4: this.
10452         * acheaders.m4: Rename as...
10453         * lib/autoconf/headers.m4: this.
10454         * aclang.m4: Rename as...
10455         * lib/autoconf/lang.m4: this.
10456         * acoldnames.m4: Rename as...
10457         * lib/autoconf/oldnames.m4: this.
10458         * acspecific.m4: Rename as...
10459         * lib/autoconf/specific.m4: this.
10460         * actypes.m4: Rename as...
10461         * lib/autoconf/types.m4: this.
10462         * autoconf.m4: Rename as...
10463         * lib/autoconf/autoconf.m4: this.
10465         * m4sugar.m4: Rename as...
10466         * lib/m4sugar/m4sugar.m4: this.
10467         * m4sh.m4: Rename as...
10468         * lib/m4sugar/m4sh.m4: this.
10470         * tests/atgeneral.m4: Rename as...
10471         * lib/autotest/general.m4: this.
10473         * acfunctions: Rename as...
10474         * lib/autoscan/functions: this.
10475         * acheaders: Rename as...
10476         * lib/autoscan/headers: this.
10477         * acidentifiers: Rename as...
10478         * lib/autoscan/identifiers: this.
10479         * aclibraries: Rename as...
10480         * lib/autoscan/libraries: this.
10481         * acmakevars: Rename as...
10482         * lib/autoscan/makevars: this.
10483         * acprograms: Rename as...
10484         * lib/autoscan/programs: this.
10486 2001-08-01  Akim Demaille  <akim@epita.fr>
10488         * doc/autoconf.texi: Moving/deleting open files is not portable.
10489         Portability issues for `.' (source), and more information about sed.
10491 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10493         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10494         which has a special meaning and is not a reference to libibmil.a.
10495         Reported by Matteo Frigo.
10497 2001-07-25  Pavel Roskin  <proski@gnu.org>
10499         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10500         output.
10502 2001-07-25  Akim Demaille  <akim@epita.fr>
10504         * autoconf.in: Try to define the variables before using them.
10505         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10506         instead of `$perllibdir'.
10507         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10509 2001-07-25  Akim Demaille  <akim@epita.fr>
10511         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10513 2001-07-24  Akim Demaille  <akim@epita.fr>
10515         Let autoconf use autom4te for traces.
10517         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10518         autom4te.
10519         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10520         (Because I found no way for autom4te to accept `-').
10521         * autom4te.in (&Request::request): Beware of M4 builtins.
10522         (END): Don't try to remove the content of an empty dir.
10523         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10524         (&handle_output): Set a default value to `$forbidden'.
10525         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10526         ($autoconf): Pass --debug and --verbose.
10527         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10528         cache.
10530 2001-07-24  Akim Demaille  <akim@epita.fr>
10532         Let autoconf use autom4te to create configure.
10534         * autoconf.in ($automate): New var.
10535         (task script): Use autom4te.
10536         * autom4te.in (File::Spec): Use it.
10537         (&find_file): New.
10538         (&parse_args): --warning is -W, not -w.
10539         Find the top level files.
10540         (&handle_m4): Pass the warnings flags.
10541         Don't report verbosely m4's failures, unless requested.
10542         (&handle_output): Don't complain for forbidden tokens in comments.
10543         Be sure to report all the forbidden tokens within a single line.
10544         (&trace_format_to_m4): Preserve `$_'.
10545         (&handle_traces): Sort the output macros.
10546         (&up_to_date_p): Find the files before trying to get its time stamp.
10548 2001-07-24  Akim Demaille  <akim@epita.fr>
10550         * Makefile.am: Ship, build and install Autom4te.
10551         (SUBDIRS): Add lib.
10552         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10553         * configure.in: Require Perl.
10554         * man/autom4te.in: New.
10556 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10558         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10559         example, rather than (exit 1); exit (which isn't portable).
10561 2001-07-18  Akim Demaille  <akim@epita.fr>
10563         Version 2.52.
10565 2001-07-18  Akim Demaille  <akim@epita.fr>
10567         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10568         was run, while they are needed also when it is expanded.
10569         Reported by Nicolas Joly.
10571         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10572         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10573         AC_F77_DUMMY_MAIN being expanded.
10575 2001-07-18  Akim Demaille  <akim@epita.fr>
10577         * configure.in: Bump to 2.51a.
10579 2001-07-17  Akim Demaille  <akim@epita.fr>
10581         Version 2.51.
10583 2001-07-17  Akim Demaille  <akim@epita.fr>
10585         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10586         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10588 2001-07-17  Akim Demaille  <akim@epita.fr>
10590         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10591         used.  Well, then use the prototypes when you can, and runtime as
10592         a last resort.
10593         Reported by Artur Frysiak
10595         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10596         (AC_FUNC_GETPGRP): Use it.
10597         First try to compile with 0-ary or 1-ary calls.
10599 2001-07-17  Akim Demaille  <akim@epita.fr>
10601         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10602         replacement type.
10603         From Paul Eggert.
10605 2001-07-17  Akim Demaille  <akim@epita.fr>
10607         * Makefile.maint: Sync. with cppi 1.10.
10609 2001-07-17  Akim Demaille  <akim@epita.fr>
10611         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10612         AC_F77_DUMMY_MAIN has been run.
10613         From Pavel Roskin and Steven G. Johnson.
10615 2001-07-17  Akim Demaille  <akim@epita.fr>
10617         * configure.in: Rename as...
10618         * configure.ac: this.
10620 2001-07-17  Akim Demaille  <akim@epita.fr>
10622         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10623         rules.
10624         From Marc Espie.
10625         * Makefile.maint (release-archive-dir): Rename as...
10626         (release_archive_dir): this, so that it can be specialized in
10627         Makefile.
10629 2001-07-14  Akim Demaille  <akim@epita.fr>
10631         * configure.in: Bump to 2.50d.
10633 2001-07-14  Akim Demaille  <akim@epita.fr>
10635         Version 2.50c.
10636         * Makefile.maint (alpha): Typo.
10638 2001-07-14  Akim Demaille  <akim@epita.fr>
10640         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10642 2001-07-14  Akim Demaille  <akim@epita.fr>
10644         * config/config.guess, config/config.sub, config/texinfo.tex
10645         * doc/standards.texi, doc/make-stds.texi: Update.
10647 2001-07-14  Akim Demaille  <akim@epita.fr>
10649         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10651 2001-07-14  Akim Demaille  <akim@epita.fr>
10653         * Makefile.maint (maintainer-check): Rename as...
10654         (maintainer-distcheck): this.
10655         (changelog-check, static-check): New.
10656         Use them.
10658 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10660         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10661         for CXX is g++, not gcc.
10663 2001-07-14  Akim Demaille  <akim@epita.fr>
10665         * doc/autoconf.texi (Files): New subsection.
10667 2001-07-14  Akim Demaille  <akim@epita.fr>
10669         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10670         of...
10671         (Generic Compiler Characteristics): this.
10672         (C++ Compiler): New subsection.
10674 2001-07-14  Akim Demaille  <akim@epita.fr>
10676         * autoscan.in: Use IO::File.
10677         Adjust all the routines to use it.
10678         ($log): New file (autoscan.log).
10679         (output): Dump detailed logs into $log, and a shortened version to
10680         stderr.
10681         (&scan_makefile): Refine the regexp catching tokens in the code.
10682         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10683         and the `configure.ac' checking feature.
10685 2001-07-12  Akim Demaille  <akim@epita.fr>
10687         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10688         Reported by Michael Elizabeth Chastain.
10690         * autoconf.in: Refuse such AWK.
10691         * configure.in: Likewise.
10692         * Makefile.am (acversion.m4): Do not use move-if-change this file
10693         has dependencies.
10694         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10696 2001-07-10  Jens Petersen  <petersen@redhat.com>
10698         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10699         things like "g++", "file.c" and "some-conf" as tokens.
10700         (&scan_file): Match C++ files extensions.
10701         If the filename extension is C++ then ask for c++.
10703 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10705         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10706         AC_TRY_LINK_FUNC, to check whether defining a dummy
10707         main-like routine is needed for linking with F77 libs.
10709 2001-07-05  Pavel Roskin  <proski@gnu.org>
10711         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10712         after using break.
10713         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10714         linking.
10716 2001-07-05  Akim Demaille  <akim@epita.fr>
10718         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10719         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10720         Makes' lives.
10721         Reported by Nicolas Joly.
10723 2001-07-04  Akim Demaille  <akim@epita.fr>
10725         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10726         up.
10727         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10728         warnings from compilers.
10729         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10730         for all the compilers, not only GNU.  Hence move from here...
10731         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10733 2001-07-04  Akim Demaille  <akim@epita.fr>
10735         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10736         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10737         AC_COMPILE_IFELSE.
10739 2001-07-04  Akim Demaille  <akim@epita.fr>
10741         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10742         the ``strings.h'' change claimed below.
10744 2001-07-04  Akim Demaille  <akim@epita.fr>
10746         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10748 2001-07-04  Akim Demaille  <akim@epita.fr>
10750         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10751         strings.h if usable with string.h.
10752         Suggested by Paul Eggert.
10754 2001-07-04  Akim Demaille  <akim@epita.fr>
10756         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10757         From Jens Petersen.
10759 2001-07-03  Akim Demaille  <akim@epita.fr>
10761         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10762         etc. in the log.
10764 2001-07-03  Akim Demaille  <akim@epita.fr>
10766         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10767         compiler, not the preprocessor.
10768         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10769         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10770         the right thing.
10771         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10772         earlier if there are.
10774 2001-07-03  Akim Demaille  <akim@epita.fr>
10776         * autoscan.in ($initfile): Remove.
10777         (&find_file): Rename as...
10778         (&scan_file): this.
10779         Immediately scan the current file, instead of gathering them, and
10780         later having them handled by &scan_files.
10781         (&scan_files): Merely invoke Find::File.
10782         Adjust.
10784 2001-07-02  Akim Demaille  <akim@epita.fr>
10786         * autoscan.in: Formatting changes, matching the invocation order.
10787         (File::Find): Use it instead of Perl 4's `find.pl'.
10788         (&wanted): Rename as...
10789         (&find_file): this.
10791 2001-07-01  Pavel Roskin  <proski@gnu.org>
10793         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10794         break in the argument to AC_TRY_LINK_FUNC.
10795         (AC_F77_MAIN): Remove conftest* after using break in the
10796         argument to AC_TRY_LINK.
10798 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
10800         Add alternate 'main' routine detection for linking C/C++ with Fortran,
10801         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10803         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10804         dummy alternate main is required even if the user provides her own
10805         'main'.
10806         (AC_F77_MAIN): New macro to detect whether it is possible to
10807         provide an alternate 'main' function name, using the 'main' from
10808         the Fortran libraries.
10809         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10810         cross-language link tests can be performed successfully.
10811         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
10812         after $LIBS, for consistency; this should be the general rule since
10813         the user may want to link to Fortran libraries that require $FLIBS.
10814         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10816 2001-06-29  Pavel Roskin  <proski@gnu.org>
10818         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10819         at-stdout and at-stderr instead of removing the newline
10820         from the echo output, which is not guaranteed to work.
10822 2001-06-28  Jens Petersen  <petersen@redhat.com>
10824         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10825         confdefs.h when non-zero.
10827 2001-06-28  Akim Demaille  <akim@epita.fr>
10829         * configure.in: Bump to 2.50c.
10831 2001-06-26  Akim Demaille  <akim@epita.fr>
10833         Version 2.50b.
10835 2001-06-26  Akim Demaille  <akim@epita.fr>
10837         Version 2.50a.
10839 2001-06-25  Pavel Roskin  <proski@gnu.org>
10841         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10842         argument, AUTOCONF-FLAGS.
10843         * tests/mktests.sh (update_exclude_list): Add
10844         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10845         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10846         AC_FUNC_WAIT3 with "-W no-obsolete".
10848 2001-06-25  Akim Demaille  <akim@epita.fr>
10850         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10852 2001-06-25  Akim Demaille  <akim@epita.fr>
10854         * autoscan.in (%macro): Now maps from word to list of macros.
10855         (&init_tables): Die when a word which is already handled by
10856         explicit macros is mapped to the default macro.
10857         (&print_unique): Remove, inlined in...
10858         (&output_kind): here.
10859         (File::Basename): Use it.
10860         (&output): Sort the CONFIG_FILES.
10861         * acheaders: Normalize.
10862         * acfunctions: Likewise.
10864 2001-06-25  Akim Demaille  <akim@epita.fr>
10866         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10867         characteristics in the logs.
10868         Suggested by Mo DeJong.
10870 2001-06-24  Akim Demaille  <akim@epita.fr>
10872         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10873         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10874         * doc/autoconf.texi (Autoconf 2.13): New section.
10876 2001-06-24  Akim Demaille  <akim@epita.fr>
10878         * autoconf.in (Task traces): Separate the error messages from the
10879         traces to improve robustness.
10881 2001-06-23  Akim Demaille  <akim@epita.fr>
10883         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10884         three as failures are unlikely, and speed matters.
10886 2001-06-23  Akim Demaille  <akim@epita.fr>
10888         * doc/autoconf.texi (Redefined M4 Macros): New.
10890 2001-06-23  Akim Demaille  <akim@epita.fr>
10892         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10893         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10894         5.3.
10896 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
10898         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10899         config.status targets to after the evaluation of the INIT-CMDS.
10900         Double quote config.status targets (used to be single quoted).
10902 2001-06-23  Akim Demaille  <akim@epita.fr>
10904         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10905         Check the content of the created file.
10906         Check the ./config.status command line invocation.
10908 2001-06-23  Akim Demaille  <akim@epita.fr>
10910         * tests/foreign.at (Libtool): Reject prehistoric versions.
10912 2001-06-23  Akim Demaille  <akim@epita.fr>
10914         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10915         preexisting files matching a.*.
10917 2001-06-23  Akim Demaille  <akim@epita.fr>
10919         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10920         stderr.
10921         * doc/autoconf.texi (AC_ARG_VAR): Update.
10923 2001-06-21  Akim Demaille  <akim@epita.fr>
10925         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10926         precious variables have changed.
10927         * tests/torture.at (AC_ARG_VAR): Adjust.
10929 2001-06-21  Akim Demaille  <akim@epita.fr>
10931         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10932         but some sed choke on multiple `;', and other tools (e.g.,
10933         Automake), include the separator themselves.
10935         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10937 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
10939         * doc/autoconf.texi (Functions Portability): Rename as...
10940         (Function Portability): this.
10941         (Function Portability): Document potential problems with unlink().
10943 2001-06-19  Paul Eggert  <eggert@twinsun.com>
10945         * NEWS, doc/autoconf.texi: Document quadrigraphs.
10947 2001-06-18  Akim Demaille  <akim@epita.fr>
10949         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10951 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
10953         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10954         (_AC_FUNC_VFORK): this.
10955         Remove AC_DEFINEs and don't guess cross-compilation values.
10956         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10957         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10958         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10959         vfork doesn't work.
10960         Guess values if cross-compiling, but warn.
10961         * acfunctions: Add AC_FUNC_FORK.
10962         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10963         and vfork appropriately.
10965 2001-06-18  Akim Demaille  <akim@epita.fr>
10967         * doc/autoconf.texi (Functions Portability): New section.
10969 2001-06-18  Akim Demaille  <akim@epita.fr>
10971         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10972         in $M4.
10973         Suggested by Andreas Schwab.
10975 2001-06-18  Akim Demaille  <akim@epita.fr>
10977         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
10978         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
10979         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
10980         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
10981         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
10982         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
10983         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
10984         the converse).
10986 2001-06-18  Akim Demaille  <akim@epita.fr>
10988         * doc/autoconf.texi (ms): New index.
10989         (Macro Index): Rename as...
10990         (Autoconf Macro Index): this.
10991         (M4 Macro Index): New appendix.
10992         (Programming in M4): New chapter.
10993         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
10994         (Quoting): Rename as...
10995         (M$ Quotation): this.
10996         Be part of `Programming in M4).
10998 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11000         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11001         in separate statements for compatibility with Tru64 v5.1.
11003 2001-06-17  Akim Demaille  <akim@epita.fr>
11005         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11006         current values of the precious variables, not the previously
11007         cached values.
11008         Pass precious variables which are set to config.status.
11009         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11010         * tests/torture.at (AC_ARG_VAR): New.
11012 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11014         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11015         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11016         and explain why and how to replace them.
11017         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11018         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11020 2001-06-15  Akim Demaille  <akim@epita.fr>
11022         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11023         Reported by Bruno Haible.
11025         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11026          (_AC_ARG_VAR_PRECIOUS): to here.
11028 2001-06-15  Pavel Roskin  <proski@gnu.org>
11030         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11031         an unused pointer use cast to this type and `if' statement to
11032         avoid warnings from the compiler.
11033         (AC_HEADER_TIME): Likewise.
11034         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11035         in `if' statement to avoid warnings from the compiler. Declare
11036         ac_aggr static to avoid the need to initialize it.
11038 2001-06-14  Akim Demaille  <akim@epita.fr>
11040         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11041         Macros'.
11043 2001-06-13  Akim Demaille  <akim@epita.fr>
11045         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11046         Suggested by Alexander Mai.
11048 2001-06-13  Akim Demaille  <akim@epita.fr>
11050         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11051         sys/types.h and sys/stat.h, and check for them.
11053 2001-06-13  Akim Demaille  <akim@epita.fr>
11055         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11056         INCLUDES.
11058 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11060         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11061         succeeds and only try adding libdnet upon a failure.
11063 2001-06-12  Akim Demaille  <akim@epita.fr>
11065         * autoscan.in (&output_kind): Output the comment only if it exists.
11066         (%kind_comment): Add entry for `programs'.
11067         (&output_programs): Use &output_kind.
11068         (&output_functions, &output_identifiers, &output_headers)
11069         (&output_programs): Inline, and remove.
11071 2001-06-12  Akim Demaille  <akim@epita.fr>
11073         * autoscan.in (%kind_comment): New.
11074         (output_kind): New.
11075         (output_functions, output_identifiers, output_headers): Use it.
11077 2001-06-12  Akim Demaille  <akim@epita.fr>
11079         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11080         arguments, to factor indirections into `%macro' and `%used'.
11081         (%generic_macro): Fix a typo.
11083 2001-06-12  Akim Demaille  <akim@epita.fr>
11085         * aclibraries: New.
11086         * autoscan.in (@kinds): Add `libraries'.
11087         Use `@kinds' instead of hard coded lists.
11088         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11089         Remove, replaced by...
11090         (%used): this.
11092 2001-06-12  Akim Demaille  <akim@epita.fr>
11094         * autoscan.in (%functions_macros %headers_macros)
11095         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11096         replaced by...
11097         (%macro): New.
11099 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11101         * aclang.m4 (AC_NO_EXECUTABLES): Override
11102         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11104 2001-06-11  Akim Demaille  <akim@epita.fr>
11106         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11107         trailing new line.
11108         Reported by Andreas Schwab.
11110 2001-06-11  Akim Demaille  <akim@epita.fr>
11112         * Makefile.am, Makefile.maint: Typos.
11114 2001-06-09  Akim Demaille  <akim@epita.fr>
11116         * doc/autoconf.texi (Here-Documents): New section, gathering
11117         documentation about here-documents.
11118         Use `href', not `uref', and other changes.
11120 2001-06-09  Akim Demaille  <akim@epita.fr>
11122         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11123         chapter.
11125 2001-06-09  Akim Demaille  <akim@epita.fr>
11127         * doc/autoconf.texi (Limitations of Builtins): Complete the
11128         description of the here-docs penalties with Alexandre Oliva's
11129         explanations.
11131 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11133         * doc/autoconf.texi: Talk about here documents and speedups.
11134         Do not use "echo" on arbitrary strings.
11135         Spell "here-documents" consistently with the standard.
11137 2001-06-09  Akim Demaille  <akim@epita.fr>
11139         * doc/autoconf.texi (Concept Index): Introduce it.
11140         Regenerate the menus.
11142 2001-06-09  Akim Demaille  <akim@epita.fr>
11144         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11145         * config/prev-version.txt: New.
11146         * config/move-if-change: New, for GNU libc.
11148 2001-06-06  Pavel Roskin  <proski@gnu.org>
11150         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11152 2001-06-06  Akim Demaille  <akim@epita.fr>
11154         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11155         properly when $1 is not a literal.
11156         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11158 2001-06-06  Akim Demaille  <akim@epita.fr>
11160         Invoking AC_COPYRIGHT before AC_INIT fails.
11162         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11163         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11164         (_m4_divert(VERSION_USER)): New.
11165         (AC_COPYRIGHT): $2 is the diversion to use.
11166         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11167         (AC_INIT): Remove dead comments as now it's commutative.
11169 2001-06-06  Akim Demaille  <akim@epita.fr>
11171         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11172         PR autoconf/187.
11174 2001-06-05  Akim Demaille  <akim@epita.fr>
11176         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11177         can be empty.
11178         `*dir' variables cannot be NONE.
11179         Reported by Mark Kettenis.
11181 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11183         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11185 2001-06-04  Akim Demaille  <akim@epita.fr>
11187         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11188         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11189         (AC_TR_SH): Move as...
11190         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11191         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11192         (AS_TR_SH): these.
11193         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11194         (_AS_TR_SH_PREPARE): New.
11195         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11196         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11198 2001-06-02  Akim Demaille  <akim@epita.fr>
11200         * Makefile.am (.m4.m4f): Pass the options first.
11201         Fixes PR autoconf/182.
11203 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11205         GNU getopt, when POSIXLY_CORRECT does not permute options and
11206         arguments.  So pass the options first.
11207         Fixes PR autoconf/184.
11209         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11210         (run_m4): Remove files.
11211         (run_m4f): Remove.
11212         Update remainder of script to use them.
11213         (for warning in): Do not use a literal comma as it will not be
11214         split by IFS.
11216 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11218         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11219         Fortran compilers to check.
11220         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11221         information on library and object files.
11222         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11223         to check.
11225 2001-06-02  Akim Demaille  <akim@epita.fr>
11227         * autom4te.in (Request::@request): Declare with `vars', not `my',
11228         as it prevents updates via `do FILENAME'.
11230 2001-06-02  Akim Demaille  <akim@epita.fr>
11232         * configure.in (standards_texi): Remove, dead code.
11234 2001-06-02  Akim Demaille  <akim@epita.fr>
11236         * autom4te.in: New.
11238 2001-06-02  Pavel Roskin  <proski@gnu.org>
11240         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11241         for signals other than 0 - exit with code 1.
11242         * m4sh.m4 (AS_TMPDIR): Likewise.
11243         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11244         * autoheader.in: Likewise.
11245         * autoreconf.in: Likewise.
11246         * tests/torture.at (Signal handling): New test for the above.
11248 2001-06-01  Akim Demaille  <akim@epita.fr>
11250         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11251         message.
11253 2001-05-31  Akim Demaille  <akim@epita.fr>
11255         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11256         Add copyright and comments.
11257         * acheaders: Add stdint.h.
11258         Suggested by Paul Eggert.
11260 2001-05-31  Akim Demaille  <akim@epita.fr>
11262         * atgeneral.m4 (AT_INIT): Use $SHELL.
11263         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11265 2001-05-31  Akim Demaille  <akim@epita.fr>
11267         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11268         stdint.h.
11269         From Paul Eggert and Lars Hecking.
11271 2001-05-31  Akim Demaille  <akim@epita.fr>
11273         * tests/base.at: Adjust line numbers in error messages.
11275 2001-05-31  Akim Demaille  <akim@epita.fr>
11277         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11278         to emit the bangshe line.
11279         Reported by David Carter.
11281 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11283         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11284         Fortran (95) compilers to check.
11286 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11288         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11289         Macro Archive URL.
11291 2001-05-23  Pavel Roskin  <proski@gnu.org>
11293         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11294         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11295         (AC_PROG_CXXCPP): Likewise.
11297 2001-05-22  Akim Demaille  <akim@epita.fr>
11299         * config: New directory.
11300         * configure.in: AC_CONFIG_AUX_DIR it.
11301         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11303 2001-05-22  Akim Demaille  <akim@epita.fr>
11305         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11306         * autoupdate.in: Specify the Emacs mode.
11307         * acversion.m4.in: Rename as...
11308         * acversion.m4: this.
11309         * tests/Makefile.am (CLEANFILES): More garbage.
11311 2001-05-22  Akim Demaille  <akim@epita.fr>
11313         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11314         Rename as...
11315         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11316         these.
11318 2001-05-21  Akim Demaille  <akim@epita.fr>
11320         * configure.in: Bump to 2.50a.
11322 -----
11324 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11326 This file is part of GNU Autoconf.
11328 GNU Autoconf is free software; you can redistribute it and/or modify
11329 it under the terms of the GNU General Public License as published by
11330 the Free Software Foundation; either version 2, or (at your option)
11331 any later version.
11333 GNU Autoconf is distributed in the hope that it will be useful,
11334 but WITHOUT ANY WARRANTY; without even the implied warranty of
11335 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11336 GNU General Public License for more details.
11338 You should have received a copy of the GNU General Public License
11339 along with autoconf; see the file COPYING.  If not, write to
11340 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11341 Boston, MA 02110-1301, USA.