(System Services): Do not document overriding EXEEXT via ac_cv_exeext=ext.
[autoconf/tsuna.git] / ChangeLog
bloba0d7232de6736484fa947354102602aecea07898
1 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
3         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
4         about quoting the case statement, just in case.
5         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
6         was fixed in ksh93g; reported by Ralf Wildenhues.
8 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
10         * doc/autoconf.texi (System Services): Do not document
11         overriding EXEEXT via ac_cv_exeext=ext.
12         (Particular Programs) <AC_PROG_MKDIR_P>:
13         Document that ${MKDIR_P} understands --.
14         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
15         comment.
17 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
20         argument with leading hyphen.  Problem reported by Paul Eggert.
22 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
25         about quoting ac_try: quote all of it, if any of it seems suspicious.
26         This means we don't have to worry about ${ or sed any more.
27         Also, double-quote the case statement, to work around misuses via
28         underquoting as reported by Ralf Wildenhues in
29         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
30         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
31         undocumented and dangerous macro.
32         Problem reported by Ralf Wildenhues in
33         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
35 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
38         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
39         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
41 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
43         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
44         since evidently some packages rely on the old, broken behavior.
45         Problem reported by Ralf Wildenhues in
46         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
47         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
48         pre-2006-05-26 definitions, but leave in the comments that
49         these macros are dangerous and should not be used.
50         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
51         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
52         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
53         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
54         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
56 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
58         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
59         the use of 'tr', since this is our only use of 'tr'.
61 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         and Paul Eggert  <eggert@cs.ucla.edu>
64         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
65         Don't assume 'grep' works on long lines, since AIX grep doesn't.
67 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
70         the output file in the `${datarootdir}' test.
72 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
73         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
75         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
76         mention of `datarootdir' in the input file(s), but literal
77         `${datarootdir}' in the output file, and we haven't warned yet,
78         then warn as well: the user may have (erroneously) used
79         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
80         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
81         * tests/torture.at (datarootdir workaround): Extend this test.
82         * NEWS: Update.
84 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
85         and Paul Eggert  <eggert@cs.ucla.edu>
87         * doc/autoconf.texi (autoheader Invocation): The first argument to
88         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
89         alternatives and clear up the language a bit.
91 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
93         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
94         ac_config_guess, ac_config_sub, ac_configure.
95         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
96         Fix typo that prevented an unnecessary space from being removed.
97         Problems reported by Ralf Wildenhues in:
98         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
100 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
102         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
103         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
104         Don't use the term "thread-safe" to talk about mkdir race
105         conditions, since the problem is more a process than a thread
106         issue.  Problem reported by Stepan Kasal in:
107         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
108         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
109         the test for 'install' more closely.  Look at MKDIR_P first.
110         Look in the PATH, and at /opt/sfw/bin.
111         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
112         Don't bother to try mkdir -p, since we already check mkdir --version;
113         just look at the version number.  (There's no easy way to check
114         for race-free implementations.)
115         * tests/tools.at (autoconf: subdirectories): Adjust to above
116         changes, since MKDIR_P now might end in "/mkdir -p".
118         * doc/autoconf.texi (autoheader Invocation): Mention that the
119         first arg of AC_DEFINE_UNQUOTED must be a literal.
120         Problem reported by Ben Pfaff in
121         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
123         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
124         * doc/autoconf.texi (Special Chars in Variables): New section.
125         (Preset Output Variables): Warn about special chars in CPPFLAGS.
126         (Installation Directory Variables): Quote $(datadir) better.
127         (Limitations of Builtins): Describe some of eval's trickiness.
129         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
130         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
131         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
132         in front of every arg, not just trailing args.  Quote apostrophes.
133         (_AC_EVAL_ECHO): New macro.
134         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
135         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
136         removed.
137         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
138         exposed by quoting of eval argument.  Put the command on line line
139         so it logs better.
140         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
141         (_AC_PATH_X, AC_PATH_X): Quote more safely.
142         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
143         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
144         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
145         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
146         Use eval more safely.
147         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
148         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
149         to be replaced.
150         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
151         lines, exposed by quoting of eval argument.
153 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
154         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
157         initialization of `ac_cv_exeext', do not override it if it was
158         already set, unless it was set to `no', for compatibility with
159         Autoconf-2.13, and comment this.
160         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
161         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
162         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
163         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
164         Document that this test may be overridden by setting
165         `ac_cv_exeext'.
167 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         Revert these two patches:
171         2006-04-06  Eric Blake  <ebb9@byu.net>
172         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
173         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
174         2006-04-01.
176         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
177         Clean up _AC_COMPILER_EXEEXT* macros.
178         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
179           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
180           ac_file to the name of the default output file and call
181           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
182           initial `rm' of the candidate files...
183         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
184           the same list in subsequent `rm' calls, and for the temporary
185           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
186           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
187         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
188         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
189           no longer needed) by libtool.  Make it a cache check.
190         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
191           copied here by mistake.
192         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
193           _AC_COMPILER_EXEEXT.
194         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
195           _AC_COMPILER_OBJEXT directly.
196         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
198 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
200         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
201         Fix description of how the buggy `sed' works.
203 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
205         Sync from Automake:
207         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
208         ENOLCK.  Only mention `make -j' when applicable.  Only raise
209         fatal errors when `make -j' is involved.  Improve error message.
211 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
213         * doc/autoconf.texi (Here-Documents): We now know more about
214         the variable expansion in here documents bug.
215         Thanks to Tim Rice and Stepan Kasal.
217         * doc/autoconf.texi (Making testsuite Scripts): Add an example
218         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
220 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
222         * tests/autotest.at (Multiline command from M4 expansion):
223         No failure to be expected if the shell quotes newlines in
224         commands in the `set -x' output.  Report by Tim Rice.
225         * THANKS: Update.
227 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
229         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
230         expansion in the here-documents used by config.status, as that
231         runs afoul of the Korn shell version M-12/28/93d bug described in
232         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
233         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
234         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
236 2006-05-23  Jim Meyering  <jim@meyering.net>
238         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
239         Fix typo introduced with 2006-04-02 change.  It reversed the sense
240         of the test.
242 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
244         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
245         ac_dB slightly, to save bytes in the script.
246         Max out at 50 lines, rather than 96; this is more likely
247         (though not guaranteed) to avoid obscure 'sed' failures.
249 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
251         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
252         `tr -d -' as bad option argument.  Work around this by deleting
253         an unrelated character.
254         Report by Tim Rice <tim@multitalents.net>.
256 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
257             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
258             Stepan Kasal  <kasal@ucw.cz>
260         * doc/autoconf.texi (Particular Programs): Do not promise that
261         we always prefer the GNU version of the program, and that we
262         search according to PATH; both rules can have exceptions.
263         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
264         AC_PROG_SED.  Move descriptions of limitations
265         to the Limitations of Usual Tools section.
266         (Limitations of Usual Tools) <sed>: Mention script length
267         limitations with Solaris /usr/ucb/sed.
268         <grep>: Fix wording for empty alternative.  Mention that -c and
269         -l should not be combined, and that -E and -F should not be
270         combined.
272 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
273         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
275         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
276         limits in Solaris 8 /usr/ucb/sed by testing a long script.
278 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
280         * doc/autoconf.texi (Defining Symbols): Literal parameter of
281         AC_DEFINE is now passed to m4_pattern_allow.
282         * NEWS: Mention that; likewise for AC_SUBST.
283         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
284         the parameter to m4_pattern_allow.
285         * tests/tools.at: Add a check for that.
287 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
289         * lib/autoconf/status.m4: Fix typos.
291 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
293         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
294         only the files that this macro generates.
296 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
298         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
299         the HP-UX sed limitation of 99 commands, labels do not count.
300         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
301         in the comment.
302         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
304 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
306         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
307         Import the following fix from coreutils:
309         2006-01-13  Jim Meyering  <jim@meyering.net>
311         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
312         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
313         not double-quote uses of that variable, to accommodate the rare
314         case in which getmntent is available in none of the libraries
315         checked.  This happens at least on FreeBSD 5.0.
317 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
319         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
320         ac_config_guess, ac_config_sub, and ac_configure, since evidently
321         some other programs unwisely rely on these undocumented vars.
322         But put in warning comments about them.
323         Problem reported by Ralf Wildenhues in
324         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
325         * NEWS: Document that these variables are intended to go away.
327 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
329         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
330         and set the language to C++ (analogous to the equivalent Fortran
331         tests).
333         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
334         * doc/autoconf.texi (C++ Compiler): Document it.
335         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
336         * NEWS: Update.
338 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
340         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
341         that caused config.status to generate 100-command sed scripts; the
342         portable limit is 99.
344 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
346         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
347         variable `ac_d' instead of `d' to avoid infringing namespace.
348         Report by Ralf Menzel.
350 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
352         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
353         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
354         * tests/tools.at (autoconf: subdirectories): New test, taken from
355         the corresponding problem report by Ralf Wildenhues in:
356         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
358         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
359         Quote some uses of shell variables if they might suffer unexpected
360         globbing.  This doesn't fix all instances of quoting problems that
361         I found, just the easy ones that look safe.
362         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
363         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
364         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
365         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
366         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
367         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
368         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
369         Likewise.
370         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
371         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
373 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
375         * bin/autoreconf.in ($help): Reword according to the manual.
376         Suggested by Olly Betts.
378 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
379         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
381         * bin/autoreconf.in: Pass the directory argument to
382         `require_configure_ac'.  Fix comment.
383         * tests/torture.at (Configuring subdirectories): Expose this.
384         Reported by Olly Betts.
386 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
388         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
389         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
390         Automake as follows:
392         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
393         `$configure_in' instead of `configure.in', to preserve
394         directory component.
396 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
398         * config/config.guess, config/config.sub, config/texinfo.tex,
399         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
401 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
403         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
404         test for C99 conformance; (bool) 0.5 is an integer constant
405         expression, but (bool) -0.5 is not.  Problem reported by Fedor
406         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
408 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
410         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
411         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
412         Warn about obsolete install-sh files.  Remove stray sentence
413         fragment and fix cross reference.
414         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
415         install -d; this undoes the 2006-05-10 change.
416         (MKDIR_P): Mark with AN_MAKEVAR.
417         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
418         that we don't require $INSTALL to be thread-safe.  Move comments
419         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
420         of AC_PROG_INSTALL.  Output a message saying that we're checking
421         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
422         MKDIR_P instead of AC_SUBST.
423         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
424         Special magic for MKDIR_P, too.
425         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
426         a dnl.
427         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
429 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
431         Sync from Automake, as follows:
433         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
434         * config/install-sh: Initialize IFS, so field splitting isn't
435         turned off later.
436         * config/mkinstalldirs: Likewise.
437         * config/missing: Remove superfluous quotes.  Replace all uses of
438         `[' by `test', for consistency, and for..
439         * config/missing (sed_minuso, sed_output): New variables.
440         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
441         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
442         Fixes `missing' to detect `--output' for help2man.  Fixes
443         PR automake/483.  Report by Dennis J. Linse.
444         (autom4te): Document in `missing --help'.
446 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
448         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
449         * config/install-sh: Don't use 'path' to talk about file names,
450         as per GNU coding standards.  Close a race condition reported by Ralf
451         Wildenhues and Stepan Kasal.  There is still a race condition
452         on hosts that predate Posix 1003.1-1992, but we can't help this.
453         Don't mishandle weird characters like space on pre-Posix hosts.
454         Invoke mkdir at most once per dir arg on pre-Posix hosts.
455         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
456         AC_PROG_MKDIR_P from AS_MKDIR_P.
457         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
458         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
459         earlier editions are not (including Automake 1.8.3).
460         Do not suggest mkinstalldirs for thread-safety.
461         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
462         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
463         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
464         presence of special characters and race conditions.
465         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
466         in Autoconf's name space.
468 2006-05-10  Bruno Haible  <bruno@clisp.org>
469         and Paul Eggert  <eggert@cs.ucla.edu>
471         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
472         from Automake with minor changes.
473         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
475 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
477         * config/install-sh: Update to Automake CVS version, as follows:
478         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
479         * lib/install-sh: Simplify the expr implementation of dirname.
480         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
481         * lib/install-sh: Handle --, and diagnose unknown options.
483 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
485         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
486         `./autom4te' to create `./testsuite', since the `all' target
487         will ensure its presence, but `installcheck' should not create
488         the uninstalled wrappers.
490         * tests/torture.at (Unusual Automake input files): Skip if we
491         detect automake < 1.8.
493 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
495         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
496         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
497         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
498         * NEWS: Update.
500 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
502         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
503         munge (multiple) white space and other oddities.
504         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
505         single quotes in variable assignment.
506         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
507         and similar failures by adding multiple spaces, tabs, and other
508         special characters.
509         Report and different test suggested by Francesco Romani
510         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
512         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
513         single quotes, we only need to search for single quotes; this
514         both simplifies the search pattern, and makes us less
515         susceptible to `echo' variations for arguments not containing
516         single quotes.
517         (_AC_ARG_VAR_VALIDATE): Likewise.
519 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
522         `$*' and IFS concatenation issue with traditional shells and
523         bash-2.04.  Report by Seanster@Seanster.com.
525 2006-05-03  Bruno Haible  <bruno@clisp.org>
527         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
528         precisely which Mac OS X versions have the od problem.
530 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
532         * doc/autoconf.texi: Use @option systematically.
533         (Integer Overflow):
535 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
536         and Bruno Haible  <bruno@clisp.org>
538         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
539         about 'od'.
540         (Integer Overflow): Mention the special case of integer division
541         overflow.
543 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
545         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
546         traditional shells like the Solaris one that do not use the
547         first IFS character for assembling `$*'.
548         Prompted by a related report from autoconf_bug@nro.ca.
550 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
551         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
553         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
554         Mention more problems with the -e option.
556 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
558         * NEWS: Typo.
559         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
561         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
562         in URLs to improve DVI formatted output (requires texinfo 4.6).
563         (System Services, Systemology, Shellology): Likewise.
564         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
565         output.
567         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
568         continuous text.
569         (Runtime): Fix macro argument names to match description:
570         `action-if-found' -> `action-if-true' and similarly.
571         (Obsolete Macros): Likewise.
572         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
573         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
574         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
576 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
578         * doc/autoconf.texi (Limitations of Make): Clean up markup.
580         * ChangeLog: Typo.
581         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
582         DVI output.
584 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
586         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
587         /bin/sh set unsorted output.
588         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
589         * tests/local.at: Likewise.
591 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
593         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
594         (Integer Overflow, Null Pointers, Buffer Overruns):
595         (Floating Point Portability, Exiting Portably): New sections.
596         (Writing Test Programs): Fix some langauge.  Recommend exiting
597         with status 1, not merely nonzero.  Clarify exit declaration.
598         (Run Time): Move C exit status stuff to new Exiting Portably section.
599         (Systemology): Mention Posix and levenez.  Update v7 reference.
600         (Portable Shell): Mention the Posix shell.
602 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
604         * bin/autoconf.as (me): Replace by as_me.
606 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
608         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
609         since as_me isn't set yet.
611 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
613         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
614         a few minor bugs in this area.
616         * doc/autoconf.texi (Programming in M4sh): Comment out the
617         documentation of AS_BASENAME, for now.
618         (Shell Substitutions): Do not use AS_DIRNAME in an example.
619         (Limitations of Builtins) <basename>: Do not refer to
620         AS_BASENAME.
621         * bin/autoconf.as (me): Don't use AS_BASENAME.
622         (dir): Remove the unused variable.
623         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
624         AS_DETECT_REQUIRED.  All uses changed.
625         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
626         All uses changed.
627         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
628         (AS_BASENAME): Use "basename --" to protect against leading "-".
629         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
630         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
631         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
632         (_AS_DIRNAME_PREPARE): Likewise.
633         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
634         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
635         (AS_DIRNAME): Use "dirname --".
637 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
639         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
640         of "run time" and "run-time" changed to "runtime", for consistency.
641         * lib/autoconf/fortran.m4: Likewise (in comment).
642         * lib/autoconf/functions.m4: Likewise.
643         * lib/autoconf/general.m4: Likewise.
644         * lib/autoconf/headers.m4: Likewise.
646         * doc/autoconf.texi (Run Time): Document the exit status situation
647         with more accuracy and detail.
649 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
651         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
652         Archive is not officially `GNU' any more.  Update URL.
653         (Defining Directories): Likewise
654         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
656 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
658         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
659         newline from the `trap' code to finish `config.log'; the NetBSD
660         /bin/sh resets the exit status after an empty command, as
661         documented in doc/autoconf.texi.
662         Reported by Dalibor Topic <robilad@kaffe.org>.
664 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
666         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
667         Suggested by Bruno Haible.
669 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
671         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
672         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
673         Instead, just list the shells that we know work.
674         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
675         changed.  Be more cautious about the _cv_ variable.
676         * tests/tools.at (Syntax of the shell scripts): Check the
677         _cv_ variable once, at first, to avoid an internal autoconf error
678         when sh -n does not work.
680 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
682         * lib/Autom4te/FileUtils.pm: Sync from Automake.
684 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
686         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
687         use ">&-" since we're only 99.999% sure that this is portable,
688         and since the MinGW bug is fixed in a different way.
689         * lib/autotest/general.m4 (AT_INIT): Likewise.
691 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
693         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
694         before opening config.log, to avoid hitting a bug on MinGW.
696 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
698         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
699         AS_MESSAGE_LOG_FD before reopening it onto the log file.
700         This works around a MinGW bug reported by Eric Paire.
701         Make sure that all writes to the log file append to it,
702         rather than possibly losing data.
703         * lib/autotest/general.m4 (AT_INIT): Likewise.
705 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
707         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
708         description.
710 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
712         * NEWS: Update.
714         * configure.ac (AC_INIT): Bump to 2.59d.
716 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
718         Version 2.59c.
720         * Makefile.maint (news-date-check): Do not require a leading `*'
721         before the release date in NEWS.
723 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
724         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
726         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
727         the instantiated file do not contain the string 'datarootdir'
728         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
729         @mandir@, replace the reference '${datarootdir}' by the value.
730         * tests/torture.at (datarootdir workaround): New test.
731         * NEWS: Advertise this temporary fixup.
732         Based on a patch by Bruno Haible, reported and analyzed by
733         Paul Eggert and Noah Misch.
735 2006-04-12  Eric Blake  <ebb9@byu.net>
737         * tests/autotest.at (Debugging a failed test): Fix comment.
739 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
741         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
742         all the changes since 2006-04-07.
744 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
746         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
747         succeeded, but `ln -s file dir' failed, take care to remove the
748         leftover target before the next test, to prevent its spurious
749         failure; also make sure `ln file dir' works before selecting it.
750         Thanks to Keith Marshall for pointing this out.
751         * THANKS: Update.
753         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
754         assignments in `at_debug_args', so that we put them correctly
755         in the `run' script.
756         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
757         Reported by Eric Blake.
759 2006-04-11  Eric Blake  <ebb9@byu.net>
761         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
762         top-level tests after micro-suite has been run.   Used in...
763         (Debugging a successful test, Debugging script and environment),
764         (Debugging a failed test): ...these new tests.  The first of these
765         is fixed by...
766         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
767         macro, split out from...
768         (AT_INIT): ...here, so that using -d also generates a run script.
769         Document that -d inhibits top-level logging.
770         * doc/autoconf.texi (testsuite Invocation): Document that -d only
771         inhibits top-level logging; debug scripts are created.
773         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
774         check.
775         * tests/autotest.at (Empty test, Empty check): New test to check it.
777         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
778         from gcc.
780 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
782         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
783         the files if a problem appears.  Make the empty *.at files
784         read-only, too.  Proposed by Ralf Wildenhues.
786 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788         * config/Makefile.am: Add comment to force updated Makefile.in.
790         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
791         space only patch to this file, this patch causes the Makefile.in
792         files that include freeze.mk to be updated, and thus have a
793         newer time stamp again, which in turn makes a pristine CVS
794         checkout have correct time stamps.
796         * Makefile.maint (cvs-sv): New macro, to be used..
797         (config.guess-url_prefix, config.sub-url_prefix)
798         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
799         point to CVS text checkout of Gnulib files.
800         (copyright-check): Bump current year.
801         (announcement): Do not hard-wire `./announce-gen'.
802         (cvs-update): Propagate failures of `cvs' and `move-if-change'
803         correctly.
804         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
805         `chmod +x'.
806         (wget_files): Update config.guess, config.sub, texinfo.tex by
807         `wget-update', now that their URLs work again.
809 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
811         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
812         Problem noted by Paul D. Smith.
814 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
816         * doc/autoconf.texi: Remove unused words from word list.
817         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
818         .x-sc_trailing_space: New files.
820         * doc/standards.texi: Sync from gnulib.
822         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
823         `LIBOBJDIR' as experimental.
825         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
826         with a target directory; it's internally implemented as `cp'
827         anyway, but since Autoconf advertises the possibility to use
828         a target directory when LN_S is `ln -s', we need to find out.
829         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
830         analyzed by Keith Marshall <keith.marshall@total.com>.
832         * THANKS: Update.
834 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
836         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
837         confdefs.h as-is.  In general, if it has backslash-newline or the
838         like, then it doesn't work either to sort or to remove empty
839         lines.
841 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
843         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
845 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
847         * lib/autom4te.in (Automake-preselections): Preselect
848         _AM_SUBST_NOTMAKE.
850 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
852         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
853         apostrophe within a single-quoted string, as this is the usual
854         tradition and is easier to read than '"'"'.  Don't rely on the
855         shell treating "$/" like '$/'.  Use a more-consistent indenting
856         style for the trap.
858 2006-04-09  Eric Blake  <ebb9@byu.net>
860         * tests/autotest.at (Backquote command substitution),
861         (Multiline backquote command substitution): Remove mistaken
862         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
863         applied...
864         (Parenthetical command substitution, Multiline parenthetical
865         command substitution): here.
867 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
869         Import macros from gnulib (often changing their name).
871         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
872         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
873         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
874         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
875         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
876         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
877         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
878         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
879         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
880         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
881         The manual mentions Gnulib more prominently.
882         * doc/autoconf.texi (Gnulib): New node.
883         (Pointers): Add Gnulib URL.
884         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
885         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
886         Gnulib section.
887         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
888         suggest a #define rather than a typedef for _Bool, and mention
889         Gnulib rather than trying to substitute stdbool code.
890         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
891         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
892         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
893         AC_STRUCT_DIRENT_D_TYPE.
894         (Particular Types): Mention stdint.h and inttypes.h as standard
895         headers too.
896         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
897         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
898         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
899         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
900         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
901         (C Compiler): Move AC_C_LONG_DOUBLE to ...
902         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
903         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
904         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
905         (Coding Style).  Don't mention m4_expand_once.
906         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
907         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
908         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
909         (AC_CHECK_FUNCS): Use it.
910         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
911         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
912         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
913         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
914         (AC_HEADER_ASSERT): New macro.
915         (AC_HEADER_STDBOOL): Don't assume "#error" works.
916         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
917         Catch a bug in an HP-UX C compiler.
918         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
919         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
920         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
921         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
922         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
923         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
924         New macros.
926         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
927         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
929 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
931         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
932         of the warning introduced by the 2001-08-28 change.
934 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
935             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
937         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
938         variables shall be overriden by the cache.
939         * tests/torture.at (AC_ARG_VAR): Test also with a first value
940         that contains braces.
942 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
944         Revert the patch from 2006-04-01 and only improve
945         _AS_DETECT_BETTER_SHELL:
947         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
948         skip nonexistent directories.
949         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
950         only shell candidates which exist.
951         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
952         * lib/autotest/general.m4 (AT_INIT): No need to give three
953         parameters to _AS_PATH_WALK.
955 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
956             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
958         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
959         distinguish m4sugar macros.
960         * tests/tools.at (autoupdating with aclocal and m4_include):
961         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
962         test case by Noah Misch <noah@cs.caltech.edu>.
964 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
966         Revert my change from 2006-03-17, in other words:
967         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
968           and DUALCASE=1.
969         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
970         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
971           it is set.
973 2006-04-07  Eric Blake  <ebb9@byu.net>
975         * doc/autoconf.texi (Programming in M4sh): Document that
976         AS_MKDIR_P exits the script on failure.
977         * lib/autotest/general.m4: Remove redundant AS_ERROR.
979 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
981         * config/elisp-comp, config/install-sh, config/mdate-sh,
982         config/missing, config/mkinstalldirs: Sync from Automake.
984         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
985         from Automake.
987         * doc/make-stds.texi: Sync from gnulib.
989 2006-04-06  Eric Blake  <ebb9@byu.net>
991         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
992         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
993         2006-04-01.
995 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
996             Eric Blake  <ebb9@byu.net>,
997             Paul Eggert  <eggert@cs.ucla.edu>,
998             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1000         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1001         whether `set' quotes correctly: redirect stderr of the tested
1002         `set', and use a subshell, for Ultrix; use `sed' instead of
1003         `grep' for zsh `set' which may write binary output; match only
1004         at the beginning of a line, to avoid false positives.
1005         In order to avoid false positives by unrelated variables with
1006         multiline content, put the dump algorithm in a subshell and
1007         unset all variables containing newlines (except some which are
1008         special to the shell).  Warn about cache variables that are
1009         unset.
1011 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1013         * config/config.guess, config/config.sub, config/texinfo.tex:
1014         Sync from upstream.
1016         * tests/mktests.sh: Reword comments.
1018         * tests/mktests.sh: Only skip internal macros starting with
1019         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1020         Update exclusion lists for the test suite to this end:
1021         (AC_ARG_VAR): Do test this now.
1022         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1023         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1024         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1025         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1027         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1028         shell issue with double-quoted command substitutions of native
1029         commands.
1030         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1031         Marshall.
1033         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1034         no file matches the glob, discard the warning, set `nullglob'.
1035         (syntax-check): Likewise.
1036         (sc_cast_of_x_alloc_return_value): Likewise.
1037         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1038         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1039         (m4-check): Likewise.
1040         (sc_system_h_headers): Do not print rule on execution.
1041         (sc_tight_scope): Do not fail for non-existing `src' directory.
1042         (sc_changelog): Skip the Copyright footer.
1043         * lib/autoconf/lang.m4: Remove trailing space.
1045         * lib/autoconf/status.m4: More replacements to
1046         <tab><space> where this makes sense.
1048 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1050         * tests/Makefile.am (maintainer-check-posix):
1051           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1053         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1054           ac_config_<foo>s again, sometimes normalized, sometimes not.
1055         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1056         (AC_CONFIG_COMMANDS): Do not do so here.
1057         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1058           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1059           2005-07-25 rewrite.  Noticed by Noah Misch.
1061         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1062           _AC_PRESERVE_HELP_ORDER, ...
1063         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1065         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1066           inside m4_expand_once; it is redundant.
1068         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1069           for --help from Cygnus `configure.'
1071 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1073         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1074         on a patch proposed by Ralf Wildenhues.
1076 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1078         * lib/autoconf/status.m4: Replace <space>''<tab> with
1079         <tab><space> where this makes sense.
1081 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1082             Noah Misch  <noah@cs.caltech.edu>
1084         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1085         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1086         * doc/autoconf.texi (Help Formatting): New node.
1087         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1089 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1091         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1092         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1093         lib/autoconf/types.m4, lib/autotest/general.m4,
1094         tests/mktests.sh, tests/torture.at: White space cleanup:
1095         remove some SPACE before TAB, or add quoting ('' or @&t@).
1097         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1099         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1101 2006-04-05  Eric Blake  <ebb9@byu.net>
1103         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1104         empty test suite works.
1105         * tests/autotest.at (Empty test suite): Remove xfail.
1107 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1109         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1110         TAGS to ac_config_<foo>s.
1111         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1112         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1113         normalizing it, consistent it with previous releases.
1114         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1116 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1118         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1119         Use simplified args that Eric Blake originally suggested.
1121 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1123         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1124         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1125         Use 'comm' rather than N instances of grep; this also fixes a bug
1126         whereby substrings were incorrectly matched, causing us to not
1127         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1128         (exclude_list): Exclude empty macros.
1129         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1131         Use awk rather than grep -E or egrep, to avoid
1132         portability problems with regular expressions containing newlines.
1133         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1134         Switch from grep to awk syntax.
1135         (ac_exclude_script): Renamed from ac_exclude_egrep.
1136         (au_exclude_script): Renamed from au_exclude_egrep.
1138 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1140         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1141         a subdirectory subject to Cygnus `configure'.
1142         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1144         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1145         report request when we have no AC_PACKAGE_BUGREPORT.
1147 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1149         * THANKS: Update.
1151         * tests/mktests.sh: Update copyright year in the header of the
1152         generated files.
1154         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1155         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1156         typedef'ed restricted pointer, to catch a compiler bug on
1157         HP-UX 11.x, and fix warnings so it passes with -Werror.
1158         (_AC_PROG_CC_C99): Likewise.
1159         Reported by Albert Chin <china@thewrittenword.com>.
1160         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1162 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1164         * bin/autoscan.in (subdirs): New global.
1165         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1166         (output): Emit AC_CONFIG_SUBDIRS as needed.
1167         * tests/autoscan.at (autoscan): Remove XFAIL.
1169 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1171         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1173 2006-04-03  Eric Blake  <ebb9@byu.net>
1175         * THANKS: Add myself.
1177 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1179         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1180         to log, point to testsuite output tree.
1182 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1184         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1185         * doc/autoconf.texi (Function Portability): Mention that C++
1186         has trouble with 'exit'.
1187         (Guidelines): Test programs shouldn't use 'exit'.
1188         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1189         Remove; all uses removed.
1190         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1191         Return from 'main' instead of calling 'exit'.
1192         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1193         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1194         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1195         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1196         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1197         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1198         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1199         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1200         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1201         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1202         * tests/compile.at: Likewise.
1204 2006-04-02  Pavel Roskin  <proski@gnu.org>
1206         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1208 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1210         Clean up _AC_COMPILER_EXEEXT* macros.
1212         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1213           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1214           ac_file to the name of the default output file and call
1215           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1216           initial `rm' of the candidate files...
1217         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1218           the same list in subsequent `rm' calls, and for the temporary
1219           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1220           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1221         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1222         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1223           no longer needed) by libtool.  Make it a cache check.
1224         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1225           copied here by mistake.
1226         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1227           _AC_COMPILER_EXEEXT.
1228         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1229           _AC_COMPILER_OBJEXT directly.
1230         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1232 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1234         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1235         (AS_DIRNAME): Use it.
1236         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1238         * tests/*.at: Remove the generated ones.
1240 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1242         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1244 2006-04-01  Eric Blake  <ebb9@byu.net>
1246         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1247         directories, unless optional third argument supplied.
1248         (AS_UNAME): Don't optimize PATH walk.
1250         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1252 2006-04-01  Eric Blake  <ebb9@byu.net>
1253         and Stepan Kasal  <kasal@ucw.cz>
1255         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1256         and fix some typos.
1258 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1260         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1261         Autoconf version number despite a zero- or one-argument AC_INIT.
1263         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1264         subordinate tools.
1265         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1266         * doc/autoconf.texi (autoreconf Invocation): Document it.
1268         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1269         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1271 2006-04-01  Eric Blake  <ebb9@byu.net>
1273         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1274         * lib/autotest/general.m4: Be tolerant of existing directory when
1275           rm failed to remove it.
1277 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1279         * bin/autoupdate.in: Redefine m4_location so that warnings print
1280         the correct lines of the input file by subtracting..
1281         (_au__first_line): ..this new definition.
1283         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1284         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1285         Remove stray newline in output.
1286         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1287         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1288         Fixes autoupdating of code where the replacement output contains
1289         m4sugar macros.
1290         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1291         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1292          (au_exclude_list): Add AC_LANG_SAVE.
1293         * tests/tools.at: Several new tests for all of this.
1294         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1295         hairy details.
1296         The AC_LANG_SAVE issue was reported against Libtool by
1297         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1298         Kristian Kvilekval <kris@cs.ucsb.edu>.
1300 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1302         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1303           switch all of them on and of when necessary.  Fixes the bug when
1304           m4sugar macros (e.g., m4_define) were expanded after the first
1305           automatic update (e.g., after AC_PREREQ or AC_INIT).
1307 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1309         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1310         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1312         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1313         correctly.  Problem reported by Eric Blake.
1314         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1315         Ralf Wildenhues.
1317 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1319         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1320         Tighten up the basename/dirname wording.
1322 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1324         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1325         in texinfo files outside of verbatim environments.
1326         (syntax-check-rules): Update.
1327         * doc/autoconf.texi (Configuration Headers): Conform to it.
1329 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1331         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1332           aclocal cannot be given on the command line.
1334 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1336         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1337         Give an example for AS_DIRNAME instead of referring to Posix..
1338         (File System Conventions): Put discussion of // versus / here, and
1339         modernize it a bit.
1340         (Limitations of Usual Tools): Add basename.  Remove verbiage
1341         after dirname, since it got moved to the above sections.
1342         All this was inspired by a patch proposed earlier by Eric Blake.
1344 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1346         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1347         `$0' to protect against spaces.
1348         * lib/autotest/general.m4 (AT_INIT): Likewise.
1349         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1350         `$0', $as_me.
1352 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1354         * bin/autoscan.in: The value of find_configure_ac should be
1355         checked for existence, so we don't barf over a nonexisting
1356         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1358 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1360         * bin/autoupdate.in: Fix some typos.
1362 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1364         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1366         * lib/autoscan/autoscan.list: Refreshed.
1368 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1370         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1371         and Erlang related variables.
1373         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1374         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1375         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1376         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1377         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1378         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1379         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1380         (_AC_PROG_OBJC_G): New macros.
1381         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1382         * doc/autoconf.texi (Objective C Compiler): New node.
1383         (Preset Output Variables): Document OBJCFLAGS.
1384         (Language Choice): Document `Objective C' language.
1385         (Fortran Compiler): Fix typo.
1386         * NEWS: Updated.
1387         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1389 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1391         * doc/autoconf.texi (Default Includes): Fix typo
1392           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1393         (Limitations of Usual Tools): s/unwriteable/unwritable/
1394         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1395           Fix typos in the comments.
1397 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1399         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1400           Factor out the warning to...
1401         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1402         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1403         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1405         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1406           case `ac_delim' when writing the sed script.
1408         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1409           moved DUALCASE=1 ...
1410         (AS_SHELL_SANITIZE): ... here.
1411         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1412           that it is set.
1414         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1415           AC_SUBST.
1416         (_AC_PATH_PROG): Store the result to VARIABLE.
1417         (AC_PATH_PROG): No need to set VARIABLE again.
1419         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1420           the first one is usual AT_CHECK_MACRO test, the second one checks
1421           that the same works when cross-compiling.
1422         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1423         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1425 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1427         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1428         the directory `/usr/bin/posix' in the shell search, to prefer
1429         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1430         on Tru64.
1432         * doc/autoconf.texi (contents): To fix texi2html output, hide
1433         `@setcontentsaftertitlepage' for HTML.
1434         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1435         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1436         `@,{c}'.
1438 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1440         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1441           sanitizing...
1442         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1443         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1444           why IFS is restored so late; thank you, Ralf, for reminding us.
1446 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1448         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1449           variables in the examples.
1451 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1453         * doc/autoconf.texi (several sections): Cleaned up documentation for
1454         macros in erlang.m4.
1456 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1458         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1459         failure condition for `$(cmd)' style command substitutions.
1460         (Parenthetical command substition, Multiline parenthetical
1461         command substition): Use it.
1463         * doc/autoconf.texi (Special Shell Variables): Missing word.
1464         Reported by Keith Marshall <keith.marshall@total.com>.
1466         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1467         IFS even in case of empty `$PATH'.
1469 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1471         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1472         `expr' away if there is nothing to do.
1473         < --keywords >: Simplify and robustify argument handling.
1474         Revert erroneous comment from 2005-08-23.  Extend to allow
1475         keyword negation with `!'.
1476         Update help message.  Remove broken code to prevent running
1477         tests multiple times.
1478         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1479         Update and fix the documentation accordingly.
1480         * tests/autotest.at (Keywords): Renamed to..
1481         (Keywords and ranges): .. this.  Extended to make sure negated
1482         keywords, keywords taken from AT_SETUP arguments, and numeric
1483         test ranges work, and that matching is case-insensitive.
1485 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1487         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1488         allow to pass unnamed structs even in C++.
1489         (AC_CHECK_SIZEOF):  Likewise.
1490         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1491         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1492         struct): New tests for unnamed structs, each both native and
1493         cross-compiling.
1495         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1496         a structure inside a cast, for C++ conformance.
1497         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1498         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1500         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1501         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1502         trying to execute the command `no'.
1504         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1505         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1506         expanded outside.
1508         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1509         example.  Do not emphasize `$%', it is hardly new and special.
1510         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1512         * doc/autoconf.texi (Limitations of Usual Tools): Document
1513         OpenBSD and traditional `grep' failure to handle multiple
1514         patterns separated by newlines.
1516 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1518         * doc/autoconf.texi (several sections): Add documentation for macros
1519         in erlang.m4.
1521 2006-03-10  Eric Blake  <ebb9@byu.net>
1523         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1524         AC_TRY_LINK_FUNC.
1526 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1528         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1529         like BSD, GPL, LGPL.  Fix minor English typos.
1530         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1531         Mention that these macros are becoming obsolete.
1532         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1533         Use more modern terminology for which standard is what.
1534         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1535         and to ansi2knr.
1536         (AC_PROG_CXX): Likewise.
1537         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1538         Remove obsolete discussion about how to port to K&R.
1539         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1540         the obsolescent AC_HEADER_STDC.
1541         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1542         can't rely on it.
1544 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1546         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1547         Remove stdin redirection from /dev/null to allow pipe to work.
1549 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1551         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1552         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1553         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1554         Ralf Wildenhues.
1556 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1558         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1559         HP-UX sed is 99 commands, not 100.
1560         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1561         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1562         newline for portability.
1563         * tests/torture.at (Torturing config.status): Also test 100
1564         AC_SUBST_FILE invocations.  Fix test to actually verify the
1565         AC_CONFIG_FILES output.
1566         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1567         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1569         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1570         non-suffix rule.
1571         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1572         non-GNU make.
1573         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1574         * tests/mktests.sh: Small shell portability fixes.
1576 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1578         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1579         recommended quoting style and discard unwanted output.
1581 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1583         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1584         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1585         cases, and to work around Tru64 expr bug.
1587 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1589         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1590         expr bug that turns the result of a regex match into a number if
1591         possible.
1593 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1595         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1596         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1597         in section `Specific Compiler Characteristics'.
1599 2006-03-04  Eric Blake  <ebb9@byu.net>
1601         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1602         variable warning.
1604 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1606         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1607         order of variable initialization, so even the Solaris 2.6 shell
1608         can create a config header correctly.  Fixes lots of test suite
1609         failures.
1611 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1613         * doc/autoconf.texi (Text processing Macros): New node to
1614         document the m4sugar macros m4_re_escape, m4_tolower,
1615         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1617 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1619         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1620         XrmInitialize (0) -> XrmInitialize ().
1621         Reported by Toshio Kuratomi.
1623 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1625         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1626         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1627         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1628         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1629         both macros are defun'ed so that required macros are evaluated
1630         outside.
1632         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1633         where a required macro will be expanded.
1634         (Coding Style): Another reason not to use `m4_define'.
1636 2006-02-21  Eric Blake  <ebb9@byu.net>
1638         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1640 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         * doc/autoconf.texi (Looping constructs): New node, to
1643         document m4_for, m4_foreach, m4_foreach_w, and mention
1644         obsolete AC_FOREACH.
1645         (Obsolete Macros): Document AC_FOREACH.
1646         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1647         (m4_for): Fix to never loop (almost) endlessly, work correctly
1648         with arithmetic expressions in arguments, a step of zero or
1649         non-integer multiple of the interval, and avoid integer
1650         overflow.
1651         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1652         m4_foreach_w.
1654 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1656         Add basic support for Erlang, both for configuring Erlang/OTP
1657         tools, and Erlang as a conf test language.
1658         * lib/autoconf/erlang.m4: New file.
1659         * lib/autoconf/autoconf.m4: Add erlang.m4.
1660         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1661         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1662         * NEWS: Add short description of new macros.
1663         * THANKS: Add Romain Lenglet.
1665 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1667         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1668         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1670 2006-02-15  Eric Blake  <ebb9@byu.net>
1672         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1673         warning.
1675 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1678         (_AS_CASE): Private helper macro.
1679         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1680         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1681         Fix syntax of AS_IF description
1682         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1683         for the AC_REQUIRE mess.
1684         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1685         AS_SHELL_SANITIZE.
1687 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1689         * doc/autoconf.texi: Minor style cleanup.
1690         Be consistent about spaces after commas.
1691         Insert [] where empty args look a bit funny.
1692         Fix some "i.e." and "e.g." usages.
1693         Try to avoid "X/Y" usages.
1694         Don't be pedantic about "ISO C99"; just say C99.
1695         Prefer GNU style for spaces in front of parens.
1696         (Function Portability): Comment about C89 versus C99
1697         signed integer division.
1698         (Particular Headers): Use current gnulib style for dirent
1699         includes.
1701 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
1702         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1704         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1705         macros without parameters.
1706         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1707         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1708         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1709         `$#' bug.
1710         (autoupdate): Updated to match AU_ALIAS fix.
1712 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713         and Paul Eggert  <eggert@cs.ucla.edu>
1715         * doc/autoconf.texi (Programming in M4sh): Document
1716         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1718 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1720         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1721         (AS_BOURNE_COMPATIBLE): ..this.
1722         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1724 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1726         * doc/install.texi (Defining Variables): Tighten up the
1727         CONFIG_SHELL wording.
1729 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
1730         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1733         of (set -o) rather than testing whether (set -o posix) succeeds,
1734         to work around a bug in the AIX 5.3 shell.  Problem originally
1735         reportd by Howard Chu for libtool.
1737 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
1739         * doc/autoconf.texi (Running the Compiler, Running the Linker):
1740         Changes the macro arguments in summaries to match the
1741         descriptions.
1743 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
1745         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1746         hint as ``a workaround for a bug.''
1748 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1750         * bin/autoreconf.in: New option `--no-recursive'.
1751         Improve wording for subpackages a bit.
1752         * doc/autoconf.texi (autoreconf Invocation): Updated.
1753         * NEWS: Updated.
1755         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1756         in environment of `configure', not the command line.
1757         Reported by Howard Chu <hyc@highlandsun.com>.
1759 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1761         * doc/autoconf.texi (Limitations of Builtins): Document the
1762         problem with "trap -".
1764 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
1766         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1767         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1768         messages to differentiate Fortran and Fortran 77 tests.
1769         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1770         AC_LANG_ASSERT, to allow use in mixed-language projects.
1772 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1774         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1775         FOO" to "defined (FOO)".
1776         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1777         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1778         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1779         * tests/tools.at (ifnames): Likewise.
1781 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1784         * lib/Autom4te/General.pm (mktmpdir): Likewise.
1785         (END): Improve error message a bit.
1786         Reported by Bruce Korb <bkorb@gnu.org>.
1788 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1790         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1791         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1793 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
1795         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1796         requires sys/stream.h.  Reported by Oliver Kiddle.
1798 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1799             Stepan Kasal  <kasal@ucw.cz>
1801         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1802         before the removals of test dirs, use `find' to avoid modification
1803         of symlinked directories.
1805 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1807         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1808         Don't ignore the macro arguments.
1810 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
1812         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1813         declaration that works for MSVC.
1815 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1817         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1818         Add `*.map' and `.inf' for Green Hills compiler.
1819         Reported by Stefan Seefeld <stefan@codesourcery.com>.
1821         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1822         correctly: pad with spaces after FIRST_PREFIX if necessary,
1823         and compute string lenghts with `m4_qlen' instead of `m4_len'.
1824         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1825         * tests/m4sh.at (AS_HELP_STRING): Test extended.
1826         * NEWS: Updated.
1827         Reported by numerous people, numerous times.
1829 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1831         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1832         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1833         * lib/autoconf/general.m4, lib/autoconf/status.m4:
1834         * lib/autotest/general.m4, tests/local.at:
1835         Update copyright year to 2006.
1837         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1838         sed substitutions.
1839         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1840         for file names, again.  Reported by Noah Misch.
1841         (Coding Style): Explain that s|a|b| is preferred for file names.
1842         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1843         (AC_OUTPUT_MAKE_DEFS): Likewise.
1844         * lib/autotest/general.m4 (AT_INIT): Likewise.
1845         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1846         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1848         Fix Posix-conformance bugs re use of { command in sed scripts,
1849         and improve the sed-related documentation a bit.
1850         * doc/autoconf.texi (Installation Directory Variables): Use
1851         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
1852         rather than "sed" when talking about Sed in general.
1853         (Particular Programs): Likewise.
1854         (Coding Style): y is like s with respect to / and ,.
1855         (Limitations of Usual Tools): Document the weird restrictions
1856         that Posix has about { }.  Use better quoting.
1857         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1858         Rewrite to conform to Posix rules about { } in sed scripts.
1859         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1860         * tests/foreign.at (Libtool): Likewise.
1861         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1862         Use our own style advice re 's,a,b,' versus 's|a|b|'.
1864 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1866         * lib/autoconf/status.m4: Fix typo.
1868         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1869         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1870         `-def', for the benefit of Portland `pgf90 -Mipa'.
1871         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1873 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1875         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1876         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1877         shell from zsh to bash.
1879 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
1881         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1882           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
1884 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1886         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1887         parentheses in $(...).  Problem reported by Eric Blake.
1889 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1891         * doc/autoconf.texi (Limitations of Usual Tools):
1892         Mention which characters can be escaped with \ in portable regular
1893         expressions used in grep, sed, expr.  Mention the leading ^ problem
1894         with expr.  Clean up some confusing wording.  Mention which
1895         grep options are portable.
1897 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
1899         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
1901 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1903         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
1904         patch, noted by Ralf Wildenhues.
1906 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1908         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
1909         posix' unconditionally, for pdksh in `native sh' emulation.
1911 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1913         * doc/autoconf.texi (Shellology): Document eval $? problem
1914         with ash.
1915         (Limitations of Builtins): Likewise.
1917 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1919         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
1920         CONFIG_SHELL in the environment of the configure rerun.
1921         * doc/autoconf.texi (Here-Documents, config.status Invocation):
1922         Suggest passing CONFIG_SHELL absolute, and in the environment
1923         rather than as option.
1925 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1927         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1928         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
1929         Fix macro quoting.  Fix output for n * 98 substituted variables.
1931 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1933         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
1934         `tmp' to avoid file removal race.
1936 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1938         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
1939         ac_clean_files and LIBOBJS.
1941 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1943         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
1944         Factor functionality to..
1945         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
1946         `AC_SUBST($1)' in the public version.
1947         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
1948         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
1949         ac_pt_* variables.
1951 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
1953         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
1954         filesystems.
1956 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958         * NEWS: Move AH_HEADER mention to right place.
1960 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
1962         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
1963         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1965 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
1967         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
1968         conftst2.$ac_objext.
1969         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1971 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
1973         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
1974         conftest.o, to see whether the compiler really obeys; rm the object
1975         file before and after the test and register it with ac_clean_files.
1976         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1978 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
1980         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
1981         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
1982         code so that the most common case requires less forks.
1984 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
1986         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
1987         not portable; thanks to Paul Eggert and Alexandre.
1989         * NEWS: Fix an old typo.
1991 2005-10-20  Jim Meyering  <jim@meyering.net>
1993         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
1994         the latter'', in two places.
1996 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1998         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
1999         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2000         the inner workings of AC_LANG_FUNC_LINK_TRY.
2001         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2002         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2003         by the function rather than ignoring it.
2004         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2005         comparing its address.  Intel's interprocedural optimization was
2006         outsmarting the old heuristic.  Problem reported by
2007         Mikulas Patocka.
2009 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2011         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2013 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2015         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2016         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2018 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2020         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2021         before removing it (chmod -R u+rwx); there are three instances of this.
2023 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2024             Stepan Kasal  <kasal@ucw.cz>
2026         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2027         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2028         make its content writable before removing it.  Remove an errorneous
2029         comment from the end, where the logs of the failed tests are copied
2030         to the main log file.
2032 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2034         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2035           in case the computer is too quick.  Double quote the configure.ac
2036           snippets.
2038         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2039           problems if the testsuite were running too fast.
2041 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2043         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2044         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2045         (which belong to Xt, not X itself).  See Debian bug 327655.
2046         * NEWS: Mention this.
2048 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2050         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2052 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2054         * config/move-if-change: Don't output "$2 is unchanged";
2055         suggested by Ben Elliston.  Handle weird characters correctly.
2057 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2059         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2060           calls, so that the final expansion of this macro is shorter.
2061           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2062           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2063           the cleanup there.  Use AS_VAR_* macros, to be more general.
2064         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2066         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2068         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2070 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2072         * doc/autoconf.texi (Configuration Headers): Add an index entry
2073           for AH_HEADER.
2075 2005-08-26  Pavel Roskin  <proski@gnu.org>
2077         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2078         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2079         running xmkmf.
2081 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2083         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2084         The previous patch didn't work, so try a better one.
2086 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2088         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2089         in the example.  Reported by Bruno Haible.
2090         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2091         "if $undefined_var;" succeeds with my shell.
2093         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2094         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2095         but change the m4_divert_text to m4_divert_once.
2097 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2099         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2100         Work around bug in Solaris /usr/xpg4/bin/awk.
2101         The bug is present in at least Solaris 8 through 10.
2103 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2105         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2106         some evil values and relying on the fact that $* concatenates the
2107         parameters by the first character from IFS.
2109 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2110             Stepan Kasal  <kasal@ucw.cz>
2112         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2113         first header appears, define AH_HEADER.
2114         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2115         Update limitations about when to call AC_CONFIG_HEADERS.
2116         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2117         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2118         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2119         ``Configuration Actions''; fix their index entries.
2121         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2122         options correctly.  Process N-M as M-N if M is smaller than N.
2123         Process ranges correctly so that N-N will run only N.
2124         Sort and uniquify the tests that will be run.  If there is more
2125         than one test, reinsert the banners for the tests.
2126         * tests/autotest.at (Keywords): Unmark XFAIL.
2128 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2130         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2131           before passing the macro name to AH_TEMPLATE.
2133         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2134           now opens log after option processing; in particular, --version
2135           and --help do not touch config.log.
2137         * Makefile.maint: Revert the change from 2005-08-12.
2139 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2141         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2142           common code to...
2143         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2145 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2147         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2148         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2149         Language cleanup.
2151         * doc/autoconf.texi (Defining Symbols, Changed Results):
2152         Prepend to LIBS, not append, in examples.
2154 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2156         When building in place, set srcdir="."; suggested by Tim Van Holder.
2158         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2159           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2160         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2161         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2162           does not mean "no --srcdir option".
2164 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2166         * tests/autoscan.at (autoscan): New file.
2167         * tests/suite.at: Use it.
2168         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2169         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2171         * tests/autotest.at (Keywords): Test keywords combinations.
2173 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2175         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2176           add "2>&1"; gzip 1.2.4 prints help on stderr.
2178 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2180         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2181         was pushdef'ed twice while popped only once.  Push it only once.
2182         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2184 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2186         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2187         prefixed by mere "===", not "configure: === ".
2189 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2191         * Makefile.maint: Update from Bison.
2193         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2194         "<tab>" in comment, so that the point is understandable.
2196 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2198         Rewrite substantial part of lib/autoconf/status.m4.
2199         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2200         and CONFIG_COMMANDS are not processed in four separate loops.
2201         Instead, there is one main loop.  This alows that the common code
2202         is expanded only once, thus config.status (and configure) is smaller.
2204         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2205         the AC_LIST_FILES and cousins macros are no longer used.
2207         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2208         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2209         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2210         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2211         contain the initialization, nor the for loop, nor the associated
2212         commands; all these go to ...
2213         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2214         _AC_OUTPUT_CONFIG_STATUS.
2215         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2216         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2217         (_AC_OUTPUT_FILE): The creation of the sed script ...
2218         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2219         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2220         _AC_OUTPUT_MAIN_LOOP.
2221         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2222         _AC_CONFIG_COMMANDS): Use ...
2223         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2224         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2225         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2226         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2227         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2228         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2229         ... new macros.
2230         (_AC_CONFIG_UNIQUE): Update.
2231         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2232         Replaced by this ...
2233         (_AC_LIST_TAGS): ... new common macro.
2234         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2235         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2236         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2237         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2238         this didn't belong to the `config commands' section.
2239         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2240         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2241         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2242         to the `config commands' section either.
2243         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2244         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2246         ... and many changes to the comments nearby.
2248         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2249         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2250         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2251         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2252         (#define header templates): The comment at the top of the generated
2253         header now includes the name(s) of the source file(s).
2255         Several unrelated small changes:
2257         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2258         parameter to AC_DIAGNOSE.
2259         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2260         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2261         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2262         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2263         with AU::AC_OUTPUT.
2264         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2265         in AC_OUTPUT doesn't double-quote it either.
2266         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2267         parameters.
2269 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2271         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2272         versions of Portland Group compiler produce single- and double-quoted
2273         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2274         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2276 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2278         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2279         This is a corrected version of yesterday's patch.
2281 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2283         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2284         path, too; insert a "===" to emphasize the line.
2286         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2287           ac_cv_build_alias to ac_build_alias.
2288         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2290         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2291         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2292         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2293         (AC_ARG_VAR): ... here.
2294         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2295           target_alias.
2297         Keep a list of all precious variables and process them with one simple
2298         for loop, instead of expanding all commands, or, OTOH, complicated
2299         processing of output of "set".
2300         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2301         variable names in new macro...
2302         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2303         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2304           a loop to assign all ac_env_* and ac_cv_env_* variables.
2305         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2306           to INIT_PREPARE.
2307         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2308           its value to shell variable ac_precious_vars and call
2309           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2310         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2311           _AC_ARG_VAR_VALIDATE.
2313         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2314           and the AC_SUBSTs ...
2315         (AC_INIT): ... here.
2317         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2318           the ac_subst_files section in config.log.
2320         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2322 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2324         * NEWS: New macro AC_C_TYPEOF.
2325         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2326         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2327         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2329         Fix problems reported by Nicolas Joly.
2330         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2331         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2332         They are generated by the Tru64 v5.1B shell.
2334 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2336         Fix my changes from 2005-07-01; reported by Noah Misch.
2337         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2338         description, the macro now accepts only a single tag.
2339         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2341         Fix cases when the varsions of Autoconf and Autotest don't match.
2342         Reported by Noah Misch.
2343         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2344         at_top_builddir, for compatibility with older autotest.
2345         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2346         is not set, use at_top_builddir, for compatibility with older
2347         versions of autoconf.
2349 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2351         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2352         Problem reported by Patrick Welche.
2354 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2356         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2357         sed substitution command, so that we allow | in program prefixes
2358         and program suffixes.  (& is a problem anyway; we're not fixing
2359         that here.)
2360         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2361         configure_input, top_builddir, srcdir, etc.
2362         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2363         PATH_SEPARATOR in AUTOTEST_PATH.
2365 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2367         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2368         for loop over config.site files using `set', to allow
2369         directory names containing IFS characters.
2371 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2373         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2374         directories with weird names.  Apparently some people like living
2375         on the edge.  However, improve the test that "pwd" actually does
2376         report a name for the working directory.
2377         * NEWS: Remove the claim that we test for funny chars in dir names.
2379 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2381         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2382         replaced ...
2383         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2384         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2385         Now accept a single tag, not whitespace separated list.
2386         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2388 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2390         * doc/autoconf.texi (Configuration Headers): Change the explanation
2391         about #include <config.h>.
2392         (Generic Functions): Mention the Gnulib project.
2393         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2395         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2396         document to output the default config_* lists to config.status.
2397         Don't recognize option --file, if the functionality is not there.
2398         Likewise for --header; moreover, recognize --he and --h as shortcuts
2399         for --help in that case.
2401         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2402         matches the order of execution.  No code changed.
2404 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2406         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2407         single-quoted -cmdline argument in Portland Group compiler.
2408         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2410 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2412         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2414 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2416         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2417         descriptors to child processes; reported by Norman Gray.
2419 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2421         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2423         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2424         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2425         (AC_SUBST): Call it.
2426         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2427         the directory specific variables; but don't call it for configure_input.
2429 2005-06-28  Derek Price  <derek@ximbiot.com>
2431         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2432         addition.
2434 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2436         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2437         directory have inherent problems with special characters like spaces,
2438         due to limitations in Make syntax.  Problem reported by Alexandre
2439         Duret-Lutz.
2440         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2441         Also, fix Tru64 porting problem with shell patterns,
2442         reported by Ralf Wildenhues.
2444 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2446         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2448 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2450         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2452         Fix some more shell quoting problems.  Prompted by a bug report
2453         from Justace Clutter.
2454         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2455         variable into diagnostic.  Make the diagnostic an error, not a warning,
2456         because we really don't support spaces and suchlike in dir names.
2457         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2458         Don't worry about backslashes in srcdir; it can't happen now.
2459         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2460         Simplify ac_optarg handling.
2461         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2463 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2465         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2466         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2467         * tests/atlocal.in: Propagate $EGREP and $SED.
2468         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2469         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2471         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2472         that '\|' is not allowed in BREs; recommend using newline separated
2473         list of patterns instead of multiple -e options.
2475         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2477         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2479 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2481         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2483 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2485         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2486         b, t, r, w commands require single space, while : cannot have any.
2487         (Special Shell Variables): Fix sed code this in the example.
2488         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2489         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2491         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2492         expand to the empty list.  Don't use two pairs of m4_changequote,
2493         it's not necessary.
2495 2005-06-20  Derek Price  <derek@ximbiot.com>
2497         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2499 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2501         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2502         * doc/autoconf.texi:
2503         Don't mention Solaris versions so much, if a
2504         problem is common to all extant versions of Solaris.  Say "SunOS
2505         4" instead of "SunOS" for SunOS 4.
2506         (awk): Mention more of the limitations of traditional Awk.
2507         (cat): Don't talk about cat -v.
2509 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2511         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2512         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2513         but the implementation is entirely different and is designed
2514         to be compatible with glibc strverscmp.
2515         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2517         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2518         on Mac OS X 10.4 reported by Peter O'Gorman in:
2519         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2520         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2521         Use shell builtins rather than 'expr', to work around expr bug.
2523 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2525         * doc/autoconf.texi: "filesystem" -> "file system".
2526         "behaviour" -> "behavior".
2527         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2528         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2529         as per POSIX.
2530         * lib/m4sugar/m4sh.m4: Likewise.
2531         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2532         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2534         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2535         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2536         to update the man page.  That way, we don't have to check in new
2537         man pages every month.
2539         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2540         quotes and backslashes.  Patch from Derek Price.
2542 2005-06-10  Derek Price  <derek@ximbiot.com>
2544         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2545         AS_TR_SH.
2547 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2549         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2550         -u, since it outputs chatter if the input files are the same.
2551         Problem reported by Ralf Menzel.
2553 2005-06-08  Derek Price  <derek@ximbiot.com>
2555         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2556         renaming them since they are about to be redefined anyhow.
2558 2005-06-08  Derek Price  <derek@ximbiot.com>
2560         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2561         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2562         Move m4_undefine to alphabetical order.
2564 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2566         * README: Recommend GNU M4 1.4.3 or later.
2567         * doc/autoconf.texi (Introduction): Likewise.
2568         Reword to avoid some formatting glitches.
2569         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2570         Clarify explanation of HP compiler bug.
2571         Redo example output tp match current CVS snapshot.
2572         Use @example.org in email addresses when the examples
2573         might get inadvertently cut-and-pasted into user code.
2574         Remove example of autom4te usage that doesn't seem to work now.
2575         Use modern AC_INIT (except when the example is meant to be
2576         shown with Autoconf 2.13).
2577         Update ksh info for Solaris 9 and later.
2578         KB -> kB.
2579         Modernize description of Automake versions a bit.
2580         Don't claim a future version of Autoconf is near.
2581         * doc/install.texi: Reword to avoid some formatting glitches.
2583 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2585         * doc/autoconf.texi: Add [] to examples, so that the manual
2586         follows its own advice about quoting better.
2587         Reword to avoid some formatting glitches.
2588         * doc/installt.exi: Reword to avoid some formatting glitches.
2590         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2591         Tru64 ksh pattern matching bug.  Reported against Libtool by
2592         Albert Chin <libtool@mlists.thewrittenword.com> and
2593         Nicolas Joly <njoly@pasteur.fr>.
2595 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2597         m4_cdr of one-member list was [[]] (one-member list containing an
2598         empty string) instead of [] (an empty list.  Callers were skewed to
2599         match this misbehaviour.  As a consequence of this:
2600          - m4_foreach([x], [], [foo]) expanded to `foo', while
2601          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2602         This bug has been fixed:
2604         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2605           expand to an empty string; print error msg if called without
2606           an argument list.
2607         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2608           misbehaviour; handle [] and [[]] correctly.
2610 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2612         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2613         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2614           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2616 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2618         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2619           swallow records with more than 99 fields.
2620         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2621           parse the long line.
2623 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2625         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2626           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2627         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2628           to workaround this limitation.
2630 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2632         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2633         to gfortran, and make these the first two compiler names
2634         checked (following the general autoconf preference for gcc).
2636 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
2638         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2639         (DISTCLEANFILES): Remove $(check_SCRIPTS).
2640         (testsuite): Make sure autotest.m4f is up-to-date before using it.
2642 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2644         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2645         expression of unbounded size when processing the --list
2646         option.  This runs afoul of a limit of 399 bytes per regular
2647         expression on AIX.  Problem reported by Ralf Wildenhues.
2649 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2651         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2652         * doc/autoconf.texi (Particular Headers): Reword example
2653         for multiline stdbool replacement.
2654         (Setting Output Variables): Reword text a bit.  Don't
2655         give all the details about |#_!!_#|.
2656         Reword description of line replacement.
2658 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
2660         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2661         now contain newlines, and substituted files must be referenced on
2662         a line alone; the sed scripts to substitute them are now very
2663         different.
2664         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2665         commands can be put in a sed script portably.
2666         * doc/autoconf.texi (Setting Output Variables): Document above
2667         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2668         use of multiline substitution.
2669         * tests/torture.at: No longer expect substitution of newline to fail.
2671 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2673         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2674         From Ralf Menzel (trivial change).
2676 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
2678         * tests/local.at: Don't attempt to check for negated character
2679         classes in shell scripts.  The test was too brittle.
2681 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
2683         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2684         * doc/autoconf.texi (Limitations of Builtins): Document this
2685           limitation.
2687 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
2689         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2690           common code; used in many places in the tree.
2691         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2692         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2694         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2696         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2697           messages when ac_unique_file is not found.
2698         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2699         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2700           commands, for consistency with AC_MSG_ERROR and such.
2702         * bin/autoconf.as: Make more use of "shift 2" in option processing.
2704         * bin/Makefile.am: Merge the two rules for creating scripts.
2706 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
2708         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2709         obsolete; it was never documented.
2710         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2712 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2714         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2715         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2716         (ac_top_builddir): ... this ...
2717         (ac_top_build_prefix): ... to this; the old name is also kept, for
2718           backward compatibility.
2719         (ac_top_builddir_sub): New variable, without the trailing slash,
2720           always nonempty.
2721         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2722         * doc/autoconf.texi (Configuration Actions): Rename
2723           ac_top_builddir to ac_top_build_prefix.
2724         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2725           at_top_builddir to at_top_build_prefix.
2726         * lib/autotest/general.m4 (AT_INIT): Likewise.
2728 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2730         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2731           of confdefs.h .
2733 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2735         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2736           argument to m4_foreach.  I guess it was necessary in the past,
2737           but I think it's a no-op now.
2739 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2741         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2742           ``cat <<_ACEOF'' commands to one.
2743         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2744         * lib/autoconf/status.m4: On various places, use expr instead of
2745           ``echo|sed.''
2746         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2747         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2748         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2749           a range.
2750         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2751           the wrong patterns between ``case'' and ``esac.''  The previous
2752           code had false positives.
2754 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2756         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2757         as on 2005-05-02.
2758         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2759         Mention LIBOBJDIR.
2761 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2763         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2764         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2765         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2766         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2767         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2768         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2769         config/config.guess, config/config.sub, config/elisp-comp,
2770         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2771         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2772         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2773         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2774         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2775         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2776         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2777         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2778         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2779         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2780         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2781         lib/autoconf/general.m4, lib/autoconf/headers.m4,
2782         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2783         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2784         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2785         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2786         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2787         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2788         lib/autotest/general.m4, lib/emacs/Makefile.am,
2789         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2790         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2791         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2792         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2793         tests/compile.at, tests/foreign.at, tests/fortran.at,
2794         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2795         tests/semantics.at, tests/suite.at, tests/tools.at,
2796         tests/torture.at, tests/wrapper.as:
2797         Update FSF postal mail address.
2799 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
2801         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2802           check.
2803         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2804           enough arguments, similarly as in m4_bpatsubsts.
2806 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
2808         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2809           of absolute paths.
2811 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
2813         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2814           for absolute directory names in one loop.
2815         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2816           abbreviations of --version and --debug.
2818 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2820         * doc/autoconf.texi (Autoconf Language): Be more precise about
2821         quoting rules.  Problems noted by Stepan Kasal.
2822         Also, throughout this document, be more careful about white space.
2823         "blank", "white space", and "space" all have different meanings
2824         and we should be careful to say what we mean.
2826 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
2828         Fix C++ related problems reported by Werner Lemberg.
2829         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2830         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2831         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2832         avoid problems with C++ and throw.
2833         * tests/compile.at: .cpp, not .cc.
2835         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2837 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2839         * doc/autoconf.texi (Generic Functions): Typos.
2841 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
2843         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2844         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2845         set by latest automake.
2847 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2849         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2850         outputs 0 on GNU/Linux these days.
2852 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2854         * doc/autoconf.texi (Autoconf Language): Add more description
2855         about quoting heuristics.
2856         (Limitations of Builtins): Describe "set -" problems.
2858 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2860         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2861         not newline.
2863         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2864         by AC_DEFINE; it was a mistake.
2865         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2867 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
2869         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2871 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
2873         * doc/autoconf.texi (External Software): Quadrigraphs are not
2874           processed correctly in AS_HELP_STRING; avoid this in the examples.
2875         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2876         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2877           comment and reduce m4_default([foo], []) to [foo].
2878         (m4_strip): Update the explanation.
2880 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2882         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2883         Remove core.conftest.* too; it's generated by Tru64 5.1.
2884         Problem reported by Jennis Pruett.
2885         * lib/autoconf/functions.m4
2886         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2887         Don't bother to remove core files; AC_RUN_IFELSE should do that
2888         for you.
2890 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
2892         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
2894 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
2896         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
2897         Report from Horst Wente.
2899 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
2901         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
2902           the comment.
2904 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
2906         * doc/autoconf.texi (External Software, Package Options): Add
2907           examples showing how to implement --with-* and --enable-* options.
2909 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2911         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
2912         as well as configure.in.  Problem reported by Gregorio Guidi.
2914 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2916         * doc/autoconf.texi (Particular Functions): Use gnulib's current
2917         pattern for alloca snippet.
2919 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
2921         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
2923 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
2925         * doc/autoconf.texi (Generic Programs): Fix a typo.
2927 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2929         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
2930         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
2932 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2934         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
2935         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
2936         whole-archive (-zallextract, -zdefaultextract) options in the hope of
2937         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
2938         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
2940 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
2942         * NEWS: The configure command now warns you if you attempt to use
2943         a directory whose name contains a special character like space,
2944         newline, or "\".
2945         * doc/autoconf.texi (Installation Directory Variables): Allow
2946         "," in file names.  Do not use \@; it's not a portable regexp.
2947         * bin/Makefile.am (edit): Likewise.
2948         * lib/Makefile.am (edit): Likewise.
2949         * tests/Makefile.am (edit): Likewise.
2950         * tests/semantics.at: Likewise.
2951         * tests/torture.at: Likewise.
2952         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
2953         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
2954         * doc/autoconf.texi (File System Conventions): Warn about
2955         unportable file names.
2956         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
2957         (AC_INIT): Use it.
2958         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
2959         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
2960         ac_pwd, and quote srcdir.
2961         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
2963         * doc/autoconf.texi: Fix some systematic formatting problems.
2964         ".)"  needs a following @: if not at the end of a sentence, and
2965         similarly for "!)".  "etc." should be preceded by a comma.
2966         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
2968 2005-03-22  Bruno Haible  <bruno@clisp.org>
2970         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
2971         argument is often called 'build-aux'.
2973 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
2975         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
2976           macro AC_TRY_LINK is obsolete.
2977         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
2978           `AC_CONFIG_FILES'.
2980 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
2982         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
2983           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
2984           from a Common Lisp's `cl'.
2985         (AC_PROG_CXX): Behave according to the documentation: don't
2986           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
2987           make the variable CCC precious; use `cl.exe', not `cl'.
2989 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
2990             Alexandre Duret-Lutz  <adl@gnu.org>
2992         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
2993         /dev/null, as "configure" shouldn't read stdin, and this insulates
2994         us from problems (e.g., when testing for "cl").  Also, do this
2995         redirection before invoking "hostname" or "uname", and keep the
2996         original input stream available via...
2997         (AS_ORIGINAL_STDIN_FD): ... this new macro.
2998         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
2999         bother with "</dev/null" since it's now done at the top of
3000         'configure'.
3001         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3002         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3003         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3004         * doc/autoconf.texi (File Descriptor Macros): New section.
3005         (Printing Messages): Mention it.
3006         * tests/base.at (Input/Output): New test.
3008 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3010         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3011         newline if neither \c nor -n work, as that would output two
3012         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3014 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3016         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3017         This causes that any required macros inside will get before the if.
3018         * doc/autoconf.texi (autom4te.cache): A typo.
3020 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3022         Undo previous change, except keep the change to
3023         lib/autoconf/programs.m4 that replaced grep with shell
3024         pattern-matching.  This is because net-snmp configure reads stdin.
3025         Reported by Noah Misch.
3027 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3029         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3030         from /dev/null, as "configure" shouldn't read stdin, and this
3031         insulates us from problems (e.g., when testing for "cl").
3032         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3033         before invoking "hostname" or "uname".
3034         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3035         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3036         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3037         "</dev/null" since it's now done at the top of 'configure'.
3038         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3039         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3040         Also, replace grep with shell pattern-matching, to save a process.
3042 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3044         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3045         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3046         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3047         compiler.
3049 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3051         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3052         grep -q isn't portable.  Improve grep -s explanation.
3053         Problem reported by Dan Manthey.
3055 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3057         * doc/autoconf.texi (Special Shell Variables): Clarify
3058         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3060 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3062         * doc/autoconf.texi: Use @acronym for DJGPP.
3063         Fix some @code's that should have been @env's, and vice versa.
3064         Sort environment variable names.
3065         Mention that shells no longer inherit IFS.
3066         Don't recommend PATH_SEPARATOR=';' so strongly.
3067         Mention that $RANDOM might expand to the empty string.
3068         "symlink" and "soft link" -> "symbolic link".
3069         Improve mktemp description (reported by Bruno Haible).
3071 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3073         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3074         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3075         Likewise.
3076         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3077         Likewise.
3079 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3081         * NEWS: Mention AT_COPYRIGHT.
3083         * tests/local.at (AT_CMP): Use diff directly on input files rather
3084         than copying them.
3086         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3087         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3089 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3090         and Paul Eggert  <eggert@cs.ucla.edu>
3092         * tests/autotest.at (Empty test suite): New test.
3093         * tests/torture.at (Substitute and define special characters)
3094         (Substitute a 2000-byte string, Define to a 2000-byte string)
3095         (Substitute a newline, Define a newline): New tests.
3097 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3099         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3100         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3101         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3102         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3103         (Standard regular expressions): New test.
3104         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3105         excess test name quoting.
3106         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3107         CPPFLAGS to `configure' instead of setting it in `configure'.
3109         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3110         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3111         on some platforms.
3113         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3114         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3116         * tests/local.at (AT_CMP): New macro.
3117         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3118         (AC_SAVE_STATE): Move environment grep...
3119         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3120         (AT_CONFIG_CMP): New macro.
3121         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3122         * tests/c.at (Extensions): Do not exit early.
3123         * tests/atlocal.in: Inherit $GREP.
3125         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3126         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3128         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3129         (AC_COPYRIGHT): Factor header comment portion out and move into...
3130         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3131         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3132         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3133         --version output.
3134         * tests/local.at: Add Autoconf test suite copyright notice.
3135         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3137 2005-02-04  Bruno Haible  <bruno@clisp.org>
3138         and Paul Eggert  <eggert@cs.ucla.edu>
3140         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3142 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3144         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3145         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3147         Try not to generated lines of unlimited length, as POSIX places a
3148         2047-byte limit on line length of portable text files.
3149         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3150         Use newline as a separator, not space.
3151         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3152         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3153         space.
3155 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3157         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3158         as_func_*.  Add test to check whether positional parameters
3159         are restored after function return.
3161 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3163         * doc/autoconf.texi (Special Shell Variables): Mention _,
3164         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3165         if they contain a lower-case letter.  The DUALCASE problem was
3166         reported by Ralf Wildenhues.
3168         * bin/autoconf.as: Don't exit with status 0 after write failure
3169         with --help or --version.
3170         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3171         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3173 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3175         * doc/autoconf.texi (Limitations of Usual Tools):
3176         Unicos 9 sed limitations.
3177         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3178         to get the option-enhanced interface on older Crays.  Try ftn for
3179         Fortran 95 (newer Crays).
3181 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3183         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3184         care to echo the commands, so the user knows what's going on.
3185         Modified from a suggestion by Stepan Kasal.
3187         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3188         with a cross reference.  Derived from a suggestion by Bruce Korb.
3190 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3192         * doc/autoconf.texi (config.status Invocation): Warn about
3193         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3194         * doc/install.texi (Defining Variables): Likewise.
3195         Based on a proposed patch by Ralf Wildenhues.
3197         * man/Makefile.am (.x.1): Make sure the required generated files
3198         are up to date.  Problem and original solution proposed by Stepan Kasal.
3199         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3200         implicit-man-prerequisites): New rules, used by the above.
3202         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3203         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3204         * config/missing, config/texinfo.tex: Likewise.
3206 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3208         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3209         Update the long comment explaining it.
3211         m4_require no longer writes an ``is required by'' line to the
3212         execution stack.  It contains only one bit of non-redundant
3213         information: that the macro was required, not called.  And even
3214         this bit is useless in most situations: have you ever met a macro
3215         which both calls and requires the same macro?
3217         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3218         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3219           macro.
3220         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3221         (m4_expansion_stack_pop): Remove the misplaced comment.
3222         (m4_require): Don't put the ``is required by'' line to the
3223           execution stack; slightly improve the out-of-a-defun error message.
3224         (_m4_divert_grow): New macro, counter for the temporary diversions.
3225         (_m4_require_call): Use it.
3226         * tests/m4sugar.at (m4_require): Expect output without the
3227           ``is required by'' messages.
3229 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3231         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3232         rather than x for expr.
3234         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3235         this is safe.
3236         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3237         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3238         * lib/autotest/general.m4 (AT_INIT): Likewise.
3239         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3240         * tests/mktests.sh: Likewise.
3242 2005-01-27  Akim Demaille  <akim@epita.fr>
3244         Have autoheader honor --force.
3246         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3247         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3248         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3249         from masters, so that FileUtils.pm's update_file provide --force
3250         support.
3251         * bin/autoheader.in: Pass $force to update_file so that
3252         config.h.in is always recreated when --force.
3254 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3256         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3258 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3260         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3261         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3263 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3265         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3266         Warn about newline stripping in `` and $().  Update Solaris
3267         version to 9.
3268         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3269         X insulates us from future changes to Posix.
3270         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3271         stripping.
3273 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3275         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3276           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3278 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3280         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3281         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3282         bug-tar mailing list.
3284 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3286         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3288 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3290         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3291         ulongval to be static, to avoid unwanted GCC warning.  Problem
3292         reported by Michael Jennings via Daniel Reed; see
3293         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3295 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3297         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3298         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3299         datadir, infodir, and mandir.  Adjust argument parsing code.
3300         (_AC_INIT_HELP): Update help text.
3301         * doc/autoconf.texi (Installation Directory Variables): Document
3302         new variables.
3304 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3306         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3307         not seem to work, assume it does set $(MAKE).
3308         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3310 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3312         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3314 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3316         A cleanup of the diversion support in m4sugar.
3318         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3319         (_m4_divert_n_stack): New macro; the expansion is
3320           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3321           otherwise.
3322         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3323         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3324           stored in _m4_divert_diversion or _m4_divert_dump.
3325         (m4_divert_pop): When the parameter is given, compare the symbolic
3326           name with the last diversion pushed on the stack.  Previously, the
3327           current diversion was compared with the numeric value of the
3328           diversion given as the parameter.
3329         (m4_require): If the macro hasn't been expanded yet, call ...
3330         (_m4_require_call): this new macro.
3332 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3334         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3335         Workarounds for documented `case' limitations.
3337 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3339         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3340         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3342 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3344         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3345         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3346         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3348         Patch from Roger Leigh (with some minor changes) as follows:
3349         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3350         Resurrect AC_PROG_CC_STDC.
3351         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3352         AC_PROG_CC_C89, AC_PROG_CC_C99.
3353         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3354         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3355         AC_PROG_CC_C99): New macros.
3356         (AC_PROG_CC_STDC): Use them.
3357         (_AC_PROG_CC_STDC): Remove.
3358         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3359         * THANKS: Add Roger Leigh.
3361 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3363         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3364         signals that the package uses Automake; a `Makefile.am' is typical but
3365         not essential.  Reported by Magnus Therning.
3366         * tests/torture.at (autoreconf.): New banner.
3367         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3368         AC_CONFIG_SUBDIRS'.
3369         (autoreconf an empty directory): Rename to `Empty directory'.
3370         (Unusual Automake input files): New test.
3372 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3374         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3375         (AT_SETUP): Clear AT_capture_files.
3376         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3377         (AT_KEYWORDS): Fix comment typo.
3378         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3379         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3380         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3382 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3384         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3385         If the variable to set is already set, set ac_cv_path_$1
3386         to the preset value so caller can assume ac_cv_path_$1
3387         is available.  (trivial change)
3389 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3391         * BUGS (Minor Problems): Warn about makefile limitations.
3392         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3393         * man/Makefile.am: Find and update manual pages in $(srcdir).
3395 2004-12-24  Eric Blake  <ebb9@byu.net>
3397         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3398         shells in subshell, to avoid noise from ash.  (trivial change)
3400 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3402         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3403         problems with SunOS ksh and backslash escaping, Bourne shells and
3404         closing brackets (both within character classes).  Bug reported
3405         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3406         <read>: New entry.  Mention non-availability of -r.
3408 2004-12-21  Akim Demaille  <akim@epita.fr>
3410         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3411         avoid cluttering displayed messages.  Rather, prepend srcdir where
3412         AT_LINE is used for log files.
3414 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3416         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3417         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3418           no longer part of the macro, quote the occurrence of ``$tmp''.
3419         * doc/autoconf.texi (Forbidden Patterns): Typo.
3421 2004-12-21  Akim Demaille  <akim@epita.fr>
3423         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3424         separated from the test title by forcing a white space.
3426 2004-12-21  Akim Demaille  <akim@epita.fr>
3428         Enable Emacs navigation within testsuite.log files.
3430         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3431         use the compilation mode.
3432         (AT_LINE): Point to the srcdir.
3434 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3436         * tests/Makefile.am (installcheck-local): Use $(bindir).
3437         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3438         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3439         Makefile.am scheme Autoconf now uses.
3441 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3443         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3444         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3446 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3448         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3449         (_AT_CHECK): Use it.
3450         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3451         (AS_ESCAPE): Fix comment.
3452         * tests/autotest.at: Adjust section banner comments.
3453         (AT_CHECK_AT): Accept STATUS and STDERR.
3454         (AT_CHECK_AT_TEST): Likewise.
3455         (Invalid brace-enclosed parameter expansion)
3456         (Multiline command from M4 expansion)
3457         (Double-M4-quoted command): New tests.
3459 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3461         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3463 2004-12-17  Akim Demaille  <akim@epita.fr>
3465         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3466         m4_pattern_allow.
3467         Suggested by Alexandre Duret-Lutz.
3468         * doc/autoconf.texi (Setting Output Variables): Catch up.
3470 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3472         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3474 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3476         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3477           remove the comment which said we cannot.
3479 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3481         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3482         Reini Urban and Paul Eggert for reporting the dependencies.
3484         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3485         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3486         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3488 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3490         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3491           so that eg. ``autoscan --help'' doesn't truncate it.
3493 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3495         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3496         generated conftest files.
3498 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3500         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3501         tracing on commands with possibly-escaped newlines.
3502         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3503         discontinued behavior and its implications.
3504         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3505         (BSx641-newline in command, BS-BS-newline in command)
3506         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3507         (Single-quote-BS-newline in command)
3508         (Single-quote-newline-BS-newline in command): New tests.
3510 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3512         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3513           on platforms where it works.
3514         (_AS_TEST_PREPARE): Test for ``test -x''.
3515         (_AS_BROKEN_TEST_PREPARE): Nuke.
3517 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3519         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3520         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3521           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3522         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3523           create the temporary directory.
3524         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3526 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3528         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3529         (trivial change)
3531 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3533         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3535 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3537         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3538         to avoid using a negated character class.  Reported by Nicolas Joly.
3539         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3541 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3543         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3544         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3545         Don't depend on .x file explicitly, since "make" does that for us.
3546         Suggested by Stepan Kasal.
3548         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3549         Add *.tmp.
3550         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3551         ifnames): Factor common code.  And they said it couldn't be done!
3553 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3555         * bin/.cvsignore: Add autoconf.in.
3556         * tests/.cvsignore: Add wrapper.in.
3557         * lib/autotest/general.m4: Escape '$' in case pattern.
3559 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3561         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3563         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3565         * tests/autotest.at: New file.
3566         * tests/suite.at: Include it.
3567         * tests/Makefile.am: Distribute it.
3569         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3570           shell tracing on a command that could contain multiple lines.
3571         * doc/autoconf.text: Document that fact and its implications.
3572         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3573         * tests/autotest.at (Multiline backquote command substitution,
3574           Multiline parameter expansion, Literal multiline command,
3575           Multiline parenthetical command substitution): Remove XFAIL.
3577 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3579         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3580         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3582 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3584         * configure.ac (test suite): Cease to generate wrapper scripts.
3585         * configure: Regenerate.
3586         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3587         (m4f_dependencies): Adjust accordingly.
3588         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3589         (wrapper.in): Generate it in the build directory.
3590         (MAINTAINERCLEANFILES): Delete wrapper.in.
3591         (CLEANFILES): Add wrapper.in.
3592         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3593         the output.  Replace each $as_me with a @wrap_program@.
3594         * tests/wrapper.in: Delete it; we always build it.
3596         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3597         (EXTRA_DIST): Remove autoconf.in.
3598         (CLEANFILES): Add autoconf.in.
3599         (autoconf): Find autoconf.in in the build directory.
3600         * bin/autoconf.in: Delete it; we always build it.
3602 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3604         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3605         PATH members so as to not prepend an empty element.  Move a comment.
3606         * Makefile.am (SUBDIRS): Build in `tests' last.
3607         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3609 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3611         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3612         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3613         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3614         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3616 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3618         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3619         patch: extra "-l"s.
3621 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3623         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3624         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3625         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3627 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3629         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3630           out the common code to ...
3631         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3632           value of the #define--default to 1, iff the macro was called
3633           with exactly one parameter.
3635 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3637         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3638         "char c = '\200';" rather than "char c = 0x80;" as the
3639         latter doesn't conform to the strict C standard due to
3640         overflow on signed char hosts.
3642         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3643         to -qlanglvl=ansi.  We don't want to disable extensions.
3645 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3647         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3648         (Using Autotest, testsuite Scripts, Writing testsuite.at):
3649         Reword slightly to avoid some English-language problems noted
3650         by Ralf Wildenhues in:
3651         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3653 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
3655         * NEWS: Add ^L above each release.
3657 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3659         Fix documentation problems reported by Russ Boylan in
3660         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3661         along with some nearby cruft.
3662         * doc/autoconf.texi (Libtool): Libtool can be used without
3663         Automake (not without Autoconf).
3664         (Introduction): Mention lists.gnu.org.
3665         * BUGS: Don't mention bugs.gnu.org.
3666         Remove mention of ancient libtool compatibility problem.
3667         * NEWS: Mention that bugs.gnu.org is kaput.
3668         * README: Likewise.  Mention where mailing list archives can be found.
3670 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
3672         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3673         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3675 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3677         * doc/autoconf.texi (Pretty Help Strings): Go back to
3678         single-quoting assignments to cache variables.
3680 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
3682         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3683         with the examples; fix the bug in MY_ARG_WITH example reported
3684         by Alexandre Duret-Lutz.
3685         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3686         expansion of $1 in the comment emitted to configure.
3688 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
3690         * doc/autoconf.texi (Pretty Help Strings): Fix typo
3691         in my editing of the previous patch.  Problem reported
3692         by Alexandre Duret-Lutz.
3694 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
3696         * doc/autoconf.texi (Autoconf Language): Explain that
3697         ``descriptions'' may not be double quotes.
3698         (Quotation Rule Of Thumb): Likewise.
3699         (Pretty Help Strings): Likewise; remove the wrong comment;
3700         simplify the examples and improve their quoting.
3702 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
3704         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3705         the $1_found variable, don't test whether the file is executable;
3706         Both things are checked ...
3707         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3708         the former ``test -f''.
3709         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3711 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
3713         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3714         use cp -R instead.
3716 2004-11-10  Derek R. Price  <derek@ximbiot.com>
3718         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3719         limitations.  Reorder paragraphs for clarity.
3721 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3723         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3724         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3725         variants", "Unix", and some related minor wording fixups.
3727         (Shellology, Special Shell Variables): Document that the Zsh
3728         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
3729         to Alexandre Duret-Lutz for this info.
3731 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
3733         * doc/autoconf.texi (One-Shot Macros): New node.
3735 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
3737         * doc/autoconf.texi (Function Portability): Fix misdescription
3738         of putenv.  Problem reported by Michael Wardle.
3740 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
3742         * doc/autoconf.texi (auindex): New macro.
3743         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3744         Problem reported by Stepan Kasal.
3746 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3748         Fix problems reported by Andreas Buening in:
3749         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3750         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3751         in test makefile.
3752         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3753         readable; it's not true in OS/2-emx.
3755 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
3757         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3758         "/usr/include", clear ac_x_includes instead of leaving it as "no"
3759         (trivial change).  Problem and patch reported by Andrew Church in:
3760         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3762 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3764         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3765         three args in examples.  Problem reported by Frederik Fouvry in:
3766         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3767         Also, fix some minor spacing and punctuation bugs.
3769 2004-09-02  Akim Demaille  <akim@epita.fr>
3771         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3772         "case" to restore ordering.
3773         Reported by Stepan Kasal.
3775 2004-08-26  Akim Demaille  <akim@epita.fr>
3777         * doc/autoconf.texi: Minor typos and stylos.
3779 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3781         * configure.ac (AC_INIT): Bump to 2.59c.
3783 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3785         Version 2.59b.
3787         * README: Add advice about m4 1.4.2.
3789         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3790         texinfo.tex for now (done by hand now).
3791         * Makefile.maint (wget_files, cvs_files):
3792         Remove ansi2knr.c; nobody uses it.
3793         (ansi2knr.c-url_prefix): Remove.
3794         (cvs-update): Fix test for failure.  I don't know why it ever
3795         worked...
3797         * doc/autoconf.texi: Update URLs, some of which went stale.
3798         Use @uref rather than @href.
3800         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3801         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
3803         * config/config.guess, config/config.sub, config/elisp-comp,
3804         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3805         doc/fdl.texi, doc/standards.texi: Sync with master copy.
3807         * NEWS, TODO, configure.ac, bin/autoscan.in,
3808         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3809         doc/install.texi, lib/Autom4te/Configure_ac.pm,
3810         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3811         lib/autoconf/programs.m4, lib/autoconf/status.m4,
3812         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3813         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3814         tests/tools.at, tests/torture.at:
3815         Use "file name" rather than "filename" or "path",
3816         to be consistent with the terminology of the GNU coding standards.
3818 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3820         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3821         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3822         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
3823         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3825         More fixes to support spaces in the name of the build directory.
3826         This isn't a complete fix but it's an improvement.
3828         * bin/autoconf.as (autom4te_options): New var.
3829         Use it instead of appending to AUTOM4TE, so that we can allow
3830         spaces in the build directory's absolute name.
3831         * bin/autoheader.in ($autoconf): Allow spaces in file names.
3832         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3833         AT_CHECK_NOESCAPE): Likewise.
3834         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3835         main program): Likewise.
3837 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3839         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3840         From Ralf Corsepius in:
3841         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3843 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
3845         * doc/autoconf.texi (Function Portability): Document isinf and
3846         and isnan.  From a suggestion by Kevin Ryde.
3848         * lib/Autom4te/General.pm (END): Return correct exit status even
3849         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
3851 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3853         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3854         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
3855         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3857 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
3859         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3860         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3861         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3862         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3863         * lib/autom4te.in (Automake-preselections): Preselect
3864         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
3866 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
3868         * lib/autom4te.in (Automake-preselections): Preselect
3869         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
3870         trace them.
3872 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3874         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3875         Tru64.
3876         * doc/autoconf.texi (Shellology): Mention BIN_SH.
3877         Document problem with "`""`" in pdksh POSIX mode.
3879 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
3881         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3882         with pdksh, too.  Problem reported by Patrick Welche via
3883         Gary V. Vaughan.
3884         * doc/autoconf.texi (Shellology): Note that set -o posix is
3885         useful for pkdsh, too.
3887 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
3889         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3890         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3891         Don't fail if ENV or BASH_ENV is readonly.
3892         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
3893         etc. are read only.  Problem reported by Ludovic Courtes.
3895 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
3897         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
3898         zsh, disable GLOB_SUBST to avoid backslash handling problems.
3899         (trivial change)
3901 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
3903         * doc/autoconf.texi (File System Conventions): Warn about
3904         names like "aux".  Problem reported by Eric Blake.
3906         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
3907         by zero instead of array size, so that we can use any arithmetic
3908         constant expression (instead of requiring an integer constant
3909         expression).  This allows us to test expressions like DBL_MAX <
3910         LDBL_MAX, which didn't conform to the C standard using the old
3911         method.
3912         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
3913         now that we can do floating-point tests at compile time.
3915 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3917         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
3918         and LDBL_EPSILON, as the resulting expression isn't an
3919         integer constant expression and violates the C standard.
3920         Problem reported by Nelson H. F. Beebe.  Also, check
3921         for "L" suffix, and check that long double doesn't have
3922         worse range or precision than double, that mixed-mode
3923         arithmetic doesn't generate a diagnostic, that double
3924         constants fit in long double.
3926 2004-06-03  Kevin Ryde  <user42@zip.com.au>
3928         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
3929         malloc(0) and realloc(NULL,size).
3931         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
3932         Bob Proulx.
3934 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
3936         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
3937         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
3938         by Jim Meyering.
3940 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
3942         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
3943         can be rewritten using if-then-else.  Suggested by Bruno Haible.
3945 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3947         * doc/autoconf.texi (testsuite Scripts): Fix typo.
3948         Problem reported by Stepan Kasal.
3950 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
3952         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
3953         change).  Patch reported by Ralf Wildenhues in
3954         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
3956         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
3957         function F exists if the compiler and linker let you compile an
3958         expression like (F != 0).  Recent versions of GCC optimize away
3959         the reference to F in that case, since every function address must
3960         be nonzero, so the link succeeds even if F does not exist.
3961         Problem reported by Manu in
3962         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
3964         * doc/autoconf.texi (Systemology): Standardize on the spelling of
3965         "Unix".  Many uses changed.
3966         (Limitations of Builtins): Explain better why the ! command isn't
3967         portable.
3969 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
3971         * lib/autom4te.in (Automake-preselections): Preselect
3972         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
3974 2004-05-19  Kevin Ryde  <user42@zip.com.au>
3976         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
3977         referencing AC_FUNC_STRERROR_R.
3979         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
3980         note pessimistic assumption when cross compiling.
3982 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
3984         * doc/autoconf.texi (Limitations of Make): Note that BSD make
3985         (until 2004) invoked subcommands with sh -e, contra POSIX.
3986         Reported by Kevin Ryde.
3988 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
3990         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
3991         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
3992         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
3993         `test -f "        /usr/bin/grep"', which _always_ failed.
3994         (AC_PROG_SED): Ditto bogus PATH fix.
3995         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
3996         requires that grep correctly supports _multiple_ `-e' options, rather
3997         than stating only that grep should accept `-e'.
3999 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4001         Port to C99, which requires that 'exit' be declared.
4003         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4004         to ensure that stdlib.h is included.
4005         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4006         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4007         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4008         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4009         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4010         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4011         when using 'exit' in a test; C99 requires that 'exit' be declared.
4013 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4015         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4016         now prefers 'grep' implementations that accept -e.
4017         (Limitations of Usual Tools): Describe problems of traditional
4018         egrep and fgrep with long input lines, and of traditional grep
4019         with -e.
4020         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4021         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4022         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4023         Solaris.
4024         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4025         the user with complaints about multiple -e options.
4026         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4027         Define it with AC_PROG_GREP.
4028         * configure.ac (AC_PROG_GREP): Add.
4029         * lib/freeze.mk (GREP): New macro.
4031 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4033         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4034         a possible candidate only after all others fail, rather than
4035         consulting it first.  This improves backward compatibility by
4036         better reflecting the way shell selection occurred in previous
4037         versions of Autoconf, and should help to avoid triggering latent
4038         problems in other packages, such as the one in Automake where zsh
4039         is not handled robustly:
4040         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4041         Although it is not Autoconf's responsibility to work around
4042         problems in Automake, it nevertheless makes sense to avoid
4043         introducing unnecessary incompatibilites.
4045 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4046             Gary V. Vaughan  <gary@gnu.org>
4048         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4049         how deeply nested we are when a suitable tool is found, set the
4050         ac_path_TOOL_found flag.
4051         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4052         nested we are in this macro.  Break out of all 3 nested loops if
4053         ac_path_TOOL_found is set.
4055 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4057         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4058         of the _AS_PATH_WALK loop too if GNU flavor is found.
4060 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4062         * doc/autoconf.texi (Limitations of Make): Update documentation
4063         for `$<'.  New entry `Long lines', based on a report from Simon
4064         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4065         paragraph about DJGPP, based on a mail from Richard Dawe.
4067 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4069         * tests/c.at (C keywords): Don't assume that GCC supports
4070         "restrict" and "inline", as sufficiently-old GCC versions do not
4071         (also, GCC configured to be in pedantic C89 mode does not).
4072         Problem reported by Sumit Pandya in:
4073         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4075         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4076         consider -g to work if it generates warnings when plain compiles
4077         don't.  Problem reported by Braden McDaniel in:
4078         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4080         * doc/autoconf.texi (Slashes): New section, to document a problem
4081         reported by Jim Meyering in:
4082         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4084         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4085         linker output files before linking, to work around IRIX 6 linker bug.
4086         Problem reported by Rainer Orth in:
4087         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4089 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4091         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4092         best tool so far counter rely on the tool path variable name to
4093         avoid checks for one tool being affected by the results of running
4094         the length check on a previous tool.
4096         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4097         match expression argument, as different greps have different
4098         regular expression flavours.
4099         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4100         literals.
4101         (AC_PROG_EGREP): Pass 'EGREP$'.
4102         (AC_PROG_GREP): Pass 'GREP$'.
4104 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4106         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4107         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4109 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4111         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4112         Types, Specific Compiler Characteristics, System Services,
4113         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4114         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4115         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4116         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4117         Likewise.
4118         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4119         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4120         AC_TYPE_OFF_T): Likewise.
4121         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4122         Likewise.
4124         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4125         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4127 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4129         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4130         now defines HAVE_DECL_TZNAME if it is declared, when
4131         HAVE_STRUCT_TM_TM_ZONE is not defined.
4132         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4133         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4134         for HAVE_TZNAME.
4136 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4138         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4139         superfluous backslashing of quotes (") in sed expressions;
4140         thanks to Paul Eggert.
4142 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4144         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4145         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4146         H. F. Beebe for the bug report.
4148 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4150         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4151         quoted -cmdline argument in Portland Group compiler (bug
4152         reported by Jeffrey J. Barteet).
4154 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4156         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4157         (Run Time): ... here, where it's now mentioned.
4159 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4161         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4162         inherits from language Autoconf-without-aclocal-m4.
4163         (Customizing autom4te): Adjust example; the cache must now be
4164         disabled for language Autoconf-without-aclocal-m4.
4166 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4167             Nathanael Nerode  <neroden@twcny.rr.com>
4169         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4170         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4171         a prefix.
4172         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4173         AC_CHECK_TARGET_TOOLS): New macros.
4174         * doc/autoconf.texi (Generic Programs): Document
4175         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4176         AC_CHECK_TARGET_TOOLS, and warn for future changes
4177         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4178         AC_CHECK_TOOLS.
4179         (Specifying Names): Document the reason for these future
4180         behavioral changes.
4181         * tests/mktests.sh: Do not generate tests for the
4182         new macros.
4183         * NEWS: Document these changes.
4185         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4186         they make TeX hang up.
4188 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4190         * NEWS: New macro AC_CHECK_ALIGNOF.
4191         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4192         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4193         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4194         vowel.
4195         (AC_CHECK_ALIGNOF): New macro.
4196         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4197         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4198         those for sizeof.
4200 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4202         * bin/Makefile.am (edit): Don't use $< in a context where
4203         POSIX doesn't require support for it.  Use $@.in instead.
4204         Problem reported by Anthony N. Frasso in
4205         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4206         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4208 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4210         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4211         from the next generation of Libtool.
4212         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4214 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4216         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4217         is not always thread-safe.  Report from Nathanael Nerode.
4219 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4221         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4222         problem on QNX reported by Stephen Rasku in
4223         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4225         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4226         $(m4sh_m4f_dependencies); this removes a FIXME.
4227         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4228         (MAINTAINERCLEANFILES): Split into pieces,
4229         one per related section.  Add $(srcdir)/wrapper.in.
4231 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4233         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4234         AC_SUBST provides no portable way to escape literal newlines.
4236         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4237         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4238         Darwin uses -lcrt2.o and there's little point to cataloging all
4239         the system variants.  Partial fix reported by Andreas Waechter in:
4240         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4241         for bug reported by Nelson H. F. Beebe in:
4242         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4244 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4246         * doc/autoconf.texi (AU_DEFUN): Fix English,
4247         suggested by Paul Eggert.
4248         * lib/autoconf/autoupdate.m4: Correct reference to
4249         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4251 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4253         * bin/autoupdate.in: Define __file__ so that warnings
4254         refer to the correct file.
4255         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4256         the behavior of the third argument.
4257         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4258         correctly the behavior of the third argument.  Document
4259         what the three macros that AU_DEFUN defines do.  Fix
4260         warning message when the third argument includes $0
4261         (reported by Alexandre Duret-Lutz).
4263 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4264             Eric Sunshine  <sunshine@sunshineco.com>
4265             Paul Eggert  <eggert@twinsun.com>
4267         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4268         (AS_INIT): Output shell initialization there. Removed optional
4269         parameter. Expand _AS_SHELL_FN_SPY.
4270         (AS_INIT_WITH_SHELL_FN): Removed.
4271         (_AS_SHELL_FN_SPY): New macro.
4272         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4273         macros.
4274         (AS_SHELL_SANITIZE): Remove loop to find better shell
4275         and documentation for the parameter.
4276         (_AS_DETECT_BETTER_SHELL): Move it here.
4277         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4278         (_AS_RUN): Move it here, support testing with eval.
4279         (AS_REQUIRE_SHELL_FN): Require shell functions when
4280         it is used.
4281         (_AS_LINENO_WORKS): Put around braces, we do not
4282         trigger the bash bug anymore.
4283         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4284         use AS_INIT_WITH_SHELL_FN.
4285         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4287 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4289         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4290         * doc/autoconf.texi: Don't say that the third parameter
4291         is broken.
4292         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4293         (AU_DEFUN): Honor the third parameter, create autoupdate
4294         macros with AU_DEFINE.
4295         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4296         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4297         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4298         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4299         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4300         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4301         AC_XENIX_DIR): Likewise.
4302         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4303         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4304         * lib/autoconf/status.m4: Remove FIXME.
4305         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4306         that the macro is not present anymore in the updated
4307         configure.ac.
4308         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4309         of autoupdate.
4311 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4313         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4314         copyright years.
4315         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4316         2003 (except 1997) to the list of copyright years.  This undoes
4317         the 2003-05-22 change, which removed the older years from the list.
4318         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4320 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4321             Albert Chin-A-Young  <china@thewrittenword.com>
4323         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4324         grep or ggrep program in PATH that accepts as long lines as
4325         possible.
4326         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4327         AC_PROG_GREP.
4328         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4329         egrep and fgrep respectively if $GREP -E/-F don't work.
4330         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4331         _AC_PROG_GREP, and AC_PROG_SED.
4332         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4333         longest input length accepted by a command.
4334         (AC_PROG_SED): Use it.
4335         * doc/autoconf.texi (Particular Programs): Document the changes.
4336         * NEWS: Updated.
4338 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4340         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4341         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4342         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4343         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4345         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4346         bin/autoconf.in, config/Makefile.in, config/config.guess,
4347         config/config.sub, config/install-sh, config/mdate-sh,
4348         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4349         lib/Makefile.in, lib/Autom4te/Makefile.in,
4350         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4351         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4352         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4353         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4354         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4355         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4356         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4357         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4358         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4359         tests/actypes.at: Regenerate and/or sync with original
4360         sources.
4362 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4364         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4365         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4366         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4367         not <inttypes.h>.  Problem reported by Tim Mooney in
4368         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4369         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4370         Likewise.
4372         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4373         otherwise "make check" fails because it forbids cmp (I guess
4374         because cmp treats files as binary on DOS-like systems).
4376         * tests/mktests.sh: Update copyright date to 2004, since some tests
4377         have changed in 2004.
4379 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4381         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4382         non-truncating sed or gsed program in PATH.
4383         * tests/acprograms.at: Add it.
4384         * doc/autoconf.texi (Particular Programs): Document it.
4385         * NEWS: Updated.
4387 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4389         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4390         -std1 disables some useful extensions on Tru64.  Problem reported
4391         by N. Lichtmaier in
4392         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4394 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4396         * doc/autoconf.texi (Programming in M4sh): Document that
4397         AS_MKDIR_P succeeds if the destination is a symbolic link
4398         to an existing directory.
4399         (Limitations of Usual Tools): Note that mkdir -p might not
4400         succeed on symlinks to directories.
4402 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4404         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4405         * bin/autoheader.in: Grammar fix in message.
4406         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4407         Test for dir before calling mkdir -p.  (trivial changes)
4409 2004-01-13  Eric Blake  <ebb9@byu.net>
4411         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4412         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4414 2004-01-10  Jim Meyering  <jim@meyering.net>
4416         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4418 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4420         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4421         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4422         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4423         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4424         AC_COMPILE_IFELSE, since we now assume our caller invokes
4425         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4426         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4427         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4428         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4430 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4432         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4433         `"'...'"`, as it's confusing (and I suspect it may not work on
4434         some platforms).  The code was incorrect anyway, as it assumed
4435         that \$ evaluated to itself in that context.  Reported by
4436         Alexandre Duret-Lutz.
4438 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4440         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4441         and _LT_AC_TAGCONFIG.
4443 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4445         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4446         example, and add more examples.  Reported by Eric Sunshine.
4448 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4450         * doc/autoconf.texi (Limitations of Usual Tools):
4451         Remove warning against "rm -fr" introduced yesterday; it
4452         was a false alarm.
4454         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4455         autoscan, autoupdate, ifnames): Don't use chmod -w.
4456         * lib/Makefile.am (autom4te.cfg): Likewise.
4457         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4458         "chmod -w".
4460 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4461             Paolo Bonzini  <bonzini@gnu.org>
4463         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4464         by doing lineno substitution only on lines containing "$LINENO".
4466 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4468         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4469         Use "rm -f" to remove conftest.sed, not plain "rm".
4470         Bug reported by David Relson in
4471         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4473         * Makefile.am (autom4te-update):
4474         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4475         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4476         * doc/autoconf.texi (Guidelines): Likewise.
4477         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4478         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4479         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4480         * lib/autotest/general.m4 (AT_INIT): Likewise.
4481         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4482         * tests/Makefile.am (clean-local): Likewise.
4483         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4484         srcdir): Likewise.
4485         * doc/autoconf.texi (Limitations of Usual Tools):
4486         Warn against "rm -fr".
4488 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4490         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4491         -c -o might not work.  From a suggestion by Kevin Ryde.
4492         (C Compiler, Generating Sources, Limitations
4493         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4494         Don't put '-o' after non-options, as POSIX doesn't allow this.
4495         Mention that cc's name might be gcc or c89 or whatever.
4497 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4499         * doc/autoconf.texi: Add various further index entries.
4501 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4503         * bin/autoreconf.in (autoreconf_current_directory):
4504         Fix typo: mkdir without umask arg.
4506 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4508         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4509         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4510         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4511         explanation clearer.
4513 2003-12-24  Andreas Schwab  <schwab@suse.de>
4515         * doc/autoconf.texi (Default Includes): Fix misspelling of
4516         AC_INCLUDES_DEFAULT.
4518 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4520         * configure.ac: Test if sh -n works.
4521         * configure: Regenerate.
4522         * tests/atlocal.in: Store the result here.
4523         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4524         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4525         of explicitly testing.
4526         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4527         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4528         * tests/tools.at (Syntax of the shell scripts): Simplify
4529         using AT_CHECK_SHELL_SYNTAX.
4530         (Syntax of the Perl scripts): Remove definition of
4531         AT_CHECK_PERL_SYNTAX.
4533 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4535         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4536         stderr to /dev/null.
4537         * bin/autoconf.in: Regenerate.
4538         * bin/wrapper.in: Regenerate.
4540 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4542         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4543         Extracted from AS_SHELL_SANITIZE.
4544         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4545         macros.
4546         (AS_SHELL_SANITIZE): Move reinvocation code from
4547         _AS_LINENO_WORKS, use it to find out if shell
4548         functions work.
4549         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4550         does not work.
4551         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4552         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4553         was called.
4554         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4555         * bin/autoconf.in: Regenerate.
4556         * tests/wrapper.in: Regenerate.
4557         * tests/tools.at: Test the syntax of tests/autoconf
4558         and tests/testsuite.
4560 2003-11-24  Akim Demaille  <akim@epita.fr>
4562         * config/announce-gen (&print_locations, &print_signatures)
4563         (&sizes): New.
4564         Use them.
4565         No longer rely on Gnus to inline the list of signatures: compute
4566         them on the fly.
4568 2003-11-24  Akim Demaille  <akim@epita.fr>
4570         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4571         override some files.
4572         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4573         From Debian Autoconf 2.58.
4575 2003-11-24  Akim Demaille  <akim@epita.fr>
4577         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4578         uses.
4579         From Debian Autoconf 2.58.
4581 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4583         * TODO: Remove already done things.  Update the part about finding
4584         tools for the target.
4586 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4588         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4589         Make wording more consistent.
4590         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4591         Explain the transition better.
4592         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4593         the transition better.
4595 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4597         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4598         parameter of AU_DEFUN.
4599         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4600         (AU_DEFUN): Remove the third parameter, it was not used.
4601         Use AC_DEFUN directly, not AU_DEFINE.
4602         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4603         the expanded body, consistently with other macros such as AC_USG.
4605 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4607         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4608         into the initial confdefs.h, to work around a bug in NextStep 3.3
4609         patch 3 reported by Eric Sunshine.
4611 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4613         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4614         than $target since the latter is not usual, add guidelines on when to
4615         use or not use the system type.
4617 2003-11-12  Derek Price  <derek@ximbiot.com>
4619         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4620         typo misrepaired by an auto-spellcheck.
4622 2003-11-12  Akim Demaille  <akim@epita.fr>
4624         * bin/autoreconf.in (&parse_args): Don't call automake with
4625         --force-missing unless it actually supports it.
4626         From Debian #219336.
4628 2003-11-12  Akim Demaille  <akim@epita.fr>
4630         * configure.ac: Bump to 2.59a.
4631         Require 2.59.
4633 2003-11-06  Akim Demaille  <akim@epita.fr>
4635         Version 2.59.
4637 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
4639         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4640         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4641         and ac_abs_top_srcdir are absolute paths.
4642         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4644 2003-11-05  Akim Demaille  <akim@epita.fr>
4646         * configure.ac: Bump to 2.58a.
4648 2003-11-05  Kevin Ryde  <user42@zip.com.au>
4650         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4651         it provokes a warning from makeinfo about looking like a cross
4652         reference in info output.
4654         * doc/autoconf.texi (Function Portability): Add notes on signal
4655         handler return type, as per AC_TYPE_SIGNAL.
4657 2003-11-04  Akim Demaille  <akim@epita.fr>
4659         Version 2.58.
4660         * doc/standards.texi: Update from master.
4662         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4664 2003-11-04  Akim Demaille  <akim@epita.fr>
4666         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4667         computing the absolute path to d1 in the source hierarchy: it may
4668         not exist at all.  So don't cd into it.
4669         From Alexandre Duret-Lutz.
4670         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4672         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4673         From Paul Eggert, but named after Perl's IO::Spec->catfile.
4674         * doc/autoconf.texi (Programming in M4sh): Document.
4675         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4677 2003-11-03  Pavel Roskin  <proski@gnu.org>
4679         * doc/autoconf.texi (Generic Structure Checks): Describe
4680         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4682 2003-10-31  Akim Demaille  <akim@epita.fr>
4684         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4685         (GNU Fortran): New.
4686         * doc/autoconf.texi (Language Choice): Document.
4687         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4688         the current language is Fortran.
4690 2003-10-31  Akim Demaille  <akim@epita.fr>
4692         * bin/autom4te.in (&freeze): Use a less likely warning separator
4693         than `\n\n', so that `\n\n\n' is valid in warnings.
4694         Reported by Steve Huston.
4696 2003-10-28  Akim Demaille  <akim@epita.fr>
4698         * Makefile.cfg (local_updates, executable-update): Tweak to be
4699         robust to parallel makes.
4700         Suggested by Alexandre Duret-Lutz.
4702 2003-10-27  Akim Demaille  <akim@epita.fr>
4704         * Makefile.cfg (executable-update): New.
4705         (local_updates): Call it.
4707 2003-10-27  Akim Demaille  <akim@epita.fr>
4709         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4710         Don't remove core.* as it may remove valid user files.
4711         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4712         (AC_FUNC_UTIME_NULL): Likewise.
4714 2003-10-23  Akim Demaille  <akim@epita.fr>
4716         Version 2.57g.
4717         * config/config.guess, config/config.sub: Upgrade from masters.
4719 2003-10-23  Akim Demaille  <akim@epita.fr>
4721         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4722         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
4723         hand...
4725 2003-10-23  Akim Demaille  <akim@epita.fr>
4727         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4728         Don't forget to remove conftest.err.
4730 2003-10-23  Akim Demaille  <akim@epita.fr>
4732         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4733         same object file in $LIBOBJS.
4734         Reported by Alexandre Duret-Lutz & Derek Robert Price.
4735         * doc/autoconf.texi (Generic Functions): Adjust.
4737 2003-10-20  Paul Eggert  <eggert@twinsun.com>
4739         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4740         Use 'eval', so that the resulting configure scripts work even if
4741         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4743 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4745         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4746         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4747         (_AC_LINK_IFELSE): Check the werror flag.
4748         * doc/autoconf.texi (Generic Compiler Characteristics): Document
4749         AC_LANG_WERROR.
4750         * NEWS: Mention it.
4752 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4754         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4755         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
4756         override AC_LINK_IFELSE.
4758 2003-10-15  Paul Eggert  <eggert@twinsun.com>
4760         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4761         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
4762         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4763         Mention /usr/dt/bin/dtksh on Solaris.
4764         (Shell Substitutions): Warn about $((...)).
4765         (Parentheses): New section.
4767 2003-10-15  Kevin Ryde  <user42@zip.com.au>
4769         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4770         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
4772 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4774         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4775         cross test.
4777 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4779         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4780         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4782 2003-10-10  Andreas Schwab  <schwab@suse.de>
4784         * bin/autoheader.in: Avoid empty first line in --version and
4785         --help output.
4786         * bin/ifnames.in: Likewise.
4788 2003-10-09  Paul Eggert  <eggert@twinsun.com>
4790         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4791         Issue a more-informative diagnostic.
4792         Problems reported by Eric Sunshine.
4794 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4796         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4797         -mGLOB_options_string stuff for Intel ifc, which can cause
4798         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
4799         pattern-matching instead of grep.
4801 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4803         * doc/autoconf.texi: Document new FC Fortran macros.
4805 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
4807         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4808         that future autopoint/aclocal/automake/autoreconf will be able
4809         to trace to find where to install local m4 macros.
4810         * doc/autoconf.texi (Input): Document it.
4811         * NEWS: Updated.
4813 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
4815         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4816         -lcrtbegin.o to list of ignored flags and fix underquoting of
4817         -lcrt[01].o.
4819 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
4821         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4822         cache variable instead of $G77 to decide whether to include -O2,
4823         since $G77 is specific to Fortran 77.
4825 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4827         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4828         free" flag.  Re-order flags tested into rough order of popularity.
4830 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4832         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4833         arguments so that it can be used with syntax identical to
4834         AC_PROG_F77, and so that we can more easily decide to
4835         remove/deprecate the DIALECT optional argument in the future if it
4836         proves troublesome.
4837         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4838         non-freeform-supporting compilers.  Document freeform flags.
4840 2003-10-03  Akim Demaille  <akim@epita.fr>
4842         * configure.ac: Look for emacs, not macs.
4843         Reported by Eric Sunshine.
4845 2003-10-03  Akim Demaille  <akim@epita.fr>
4847         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4848         * bin/autoreconf.in (autoreconf_current_directory): Create the
4849         AUX_DIR if needed, for sake of automake --add-missing etc.
4850         Suggested by Alexandre Duret-Lutz.
4852 2003-10-03  Akim Demaille  <akim@epita.fr>
4854         * configure.ac: Quotation and formatting changes.
4855         (EMACS): Don't set it if it is not recent enough to support
4856         autoconf-mode.el.
4857         From Eric Sunshine.
4859 2003-10-02  Akim Demaille  <akim@epita.fr>
4861         * bin/ifnames.in (&scan_file): Skip C++ comments.
4862         From Jeremy Yallop.
4864 2003-10-01  Pavel Roskin  <proski@gnu.org>
4866         * doc/autoconf.texi (Particular Structure Checks):
4867         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4869 2003-10-01  Akim Demaille  <akim@epita.fr>
4871         Version 2.57f.
4873 2003-09-30  Paul Eggert  <eggert@twinsun.com>
4875         * lib/Autom4te/XFile.pm: Use Errno.
4876         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
4877         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4879 2003-09-30  Akim Demaille  <akim@epita.fr>
4881         * config/announce-gen (&print_news_deltas): Extracted from...
4882         (&print_changelog_deltas): here.
4883         (&news_file): Rename as...
4884         (@news_file): this.
4886 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
4888         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4889         have been created when invoking the compiler.
4890         * tests/fortran.at (GNU Fortran 77): Quote $G77.
4892 2003-09-29  Akim Demaille  <akim@epita.fr>
4894         Version 2.57e.
4896         * config/mkinstalldirs: Upgrade.
4898 2003-09-28  Paul Eggert  <eggert@twinsun.com>
4900         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
4901         Problem reported by Lars J. Aas in
4902         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
4903         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
4904         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
4905         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
4907 2003-09-26  Akim Demaille  <akim@epita.fr>
4909         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
4910         directory for AC_CONFIG_COMMANDS' first argument exists.
4911         This makes valid the invocation of _AC_SRCPATH that follows.
4912         Reported by Eric Sunshine.
4913         * doc/autoconf.texi (Configuration Commands): Adjust.
4915 2003-09-26  Akim Demaille  <akim@epita.fr>
4917         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
4918         Reported by Ralf Corsepius.
4920 2003-09-26  Akim Demaille  <akim@epita.fr>
4922         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
4923         arguments.
4924         Actually, use AU_ALIAS.
4925         From Bruno Haible.
4927 2003-09-26  Paul Eggert  <eggert@twinsun.com>
4929         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
4930         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
4931         Problem reported by Eric Sunshine in:
4932         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
4934 2003-09-26  Akim Demaille  <akim@epita.fr>
4936         The test suite are sometimes assigning timings incorrectly.
4937         Reported by Henk Krus.
4938         Diagnosed by Nicolas Joly.
4940         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
4941         AT_help_all.
4942         Instead of making AT_help a sequence of assignments to grow
4943         $at_help_all, just make AT_help_all be the growing contents of
4944         $at_help_all, and make a single assignment in...
4945         (AT_INIT): here.
4946         (at_times_skip): Flip the meaning and rename as...
4947         (at_times_p): this.
4948         (AT_INIT): When summarizing the test that ran, remove
4949         $at_times_file after use, and check it is present before trying to
4950         use it.
4952 2003-09-25  Akim Demaille  <akim@epita.fr>
4954         Version 2.57d.
4956         * bin/Makefile.am (edit): Handle '@configure_input@'.
4957         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
4958         (ifnames): chmod -w.
4959         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
4960         executables, not bin/ executables!  Otherwise all the magic needed
4961         to find non installed files is turned off.  This caused a failure
4962         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
4963         as found in its environment (sent by tests/autoreconf): pointing
4964         to bin/autom4te that could not find its files.
4965         * tests/mktests.sh: Force the replacement of generated files, for
4966         the sake of "mv" program that are interactive when overwriting a
4967         -w file.
4968         * config/install-sh: Upgrade from CVS Automake.
4970 2003-09-23  Paul Eggert  <eggert@twinsun.com>
4972         * doc/autoconf.texi (Limitations of Builtins): Document test -h
4973         versus test -L issues.
4975 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
4976             Paul Eggert  <eggert@twinsun.com>
4978         Trivial change to support GCC's configuration procedure.
4979         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
4980         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
4981         about inconsistency if the preprocessor is set to give errors for
4982         any warning.
4983         * doc/autoconf.texi (C Compiler Characteristics): Document this.
4985 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
4987         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
4988         and XFile.pm from Automake.
4989         * lib/Autom4te/XFile.pm: Update from Automake.
4991 2003-09-12  Akim Demaille  <akim@epita.fr>
4993         Version 2.57c.
4995 2003-09-12  Akim Demaille  <akim@epita.fr>
4997         * config/config.guess, config/config.sub, config/missing,
4998         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
4999         from masters.
5001 2003-09-12  Akim Demaille  <akim@epita.fr>
5003         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5004         not asm/types.h.
5006 2003-09-11  Akim Demaille  <akim@epita.fr>
5008         * doc/autoconf.texi (Header Portability): linux/random.h.
5009         From Peter Hendrickson.
5011 2003-09-10  Akim Demaille  <akim@epita.fr>
5013         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5014         willing to edit the output files.
5016 2003-09-10  Akim Demaille  <akim@epita.fr>
5018         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5019         and AC_FC_FREEFORM.
5020         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5021         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5023 2003-09-09  Akim Demaille  <akim@epita.fr>
5025         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5026         Reported by Gary Vaughan.
5027         * bin/autom4te.in (handle_m4): Likewise.
5029 2003-09-09  Akim Demaille  <akim@epita.fr>
5031         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5032         trailing files.
5034 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5036         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5037         Improve the accuracy of the wording about obsolescence.
5038         From a suggestion by Ian Lance Taylor in
5039         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5041 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5043         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5044         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5046 2003-09-04  Akim Demaille  <akim@epita.fr>
5048         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5049         AC_FUNC_WAIT3.
5051 2003-09-04  Akim Demaille  <akim@epita.fr>
5053         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5054         (freeze): When exiting, use $exit_code.
5055         * lib/autoconf/fortran.m4: Comment changes.
5057 2003-09-04  Akim Demaille  <akim@epita.fr>
5059         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5061 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5063         Add support for newer Fortran dialects.  The F77 interface is
5064         unchanged, and continues to support Fortran 77.  New FC macros
5065         correspond to all the old F77 macros, with output variables FC,
5066         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5067         available dialect, but older dialects can be specified.  There are
5068         new macros AC_FC_SRCEXT to set the source extension, and
5069         AC_FC_FREEFORM to accept free-form source files.
5071         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5072         New macros.
5073         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5074         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5075         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5076         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5077         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5078         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5079         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5080         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5081         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5082         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5083         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5084         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5085         AC_FC_SRCEXT, AC_FC_FREEFORM):
5086         New macros.
5087         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5088         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5089         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5090         Rewrite in terms of the above.
5091         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5092         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5093         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5094         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5096 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5098         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5099         Document problems with timestamp resolution that 'make', 'cp -p', and
5100         'touch -r' have.
5102 2003-08-27  Akim Demaille  <akim@epita.fr>
5104         * tests/m4sugar.at (cross_warning): Make sure to enable the
5105         output, so that we can track spurious m4sugar output.
5106         * tests/local.at: Require 2.57.
5107         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5108         are defaulted by AT_CHECK anyway.
5109         Use AT_CHECK_AUTOM4TE.
5110         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5111         missing dnl.
5113 2003-08-27  Akim Demaille  <akim@epita.fr>
5115         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5116         when -Wobsolete is set.
5117         Set it on by default.
5118         Suggested by Klee Dienes.
5120 2003-08-27  Akim Demaille  <akim@epita.fr>
5122         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5123         documentation.
5124         From Guido Draheim.
5126 2003-08-26  Akim Demaille  <akim@epita.fr>
5128         * doc/autoconf.texi (Output): Make clear that one can run code
5129         after AC_OUTPUT.
5131 2003-08-25  Akim Demaille  <akim@epita.fr>
5133         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5134         CVS Bison.
5136 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5138         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5139         Automake versions prior to 1.8.
5141 2003-08-25  Akim Demaille  <akim@epita.fr>
5143         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5144         From Ville Karaila.
5146 2003-08-24  Akim Demaille  <akim@epita.fr>
5148         * configure.ac: Bump to 2.57c.
5150 2003-08-22  Akim Demaille  <akim@epita.fr>
5152         Version 2.57b.
5154         * Makefile.cfg (local-checks-to-skip): New.
5155         * Makefile.maint (local-check): Rename as...
5156         (local-checks-available): this.
5157         (local-check): New.
5159         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5160         * configure.ac: Require Automake 1.7.6.
5162 2003-08-22  Akim Demaille  <akim@epita.fr>
5164         Output stack traces in warnings.
5166         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5167         Replace the former...
5168         (m4_warn): Pass the call stack to _m4_warn.
5169         * bin/autom4te.in: Adjust to output the call stack.
5170         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5172 2003-08-22  Akim Demaille  <akim@epita.fr>
5174         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5175         * bin/autom4te.in: Adjust.
5177 2003-08-21  Akim Demaille  <akim@epita.fr>
5179         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5180         (&verbose): Remove.
5181         (&getopt): Adjust the note and verb channels, depending upon
5182         --verbose.
5183         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5184         * bin/autoupdate.in: Adjust.
5185         Use &verb, not &verbose.
5187 2003-08-21  Akim Demaille  <akim@epita.fr>
5189         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5190         &parse_WARNINGS.
5191         ($help): Use Autom4te::ChannelDefs::usage.
5192         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5193         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5195 2003-08-21  Akim Demaille  <akim@epita.fr>
5197         First stab at preserving warnings between calls to autom4te,
5198         including when the cache is used.
5200         There are still several issues: (i) there are too many runs of m4
5201         (one for include, one for warnings, and some more), (ii) warnings
5202         spreading on several lines are not handled gracefully, (iii) the
5203         code meant to have the call stack display for errors does not work
5204         (its handling should move from m4 to autom4te).
5206         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5207         Use them.
5208         (@preselect): Add m4_warn.
5209         ($exit_status): Remove, use $exit_code.
5210         ($help): Use Autom4te::ChannelDefs::usage.
5211         (&handle_m4): No longer define the m4_warnings.
5212         At each run, extract and report the warnings.
5213         Always cache the result, including if the exit status is on
5214         failure, since if nothing changes, we should result in the same
5215         failure, hence we can use the cache.
5216         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5217         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5218         Remove.
5219         (m4_warn): Redefine as a do-nothing: it is its invocation that
5220         matters, as warnings are now reported via traces.
5221         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5222         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5223         the latter reveals calls to the former.
5225         Adjust the tests.
5227         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5229 2003-08-21  Akim Demaille  <akim@epita.fr>
5231         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5232         Use them.
5234 2003-08-21  Akim Demaille  <akim@epita.fr>
5236         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5237         forward order.
5238         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5239         (&parse_warnings): Accept a list of warning requests.
5240         (&usage): Return a string, not a side effect.
5241         (cross): New warning category.
5243 2003-08-21  Akim Demaille  <akim@epita.fr>
5245         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5246         (&require_configure_ac): Accept an optional directory argument.
5247         ($configure_ac): Remove.
5248         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5249         (&catfile): Remove.
5250         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5251         * bin/autoscan.in: Adjust.
5253 2003-08-20  Akim Demaille  <akim@epita.fr>
5255         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5256         Reported by Alexandre Duret-Lutz.
5258 2003-08-20  Akim Demaille  <akim@epita.fr>
5260         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5261         * bin/autom4te: Adjust.
5262         In particular, be Autoconf tools are really silent when properly
5263         working, bind the verbosity of the 'note' channel to $verbose.
5264         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5265         (&xsystem, &contents): Remove, since they are exported by...
5266         * lib/Autom4te/FileUtils.pm: this.
5267         More perldoc.
5268         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5269         * lib/Autom4te/FileUtils.pm: here.
5271 2003-08-20  Akim Demaille  <akim@epita.fr>
5273         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5274         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5275         from CVS Automake.
5277 2003-08-20  Akim Demaille  <akim@epita.fr>
5279         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5280         (autom4te-update): New.
5281         * Makefile.cfg (update): Bind autom4te-update.
5283 2003-08-19  Derek Price  <derek@ximbiot.com>
5285         * lib/autotest/general.m4: Comment various HELP_* diversions.
5286         (PARSE_ARGS_BEGIN): New section for option parsing related
5287         initialization.
5288         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5289         package specific options and associated help.
5291 2003-08-19  Akim Demaille  <akim@epita.fr>
5293         * config/announce-gen, Makefile.cfg: New.
5294         * Makefile.am: Adjust.
5295         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5297 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5299         * lib/autom4te.in (Automake-preselections): Preselect
5300         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5301         and m4_sinclude.
5303 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5305         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5306         (Autoconf-without-aclocal-m4): ... this new language.
5307         * doc/autoconf.texi (autom4te Invocation): Mention
5308         Autoconf-without-aclocal-m4.
5310 2003-08-18  Derek Price  <derek@ximbiot.com>
5312         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5313         RUN-IF-PASS optional arguments.
5315 2003-08-18  Derek Price  <derek@ximbiot.com>
5317         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5319 2003-08-16  Derek Price  <derek@ximbiot.com>
5321         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5322         STDOUT & STDERR arguments.
5324 2003-08-14  Derek Price  <derek@ximbiot.com>
5326         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5327         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5328         shorter column three.  Add DESCRIPTION to log file content.
5330 2003-08-13  Derek Price  <derek@ximbiot.com>
5332         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5333         output.
5335 2003-08-12  Derek Price  <derek@ximbiot.com>
5337         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5338         (AT_CHECK_NOESCAPE): Move core functionality to...
5339         (_AT_CHECK): ...this new macro.
5341 2003-08-07  Derek Price  <derek@ximbiot.com>
5343         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5344         (AT_CHECK_NOESCAPE): ...to this new macro.
5346 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5348         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5349         in Bash 2.01.  Problem reported by Brian Gough in
5350         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5352 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5354         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5355         -lcrt1.o, for OS X.  (trivial change)
5357 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5359         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5360         inside '#ifndef __cplusplus'.  Problem reported by
5361         Bob Friesenhahn.
5363 2003-07-06  Bill Clarke  <llib@computer.org>
5365         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5366         'long', not 'int', for benefit of Sun's recent C++ compilers
5367         (trivial change).  See:
5368         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5369         (This really should be 'intptr_t', not 'long', but that would
5370         take more work.)
5372 2003-06-25  Akim Demaille  <akim@epita.fr>
5374         * lib/Makefile.am (autom4te.cfg): Make it read only.
5375         Depend on Makefile since it contains substitutions.
5376         From Paolo Bonzini.
5377         * lib/autom4te.in (args): Add local.at? for Autotest args.
5378         This change was made on autom4te.cfg which is generated.
5379         Reported by Raja R. Harinath.
5381 2003-06-25  Akim Demaille  <akim@epita.fr>
5383         * doc/autoconf.texi (Header Portability): sys/mount.h.
5384         From Gareth McCaughan.
5386 2003-06-23  Akim Demaille  <akim@epita.fr>
5388         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5389         not all of them.  This fixes 1. the fact that when testing
5390         Autoconf there are many many config.log, 2. the incorrect use of
5391         top_srcdir to find config.log.
5392         Don't mix the detailed output of failed test with the summary of
5393         failures.  Rather, append detailed log afterwards.
5395 2003-06-23  Akim Demaille  <akim@epita.fr>
5397         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5398         always run: output config.log on $at_group_log.
5400 2003-06-23  Akim Demaille  <akim@epita.fr>
5402         * tests/torture.at (#define header templates): Don't use quotes in
5403         C++ comments as it puzzles Emacs' sh font-lock-mode.
5405 2003-06-23  Akim Demaille  <akim@epita.fr>
5407         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5408         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5409         * tests/atspecific.m4: Rename as...
5410         * tests/local.at: This.
5411         * tests/suite.at: Move the globals into...
5412         * tests/local.at: here.
5413         * tests/Makefile.am: Adjust.
5414         * doc/autoconf.texi (testsuite Scripts): Adjust.
5416 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5418         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5419         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5420         ensuring we add -std1 for full-ANSI.
5422         * doc/autoconf.texi (hdrindex): New macro.
5423         Add index entries for portability of various standard header files.
5425 2003-06-20  Akim Demaille  <akim@epita.fr>
5427         * configure.ac: Bump to 2.57b.
5429 2003-06-20  Akim Demaille  <akim@epita.fr>
5431         Version 2.57a.
5433 2003-06-20  Akim Demaille  <akim@epita.fr>
5435         * bin/autom4te.in: Don't rely on $HOME being defined.
5436         Reported by Marc Espie as PR/233.
5438 2003-06-20  Akim Demaille  <akim@epita.fr>
5440         * lib/autotest/general.m4: Use at_times_file only if used.
5441         From Nicolas Joly.
5443 2003-06-20  Akim Demaille  <akim@epita.fr>
5445         * config/config.guess, config/config.sub, config/elisp-comp,
5446         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5447         Update from masters.
5449 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5451         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5452         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5453         (TEST_SCRIPT): New diversion.
5454         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5455         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5456         (AT_INIT): Support for expected failures.
5458 2003-06-02  Akim Demaille  <akim@epita.fr>
5460         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5461         changes.
5462         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5463         Autoconf nor Automake.
5464         (&contents): New, from Automake.
5465         PODify.
5467 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5469         * NEWS, doc/autoconf.texi (Particular Functions),
5470         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5471         is the inverse of localtime.
5473 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5475         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5476         (handle_exec_errors): New function.  Work around $! being
5477         altered by WEXITSTATUS.
5478         (xqx, xsystem): Use handle_exec_errors.
5480 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5482         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5483         Do not call `_exit()', simply modify `$?'.
5484         (xsystem): Reset $! before running system, and check it afterward.
5485         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5486         63 for version mismatches.
5488 2003-05-23  Akim Demaille  <akim@epita.fr>
5490         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5491         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5492         the middle of a line).
5493         * lib/m4sugar/m4sugar.m4: Likewise.
5494         Remove useless spaces in comments.
5496 2003-05-23  Akim Demaille  <akim@epita.fr>
5498         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5499         exit 63, so that we (or Automake's "missing") can tell the
5500         difference with a plain failure.
5501         * doc/autoconf.texi (Notices): Adjust.
5503 2003-05-23  Akim Demaille  <akim@epita.fr>
5505         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5506         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5507         White spaces cleanup.
5509 2003-05-22  Jim Meyering  <jim@meyering.net>
5510             Paul Eggert  <eggert@twinsun.com>
5512         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5513         Remove `#include <stdlib.h>' from the list; we should never
5514         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5515         resulting namespace pollution would cause other tests to fail.
5516         Configure scripts run with some older versions of g++ and HP's
5517         aCC would fail due to such an #include.  Problems reported by
5518         Matthew Mueller in <http://bugs.debian.org/120704> and by
5519         Keith Bostic in
5520         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5521         In the test, use the test declaration before including <stdlib.h>,
5522         as that's closer to how it'll be used.
5524 2003-05-23  Akim Demaille  <akim@epita.fr>
5526         * doc/autoconf.texi (Header Portability): ucred.h.
5527         From Ian Redfern.
5529 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5531         Overhaul Autotest's logging: generate separate log files
5532         in testsuite.dir/NNN/testsuite.log, and append them to
5533         testsuite.log instead of re-running the test verbosely.
5535         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5536         file descriptor, write 0 to at_status_file instead of setting
5537         at_status=0, initialize some new variables (at_status_file,
5538         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5539         to rerun the tests, instead append the at_group_log to the
5540         at_suite_log when a test fails.
5541         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5542         with the AS_MESSAGE_LOG_FD redirected to stdout.
5543         (AT_CLEANUP): save the output status in $at_status_file
5544         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5545         its original place.
5546         (AT_CHECK): since tests are run with a redirected stdout,
5547         and used to be re-run in verbose mode, turn some $at_verbose
5548         into echo, and don't redirect the output of testing stdout
5549         and stderr.
5551         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5552         the name of the debugging directory and information about
5553         its contents.
5555 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5557         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5558         parameter.
5560 2003-05-22  Akim Demaille  <akim@epita.fr>
5562         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5563         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5564         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5565         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5567 2003-05-22  Akim Demaille  <akim@epita.fr>
5569         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5570         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5571         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5572         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5573         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5574         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5575         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5576         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5577         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5578         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5579         * tests/tools.at, tests/torture.at:
5580         Whitespace clean up.
5581         Suggested by Jim Meyering.
5583 2003-05-22  Akim Demaille  <akim@epita.fr>
5585         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5586         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5587         Reported by Jim Meyering.
5589 2003-05-22  Akim Demaille  <akim@epita.fr>
5591         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5592         Add AC_HELP_STRING  to the obsolete macros section.
5593         Typos.
5594         Use '@.' for sentences that ended in a capital letter.
5595         From Art Haas.
5597 2003-05-22  Akim Demaille  <akim@epita.fr>
5599         * config/config.guess, config/config.sub, config/elisp-comp,
5600         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5601         * config/texinfo.tex, doc/standards.texi: Update from masters.
5603 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5605         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5606         it to eval.
5608 2003-05-21  Akim Demaille  <akim@epita.fr>
5610         * bin/autoupdate.in ($m4): Fix quotation.
5611         Reported by Martin Mokrejs.
5613 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5615         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5616         Remove non-ASCII characters.
5618 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5620         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5621         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5622         AC_CHECK_HEADERS_NEW): New tests.
5624 2003-05-17  Akim Demaille  <akim@epita.fr>
5626         * lib/autoconf/functions.m4: Use the default includes so that
5627         memcmp be declared before being tested.
5628         Reported by Sander Niemeijer.
5629         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5630         * doc/autoconf.texi (Default Includes): Document
5631         AC_INCLUDES_DEFAULT.
5633 2003-05-17  Akim Demaille  <akim@epita.fr>
5635         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5636         * doc/autoconf.texi (Obsolete Macros): Adjust.
5637         Reported by Werner LEMBERG and Debian Bug 190886.
5639 2003-05-16  Akim Demaille  <akim@epita.fr>
5641         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5642         user name space clashes.
5643         Reported by Bruno Haible.
5645 2003-05-16  Akim Demaille  <akim@epita.fr>
5647         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5648         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5649         them uniform, and more robust to Perl special characters.
5650         Reported by Martin Mokrejs.
5652 2003-05-14  Akim Demaille  <akim@epita.fr>
5654         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5656 2003-05-14  Akim Demaille  <akim@epita.fr>
5658         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5659         linux/irda.h.
5661 2003-05-12  Akim Demaille  <akim@epita.fr>
5663         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5664         message.
5665         From Matthias Andree.
5667 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
5669         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5670         and truncate.
5672 2003-05-06  Akim Demaille  <akim@epita.fr>
5674         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5675         longer updates aclocal.m4 if useless, (ii) if a file m4_included
5676         by aclocal.m4 is changed it might require the importing of another
5677         m4 extension file, i.e., aclocal must be run.
5679         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5680         (&parse_args): Use --force with aclocal if required and supported.
5681         (&autoreconf_current_directory): Use &run_aclocal.
5683 2003-05-06  Akim Demaille  <akim@epita.fr>
5685         Lock autom4te's cache.
5687         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5688         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5689         argument instead of a file name, so that the request file remains
5690         open during the whole autom4te run.
5691         ($icache_file): New.
5692         (&freeze): Lock the $icache_file.
5694 2003-04-29  Derek Price  <derek@ximbiot.com>
5696         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5697         seperator with m4_append_uniq().  It doesn't work.
5698         (AT_CLEANUP): Add `;' to end of at_help_all.
5699         (AT_INIT): Allow --keywords to be specified more than once.  When
5700         grepping $at_help_all for keywords, use the field and keyword
5701         seperators to ensure a complete keyword match.  Alter at_prev handling
5702         to support the new --keywords behavior.
5704 2003-04-27  Karl Berry  <karl@freefriends.org>
5706         * doc/autoconf.texi: Make the dir entries in the autoconf manual
5707         align better with others.  I also made some of the individual
5708         entries on one line, for brevity and to make it easier for me to
5709         sort my dir-example file in the Texinfo distribution :).
5711 2003-04-12  Jim Meyering  <jim@meyering.net>
5713         * NEWS: Mention the new macro.
5714         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5715         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5716         * tests/c.at: Test AC_C_RESTRICT.
5717         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5719 2003-04-08  Akim Demaille  <akim@epita.fr>
5721         * bin/ifnames.in: Skip C++ comments.
5722         From Jeremy Yallop.
5724 2003-04-08  Akim Demaille  <akim@epita.fr>
5726         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5727         From Ilya Zakharevich.
5729 2003-04-08  Akim Demaille  <akim@epita.fr>
5731         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5732         net/if.h, stdlib.h.
5734 2003-04-01  Derek Price  <derek@ximbiot.com>
5736         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5737         from Akim's checkin of 2003-03-29.
5739 2003-04-01  Derek Price  <derek@ximbiot.com>
5741         * tests/torture.at (Configuring subdirectories): Add missing
5742         close-quote for Akim's change from 2003-03-28.
5744 2003-04-01  Akim Demaille  <akim@epita.fr>
5746         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5747         (AC, AT, MS): these.
5748         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5749         New.
5750         Use them.
5751         * doc/Makefile.am (CLEANFILES): Adjust.
5752         (TEXI2DVI): Make it --batch.
5754 2003-03-31  Derek Price  <derek@ximbiot.com>
5756         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5757         which removed the main loop.
5758         Thanks to Akim Demaille.
5760 2003-03-29  Akim Demaille  <akim@epita.fr>
5762         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5763         that starts a GUI.
5764         From Ilya Zakharevich.
5766 2003-03-29  Akim Demaille  <akim@epita.fr>
5768         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5769         documentation to read is Autoconf's.
5770         Suggested by Paul Eggert.
5772 2003-03-28  Akim Demaille  <akim@epita.fr>
5774         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5775         reading the section "Present But Cannot Be Compiled" when the
5776         header causes problems.
5778 2003-03-28  Akim Demaille  <akim@epita.fr>
5780         * tests/torture.at (Configuring subdirectories): Require aclocal
5781         1.4, otherwise the test fails, as it does support configure.ac.
5782         This fixes the "test 40 failed" bug reports.
5784 2003-03-28  Akim Demaille  <akim@epita.fr>
5786         * doc/autoconf.texi (C Compiler): `#line' portability.
5787         From Paul Eggert and Nelson H. F. Beebe.
5789 2003-03-27  Derek Price  <derek@ximbiot.com>
5791         * lib/autotest/general.m4: Eliminate main loop and reorganize test
5792         layout in order to allow scripting around test groups.
5794 2003-03-27  Derek Price  <derek@ximbiot.com>
5796         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5797         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5798         use new diversions in preparation for accepting new arguments and
5799         allowing scripting around tests.
5800         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5802 2003-03-26  Derek Price  <derek@ximbiot.com>
5804         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5805         obsolete AC_HELP_STRING.
5806         (AC_HELP_STRING): AU_DEFUN to...
5807         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5808         * tests/m4sh.at (AS_HELP_STRING): New test.
5810         * tests/acgeneral.at: Regenerated.
5812 2003-03-26  Derek Price  <derek@ximbiot.com>
5814         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5815         sense.  Verbosify the diversion definitions comment.
5817 2003-03-26  Derek Price  <derek@ximbiot.com>
5819         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5820         AS_PREPARE.
5822 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
5824         * doc/autoconf.texi (Present But Cannot Be Compiled):
5825         Grammar fixes and minor rewording. (trivial change)
5827 2003-03-06  Paul Eggert  <eggert@twinsun.com>
5829         Work around a problem noted by Nelson H. F. Beebe with coreutils
5830         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5831         2002/05/09) rejects '#line 32768 "configure"' because the line
5832         number overflows.
5833         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5834         #line directives.
5835         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5836         * doc/autoconf.texi (Generating Sources): Document this.
5838 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
5840         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5841         file name for the m4 program, when it has an "exe" file extension.
5842         DJGPP's error messages include the error code in brackets -
5843         remove the error code during normalization.
5845 2003-02-28  Akim Demaille  <akim@epita.fr>
5847         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5849 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
5851         * doc/autoconf.texi (Limitations of Make): Remove the section
5852         about `$<' in inference rules, it was a bogus interpretation of
5853         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
5854         Tru64 make in the "target lookup" section.
5855         (Automake): Automake 1.5+ no longer requires special tools to be
5856         present on the developer's host.
5858 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
5860         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5861         to a shell that can handle redirection or quoting correctly.
5862         Override SHELL with the shell detected by configure.
5863         Use of $^O suggested by Tim van Holder.
5864         * bin/autom4te.in (BEGIN): Likewise.
5865         * bin/autoreconf.in (BEGIN): Likewise.
5866         * bin/autoscan.in (BEGIN): Likewise.
5867         * bin/autoupdate.in (BEGIN): Likewise.
5868         * bin/ifnames.in (BEGIN): Likewise.
5870         * bin/ifnames.in: Add final newline to help and version messages.
5872         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5873         to cope with DOS-style absolute paths, when constructing
5874         ${ac_make}.
5876         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5877         When constructing paths with IFS=:, quote the path. If we're
5878         constructing a DOS-style absolute path, we don't want to split it
5879         on the colon.
5881         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5882         in description.
5884 2003-02-25  Pavel Roskin  <proski@gnu.org>
5886         * bin/autoheader.in: Add missing newline when printing
5887         suggestion how change AC_DEFINE call.
5889 2003-02-24  Paul Eggert  <eggert@twinsun.com>
5891         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5892         2002-09-01 patch by replacing "test -n" with "test -z".
5893         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
5894         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
5896         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
5897         to fix a mismatch between example and discussion.
5899 2003-02-24  Kevin Ryde  <user42@zip.com.au>
5901         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
5902         format starting with "-".
5904 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5906         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
5907         is not portable inside Makefile.
5909 2003-02-20  Akim Demaille  <akim@epita.fr>
5911         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
5912         compiler says yeah, but preproc says nope, compiler is right.
5913         Conversely, prompt the reader to send a bug report to the
5914         maintainers of the package, not of Autoconf.
5916 2003-02-20  Klee Dienes  <kdienes@apple.com>
5918         * bin/autoreconf.in (autoreconf_current_directory): Properly
5919         handle an empty aclocal.m4.
5921 2003-02-20  Akim Demaille  <akim@epita.fr>
5923         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
5924         $ac_prefix_program.
5925         From Larry Jones.
5927 2002-12-23  Paul Eggert  <eggert@twinsun.com>
5929         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
5930         innocuous variant befor including <limits.h> or <assert.h>.  This
5931         works around a bug reported by Albert Chin: HP-UX 11i
5932         (and earlier versions) have a <limits.h> that declares
5933         gettimeofday and many other functions.
5935 2002-12-03  Paul Eggert  <eggert@twinsun.com>
5937         Version 2.57.
5939         * NEWS, configure.ac: Update version.
5941         * doc/fdl.texi: Upgrade to FDL version 1.2.
5943         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
5944         nontrivially in main's body, so that f's external declaration is
5945         not optimized away in AIX.  This should fix the bug reported by
5946         Martin Frydl in
5947         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
5949         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
5950         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
5951         defined, to support freestanding compilers.  This should fix the
5952         bug reported by Momchil Velkov in
5953         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
5955         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
5956         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
5957         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
5958         by Simon Josefsson in
5959         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
5961         * Makefile.maint (www-gnu): New macro.
5962         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
5963         the location has moved.
5965 2002-12-02  Martin Frydl  <martin@systinet.com>
5967         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
5968         \(.*\) match is too long and there is something more to be checked.
5969         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
5971 2002-11-15  Akim Demaille  <akim@epita.fr>
5973         Version 2.56.
5975         * config/install-sh: chmod +x.
5976         From Paul Eggert.
5977         * config/move-if-change: Indenting changes.
5978         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
5979         * configure.ac (AM_INIT_AUTOMAKE): here.
5980         Require 1.7.1.
5982 2002-11-14  Akim Demaille  <akim@epita.fr>
5984         Version 2.55.
5986         * config/config.guess, config/config.sub, config/install-sh:
5987         Update from masters.
5989 2002-11-14  Akim Demaille  <akim@epita.fr>
5991         * Makefile.maint: Sync with Bison, i.e.:
5992         (po-check): Scan .l and .y files instead of the
5993         .c and the .h files that they generate.  This fixes the bug
5994         reported by Tim Van Holder in:
5995         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
5996         Look for N_ as well as for _.  Try to avoid matching #define for
5997         N_ and _.
5998         From Paul Eggert.
6000 2002-11-14  Akim Demaille  <akim@epita.fr>
6002         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6003         From Paul Eggert and Albert Chin-A-Young.
6005 2002-11-14  Akim Demaille  <akim@epita.fr>
6007         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6008         From Paul Eggert and Albert Chin-A-Young.
6010 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6012         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6013         than assigning in main, to avoid HP cc +O3 optimizing it away.
6015 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6017         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6018         option.  Process --recheck after parsing all options.  Pass -q
6019         option to configure on --recheck.
6020         (AC_OUTPUT): Pass -q from configure to config.status.
6021         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6022         arguments to record.
6023         * doc/autoconf.texi (config.status Invocation): Document
6024         config.status -q option.
6026 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6028         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6029         Makefile.in if Makefile.am exists.
6030         (output): Strip `.am' from Makefiles.  Don't
6031         output AC_CONFIG_FILES if no Makefiles were found.
6033 2002-11-07  Akim Demaille  <akim@epita.fr>
6035         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6036         (local_updates): New.
6037         * Makefile.maint: Update, from CVS Bison.
6038         (local_updates): New.
6040 2002-11-06  Akim Demaille  <akim@epita.fr>
6042         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6043         declaration in extern "C" too.
6044         Reported by Roberto Bagnara.
6046 2002-11-06  Akim Demaille  <akim@epita.fr>
6048         * tests/torture.at (Configuring subdirectories): Don't use grep
6049         -w.
6050         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6051         Reported by Ezra Peisach.
6053 2002-11-05  Akim Demaille  <akim@epita.fr>
6055         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6056         Remove.
6057         We _have_ to stop using the old compatibility scheme that tried to
6058         avoid useless backslashes because Libtool 1.4.3 contains a
6059         AC_DEFINE([error_t], [int],
6060         [Define to a type to use for \`error_t' if it is not
6061         otherwise available.])
6062         We _have_ to quote the single quote and backslashes with \.  The
6063         old compatibility scheme saw that ` was backslashed, and therefore
6064         did not quote the single quote.  Hence before this patch, Autoconf
6065         was not compatible with Libtool.
6067 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6069         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6070         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6071         LC_NAME, LC_PAPER, LC_TELEPHONE.
6072         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6074 2002-11-04  Akim Demaille  <akim@epita.fr>
6076         Version 2.54c.
6078         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6079         New.
6080         * config/texinfo.tex: Update.
6082 2002-11-03  Akim Demaille  <akim@epita.fr>
6084         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6085         from...
6086         (&autoreconf): here.
6087         ($help, $make, &parse_args, &autoreconf_current_directory):
6088         Support -m/--make.
6089         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6091 2002-10-31  Bruno Haible  <bruno@clisp.org>
6093         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6094         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6095         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6096         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6097         to ac_cv_func_realloc_0_nonnull.
6098         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6100 2002-10-31  Akim Demaille  <akim@epita.fr>
6102         The test suite was no longer checking for trailing envvars and files.
6104         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6105         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6107 2002-10-31  Akim Demaille  <akim@epita.fr>
6109         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6110         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6111         Make variable, not a shell variable.
6112         Suggested by Bruno Haible.
6114 2002-10-31  Akim Demaille  <akim@epita.fr>
6116         * bin/autom4te.in (load_configuration): Reject #args out of any
6117         language.
6119 2002-10-31  Akim Demaille  <akim@epita.fr>
6121         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6122         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6123         (_AC_RUN_IFELSE): Use it.
6124         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6125         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6126         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6127         inline it.
6129 2002-10-30  Akim Demaille  <akim@epita.fr>
6131         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6132         * doc/autoconf.texi (autom4te Invocation): Adjust.
6133         Suggested by Tim van Holder.
6135 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6137         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6138         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6139         Problem reported by Bruno Haible.
6141 2002-10-29  Akim Demaille  <akim@epita.fr>
6143         * doc/autoconf.texi (Header Templates): Put also in words what the
6144         pictures says to assist free style readers.
6145         (Customizing autom4te): s/--cache=/--cache /.
6147 2002-10-29  Akim Demaille  <akim@epita.fr>
6149         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6150         sys/wait.h.
6151         sparc_address_test returns void.
6152         Use it with an argument, as prototyped.
6153         From Bruno Haible.
6155 2002-10-29  Akim Demaille  <akim@epita.fr>
6157         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6158         configure.in, not configure.ac.
6159         Reported by Bruno Haible.
6161 2002-10-29  Akim Demaille  <akim@epita.fr>
6163         * tests/torture.at (Deep Package): New test.
6164         (Configuring subdirectories): Don't use a testSubDir as Autotest
6165         now does it itself.
6167 2002-10-29  Akim Demaille  <akim@epita.fr>
6169         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6170         * doc/autoconf.texi (Invoking autom4te): Rename as...
6171         (autom4te Invocation): this, for consistency with the other nodes.
6173 2002-10-29  Akim Demaille  <akim@epita.fr>
6175         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6176         Reported by Ralf Corsepius.
6178 2002-10-29  Akim Demaille  <akim@epita.fr>
6180         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6181         characters is a back as an `obsolete' warning now.
6182         Reported by Ralf Corsepius.
6184 2002-10-28  Akim Demaille  <akim@epita.fr>
6186         * configure.ac: Bump to 2.54c.
6188 2002-10-28  Akim Demaille  <akim@epita.fr>
6190         Version 2.54b.
6192         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6194 2002-10-28  Akim Demaille  <akim@epita.fr>
6196         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6197         m4 executable names, and different GNU M4 version.
6198         Reported by Ezra Peisach and Paul Jarc.
6200 2002-10-27  Akim Demaille  <akim@epita.fr>
6202         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6203         AC_RUN_IFELSE.
6205 2002-10-27  Akim Demaille  <akim@epita.fr>
6207         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6208         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6209         Die when a simple Fortran program cannot be compiled.
6210         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6211         Issue a warning if no function is given.
6213 2002-10-27  Akim Demaille  <akim@epita.fr>
6215         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6216         Move the documentation of AC_TRY_RUN to...
6217         (Obsolete Macros): here.
6218         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6219         (autoconf Invocation): Remove the duplicates with `invoking
6220         autom4te'.
6221         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6222         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6224 2002-10-27  Akim Demaille  <akim@epita.fr>
6226         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6227         and AC_LANG_FUNC_LINK_TRY.
6228         (Examining Libraries): Rename as...
6229         (Running the Linker): this.
6230         Document AC_LINK_IFELSE.
6231         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6232         (Obsolete Macros): here.
6233         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6234         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6235         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6236         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6238 2002-10-27  Akim Demaille  <akim@epita.fr>
6240         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6242         More `check config.log' messages.
6244         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6245         * doc/autoconf.texi (Printing Messages): Document it.
6246         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6247         appropriate.
6248         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6249         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6250         (_AC_COMPILER_OBJEXT): Likewise.
6251         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6252         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6253         Likewise.
6254         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6255         Likewise.
6257         Deprecate macros with unusual interfaces.
6259         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6260         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6262         Document the new ones, and proper style.
6264         * doc/autoconf.texi (Generating Sources): New.
6265         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6266         (Examining Declarations): Rename as...
6267         (Running the Preprocessor): this.
6268         Document AC_PREPROC_IFELSE.
6269         (Examining Syntax): Rename as...
6270         (Running the Compiler): this.
6271         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6272         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6273         AC_TRY_COMPILE here.
6275 2002-10-27  Akim Demaille  <akim@epita.fr>
6277         Move sections around.
6279         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6280         sentence.
6281         Reported by Burno Haible.
6282         (Language Choice): Now the first section of...
6283         (Writing Tests): this section.
6284         Make the introduction less C-centric.
6285         (Guidelines, Test Functions): Move to...
6286         (Writing Test Programs): this new section.
6287         (Test Programs): Merge into...
6288         (Run Time): this.
6290 2002-10-27  Akim Demaille  <akim@epita.fr>
6292         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6293         autom4te.in that resulted in the need for two `make' runs.
6295 2002-10-27  Akim Demaille  <akim@epita.fr>
6297         * configure.ac: Bump to 2.54b.
6299 2002-10-25  Akim Demaille  <akim@epita.fr>
6301         Version 2.54a.
6303         * Makefile.maint: Update from the Coreutils.
6304         (AMTAR): Remove, obsolete.
6305         (automake_repo): Update to redhat.com.
6306         (cvs_file): New.
6307         Adjust to the fact that ansi2knr is now hosted by Automake.
6308         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6309         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6310         Update from masters.
6311         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6312         autoscan.pre is not to be installed, and autoscan.list is not to
6313         be shipped.
6314         (CLEANFILES): Add autoscan.list.
6315         (autoscan.list): Disable the cache.
6316         * bin/Makefile.am: Include freeze.mk.
6318 2002-10-25  Akim Demaille  <akim@epita.fr>
6320         * bin/autom4te.in (&load_configuration): Take the file as
6321         argument.
6322         (&parse_args): Handle -C, --cache.
6323         ($help): Adjust.
6324         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6325         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6326         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6327         Now a subsection of...
6328         (Using autom4te): This new section.
6329         (Customizing autom4te): New.
6330         (autom4te.cache): Adjust.
6332 2002-10-25  Akim Demaille  <akim@epita.fr>
6334         * doc/autoconf.texi (Generic Headers): More information on how to
6335         use AC_CHECK_HEADERS.
6337 2002-10-25  Akim Demaille  <akim@epita.fr>
6339         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6340         Space changes.
6342 2002-10-25  Akim Demaille  <akim@epita.fr>
6344         * bin/autoscan.in (output): Output AC_PREREQ.
6345         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6346         be reported.
6348 2002-10-23  Akim Demaille  <akim@epita.fr>
6350         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6351         document _Bool.
6353 2002-10-23  Akim Demaille  <akim@epita.fr>
6355         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6356         Reported by Peter Eisentraut.
6358 2002-10-23  Akim Demaille  <akim@epita.fr>
6360         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6361         type _Bool.
6362         Fix a typo.
6363         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6364         Eggert's recommandations.
6366 2002-10-22  Akim Demaille  <akim@epita.fr>
6368         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6369         Bison, by Paul Eggert.
6370         * doc/autoconf.texi (Particular Headers): Document it.
6372 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6374         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6375         `$ac_configure_args'.
6377 2002-10-22  Akim Demaille  <akim@epita.fr>
6379         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6380         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6381         From Art Haas.
6383 2002-10-22  Akim Demaille  <akim@epita.fr>
6385         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6387         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6388         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6389         (_AC_CHECK_HEADER_NEW): Rename as...
6390         (AC_CHECK_HEADER): this.
6392 2002-10-22  Akim Demaille  <akim@epita.fr>
6394         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6395         words about HP-UX cmp: it was actually a user-written cmp.
6397 2002-10-22  Akim Demaille  <akim@epita.fr>
6399         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6400         are a few warnings.
6401         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6402         Quote for Perl '' strings, not "".
6403         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6404         strings.
6406 2002-10-22  Akim Demaille  <akim@epita.fr>
6408         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6409         characters is a syntax warning now.
6410         (_AS_QUOTE): Accept $2 as list of characters to quote.
6411         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6412         Quote for Perl, not sh.
6413         * bin/autoheader.in: When $debug, report the file which is
6414         `do'ne.
6415         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6416         `@', to tickle Perl's lists.
6417         Reported by Carlos Velasco.
6419 2002-10-18  Akim Demaille  <akim@epita.fr>
6421         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6422         missing included files _are_ errors.
6423         Thanks to Alexandre Duret-Lutz.
6424         * tests/tools.at (autom4te cache): Adjust.
6425         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6426         (AT_CHECK_M4SUGAR): Use it.
6427         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6428         Adjust.
6429         * tests/tools.at (autom4te): Now it does exit 1.
6431 2002-10-17  Akim Demaille  <akim@epita.fr>
6433         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6434         Fixes the `AC_ARG_VAR' test failures.
6435         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6436         * lib/freeze.mk (check-forbidden-patterns): New.
6437         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6438         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6439         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6440         /dev/null.
6441         Reported months ago by H. Merijn Brand.
6443 2002-10-17  Akim Demaille  <akim@epita.fr>
6445         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6447 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6449         * Makefile.maint (wget_files): Remove ansi2knr.c.
6450         (ansi2knr.c-url_prefix): Remove.
6452 2002-10-16  Akim Demaille  <akim@epita.fr>
6454         Because of caching, some files that no longer exist and are no
6455         longer required can still cause errors.
6456         Reported by Alexandre Duret-Lutz.
6458         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6459         to frozen files in @ARGV, as @ARGV must remain being a list of
6460         files.  Rather, at M4 call sites, use this...
6461         (&files_to_options): New function.
6462         (&freeze): Use &error.
6463         (&up_to_date): If a file that was included according to the cache
6464         is no longer there, then the output is out dated.
6465         (&main): Don't even check whether a file is up to date is anyway
6466         --force is given.
6467         * tests/tools.at (autom4te cache): New.
6469 2002-10-16  Akim Demaille  <akim@epita.fr>
6471         * bin/autoconf.as: Kill dead options.
6472         * bin/autoupdate.in (&parse_args): Kill old options.
6473         * bin/autoreconf.in (&parse_args): Remove dead options.
6474         Factor some code.
6475         (&autoreconf): Report the directories we enter *and leave*, so
6476         that error messages can be easily located, and use GNU Make
6477         format, so that Emacs' compile mode understands us.
6478         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6479         if some file was changed instead of `print'.
6480         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6481         (&parse_args): Remove the dead options.
6482         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6483         autoheader's quiet mode.
6484         (AT_CHECK_AUTOUPDATE): Likewise.
6485         * tests/tools.at (autoupdate): Adjust.
6486         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6488 2002-10-11  Akim Demaille  <akim@epita.fr>
6490         No longer use CPP to check for the existing of headers: use CC to
6491         check for compilability.
6493         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6494         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6495         (_AC_CHECK_HEADER_NEW): Rename as...
6496         (AC_CHECK_HEADER): this.
6498         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6499         numbers in the Subject suggestion.
6501 2002-10-11  Akim Demaille  <akim@epita.fr>
6503         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6504         Suggest using AC_CHECK_DECLS instead.
6506 2002-10-11  Akim Demaille  <akim@epita.fr>
6508         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6509         of `precious'.
6511 2002-10-11  Akim Demaille  <akim@epita.fr>
6513         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6514         file name to enable parallel executions.
6515         From Sam Varshavchik.
6517 2002-10-08  Akim Demaille  <akim@epita.fr>
6519         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6520         aclocal invocation, as Gettext macros might not be visible to
6521         aclocal.
6522         Instead of blindly running autopoint, scan configure.ac (not the
6523         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6524         Reported by Paul D. Smith.
6526 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6528         Work around problems found when POSIXLY_CORRECT=1 is set.
6529         None of this seems to have anything to do with POSIX, really,
6530         but it's how Perl getopt works.
6531         * bin/autom4te.in (parse_args): Configure GetOpt with
6532         "permute", too.
6533         * doc/autoconf.texi (Invoking autom4te):
6534         --warning -> --warnings.
6535         * lib/autom4te.in: --warning -> --warnings.
6537 2002-09-28  Akim Demaille  <akim@epita.fr>
6539         * doc/autoconf.texi (autom4te.cache): New section.
6541 2002-09-28  Akim Demaille  <akim@epita.fr>
6543         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6544         (Automake-preselections): Update.
6545         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6547 2002-09-28  Akim Demaille  <akim@epita.fr>
6549         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6550         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6551         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6552         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6554 2002-09-28  Akim Demaille  <akim@epita.fr>
6556         * tests/torture.at (Configuring subdirectories): Be robust to
6557         users who use config.site to require for a cache: in this case,
6558         the two last configure runs, using two different sets of
6559         arguments, trigger a legitimate error.
6561 2002-09-28  Akim Demaille  <akim@epita.fr>
6563         * tests/m4sh.at (Functions Support, Functions and return Support):
6564         New.
6566 2002-09-28  Akim Demaille  <akim@epita.fr>
6568         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6569         autoheader are Perl programs.
6570         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6571         (autom4te): Specify that the sources are in the $srcdir.
6572         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6574 2002-09-28  Akim Demaille  <akim@epita.fr>
6576         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6577         (tm_zone): Move their rules to...
6578         * lib/autoconf/types.m4: here, using AN_ macros.
6579         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6580         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6581         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6582         * lib/autoconf/programs.m4: here.
6583         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6584         (ETAGS_FOR_AUTOCONF): New.
6585         Use it.
6587 2002-09-28  Akim Demaille  <akim@epita.fr>
6589         * lib/autoconf/autoscan.m4: New file.
6590         * lib/autoconf/autoconf.m4: Include it.
6591         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6592         that were listed in the original autoscan.list.
6593         * lib/autoconf/headers.m4: Similarly with headers.
6594         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6595         (.m4.m4f): Don't pass --prepend-include, since that's done by
6596         tests/autom4te itself.
6597         * lib/autoscan/Makefile.am: Include freeze.mk.
6598         (autoscan.list): New target --this file is no longer a source.
6599         (autoscan.pre): New file.
6601 2002-09-28  Akim Demaille  <akim@epita.fr>
6603         * bin/autoscan.in (@kinds): Make them singular.
6604         Adjust all uses.
6605         (&init_tables): When --debug, report the list of rules to ease
6606         tracking changes in autoscan.list.
6607         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6609 2002-09-28  Akim Demaille  <akim@epita.fr>
6611         * lib/autoscan/functions, lib/autoscan/headers,
6612         * lib/autoscan/identifiers, lib/autoscan/makevars,
6613         * lib/autoscan/programs: Merge into...
6614         * lib/autoscan/autoscan.list: this.
6615         * bin/autoscan.in (&init_tables): Adjust.
6617 2002-09-28  Akim Demaille  <akim@epita.fr>
6619         * lib/autoscan/functions, lib/autoscan/headers,
6620         * lib/autoscan/identifiers, lib/autoscan/makevars,
6621         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6622         `functions' line is now prefixed with `function:'.
6623         * bin/autoscan.in (&init_tables): Adjust.
6625 2002-09-28  Akim Demaille  <akim@epita.fr>
6627         From now on, autoscan files must always map a macro name to a
6628         word: there is no `default' macro for autoscan.
6630         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6631         all.
6632         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6633         explicit.
6635 2002-09-28  Akim Demaille  <akim@epita.fr>
6637         * bin/autoscan.in (%c_keywords): Remove.
6638         (&used): Keep only track of the words we might be interested in.
6639         (&output_kind): It is no longer needed to look for non active
6640         checks.
6642 2002-09-27  Akim Demaille  <akim@epita.fr>
6644         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6645         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6646         * lib/autoscan/functions: Adjust.
6647         * doc/autoconf.texi (Particular Functions): Adjust.
6649 2002-09-27  Akim Demaille  <akim@epita.fr>
6651         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6652         from /tmp.
6653         Thanks to Bill Moseley and Paul Eggert.
6654         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6655         the tmpdir must be created.
6656         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6657         dir be in the build tree, instead of $TMPDIR.
6659 2002-09-27  Akim Demaille  <akim@epita.fr>
6661         * bin/autoscan.in: Improve the comments.
6662         (&parse_args): Drop obsolete undocumented options.
6663         (&output_kind): Output warnings.
6664         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6665         (getwd): Trigger a warning.
6667 2002-09-26  Akim Demaille  <akim@epita.fr>
6669         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6670         Reported by Ralf Corsepius.
6671         * doc/autoconf.texi (autoreconf Invocation): Likewise.
6673 2002-09-26  Akim Demaille  <akim@epita.fr>
6675         Single suffix rules and seperated dependencies are not portable.
6677         * doc/autoconf.texi (Installation Directory Variables): Update.
6678         (Limitations of Make): Some about `Single Suffix Rules and
6679         Separated Dependencies'.
6680         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6681         (ifnames, autoscan, autom4te): Un-factor into several rules.
6683 2002-09-25  Paul Eggert  <eggert@twinsun.com>
6685         * BUGS (Interoperability bugs): New section.  Mention libtool
6686         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6688 2002-09-24  Paul Eggert  <eggert@twinsun.com>
6690         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6691         make handles suffix-rules differently from GNU make.
6693         * bin/Makefile.am (SUFFIXES, .in): Remove.
6694         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6695         Move the body of the old .in rule here.
6697 2002-09-16  Akim Demaille  <akim@epita.fr>
6699         i960 compilers create `b.out' files by default.
6700         Reported by Ralf Corsepius.
6702         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6703         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6705 2002-09-13  Paul Eggert  <eggert@twinsun.com>
6707         * doc/autoconf.texi (Particular Headers): Remove obsolete
6708         reference to `struct timezone' in the description of
6709         AC_HEADER_TIME.
6711 2002-09-13  Akim Demaille  <akim@epita.fr>
6713         Version 2.54.
6715         * config/config.sub, config/config.guess: Update.
6716         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6717         * Makefile.am: Adjust.
6719 2002-09-13  Akim Demaille  <akim@epita.fr>
6721         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6722         reading config.log when the compiler is rejected.
6723         Suggested by Guido Draheim.
6725 2002-09-13  Akim Demaille  <akim@epita.fr>
6727         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6728         (chdir_init) might hang when stat'ing mounted directories.
6729         Reported by Vance Shipley.
6731 2002-09-12  Akim Demaille  <akim@epita.fr>
6733         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6734         the lists.
6736 2002-09-12  Akim Demaille  <akim@epita.fr>
6738         * doc/autoconf.texi (Defining Symbols): Present two different
6739         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6740         difference between 1 argument calls, and 2-3 argument calls.
6742 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
6744         * doc/autoconf.texi: Review grammar and punctuation.
6746 2002-09-11  Paul Eggert  <eggert@twinsun.com>
6748         * doc/autoconf.texi: Fix minor formatting, spelling, and
6749         grammatical typos.
6750         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6751         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6752         is obsolescent.
6754 2002-09-11  Akim Demaille  <akim@epita.fr>
6756         * doc/autoconf.texi (Questions): Rename as...
6757         (FAQ): this.
6758         (Defining Directories): New.
6760 2002-09-09  Akim Demaille  <akim@epita.fr>
6762         * doc/autoconf.texi (Making testsuite Scripts): Update.
6763         Suggested by Nishio Futoshi.
6765 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
6767         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6768         plain `@' is wanted.
6770 2002-09-09  Akim Demaille  <akim@epita.fr>
6772         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6773         `duplicates', since the algorithm was too naive and could keep
6774         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6775         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6776         Reported by Ralf Corsepius.
6777         * tests/torture.at (Configuring subdirectories): Exercise these
6778         cases.
6780 2002-09-09  Akim Demaille  <akim@epita.fr>
6782         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6783         looking for a replacement file.
6784         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6785         directory is relative.
6786         * doc/autoconf.texi (Generic Functions): Clarify the replacement
6787         directory definition.
6788         Reported by Andreas Schwab and Jim Meyering.
6790 2002-09-06  Akim Demaille  <akim@epita.fr>
6792         * doc/autoconf.texi (Setting Output Variables): Clarify what
6793         precious variables are.
6794         Suggested by Pontus Skoeld.
6796 2002-09-05  Akim Demaille  <akim@epita.fr>
6798         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6799         (ifnames, autoscan, autom4te): Since we don't only depend on
6800         configure.ac variables (such as VERSION etc.), but also on prefix
6801         and so forth, depend on Makefile, not configure.ac.
6802         Reported by Alexandre Duret-Lutz.
6803         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6805 2002-09-05  Kevin Ryde  <user42@zip.com.au>
6807         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6808         doesn't seem to be confined to ia64, just say "some versions".
6810 2002-09-04  Akim Demaille  <akim@epita.fr>
6812         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6813         Automake 1.6c.
6814         * Makefile.am (maintainer-clean-local): Remove.
6815         (MAINTAINERCLEANFILES): Remove COPYING.
6817 2002-09-03  Paul Eggert  <eggert@twinsun.com>
6819         * doc/autoconf.texi (Configuration Commands): Remove obsolete
6820         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
6821         Brinkmann.
6823 2002-09-03  Akim Demaille  <akim@epita.fr>
6825         * configure.ac: Bump to 2.53d.
6826         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6827         as of today, on Automake's team suggestion.
6829 2002-09-03  Akim Demaille  <akim@epita.fr>
6831         Version 2.53c.
6833 2002-09-02  Akim Demaille  <akim@epita.fr>
6835         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6836         SITE_MACRO_DIR.
6837         * configure.ac: Disable SITE_MACRO_DIR.
6839 2002-09-02  Jim Meyering  <meyering@lucent.com>
6841         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6842         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6843         Also, tweak grammar: s/make sure to/be sure to/.
6845 2002-09-02  Paul Eggert  <eggert@twinsun.com>
6847         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6848         directory names are generally preferable to physical names.
6850 2002-09-02  Akim Demaille  <akim@epita.fr>
6852         * lib/Autom4te/General.pm (&update_file): s/die/error/.
6853         Reported by Raja R. Harinath.
6854         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6855         * bin/autoupdate.in: Use error instead of die.
6857 2002-09-01  Paul Eggert  <eggert@twinsun.com>
6859         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6860         ordinary shell concatenation rather than echo+tr+sed command that
6861         runs afoul of a long-line-related sed bug in Solaris 8.
6863         * bin/autoheader.in (parse_args): --warning -> --warnings.
6865         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6866         stdout, as traditional "ls" does.
6867         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6868         _AC_COMPILER_EXEEXT_O): Likewise.
6869         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6871         * bin/autoconf.as: Add --prepend-include option.  This patch was
6872         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6873         but bin/autoconf.in is generated automatically from bin/autoconf.as.
6875         * bin/autoconf.in, configure: Regenerate.
6877         * doc/autoconf.texi (Special Shell Variables): Mention
6878         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
6880         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6881         MAILPATH and set PS1, PS2, PS4 to default values, to work
6882         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6883         For LC_ALL etc, first try to set to "C" as POSIX requires and as
6884         the Autoconf documentation specifies; fall back to "unset" only if
6885         this fails.  Use a shell for-loop for this rather than an m4 loop,
6886         to shorten the output script.
6888 2002-08-30  Paul Eggert  <eggert@twinsun.com>
6890         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6891         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
6892         for the CDPATH problem.  Document PWD.
6893         (Limitations of Builtins): Document the problem that "cd $foo" and
6894         "ls $foo" may refer to different directories in shells conforming
6895         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
6896         example, since the old example is now out of date.
6898         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
6899         FOO" and "ls FOO" talk about different directories; this catches
6900         problems when POSIX 1003.1-2001 "cd" fails due to symlink
6901         spaghetti.
6903         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
6904         of rolling our own unset.
6905         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
6906         in practice we needn't worry about CDPATH if unset doesn't work.
6908         * Makefile.in, aclocal.m4, bin/Makefile.in,
6909         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
6910         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
6911         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
6912         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
6913         tests/Makefile.in: Regenerate with Automake 1.6.3.
6915         * config/config.guess, config/config.sub, config/mkinstalldirs:
6916         Update.
6918         * configure: Regenerate with self.
6920 2002-08-30  Kevin Ryde  <user42@zip.com.au>
6922         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
6923         default output.
6925 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6927         * bin/autom4te.in (Request::load): Correctly test for "do" read
6928         failure.
6930 2002-08-29  Akim Demaille  <akim@epita.fr>
6932         * lib/Autom4te/General.pm (&xqx): New.
6933         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
6934         hand, which is not portable.
6935         (&error): New.
6936         * bin/autom4te.in: Use them.
6937         Use &error instead of die.
6938         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6939         Adjust.
6941 2002-08-17  Paul Eggert  <eggert@twinsun.com>
6943         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
6944         default list of compilers to try, since it was long ago superseded
6945         by the ksh fc builtin.  Suggested by Steven G. Johnson.
6947 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
6949         * doc/autoconf.texi (Invoking autom4te): End the option table,
6950         fixing a bug introduced by the previous patch.
6951         (Limitations of Make): Add a 'target lookup' subentry in the
6952         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
6954 2002-07-29  Mark D. Roth  <roth@feep.net>
6956         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
6957         options and use $AUTOM4TE_PATH.
6958         * doc/autoconf.texi: Remove documentation of autom4te
6959         --include-envvar and --site-macro-subdir options and document
6960         use of $AUTOM4TE_PATH.
6961         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
6962         arguments from each language section.
6964 2002-07-29  Paul Eggert  <eggert@twinsun.com>
6966         * doc/install.texi: Include copyright symbol in copyright notice.
6968         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
6969         Replace with:
6970         (AM_MAKEINFOFLAGS): New macro.
6971         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
6972         * Makefile.am (INSTALL): Use the new macros.
6973         Use -o rather than --output, since "missing" does not grok --output.
6975 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
6977         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
6978         comments do not always work. Never trust the exit status of
6979         `make -k'.
6981 2002-07-24  Kevin Ryde  <user42@zip.com.au>
6983         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
6984         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
6986 2002-07-23  Paul Eggert  <eggert@twinsun.com>
6988         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
6989         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
6990         apparently treats PATH="nonexistent" as if it contained ".".
6991         Bug reported by Stefan `Sec' Zehl.
6993 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
6995         * doc/autoconf.texi (Limitations of Make): Mention the special
6996         handling of the obj/ directory by BSD make.
6998 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7000         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7001         backslashes.
7003 2002-07-19  Akim Demaille  <akim@epita.fr>
7005         * doc/autoconf.texi (Function Portability): `exit'.
7006         (Programming in M4sh): Ethymology of M4sh.
7008 2002-07-19  Akim Demaille  <akim@epita.fr>
7010         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7012 2002-07-18  Akim Demaille  <akim@epita.fr>
7014         Version 2.53b.
7016 2002-07-18  Akim Demaille  <akim@epita.fr>
7018         * config/config.guess, config/config.sub: Update.
7020 2002-07-18  Akim Demaille  <akim@epita.fr>
7022         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7023         Automake's parts.
7025         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7026         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7027         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7029 2002-07-18  Akim Demaille  <akim@epita.fr>,
7030             Alexandre Duret-Lutz  <duret_g@epita.fr>
7032         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7033         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7035 2002-07-17  Russ Allbery  <rra@stanford.edu>
7037         * doc/autoconf.texi (Initializing configure): Clarify the
7038         description of the tarname default.
7040 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7042         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7043         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7044         latter was not run.
7046 2002-07-17  Akim Demaille  <akim@epita.fr>
7048         * lib/Autom4te/General.pm (find_file): Browse the directories in
7049         the order they are given.
7051 2002-07-17  Akim Demaille  <akim@epita.fr>
7053         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7054         * tests/wrapper.as: this.
7055         * tests/Makefile.am, configure.ac: Adjust.
7057 2002-07-17  Mark D. Roth  <roth@feep.net>
7059         * configure.ac: Add --enable-site-macro-dir option.
7060         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7061         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7062         --site-macro-subdir options.
7063         * bin/autoconf.in: Add --prepend-include option.
7064         * bin/autoheader.in: Add --prepend-include option.
7065         * bin/autoreconf.in: Add --prepend-include option.
7066         * bin/autoscan.in: Add --prepend-include option.
7067         * bin/autoupdate.in: Add --prepend-include option.
7068         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7069         macro directory, remove note that include path directories are
7070         used in reverse order, and document --prepend-include option.
7071         * lib/autom4te.in: Use --prepend-include instead of --include.
7072         * tests/wrapsh.in: Use --prepend-include instead of --include.
7074 2002-07-17  Akim Demaille  <akim@epita.fr>
7076         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7077         tarnames.
7078         * doc/autoconf.texi (Initializing configure): Adjust.
7080 2002-07-17  Akim Demaille  <akim@epita.fr>
7082         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7083         (_AC_FUNC_MALLOC): New.
7084         (AC_FUNC_MALLOC): Use the latter.
7085         Define HAVE_MALLOC to 0 if broken.
7086         * doc/autoconf.texi (Particular Functions): Adjust.
7088 2002-07-16  Akim Demaille  <akim@epita.fr>
7090         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7091         * doc/autoconf.texi (C Compiler): Adjust.
7093 2002-07-09  Akim Demaille  <akim@epita.fr>
7095         * doc/autoconf.texi: Properly set the ``header'' part.
7097 2002-07-09  Akim Demaille  <akim@epita.fr>
7099         * doc/autoconf.texi (Systemology): Some about Darwin.
7101 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7103         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7104         Don't use AC_REQUIRE in AU_DEFUN.
7106 2002-07-09  Art Haas  <ahaas@neosoft.com>
7108         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7110 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7112         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7113         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7114         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7115         so that Emacs setups GNU style for perl-mode and cperl-mode.
7117 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7119         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7120         as per "Limitations of Builtins".
7121         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7122         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7124         * tests/mktests.sh: Use grep instead of fgrep, as per
7125         "Limitations of Builtins".
7127 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7129         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7130         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7131         so that we consistently test the just-built programs.
7132         * tests/wrappl.as: Likewise.
7134 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7136         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7137         name, so that symlinks to 'autoconf' work properly.  Bug reported
7138         by Bruno Haible.
7139         * bin/autoheader.in (AUTOM4TE): Likewise.
7140         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7141         * bin/autoscan.in (autom4te): Likewise.
7142         * bin/autoupdate.in (autom4te): Likewise.
7144         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7145         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7146         on Solaris 2.5.1.
7148 2002-06-11  Andreas Schwab  <schwab@suse.de>
7150         * doc/autoconf.texi: Add more dir entries.
7152 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7154         * bin/autom4te.in ($cache): Don't define using `$me', the name
7155         of the cache should not depend on the name under which autom4te
7156         was installed.
7158 2002-06-07  Akim Demaille  <akim@epita.fr>
7160         * tests/tools.at (autoconf: forbidden tokens, basic)
7161         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7162         words in autom4te.in.
7164 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7166         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7167         _AC_LANG_PROGRAM_C_F77_HOOKS.
7169 2002-06-07  Akim Demaille  <akim@epita.fr>
7171         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7172         rename as...
7173         (AC_REPLACE_FNMATCH): this.
7174         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7175         AC_FUNC_FNMATCH_GNU.
7177 2002-06-07  Akim Demaille  <akim@epita.fr>
7179         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7180         Rosetta Stone for Unix.
7182 2002-06-07  Akim Demaille  <akim@epita.fr>
7184         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7185         suggest m4_pattern_allow.
7186         Suggested by Adam J. Richter.
7188 2002-06-07  Akim Demaille  <akim@epita.fr>
7190         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7191         ac_config_libobj_dir.
7192         (AC_CONFIG_LIBOBJ_DIR): New.
7193         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7194         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7195         Use ac_config_libobj_dir to find the replacement files.
7196         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7197         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7198         (AC_REPLACE_FNMATCH_GNU): these.
7199         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7200         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7201         * tests/mktests.sh (ac_exclude_list): Don't check
7202         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7204 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7206         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7207         if ln doesn't work.
7208         * NEWS: Likewise.
7209         * doc/autoconf.texi (Configuration Links): Likewise.
7210         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7212 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7214         * config/config.guess, config/config.sub, config/texinfo.tex:
7215         Update from masters.
7217 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7219         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7220         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7221         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7222         Likewise.
7223         * lib/autoconf/Makefile.am (check-local): Likewise.
7224         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7225         * lib/autoconf/types.m4 (commentary only): Likewise.
7226         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7227         * lib/autotest/Makefile.am (check-local): Likewise.
7228         * lib/m4sugar/Makefile.am (check-local): Likewise.
7229         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7230         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7232         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7233         * doc/autoconf.texi (Particular Programs): Document them.
7234         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7235         * NEWS: Likewise.
7237 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7239         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7240         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7241         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7242         instead of AC_MBSTATE_T, which never existed.
7244 2002-05-23  Akim Demaille  <akim@epita.fr>
7246         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7247         version of Autoconf that is discussed.
7249 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7251         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7252         from the default list of compilers to try.  Suggested by
7253         Kate Hedstrom.
7254         * NEWS: Document the above.
7255         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7257 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7259         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7260         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7261         This improves on an earlier suggestion by H. Peter Anvin.
7263 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7265         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7266         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7267         Both macros now accept an optional source-dir arg.
7268         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7270         * NEWS: Document this.
7271         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7273         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7274         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7275         not for GNU extensions; this undoes part of the 2000-11-03 change,
7276         reverting to 2.13-compatible behavior.
7277         Add new optional argument DIR.
7278         (AC_FUNC_FNMATCH_GNU): New macro.
7280         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7282 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7284         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7285         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7286         and it causes a 'test' syntax error if it fails.
7287         Bug reported by Stephen Gildea.
7289         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7290         If prototypes are supported, use them to check this at compile-time,
7291         instead of trying to check it at run-time.  If we must do a run-time
7292         check, assume that setvbuf is standard when cross-compiling, as
7293         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7294         Bug reported by Paul D. Smith.
7296         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7297         argument specifying location of getloadavg.c.  This removes a
7298         FIXME.  This idea was taken from Jim Meyering's implementation in
7299         textutils.
7300         * doc/autoconf.texi (Particular Functions): Document this.
7301         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7302         that's what the code does; this fixes a bug reported by
7303         Paul D. Smith.
7305 2002-05-03  Akim Demaille  <akim@epita.fr>
7307         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7308         autopoint instead of gettextize.
7309         ($uses_alocal): Rename as...
7310         ($uses_aclocal): this.
7311         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7312         Suggested by Bruno Haible.
7314 2002-05-03  Akim Demaille  <akim@epita.fr>
7316         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7318 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7320         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7321         files to be 1 second older; just set them to be the same time.
7322         Also, sleep 1 second after the first aclocal, to work around
7323         problems with sub-second time stamps on the input files.
7325 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7327         * doc/autoconf.texi: Mention "set -e -x" lossage
7328         under node "Limitations of Builtins".
7330 2002-04-29  Akim Demaille  <akim@epita.fr>
7332         * doc/install.texi: Better wording for setting variables when
7333         running configure.
7334         From Christian Cornelssen.
7336 2002-04-29  Akim Demaille  <akim@epita.fr>
7338         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7339         of lack of $LINENO support, then the test will compare the $LINENO
7340         in testsuite vs. the lineno in the test file.  This is wrong, of
7341         course.
7342         Be sure to protect it.
7343         Reported by Patrick Welche.
7345 2002-04-25  Akim Demaille  <akim@epita.fr>
7347         * doc/autoconf.texi (Obsolete Macros): Typo.
7348         Reported by Vladimir Volovich.
7350 2002-04-25  Akim Demaille  <akim@epita.fr>
7352         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7353         than some of the input files, hence, on the second run of aclocal,
7354         if some of its input are younger, make them older.
7355         Suggested by Paul Eggert.
7357 2002-04-25  Akim Demaille  <akim@epita.fr>
7359         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7360         Thanks to Paul Eggert.
7362 2002-04-25  Akim Demaille  <akim@epita.fr>
7364         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7365         and ac_subst_vars be sh variables containing the list of
7366         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7367         DEFAULT diversion.
7368         (_AC_INIT_PREPARE): Use them to log them.
7369         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7370         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7371         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7372         _AC_SUBST_FILES and _AC_SUBST_VARS.
7373         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7375 2002-04-24  Akim Demaille  <akim@epita.fr>
7377         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7378         autoheader, so that automake does not complain about a missing
7379         config.h.in that was to be created.
7381 2002-04-23  Akim Demaille  <akim@epita.fr>
7383         * bin/autoheader.in (parse_args): --warning takes an argument.
7384         Fixes PR/220.
7386 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7388         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7389         and bb.out when cleaning up.
7391 2002-04-22  Akim Demaille  <akim@epita.fr>
7393         Version 2.53a.
7395 2002-04-22  Akim Demaille  <akim@epita.fr>
7397         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7399 2002-04-22  Akim Demaille  <akim@epita.fr>
7401         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7402         comma.
7403         Reported by Gregory Giannoni.
7405 2002-04-22  Akim Demaille  <akim@epita.fr>
7407         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7408         Fixes false failures on Darwin.
7410 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7412         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7413         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7414         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7415         tests/tools.at: Minor spelling and grammar fixes.
7417 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7419         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7420         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7421         * lib/autotest/general.m4 (AT_INIT): Likewise.
7422         * tests/atgeneral.m4 (AT_INIT): Likewise.
7424 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7426         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7427         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7428         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7429         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7430         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7431         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7432         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7433         Minor spelling and grammar fixes.
7435         * doc/autoconf.texi: Follow the outline suggested in the GNU
7436         Sample Texts sections of the Texinfo 4.2 manual.  Most
7437         importantly, this makes sure that the copyright notices appear in
7438         all output formats.  You probably need Texinfo 4.2 to generate
7439         the manual now.
7441         Fix some bugs when using "$@" when there might be zero positional
7442         arguments in cases where this matters.
7444         * bin/autoconf.as: Rewrite so that the problem does not come up.
7445         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7446         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7447         * lib/autotest/general.m4 (AT_INIT): Likewise.
7449         * bin/autoheader.in: Use 'case' statement to work around problem.
7450         * bin/auto4mte.in: Likewise.
7451         * bin/autoreconf.in: Likewise.
7452         * bin/autoscan.in: Likewise.
7453         * bin/autoupdate.in: Likewise.
7454         * bin/ifnames.in: Likewise.
7456         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7458         * lib/autotest/general.m4 (AT_INIT):
7459         Use Zsh alias to work around problem.
7460         * tests/atgeneral.m4 (AT_INIT): Likewise.
7462         * tests/c.at: We can't have zero arguments, so remove workaround
7463         that is not portable to Zsh.
7465 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7467         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7468         from aclocal.m4 too.
7470 2002-04-12  Akim Demaille  <akim@epita.fr>
7472         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7474 2002-04-10  Akim Demaille  <akim@epita.fr>
7476         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7477         workaround for ${1+"$@"}.
7478         * doc/autoconf.texi (Shell Substitutions): Explain it.
7479         From Oliver Kiddle and Peter Stephenson.
7481         Have M4sh perform minimal shell sanitizing.
7483         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7484         part into...
7485         (_AS_PREPARE): this new macro.
7486         (AS_PREPARE): New.
7487         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7488         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7490         Adjust Autoconf and Autotest.
7492         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7493         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7494         * lib/autotest/general.m4 (AT_INIT): Likewise.
7495         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7496         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7497         AS_SHELL_SANITIZE.
7499         Use this M4sh to generate Autoconf's shell scripts.
7501         * tests/wrapsh.as: New, precursor of wrapsh.in.
7502         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7503         on Autotest and M4sh.
7504         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7505         (wrapsh.in): New target.
7506         * bin/autoconf.as: New, precursor of autoconf.in.
7507         (autoconf.in): New target.
7509 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7511         * doc/autoconf.texi (Limitations of Make): Mention the issue
7512         with indented comments in rules.
7514 2002-04-09  Andreas Schwab  <schwab@suse.de>
7516         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7517         ac_top_builddir when setting ac_abs_top_builddir.
7519 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7521         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7522         (Portable Shell): Cross reference to Systemology.
7524 2002-04-05  Akim Demaille  <akim@epita.fr>
7526         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7527         directories when descending in a SUBDIRS.
7528         Reported by Ezra Peisach.
7530 2002-04-04  Andreas Schwab  <schwab@suse.de>
7532         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7533         contains no literal separators.
7535 2002-04-03  Akim Demaille  <akim@epita.fr>
7537         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7538         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7539         Use dnl, not the KILL diversion.
7540         Extracted from...
7541         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7542         (AC_CONFIG_LINKS): here.
7543         Adjust.
7544         Don't use the KILL diversion, as it kills spurious output, which
7545         results in failures being hidden.
7546         Use m4_defn where appropriate.
7547         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7548         after the second argument.
7549         Use m4_defn.
7550         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7551         syntax, as it is provided by M4sugar.
7552         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7554 2002-04-03  Andreas Schwab  <schwab@suse.de>
7556         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7557         expanded if $# <= 2.
7559         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7560         aclocal.
7562 2002-04-03  Akim Demaille  <akim@epita.fr>
7564         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7565         (_AC_COMPILER_EXEEXT_REJECT): New.
7566         Also recognize *.bb and *.bbg as compilation byproducts.
7567         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7568         (_AC_COMPILER_OBJEXT): Use them.
7569         Fixes Debian #138666.
7571 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7573         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7575         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7576         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7577         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7578         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7579         (AC_C_CONST): Same.
7580         (AC_C_INLINE): Same.
7581         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7582         * doc/autoconf.texi, NEWS: Document.
7583         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7584         AC_C_CROSS.
7586 2002-04-02  Akim Demaille  <akim@epita.fr>
7588         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7589         _AS_MKDIR_P_PREPARE.
7591 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7593         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7594         to avoid versions of HP C which don't allow that.
7596 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7598         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7599         (AS_SHELL_SANITIZE): Invoke it.
7600         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7602 2002-03-26  Akim Demaille  <akim@epita.fr>
7604         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7606 2002-03-26  Akim Demaille  <akim@epita.fr>
7608         * doc/autoconf.texi (Introduction): The GNATS base moved.
7610 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7612         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7613         as POSIX requires, as it doesn't work with Zsh.
7614         * doc/autoconf.texi (Assignments): Document the problem.
7616 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7618         * doc/autoconf.texi (Limitations of Make): Mention more issue
7619         about VPATH, overriding of macros in sub-makes, and handling of
7620         SHELL.
7622 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7624         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7625         problem with here-document buffer boundaries.
7627         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7628         when reinvoking the shell, to work around problems with installers
7629         who put strange things like "cd" commands in their environments.
7631 2002-03-19  Akim Demaille  <akim@epita.fr>
7633         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7634         From Aaron Ucko.
7636 2002-03-19  Akim Demaille  <akim@epita.fr>
7638         * bin/autoscan.in (scan_file): Specify the location in `&used'
7639         invocations.
7640         From Nicolas Joly.
7642 2002-03-19  Akim Demaille  <akim@epita.fr>
7644         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7645         From Nishio Futoshi.
7647 2002-03-19  Akim Demaille  <akim@epita.fr>
7649         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7651 2002-03-18  Paul Eggert  <eggert@twinsun.com>
7653         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7654         (Limitations of Usual Tools): Add mkdir section.
7656         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7657         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
7658         back on AS_DIRNAME to compute prefixes otherwise; this is
7659         roughly what mkinstalldirs does.  That way, we need not have
7660         our own filename disassembler.  The old disassembler did not
7661         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7663         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7664         Create at_test_all by a series of assignments,
7665         not by a single assignment of a long string.  The latter causes ksh
7666         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7667         presumably because of a buffer overrun.
7669 2002-03-14  Paul Eggert  <eggert@twinsun.com>
7671         * lib/autotest/general.m4 (at_times_skip):
7672         Renamed from at_times.  Now a boolean.
7673         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7674         says 'times: not found'.
7676 2002-03-14  Akim Demaille  <akim@epita.fr>
7678         * bin/autoreconf.in (&study_gettextize): New.
7679         (&autoreconf): Handle newest gettextize.
7680         Rerun aclocal if needed.
7681         Suggested by Andreas Schwab.
7683 2002-03-13  Akim Demaille  <akim@epita.fr>
7685         * doc/autoconf.texi (Special Shell Variables): More about IFS.
7687 2002-03-13  Akim Demaille  <akim@epita.fr>
7689         * doc/autoconf.texi (Header Portability): New.
7690         Add information about stdint.h and inttypes.h from Paul Eggert.
7692 2002-03-13  Akim Demaille  <akim@epita.fr>
7694         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7695         -p'.
7696         From Bob Proulx.
7698 2002-03-12  Akim Demaille  <akim@epita.fr>
7700         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7701         m4_require.
7703 2002-03-11  Andreas Schwab  <schwab@suse.de>
7705         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7706         does not do it if --with-lispdir is given.
7708 2002-03-08  Akim Demaille  <akim@epita.fr>
7710         Version 2.53.
7712 2002-03-08  Akim Demaille  <akim@epita.fr>
7714         * doc/autoconf.texi (Subdirectories): Clarify that the
7715         subdirectory should exist.
7717 2002-03-08  Akim Demaille  <akim@epita.fr>
7719         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7721 2002-03-08  Akim Demaille  <akim@epita.fr>
7723         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7724         aliases the actual variables, and modifications of the former
7725         affect the latter.
7727 2002-03-08  Akim Demaille  <akim@epita.fr>
7729         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7730         because of C-c: have m4 output in tmp files, then mv them.
7732 2002-03-08  Akim Demaille  <akim@epita.fr>
7734         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7735         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7736         * bin/ifnames.in: Copyright update.
7738 2002-03-08  Akim Demaille  <akim@epita.fr>
7740         * doc/autoconf.texi (Invoking autom4te): New.
7742 2002-03-05  Akim Demaille  <akim@epita.fr>
7744         * doc/autoconf.texi (Specifying Names): Clarification suggested by
7745         Kevin Ryde.
7747 2002-03-05  Akim Demaille  <akim@epita.fr>
7749         Version 2.52i.
7751 2002-03-04  Akim Demaille  <akim@epita.fr>
7753         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7754         * lib/autoconf/general.m4 (AC_INIT): More informative error
7755         message for LIBOBJ.
7757 2002-03-04  Akim Demaille  <akim@epita.fr>
7759         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7760         parallel builds.
7762 2002-03-04  Akim Demaille  <akim@epita.fr>
7764         * doc/autoconf.texi (Transforming Names): Equality between target
7765         and host is irrelevant.
7766         (Specifying Names, Canonicalizing): Remove all references to the
7767         backward compatibility hooks.  Rather, collect them all into...
7768         (Hosts and Cross-Compilation): this new section.
7769         * doc/install.texi (System Type): Ditto.
7770         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7771         that `--host' implies cross-compilation.
7773 2002-03-04  Akim Demaille  <akim@epita.fr>
7775         * doc/autoconf.texi (Evaluation Macros): New.
7776         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7777         useless.
7778         (_m4_foreach): Define the variant with immediate evaluation so
7779         that it contains exactly the items, not an expression which
7780         evaluation is the current item.
7781         (m4_re_string, m4_re_word): Don't over quote them.
7783 2002-03-04  Akim Demaille  <akim@epita.fr>
7785         Instead of having stacking `shift's evaluated at the end, let
7786         `foreach' loops immediately evaluate them.
7788         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7789         $*.  This is the n-th time I change my mind, but hopefully this is
7790         the last...
7791         (m4_lquote): New.
7792         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7793         efficient.
7794         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7795         it was only a hack for m4_text_wrap.
7796         (m4_car2): Remove, replaced by...
7797         (m4_cdr): New.
7798         (_m4_foreach): Adjust.
7799         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7800         m4_bpatsubst for clarification.
7802 2002-03-04  Akim Demaille  <akim@epita.fr>
7804         * doc/autoconf.texi (Changequote is Evil): New.
7806 2002-03-03  Kevin Ryde  <user42@zip.com.au>
7808         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7809         on old systems like SunOS.
7811 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
7813         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7814         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7815         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7816         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7817         of messages.
7819 2002-02-28  Akim Demaille  <akim@epita.fr>
7821         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7822         message to be sent.
7824 2002-02-28  Kevin Ryde  <user42@zip.com.au>
7826         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7828 2002-02-25  Akim Demaille  <akim@epita.fr>
7830         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7831         From Akinori Musha.
7833 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
7835         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7836         translate \r\n to \n.
7838 2002-02-07  Akim Demaille  <akim@epita.fr>
7840         Version 2.52h.
7842 2002-02-07  Akim Demaille  <akim@epita.fr>
7844         Fix Autoconf PR/209.
7845         Also reported by Frank Denis.
7847         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7849 2002-02-07  Akim Demaille  <akim@epita.fr>
7851         Fix Autoconf PR/207:
7852         AC_PREFIX_PROGRAM fails with dashed program names
7854         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7855         variable when looking for the prefix program.
7856         Now it also works for shell variables.
7858 2002-02-07  Akim Demaille  <akim@epita.fr>
7860         * doc/autoconf.texi (Limitations of Builtins): More about
7861         case/esac.
7863 2002-02-06  Akim Demaille  <akim@epita.fr>
7865         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7866         case/esac, some shells don't support it.
7867         Reported by Zack Weinberg.
7868         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7870 2002-02-06  Akim Demaille  <akim@epita.fr>
7872         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7873         sure not to introduce newlines in at_groups.
7874         * lib/autotest/Makefile.am (autotest.m4f): Typo.
7876 2002-02-06  Akim Demaille  <akim@epita.fr>
7878         * tests/torture.at (Configuring subdirectories): Skip if aclocal
7879         is not available.
7881 2002-02-05  Paul Eggert  <eggert@twinsun.com>
7883         * doc/autoconf.texi (Specific Compiler Characteristics):
7884         Describe HP-UX cc bug workaround more accurately.
7885         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7886         not unsigned long.
7887         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7888         cross-compilers, too.  This undoes some of the most recent change
7889         to this file.
7891 2002-02-05  Akim Demaille  <akim@epita.fr>
7893         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
7894         to make sure they are up to date when `check' is run.
7896 2002-02-05  Akim Demaille  <akim@epita.fr>
7898         * doc/autoconf.texi (Making testsuite Scripts): Document
7899         package.m4.
7901 2002-02-05  Akim Demaille  <akim@epita.fr>
7903         * lib/freeze.mk: New.
7905 2002-02-05  Akim Demaille  <akim@epita.fr>
7907         Implement `autom4te --freeze'.
7909         * bin/autom4te.in (&freeze): New.
7910         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
7911         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
7913 2002-02-05  Akim Demaille  <akim@epita.fr>
7915         * bin/autom4te.in (&parse_args): Implement `frozen files are
7916         optional are the sum of the previous files on the command line'.
7917         Also, pass `--reload-state=' on them, so...
7918         (handle_m4): don't.
7919         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
7920         (M4sh): Rely on M4sugar.
7921         (Autotest, M4sh, M4sugar): Use frozen files.
7923 2002-01-31  Akim Demaille  <akim@epita.fr>
7925         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
7926         * doc/autoconf.texi (Initializing configure): Adjust.
7928 2002-01-30  Akim Demaille  <akim@epita.fr>
7930         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
7931         alphanumeric to `-' instead of `_'.
7933 2002-01-30  Akim Demaille  <akim@epita.fr>
7935         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
7936         for plain code, the other for cross-compilation code.  The latter
7937         is now run with GCC only.
7938         * doc/autoconf.texi (Compilers and Preprocessors): New.
7940 2002-01-30  Akim Demaille  <akim@epita.fr>
7942         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
7943         values.
7944         * doc/autoconf.texi (Initializing configure): Explain how to
7945         change AC_INIT default values.
7947 2002-01-29  Akim Demaille  <akim@epita.fr>
7949         * tests/torture.at (Configuring subdirectories): Use configure.in,
7950         so that aclocal 1.4 works.
7951         Reported by Alexandre Duret-Lutz and Larry Schmitt.
7953 2002-01-28  Akim Demaille  <akim@epita.fr>
7955         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
7956         needs an argument.
7958 2002-01-28  Akim Demaille  <akim@epita.fr>
7960         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
7961         AUTOTEST_PATH *after* it was set.
7962         Don't put `.' in the PATH: the user should be precise and `./' if
7963         needed.  In addition, given that the test suite does some `cd', if
7964         `.' is in the path, the `tested programs' sections will report
7965         programs found in the test suite's directory, while during the
7966         tests (performed in their own directory), these programs are no
7967         longer visible.  In other words, the results is confusing and
7968         useless.
7969         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
7971 2002-01-24  Akim Demaille  <akim@epita.fr>
7973         Version 2.52g.
7975 2002-01-24  Akim Demaille  <akim@epita.fr>
7977         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
7978         * doc/autoconf.texi: Finally add Akim as an author.
7980 2002-01-24  Akim Demaille  <akim@epita.fr>
7982         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
7983         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
7984         Bourne. Use /bin/sh.
7985         From Andreas Buening.
7987 2002-01-24  Akim Demaille  <akim@epita.fr>
7989         * config/config.guess, config/config.sub, config/texinfo.tex:
7990         Update from masters.
7992 2002-01-24  Akim Demaille  <akim@epita.fr>
7994         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
7995         * config/auxdir.m4, config/cond.m4, config/depend.m4,
7996         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
7997         * config/missing.m4, config/sanity.m4, config/select.m4,
7998         * config/strip.m4: Remove, to ease sync'ing with any version of
7999         Automake.
8001 2002-01-24  Akim Demaille  <akim@epita.fr>
8003         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8004         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8005         Reported by Geir Ove Myhr.
8007 2002-01-21  Akim Demaille  <akim@epita.fr>
8009         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8011 2002-01-21  Akim Demaille  <akim@epita.fr>
8013         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8014         message on invalid options.
8015         * bin/autom4te.in (parse_args): Don't use
8016         Autoconf::General::getopt with non valid options.
8018 2002-01-17  Jim Meyering  <meyering@lucent.com>
8020         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8021         $ac_cv_exeext so we don't use an old, invalid, cached value.
8023 2002-01-11  Akim Demaille  <akim@epita.fr>
8025         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8026         Meyering.
8027         * doc/autoconf.texi (Function Portability): Document the strnlen
8028         limitation.
8029         (Particular Functions): Document AC_FUNC_STRNLEN.
8030         * lib/autoscan/functions: Adjust.
8032 2002-01-06  Akim Demaille  <akim@epita.fr>
8034         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8035         package.m4, since is really depends upon configure.ac, not
8036         configure.
8037         * doc/autoconf.texi (testsuite Scripts): Adjust.
8038         * tests/Makefile.am (package.m4): New.
8039         EXTRA_DIST it since its a source.
8041 2002-01-06  Akim Demaille  <akim@epita.fr>
8043         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8044         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8045         and PACKAGE_BUGREPORT from here...
8046         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8047         arguments.
8048         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8049         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8050         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8051         * tests/tools.at (autoheader): Adjust.
8052         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8054 2002-01-06  Akim Demaille  <akim@epita.fr>
8056         * bin/autoscan.in (scan_file): Use `&used'.
8058 2002-01-03  Akim Demaille  <akim@epita.fr>
8060         * doc/autoconf.texi (Output): Improved wording regarding use of
8061         AC_OUTPUT.
8062         From Olly Betts.
8064 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8066         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8067         sometimes needing writable input.
8069 2001-12-17  Jim Meyering  <meyering@lucent.com>
8071         * doc/autoconf.texi (New Macros): Tweak wording.
8073 2001-12-14  Akim Demaille  <akim@epita.fr>
8075         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8076         trailing files, don't apply `-rf' to files which might not be
8077         created by configure (core, core.*, and *.core), but just `rm -f'.
8078         Suggested by Jonathan Kamens.
8080 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8082         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8084 2001-12-14  Akim Demaille  <akim@epita.fr>
8086         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8088 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8090         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8091         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8092         abs_srcdir, top_srcpath to abs_top_srcdir.
8093         (_AC_OUTPUT_FILES): Adjust.
8094         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8095         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8096         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8098 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8100         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8101         C/Fortran linking on HP/UX, by extracting the Fortran library
8102         search path from the LPATH line in the $F77 -v output.
8104 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8106         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8107         forbidden file descriptors table.
8109 2001-11-26  Akim Demaille  <akim@epita.fr>
8111         * bin/autoscan.in (%c_keywords): Build it at top level.
8112         Map to 1 in order to simplify its uses.
8114 2001-11-26  Akim Demaille  <akim@epita.fr>
8116         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8117         Remove $filepath, useless.
8118         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8119         variables, they are really part of the tokens.
8120         Split the input line on spaces and then look for tokens.
8121         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8122         because of `lex$U.$(OBJEXT)'.
8123         (&scan_files): Use "@list" instead of join.
8124         * doc/Makefile.am (CLEANFILES): Add *.fns.
8126 2001-11-26  Akim Demaille  <akim@epita.fr>
8128         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8129         Remove, replaced by...
8130         * tests/wrappl.in: Be common for all the Perl executables.
8131         In particular autoscan and autoheader want -I.
8132         * configure.ac: Adjust.
8133         * lib/autoscan/headers: errno.h is portable.
8135 2001-11-26  Akim Demaille  <akim@epita.fr>
8137         * bin/autoscan.in (used): New.
8138         Use it.
8140 2001-11-26  Akim Demaille  <akim@epita.fr>
8142         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8143         directives.
8144         (&scan_sh_file): Remove a duplicate pattern.
8145         (&check_configure_ac): Use long options.
8146         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8148 2001-11-26  Akim Demaille  <akim@epita.fr>
8150         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8151         Before, having a line containing the opening of a multi line
8152         comment made the whole line be ignored.
8154 2001-11-26  Akim Demaille  <akim@epita.fr>
8156         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8157         (testsuite Scripts): Be one of its subsection.
8158         (Autotest Logs): New.
8160 2001-11-26  Akim Demaille  <akim@epita.fr>
8162         Test groups are now run two directories deeper.
8164         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8165         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8166         at_top_builddir.
8167         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8168         top_srcdir, builddir and top_builddir.
8169         Use `at_*dir' relatively to the directory containing the
8170         suite, use `*dir' when relatively to the current group dir.
8172 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8174         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8175         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8176         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8177         spelling errors.
8179 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8181         * doc/autoconf.texi (Using System Type): Add an example of `case
8182         $host' usage so people quit using `case $target' everywhere.
8184 2001-11-22  Akim Demaille  <akim@epita.fr>
8186         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8187         spotted by Jim Meyering.
8189 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8191         This patch implements a `long double' suggestion by Oliver Kiddle.
8193         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8194         static, to catch errors if the value isn't known at compile-time
8195         and the compiler supports dynamic arrays.  Change its name from
8196         `_array_' to `test_array' to avoid potential name clashes.
8197         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8198         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8199         better than double.  Catch a bug in GCC 2.95.2 x86.
8200         * doc/autoconf.texi (C Compiler): Document the above.
8201         * NEWS: Likewise.
8203 2001-11-13  Akim Demaille  <akim@epita.fr>
8205         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8206         hand.
8207         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8209 2001-11-13  Akim Demaille  <akim@epita.fr>
8211         * lib/autotest/general.m4 (AT_INIT): After having run the test
8212         group, go back to the initial directory, not to at_suite_dir.
8214 2001-11-13  Akim Demaille  <akim@epita.fr>
8216         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8217         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8218         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8219         option.
8220         (AT_CHECK_CONFIGURE): Use absolute paths.
8221         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8222         The problem is still the old one: there is no means in M4 (that I
8223         know about) to create a defining macro, because there is no means
8224         to create `$1' etc., therefore, the defining macro ``swallows''
8225         all the arguments meant to the defined macro.
8227 2001-11-13  Akim Demaille  <akim@epita.fr>
8229         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8230         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8231         configure.ac.
8232         * tests/aclocal.m4: Remove, as it is no longer used.
8234 2001-11-13  Akim Demaille  <akim@epita.fr>
8236         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8237         variable names when referring to a single test group, or to
8238         `suite' when referring to the whole test suite.
8239         `at_last_test' is removed: m4 compute at_format itself.
8240         (at_stdout, at_stder1, at_stderr): New variables.
8241         (AT_CHECK): Use them.
8243 2001-11-13  Akim Demaille  <akim@epita.fr>
8245         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8246         in PATH.
8247         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8248         Do it as soon as a test fails, don't wait till the end of the test
8249         suite.
8250         Don't remove $as_me.[0-9]*, since these files no longer exist.
8252 2001-11-13  Akim Demaille  <akim@epita.fr>
8254         * tests/tools.at: Use absolute paths, since we are no longer run
8255         in place.
8257 2001-11-13  Akim Demaille  <akim@epita.fr>
8259         Now that tests are running in their own private dir, there is no
8260         need to list the files to remove at the end of tests groups.
8262         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8263         (AT_data_files, at_data_files): Remove.
8264         (AT_CLEANUP, AT_DATA): Simplify.
8265         (AT_INIT): Adjust.
8266         Remove the group dir if !debug && !failed.
8267         * tests/atspecific.m4: Adjust.
8269 2001-11-13  Akim Demaille  <akim@epita.fr>
8271         Start a new layout for Autotest: `testsuite' creates
8272         `testsuite.dir' in which the at-check-line etc. files are to be
8273         found, and `testsuite.dir/003' where the test group 3 is run.
8275         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8276         at_check_line_file, at_format, at_test_normalized, at_group_dir
8277         are new variables.
8278         Create the directories.
8279         Use absolute paths for at- files.
8280         (AT_CHECK): Adjust.
8282 2001-11-11  Michael Matz  <matz@kde.org>
8284         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8285         (m4_car2): New.
8286         (m4_car): Properly quote arguments.
8288 2001-11-13  Akim Demaille  <akim@epita.fr>
8290         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8291         with stricter rules on LIBOBJS.
8293 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8295         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8296         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8297         __PROTOTYPES too.
8299 2001-11-12  Akim Demaille  <akim@epita.fr>
8301         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8303 2001-11-12  Akim Demaille  <akim@epita.fr>
8305         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8306         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8307         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8308         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8309         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8310         specify to what the macro should be defined (typically to 1).
8312 2001-11-12  Akim Demaille  <akim@epita.fr>
8314         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8315         From Jim Meyering.
8317 2001-11-12  Akim Demaille  <akim@epita.fr>
8319         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8320         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8321         definition used by Automake where LEX is +/- "${missing} lex" and
8322         `missing' itself contains variables.
8324 2001-11-12  Akim Demaille  <akim@epita.fr>
8326         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8327         Now that M4sh pushes BODY, the comments were output at the end of
8328         the test suites.
8330 2001-11-08  Akim Demaille  <akim@epita.fr>
8332         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8333         that we can trace macros from aclocal.m4.
8334         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8335         obsoleted, and redirect to the former anyway.
8336         Reported by Ralf Corsepius.
8338 2001-11-08  Akim Demaille  <akim@epita.fr>
8340         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8341         processed only if present.
8342         * tests/torture.at (Configuring subdirectories): Use autoreconf
8343         instead of successive calls to autoconf.
8344         Add a nonexistent subdirectory to exercise the patch above.
8345         Reported by Ralf Corsepius.
8347 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8349         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8350         doesn't accept .S files.
8352 2001-11-07  Akim Demaille  <akim@epita.fr>
8354         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8355         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8356         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8357         * bin/autom4te.in (warn_forbidden): New.
8358         (handle_output): Use it.
8359         Read m4_pattern_forbid with messages.
8361 2001-11-05  Akim Demaille  <akim@epita.fr>
8363         * bin/autom4te.in (--normalize): Remove.
8364         * lib/autom4te.in: Adjust.
8366 2001-11-05  Akim Demaille  <akim@epita.fr>
8368         * tests/Makefile.am (testsuite): Rename this target as...
8369         ($(TESTSUITE)): this.
8370         From Nicolas Joly.
8372 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8374         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8375         the --prefix option, also remove it's argument.
8377 2001-11-05  Akim Demaille  <akim@epita.fr>
8379         * doc/autoconf.texi (testsuite Invocation): Update.
8380         (Writing testsuite.at): Update.
8382 2001-11-03  Akim Demaille  <akim@epita.fr>
8384         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8386 2001-11-03  Akim Demaille  <akim@epita.fr>
8388         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8389         (&file_name_is_absolute): New, wrappers around routines from
8390         File::Spec.
8391         Use and export them.
8392         (&find_configure_ac): Optionally take a directory where to look at.
8393         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8394         the arguments.
8395         Default @ARGV to `.', not find_configure_ac.
8396         (&autoreconf): Argument is a directory.
8397         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8398         * doc/autoconf.texi (autoreconf Invocation): Update.
8400 2001-11-03  Akim Demaille  <akim@epita.fr>
8402         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8403         (@export_forward_subs): New.
8404         Add basename, dirname, and fileparse.
8405         (@EXPORT): Adjust.
8406         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8407         Don't look for aclocal flags if we already know aclocal is not
8408         used.
8409         Move aclocal.m4t only if it exists.
8410         Reported by Ezra Peisach.
8412 2001-11-03  Akim Demaille  <akim@epita.fr>
8414         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8415         passed on command line, defaulting to ./configure.ac if present.
8416         (&maybe_autoreconf, File::Find): Remove, unused.
8417         (&autoreconf): If autoconf is not used, don't try to trace.
8419 2001-11-02  Akim Demaille  <akim@epita.fr>
8421         * configure.ac: Bump to 2.52g.
8423 2001-11-02  Akim Demaille  <akim@epita.fr>
8425         Version 2.52f.
8427 2001-11-02  Akim Demaille  <akim@epita.fr>
8429         * config/config.guess, config/config.sub, doc/standards.texi:
8430         * config/lispdir.m4: Update from masters.
8431         * configure.ac: Bump to 2.52f.
8433 2001-11-02  Akim Demaille  <akim@epita.fr>
8435         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8436         Don't run aclocal when aclocal.m4 is not from aclocal.
8437         From Ezra Peisach.
8438         Don't run libtoolize and gettextize if --install is not given.
8440 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8442         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8443         be invoked before _AS_LINENO_PREPARE.
8444         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8445         than character ranges.
8447         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8448         invoking AS_BASENAME.  Set the locale variables to 'C' if
8449         possible, as POSIX requires this to get the traditional
8450         behavior.
8451         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8453 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8455         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8456         with {}, as that triggers a bug in Bash 2.05.
8458         (_AS_LINENO_PREPARE): Use Sed rather than
8459         Awk.  Fix the sed prepass to work even if there are multiple
8460         instances of $LINENO on the same line.  Do not substitute for
8461         other variables like $LINENOT.  Do not check file dates; such a
8462         check is unreliable on sufficiently fast machines, and removing
8463         the check makes the code simpler and more reliable.  Check for
8464         output and chmod failures.
8466         * doc/autoconf.texi (Special Shell Variables): Document
8467         the above.
8469 2001-10-31  Akim Demaille  <akim@epita.fr>
8471         * tests/Makefile.am (atconfig): Remove this target, Automake
8472         handles it now.
8474 2001-10-31  Akim Demaille  <akim@epita.fr>
8476         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8477         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8478         provided, while it is optional.
8479         * configure.ac: Adjust.
8481 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8483         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8484           lib/Autom4te/Struct.pm:
8485         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8486         with 5.005_02.
8488         * doc/autoconf.texi (Special Shell Variables): Document some
8489         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8491         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8492         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8493         eval $LINENO is not portable in practice.
8495 2001-10-24  Akim Demaille  <akim@epita.fr>
8497         * lib/Autom4te/General.pm (backname): New.
8499 2001-10-24  Akim Demaille  <akim@epita.fr>
8501         * m4/: Remove, merged into...
8502         * config/: here.
8504 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8506         * doc/autoconf.texi (Shellology): Mention the problems with bash
8507         2.05's use of ANSI quoting in its `set' builtin.
8509 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8511         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8512         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8513         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8514         POSIX decided to standardize on the int flavor of strerror_r.
8515         Always do char* test, as there's no reason not to.
8516         Assign to a char* var, to catch strerror_r that returns int*.
8518         * doc/autoconf.texi (Particular Functions):
8519         Document the above changes.  Also, document the fact that
8520         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8522         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8524 2001-10-20  Akim Demaille  <akim@epita.fr>
8526         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8527         the executable was missing from the log.
8529 2001-10-20  Akim Demaille  <akim@epita.fr>
8531         * lib/Autom4te/General.pm (&update_file): If destination is
8532         unchanged, remove the source.
8533         (&up_to_date_p): Don't be verbose, be debug.
8534         * bin/autoreconf.in: No longer support --m4dir.
8535         (&autoreconf): Display the full path of the configure.ac we are
8536         studying.
8537         Trace it only once.
8538         Be sure to honor --force with gettextize.
8539         Always run aclocal.
8540         * doc/autoconf.texi: Adjust.
8542 2001-10-20  Akim Demaille  <akim@epita.fr>
8544         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8545         Remove, dead.
8546         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8547         `intl' is already present, as it refuses unless --force.
8548         (&parse_args): Use -I, --include instead of the old Autoconf
8549         options.
8550         ($localdir, $autoconf_dir): Remove.
8551         (@include): New.
8552         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8554 2001-10-19  Jens Petersen  <petersen@redhat.com>
8556         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8557         * doc/autoconf.texi (Particular Programs): Likewise.
8559 2001-10-19  Akim Demaille  <akim@epita.fr>
8561         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8562         file in @configure_input@.
8563         Don't mention `automatically' in addition to `generated'.
8564         * tests/torture.at (#define header templates): Adjust.
8566 2001-10-19  Akim Demaille  <akim@epita.fr>
8568         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8569         comment, explain how to install automatic mode selection.
8570         From Russ Allbery.
8572 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8574         * bin/autoreconf.in (autoreconf): Display the path to the
8575         configure.ac being studied.
8577 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8579         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8580         long, to work around a bug in the HP C compiler version HP92453-01
8581         B.11.11.23709.GP.
8583         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8584         (AS_BASENAME_EXPR): New macro.
8585         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8586         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8587         and fall back on 'sed' only if the other two fail.  This makes
8588         AS_BASENAME act more like AS_DIRNAME.
8589         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8590         contains white space.
8591         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8592         Use AS_DIRNAME, since I think it's now DOS-friendly.
8593         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8594         Allow "dirname //FOO" to return either / or //, as POSIX allows
8595         either behavior.
8597 2001-10-10  Akim Demaille  <akim@epita.fr>
8599         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8600         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8601         From Eric Sharkey.
8603 2001-10-10  Akim Demaille  <akim@epita.fr>
8605         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8606         m4_define, since...
8607         (_AS_ECHO_N): AS_REQUIREs it.
8609 2001-10-10  Akim Demaille  <akim@epita.fr>
8611         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8612         (AC_INCLUDES_DEFAULT): Move to...
8613         * lib/autoconf/headers.m4: here.
8614         * lib/autoconf/types.m4: Comment changes.
8615         * doc/autoconf.texi: Specify where the default includes are used
8616         in the macro prototypes.
8618 2001-10-09  Akim Demaille  <akim@epita.fr>
8620         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8621         transition code.
8623 2001-10-08  Akim Demaille  <akim@epita.fr>
8625         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8626         (&parse_args): Pass verbosity/debugging options to subtools when
8627         --debug, not when --verbose.
8628         * lib/autom4te.in (Autoreconf-preselections): New.
8629         (Autoconf): Use it.
8631 2001-10-08  Akim Demaille  <akim@epita.fr>
8633         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8635 2001-10-08  Akim Demaille  <akim@epita.fr>
8637         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8638         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8640 2001-10-08  Akim Demaille  <akim@epita.fr>
8642         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8643         (Syntax of the shell scripts): Don't.
8644         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8645         bother with $force since...
8646         * lib/Autom4te/General.pm: does.
8648 2001-10-08  Akim Demaille  <akim@epita.fr>
8650         * bin/autoreconf.in: Rewrite in Perl.
8651         * configure.ac: Adjust.
8652         * lib/Autom4te/General.pm (&up_to_date_p): New.
8653         * bin/autom4te.in (&up_to_date_p): Use it.
8654         Rename as...
8655         (&up_to_date): this.
8657 2001-10-08  Akim Demaille  <akim@epita.fr>
8659         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8660         (m4_list_cmp): Use $0 to reinvoke yourself.
8661         (m4_patsubsts): New.
8662         (m4_strip, m4_version_unletter): Use it.
8663         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8665 2001-10-08  Akim Demaille  <akim@epita.fr>
8667         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8668         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8669         * lib/autoconf/types.m4, lib/autotest/general.m4,
8670         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8671         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8672         m4_bregexp, m4_bpatsubst, and m4_bmatch.
8673         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8675 2001-10-08  Akim Demaille  <akim@epita.fr>
8677         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8679 2001-10-08  Akim Demaille  <akim@epita.fr>
8681         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8682         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8683         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8684         * tests/tools.at, tests/m4sh.at: Use it.
8685         * tests/m4sh.at: Don't rely on Autoconf macros.
8686         (DIRNAME_TEST): Also exercise the expr variant.
8687         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8688         preferred M4sugar extension is now `.4s'.
8689         * tests/README: Remove.
8691 2001-10-08  Akim Demaille  <akim@epita.fr>
8693         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8694         (m4_provide_if): this.
8695         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8696         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8697         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8698         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8700 2001-10-08  Akim Demaille  <akim@epita.fr>
8702         Use `add-log-current-defun-function' for ChangeLog creation.
8703         Suggested by Tom Tromey.
8705         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8706         (autotest-mode): Adjust.
8707         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8708         'comment-region onto `C-c ;'.
8709         Comments are `#', not `dnl'.
8710         (autoconf-current-defun): New.
8711         (autoconf-font-lock-keywords): Recognize `m4_defun'.
8713 2001-10-08  Akim Demaille  <akim@epita.fr>
8715         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8716         * lib/m4sugar/m4sh.m4: here.
8717         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8718         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8719         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8720         include handle the m4_pattern_*, no longer push the
8721         BODY diversion nor set the /bin/sh line, AS_INIT does it.
8722         * lib/autotest/general.m4 (AT_INIT): Likewise.
8723         * tests/base.at: Adjust the tests to use AS_INIT.
8724         * tests/tools.at (AT_DATA_FORBIDDEN): New.
8725         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8726         Autoconf.
8728 2001-10-07  Paul Eggert  <eggert@twinsun.com>
8730         * doc/autoconf.texi (config.status Invocation):
8731         CONFIG_SHELL defaults to a shell that supports LINENO if available.
8733         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8734         shell does not support LINENO, and if CONFIG_SHELL is unset or
8735         empty, and if we can find a shell that does support LINENO,
8736         then set CONFIG_SHELL to that shell and then re-execute
8737         ourselves with CONFIG_SHELL.
8739 2001-10-05  Paul Eggert  <eggert@twinsun.com>
8741         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8742         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
8743         build of $(TESTSUITE).
8745 2001-10-05  Akim Demaille  <akim@epita.fr>
8747         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8748         iff we are a bareword.
8749         Reported by Raja R Harinath.
8751 2001-10-05  Akim Demaille  <akim@epita.fr>
8753         * tests/m4sh.at (LINENO): New.
8754         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8755         PATH_SEPARATOR before using it.
8756         Fix the absolute path case/esac pattern.
8757         Provide $0 as fallback for as_myself.
8758         Reported by Raja R Harinath.
8760 2001-10-05  Akim Demaille  <akim@epita.fr>
8762         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8763         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8765 2001-10-05  Akim Demaille  <akim@epita.fr>
8767         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8768         (AS_SHELL_SANITIZE): here.  Use it.
8769         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8770         From Paul Eggert.
8772 2001-10-04  Akim Demaille  <akim@epita.fr>
8774         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8775         combination of Awk and sed to replace $LINENO.
8777 2001-10-02  Paul Eggert  <eggert@twinsun.com>
8779         * doc/autoconf.texi (Limitations of Builtins): You can't use
8780         "source"; it's not portable.  Remove confusing and
8781         somewhat-incorrect example involving "." and "/".
8783         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8784         compatibility with POSIX shells.
8786 2001-10-02  Akim Demaille  <akim@epita.fr>
8788         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8789         instead of exec'ing to preserve $0 and $@.
8791 2001-10-01  Akim Demaille  <akim@epita.fr>
8793         * tests/testsuite (AT_INIT) <at_pass_list>: New.
8794         Don't run twice the same test.
8796 2001-10-01  Akim Demaille  <akim@epita.fr>
8798         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8799         No longer output the list of tests.
8800         <--list>: New option.
8801         <--full-help>: Remove.
8802         Complete the short/long options duality.
8803         Various small adjustments.
8805 2001-10-01  Akim Demaille  <akim@epita.fr>
8807         * doc/autoconf.texi: Use @kbd for user input.
8808         Always use `$' as shell prompt.
8810 2001-09-30  Paul Eggert  <eggert@twinsun.com>
8812         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8813         Don't use nested parenthesization.  This patch was originally
8814         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8815         but somehow it didn't get incorporated then.
8816         * doc/autoconf.texi (Limitations of Usual Tools):
8817         Clarify remark about sed and nested parenthesization.
8819         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8820         Report an error if the size cannot be determined even though
8821         the type exists.
8822         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8823         Check for `expr' arithmetic overflow, and for compilation failure,
8824         and invoke a new argument $4 if either is discovered.
8825         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8826         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8828 2001-09-28  Akim Demaille  <akim@epita.fr>
8830         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8831         * m4/lispdir.m4: New.
8832         * aclocal.m4, configure.ac: Adjust.
8834 2001-09-28  Akim Demaille  <akim@epita.fr>
8836         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8837         (AT_TESTED): this.
8838         (AT_INIT): More the wrapped section to where it will be expanded.
8839         Output `AT_tested' only when existing.
8840         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8842 2001-09-27  Akim Demaille  <akim@epita.fr>
8844         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8845         generates too many bug reports.
8847         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8848         status when executing the ACTION-IF-FALSE.
8849         * tests/base.at (AC_TRY_*): Rename as...
8850         (AC_TRY_COMMAND): this.
8851         (AC_RUN_IFELSE): New.
8852         * tests/compile.at (Extensions, C keywords)
8853         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8854         (Broken/missing compilers, AC_PROG_CPP with warnings)
8855         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8856         * tests/c.at (Extensions, C keywords)
8857         (Broken/missing compilers, AC_PROG_CPP with warnings)
8858         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8859         (AC_PROG_CPP requires AC_PROG_CC): here and...
8860         * tests/fortran.at (GNU Fortran 77): there.
8861         * doc/autoconf.texi (autoconf Invocation): Fix the example:
8862         AC_TRY_RUN is about compilation, not shell commands.
8863         (Test Programs): AC_TRY_RUN works as used to be advertised.
8865 2001-09-27  Akim Demaille  <akim@epita.fr>
8867         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8868         Raja R Harinath:
8869         Be sure to detect when $LINENO always returns the same value.
8870         Look for the original script, basename($0) is certainly not
8871         enough.
8872         Pass the CLI arguments to `$as_me.lineno'.
8874 2001-09-25  Akim Demaille  <akim@epita.fr>
8876         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8877         Be sure the close and reopen the LOG fd before and after using tee
8878         to extend the log.
8879         <at_tests_pattern>: Adjust to the new format of at_help_all.
8881 2001-09-23  Akim Demaille  <akim@epita.fr>
8883         * bin/autom4te.in (parse_args): There can be several invocations
8884         of --language now.
8886 2001-09-23  Akim Demaille  <akim@epita.fr>
8888         * doc/autoconf.texi (Top): Wrap in @ifnottex.
8890 2001-09-23  Akim Demaille  <akim@epita.fr>
8892         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
8893         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
8894         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
8895         builddir, buildpath, top_builddir, and top_buildpath.
8896         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
8897         the current directory.
8898         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
8899         variables *before* changing the current directory.
8900         Skip nonexistent dirs.
8901         * doc/autoconf.texi (Preset Output Variables): Document these
8902         variables.
8904         * lib/autotest/general.m4: Do not reset AT_victims.
8905         Don't compute at_srcdir nor at_top_srcdir.
8907         * tests/tools.at: Hence use top_srcdir.
8909         * tests/Makefile.am, tests/autoconf, tests/autoheader,
8910         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
8911         Remove.
8912         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
8913         * tests/wrapsh.in, tests/autoupdate.in: New.
8914         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
8915         * configure.ac: Build the position independent wrappers.
8917         * man/Makefile.am: Now that test wrappers are position
8918         independent, use them and drop dark envvar magic.
8920 2001-09-23  Akim Demaille  <akim@epita.fr>
8922         * doc/autoconf.texi (Common Shell Constructs): Rename as...
8923         (Programming in M4sh): this.
8924         Promote to @section.
8926 2001-09-23  Akim Demaille  <akim@epita.fr>
8928         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
8929         Pass $at_debug_args to the rerun test suite.
8930         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
8931         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
8932         From Paul Eggert.
8934 2001-09-23  Akim Demaille  <akim@epita.fr>
8936         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
8938 2001-09-23  Akim Demaille  <akim@epita.fr>
8940         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
8941         over-escaping.
8943 2001-09-23  Akim Demaille  <akim@epita.fr>
8945         * lib/Autom4te/General.pm (&debug): New.
8946         * bin/autom4te.in ($language): Move to...
8947         (parse_args): here.
8948         Handle --language in languages.
8949         * lib/autom4te.in (Automake-selections, Autoheader-selections)
8950         (Autoscan-selections): New.
8951         (Autoconf): Adjust.
8953 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
8955         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
8956         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
8957         to match current versions from CVS Automake.
8959 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
8961         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
8962         for $LINENO.
8964 2001-09-22  Akim Demaille  <akim@epita.fr>
8966         * lib/autoconf/autotest.m4: Create `package.m4'.
8967         * tests/Makefile.am (package.m4): Remove.
8969 2001-09-22  Akim Demaille  <akim@epita.fr>
8971         Rely on `$LINENO' when possible instead of `__oline__'.
8973         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
8974         `$LINENO' support replacement when not supported.
8975         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
8976         them explicitly to be sure they are not output before this section
8977         (via m4_require).  Cosmetic only.
8978         * lib/autoconf/c.m4, lib/autoconf/general.m4,
8979         * lib/autoconf/programs.m4: Replace all the occurrences of
8980         `__oline__' with `$LINENO'.
8981         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
8983 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
8985         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
8986         character (u: -> ue) in a code comment.
8987         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
8988         it works.
8990 2001-09-21  Akim Demaille  <akim@epita.fr>
8992         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
8993         Suggested by Jim Meyering.
8995 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8997         * lib/autoconf/programs.m4: Use extensions listed in
8998         $ac_executable_extensions when looking for programs.
9000 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9002         * lib/autoconf/general.m4: Fix a small Englisho.
9003         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9004         setting up ac_dir_suffix and ac_top_builddir.
9005         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9007 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9009         * doc/autoconf.texi (File System Conventions): Clarify the use of
9010         PATH_SEPARATOR.
9011         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9012         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9013         be used instead of ':'.
9014         * lib/autotest/general.m4: Replace occurrences of ':' in
9015         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9017 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9019         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9020         arguments.  Fixed a typo.
9022 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9024         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9025         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9027 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9029         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9030         * bin/autoupdate.in: Ditto.
9031         * bin/autoheader.in: Reworded a few comments.
9032         * bin/autoconf.in: Reworded help text for a few options.
9033         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9034         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9036 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9038         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9039         already have $file).  Set output files to binary mode (helps avoid
9040         CR issues on DOSish systems).
9042 2001-09-19  Akim Demaille  <akim@epita.fr>
9044         * lib/autotest/general.m4: Englishoes.
9045         From Tim Van Holder and Alexey Mahotkin.
9047 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9049         * doc/autoconf.texi (Common Shell Constructs): New node,
9050         documenting AS_DIRNAME.
9051         (Limitations of Usual Tools): Refer to it when discussing dirname.
9052         Also, update discussion of POSIX standard to reflect latest draft.
9054         * lib/autoconf/c.m4:
9055         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9057         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9058         Do not pass a first argument with leading '-'
9059         to expr, by parenthesizing initial integers that might be negative.
9061         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9062         now merely checks whether it is an error to pass an argument
9063         to getpgrp.
9065         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9066         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9067         whether it is a (compile-time) error to pass an argument to
9068         getpgrp.  This simpler test supports the revised documentation,
9069         and is all that AC_FUNC_GETPGRP's users really need.
9071 2001-09-18  Akim Demaille  <akim@epita.fr>
9073         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9075 2001-09-18  Akim Demaille  <akim@epita.fr>
9077         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9078         `{}'.
9079         * lib/autotest/general.m4 (AT_INIT): Adjust.
9081 2001-09-18  Paul Wagland  <paul@wagland.net>
9083         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9084         correctly.
9085         Add test for AS_BASENAME.
9086         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9087         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9088         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9089         * tests/base.at: Fixed the expected responses. The old ones were
9090         one line out...
9091         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9092         the documentation claims it should (and how it behaved in 2.13).
9094 2001-09-18  Akim Demaille  <akim@epita.fr>
9096         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9097         the AC_CONFIG_COMMANDS invocation.
9098         This also solves the name clash problems.
9099         Don't set the package's ID.
9100         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9101         No longer to be shipped.
9102         (version.in): Remove.
9103         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9104         * lib/autoconf/status.m4: Adjust.
9105         Use `m4_PACKAGE_STRING'.
9106         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9107         the only optional argument is the name of the test suite.
9108         Expect `package.m4' to define the package signature.
9109         * lib/autom4te.in (Autotest): Add `package.m4?'.
9110         * tests/Makefile.am (package.m4): New.
9111         * tests/suite.at: ifnames is a victim.
9113 2001-09-18  Akim Demaille  <akim@epita.fr>
9115         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9116         AC_LIBSOURCE, AC_CONFIG_FILES.
9117         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9118         program version string doesn't match the package's.
9119         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9120         after `(cached)'.
9122 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9124         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9125         Allow expression to return any value that can fit into unsigned long
9126         (not int, as before).  Check for output errors.
9128 2001-09-17  Bruno Haible  <haible@ilog.fr>
9130         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9131         Always include <stdio.h> and <stdlib.h>. Evaluate
9132         the expression in an extra function before these includes. Call
9133         fprintf "%d" only after ensuring the argument is of type 'int'.
9134         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9136 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9138         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9139         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9140         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9141         when they don't exist.
9143         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9144         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9145         need it.
9147         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9148         version with the version used by fileutils 4.1, except use
9149         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9150         we don't need it.
9152         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9154 2001-09-13  Akim Demaille  <akim@epita.fr>
9156         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9157         _first_.
9158         Reported by Gerrit P. Haase.
9160 2001-09-13  Akim Demaille  <akim@epita.fr>
9162         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9163         m4_defn'ing is valid.
9165 2001-09-13  Akim Demaille  <akim@epita.fr>
9167         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9168         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9169         Use it.
9171 2001-09-13  Akim Demaille  <akim@epita.fr>
9173         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9174         m4_match.
9175         (m4_re_escape): New.
9176         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9177         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9178         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9179         Likewise.
9180         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9181         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9182         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9183         AT_tests_all for consistency.
9184         Set at_victims.
9185         (AT_VICTIMS): Similar to AT_KEYWORDS.
9186         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9188 2001-09-13  Akim Demaille  <akim@epita.fr>
9190         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9192 2001-09-13  Akim Demaille  <akim@epita.fr>
9194         * lib/autotest/general.m4 (AT_INIT): Create and remove
9195         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9196         test suites can cohabit.
9198 2001-09-13  Akim Demaille  <akim@epita.fr>
9200         * tests/mktests.sh: Don't output banners for empty test files.
9202 2001-09-13  Akim Demaille  <akim@epita.fr>
9204         Test suites can be run independently of configure.
9206         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9207         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9208         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9209         ECHO_N etc.
9210         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9211         and at_c.
9212         * lib/autotest/general.m4: Use ECHO_*.
9214 2001-09-13  Akim Demaille  <akim@epita.fr>
9216         * bin/ifnames.in: Rewrite in Perl.
9217         * configure.ac: Don't look for AWK.
9218         * tests/tools.at (AWK portability): Remove.
9219         (Syntax of the shell scripts): Don't check ifnames.
9220         (AT_CHECK_PERL_SYNTAX): New.
9221         (Syntax of the Perl scripts): Check ifnames.
9222         * tests/ifnames: New.
9224 2001-09-13  Akim Demaille  <akim@epita.fr>
9226         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9227         test group titles.
9228         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9229         Remove all the other keywords.
9231 2001-09-10  Akim Demaille  <akim@epita.fr>
9233         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9234         SETUP: no longer used.
9235         Support -k, --keywords.
9236         <at_help>: Be `no', `short', or `long'.
9237         <at_help_all>: New variable.
9238         (AT_KEYWORDS): New.
9239         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9240         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9241         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9242         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9243         No longer fill the HELP diversion.
9244         (AT_CLEANUP): Use them.
9245         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9246         (m4_list_append): Remove.
9248         Spread a few keywords in the Autoconf test suite.
9250 2001-09-10  Akim Demaille  <akim@epita.fr>
9252         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9253         PATH_SEPARATOR, let M4sh compute it.
9254         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9255         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9256         Move to...
9257         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9258         Simplify when the path is not a literal.
9259         (AS_UNAME): Use it to report PATH.
9260         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9261         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9262         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9263         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9264         normalize the path, and to look for victims.
9265         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9266         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9268 2001-09-07  Akim Demaille  <akim@epita.fr>
9270         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9271         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9272         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9273         related variables into `at_package_*'.
9274         * lib/autotest/general.m4 (AT_VICTIMS): New.
9275         (AT_INIT): Adjust for stand-alone/embedded test suites.
9276         (AS_MESSAGE_LOG_FD): Define and use it.
9277         * tests/suite.at (AT_VICTIMS): Use it.
9278         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9279         at_version.
9281 2001-09-07  Akim Demaille  <akim@epita.fr>
9283         Move toward possibly stand-alone test suites.
9285         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9286         in addition, it introduces useless differences in logs.
9287         (AT_INIT): Let atconfig and atlocal be both optional.
9288         Adjust PATH computation.
9289         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9291 2001-09-07  Akim Demaille  <akim@epita.fr>
9293         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9294         m4sugar/version.m4.
9296 2001-09-05  Akim Demaille  <akim@epita.fr>
9298         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9299         to avoid GCC warnings.
9300         From Uwe Seimet.
9302 2001-09-05  Akim Demaille  <akim@epita.fr>
9304         * bin/autom4te.in: --language is -l, not -s.
9306 2001-09-05  Akim Demaille  <akim@epita.fr>
9308         Be ready to handle filenames as stupid as `dnl.at', for if even
9309         the maintainer is dumb enough to do that...
9311         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9312         excellence in M4 quotation: consider `__file__' is active.
9314         And BTW, when invoking m4, pass the --include in the right order:
9315         the wrong one.
9317         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9318         4m.
9320 2001-09-05  Akim Demaille  <akim@epita.fr>
9322         * lib/Autom4te/XFile.pm: New lib file.
9323         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9324         * bin/autoheader.in: Use it.
9326 2001-09-05  Akim Demaille  <akim@epita.fr>
9328         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9329         defined.
9331 2001-09-05  Akim Demaille  <akim@epita.fr>
9333         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9334         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9336         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9337         Add -I, --include support.
9338         * doc/autoconf.texi (autoscan Invocation): Adjust.
9340 2001-09-05  Akim Demaille  <akim@epita.fr>
9342         CVS GNU M4 doesn't like `undefine(undefined)'.
9344         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9345         New, extracted from main.
9346         Use IO::File wherever possible.
9347         (input.m4): Be constant, use -I instead of hard coding $tmp.
9348         Therefore be a quoted heredoc.
9349         Don't invoke `_au_disable', since ac was not loaded, but just
9350         `unm4.m4'.
9352 2001-08-31  Akim Demaille  <akim@epita.fr>
9354         Version 2.52d.
9356 2001-08-31  Akim Demaille  <akim@epita.fr>
9358         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9359         previous patch.
9360         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9362 2001-08-31  Akim Demaille  <akim@epita.fr>
9364         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9365         serious problems handling heredocs in heredocs.
9366         Reported by Nicolas Joly.
9368 2001-08-31  Akim Demaille  <akim@epita.fr>
9370         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9371         (Making testsuite Scripts): Update.
9373 2001-08-31  Akim Demaille  <akim@epita.fr>
9375         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9377 2001-08-31  Akim Demaille  <akim@epita.fr>
9379         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9380         (testsuite Scripts): There is no such thing as `atconfig.in'.
9381         And actually one diagram is missing: test suite runtime.
9383 2001-08-31  Akim Demaille  <akim@epita.fr>
9385         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9386         inverse order.
9388 2001-08-31  Akim Demaille  <akim@epita.fr>
9390         * bin/autoupdate.in (@include): `installcheck' revealed the path
9391         to m4sugar was lacking!
9393 2001-08-31  Akim Demaille  <akim@epita.fr>
9395         * man/Makefile.am (.x.1): We really have to pass
9396         autom4te_perllibdir.
9398 2001-08-31  Akim Demaille  <akim@epita.fr>
9400         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9401         debug scripts, in particular passing explicitly listed tests to
9402         run is stupid.
9404 2001-08-31  Akim Demaille  <akim@epita.fr>
9406         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9407         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9408         Use directly autom4te, not autoconf.
9409         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9411 2001-08-31  Akim Demaille  <akim@epita.fr>
9413         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9414         * bin/autoheader.in (%symbol): Strip arguments of macros.
9416 2001-08-31  Akim Demaille  <akim@epita.fr>
9418         * doc/autoconf.texi: Catch up -I, --include changes.
9420 2001-08-31  Akim Demaille  <akim@epita.fr>
9422         * bin/autom4te.in (&parse_args): Die on unknown languages.
9423         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9424         need for autoconf.
9425         Promote --include over --macrodir and other obsolete options.
9427 2001-08-31  Akim Demaille  <akim@epita.fr>
9429         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9430         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9431         * bin/autom4te.in ($autoconf): Pass --force.
9432         `print $out' doesn't print `$_' but `$out'.
9433         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9434         (autoheader): Pass --force since the test suite goes too fast for
9435         the time stamps.
9436         Adjust to the new autoheader messages.
9438 2001-08-31  Akim Demaille  <akim@epita.fr>
9440         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9441         Check the completeness of the #template.
9442         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9443         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9444         invocation.
9446 2001-08-31  Akim Demaille  <akim@epita.fr>
9448         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9449         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9450         Drop AC_MACRODIR dead for real.
9451         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9452         `autoheader: `config.hin' is created'.
9453         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9455 2001-08-31  Akim Demaille  <akim@epita.fr>
9457         * bin/autoheader.in: Rewrite in Perl.
9458         * tests/autoheader: Adjust.
9460 2001-08-31  Akim Demaille  <akim@epita.fr>
9462         * bin/autoconf.in (--include, -I): New option.
9463         Map --localdir, --autoconf-dir onto it.
9464         Forward autom4te's options instead of interpreting them.
9465         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9466         There is no such envvar since the inception of autom4te.cfg.
9467         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9468         * bin/autoupdate.in: Adjust, and perform more control.
9469         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9470         * tests/autoconf: Dittowise.
9472 2001-08-31  Akim Demaille  <akim@epita.fr>
9474         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9475         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9476         optionally `FILE'.
9477         Use -e, not -f, since /dev/null for instance is OK.
9478         (&parse_args): Adjust.
9479         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9481 2001-08-31  Akim Demaille  <akim@epita.fr>
9483         * configure.ac: Also find tested executables in bin.
9484         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9485         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9486         installed peer executables, only PATH is allowed to resolve it.
9487         Pass `autoconf_dir' via options, not via invisible envvars.
9488         * lib/Autom4te/General.pm (&find_peer): Remove.
9489         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9490         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9491         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9492         find the executables for it.
9493         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9494         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9495         We only need PERL.
9496         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9497         indeed related to running the test suite, while passing
9498         --autoconf-dir and others is related to running non installed
9499         Autoconf executables.  So don't do that, leave it to...
9500         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9501         * tests/autoscan: New.
9502         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9503         refer to library files: rely on --language.
9505 2001-08-29  Akim Demaille  <akim@epita.fr>
9507         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9508         s/--set/--language/.
9510 2001-08-29  Akim Demaille  <akim@epita.fr>
9512         * doc/autoconf.texi: Strip the @nodes.
9513         Suggested by Paul Eggert.
9514         (Initializing configure): Typo.
9516 2001-08-29  Akim Demaille  <akim@epita.fr>
9518         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9519         Suggested by Paul Eggert.
9521 2001-08-29  Akim Demaille  <akim@epita.fr>
9523         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9524         download in a tmp dir.
9526 2001-08-29  Akim Demaille  <akim@epita.fr>
9528         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9529         case insensitive OSes out there :(
9530         From Tim Van Holder.
9532 2001-08-29  Akim Demaille  <akim@epita.fr>
9534         * lib/autom4te.in: New.
9535         * lib/Makefile.am (edit, autom4te.cfg): New.
9536         * bin/autom4te.in (BEGIN): Simplify.
9537         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9538         (&load_configuration): New.  Use it.
9539         (&parse_args): Support --mode, --set, and --melt.
9540         * bin/autoconf.in: Simplify and adjust.
9541         * tests/Makefile.am (AUTOMAKE): Use --set.
9542         * tests/atlocal.in: Adjust.
9543         * BUGS: distcheck and check are weak.
9545 2001-08-29  Akim Demaille  <akim@epita.fr>
9547         * lib/autotest/general.m4: Use
9548                 foo=`(command) 2>/dev/null`
9549         not
9550                 foo=`command` 2>/dev/null
9551         (at-devnull): Rename as...
9552         (AT-devnull): this.
9553         (--clean): Remove AT-* files too.
9554         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9555         Reported by Nicolas Joly.
9557 2001-08-28  Akim Demaille  <akim@epita.fr>
9559         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9560         quotes inside single quotes.
9561         Reported by Nicolas Joly.
9563 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9565         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9567 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9569         * lib/autotest/general.m4: Reword some messages.
9570         (AT_INIT): Check for the `times' builtin before using it.
9571         Support test ranges as arguments to the testsuite.
9572         Have -e imply -d as the help text suggested.
9574 2001-08-27  Akim Demaille  <akim@epita.fr>
9576         * Makefile.maint: Formatting changes.
9577         (do-po-update, po-update, cvs-update, update): New targets.
9578         (AMTAR): Remove.
9580 2001-08-27  Akim Demaille  <akim@epita.fr>
9582         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9583         <at_cmd_line>: New.
9584         Pass it to debug-*.sh scripts.
9585         <AUTOTEST_PATH>: May contain absolute dir names.
9587 2001-08-27  Akim Demaille  <akim@epita.fr>
9589         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9590         Support `VAR=VAL' as arguments.
9591         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9592         may be set via the command line.
9594 2001-08-27  Akim Demaille  <akim@epita.fr>
9596         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9597         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9598         first the build dirs, then the src dirs.
9599         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9601 2001-08-27  Akim Demaille  <akim@epita.fr>
9603         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9604         at_data_files earlier.
9605         (--clean, -c): New option.
9606         * tests/Makefile.am: Use this option.
9608 2001-08-27  Akim Demaille  <akim@epita.fr>
9610         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9611         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9612         readable.
9613         Adjust callers.
9614         * doc/autoconf.texi (Configuration Actions): Document the vars
9615         available in commands.
9616         Emphasize the risks of collisions in init-cmds.
9618 2001-08-27  Akim Demaille  <akim@epita.fr>
9620         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9621         (Initializing configure): this new node.
9623 2001-08-27  Akim Demaille  <akim@epita.fr>
9625         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9627 2001-08-27  Akim Demaille  <akim@epita.fr>
9629         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9630         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9631         New file.
9632         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9634 2001-08-27  Akim Demaille  <akim@epita.fr>
9636         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9637         to...
9638         * lib/autoconf/autoheader.m4: this new file.
9639         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9640         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9641         Move to...
9642         * lib/autoconf/autoupdate.m4: this new file.
9644 2001-08-27  Akim Demaille  <akim@epita.fr>
9646         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9647         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9648         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9649         -> ac_dir).
9650         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9651         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9653 2001-08-27  Akim Demaille  <akim@epita.fr>
9655         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9656         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9657         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9658         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9659         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9660         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9661         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9662         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9663         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9664         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9665         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9666         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9667         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9668         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9669         (_AC_OUTPUT_SUBDIRS): Move to...
9670         * lib/autoconf/status.m4: this new file.
9671         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9672         * tests/Makefile.am, tests/suite.at: Adjust.
9674 2001-08-27  Akim Demaille  <akim@epita.fr>
9676         Automake 1.5.
9678         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9679         (AMTAR): Help automake define it.
9680         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9681         needed, 1.5 can have a macro and a target with the same name.
9682         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9683         * m4/strip.m4: New.
9684         * m4/init.m4, m4/sanity.m4: Update.
9685         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9686         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9687         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9688         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9690 2001-08-27  Akim Demaille  <akim@epita.fr>
9692         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9694         * lib/autoconf/version.in: Remove.
9695         * lib/m4sugar/version.in: New.
9696         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9697         Adjust callers.
9698         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9699         the name of the directory they're in, instead of the filename,
9700         since version.m4 is now in m4sugar, but m4_acversion must not be
9701         classified as an Autoconf macro.
9702         ($input_m4): Don't qualify the path to m4sugar.
9703         Rather, pass autoconf_dir to m4.
9704         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9705         * tests/suite.at: Require 2.52c.
9707 2001-08-27  Akim Demaille  <akim@epita.fr>
9709         testsuite.log should include config.log.
9711         * lib/autotest/autotest.m4: New.
9712         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9713         * tests/suite.at : Adjust.
9714         (AT_INIT): Log config.log.
9715         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9716         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9717         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9718         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9719         of config.log on traps.
9720         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9721         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9722         for config.status'.
9723         Open the log as soon as possible.
9724         Use the same log introduction as configure's.
9726 2001-08-22  Paul Eggert  <eggert@twinsun.com>
9728         * doc/autoconf.texi (Indices): New node.
9729         Move indices out of the top level menu and into this submenu.
9731 2001-08-22  Akim Demaille  <akim@epita.fr>
9733         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9734         AC_TRY_COMMAND.
9735         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9737 2001-08-22  Akim Demaille  <akim@epita.fr>
9739         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9740         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9741         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9742         * lib/autoconf/programs.m4: here.
9743         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9744         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9745         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9746         * lib/autoconf/programs.m4: here.
9747         (_AC_DECL_YYTEXT): Rename as...
9748         (_AC_PROG_LEX_YYTEXT_DECL): this.
9749         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9750         * tests/Makefile.am, tests/suite.am: Adjust.
9752 2001-08-22  Akim Demaille  <akim@epita.fr>
9754         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9755         Move to...
9756         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9757         here.
9758         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9759         * lib/autoconf/functions.m4: here.
9760         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9761         (AH_CHECK_LIB): Move to...
9762         * lib/autoconf/libs: this new file.
9763         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9764         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9765         * lib/autoconf/libs.m4: here.
9766         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9768 2001-08-22  Akim Demaille  <akim@epita.fr>
9770         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9771         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9772         (AC_SITE_LOAD): Better logging of config.site.
9774 2001-08-20  Akim Demaille  <akim@epita.fr>
9776         * configure.ac (AT_CONFIG): Fix the path.
9777         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9778         can be used.
9780 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
9782         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9783         program with AC_LANG_PROGRAM before feeding it to
9784         AC_COMPILE_IFELSE.  Cleanup grep usage.
9786 2001-08-20  Akim Demaille  <akim@epita.fr>
9788         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9789         * NEWS, README, README-alpha, TODO, tests/README: This package is
9790         `Autoconf', not `autoconf' (the executable).
9792 2001-08-20  Akim Demaille  <akim@epita.fr>
9794         Info readers seem to need `Index' in the index node title :(
9796         * doc/autoconf.texi: Reverse the 2001-08-15 change which
9797         simplified index node names.
9799 2001-08-20  Akim Demaille  <akim@epita.fr>
9801         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9802         arguments are not literals.
9803         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9804         Specify the output variables, and macros defined.
9806 2001-08-20  Akim Demaille  <akim@epita.fr>
9808         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9809         (Examining Syntax) <AC_TRY_COMPILE>
9810         (Examining Libraries) <AC_TRY_LINK>
9811         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9812         their arguments.
9813         Reported by Werner Lemberg.
9815 2001-08-20  Akim Demaille  <akim@epita.fr>
9817         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9818         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9819         Load atlocal late enough to dump it in the log.
9820         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9822 2001-08-20  Akim Demaille  <akim@epita.fr>
9824         * tests/torture.at (Configuring subdirectories): New test.
9825         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9826         looking for.
9827         * m4/atconfig.m4: Be sure the let $[0] be expandable.
9828         (top_srcdir): Fix its computation.
9830 2001-08-20  Akim Demaille  <akim@epita.fr>
9832         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9833         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9834         test suite lives.
9835         Create `atconfig' automagically.
9836         Configure atlocal.in if present.
9837         * tests/atconfig.in: Remove.
9838         * tests/atlocal.in: New.
9839         * tests/Makefile.am: Adjust.
9841 2001-08-20  Akim Demaille  <akim@epita.fr>
9843         Huh!?!?!  There are still some user EOF tags used, which prevents
9844         their use in AC_CONFIG_COMMANDS for instance...
9846         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9847         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9848         `_CSEOF', or `_ATEOF', as appropriate.
9849         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9850         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9852 2001-08-20  Akim Demaille  <akim@epita.fr>
9854         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9855         * tests/semantics.at, tests/tools.at, tests/torture.at:
9856         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9858 2001-08-20  Akim Demaille  <akim@epita.fr>
9860         Autotest invokes M4sh's initialization.
9862         * lib/autotest/general.m4: Adjust the diversion names.
9863         (AT_INIT): Run AS_INIT.
9864         Use the BINSH diversion to invoke /bin/sh.
9865         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9866         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9868 2001-08-20  Akim Demaille  <akim@epita.fr>
9870         Let M4sh have its own diversions.
9872         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9873         (_m4_divert(NOTICE)): Rename as...
9874         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9875         (_m4_divert(HEADER-COMMENT)): these.
9876         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9877         (_m4_divert(NOTICE)): New, for Libtool.
9878         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9879         long ago with `_m4_divert(GROW)'.
9880         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9882 2001-08-20  Akim Demaille  <akim@epita.fr>
9884         * tests/base.at, tests/compile.at, tests/foreign.at,
9885         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9886         * tests/semantics.at, tests/suite.at, tests/tools.at,
9887         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9889 2001-08-20  Akim Demaille  <akim@epita.fr>
9891         * bin/autom4te.in (handle_output): Handle @__@.
9893 2001-08-20  Akim Demaille  <akim@epita.fr>
9895         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
9896         * lib/autotest/general.m4: Adjust the license.
9898 2001-08-17  Paul Eggert  <eggert@twinsun.com>
9900         * doc/autoconf.texi (Function Portability): Mention snprintf,
9901         following up on a suggestion by Kevin Ryde.
9903 2001-08-17  Akim Demaille  <akim@epita.fr>
9905         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
9906         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
9908 2001-08-17  Akim Demaille  <akim@epita.fr>
9910         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
9911         `$0.log' as for projects where testsuite is in src, we'd have
9912         testsuite.log created in src.
9914 2001-08-17  Akim Demaille  <akim@epita.fr>
9916         * bin/autom4te.in (&parse_args): Recognize --normalize.
9918 2001-08-17  Akim Demaille  <akim@epita.fr>
9920         Start implementing the AC_CHECK_HEADER transition scheme.
9922         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
9923         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
9924         (AC_CHECK_HEADER): Use them.
9926 2001-08-17  Akim Demaille  <akim@epita.fr>
9928         * doc/autoconf.texi: Work around Texinfo buglets.
9929         (Transformation Rules): One example is enough, users are expected
9930         to have their brains on. And BTW, use DESTDIR.
9931         (dvar): New macro.  Use it.
9933 2001-08-17  Akim Demaille  <akim@epita.fr>
9935         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
9936         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
9937         looking for ChangeLogs.
9939 2001-08-17  Akim Demaille  <akim@epita.fr>
9941         * bin/autom4te.in: --normalize is a new option.
9942         * bin/autoconf.in: Use it.
9944 2001-08-17  Akim Demaille  <akim@epita.fr>
9946         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
9947         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
9949 2001-08-16  Paul Eggert  <eggert@twinsun.com>
9951         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
9952         start, not at end.
9954 2001-08-15  Akim Demaille  <akim@epita.fr>
9956         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
9957         Use it.
9959 2001-08-15  Akim Demaille  <akim@epita.fr>
9961         * doc/autoconf.texi (pr): New index.
9962         (prindex, findex): Use, merge, and output them.
9963         (Environment Variable Index, Output Variable Index)
9964         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
9965         (Autotest Macro Index): Rename as...
9966         (Environment Variables, Output Variables,Preprocessor Symbols)
9967         (Autoconf Macros, M4 Macros, Autotest Macros): these.
9968         * doc/install.texi: Use @command.
9969         (Environment Variables): Rename as...
9970         (Defining Variables): this.
9972 2001-08-15  Akim Demaille  <akim@epita.fr>
9974         * doc/autoconf.texi (Function Portability): sprintf's return
9975         value.
9976         From Kevin Ryde.
9978 2001-08-15  Akim Demaille  <akim@epita.fr>
9980         * Makefile.maint (CVS): New.
9981         (local-check): Run changelog-check. last.
9982         (alpha): Don't depend upon local-check, since...
9983         (cvs-dist): depends upon it.
9985 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
9987         * tests/Makefile.am: Use a clean-local rule to remove
9988         autom4te.cache (it's a directory, not a file.
9989         * Makefile.am: Ditto (but maintainer-clean-local).
9991 2001-08-15  Akim Demaille  <akim@epita.fr>
9993         * bin/autom4te.in (@m4_warning): New.
9994         (&handle_m4): Use it.
9995         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
9996         warnings are issued at each run.
9997         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
9998         is in the src tree.
10000 2001-08-15  Akim Demaille  <akim@epita.fr>
10002         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10003         don't waste time running `autoupdate --version' works.
10004         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10006 2001-08-13  Akim Demaille  <akim@epita.fr>
10008         * doc/autoconf.texi (ma): Rename this index as...
10009         (ac): this.
10011 2001-08-13  Akim Demaille  <akim@epita.fr>
10013         * Makefile.am: Remove dead code and dead comments.
10014         (pdf, html): New targets.
10015         * doc/autoconf.texi (Using Autotest): New chapter.
10016         * doc/Makefile.am (pdf): New targets.
10017         (CLEANFILES): Adjust.
10019 2001-08-13  Akim Demaille  <akim@epita.fr>
10021         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10022         duration of the test suite.
10024 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10026         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10027         endianness for comparison instead of relying on AT_CHECK_ENV.
10029 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10031         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10032         to the INSTALL file.
10034 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10036         * NEWS: The autoconf manual now is distributed under the terms
10037         of the GNU Free Documentation License.
10039         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10040         Add an appendix "Copying This Manual" for the FDL.
10042         * doc/fdl.texi: New file, from
10043         <http://www.gnu.org/licenses/fdl.texi>.
10045         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10047 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10049         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10050         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10051         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10052         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10053         m4/sanity.m4, tests/README, tests/aclocal.m4,
10054         tests/atspecific.m4, tests/base.at, tests/compile.at,
10055         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10056         tests/semantics.at, tests/suite.at, tests/tools.at,
10057         tests/torture.at: Add copyright notice.
10059         * tests/mktests.sh: Update year in copyright notice.
10061 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10063         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10065 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10067         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10068         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10069         * doc/autoconf.texi (C Compiler Characteristics): Update
10070         documentation for AC_C_BIGENDIAN.
10072 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10074         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10075         magic values from an object file when cross-compiling.
10076         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10078 2001-08-10  Akim Demaille  <akim@epita.fr>
10080         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10081         effects.
10082         Suggested by Russ Allbery.
10084 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10086         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10087         current $prefix to the sub-configures.
10089 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10091         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10092         extension (needed on BeOS).  Reported by Guido van Rossum.
10094 2001-08-09  Akim Demaille  <akim@epita.fr>
10096         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10098 2001-08-07  Akim Demaille  <akim@epita.fr>
10100         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10101         removed.
10102         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10103         No need to remove the files before and after the each test, before
10104         each test and at the end of the suite is enough.
10105         Display only the children `times', not the shell's.
10106         If the test failed or was skipped, at-times is not available.
10108 2001-08-07  Akim Demaille  <akim@epita.fr>
10110         Always produce testsuite.log, including when there are no
10111         failures.  This helps getting information on skipped tests, and
10112         duration of the tests.  Err, implement the latter btw.
10114         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10115         Dump information on the first run of each test.
10116         (AT_CLEANUP): Create `at-times' containing the duration of the
10117         test group.
10119 2001-08-07  Akim Demaille  <akim@epita.fr>
10121         The use of `dumpstat' revealed that `len' was used although it
10122         should not.  m4_text_wrap was using it, but in the Autoconf world
10123         where it is legal.  Hence (i) test M4sh in its own world, not
10124         Autoconf's, and (ii), ahem, fix the bug :)
10126         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10127         does not like `' instead of [].
10128         (AT_INIT): Forbid `^_?AT_'.
10129         And don't output such tokens.
10130         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10131         `script.as', and `autom4te.cache'.
10132         Remove `empty' and `macro' which are no longer used.
10133         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10134         * tests/m4sugar.at: Use it.
10135         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10137 2001-08-07  Akim Demaille  <akim@epita.fr>
10139         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10141 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10143         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10145 2001-08-04  Akim Demaille  <akim@epita.fr>
10147         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10148         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10149         AC_TRY_LINK.
10150         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10151         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10152         (AC_F77_MAIN): Likewise.
10154 2001-08-04  Akim Demaille  <akim@epita.fr>
10156         Don't rely on M4sugar outputting the patterns in files, since we
10157         might process the output _without_ running m4, hence without these
10158         files.
10160         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10161         * bin/autom4te.in (@Request::includes): Remove, unused.
10162         (@Request::source): Rename as...
10163         (@Request::input): this.
10164         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10165         (&handle_output): Fetch the patterns from the traces.
10166         `$forbidden' and `$allowed' are constant: use m//o.
10167         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10168         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10170 2001-08-04  Akim Demaille  <akim@epita.fr>
10172         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10173         autoconf', i.e., in addition to caching traces, cache the output.
10175         * bin/autom4te.in (Request::cache): Rename as...
10176         (Request::id): this.
10177         ($cache, $icache, $tcache, $ocache): New.
10178         (&handle_m4): Save M4 output in the cache instead of $tmp.
10179         (&handle_output): Adjust.
10180         (&up_to_date_p): Check that the output cache is up to date too.
10181         (top level): Run `&handle_m4' iff force or the cache is invalid.
10182         Run `&handle_output' if the output cache is more recent.
10184 2001-08-04  Akim Demaille  <akim@epita.fr>
10186         * bin/autom4te.in ($force): New.
10187         (&parse_args, &print_usage): -f, --force is a new option.
10188         (&handle_output): CPP directives might have spaces after `#'.
10189         (&parse_args): The first file only can be frozen.
10191 2001-08-04  Akim Demaille  <akim@epita.fr>
10193         Don't let autom4te compute the `include' traces several times:
10194         first check that the trace cache file is up to date, and then
10195         compare its timestamp with that of the output.
10197         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10198         the preamble.  Don't require 5.005 as Autom4te::General does it,
10199         and better yet (use `use', not `require'!).
10200         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10201         Class::Struct as Autom4te::Struct.
10202         * lib/Autom4te/General.pm (File::stat): Use it.
10203         (&mtime): New, export it.
10204         * bin/autom4te.in: Use it.
10205         Declare `$req' is invalid if it is outdated.
10206         Don't declare it valid before saving it if something went wrong.
10208 2001-08-04  Akim Demaille  <akim@epita.fr>
10210         Autom4te shall not encode Autoconf data, and preselecting traces
10211         must be proposed to the users.
10213         * bin/autom4te.in (@required_trace): Remove.
10214         (@preselect): New.
10215         (&parse_args, &print_usage): -p, --preselect is a new option.
10216         (&up_to_date_p): Adjust.
10217         * bin/autoconf.in: Preselect some Autoconf macros.
10219 2001-08-04  Akim Demaille  <akim@epita.fr>
10221         * tests/tools.at (autoconf --trace: user macros): Check traces on
10222         macros invoked without arguments, and macros invoked with multiple
10223         lines arguments.
10225 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10227         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10228         arguments.
10230 2001-08-03  Akim Demaille  <akim@epita.fr>
10232         * bin/autoconf.in ($@): Work around the usual sh bug.
10233         From Nicolas Joly.
10235 2001-08-03  Akim Demaille  <akim@epita.fr>
10237         Clean up the handling of the M4 builtins tracing exception.
10239         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10240         trace requests.
10241         (@m4_builtins): Rename as...
10242         (@m4_builtin): this.
10243         (%m4_builtin_alternate_name): New.
10244         (&parse_args): Complete the trace requests with alternate names.
10245         (&handle_traces): Hence no longer do it here.
10246         (&trace_requests): Remove, unused.
10248 2001-08-03  Akim Demaille  <akim@epita.fr>
10250         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10251         m4_if, and m4_wrap.
10253 2001-08-03  Akim Demaille  <akim@epita.fr>
10255         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10256         (m4_divert_pop): Dump the whole diversion stack when a diversion
10257         mismatch happens.
10258         * bin/autom4te.in (&handle_output): Remember of the first
10259         occurrence of a possibly undefined macro, not the last.
10260         Complain about the possibly undefined macros in the same order as
10261         the appear in the output.
10262         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10263         * tests/tools.at (autoconf: forbidden tokens, basic)
10264         (autoconf: forbidden tokens, exceptions): No longer sort
10265         autoconf's stderr, as it is now deterministic.
10266         Check that `dnl' is caught.
10268 2001-08-01  Akim Demaille  <akim@epita.fr>
10270         * configure.ac: Bump to 2.52c.
10272 2001-08-01  Akim Demaille  <akim@epita.fr>
10274         Version 2.52b.
10276         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10278 2001-08-01  Akim Demaille  <akim@epita.fr>
10280         Version 2.52a.
10282 2001-08-01  Akim Demaille  <akim@epita.fr>
10284         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10285         `die'.
10286         (&END): New.
10287         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10288         `END', as `Autom4te::General::END' will be triggered.
10289         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10290         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10291         system to run `mv', `rm', and `cmp'.
10293 2001-08-01  Akim Demaille  <akim@epita.fr>
10295         * lib/Autom4te/General.pm (&unique): New.
10296         * bin/autoscan.in (&output): Use it to issue trace requests once.
10298 2001-08-01  Akim Demaille  <akim@epita.fr>
10300         * lib/Autom4te/General.pm: New.
10301         * bin/autom4te.in (Autom4te::General): Use it.
10302         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10303         (&find_configure_ac, &find_slave): Remove.
10304         * bin/autoscan.in: Likewise.
10305         * bin/autoupdate.in: Likewise.
10307 2001-08-01  Akim Demaille  <akim@epita.fr>
10309         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10310         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10311         * bin: here, new directory.
10312         * lib/Autoconf: Rename as...
10313         * lib/Autom4te: this, to please case insensitive junkie OSes.
10315 2001-08-01  Akim Demaille  <akim@epita.fr>
10317         * autom4te.in ($m4): Handle the --nesting-limit.
10318         * autoconf.in (M4): Remove.
10320 2001-08-01  Akim Demaille  <akim@epita.fr>
10322         * autoconf.in ($AWK): Remove, no longer used.
10323         * test/tools.at: Use AT_CHECK_AUTOCONF.
10324         (AWK portability): Remove, for autoconf no longer uses AWK.
10325         (Syntax of the Perl scripts): New.
10326         * configure.ac: autoconf no longer needs an AWK with a good
10327         regexp engine.
10328         Use a static test on AC_PACKAGE_VERSION.
10329         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10330         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10331         * tests/atconfig.in (PERL): New.
10333 2001-08-01  Akim Demaille  <akim@epita.fr>
10335         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10336         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10337         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10338         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10339         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10340         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10341         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10342         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10343         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10344         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10345         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10346         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10347         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10348         * lib/autoconf/c.m4: here, new file.
10350         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10351         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10352         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10353         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10354         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10355         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10356         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10357         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10358         (AC_F77_FUNC): Move to...
10359         * lib/autoconf/fortran.m4: here, new file.
10361 2001-08-01  Akim Demaille  <akim@epita.fr>
10363         * acfunctions.m4: Rename as...
10364         * lib/autoconf/functions.m4: this.
10365         * acgeneral.m4: Rename as...
10366         * lib/autoconf/general.m4: this.
10367         * acheaders.m4: Rename as...
10368         * lib/autoconf/headers.m4: this.
10369         * aclang.m4: Rename as...
10370         * lib/autoconf/lang.m4: this.
10371         * acoldnames.m4: Rename as...
10372         * lib/autoconf/oldnames.m4: this.
10373         * acspecific.m4: Rename as...
10374         * lib/autoconf/specific.m4: this.
10375         * actypes.m4: Rename as...
10376         * lib/autoconf/types.m4: this.
10377         * autoconf.m4: Rename as...
10378         * lib/autoconf/autoconf.m4: this.
10380         * m4sugar.m4: Rename as...
10381         * lib/m4sugar/m4sugar.m4: this.
10382         * m4sh.m4: Rename as...
10383         * lib/m4sugar/m4sh.m4: this.
10385         * tests/atgeneral.m4: Rename as...
10386         * lib/autotest/general.m4: this.
10388         * acfunctions: Rename as...
10389         * lib/autoscan/functions: this.
10390         * acheaders: Rename as...
10391         * lib/autoscan/headers: this.
10392         * acidentifiers: Rename as...
10393         * lib/autoscan/identifiers: this.
10394         * aclibraries: Rename as...
10395         * lib/autoscan/libraries: this.
10396         * acmakevars: Rename as...
10397         * lib/autoscan/makevars: this.
10398         * acprograms: Rename as...
10399         * lib/autoscan/programs: this.
10401 2001-08-01  Akim Demaille  <akim@epita.fr>
10403         * doc/autoconf.texi: Moving/deleting open files is not portable.
10404         Portability issues for `.' (source), and more information about sed.
10406 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10408         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10409         which has a special meaning and is not a reference to libibmil.a.
10410         Reported by Matteo Frigo.
10412 2001-07-25  Pavel Roskin  <proski@gnu.org>
10414         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10415         output.
10417 2001-07-25  Akim Demaille  <akim@epita.fr>
10419         * autoconf.in: Try to define the variables before using them.
10420         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10421         instead of `$perllibdir'.
10422         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10424 2001-07-25  Akim Demaille  <akim@epita.fr>
10426         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10428 2001-07-24  Akim Demaille  <akim@epita.fr>
10430         Let autoconf use autom4te for traces.
10432         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10433         autom4te.
10434         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10435         (Because I found no way for autom4te to accept `-').
10436         * autom4te.in (&Request::request): Beware of M4 builtins.
10437         (END): Don't try to remove the content of an empty dir.
10438         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10439         (&handle_output): Set a default value to `$forbidden'.
10440         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10441         ($autoconf): Pass --debug and --verbose.
10442         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10443         cache.
10445 2001-07-24  Akim Demaille  <akim@epita.fr>
10447         Let autoconf use autom4te to create configure.
10449         * autoconf.in ($automate): New var.
10450         (task script): Use autom4te.
10451         * autom4te.in (File::Spec): Use it.
10452         (&find_file): New.
10453         (&parse_args): --warning is -W, not -w.
10454         Find the top level files.
10455         (&handle_m4): Pass the warnings flags.
10456         Don't report verbosely m4's failures, unless requested.
10457         (&handle_output): Don't complain for forbidden tokens in comments.
10458         Be sure to report all the forbidden tokens within a single line.
10459         (&trace_format_to_m4): Preserve `$_'.
10460         (&handle_traces): Sort the output macros.
10461         (&up_to_date_p): Find the files before trying to get its time stamp.
10463 2001-07-24  Akim Demaille  <akim@epita.fr>
10465         * Makefile.am: Ship, build and install Autom4te.
10466         (SUBDIRS): Add lib.
10467         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10468         * configure.in: Require Perl.
10469         * man/autom4te.in: New.
10471 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10473         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10474         example, rather than (exit 1); exit (which isn't portable).
10476 2001-07-18  Akim Demaille  <akim@epita.fr>
10478         Version 2.52.
10480 2001-07-18  Akim Demaille  <akim@epita.fr>
10482         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10483         was run, while they are needed also when it is expanded.
10484         Reported by Nicolas Joly.
10486         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10487         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10488         AC_F77_DUMMY_MAIN being expanded.
10490 2001-07-18  Akim Demaille  <akim@epita.fr>
10492         * configure.in: Bump to 2.51a.
10494 2001-07-17  Akim Demaille  <akim@epita.fr>
10496         Version 2.51.
10498 2001-07-17  Akim Demaille  <akim@epita.fr>
10500         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10501         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10503 2001-07-17  Akim Demaille  <akim@epita.fr>
10505         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10506         used.  Well, then use the prototypes when you can, and runtime as
10507         a last resort.
10508         Reported by Artur Frysiak
10510         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10511         (AC_FUNC_GETPGRP): Use it.
10512         First try to compile with 0-ary or 1-ary calls.
10514 2001-07-17  Akim Demaille  <akim@epita.fr>
10516         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10517         replacement type.
10518         From Paul Eggert.
10520 2001-07-17  Akim Demaille  <akim@epita.fr>
10522         * Makefile.maint: Sync. with cppi 1.10.
10524 2001-07-17  Akim Demaille  <akim@epita.fr>
10526         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10527         AC_F77_DUMMY_MAIN has been run.
10528         From Pavel Roskin and Steven G. Johnson.
10530 2001-07-17  Akim Demaille  <akim@epita.fr>
10532         * configure.in: Rename as...
10533         * configure.ac: this.
10535 2001-07-17  Akim Demaille  <akim@epita.fr>
10537         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10538         rules.
10539         From Marc Espie.
10540         * Makefile.maint (release-archive-dir): Rename as...
10541         (release_archive_dir): this, so that it can be specialized in
10542         Makefile.
10544 2001-07-14  Akim Demaille  <akim@epita.fr>
10546         * configure.in: Bump to 2.50d.
10548 2001-07-14  Akim Demaille  <akim@epita.fr>
10550         Version 2.50c.
10551         * Makefile.maint (alpha): Typo.
10553 2001-07-14  Akim Demaille  <akim@epita.fr>
10555         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10557 2001-07-14  Akim Demaille  <akim@epita.fr>
10559         * config/config.guess, config/config.sub, config/texinfo.tex
10560         * doc/standards.texi, doc/make-stds.texi: Update.
10562 2001-07-14  Akim Demaille  <akim@epita.fr>
10564         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10566 2001-07-14  Akim Demaille  <akim@epita.fr>
10568         * Makefile.maint (maintainer-check): Rename as...
10569         (maintainer-distcheck): this.
10570         (changelog-check, static-check): New.
10571         Use them.
10573 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10575         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10576         for CXX is g++, not gcc.
10578 2001-07-14  Akim Demaille  <akim@epita.fr>
10580         * doc/autoconf.texi (Files): New subsection.
10582 2001-07-14  Akim Demaille  <akim@epita.fr>
10584         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10585         of...
10586         (Generic Compiler Characteristics): this.
10587         (C++ Compiler): New subsection.
10589 2001-07-14  Akim Demaille  <akim@epita.fr>
10591         * autoscan.in: Use IO::File.
10592         Adjust all the routines to use it.
10593         ($log): New file (autoscan.log).
10594         (output): Dump detailed logs into $log, and a shortened version to
10595         stderr.
10596         (&scan_makefile): Refine the regexp catching tokens in the code.
10597         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10598         and the `configure.ac' checking feature.
10600 2001-07-12  Akim Demaille  <akim@epita.fr>
10602         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10603         Reported by Michael Elizabeth Chastain.
10605         * autoconf.in: Refuse such AWK.
10606         * configure.in: Likewise.
10607         * Makefile.am (acversion.m4): Do not use move-if-change this file
10608         has dependencies.
10609         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10611 2001-07-10  Jens Petersen  <petersen@redhat.com>
10613         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10614         things like "g++", "file.c" and "some-conf" as tokens.
10615         (&scan_file): Match C++ files extensions.
10616         If the filename extension is C++ then ask for c++.
10618 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10620         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10621         AC_TRY_LINK_FUNC, to check whether defining a dummy
10622         main-like routine is needed for linking with F77 libs.
10624 2001-07-05  Pavel Roskin  <proski@gnu.org>
10626         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10627         after using break.
10628         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10629         linking.
10631 2001-07-05  Akim Demaille  <akim@epita.fr>
10633         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10634         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10635         Makes' lives.
10636         Reported by Nicolas Joly.
10638 2001-07-04  Akim Demaille  <akim@epita.fr>
10640         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10641         up.
10642         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10643         warnings from compilers.
10644         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10645         for all the compilers, not only GNU.  Hence move from here...
10646         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10648 2001-07-04  Akim Demaille  <akim@epita.fr>
10650         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10651         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10652         AC_COMPILE_IFELSE.
10654 2001-07-04  Akim Demaille  <akim@epita.fr>
10656         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10657         the ``strings.h'' change claimed below.
10659 2001-07-04  Akim Demaille  <akim@epita.fr>
10661         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10663 2001-07-04  Akim Demaille  <akim@epita.fr>
10665         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10666         strings.h if usable with string.h.
10667         Suggested by Paul Eggert.
10669 2001-07-04  Akim Demaille  <akim@epita.fr>
10671         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10672         From Jens Petersen.
10674 2001-07-03  Akim Demaille  <akim@epita.fr>
10676         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10677         etc. in the log.
10679 2001-07-03  Akim Demaille  <akim@epita.fr>
10681         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10682         compiler, not the preprocessor.
10683         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10684         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10685         the right thing.
10686         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10687         earlier if there are.
10689 2001-07-03  Akim Demaille  <akim@epita.fr>
10691         * autoscan.in ($initfile): Remove.
10692         (&find_file): Rename as...
10693         (&scan_file): this.
10694         Immediately scan the current file, instead of gathering them, and
10695         later having them handled by &scan_files.
10696         (&scan_files): Merely invoke Find::File.
10697         Adjust.
10699 2001-07-02  Akim Demaille  <akim@epita.fr>
10701         * autoscan.in: Formatting changes, matching the invocation order.
10702         (File::Find): Use it instead of Perl 4's `find.pl'.
10703         (&wanted): Rename as...
10704         (&find_file): this.
10706 2001-07-01  Pavel Roskin  <proski@gnu.org>
10708         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10709         break in the argument to AC_TRY_LINK_FUNC.
10710         (AC_F77_MAIN): Remove conftest* after using break in the
10711         argument to AC_TRY_LINK.
10713 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
10715         Add alternate 'main' routine detection for linking C/C++ with Fortran,
10716         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10718         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10719         dummy alternate main is required even if the user provides her own
10720         'main'.
10721         (AC_F77_MAIN): New macro to detect whether it is possible to
10722         provide an alternate 'main' function name, using the 'main' from
10723         the Fortran libraries.
10724         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10725         cross-language link tests can be performed successfully.
10726         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
10727         after $LIBS, for consistency; this should be the general rule since
10728         the user may want to link to Fortran libraries that require $FLIBS.
10729         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10731 2001-06-29  Pavel Roskin  <proski@gnu.org>
10733         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10734         at-stdout and at-stderr instead of removing the newline
10735         from the echo output, which is not guaranteed to work.
10737 2001-06-28  Jens Petersen  <petersen@redhat.com>
10739         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10740         confdefs.h when non-zero.
10742 2001-06-28  Akim Demaille  <akim@epita.fr>
10744         * configure.in: Bump to 2.50c.
10746 2001-06-26  Akim Demaille  <akim@epita.fr>
10748         Version 2.50b.
10750 2001-06-26  Akim Demaille  <akim@epita.fr>
10752         Version 2.50a.
10754 2001-06-25  Pavel Roskin  <proski@gnu.org>
10756         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10757         argument, AUTOCONF-FLAGS.
10758         * tests/mktests.sh (update_exclude_list): Add
10759         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10760         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10761         AC_FUNC_WAIT3 with "-W no-obsolete".
10763 2001-06-25  Akim Demaille  <akim@epita.fr>
10765         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10767 2001-06-25  Akim Demaille  <akim@epita.fr>
10769         * autoscan.in (%macro): Now maps from word to list of macros.
10770         (&init_tables): Die when a word which is already handled by
10771         explicit macros is mapped to the default macro.
10772         (&print_unique): Remove, inlined in...
10773         (&output_kind): here.
10774         (File::Basename): Use it.
10775         (&output): Sort the CONFIG_FILES.
10776         * acheaders: Normalize.
10777         * acfunctions: Likewise.
10779 2001-06-25  Akim Demaille  <akim@epita.fr>
10781         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10782         characteristics in the logs.
10783         Suggested by Mo DeJong.
10785 2001-06-24  Akim Demaille  <akim@epita.fr>
10787         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10788         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10789         * doc/autoconf.texi (Autoconf 2.13): New section.
10791 2001-06-24  Akim Demaille  <akim@epita.fr>
10793         * autoconf.in (Task traces): Separate the error messages from the
10794         traces to improve robustness.
10796 2001-06-23  Akim Demaille  <akim@epita.fr>
10798         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10799         three as failures are unlikely, and speed matters.
10801 2001-06-23  Akim Demaille  <akim@epita.fr>
10803         * doc/autoconf.texi (Redefined M4 Macros): New.
10805 2001-06-23  Akim Demaille  <akim@epita.fr>
10807         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10808         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10809         5.3.
10811 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
10813         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10814         config.status targets to after the evaluation of the INIT-CMDS.
10815         Double quote config.status targets (used to be single quoted).
10817 2001-06-23  Akim Demaille  <akim@epita.fr>
10819         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10820         Check the content of the created file.
10821         Check the ./config.status command line invocation.
10823 2001-06-23  Akim Demaille  <akim@epita.fr>
10825         * tests/foreign.at (Libtool): Reject prehistoric versions.
10827 2001-06-23  Akim Demaille  <akim@epita.fr>
10829         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10830         preexisting files matching a.*.
10832 2001-06-23  Akim Demaille  <akim@epita.fr>
10834         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10835         stderr.
10836         * doc/autoconf.texi (AC_ARG_VAR): Update.
10838 2001-06-21  Akim Demaille  <akim@epita.fr>
10840         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10841         precious variables have changed.
10842         * tests/torture.at (AC_ARG_VAR): Adjust.
10844 2001-06-21  Akim Demaille  <akim@epita.fr>
10846         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10847         but some sed choke on multiple `;', and other tools (e.g.,
10848         Automake), include the separator themselves.
10850         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10852 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
10854         * doc/autoconf.texi (Functions Portability): Rename as...
10855         (Function Portability): this.
10856         (Function Portability): Document potential problems with unlink().
10858 2001-06-19  Paul Eggert  <eggert@twinsun.com>
10860         * NEWS, doc/autoconf.texi: Document quadrigraphs.
10862 2001-06-18  Akim Demaille  <akim@epita.fr>
10864         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10866 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
10868         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10869         (_AC_FUNC_VFORK): this.
10870         Remove AC_DEFINEs and don't guess cross-compilation values.
10871         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10872         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10873         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10874         vfork doesn't work.
10875         Guess values if cross-compiling, but warn.
10876         * acfunctions: Add AC_FUNC_FORK.
10877         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10878         and vfork appropriately.
10880 2001-06-18  Akim Demaille  <akim@epita.fr>
10882         * doc/autoconf.texi (Functions Portability): New section.
10884 2001-06-18  Akim Demaille  <akim@epita.fr>
10886         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10887         in $M4.
10888         Suggested by Andreas Schwab.
10890 2001-06-18  Akim Demaille  <akim@epita.fr>
10892         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
10893         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
10894         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
10895         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
10896         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
10897         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
10898         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
10899         the converse).
10901 2001-06-18  Akim Demaille  <akim@epita.fr>
10903         * doc/autoconf.texi (ms): New index.
10904         (Macro Index): Rename as...
10905         (Autoconf Macro Index): this.
10906         (M4 Macro Index): New appendix.
10907         (Programming in M4): New chapter.
10908         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
10909         (Quoting): Rename as...
10910         (M$ Quotation): this.
10911         Be part of `Programming in M4).
10913 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
10915         * tests/torture.at (AC_ARG_VAR): Set variables and export them
10916         in separate statements for compatibility with Tru64 v5.1.
10918 2001-06-17  Akim Demaille  <akim@epita.fr>
10920         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
10921         current values of the precious variables, not the previously
10922         cached values.
10923         Pass precious variables which are set to config.status.
10924         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
10925         * tests/torture.at (AC_ARG_VAR): New.
10927 2001-06-15  Paul Eggert  <eggert@twinsun.com>
10929         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
10930         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
10931         and explain why and how to replace them.
10932         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
10933         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10935 2001-06-15  Akim Demaille  <akim@epita.fr>
10937         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
10938         Reported by Bruno Haible.
10940         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
10941          (_AC_ARG_VAR_PRECIOUS): to here.
10943 2001-06-15  Pavel Roskin  <proski@gnu.org>
10945         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
10946         an unused pointer use cast to this type and `if' statement to
10947         avoid warnings from the compiler.
10948         (AC_HEADER_TIME): Likewise.
10949         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
10950         in `if' statement to avoid warnings from the compiler. Declare
10951         ac_aggr static to avoid the need to initialize it.
10953 2001-06-14  Akim Demaille  <akim@epita.fr>
10955         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
10956         Macros'.
10958 2001-06-13  Akim Demaille  <akim@epita.fr>
10960         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
10961         Suggested by Alexander Mai.
10963 2001-06-13  Akim Demaille  <akim@epita.fr>
10965         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
10966         sys/types.h and sys/stat.h, and check for them.
10968 2001-06-13  Akim Demaille  <akim@epita.fr>
10970         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
10971         INCLUDES.
10973 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10975         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
10976         succeeds and only try adding libdnet upon a failure.
10978 2001-06-12  Akim Demaille  <akim@epita.fr>
10980         * autoscan.in (&output_kind): Output the comment only if it exists.
10981         (%kind_comment): Add entry for `programs'.
10982         (&output_programs): Use &output_kind.
10983         (&output_functions, &output_identifiers, &output_headers)
10984         (&output_programs): Inline, and remove.
10986 2001-06-12  Akim Demaille  <akim@epita.fr>
10988         * autoscan.in (%kind_comment): New.
10989         (output_kind): New.
10990         (output_functions, output_identifiers, output_headers): Use it.
10992 2001-06-12  Akim Demaille  <akim@epita.fr>
10994         * autoscan.in (&print_unique): Take `$kind' and `$word' as
10995         arguments, to factor indirections into `%macro' and `%used'.
10996         (%generic_macro): Fix a typo.
10998 2001-06-12  Akim Demaille  <akim@epita.fr>
11000         * aclibraries: New.
11001         * autoscan.in (@kinds): Add `libraries'.
11002         Use `@kinds' instead of hard coded lists.
11003         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11004         Remove, replaced by...
11005         (%used): this.
11007 2001-06-12  Akim Demaille  <akim@epita.fr>
11009         * autoscan.in (%functions_macros %headers_macros)
11010         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11011         replaced by...
11012         (%macro): New.
11014 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11016         * aclang.m4 (AC_NO_EXECUTABLES): Override
11017         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11019 2001-06-11  Akim Demaille  <akim@epita.fr>
11021         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11022         trailing new line.
11023         Reported by Andreas Schwab.
11025 2001-06-11  Akim Demaille  <akim@epita.fr>
11027         * Makefile.am, Makefile.maint: Typos.
11029 2001-06-09  Akim Demaille  <akim@epita.fr>
11031         * doc/autoconf.texi (Here-Documents): New section, gathering
11032         documentation about here-documents.
11033         Use `href', not `uref', and other changes.
11035 2001-06-09  Akim Demaille  <akim@epita.fr>
11037         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11038         chapter.
11040 2001-06-09  Akim Demaille  <akim@epita.fr>
11042         * doc/autoconf.texi (Limitations of Builtins): Complete the
11043         description of the here-docs penalties with Alexandre Oliva's
11044         explanations.
11046 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11048         * doc/autoconf.texi: Talk about here documents and speedups.
11049         Do not use "echo" on arbitrary strings.
11050         Spell "here-documents" consistently with the standard.
11052 2001-06-09  Akim Demaille  <akim@epita.fr>
11054         * doc/autoconf.texi (Concept Index): Introduce it.
11055         Regenerate the menus.
11057 2001-06-09  Akim Demaille  <akim@epita.fr>
11059         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11060         * config/prev-version.txt: New.
11061         * config/move-if-change: New, for GNU libc.
11063 2001-06-06  Pavel Roskin  <proski@gnu.org>
11065         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11067 2001-06-06  Akim Demaille  <akim@epita.fr>
11069         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11070         properly when $1 is not a literal.
11071         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11073 2001-06-06  Akim Demaille  <akim@epita.fr>
11075         Invoking AC_COPYRIGHT before AC_INIT fails.
11077         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11078         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11079         (_m4_divert(VERSION_USER)): New.
11080         (AC_COPYRIGHT): $2 is the diversion to use.
11081         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11082         (AC_INIT): Remove dead comments as now it's commutative.
11084 2001-06-06  Akim Demaille  <akim@epita.fr>
11086         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11087         PR autoconf/187.
11089 2001-06-05  Akim Demaille  <akim@epita.fr>
11091         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11092         can be empty.
11093         `*dir' variables cannot be NONE.
11094         Reported by Mark Kettenis.
11096 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11098         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11100 2001-06-04  Akim Demaille  <akim@epita.fr>
11102         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11103         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11104         (AC_TR_SH): Move as...
11105         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11106         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11107         (AS_TR_SH): these.
11108         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11109         (_AS_TR_SH_PREPARE): New.
11110         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11111         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11113 2001-06-02  Akim Demaille  <akim@epita.fr>
11115         * Makefile.am (.m4.m4f): Pass the options first.
11116         Fixes PR autoconf/182.
11118 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11120         GNU getopt, when POSIXLY_CORRECT does not permute options and
11121         arguments.  So pass the options first.
11122         Fixes PR autoconf/184.
11124         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11125         (run_m4): Remove files.
11126         (run_m4f): Remove.
11127         Update remainder of script to use them.
11128         (for warning in): Do not use a literal comma as it will not be
11129         split by IFS.
11131 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11133         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11134         Fortran compilers to check.
11135         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11136         information on library and object files.
11137         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11138         to check.
11140 2001-06-02  Akim Demaille  <akim@epita.fr>
11142         * autom4te.in (Request::@request): Declare with `vars', not `my',
11143         as it prevents updates via `do FILENAME'.
11145 2001-06-02  Akim Demaille  <akim@epita.fr>
11147         * configure.in (standards_texi): Remove, dead code.
11149 2001-06-02  Akim Demaille  <akim@epita.fr>
11151         * autom4te.in: New.
11153 2001-06-02  Pavel Roskin  <proski@gnu.org>
11155         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11156         for signals other than 0 - exit with code 1.
11157         * m4sh.m4 (AS_TMPDIR): Likewise.
11158         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11159         * autoheader.in: Likewise.
11160         * autoreconf.in: Likewise.
11161         * tests/torture.at (Signal handling): New test for the above.
11163 2001-06-01  Akim Demaille  <akim@epita.fr>
11165         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11166         message.
11168 2001-05-31  Akim Demaille  <akim@epita.fr>
11170         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11171         Add copyright and comments.
11172         * acheaders: Add stdint.h.
11173         Suggested by Paul Eggert.
11175 2001-05-31  Akim Demaille  <akim@epita.fr>
11177         * atgeneral.m4 (AT_INIT): Use $SHELL.
11178         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11180 2001-05-31  Akim Demaille  <akim@epita.fr>
11182         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11183         stdint.h.
11184         From Paul Eggert and Lars Hecking.
11186 2001-05-31  Akim Demaille  <akim@epita.fr>
11188         * tests/base.at: Adjust line numbers in error messages.
11190 2001-05-31  Akim Demaille  <akim@epita.fr>
11192         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11193         to emit the bangshe line.
11194         Reported by David Carter.
11196 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11198         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11199         Fortran (95) compilers to check.
11201 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11203         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11204         Macro Archive URL.
11206 2001-05-23  Pavel Roskin  <proski@gnu.org>
11208         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11209         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11210         (AC_PROG_CXXCPP): Likewise.
11212 2001-05-22  Akim Demaille  <akim@epita.fr>
11214         * config: New directory.
11215         * configure.in: AC_CONFIG_AUX_DIR it.
11216         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11218 2001-05-22  Akim Demaille  <akim@epita.fr>
11220         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11221         * autoupdate.in: Specify the Emacs mode.
11222         * acversion.m4.in: Rename as...
11223         * acversion.m4: this.
11224         * tests/Makefile.am (CLEANFILES): More garbage.
11226 2001-05-22  Akim Demaille  <akim@epita.fr>
11228         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11229         Rename as...
11230         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11231         these.
11233 2001-05-21  Akim Demaille  <akim@epita.fr>
11235         * configure.in: Bump to 2.50a.
11237 -----
11239 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11241 This file is part of GNU Autoconf.
11243 GNU Autoconf is free software; you can redistribute it and/or modify
11244 it under the terms of the GNU General Public License as published by
11245 the Free Software Foundation; either version 2, or (at your option)
11246 any later version.
11248 GNU Autoconf is distributed in the hope that it will be useful,
11249 but WITHOUT ANY WARRANTY; without even the implied warranty of
11250 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11251 GNU General Public License for more details.
11253 You should have received a copy of the GNU General Public License
11254 along with autoconf; see the file COPYING.  If not, write to
11255 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11256 Boston, MA 02110-1301, USA.