* doc/autoconf.texi (Particular Programs): Do not promise that
[autoconf/tsuna.git] / ChangeLog
blobae68fac080046ad74b3546deb64e0d66dbad80f0
1 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
3             Stepan Kasal  <kasal@ucw.cz>
5         * doc/autoconf.texi (Particular Programs): Do not promise that
6         we always prefer the GNU version of the program, and that we
7         search according to PATH; both rules can have exceptions.
8         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
9         AC_PROG_SED.  Move descriptions of limitations
10         to the Limitations of Usual Tools section.
11         (Limitations of Usual Tools) <sed>: Mention script length
12         limitations with Solaris /usr/ucb/sed.
13         <grep>: Fix wording for empty alternative.  Mention that -c and
14         -l should not be combined, and that -E and -F should not be
15         combined.
17 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
18         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
21         limits in Solaris 8 /usr/ucb/sed by testing a long script.
23 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
25         * doc/autoconf.texi (Defining Symbols): Literal parameter of
26         AC_DEFINE is now passed to m4_pattern_allow.
27         * NEWS: Mention that; likewise for AC_SUBST.
28         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
29         the parameter to m4_pattern_allow.
30         * tests/tools.at: Add a check for that.
32 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
34         * lib/autoconf/status.m4: Fix typos.
36 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
39         only the files that this macro generates.
41 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
43         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
44         the HP-UX sed limitation of 99 commands, labels do not count.
45         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
46         in the comment.
47         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
49 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
51         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
52         Import the following fix from coreutils:
54         2006-01-13  Jim Meyering  <jim@meyering.net>
56         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
57         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
58         not double-quote uses of that variable, to accommodate the rare
59         case in which getmntent is available in none of the libraries
60         checked.  This happens at least on FreeBSD 5.0.
62 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
64         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
65         ac_config_guess, ac_config_sub, and ac_configure, since evidently
66         some other programs unwisely rely on these undocumented vars.
67         But put in warning comments about them.
68         Problem reported by Ralf Wildenhues in
69         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
70         * NEWS: Document that these variables are intended to go away.
72 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
75         and set the language to C++ (analogous to the equivalent Fortran
76         tests).
78         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
79         * doc/autoconf.texi (C++ Compiler): Document it.
80         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
81         * NEWS: Update.
83 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
85         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
86         that caused config.status to generate 100-command sed scripts; the
87         portable limit is 99.
89 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
91         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
92         variable `ac_d' instead of `d' to avoid infringing namespace.
93         Report by Ralf Menzel.
95 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
97         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
98         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
99         * tests/tools.at (autoconf: subdirectories): New test, taken from
100         the corresponding problem report by Ralf Wildenhues in:
101         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
103         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
104         Quote some uses of shell variables if they might suffer unexpected
105         globbing.  This doesn't fix all instances of quoting problems that
106         I found, just the easy ones that look safe.
107         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
108         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
109         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
110         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
111         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
112         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
113         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
114         Likewise.
115         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
116         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
118 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
120         * bin/autoreconf.in ($help): Reword according to the manual.
121         Suggested by Olly Betts.
123 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
124         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
126         * bin/autoreconf.in: Pass the directory argument to
127         `require_configure_ac'.  Fix comment.
128         * tests/torture.at (Configuring subdirectories): Expose this.
129         Reported by Olly Betts.
131 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
134         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
135         Automake as follows:
137         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
138         `$configure_in' instead of `configure.in', to preserve
139         directory component.
141 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
143         * config/config.guess, config/config.sub, config/texinfo.tex,
144         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
146 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
148         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
149         test for C99 conformance; (bool) 0.5 is an integer constant
150         expression, but (bool) -0.5 is not.  Problem reported by Fedor
151         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
153 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
155         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
156         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
157         Warn about obsolete install-sh files.  Remove stray sentence
158         fragment and fix cross reference.
159         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
160         install -d; this undoes the 2006-05-10 change.
161         (MKDIR_P): Mark with AN_MAKEVAR.
162         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
163         that we don't require $INSTALL to be thread-safe.  Move comments
164         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
165         of AC_PROG_INSTALL.  Output a message saying that we're checking
166         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
167         MKDIR_P instead of AC_SUBST.
168         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
169         Special magic for MKDIR_P, too.
170         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
171         a dnl.
172         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
174 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
176         Sync from Automake, as follows:
178         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
179         * config/install-sh: Initialize IFS, so field splitting isn't
180         turned off later.
181         * config/mkinstalldirs: Likewise.
182         * config/missing: Remove superfluous quotes.  Replace all uses of
183         `[' by `test', for consistency, and for..
184         * config/missing (sed_minuso, sed_output): New variables.
185         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
186         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
187         Fixes `missing' to detect `--output' for help2man.  Fixes
188         PR automake/483.  Report by Dennis J. Linse.
189         (autom4te): Document in `missing --help'.
191 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
193         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
194         * config/install-sh: Don't use 'path' to talk about file names,
195         as per GNU coding standards.  Close a race condition reported by Ralf
196         Wildenhues and Stepan Kasal.  There is still a race condition
197         on hosts that predate Posix 1003.1-1992, but we can't help this.
198         Don't mishandle weird characters like space on pre-Posix hosts.
199         Invoke mkdir at most once per dir arg on pre-Posix hosts.
200         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
201         AC_PROG_MKDIR_P from AS_MKDIR_P.
202         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
203         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
204         earlier editions are not (including Automake 1.8.3).
205         Do not suggest mkinstalldirs for thread-safety.
206         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
207         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
208         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
209         presence of special characters and race conditions.
210         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
211         in Autoconf's name space.
213 2006-05-10  Bruno Haible  <bruno@clisp.org>
214         and Paul Eggert  <eggert@cs.ucla.edu>
216         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
217         from Automake with minor changes.
218         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
220 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
222         * config/install-sh: Update to Automake CVS version, as follows:
223         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
224         * lib/install-sh: Simplify the expr implementation of dirname.
225         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
226         * lib/install-sh: Handle --, and diagnose unknown options.
228 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
231         `./autom4te' to create `./testsuite', since the `all' target
232         will ensure its presence, but `installcheck' should not create
233         the uninstalled wrappers.
235         * tests/torture.at (Unusual Automake input files): Skip if we
236         detect automake < 1.8.
238 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
240         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
241         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
242         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
243         * NEWS: Update.
245 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
247         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
248         munge (multiple) white space and other oddities.
249         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
250         single quotes in variable assignment.
251         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
252         and similar failures by adding multiple spaces, tabs, and other
253         special characters.
254         Report and different test suggested by Francesco Romani
255         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
257         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
258         single quotes, we only need to search for single quotes; this
259         both simplifies the search pattern, and makes us less
260         susceptible to `echo' variations for arguments not containing
261         single quotes.
262         (_AC_ARG_VAR_VALIDATE): Likewise.
264 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
266         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
267         `$*' and IFS concatenation issue with traditional shells and
268         bash-2.04.  Report by Seanster@Seanster.com.
270 2006-05-03  Bruno Haible  <bruno@clisp.org>
272         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
273         precisely which Mac OS X versions have the od problem.
275 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
277         * doc/autoconf.texi: Use @option systematically.
278         (Integer Overflow):
280 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
281         and Bruno Haible  <bruno@clisp.org>
283         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
284         about 'od'.
285         (Integer Overflow): Mention the special case of integer division
286         overflow.
288 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
290         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
291         traditional shells like the Solaris one that do not use the
292         first IFS character for assembling `$*'.
293         Prompted by a related report from autoconf_bug@nro.ca.
295 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
296         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
298         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
299         Mention more problems with the -e option.
301 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
303         * NEWS: Typo.
304         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
306         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
307         in URLs to improve DVI formatted output (requires texinfo 4.6).
308         (System Services, Systemology, Shellology): Likewise.
309         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
310         output.
312         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
313         continuous text.
314         (Runtime): Fix macro argument names to match description:
315         `action-if-found' -> `action-if-true' and similarly.
316         (Obsolete Macros): Likewise.
317         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
318         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
319         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
321 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
323         * doc/autoconf.texi (Limitations of Make): Clean up markup.
325         * ChangeLog: Typo.
326         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
327         DVI output.
329 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
331         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
332         /bin/sh set unsorted output.
333         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
334         * tests/local.at: Likewise.
336 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
338         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
339         (Integer Overflow, Null Pointers, Buffer Overruns):
340         (Floating Point Portability, Exiting Portably): New sections.
341         (Writing Test Programs): Fix some langauge.  Recommend exiting
342         with status 1, not merely nonzero.  Clarify exit declaration.
343         (Run Time): Move C exit status stuff to new Exiting Portably section.
344         (Systemology): Mention Posix and levenez.  Update v7 reference.
345         (Portable Shell): Mention the Posix shell.
347 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
349         * bin/autoconf.as (me): Replace by as_me.
351 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
353         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
354         since as_me isn't set yet.
356 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
358         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
359         a few minor bugs in this area.
361         * doc/autoconf.texi (Programming in M4sh): Comment out the
362         documentation of AS_BASENAME, for now.
363         (Shell Substitutions): Do not use AS_DIRNAME in an example.
364         (Limitations of Builtins) <basename>: Do not refer to
365         AS_BASENAME.
366         * bin/autoconf.as (me): Don't use AS_BASENAME.
367         (dir): Remove the unused variable.
368         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
369         AS_DETECT_REQUIRED.  All uses changed.
370         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
371         All uses changed.
372         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
373         (AS_BASENAME): Use "basename --" to protect against leading "-".
374         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
375         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
376         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
377         (_AS_DIRNAME_PREPARE): Likewise.
378         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
379         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
380         (AS_DIRNAME): Use "dirname --".
382 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
384         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
385         of "run time" and "run-time" changed to "runtime", for consistency.
386         * lib/autoconf/fortran.m4: Likewise (in comment).
387         * lib/autoconf/functions.m4: Likewise.
388         * lib/autoconf/general.m4: Likewise.
389         * lib/autoconf/headers.m4: Likewise.
391         * doc/autoconf.texi (Run Time): Document the exit status situation
392         with more accuracy and detail.
394 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
396         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
397         Archive is not officially `GNU' any more.  Update URL.
398         (Defining Directories): Likewise
399         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
401 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
403         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
404         newline from the `trap' code to finish `config.log'; the NetBSD
405         /bin/sh resets the exit status after an empty command, as
406         documented in doc/autoconf.texi.
407         Reported by Dalibor Topic <robilad@kaffe.org>.
409 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
411         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
412         Suggested by Bruno Haible.
414 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
416         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
417         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
418         Instead, just list the shells that we know work.
419         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
420         changed.  Be more cautious about the _cv_ variable.
421         * tests/tools.at (Syntax of the shell scripts): Check the
422         _cv_ variable once, at first, to avoid an internal autoconf error
423         when sh -n does not work.
425 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
427         * lib/Autom4te/FileUtils.pm: Sync from Automake.
429 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
431         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
432         use ">&-" since we're only 99.999% sure that this is portable,
433         and since the MinGW bug is fixed in a different way.
434         * lib/autotest/general.m4 (AT_INIT): Likewise.
436 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
438         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
439         before opening config.log, to avoid hitting a bug on MinGW.
441 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
443         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
444         AS_MESSAGE_LOG_FD before reopening it onto the log file.
445         This works around a MinGW bug reported by Eric Paire.
446         Make sure that all writes to the log file append to it,
447         rather than possibly losing data.
448         * lib/autotest/general.m4 (AT_INIT): Likewise.
450 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
452         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
453         description.
455 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
457         * NEWS: Update.
459         * configure.ac (AC_INIT): Bump to 2.59d.
461 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
463         Version 2.59c.
465         * Makefile.maint (news-date-check): Do not require a leading `*'
466         before the release date in NEWS.
468 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
469         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
471         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
472         the instantiated file do not contain the string 'datarootdir'
473         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
474         @mandir@, replace the reference '${datarootdir}' by the value.
475         * tests/torture.at (datarootdir workaround): New test.
476         * NEWS: Advertise this temporary fixup.
477         Based on a patch by Bruno Haible, reported and analyzed by
478         Paul Eggert and Noah Misch.
480 2006-04-12  Eric Blake  <ebb9@byu.net>
482         * tests/autotest.at (Debugging a failed test): Fix comment.
484 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
486         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
487         all the changes since 2006-04-07.
489 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
491         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
492         succeeded, but `ln -s file dir' failed, take care to remove the
493         leftover target before the next test, to prevent its spurious
494         failure; also make sure `ln file dir' works before selecting it.
495         Thanks to Keith Marshall for pointing this out.
496         * THANKS: Update.
498         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
499         assignments in `at_debug_args', so that we put them correctly
500         in the `run' script.
501         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
502         Reported by Eric Blake.
504 2006-04-11  Eric Blake  <ebb9@byu.net>
506         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
507         top-level tests after micro-suite has been run.   Used in...
508         (Debugging a successful test, Debugging script and environment),
509         (Debugging a failed test): ...these new tests.  The first of these
510         is fixed by...
511         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
512         macro, split out from...
513         (AT_INIT): ...here, so that using -d also generates a run script.
514         Document that -d inhibits top-level logging.
515         * doc/autoconf.texi (testsuite Invocation): Document that -d only
516         inhibits top-level logging; debug scripts are created.
518         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
519         check.
520         * tests/autotest.at (Empty test, Empty check): New test to check it.
522         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
523         from gcc.
525 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
527         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
528         the files if a problem appears.  Make the empty *.at files
529         read-only, too.  Proposed by Ralf Wildenhues.
531 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
533         * config/Makefile.am: Add comment to force updated Makefile.in.
535         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
536         space only patch to this file, this patch causes the Makefile.in
537         files that include freeze.mk to be updated, and thus have a
538         newer time stamp again, which in turn makes a pristine CVS
539         checkout have correct time stamps.
541         * Makefile.maint (cvs-sv): New macro, to be used..
542         (config.guess-url_prefix, config.sub-url_prefix)
543         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
544         point to CVS text checkout of Gnulib files.
545         (copyright-check): Bump current year.
546         (announcement): Do not hard-wire `./announce-gen'.
547         (cvs-update): Propagate failures of `cvs' and `move-if-change'
548         correctly.
549         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
550         `chmod +x'.
551         (wget_files): Update config.guess, config.sub, texinfo.tex by
552         `wget-update', now that their URLs work again.
554 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
556         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
557         Problem noted by Paul D. Smith.
559 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
561         * doc/autoconf.texi: Remove unused words from word list.
562         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
563         .x-sc_trailing_space: New files.
565         * doc/standards.texi: Sync from gnulib.
567         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
568         `LIBOBJDIR' as experimental.
570         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
571         with a target directory; it's internally implemented as `cp'
572         anyway, but since Autoconf advertises the possibility to use
573         a target directory when LN_S is `ln -s', we need to find out.
574         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
575         analyzed by Keith Marshall <keith.marshall@total.com>.
577         * THANKS: Update.
579 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
581         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
582         confdefs.h as-is.  In general, if it has backslash-newline or the
583         like, then it doesn't work either to sort or to remove empty
584         lines.
586 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
588         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
590 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
592         * lib/autom4te.in (Automake-preselections): Preselect
593         _AM_SUBST_NOTMAKE.
595 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
597         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
598         apostrophe within a single-quoted string, as this is the usual
599         tradition and is easier to read than '"'"'.  Don't rely on the
600         shell treating "$/" like '$/'.  Use a more-consistent indenting
601         style for the trap.
603 2006-04-09  Eric Blake  <ebb9@byu.net>
605         * tests/autotest.at (Backquote command substitution),
606         (Multiline backquote command substitution): Remove mistaken
607         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
608         applied...
609         (Parenthetical command substitution, Multiline parenthetical
610         command substitution): here.
612 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
614         Import macros from gnulib (often changing their name).
616         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
617         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
618         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
619         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
620         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
621         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
622         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
623         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
624         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
625         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
626         The manual mentions Gnulib more prominently.
627         * doc/autoconf.texi (Gnulib): New node.
628         (Pointers): Add Gnulib URL.
629         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
630         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
631         Gnulib section.
632         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
633         suggest a #define rather than a typedef for _Bool, and mention
634         Gnulib rather than trying to substitute stdbool code.
635         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
636         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
637         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
638         AC_STRUCT_DIRENT_D_TYPE.
639         (Particular Types): Mention stdint.h and inttypes.h as standard
640         headers too.
641         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
642         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
643         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
644         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
645         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
646         (C Compiler): Move AC_C_LONG_DOUBLE to ...
647         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
648         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
649         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
650         (Coding Style).  Don't mention m4_expand_once.
651         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
652         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
653         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
654         (AC_CHECK_FUNCS): Use it.
655         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
656         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
657         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
658         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
659         (AC_HEADER_ASSERT): New macro.
660         (AC_HEADER_STDBOOL): Don't assume "#error" works.
661         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
662         Catch a bug in an HP-UX C compiler.
663         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
664         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
665         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
666         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
667         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
668         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
669         New macros.
671         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
672         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
674 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
676         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
677         of the warning introduced by the 2001-08-28 change.
679 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
680             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
682         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
683         variables shall be overriden by the cache.
684         * tests/torture.at (AC_ARG_VAR): Test also with a first value
685         that contains braces.
687 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
689         Revert the patch from 2006-04-01 and only improve
690         _AS_DETECT_BETTER_SHELL:
692         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
693         skip nonexistent directories.
694         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
695         only shell candidates which exist.
696         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
697         * lib/autotest/general.m4 (AT_INIT): No need to give three
698         parameters to _AS_PATH_WALK.
700 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
701             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
703         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
704         distinguish m4sugar macros.
705         * tests/tools.at (autoupdating with aclocal and m4_include):
706         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
707         test case by Noah Misch <noah@cs.caltech.edu>.
709 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
711         Revert my change from 2006-03-17, in other words:
712         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
713           and DUALCASE=1.
714         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
715         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
716           it is set.
718 2006-04-07  Eric Blake  <ebb9@byu.net>
720         * doc/autoconf.texi (Programming in M4sh): Document that
721         AS_MKDIR_P exits the script on failure.
722         * lib/autotest/general.m4: Remove redundant AS_ERROR.
724 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
726         * config/elisp-comp, config/install-sh, config/mdate-sh,
727         config/missing, config/mkinstalldirs: Sync from Automake.
729         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
730         from Automake.
732         * doc/make-stds.texi: Sync from gnulib.
734 2006-04-06  Eric Blake  <ebb9@byu.net>
736         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
737         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
738         2006-04-01.
740 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
741             Eric Blake  <ebb9@byu.net>,
742             Paul Eggert  <eggert@cs.ucla.edu>,
743             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
745         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
746         whether `set' quotes correctly: redirect stderr of the tested
747         `set', and use a subshell, for Ultrix; use `sed' instead of
748         `grep' for zsh `set' which may write binary output; match only
749         at the beginning of a line, to avoid false positives.
750         In order to avoid false positives by unrelated variables with
751         multiline content, put the dump algorithm in a subshell and
752         unset all variables containing newlines (except some which are
753         special to the shell).  Warn about cache variables that are
754         unset.
756 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
758         * config/config.guess, config/config.sub, config/texinfo.tex:
759         Sync from upstream.
761         * tests/mktests.sh: Reword comments.
763         * tests/mktests.sh: Only skip internal macros starting with
764         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
765         Update exclusion lists for the test suite to this end:
766         (AC_ARG_VAR): Do test this now.
767         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
768         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
769         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
770         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
772         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
773         shell issue with double-quoted command substitutions of native
774         commands.
775         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
776         Marshall.
778         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
779         no file matches the glob, discard the warning, set `nullglob'.
780         (syntax-check): Likewise.
781         (sc_cast_of_x_alloc_return_value): Likewise.
782         (sc_cast_of_alloca_return_value, sc_error_exit_success)
783         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
784         (m4-check): Likewise.
785         (sc_system_h_headers): Do not print rule on execution.
786         (sc_tight_scope): Do not fail for non-existing `src' directory.
787         (sc_changelog): Skip the Copyright footer.
788         * lib/autoconf/lang.m4: Remove trailing space.
790         * lib/autoconf/status.m4: More replacements to
791         <tab><space> where this makes sense.
793 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
795         * tests/Makefile.am (maintainer-check-posix):
796           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
798         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
799           ac_config_<foo>s again, sometimes normalized, sometimes not.
800         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
801         (AC_CONFIG_COMMANDS): Do not do so here.
802         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
803           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
804           2005-07-25 rewrite.  Noticed by Noah Misch.
806         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
807           _AC_PRESERVE_HELP_ORDER, ...
808         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
810         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
811           inside m4_expand_once; it is redundant.
813         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
814           for --help from Cygnus `configure.'
816 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
818         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
819         on a patch proposed by Ralf Wildenhues.
821 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
823         * lib/autoconf/status.m4: Replace <space>''<tab> with
824         <tab><space> where this makes sense.
826 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
827             Noah Misch  <noah@cs.caltech.edu>
829         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
830         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
831         * doc/autoconf.texi (Help Formatting): New node.
832         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
834 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
836         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
837         lib/autoconf/specific.m4, lib/autoconf/status.m4,
838         lib/autoconf/types.m4, lib/autotest/general.m4,
839         tests/mktests.sh, tests/torture.at: White space cleanup:
840         remove some SPACE before TAB, or add quoting ('' or @&t@).
842         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
844         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
846 2006-04-05  Eric Blake  <ebb9@byu.net>
848         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
849         empty test suite works.
850         * tests/autotest.at (Empty test suite): Remove xfail.
852 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
854         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
855         TAGS to ac_config_<foo>s.
856         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
857         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
858         normalizing it, consistent it with previous releases.
859         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
861 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
863         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
864         Use simplified args that Eric Blake originally suggested.
866 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
868         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
869         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
870         Use 'comm' rather than N instances of grep; this also fixes a bug
871         whereby substrings were incorrectly matched, causing us to not
872         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
873         (exclude_list): Exclude empty macros.
874         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
876         Use awk rather than grep -E or egrep, to avoid
877         portability problems with regular expressions containing newlines.
878         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
879         Switch from grep to awk syntax.
880         (ac_exclude_script): Renamed from ac_exclude_egrep.
881         (au_exclude_script): Renamed from au_exclude_egrep.
883 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
885         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
886         a subdirectory subject to Cygnus `configure'.
887         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
889         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
890         report request when we have no AC_PACKAGE_BUGREPORT.
892 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
894         * THANKS: Update.
896         * tests/mktests.sh: Update copyright year in the header of the
897         generated files.
899         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
900         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
901         typedef'ed restricted pointer, to catch a compiler bug on
902         HP-UX 11.x, and fix warnings so it passes with -Werror.
903         (_AC_PROG_CC_C99): Likewise.
904         Reported by Albert Chin <china@thewrittenword.com>.
905         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
907 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
909         * bin/autoscan.in (subdirs): New global.
910         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
911         (output): Emit AC_CONFIG_SUBDIRS as needed.
912         * tests/autoscan.at (autoscan): Remove XFAIL.
914 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
916         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
918 2006-04-03  Eric Blake  <ebb9@byu.net>
920         * THANKS: Add myself.
922 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
924         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
925         to log, point to testsuite output tree.
927 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
929         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
930         * doc/autoconf.texi (Function Portability): Mention that C++
931         has trouble with 'exit'.
932         (Guidelines): Test programs shouldn't use 'exit'.
933         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
934         Remove; all uses removed.
935         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
936         Return from 'main' instead of calling 'exit'.
937         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
938         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
939         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
940         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
941         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
942         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
943         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
944         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
945         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
946         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
947         * tests/compile.at: Likewise.
949 2006-04-02  Pavel Roskin  <proski@gnu.org>
951         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
953 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
955         Clean up _AC_COMPILER_EXEEXT* macros.
957         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
958           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
959           ac_file to the name of the default output file and call
960           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
961           initial `rm' of the candidate files...
962         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
963           the same list in subsequent `rm' calls, and for the temporary
964           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
965           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
966         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
967         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
968           no longer needed) by libtool.  Make it a cache check.
969         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
970           copied here by mistake.
971         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
972           _AC_COMPILER_EXEEXT.
973         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
974           _AC_COMPILER_OBJEXT directly.
975         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
977 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
979         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
980         (AS_DIRNAME): Use it.
981         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
983         * tests/*.at: Remove the generated ones.
985 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
987         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
989 2006-04-01  Eric Blake  <ebb9@byu.net>
991         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
992         directories, unless optional third argument supplied.
993         (AS_UNAME): Don't optimize PATH walk.
995         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
997 2006-04-01  Eric Blake  <ebb9@byu.net>
998         and Stepan Kasal  <kasal@ucw.cz>
1000         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1001         and fix some typos.
1003 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1005         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1006         Autoconf version number despite a zero- or one-argument AC_INIT.
1008         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1009         subordinate tools.
1010         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1011         * doc/autoconf.texi (autoreconf Invocation): Document it.
1013         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1014         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1016 2006-04-01  Eric Blake  <ebb9@byu.net>
1018         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1019         * lib/autotest/general.m4: Be tolerant of existing directory when
1020           rm failed to remove it.
1022 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1024         * bin/autoupdate.in: Redefine m4_location so that warnings print
1025         the correct lines of the input file by subtracting..
1026         (_au__first_line): ..this new definition.
1028         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1029         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1030         Remove stray newline in output.
1031         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1032         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1033         Fixes autoupdating of code where the replacement output contains
1034         m4sugar macros.
1035         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1036         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1037          (au_exclude_list): Add AC_LANG_SAVE.
1038         * tests/tools.at: Several new tests for all of this.
1039         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1040         hairy details.
1041         The AC_LANG_SAVE issue was reported against Libtool by
1042         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1043         Kristian Kvilekval <kris@cs.ucsb.edu>.
1045 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1047         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1048           switch all of them on and of when necessary.  Fixes the bug when
1049           m4sugar macros (e.g., m4_define) were expanded after the first
1050           automatic update (e.g., after AC_PREREQ or AC_INIT).
1052 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1054         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1055         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1057         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1058         correctly.  Problem reported by Eric Blake.
1059         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1060         Ralf Wildenhues.
1062 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1064         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1065         Tighten up the basename/dirname wording.
1067 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1069         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1070         in texinfo files outside of verbatim environments.
1071         (syntax-check-rules): Update.
1072         * doc/autoconf.texi (Configuration Headers): Conform to it.
1074 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1076         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1077           aclocal cannot be given on the command line.
1079 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1081         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1082         Give an example for AS_DIRNAME instead of referring to Posix..
1083         (File System Conventions): Put discussion of // versus / here, and
1084         modernize it a bit.
1085         (Limitations of Usual Tools): Add basename.  Remove verbiage
1086         after dirname, since it got moved to the above sections.
1087         All this was inspired by a patch proposed earlier by Eric Blake.
1089 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1091         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1092         `$0' to protect against spaces.
1093         * lib/autotest/general.m4 (AT_INIT): Likewise.
1094         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1095         `$0', $as_me.
1097 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1099         * bin/autoscan.in: The value of find_configure_ac should be
1100         checked for existence, so we don't barf over a nonexisting
1101         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1103 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1105         * bin/autoupdate.in: Fix some typos.
1107 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1109         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1111         * lib/autoscan/autoscan.list: Refreshed.
1113 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1115         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1116         and Erlang related variables.
1118         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1119         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1120         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1121         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1122         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1123         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1124         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1125         (_AC_PROG_OBJC_G): New macros.
1126         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1127         * doc/autoconf.texi (Objective C Compiler): New node.
1128         (Preset Output Variables): Document OBJCFLAGS.
1129         (Language Choice): Document `Objective C' language.
1130         (Fortran Compiler): Fix typo.
1131         * NEWS: Updated.
1132         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1134 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1136         * doc/autoconf.texi (Default Includes): Fix typo
1137           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1138         (Limitations of Usual Tools): s/unwriteable/unwritable/
1139         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1140           Fix typos in the comments.
1142 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1144         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1145           Factor out the warning to...
1146         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1147         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1148         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1150         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1151           case `ac_delim' when writing the sed script.
1153         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1154           moved DUALCASE=1 ...
1155         (AS_SHELL_SANITIZE): ... here.
1156         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1157           that it is set.
1159         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1160           AC_SUBST.
1161         (_AC_PATH_PROG): Store the result to VARIABLE.
1162         (AC_PATH_PROG): No need to set VARIABLE again.
1164         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1165           the first one is usual AT_CHECK_MACRO test, the second one checks
1166           that the same works when cross-compiling.
1167         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1168         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1170 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1172         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1173         the directory `/usr/bin/posix' in the shell search, to prefer
1174         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1175         on Tru64.
1177         * doc/autoconf.texi (contents): To fix texi2html output, hide
1178         `@setcontentsaftertitlepage' for HTML.
1179         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1180         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1181         `@,{c}'.
1183 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1185         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1186           sanitizing...
1187         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1188         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1189           why IFS is restored so late; thank you, Ralf, for reminding us.
1191 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1193         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1194           variables in the examples.
1196 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1198         * doc/autoconf.texi (several sections): Cleaned up documentation for
1199         macros in erlang.m4.
1201 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1203         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1204         failure condition for `$(cmd)' style command substitutions.
1205         (Parenthetical command substition, Multiline parenthetical
1206         command substition): Use it.
1208         * doc/autoconf.texi (Special Shell Variables): Missing word.
1209         Reported by Keith Marshall <keith.marshall@total.com>.
1211         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1212         IFS even in case of empty `$PATH'.
1214 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1216         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1217         `expr' away if there is nothing to do.
1218         < --keywords >: Simplify and robustify argument handling.
1219         Revert erroneous comment from 2005-08-23.  Extend to allow
1220         keyword negation with `!'.
1221         Update help message.  Remove broken code to prevent running
1222         tests multiple times.
1223         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1224         Update and fix the documentation accordingly.
1225         * tests/autotest.at (Keywords): Renamed to..
1226         (Keywords and ranges): .. this.  Extended to make sure negated
1227         keywords, keywords taken from AT_SETUP arguments, and numeric
1228         test ranges work, and that matching is case-insensitive.
1230 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1232         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1233         allow to pass unnamed structs even in C++.
1234         (AC_CHECK_SIZEOF):  Likewise.
1235         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1236         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1237         struct): New tests for unnamed structs, each both native and
1238         cross-compiling.
1240         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1241         a structure inside a cast, for C++ conformance.
1242         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1243         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1245         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1246         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1247         trying to execute the command `no'.
1249         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1250         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1251         expanded outside.
1253         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1254         example.  Do not emphasize `$%', it is hardly new and special.
1255         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1257         * doc/autoconf.texi (Limitations of Usual Tools): Document
1258         OpenBSD and traditional `grep' failure to handle multiple
1259         patterns separated by newlines.
1261 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1263         * doc/autoconf.texi (several sections): Add documentation for macros
1264         in erlang.m4.
1266 2006-03-10  Eric Blake  <ebb9@byu.net>
1268         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1269         AC_TRY_LINK_FUNC.
1271 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1273         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1274         like BSD, GPL, LGPL.  Fix minor English typos.
1275         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1276         Mention that these macros are becoming obsolete.
1277         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1278         Use more modern terminology for which standard is what.
1279         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1280         and to ansi2knr.
1281         (AC_PROG_CXX): Likewise.
1282         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1283         Remove obsolete discussion about how to port to K&R.
1284         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1285         the obsolescent AC_HEADER_STDC.
1286         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1287         can't rely on it.
1289 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1291         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1292         Remove stdin redirection from /dev/null to allow pipe to work.
1294 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1296         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1297         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1298         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1299         Ralf Wildenhues.
1301 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1303         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1304         HP-UX sed is 99 commands, not 100.
1305         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1306         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1307         newline for portability.
1308         * tests/torture.at (Torturing config.status): Also test 100
1309         AC_SUBST_FILE invocations.  Fix test to actually verify the
1310         AC_CONFIG_FILES output.
1311         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1312         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1314         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1315         non-suffix rule.
1316         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1317         non-GNU make.
1318         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1319         * tests/mktests.sh: Small shell portability fixes.
1321 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1323         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1324         recommended quoting style and discard unwanted output.
1326 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1328         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1329         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1330         cases, and to work around Tru64 expr bug.
1332 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1334         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1335         expr bug that turns the result of a regex match into a number if
1336         possible.
1338 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1340         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1341         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1342         in section `Specific Compiler Characteristics'.
1344 2006-03-04  Eric Blake  <ebb9@byu.net>
1346         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1347         variable warning.
1349 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1351         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1352         order of variable initialization, so even the Solaris 2.6 shell
1353         can create a config header correctly.  Fixes lots of test suite
1354         failures.
1356 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1358         * doc/autoconf.texi (Text processing Macros): New node to
1359         document the m4sugar macros m4_re_escape, m4_tolower,
1360         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1362 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1364         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1365         XrmInitialize (0) -> XrmInitialize ().
1366         Reported by Toshio Kuratomi.
1368 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1370         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1371         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1372         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1373         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1374         both macros are defun'ed so that required macros are evaluated
1375         outside.
1377         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1378         where a required macro will be expanded.
1379         (Coding Style): Another reason not to use `m4_define'.
1381 2006-02-21  Eric Blake  <ebb9@byu.net>
1383         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1385 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1387         * doc/autoconf.texi (Looping constructs): New node, to
1388         document m4_for, m4_foreach, m4_foreach_w, and mention
1389         obsolete AC_FOREACH.
1390         (Obsolete Macros): Document AC_FOREACH.
1391         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1392         (m4_for): Fix to never loop (almost) endlessly, work correctly
1393         with arithmetic expressions in arguments, a step of zero or
1394         non-integer multiple of the interval, and avoid integer
1395         overflow.
1396         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1397         m4_foreach_w.
1399 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1401         Add basic support for Erlang, both for configuring Erlang/OTP
1402         tools, and Erlang as a conf test language.
1403         * lib/autoconf/erlang.m4: New file.
1404         * lib/autoconf/autoconf.m4: Add erlang.m4.
1405         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1406         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1407         * NEWS: Add short description of new macros.
1408         * THANKS: Add Romain Lenglet.
1410 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1413         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1415 2006-02-15  Eric Blake  <ebb9@byu.net>
1417         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1418         warning.
1420 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1422         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1423         (_AS_CASE): Private helper macro.
1424         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1425         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1426         Fix syntax of AS_IF description
1427         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1428         for the AC_REQUIRE mess.
1429         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1430         AS_SHELL_SANITIZE.
1432 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1434         * doc/autoconf.texi: Minor style cleanup.
1435         Be consistent about spaces after commas.
1436         Insert [] where empty args look a bit funny.
1437         Fix some "i.e." and "e.g." usages.
1438         Try to avoid "X/Y" usages.
1439         Don't be pedantic about "ISO C99"; just say C99.
1440         Prefer GNU style for spaces in front of parens.
1441         (Function Portability): Comment about C89 versus C99
1442         signed integer division.
1443         (Particular Headers): Use current gnulib style for dirent
1444         includes.
1446 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
1447         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1449         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1450         macros without parameters.
1451         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1452         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1453         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1454         `$#' bug.
1455         (autoupdate): Updated to match AU_ALIAS fix.
1457 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1458         and Paul Eggert  <eggert@cs.ucla.edu>
1460         * doc/autoconf.texi (Programming in M4sh): Document
1461         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1463 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1465         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1466         (AS_BOURNE_COMPATIBLE): ..this.
1467         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1469 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1471         * doc/install.texi (Defining Variables): Tighten up the
1472         CONFIG_SHELL wording.
1474 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
1475         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1477         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1478         of (set -o) rather than testing whether (set -o posix) succeeds,
1479         to work around a bug in the AIX 5.3 shell.  Problem originally
1480         reportd by Howard Chu for libtool.
1482 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
1484         * doc/autoconf.texi (Running the Compiler, Running the Linker):
1485         Changes the macro arguments in summaries to match the
1486         descriptions.
1488 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
1490         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1491         hint as ``a workaround for a bug.''
1493 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1495         * bin/autoreconf.in: New option `--no-recursive'.
1496         Improve wording for subpackages a bit.
1497         * doc/autoconf.texi (autoreconf Invocation): Updated.
1498         * NEWS: Updated.
1500         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1501         in environment of `configure', not the command line.
1502         Reported by Howard Chu <hyc@highlandsun.com>.
1504 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1506         * doc/autoconf.texi (Limitations of Builtins): Document the
1507         problem with "trap -".
1509 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
1511         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1512         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1513         messages to differentiate Fortran and Fortran 77 tests.
1514         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1515         AC_LANG_ASSERT, to allow use in mixed-language projects.
1517 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1519         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1520         FOO" to "defined (FOO)".
1521         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1522         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1523         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1524         * tests/tools.at (ifnames): Likewise.
1526 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1528         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1529         * lib/Autom4te/General.pm (mktmpdir): Likewise.
1530         (END): Improve error message a bit.
1531         Reported by Bruce Korb <bkorb@gnu.org>.
1533 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1535         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1536         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1538 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
1540         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1541         requires sys/stream.h.  Reported by Oliver Kiddle.
1543 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1544             Stepan Kasal  <kasal@ucw.cz>
1546         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1547         before the removals of test dirs, use `find' to avoid modification
1548         of symlinked directories.
1550 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1552         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1553         Don't ignore the macro arguments.
1555 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
1557         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1558         declaration that works for MSVC.
1560 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1562         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1563         Add `*.map' and `.inf' for Green Hills compiler.
1564         Reported by Stefan Seefeld <stefan@codesourcery.com>.
1566         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1567         correctly: pad with spaces after FIRST_PREFIX if necessary,
1568         and compute string lenghts with `m4_qlen' instead of `m4_len'.
1569         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1570         * tests/m4sh.at (AS_HELP_STRING): Test extended.
1571         * NEWS: Updated.
1572         Reported by numerous people, numerous times.
1574 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1576         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1577         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1578         * lib/autoconf/general.m4, lib/autoconf/status.m4:
1579         * lib/autotest/general.m4, tests/local.at:
1580         Update copyright year to 2006.
1582         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1583         sed substitutions.
1584         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1585         for file names, again.  Reported by Noah Misch.
1586         (Coding Style): Explain that s|a|b| is preferred for file names.
1587         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1588         (AC_OUTPUT_MAKE_DEFS): Likewise.
1589         * lib/autotest/general.m4 (AT_INIT): Likewise.
1590         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1591         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1593         Fix Posix-conformance bugs re use of { command in sed scripts,
1594         and improve the sed-related documentation a bit.
1595         * doc/autoconf.texi (Installation Directory Variables): Use
1596         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
1597         rather than "sed" when talking about Sed in general.
1598         (Particular Programs): Likewise.
1599         (Coding Style): y is like s with respect to / and ,.
1600         (Limitations of Usual Tools): Document the weird restrictions
1601         that Posix has about { }.  Use better quoting.
1602         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1603         Rewrite to conform to Posix rules about { } in sed scripts.
1604         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1605         * tests/foreign.at (Libtool): Likewise.
1606         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1607         Use our own style advice re 's,a,b,' versus 's|a|b|'.
1609 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1611         * lib/autoconf/status.m4: Fix typo.
1613         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1614         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1615         `-def', for the benefit of Portland `pgf90 -Mipa'.
1616         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1618 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1620         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1621         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1622         shell from zsh to bash.
1624 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
1626         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1627           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
1629 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1631         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1632         parentheses in $(...).  Problem reported by Eric Blake.
1634 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1636         * doc/autoconf.texi (Limitations of Usual Tools):
1637         Mention which characters can be escaped with \ in portable regular
1638         expressions used in grep, sed, expr.  Mention the leading ^ problem
1639         with expr.  Clean up some confusing wording.  Mention which
1640         grep options are portable.
1642 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
1644         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
1646 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1648         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
1649         patch, noted by Ralf Wildenhues.
1651 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1653         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
1654         posix' unconditionally, for pdksh in `native sh' emulation.
1656 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1658         * doc/autoconf.texi (Shellology): Document eval $? problem
1659         with ash.
1660         (Limitations of Builtins): Likewise.
1662 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1664         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
1665         CONFIG_SHELL in the environment of the configure rerun.
1666         * doc/autoconf.texi (Here-Documents, config.status Invocation):
1667         Suggest passing CONFIG_SHELL absolute, and in the environment
1668         rather than as option.
1670 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1672         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1673         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
1674         Fix macro quoting.  Fix output for n * 98 substituted variables.
1676 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1678         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
1679         `tmp' to avoid file removal race.
1681 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1683         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
1684         ac_clean_files and LIBOBJS.
1686 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1688         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
1689         Factor functionality to..
1690         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
1691         `AC_SUBST($1)' in the public version.
1692         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
1693         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
1694         ac_pt_* variables.
1696 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
1698         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
1699         filesystems.
1701 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1703         * NEWS: Move AH_HEADER mention to right place.
1705 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
1707         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
1708         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1710 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
1712         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
1713         conftst2.$ac_objext.
1714         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1716 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
1718         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
1719         conftest.o, to see whether the compiler really obeys; rm the object
1720         file before and after the test and register it with ac_clean_files.
1721         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1723 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
1725         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
1726         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
1727         code so that the most common case requires less forks.
1729 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
1731         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
1732         not portable; thanks to Paul Eggert and Alexandre.
1734         * NEWS: Fix an old typo.
1736 2005-10-20  Jim Meyering  <jim@meyering.net>
1738         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
1739         the latter'', in two places.
1741 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1743         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
1744         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
1745         the inner workings of AC_LANG_FUNC_LINK_TRY.
1746         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
1747         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
1748         by the function rather than ignoring it.
1749         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
1750         comparing its address.  Intel's interprocedural optimization was
1751         outsmarting the old heuristic.  Problem reported by
1752         Mikulas Patocka.
1754 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
1756         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
1758 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1760         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
1761         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
1763 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
1765         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
1766         before removing it (chmod -R u+rwx); there are three instances of this.
1768 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1769             Stepan Kasal  <kasal@ucw.cz>
1771         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
1772         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
1773         make its content writable before removing it.  Remove an errorneous
1774         comment from the end, where the logs of the failed tests are copied
1775         to the main log file.
1777 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
1779         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
1780           in case the computer is too quick.  Double quote the configure.ac
1781           snippets.
1783         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
1784           problems if the testsuite were running too fast.
1786 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1788         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1789         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1790         (which belong to Xt, not X itself).  See Debian bug 327655.
1791         * NEWS: Mention this.
1793 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
1795         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
1797 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1799         * config/move-if-change: Don't output "$2 is unchanged";
1800         suggested by Ben Elliston.  Handle weird characters correctly.
1802 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
1804         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
1805           calls, so that the final expansion of this macro is shorter.
1806           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
1807           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
1808           the cleanup there.  Use AS_VAR_* macros, to be more general.
1809         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
1811         * lib/autoconf/general.m4: Use AS_IF where appropriate.
1813         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
1815 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
1817         * doc/autoconf.texi (Configuration Headers): Add an index entry
1818           for AH_HEADER.
1820 2005-08-26  Pavel Roskin  <proski@gnu.org>
1822         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
1823         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
1824         running xmkmf.
1826 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
1828         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
1829         The previous patch didn't work, so try a better one.
1831 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
1833         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
1834         in the example.  Reported by Bruno Haible.
1835         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
1836         "if $undefined_var;" succeeds with my shell.
1838         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
1839         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
1840         but change the m4_divert_text to m4_divert_once.
1842 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1844         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
1845         Work around bug in Solaris /usr/xpg4/bin/awk.
1846         The bug is present in at least Solaris 8 through 10.
1848 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
1850         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
1851         some evil values and relying on the fact that $* concatenates the
1852         parameters by the first character from IFS.
1854 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
1855             Stepan Kasal  <kasal@ucw.cz>
1857         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
1858         first header appears, define AH_HEADER.
1859         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
1860         Update limitations about when to call AC_CONFIG_HEADERS.
1861         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
1862         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
1863         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
1864         ``Configuration Actions''; fix their index entries.
1866         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
1867         options correctly.  Process N-M as M-N if M is smaller than N.
1868         Process ranges correctly so that N-N will run only N.
1869         Sort and uniquify the tests that will be run.  If there is more
1870         than one test, reinsert the banners for the tests.
1871         * tests/autotest.at (Keywords): Unmark XFAIL.
1873 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
1875         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
1876           before passing the macro name to AH_TEMPLATE.
1878         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
1879           now opens log after option processing; in particular, --version
1880           and --help do not touch config.log.
1882         * Makefile.maint: Revert the change from 2005-08-12.
1884 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
1886         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
1887           common code to...
1888         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
1890 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1892         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
1893         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
1894         Language cleanup.
1896         * doc/autoconf.texi (Defining Symbols, Changed Results):
1897         Prepend to LIBS, not append, in examples.
1899 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
1901         When building in place, set srcdir="."; suggested by Tim Van Holder.
1903         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
1904           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
1905         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
1906         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
1907           does not mean "no --srcdir option".
1909 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1911         * tests/autoscan.at (autoscan): New file.
1912         * tests/suite.at: Use it.
1913         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
1914         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
1916         * tests/autotest.at (Keywords): Test keywords combinations.
1918 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
1920         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
1921           add "2>&1"; gzip 1.2.4 prints help on stderr.
1923 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
1925         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
1926         was pushdef'ed twice while popped only once.  Push it only once.
1927         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
1929 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
1931         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
1932         prefixed by mere "===", not "configure: === ".
1934 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1936         * Makefile.maint: Update from Bison.
1938         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
1939         "<tab>" in comment, so that the point is understandable.
1941 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
1943         Rewrite substantial part of lib/autoconf/status.m4.
1944         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
1945         and CONFIG_COMMANDS are not processed in four separate loops.
1946         Instead, there is one main loop.  This alows that the common code
1947         is expanded only once, thus config.status (and configure) is smaller.
1949         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
1950         the AC_LIST_FILES and cousins macros are no longer used.
1952         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
1953         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
1954         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
1955         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
1956         contain the initialization, nor the for loop, nor the associated
1957         commands; all these go to ...
1958         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
1959         _AC_OUTPUT_CONFIG_STATUS.
1960         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
1961         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
1962         (_AC_OUTPUT_FILE): The creation of the sed script ...
1963         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
1964         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
1965         _AC_OUTPUT_MAIN_LOOP.
1966         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
1967         _AC_CONFIG_COMMANDS): Use ...
1968         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
1969         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
1970         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
1971         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
1972         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
1973         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
1974         ... new macros.
1975         (_AC_CONFIG_UNIQUE): Update.
1976         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
1977         Replaced by this ...
1978         (_AC_LIST_TAGS): ... new common macro.
1979         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
1980         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
1981         (_AC_LIST_TAG_COMMANDS): ... new common macro.
1982         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
1983         this didn't belong to the `config commands' section.
1984         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
1985         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
1986         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
1987         to the `config commands' section either.
1988         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
1989         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
1991         ... and many changes to the comments nearby.
1993         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
1994         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
1995         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1996         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
1997         (#define header templates): The comment at the top of the generated
1998         header now includes the name(s) of the source file(s).
2000         Several unrelated small changes:
2002         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2003         parameter to AC_DIAGNOSE.
2004         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2005         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2006         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2007         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2008         with AU::AC_OUTPUT.
2009         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2010         in AC_OUTPUT doesn't double-quote it either.
2011         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2012         parameters.
2014 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2016         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2017         versions of Portland Group compiler produce single- and double-quoted
2018         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2019         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2021 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2023         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2024         This is a corrected version of yesterday's patch.
2026 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2028         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2029         path, too; insert a "===" to emphasize the line.
2031         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2032           ac_cv_build_alias to ac_build_alias.
2033         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2035         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2036         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2037         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2038         (AC_ARG_VAR): ... here.
2039         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2040           target_alias.
2042         Keep a list of all precious variables and process them with one simple
2043         for loop, instead of expanding all commands, or, OTOH, complicated
2044         processing of output of "set".
2045         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2046         variable names in new macro...
2047         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2048         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2049           a loop to assign all ac_env_* and ac_cv_env_* variables.
2050         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2051           to INIT_PREPARE.
2052         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2053           its value to shell variable ac_precious_vars and call
2054           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2055         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2056           _AC_ARG_VAR_VALIDATE.
2058         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2059           and the AC_SUBSTs ...
2060         (AC_INIT): ... here.
2062         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2063           the ac_subst_files section in config.log.
2065         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2067 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2069         * NEWS: New macro AC_C_TYPEOF.
2070         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2071         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2072         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2074         Fix problems reported by Nicolas Joly.
2075         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2076         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2077         They are generated by the Tru64 v5.1B shell.
2079 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2081         Fix my changes from 2005-07-01; reported by Noah Misch.
2082         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2083         description, the macro now accepts only a single tag.
2084         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2086         Fix cases when the varsions of Autoconf and Autotest don't match.
2087         Reported by Noah Misch.
2088         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2089         at_top_builddir, for compatibility with older autotest.
2090         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2091         is not set, use at_top_builddir, for compatibility with older
2092         versions of autoconf.
2094 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2096         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2097         Problem reported by Patrick Welche.
2099 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2101         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2102         sed substitution command, so that we allow | in program prefixes
2103         and program suffixes.  (& is a problem anyway; we're not fixing
2104         that here.)
2105         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2106         configure_input, top_builddir, srcdir, etc.
2107         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2108         PATH_SEPARATOR in AUTOTEST_PATH.
2110 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2112         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2113         for loop over config.site files using `set', to allow
2114         directory names containing IFS characters.
2116 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2118         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2119         directories with weird names.  Apparently some people like living
2120         on the edge.  However, improve the test that "pwd" actually does
2121         report a name for the working directory.
2122         * NEWS: Remove the claim that we test for funny chars in dir names.
2124 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2126         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2127         replaced ...
2128         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2129         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2130         Now accept a single tag, not whitespace separated list.
2131         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2133 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2135         * doc/autoconf.texi (Configuration Headers): Change the explanation
2136         about #include <config.h>.
2137         (Generic Functions): Mention the Gnulib project.
2138         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2140         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2141         document to output the default config_* lists to config.status.
2142         Don't recognize option --file, if the functionality is not there.
2143         Likewise for --header; moreover, recognize --he and --h as shortcuts
2144         for --help in that case.
2146         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2147         matches the order of execution.  No code changed.
2149 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2151         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2152         single-quoted -cmdline argument in Portland Group compiler.
2153         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2155 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2157         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2159 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2161         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2162         descriptors to child processes; reported by Norman Gray.
2164 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2166         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2168         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2169         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2170         (AC_SUBST): Call it.
2171         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2172         the directory specific variables; but don't call it for configure_input.
2174 2005-06-28  Derek Price  <derek@ximbiot.com>
2176         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2177         addition.
2179 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2181         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2182         directory have inherent problems with special characters like spaces,
2183         due to limitations in Make syntax.  Problem reported by Alexandre
2184         Duret-Lutz.
2185         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2186         Also, fix Tru64 porting problem with shell patterns,
2187         reported by Ralf Wildenhues.
2189 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2191         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2193 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2195         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2197         Fix some more shell quoting problems.  Prompted by a bug report
2198         from Justace Clutter.
2199         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2200         variable into diagnostic.  Make the diagnostic an error, not a warning,
2201         because we really don't support spaces and suchlike in dir names.
2202         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2203         Don't worry about backslashes in srcdir; it can't happen now.
2204         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2205         Simplify ac_optarg handling.
2206         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2208 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2210         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2211         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2212         * tests/atlocal.in: Propagate $EGREP and $SED.
2213         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2214         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2216         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2217         that '\|' is not allowed in BREs; recommend using newline separated
2218         list of patterns instead of multiple -e options.
2220         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2222         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2224 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2226         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2228 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2230         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2231         b, t, r, w commands require single space, while : cannot have any.
2232         (Special Shell Variables): Fix sed code this in the example.
2233         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2234         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2236         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2237         expand to the empty list.  Don't use two pairs of m4_changequote,
2238         it's not necessary.
2240 2005-06-20  Derek Price  <derek@ximbiot.com>
2242         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2244 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2246         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2247         * doc/autoconf.texi:
2248         Don't mention Solaris versions so much, if a
2249         problem is common to all extant versions of Solaris.  Say "SunOS
2250         4" instead of "SunOS" for SunOS 4.
2251         (awk): Mention more of the limitations of traditional Awk.
2252         (cat): Don't talk about cat -v.
2254 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2256         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2257         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2258         but the implementation is entirely different and is designed
2259         to be compatible with glibc strverscmp.
2260         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2262         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2263         on Mac OS X 10.4 reported by Peter O'Gorman in:
2264         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2265         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2266         Use shell builtins rather than 'expr', to work around expr bug.
2268 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2270         * doc/autoconf.texi: "filesystem" -> "file system".
2271         "behaviour" -> "behavior".
2272         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2273         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2274         as per POSIX.
2275         * lib/m4sugar/m4sh.m4: Likewise.
2276         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2277         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2279         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2280         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2281         to update the man page.  That way, we don't have to check in new
2282         man pages every month.
2284         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2285         quotes and backslashes.  Patch from Derek Price.
2287 2005-06-10  Derek Price  <derek@ximbiot.com>
2289         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2290         AS_TR_SH.
2292 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2294         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2295         -u, since it outputs chatter if the input files are the same.
2296         Problem reported by Ralf Menzel.
2298 2005-06-08  Derek Price  <derek@ximbiot.com>
2300         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2301         renaming them since they are about to be redefined anyhow.
2303 2005-06-08  Derek Price  <derek@ximbiot.com>
2305         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2306         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2307         Move m4_undefine to alphabetical order.
2309 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2311         * README: Recommend GNU M4 1.4.3 or later.
2312         * doc/autoconf.texi (Introduction): Likewise.
2313         Reword to avoid some formatting glitches.
2314         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2315         Clarify explanation of HP compiler bug.
2316         Redo example output tp match current CVS snapshot.
2317         Use @example.org in email addresses when the examples
2318         might get inadvertently cut-and-pasted into user code.
2319         Remove example of autom4te usage that doesn't seem to work now.
2320         Use modern AC_INIT (except when the example is meant to be
2321         shown with Autoconf 2.13).
2322         Update ksh info for Solaris 9 and later.
2323         KB -> kB.
2324         Modernize description of Automake versions a bit.
2325         Don't claim a future version of Autoconf is near.
2326         * doc/install.texi: Reword to avoid some formatting glitches.
2328 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330         * doc/autoconf.texi: Add [] to examples, so that the manual
2331         follows its own advice about quoting better.
2332         Reword to avoid some formatting glitches.
2333         * doc/installt.exi: Reword to avoid some formatting glitches.
2335         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2336         Tru64 ksh pattern matching bug.  Reported against Libtool by
2337         Albert Chin <libtool@mlists.thewrittenword.com> and
2338         Nicolas Joly <njoly@pasteur.fr>.
2340 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2342         m4_cdr of one-member list was [[]] (one-member list containing an
2343         empty string) instead of [] (an empty list.  Callers were skewed to
2344         match this misbehaviour.  As a consequence of this:
2345          - m4_foreach([x], [], [foo]) expanded to `foo', while
2346          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2347         This bug has been fixed:
2349         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2350           expand to an empty string; print error msg if called without
2351           an argument list.
2352         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2353           misbehaviour; handle [] and [[]] correctly.
2355 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2357         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2358         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2359           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2361 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2363         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2364           swallow records with more than 99 fields.
2365         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2366           parse the long line.
2368 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2370         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2371           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2372         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2373           to workaround this limitation.
2375 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2377         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2378         to gfortran, and make these the first two compiler names
2379         checked (following the general autoconf preference for gcc).
2381 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
2383         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2384         (DISTCLEANFILES): Remove $(check_SCRIPTS).
2385         (testsuite): Make sure autotest.m4f is up-to-date before using it.
2387 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2389         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2390         expression of unbounded size when processing the --list
2391         option.  This runs afoul of a limit of 399 bytes per regular
2392         expression on AIX.  Problem reported by Ralf Wildenhues.
2394 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2396         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2397         * doc/autoconf.texi (Particular Headers): Reword example
2398         for multiline stdbool replacement.
2399         (Setting Output Variables): Reword text a bit.  Don't
2400         give all the details about |#_!!_#|.
2401         Reword description of line replacement.
2403 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
2405         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2406         now contain newlines, and substituted files must be referenced on
2407         a line alone; the sed scripts to substitute them are now very
2408         different.
2409         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2410         commands can be put in a sed script portably.
2411         * doc/autoconf.texi (Setting Output Variables): Document above
2412         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2413         use of multiline substitution.
2414         * tests/torture.at: No longer expect substitution of newline to fail.
2416 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2418         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2419         From Ralf Menzel (trivial change).
2421 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
2423         * tests/local.at: Don't attempt to check for negated character
2424         classes in shell scripts.  The test was too brittle.
2426 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
2428         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2429         * doc/autoconf.texi (Limitations of Builtins): Document this
2430           limitation.
2432 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
2434         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2435           common code; used in many places in the tree.
2436         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2437         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2439         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2441         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2442           messages when ac_unique_file is not found.
2443         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2444         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2445           commands, for consistency with AC_MSG_ERROR and such.
2447         * bin/autoconf.as: Make more use of "shift 2" in option processing.
2449         * bin/Makefile.am: Merge the two rules for creating scripts.
2451 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
2453         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2454         obsolete; it was never documented.
2455         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2457 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2459         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2460         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2461         (ac_top_builddir): ... this ...
2462         (ac_top_build_prefix): ... to this; the old name is also kept, for
2463           backward compatibility.
2464         (ac_top_builddir_sub): New variable, without the trailing slash,
2465           always nonempty.
2466         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2467         * doc/autoconf.texi (Configuration Actions): Rename
2468           ac_top_builddir to ac_top_build_prefix.
2469         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2470           at_top_builddir to at_top_build_prefix.
2471         * lib/autotest/general.m4 (AT_INIT): Likewise.
2473 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
2475         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2476           of confdefs.h .
2478 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2480         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2481           argument to m4_foreach.  I guess it was necessary in the past,
2482           but I think it's a no-op now.
2484 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
2486         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2487           ``cat <<_ACEOF'' commands to one.
2488         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2489         * lib/autoconf/status.m4: On various places, use expr instead of
2490           ``echo|sed.''
2491         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2492         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2493         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2494           a range.
2495         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2496           the wrong patterns between ``case'' and ``esac.''  The previous
2497           code had false positives.
2499 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2501         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2502         as on 2005-05-02.
2503         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2504         Mention LIBOBJDIR.
2506 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2508         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2509         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2510         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2511         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2512         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2513         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2514         config/config.guess, config/config.sub, config/elisp-comp,
2515         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2516         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2517         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2518         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2519         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2520         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2521         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2522         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2523         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2524         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2525         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2526         lib/autoconf/general.m4, lib/autoconf/headers.m4,
2527         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2528         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2529         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2530         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2531         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2532         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2533         lib/autotest/general.m4, lib/emacs/Makefile.am,
2534         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2535         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2536         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2537         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2538         tests/compile.at, tests/foreign.at, tests/fortran.at,
2539         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2540         tests/semantics.at, tests/suite.at, tests/tools.at,
2541         tests/torture.at, tests/wrapper.as:
2542         Update FSF postal mail address.
2544 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
2546         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2547           check.
2548         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2549           enough arguments, similarly as in m4_bpatsubsts.
2551 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
2553         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2554           of absolute paths.
2556 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
2558         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2559           for absolute directory names in one loop.
2560         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2561           abbreviations of --version and --debug.
2563 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2565         * doc/autoconf.texi (Autoconf Language): Be more precise about
2566         quoting rules.  Problems noted by Stepan Kasal.
2567         Also, throughout this document, be more careful about white space.
2568         "blank", "white space", and "space" all have different meanings
2569         and we should be careful to say what we mean.
2571 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
2573         Fix C++ related problems reported by Werner Lemberg.
2574         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2575         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2576         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2577         avoid problems with C++ and throw.
2578         * tests/compile.at: .cpp, not .cc.
2580         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2582 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2584         * doc/autoconf.texi (Generic Functions): Typos.
2586 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
2588         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2589         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2590         set by latest automake.
2592 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2594         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2595         outputs 0 on GNU/Linux these days.
2597 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2599         * doc/autoconf.texi (Autoconf Language): Add more description
2600         about quoting heuristics.
2601         (Limitations of Builtins): Describe "set -" problems.
2603 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2605         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2606         not newline.
2608         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2609         by AC_DEFINE; it was a mistake.
2610         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2612 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
2614         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2616 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
2618         * doc/autoconf.texi (External Software): Quadrigraphs are not
2619           processed correctly in AS_HELP_STRING; avoid this in the examples.
2620         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2621         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2622           comment and reduce m4_default([foo], []) to [foo].
2623         (m4_strip): Update the explanation.
2625 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2627         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2628         Remove core.conftest.* too; it's generated by Tru64 5.1.
2629         Problem reported by Jennis Pruett.
2630         * lib/autoconf/functions.m4
2631         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2632         Don't bother to remove core files; AC_RUN_IFELSE should do that
2633         for you.
2635 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
2637         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
2639 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
2641         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
2642         Report from Horst Wente.
2644 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
2646         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
2647           the comment.
2649 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
2651         * doc/autoconf.texi (External Software, Package Options): Add
2652           examples showing how to implement --with-* and --enable-* options.
2654 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2656         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
2657         as well as configure.in.  Problem reported by Gregorio Guidi.
2659 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2661         * doc/autoconf.texi (Particular Functions): Use gnulib's current
2662         pattern for alloca snippet.
2664 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
2666         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
2668 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
2670         * doc/autoconf.texi (Generic Programs): Fix a typo.
2672 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2674         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
2675         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
2677 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2679         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
2680         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
2681         whole-archive (-zallextract, -zdefaultextract) options in the hope of
2682         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
2683         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
2685 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
2687         * NEWS: The configure command now warns you if you attempt to use
2688         a directory whose name contains a special character like space,
2689         newline, or "\".
2690         * doc/autoconf.texi (Installation Directory Variables): Allow
2691         "," in file names.  Do not use \@; it's not a portable regexp.
2692         * bin/Makefile.am (edit): Likewise.
2693         * lib/Makefile.am (edit): Likewise.
2694         * tests/Makefile.am (edit): Likewise.
2695         * tests/semantics.at: Likewise.
2696         * tests/torture.at: Likewise.
2697         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
2698         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
2699         * doc/autoconf.texi (File System Conventions): Warn about
2700         unportable file names.
2701         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
2702         (AC_INIT): Use it.
2703         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
2704         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
2705         ac_pwd, and quote srcdir.
2706         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
2708         * doc/autoconf.texi: Fix some systematic formatting problems.
2709         ".)"  needs a following @: if not at the end of a sentence, and
2710         similarly for "!)".  "etc." should be preceded by a comma.
2711         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
2713 2005-03-22  Bruno Haible  <bruno@clisp.org>
2715         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
2716         argument is often called 'build-aux'.
2718 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
2720         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
2721           macro AC_TRY_LINK is obsolete.
2722         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
2723           `AC_CONFIG_FILES'.
2725 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
2727         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
2728           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
2729           from a Common Lisp's `cl'.
2730         (AC_PROG_CXX): Behave according to the documentation: don't
2731           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
2732           make the variable CCC precious; use `cl.exe', not `cl'.
2734 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
2735             Alexandre Duret-Lutz  <adl@gnu.org>
2737         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
2738         /dev/null, as "configure" shouldn't read stdin, and this insulates
2739         us from problems (e.g., when testing for "cl").  Also, do this
2740         redirection before invoking "hostname" or "uname", and keep the
2741         original input stream available via...
2742         (AS_ORIGINAL_STDIN_FD): ... this new macro.
2743         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
2744         bother with "</dev/null" since it's now done at the top of
2745         'configure'.
2746         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
2747         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2748         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
2749         * doc/autoconf.texi (File Descriptor Macros): New section.
2750         (Printing Messages): Mention it.
2751         * tests/base.at (Input/Output): New test.
2753 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
2755         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
2756         newline if neither \c nor -n work, as that would output two
2757         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
2759 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
2761         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
2762         This causes that any required macros inside will get before the if.
2763         * doc/autoconf.texi (autom4te.cache): A typo.
2765 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2767         Undo previous change, except keep the change to
2768         lib/autoconf/programs.m4 that replaced grep with shell
2769         pattern-matching.  This is because net-snmp configure reads stdin.
2770         Reported by Noah Misch.
2772 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
2774         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
2775         from /dev/null, as "configure" shouldn't read stdin, and this
2776         insulates us from problems (e.g., when testing for "cl").
2777         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
2778         before invoking "hostname" or "uname".
2779         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2780         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
2781         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
2782         "</dev/null" since it's now done at the top of 'configure'.
2783         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2784         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
2785         Also, replace grep with shell pattern-matching, to save a process.
2787 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
2789         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2790         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
2791         avoid thinking that Allegro Common Lisp's "cl" command is a C++
2792         compiler.
2794 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2796         * doc/autoconf.texi (Limitations of Usual Tools): Document that
2797         grep -q isn't portable.  Improve grep -s explanation.
2798         Problem reported by Dan Manthey.
2800 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
2802         * doc/autoconf.texi (Special Shell Variables): Clarify
2803         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
2805 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2807         * doc/autoconf.texi: Use @acronym for DJGPP.
2808         Fix some @code's that should have been @env's, and vice versa.
2809         Sort environment variable names.
2810         Mention that shells no longer inherit IFS.
2811         Don't recommend PATH_SEPARATOR=';' so strongly.
2812         Mention that $RANDOM might expand to the empty string.
2813         "symlink" and "soft link" -> "symbolic link".
2814         Improve mktemp description (reported by Bruno Haible).
2816 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2818         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
2819         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
2820         Likewise.
2821         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
2822         Likewise.
2824 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2826         * NEWS: Mention AT_COPYRIGHT.
2828         * tests/local.at (AT_CMP): Use diff directly on input files rather
2829         than copying them.
2831         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
2832         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
2834 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
2835         and Paul Eggert  <eggert@cs.ucla.edu>
2837         * tests/autotest.at (Empty test suite): New test.
2838         * tests/torture.at (Substitute and define special characters)
2839         (Substitute a 2000-byte string, Define to a 2000-byte string)
2840         (Substitute a newline, Define a newline): New tests.
2842 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
2844         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
2845         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
2846         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
2847         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
2848         (Standard regular expressions): New test.
2849         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
2850         excess test name quoting.
2851         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
2852         CPPFLAGS to `configure' instead of setting it in `configure'.
2854         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
2855         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
2856         on some platforms.
2858         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
2859         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
2861         * tests/local.at (AT_CMP): New macro.
2862         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
2863         (AC_SAVE_STATE): Move environment grep...
2864         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
2865         (AT_CONFIG_CMP): New macro.
2866         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
2867         * tests/c.at (Extensions): Do not exit early.
2868         * tests/atlocal.in: Inherit $GREP.
2870         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
2871         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
2873         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
2874         (AC_COPYRIGHT): Factor header comment portion out and move into...
2875         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
2876         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
2877         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
2878         --version output.
2879         * tests/local.at: Add Autoconf test suite copyright notice.
2880         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
2882 2005-02-04  Bruno Haible  <bruno@clisp.org>
2883         and Paul Eggert  <eggert@cs.ucla.edu>
2885         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
2887 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2889         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
2890         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
2892         Try not to generated lines of unlimited length, as POSIX places a
2893         2047-byte limit on line length of portable text files.
2894         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
2895         Use newline as a separator, not space.
2896         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
2897         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
2898         space.
2900 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2902         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
2903         as_func_*.  Add test to check whether positional parameters
2904         are restored after function return.
2906 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2908         * doc/autoconf.texi (Special Shell Variables): Mention _,
2909         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
2910         if they contain a lower-case letter.  The DUALCASE problem was
2911         reported by Ralf Wildenhues.
2913         * bin/autoconf.as: Don't exit with status 0 after write failure
2914         with --help or --version.
2915         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
2916         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
2918 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2920         * doc/autoconf.texi (Limitations of Usual Tools):
2921         Unicos 9 sed limitations.
2922         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
2923         to get the option-enhanced interface on older Crays.  Try ftn for
2924         Fortran 95 (newer Crays).
2926 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2928         * man/Makefile.am (.x.1): Go back to the simple solution, but take
2929         care to echo the commands, so the user knows what's going on.
2930         Modified from a suggestion by Stepan Kasal.
2932         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
2933         with a cross reference.  Derived from a suggestion by Bruce Korb.
2935 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2937         * doc/autoconf.texi (config.status Invocation): Warn about
2938         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
2939         * doc/install.texi (Defining Variables): Likewise.
2940         Based on a proposed patch by Ralf Wildenhues.
2942         * man/Makefile.am (.x.1): Make sure the required generated files
2943         are up to date.  Problem and original solution proposed by Stepan Kasal.
2944         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
2945         implicit-man-prerequisites): New rules, used by the above.
2947         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
2948         * config/config.guess, config/config.sub, config/install-sh: Likewise.
2949         * config/missing, config/texinfo.tex: Likewise.
2951 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
2953         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
2954         Update the long comment explaining it.
2956         m4_require no longer writes an ``is required by'' line to the
2957         execution stack.  It contains only one bit of non-redundant
2958         information: that the macro was required, not called.  And even
2959         this bit is useless in most situations: have you ever met a macro
2960         which both calls and requires the same macro?
2962         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
2963         (_m4_defun_pro_outer): ... only via this macro, for the outermost
2964           macro.
2965         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
2966         (m4_expansion_stack_pop): Remove the misplaced comment.
2967         (m4_require): Don't put the ``is required by'' line to the
2968           execution stack; slightly improve the out-of-a-defun error message.
2969         (_m4_divert_grow): New macro, counter for the temporary diversions.
2970         (_m4_require_call): Use it.
2971         * tests/m4sugar.at (m4_require): Expect output without the
2972           ``is required by'' messages.
2974 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2976         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
2977         rather than x for expr.
2979         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
2980         this is safe.
2981         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
2982         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2983         * lib/autotest/general.m4 (AT_INIT): Likewise.
2984         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
2985         * tests/mktests.sh: Likewise.
2987 2005-01-27  Akim Demaille  <akim@epita.fr>
2989         Have autoheader honor --force.
2991         * doc/make-stds.texi, doc/standards.texi: Update from masters.
2992         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
2993         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
2994         from masters, so that FileUtils.pm's update_file provide --force
2995         support.
2996         * bin/autoheader.in: Pass $force to update_file so that
2997         config.h.in is always recreated when --force.
2999 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3001         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3003 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3005         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3006         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3008 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3010         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3011         Warn about newline stripping in `` and $().  Update Solaris
3012         version to 9.
3013         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3014         X insulates us from future changes to Posix.
3015         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3016         stripping.
3018 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3020         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3021           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3023 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3025         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3026         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3027         bug-tar mailing list.
3029 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3031         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3033 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3035         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3036         ulongval to be static, to avoid unwanted GCC warning.  Problem
3037         reported by Michael Jennings via Daniel Reed; see
3038         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3040 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3042         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3043         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3044         datadir, infodir, and mandir.  Adjust argument parsing code.
3045         (_AC_INIT_HELP): Update help text.
3046         * doc/autoconf.texi (Installation Directory Variables): Document
3047         new variables.
3049 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3051         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3052         not seem to work, assume it does set $(MAKE).
3053         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3055 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3057         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3059 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3061         A cleanup of the diversion support in m4sugar.
3063         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3064         (_m4_divert_n_stack): New macro; the expansion is
3065           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3066           otherwise.
3067         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3068         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3069           stored in _m4_divert_diversion or _m4_divert_dump.
3070         (m4_divert_pop): When the parameter is given, compare the symbolic
3071           name with the last diversion pushed on the stack.  Previously, the
3072           current diversion was compared with the numeric value of the
3073           diversion given as the parameter.
3074         (m4_require): If the macro hasn't been expanded yet, call ...
3075         (_m4_require_call): this new macro.
3077 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3079         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3080         Workarounds for documented `case' limitations.
3082 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3084         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3085         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3087 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3089         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3090         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3091         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3093         Patch from Roger Leigh (with some minor changes) as follows:
3094         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3095         Resurrect AC_PROG_CC_STDC.
3096         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3097         AC_PROG_CC_C89, AC_PROG_CC_C99.
3098         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3099         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3100         AC_PROG_CC_C99): New macros.
3101         (AC_PROG_CC_STDC): Use them.
3102         (_AC_PROG_CC_STDC): Remove.
3103         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3104         * THANKS: Add Roger Leigh.
3106 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3108         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3109         signals that the package uses Automake; a `Makefile.am' is typical but
3110         not essential.  Reported by Magnus Therning.
3111         * tests/torture.at (autoreconf.): New banner.
3112         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3113         AC_CONFIG_SUBDIRS'.
3114         (autoreconf an empty directory): Rename to `Empty directory'.
3115         (Unusual Automake input files): New test.
3117 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3119         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3120         (AT_SETUP): Clear AT_capture_files.
3121         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3122         (AT_KEYWORDS): Fix comment typo.
3123         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3124         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3125         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3127 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3129         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3130         If the variable to set is already set, set ac_cv_path_$1
3131         to the preset value so caller can assume ac_cv_path_$1
3132         is available.  (trivial change)
3134 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3136         * BUGS (Minor Problems): Warn about makefile limitations.
3137         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3138         * man/Makefile.am: Find and update manual pages in $(srcdir).
3140 2004-12-24  Eric Blake  <ebb9@byu.net>
3142         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3143         shells in subshell, to avoid noise from ash.  (trivial change)
3145 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3147         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3148         problems with SunOS ksh and backslash escaping, Bourne shells and
3149         closing brackets (both within character classes).  Bug reported
3150         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3151         <read>: New entry.  Mention non-availability of -r.
3153 2004-12-21  Akim Demaille  <akim@epita.fr>
3155         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3156         avoid cluttering displayed messages.  Rather, prepend srcdir where
3157         AT_LINE is used for log files.
3159 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3161         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3162         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3163           no longer part of the macro, quote the occurrence of ``$tmp''.
3164         * doc/autoconf.texi (Forbidden Patterns): Typo.
3166 2004-12-21  Akim Demaille  <akim@epita.fr>
3168         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3169         separated from the test title by forcing a white space.
3171 2004-12-21  Akim Demaille  <akim@epita.fr>
3173         Enable Emacs navigation within testsuite.log files.
3175         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3176         use the compilation mode.
3177         (AT_LINE): Point to the srcdir.
3179 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3181         * tests/Makefile.am (installcheck-local): Use $(bindir).
3182         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3183         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3184         Makefile.am scheme Autoconf now uses.
3186 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3188         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3189         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3191 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3193         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3194         (_AT_CHECK): Use it.
3195         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3196         (AS_ESCAPE): Fix comment.
3197         * tests/autotest.at: Adjust section banner comments.
3198         (AT_CHECK_AT): Accept STATUS and STDERR.
3199         (AT_CHECK_AT_TEST): Likewise.
3200         (Invalid brace-enclosed parameter expansion)
3201         (Multiline command from M4 expansion)
3202         (Double-M4-quoted command): New tests.
3204 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3206         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3208 2004-12-17  Akim Demaille  <akim@epita.fr>
3210         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3211         m4_pattern_allow.
3212         Suggested by Alexandre Duret-Lutz.
3213         * doc/autoconf.texi (Setting Output Variables): Catch up.
3215 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3217         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3219 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3221         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3222           remove the comment which said we cannot.
3224 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3226         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3227         Reini Urban and Paul Eggert for reporting the dependencies.
3229         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3230         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3231         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3233 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3235         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3236           so that eg. ``autoscan --help'' doesn't truncate it.
3238 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3240         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3241         generated conftest files.
3243 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3245         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3246         tracing on commands with possibly-escaped newlines.
3247         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3248         discontinued behavior and its implications.
3249         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3250         (BSx641-newline in command, BS-BS-newline in command)
3251         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3252         (Single-quote-BS-newline in command)
3253         (Single-quote-newline-BS-newline in command): New tests.
3255 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3257         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3258           on platforms where it works.
3259         (_AS_TEST_PREPARE): Test for ``test -x''.
3260         (_AS_BROKEN_TEST_PREPARE): Nuke.
3262 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3264         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3265         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3266           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3267         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3268           create the temporary directory.
3269         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3271 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3273         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3274         (trivial change)
3276 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3278         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3280 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3282         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3283         to avoid using a negated character class.  Reported by Nicolas Joly.
3284         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3286 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3288         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3289         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3290         Don't depend on .x file explicitly, since "make" does that for us.
3291         Suggested by Stepan Kasal.
3293         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3294         Add *.tmp.
3295         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3296         ifnames): Factor common code.  And they said it couldn't be done!
3298 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3300         * bin/.cvsignore: Add autoconf.in.
3301         * tests/.cvsignore: Add wrapper.in.
3302         * lib/autotest/general.m4: Escape '$' in case pattern.
3304 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3306         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3308         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3310         * tests/autotest.at: New file.
3311         * tests/suite.at: Include it.
3312         * tests/Makefile.am: Distribute it.
3314         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3315           shell tracing on a command that could contain multiple lines.
3316         * doc/autoconf.text: Document that fact and its implications.
3317         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3318         * tests/autotest.at (Multiline backquote command substitution,
3319           Multiline parameter expansion, Literal multiline command,
3320           Multiline parenthetical command substitution): Remove XFAIL.
3322 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3324         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3325         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3327 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3329         * configure.ac (test suite): Cease to generate wrapper scripts.
3330         * configure: Regenerate.
3331         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3332         (m4f_dependencies): Adjust accordingly.
3333         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3334         (wrapper.in): Generate it in the build directory.
3335         (MAINTAINERCLEANFILES): Delete wrapper.in.
3336         (CLEANFILES): Add wrapper.in.
3337         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3338         the output.  Replace each $as_me with a @wrap_program@.
3339         * tests/wrapper.in: Delete it; we always build it.
3341         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3342         (EXTRA_DIST): Remove autoconf.in.
3343         (CLEANFILES): Add autoconf.in.
3344         (autoconf): Find autoconf.in in the build directory.
3345         * bin/autoconf.in: Delete it; we always build it.
3347 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3349         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3350         PATH members so as to not prepend an empty element.  Move a comment.
3351         * Makefile.am (SUBDIRS): Build in `tests' last.
3352         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3354 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3356         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3357         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3358         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3359         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3361 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3363         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3364         patch: extra "-l"s.
3366 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3368         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3369         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3370         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3372 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3374         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3375           out the common code to ...
3376         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3377           value of the #define--default to 1, iff the macro was called
3378           with exactly one parameter.
3380 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3382         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3383         "char c = '\200';" rather than "char c = 0x80;" as the
3384         latter doesn't conform to the strict C standard due to
3385         overflow on signed char hosts.
3387         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3388         to -qlanglvl=ansi.  We don't want to disable extensions.
3390 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3392         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3393         (Using Autotest, testsuite Scripts, Writing testsuite.at):
3394         Reword slightly to avoid some English-language problems noted
3395         by Ralf Wildenhues in:
3396         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3398 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
3400         * NEWS: Add ^L above each release.
3402 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3404         Fix documentation problems reported by Russ Boylan in
3405         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3406         along with some nearby cruft.
3407         * doc/autoconf.texi (Libtool): Libtool can be used without
3408         Automake (not without Autoconf).
3409         (Introduction): Mention lists.gnu.org.
3410         * BUGS: Don't mention bugs.gnu.org.
3411         Remove mention of ancient libtool compatibility problem.
3412         * NEWS: Mention that bugs.gnu.org is kaput.
3413         * README: Likewise.  Mention where mailing list archives can be found.
3415 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
3417         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3418         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3420 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3422         * doc/autoconf.texi (Pretty Help Strings): Go back to
3423         single-quoting assignments to cache variables.
3425 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
3427         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3428         with the examples; fix the bug in MY_ARG_WITH example reported
3429         by Alexandre Duret-Lutz.
3430         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3431         expansion of $1 in the comment emitted to configure.
3433 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
3435         * doc/autoconf.texi (Pretty Help Strings): Fix typo
3436         in my editing of the previous patch.  Problem reported
3437         by Alexandre Duret-Lutz.
3439 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
3441         * doc/autoconf.texi (Autoconf Language): Explain that
3442         ``descriptions'' may not be double quotes.
3443         (Quotation Rule Of Thumb): Likewise.
3444         (Pretty Help Strings): Likewise; remove the wrong comment;
3445         simplify the examples and improve their quoting.
3447 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
3449         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3450         the $1_found variable, don't test whether the file is executable;
3451         Both things are checked ...
3452         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3453         the former ``test -f''.
3454         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3456 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
3458         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3459         use cp -R instead.
3461 2004-11-10  Derek R. Price  <derek@ximbiot.com>
3463         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3464         limitations.  Reorder paragraphs for clarity.
3466 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3468         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3469         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3470         variants", "Unix", and some related minor wording fixups.
3472         (Shellology, Special Shell Variables): Document that the Zsh
3473         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
3474         to Alexandre Duret-Lutz for this info.
3476 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
3478         * doc/autoconf.texi (One-Shot Macros): New node.
3480 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
3482         * doc/autoconf.texi (Function Portability): Fix misdescription
3483         of putenv.  Problem reported by Michael Wardle.
3485 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
3487         * doc/autoconf.texi (auindex): New macro.
3488         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3489         Problem reported by Stepan Kasal.
3491 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3493         Fix problems reported by Andreas Buening in:
3494         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3495         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3496         in test makefile.
3497         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3498         readable; it's not true in OS/2-emx.
3500 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
3502         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3503         "/usr/include", clear ac_x_includes instead of leaving it as "no"
3504         (trivial change).  Problem and patch reported by Andrew Church in:
3505         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3507 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3509         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3510         three args in examples.  Problem reported by Frederik Fouvry in:
3511         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3512         Also, fix some minor spacing and punctuation bugs.
3514 2004-09-02  Akim Demaille  <akim@epita.fr>
3516         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3517         "case" to restore ordering.
3518         Reported by Stepan Kasal.
3520 2004-08-26  Akim Demaille  <akim@epita.fr>
3522         * doc/autoconf.texi: Minor typos and stylos.
3524 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3526         * configure.ac (AC_INIT): Bump to 2.59c.
3528 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3530         Version 2.59b.
3532         * README: Add advice about m4 1.4.2.
3534         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3535         texinfo.tex for now (done by hand now).
3536         * Makefile.maint (wget_files, cvs_files):
3537         Remove ansi2knr.c; nobody uses it.
3538         (ansi2knr.c-url_prefix): Remove.
3539         (cvs-update): Fix test for failure.  I don't know why it ever
3540         worked...
3542         * doc/autoconf.texi: Update URLs, some of which went stale.
3543         Use @uref rather than @href.
3545         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3546         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
3548         * config/config.guess, config/config.sub, config/elisp-comp,
3549         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3550         doc/fdl.texi, doc/standards.texi: Sync with master copy.
3552         * NEWS, TODO, configure.ac, bin/autoscan.in,
3553         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3554         doc/install.texi, lib/Autom4te/Configure_ac.pm,
3555         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3556         lib/autoconf/programs.m4, lib/autoconf/status.m4,
3557         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3558         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3559         tests/tools.at, tests/torture.at:
3560         Use "file name" rather than "filename" or "path",
3561         to be consistent with the terminology of the GNU coding standards.
3563 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3565         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3566         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3567         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
3568         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3570         More fixes to support spaces in the name of the build directory.
3571         This isn't a complete fix but it's an improvement.
3573         * bin/autoconf.as (autom4te_options): New var.
3574         Use it instead of appending to AUTOM4TE, so that we can allow
3575         spaces in the build directory's absolute name.
3576         * bin/autoheader.in ($autoconf): Allow spaces in file names.
3577         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3578         AT_CHECK_NOESCAPE): Likewise.
3579         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3580         main program): Likewise.
3582 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3584         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3585         From Ralf Corsepius in:
3586         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3588 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
3590         * doc/autoconf.texi (Function Portability): Document isinf and
3591         and isnan.  From a suggestion by Kevin Ryde.
3593         * lib/Autom4te/General.pm (END): Return correct exit status even
3594         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
3596 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3598         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3599         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
3600         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3602 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
3604         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3605         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3606         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3607         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3608         * lib/autom4te.in (Automake-preselections): Preselect
3609         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
3611 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
3613         * lib/autom4te.in (Automake-preselections): Preselect
3614         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
3615         trace them.
3617 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3619         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3620         Tru64.
3621         * doc/autoconf.texi (Shellology): Mention BIN_SH.
3622         Document problem with "`""`" in pdksh POSIX mode.
3624 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
3626         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3627         with pdksh, too.  Problem reported by Patrick Welche via
3628         Gary V. Vaughan.
3629         * doc/autoconf.texi (Shellology): Note that set -o posix is
3630         useful for pkdsh, too.
3632 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
3634         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3635         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3636         Don't fail if ENV or BASH_ENV is readonly.
3637         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
3638         etc. are read only.  Problem reported by Ludovic Courtes.
3640 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
3642         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
3643         zsh, disable GLOB_SUBST to avoid backslash handling problems.
3644         (trivial change)
3646 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
3648         * doc/autoconf.texi (File System Conventions): Warn about
3649         names like "aux".  Problem reported by Eric Blake.
3651         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
3652         by zero instead of array size, so that we can use any arithmetic
3653         constant expression (instead of requiring an integer constant
3654         expression).  This allows us to test expressions like DBL_MAX <
3655         LDBL_MAX, which didn't conform to the C standard using the old
3656         method.
3657         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
3658         now that we can do floating-point tests at compile time.
3660 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3662         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
3663         and LDBL_EPSILON, as the resulting expression isn't an
3664         integer constant expression and violates the C standard.
3665         Problem reported by Nelson H. F. Beebe.  Also, check
3666         for "L" suffix, and check that long double doesn't have
3667         worse range or precision than double, that mixed-mode
3668         arithmetic doesn't generate a diagnostic, that double
3669         constants fit in long double.
3671 2004-06-03  Kevin Ryde  <user42@zip.com.au>
3673         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
3674         malloc(0) and realloc(NULL,size).
3676         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
3677         Bob Proulx.
3679 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
3681         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
3682         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
3683         by Jim Meyering.
3685 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
3687         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
3688         can be rewritten using if-then-else.  Suggested by Bruno Haible.
3690 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3692         * doc/autoconf.texi (testsuite Scripts): Fix typo.
3693         Problem reported by Stepan Kasal.
3695 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
3697         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
3698         change).  Patch reported by Ralf Wildenhues in
3699         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
3701         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
3702         function F exists if the compiler and linker let you compile an
3703         expression like (F != 0).  Recent versions of GCC optimize away
3704         the reference to F in that case, since every function address must
3705         be nonzero, so the link succeeds even if F does not exist.
3706         Problem reported by Manu in
3707         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
3709         * doc/autoconf.texi (Systemology): Standardize on the spelling of
3710         "Unix".  Many uses changed.
3711         (Limitations of Builtins): Explain better why the ! command isn't
3712         portable.
3714 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
3716         * lib/autom4te.in (Automake-preselections): Preselect
3717         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
3719 2004-05-19  Kevin Ryde  <user42@zip.com.au>
3721         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
3722         referencing AC_FUNC_STRERROR_R.
3724         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
3725         note pessimistic assumption when cross compiling.
3727 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
3729         * doc/autoconf.texi (Limitations of Make): Note that BSD make
3730         (until 2004) invoked subcommands with sh -e, contra POSIX.
3731         Reported by Kevin Ryde.
3733 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
3735         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
3736         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
3737         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
3738         `test -f "        /usr/bin/grep"', which _always_ failed.
3739         (AC_PROG_SED): Ditto bogus PATH fix.
3740         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
3741         requires that grep correctly supports _multiple_ `-e' options, rather
3742         than stating only that grep should accept `-e'.
3744 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3746         Port to C99, which requires that 'exit' be declared.
3748         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
3749         to ensure that stdlib.h is included.
3750         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
3751         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
3752         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3753         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3754         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3755         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
3756         when using 'exit' in a test; C99 requires that 'exit' be declared.
3758 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3760         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
3761         now prefers 'grep' implementations that accept -e.
3762         (Limitations of Usual Tools): Describe problems of traditional
3763         egrep and fgrep with long input lines, and of traditional grep
3764         with -e.
3765         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
3766         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
3767         All callers changed.  Append /usr/xpg4/bin to the PATH, for
3768         Solaris.
3769         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
3770         the user with complaints about multiple -e options.
3771         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
3772         Define it with AC_PROG_GREP.
3773         * configure.ac (AC_PROG_GREP): Add.
3774         * lib/freeze.mk (GREP): New macro.
3776 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
3778         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
3779         a possible candidate only after all others fail, rather than
3780         consulting it first.  This improves backward compatibility by
3781         better reflecting the way shell selection occurred in previous
3782         versions of Autoconf, and should help to avoid triggering latent
3783         problems in other packages, such as the one in Automake where zsh
3784         is not handled robustly:
3785         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
3786         Although it is not Autoconf's responsibility to work around
3787         problems in Automake, it nevertheless makes sense to avoid
3788         introducing unnecessary incompatibilites.
3790 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
3791             Gary V. Vaughan  <gary@gnu.org>
3793         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
3794         how deeply nested we are when a suitable tool is found, set the
3795         ac_path_TOOL_found flag.
3796         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
3797         nested we are in this macro.  Break out of all 3 nested loops if
3798         ac_path_TOOL_found is set.
3800 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
3802         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
3803         of the _AS_PATH_WALK loop too if GNU flavor is found.
3805 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
3807         * doc/autoconf.texi (Limitations of Make): Update documentation
3808         for `$<'.  New entry `Long lines', based on a report from Simon
3809         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
3810         paragraph about DJGPP, based on a mail from Richard Dawe.
3812 2004-04-20  Paul Eggert  <eggert@twinsun.com>
3814         * tests/c.at (C keywords): Don't assume that GCC supports
3815         "restrict" and "inline", as sufficiently-old GCC versions do not
3816         (also, GCC configured to be in pedantic C89 mode does not).
3817         Problem reported by Sumit Pandya in:
3818         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
3820         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
3821         consider -g to work if it generates warnings when plain compiles
3822         don't.  Problem reported by Braden McDaniel in:
3823         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
3825         * doc/autoconf.texi (Slashes): New section, to document a problem
3826         reported by Jim Meyering in:
3827         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
3829         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
3830         linker output files before linking, to work around IRIX 6 linker bug.
3831         Problem reported by Rainer Orth in:
3832         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
3834 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
3836         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
3837         best tool so far counter rely on the tool path variable name to
3838         avoid checks for one tool being affected by the results of running
3839         the length check on a previous tool.
3841         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
3842         match expression argument, as different greps have different
3843         regular expression flavours.
3844         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
3845         literals.
3846         (AC_PROG_EGREP): Pass 'EGREP$'.
3847         (AC_PROG_GREP): Pass 'GREP$'.
3849 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
3851         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
3852         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
3854 2004-03-29  Paul Eggert  <eggert@twinsun.com>
3856         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
3857         Types, Specific Compiler Characteristics, System Services,
3858         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
3859         etc. consistently instead of 'long', 'short', 'unsigned' etc.
3860         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
3861         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
3862         Likewise.
3863         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
3864         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
3865         AC_TYPE_OFF_T): Likewise.
3866         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
3867         Likewise.
3869         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
3870         pacify libtool 1.5.2.  Fix quoting problems in sed command.
3872 2004-03-28  Paul Eggert  <eggert@twinsun.com>
3874         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
3875         now defines HAVE_DECL_TZNAME if it is declared, when
3876         HAVE_STRUCT_TM_TM_ZONE is not defined.
3877         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
3878         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
3879         for HAVE_TZNAME.
3881 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
3883         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
3884         superfluous backslashing of quotes (") in sed expressions;
3885         thanks to Paul Eggert.
3887 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
3889         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
3890         Fortran compiler is ifort, also added pghpf; thanks to Nelson
3891         H. F. Beebe for the bug report.
3893 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
3895         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
3896         quoted -cmdline argument in Portland Group compiler (bug
3897         reported by Jeffrey J. Barteet).
3899 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3901         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
3902         (Run Time): ... here, where it's now mentioned.
3904 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
3906         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
3907         inherits from language Autoconf-without-aclocal-m4.
3908         (Customizing autom4te): Adjust example; the cache must now be
3909         disabled for language Autoconf-without-aclocal-m4.
3911 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
3912             Nathanael Nerode  <neroden@twcny.rr.com>
3914         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
3915         AC_CHECK_TOOLS): Warn if a cross-tool is found without
3916         a prefix.
3917         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
3918         AC_CHECK_TARGET_TOOLS): New macros.
3919         * doc/autoconf.texi (Generic Programs): Document
3920         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
3921         AC_CHECK_TARGET_TOOLS, and warn for future changes
3922         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
3923         AC_CHECK_TOOLS.
3924         (Specifying Names): Document the reason for these future
3925         behavioral changes.
3926         * tests/mktests.sh: Do not generate tests for the
3927         new macros.
3928         * NEWS: Document these changes.
3930         * doc/autoconf.texi: Avoid macros with unbraced arguments,
3931         they make TeX hang up.
3933 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
3935         * NEWS: New macro AC_CHECK_ALIGNOF.
3936         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
3937         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
3938         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
3939         vowel.
3940         (AC_CHECK_ALIGNOF): New macro.
3941         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
3942         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
3943         those for sizeof.
3945 2004-03-03  Paul Eggert  <eggert@twinsun.com>
3947         * bin/Makefile.am (edit): Don't use $< in a context where
3948         POSIX doesn't require support for it.  Use $@.in instead.
3949         Problem reported by Anthony N. Frasso in
3950         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
3951         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
3953 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
3955         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
3956         from the next generation of Libtool.
3957         * lib/autom4te.in (Autoreconf-preselections): Ditto.
3959 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
3961         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
3962         is not always thread-safe.  Report from Nathanael Nerode.
3964 2004-02-18  Paul Eggert  <eggert@twinsun.com>
3966         Fix a dependencies problem, stemming from a Autoconf 2.59 build
3967         problem on QNX reported by Stephen Rasku in
3968         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
3970         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
3971         $(m4sh_m4f_dependencies); this removes a FIXME.
3972         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
3973         (MAINTAINERCLEANFILES): Split into pieces,
3974         one per related section.  Add $(srcdir)/wrapper.in.
3976 2004-02-09  Paul Eggert  <eggert@twinsun.com>
3978         * doc/autoconf.texi (Setting Output Variables): Emphasize that
3979         AC_SUBST provides no portable way to escape literal newlines.
3981         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
3982         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
3983         Darwin uses -lcrt2.o and there's little point to cataloging all
3984         the system variants.  Partial fix reported by Andreas Waechter in:
3985         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
3986         for bug reported by Nelson H. F. Beebe in:
3987         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
3989 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
3991         * doc/autoconf.texi (AU_DEFUN): Fix English,
3992         suggested by Paul Eggert.
3993         * lib/autoconf/autoupdate.m4: Correct reference to
3994         acobsolete.m4, suggested by Alexandre Duret-Lutz.
3996 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
3998         * bin/autoupdate.in: Define __file__ so that warnings
3999         refer to the correct file.
4000         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4001         the behavior of the third argument.
4002         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4003         correctly the behavior of the third argument.  Document
4004         what the three macros that AU_DEFUN defines do.  Fix
4005         warning message when the third argument includes $0
4006         (reported by Alexandre Duret-Lutz).
4008 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4009             Eric Sunshine  <sunshine@sunshineco.com>
4010             Paul Eggert  <eggert@twinsun.com>
4012         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4013         (AS_INIT): Output shell initialization there. Removed optional
4014         parameter. Expand _AS_SHELL_FN_SPY.
4015         (AS_INIT_WITH_SHELL_FN): Removed.
4016         (_AS_SHELL_FN_SPY): New macro.
4017         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4018         macros.
4019         (AS_SHELL_SANITIZE): Remove loop to find better shell
4020         and documentation for the parameter.
4021         (_AS_DETECT_BETTER_SHELL): Move it here.
4022         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4023         (_AS_RUN): Move it here, support testing with eval.
4024         (AS_REQUIRE_SHELL_FN): Require shell functions when
4025         it is used.
4026         (_AS_LINENO_WORKS): Put around braces, we do not
4027         trigger the bash bug anymore.
4028         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4029         use AS_INIT_WITH_SHELL_FN.
4030         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4032 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4034         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4035         * doc/autoconf.texi: Don't say that the third parameter
4036         is broken.
4037         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4038         (AU_DEFUN): Honor the third parameter, create autoupdate
4039         macros with AU_DEFINE.
4040         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4041         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4042         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4043         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4044         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4045         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4046         AC_XENIX_DIR): Likewise.
4047         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4048         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4049         * lib/autoconf/status.m4: Remove FIXME.
4050         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4051         that the macro is not present anymore in the updated
4052         configure.ac.
4053         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4054         of autoupdate.
4056 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4058         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4059         copyright years.
4060         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4061         2003 (except 1997) to the list of copyright years.  This undoes
4062         the 2003-05-22 change, which removed the older years from the list.
4063         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4065 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4066             Albert Chin-A-Young  <china@thewrittenword.com>
4068         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4069         grep or ggrep program in PATH that accepts as long lines as
4070         possible.
4071         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4072         AC_PROG_GREP.
4073         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4074         egrep and fgrep respectively if $GREP -E/-F don't work.
4075         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4076         _AC_PROG_GREP, and AC_PROG_SED.
4077         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4078         longest input length accepted by a command.
4079         (AC_PROG_SED): Use it.
4080         * doc/autoconf.texi (Particular Programs): Document the changes.
4081         * NEWS: Updated.
4083 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4085         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4086         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4087         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4088         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4090         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4091         bin/autoconf.in, config/Makefile.in, config/config.guess,
4092         config/config.sub, config/install-sh, config/mdate-sh,
4093         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4094         lib/Makefile.in, lib/Autom4te/Makefile.in,
4095         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4096         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4097         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4098         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4099         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4100         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4101         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4102         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4103         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4104         tests/actypes.at: Regenerate and/or sync with original
4105         sources.
4107 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4109         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4110         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4111         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4112         not <inttypes.h>.  Problem reported by Tim Mooney in
4113         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4114         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4115         Likewise.
4117         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4118         otherwise "make check" fails because it forbids cmp (I guess
4119         because cmp treats files as binary on DOS-like systems).
4121         * tests/mktests.sh: Update copyright date to 2004, since some tests
4122         have changed in 2004.
4124 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4126         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4127         non-truncating sed or gsed program in PATH.
4128         * tests/acprograms.at: Add it.
4129         * doc/autoconf.texi (Particular Programs): Document it.
4130         * NEWS: Updated.
4132 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4134         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4135         -std1 disables some useful extensions on Tru64.  Problem reported
4136         by N. Lichtmaier in
4137         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4139 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4141         * doc/autoconf.texi (Programming in M4sh): Document that
4142         AS_MKDIR_P succeeds if the destination is a symbolic link
4143         to an existing directory.
4144         (Limitations of Usual Tools): Note that mkdir -p might not
4145         succeed on symlinks to directories.
4147 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4149         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4150         * bin/autoheader.in: Grammar fix in message.
4151         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4152         Test for dir before calling mkdir -p.  (trivial changes)
4154 2004-01-13  Eric Blake  <ebb9@byu.net>
4156         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4157         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4159 2004-01-10  Jim Meyering  <jim@meyering.net>
4161         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4163 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4165         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4166         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4167         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4168         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4169         AC_COMPILE_IFELSE, since we now assume our caller invokes
4170         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4171         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4172         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4173         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4175 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4177         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4178         `"'...'"`, as it's confusing (and I suspect it may not work on
4179         some platforms).  The code was incorrect anyway, as it assumed
4180         that \$ evaluated to itself in that context.  Reported by
4181         Alexandre Duret-Lutz.
4183 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4185         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4186         and _LT_AC_TAGCONFIG.
4188 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4190         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4191         example, and add more examples.  Reported by Eric Sunshine.
4193 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4195         * doc/autoconf.texi (Limitations of Usual Tools):
4196         Remove warning against "rm -fr" introduced yesterday; it
4197         was a false alarm.
4199         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4200         autoscan, autoupdate, ifnames): Don't use chmod -w.
4201         * lib/Makefile.am (autom4te.cfg): Likewise.
4202         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4203         "chmod -w".
4205 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4206             Paolo Bonzini  <bonzini@gnu.org>
4208         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4209         by doing lineno substitution only on lines containing "$LINENO".
4211 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4213         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4214         Use "rm -f" to remove conftest.sed, not plain "rm".
4215         Bug reported by David Relson in
4216         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4218         * Makefile.am (autom4te-update):
4219         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4220         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4221         * doc/autoconf.texi (Guidelines): Likewise.
4222         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4223         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4224         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4225         * lib/autotest/general.m4 (AT_INIT): Likewise.
4226         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4227         * tests/Makefile.am (clean-local): Likewise.
4228         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4229         srcdir): Likewise.
4230         * doc/autoconf.texi (Limitations of Usual Tools):
4231         Warn against "rm -fr".
4233 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4235         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4236         -c -o might not work.  From a suggestion by Kevin Ryde.
4237         (C Compiler, Generating Sources, Limitations
4238         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4239         Don't put '-o' after non-options, as POSIX doesn't allow this.
4240         Mention that cc's name might be gcc or c89 or whatever.
4242 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4244         * doc/autoconf.texi: Add various further index entries.
4246 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4248         * bin/autoreconf.in (autoreconf_current_directory):
4249         Fix typo: mkdir without umask arg.
4251 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4253         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4254         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4255         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4256         explanation clearer.
4258 2003-12-24  Andreas Schwab  <schwab@suse.de>
4260         * doc/autoconf.texi (Default Includes): Fix misspelling of
4261         AC_INCLUDES_DEFAULT.
4263 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4265         * configure.ac: Test if sh -n works.
4266         * configure: Regenerate.
4267         * tests/atlocal.in: Store the result here.
4268         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4269         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4270         of explicitly testing.
4271         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4272         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4273         * tests/tools.at (Syntax of the shell scripts): Simplify
4274         using AT_CHECK_SHELL_SYNTAX.
4275         (Syntax of the Perl scripts): Remove definition of
4276         AT_CHECK_PERL_SYNTAX.
4278 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4280         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4281         stderr to /dev/null.
4282         * bin/autoconf.in: Regenerate.
4283         * bin/wrapper.in: Regenerate.
4285 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4287         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4288         Extracted from AS_SHELL_SANITIZE.
4289         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4290         macros.
4291         (AS_SHELL_SANITIZE): Move reinvocation code from
4292         _AS_LINENO_WORKS, use it to find out if shell
4293         functions work.
4294         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4295         does not work.
4296         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4297         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4298         was called.
4299         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4300         * bin/autoconf.in: Regenerate.
4301         * tests/wrapper.in: Regenerate.
4302         * tests/tools.at: Test the syntax of tests/autoconf
4303         and tests/testsuite.
4305 2003-11-24  Akim Demaille  <akim@epita.fr>
4307         * config/announce-gen (&print_locations, &print_signatures)
4308         (&sizes): New.
4309         Use them.
4310         No longer rely on Gnus to inline the list of signatures: compute
4311         them on the fly.
4313 2003-11-24  Akim Demaille  <akim@epita.fr>
4315         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4316         override some files.
4317         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4318         From Debian Autoconf 2.58.
4320 2003-11-24  Akim Demaille  <akim@epita.fr>
4322         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4323         uses.
4324         From Debian Autoconf 2.58.
4326 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4328         * TODO: Remove already done things.  Update the part about finding
4329         tools for the target.
4331 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4333         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4334         Make wording more consistent.
4335         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4336         Explain the transition better.
4337         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4338         the transition better.
4340 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4342         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4343         parameter of AU_DEFUN.
4344         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4345         (AU_DEFUN): Remove the third parameter, it was not used.
4346         Use AC_DEFUN directly, not AU_DEFINE.
4347         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4348         the expanded body, consistently with other macros such as AC_USG.
4350 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4352         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4353         into the initial confdefs.h, to work around a bug in NextStep 3.3
4354         patch 3 reported by Eric Sunshine.
4356 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4358         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4359         than $target since the latter is not usual, add guidelines on when to
4360         use or not use the system type.
4362 2003-11-12  Derek Price  <derek@ximbiot.com>
4364         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4365         typo misrepaired by an auto-spellcheck.
4367 2003-11-12  Akim Demaille  <akim@epita.fr>
4369         * bin/autoreconf.in (&parse_args): Don't call automake with
4370         --force-missing unless it actually supports it.
4371         From Debian #219336.
4373 2003-11-12  Akim Demaille  <akim@epita.fr>
4375         * configure.ac: Bump to 2.59a.
4376         Require 2.59.
4378 2003-11-06  Akim Demaille  <akim@epita.fr>
4380         Version 2.59.
4382 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
4384         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4385         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4386         and ac_abs_top_srcdir are absolute paths.
4387         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4389 2003-11-05  Akim Demaille  <akim@epita.fr>
4391         * configure.ac: Bump to 2.58a.
4393 2003-11-05  Kevin Ryde  <user42@zip.com.au>
4395         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4396         it provokes a warning from makeinfo about looking like a cross
4397         reference in info output.
4399         * doc/autoconf.texi (Function Portability): Add notes on signal
4400         handler return type, as per AC_TYPE_SIGNAL.
4402 2003-11-04  Akim Demaille  <akim@epita.fr>
4404         Version 2.58.
4405         * doc/standards.texi: Update from master.
4407         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4409 2003-11-04  Akim Demaille  <akim@epita.fr>
4411         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4412         computing the absolute path to d1 in the source hierarchy: it may
4413         not exist at all.  So don't cd into it.
4414         From Alexandre Duret-Lutz.
4415         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4417         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4418         From Paul Eggert, but named after Perl's IO::Spec->catfile.
4419         * doc/autoconf.texi (Programming in M4sh): Document.
4420         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4422 2003-11-03  Pavel Roskin  <proski@gnu.org>
4424         * doc/autoconf.texi (Generic Structure Checks): Describe
4425         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4427 2003-10-31  Akim Demaille  <akim@epita.fr>
4429         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4430         (GNU Fortran): New.
4431         * doc/autoconf.texi (Language Choice): Document.
4432         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4433         the current language is Fortran.
4435 2003-10-31  Akim Demaille  <akim@epita.fr>
4437         * bin/autom4te.in (&freeze): Use a less likely warning separator
4438         than `\n\n', so that `\n\n\n' is valid in warnings.
4439         Reported by Steve Huston.
4441 2003-10-28  Akim Demaille  <akim@epita.fr>
4443         * Makefile.cfg (local_updates, executable-update): Tweak to be
4444         robust to parallel makes.
4445         Suggested by Alexandre Duret-Lutz.
4447 2003-10-27  Akim Demaille  <akim@epita.fr>
4449         * Makefile.cfg (executable-update): New.
4450         (local_updates): Call it.
4452 2003-10-27  Akim Demaille  <akim@epita.fr>
4454         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4455         Don't remove core.* as it may remove valid user files.
4456         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4457         (AC_FUNC_UTIME_NULL): Likewise.
4459 2003-10-23  Akim Demaille  <akim@epita.fr>
4461         Version 2.57g.
4462         * config/config.guess, config/config.sub: Upgrade from masters.
4464 2003-10-23  Akim Demaille  <akim@epita.fr>
4466         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4467         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
4468         hand...
4470 2003-10-23  Akim Demaille  <akim@epita.fr>
4472         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4473         Don't forget to remove conftest.err.
4475 2003-10-23  Akim Demaille  <akim@epita.fr>
4477         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4478         same object file in $LIBOBJS.
4479         Reported by Alexandre Duret-Lutz & Derek Robert Price.
4480         * doc/autoconf.texi (Generic Functions): Adjust.
4482 2003-10-20  Paul Eggert  <eggert@twinsun.com>
4484         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4485         Use 'eval', so that the resulting configure scripts work even if
4486         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4488 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4490         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4491         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4492         (_AC_LINK_IFELSE): Check the werror flag.
4493         * doc/autoconf.texi (Generic Compiler Characteristics): Document
4494         AC_LANG_WERROR.
4495         * NEWS: Mention it.
4497 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
4499         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4500         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
4501         override AC_LINK_IFELSE.
4503 2003-10-15  Paul Eggert  <eggert@twinsun.com>
4505         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4506         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
4507         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4508         Mention /usr/dt/bin/dtksh on Solaris.
4509         (Shell Substitutions): Warn about $((...)).
4510         (Parentheses): New section.
4512 2003-10-15  Kevin Ryde  <user42@zip.com.au>
4514         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4515         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
4517 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4519         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4520         cross test.
4522 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4524         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4525         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4527 2003-10-10  Andreas Schwab  <schwab@suse.de>
4529         * bin/autoheader.in: Avoid empty first line in --version and
4530         --help output.
4531         * bin/ifnames.in: Likewise.
4533 2003-10-09  Paul Eggert  <eggert@twinsun.com>
4535         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4536         Issue a more-informative diagnostic.
4537         Problems reported by Eric Sunshine.
4539 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4541         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4542         -mGLOB_options_string stuff for Intel ifc, which can cause
4543         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
4544         pattern-matching instead of grep.
4546 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
4548         * doc/autoconf.texi: Document new FC Fortran macros.
4550 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
4552         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4553         that future autopoint/aclocal/automake/autoreconf will be able
4554         to trace to find where to install local m4 macros.
4555         * doc/autoconf.texi (Input): Document it.
4556         * NEWS: Updated.
4558 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
4560         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4561         -lcrtbegin.o to list of ignored flags and fix underquoting of
4562         -lcrt[01].o.
4564 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
4566         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4567         cache variable instead of $G77 to decide whether to include -O2,
4568         since $G77 is specific to Fortran 77.
4570 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4572         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4573         free" flag.  Re-order flags tested into rough order of popularity.
4575 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4577         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4578         arguments so that it can be used with syntax identical to
4579         AC_PROG_F77, and so that we can more easily decide to
4580         remove/deprecate the DIALECT optional argument in the future if it
4581         proves troublesome.
4582         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4583         non-freeform-supporting compilers.  Document freeform flags.
4585 2003-10-03  Akim Demaille  <akim@epita.fr>
4587         * configure.ac: Look for emacs, not macs.
4588         Reported by Eric Sunshine.
4590 2003-10-03  Akim Demaille  <akim@epita.fr>
4592         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4593         * bin/autoreconf.in (autoreconf_current_directory): Create the
4594         AUX_DIR if needed, for sake of automake --add-missing etc.
4595         Suggested by Alexandre Duret-Lutz.
4597 2003-10-03  Akim Demaille  <akim@epita.fr>
4599         * configure.ac: Quotation and formatting changes.
4600         (EMACS): Don't set it if it is not recent enough to support
4601         autoconf-mode.el.
4602         From Eric Sunshine.
4604 2003-10-02  Akim Demaille  <akim@epita.fr>
4606         * bin/ifnames.in (&scan_file): Skip C++ comments.
4607         From Jeremy Yallop.
4609 2003-10-01  Pavel Roskin  <proski@gnu.org>
4611         * doc/autoconf.texi (Particular Structure Checks):
4612         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4614 2003-10-01  Akim Demaille  <akim@epita.fr>
4616         Version 2.57f.
4618 2003-09-30  Paul Eggert  <eggert@twinsun.com>
4620         * lib/Autom4te/XFile.pm: Use Errno.
4621         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
4622         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4624 2003-09-30  Akim Demaille  <akim@epita.fr>
4626         * config/announce-gen (&print_news_deltas): Extracted from...
4627         (&print_changelog_deltas): here.
4628         (&news_file): Rename as...
4629         (@news_file): this.
4631 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
4633         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4634         have been created when invoking the compiler.
4635         * tests/fortran.at (GNU Fortran 77): Quote $G77.
4637 2003-09-29  Akim Demaille  <akim@epita.fr>
4639         Version 2.57e.
4641         * config/mkinstalldirs: Upgrade.
4643 2003-09-28  Paul Eggert  <eggert@twinsun.com>
4645         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
4646         Problem reported by Lars J. Aas in
4647         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
4648         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
4649         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
4650         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
4652 2003-09-26  Akim Demaille  <akim@epita.fr>
4654         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
4655         directory for AC_CONFIG_COMMANDS' first argument exists.
4656         This makes valid the invocation of _AC_SRCPATH that follows.
4657         Reported by Eric Sunshine.
4658         * doc/autoconf.texi (Configuration Commands): Adjust.
4660 2003-09-26  Akim Demaille  <akim@epita.fr>
4662         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
4663         Reported by Ralf Corsepius.
4665 2003-09-26  Akim Demaille  <akim@epita.fr>
4667         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
4668         arguments.
4669         Actually, use AU_ALIAS.
4670         From Bruno Haible.
4672 2003-09-26  Paul Eggert  <eggert@twinsun.com>
4674         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
4675         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
4676         Problem reported by Eric Sunshine in:
4677         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
4679 2003-09-26  Akim Demaille  <akim@epita.fr>
4681         The test suite are sometimes assigning timings incorrectly.
4682         Reported by Henk Krus.
4683         Diagnosed by Nicolas Joly.
4685         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
4686         AT_help_all.
4687         Instead of making AT_help a sequence of assignments to grow
4688         $at_help_all, just make AT_help_all be the growing contents of
4689         $at_help_all, and make a single assignment in...
4690         (AT_INIT): here.
4691         (at_times_skip): Flip the meaning and rename as...
4692         (at_times_p): this.
4693         (AT_INIT): When summarizing the test that ran, remove
4694         $at_times_file after use, and check it is present before trying to
4695         use it.
4697 2003-09-25  Akim Demaille  <akim@epita.fr>
4699         Version 2.57d.
4701         * bin/Makefile.am (edit): Handle '@configure_input@'.
4702         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
4703         (ifnames): chmod -w.
4704         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
4705         executables, not bin/ executables!  Otherwise all the magic needed
4706         to find non installed files is turned off.  This caused a failure
4707         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
4708         as found in its environment (sent by tests/autoreconf): pointing
4709         to bin/autom4te that could not find its files.
4710         * tests/mktests.sh: Force the replacement of generated files, for
4711         the sake of "mv" program that are interactive when overwriting a
4712         -w file.
4713         * config/install-sh: Upgrade from CVS Automake.
4715 2003-09-23  Paul Eggert  <eggert@twinsun.com>
4717         * doc/autoconf.texi (Limitations of Builtins): Document test -h
4718         versus test -L issues.
4720 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
4721             Paul Eggert  <eggert@twinsun.com>
4723         Trivial change to support GCC's configuration procedure.
4724         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
4725         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
4726         about inconsistency if the preprocessor is set to give errors for
4727         any warning.
4728         * doc/autoconf.texi (C Compiler Characteristics): Document this.
4730 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
4732         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
4733         and XFile.pm from Automake.
4734         * lib/Autom4te/XFile.pm: Update from Automake.
4736 2003-09-12  Akim Demaille  <akim@epita.fr>
4738         Version 2.57c.
4740 2003-09-12  Akim Demaille  <akim@epita.fr>
4742         * config/config.guess, config/config.sub, config/missing,
4743         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
4744         from masters.
4746 2003-09-12  Akim Demaille  <akim@epita.fr>
4748         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
4749         not asm/types.h.
4751 2003-09-11  Akim Demaille  <akim@epita.fr>
4753         * doc/autoconf.texi (Header Portability): linux/random.h.
4754         From Peter Hendrickson.
4756 2003-09-10  Akim Demaille  <akim@epita.fr>
4758         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
4759         willing to edit the output files.
4761 2003-09-10  Akim Demaille  <akim@epita.fr>
4763         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
4764         and AC_FC_FREEFORM.
4765         * tests/mktests.sh: Skip AC_FC_SRCEXT.
4766         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
4768 2003-09-09  Akim Demaille  <akim@epita.fr>
4770         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
4771         Reported by Gary Vaughan.
4772         * bin/autom4te.in (handle_m4): Likewise.
4774 2003-09-09  Akim Demaille  <akim@epita.fr>
4776         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
4777         trailing files.
4779 2003-09-07  Paul Eggert  <eggert@twinsun.com>
4781         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
4782         Improve the accuracy of the wording about obsolescence.
4783         From a suggestion by Ian Lance Taylor in
4784         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
4786 2003-09-05  Paul Eggert  <eggert@twinsun.com>
4788         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
4789         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
4791 2003-09-04  Akim Demaille  <akim@epita.fr>
4793         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
4794         AC_FUNC_WAIT3.
4796 2003-09-04  Akim Demaille  <akim@epita.fr>
4798         * bin/autom4te.in: Use &fatal where more appropriate than &error.
4799         (freeze): When exiting, use $exit_code.
4800         * lib/autoconf/fortran.m4: Comment changes.
4802 2003-09-04  Akim Demaille  <akim@epita.fr>
4804         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
4806 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
4808         Add support for newer Fortran dialects.  The F77 interface is
4809         unchanged, and continues to support Fortran 77.  New FC macros
4810         correspond to all the old F77 macros, with output variables FC,
4811         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
4812         available dialect, but older dialects can be specified.  There are
4813         new macros AC_FC_SRCEXT to set the source extension, and
4814         AC_FC_FREEFORM to accept free-form source files.
4816         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
4817         New macros.
4818         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
4819         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
4820         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
4821         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
4822         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
4823         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
4824         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
4825         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
4826         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
4827         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
4828         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
4829         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
4830         AC_FC_SRCEXT, AC_FC_FREEFORM):
4831         New macros.
4832         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
4833         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
4834         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
4835         Rewrite in terms of the above.
4836         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
4837         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
4838         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
4839         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
4841 2003-09-02  Paul Eggert  <eggert@twinsun.com>
4843         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
4844         Document problems with timestamp resolution that 'make', 'cp -p', and
4845         'touch -r' have.
4847 2003-08-27  Akim Demaille  <akim@epita.fr>
4849         * tests/m4sugar.at (cross_warning): Make sure to enable the
4850         output, so that we can track spurious m4sugar output.
4851         * tests/local.at: Require 2.57.
4852         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
4853         are defaulted by AT_CHECK anyway.
4854         Use AT_CHECK_AUTOM4TE.
4855         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
4856         missing dnl.
4858 2003-08-27  Akim Demaille  <akim@epita.fr>
4860         * bin/autoheader.in: Issue the "Using auxiliary..." message only
4861         when -Wobsolete is set.
4862         Set it on by default.
4863         Suggested by Klee Dienes.
4865 2003-08-27  Akim Demaille  <akim@epita.fr>
4867         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
4868         documentation.
4869         From Guido Draheim.
4871 2003-08-26  Akim Demaille  <akim@epita.fr>
4873         * doc/autoconf.texi (Output): Make clear that one can run code
4874         after AC_OUTPUT.
4876 2003-08-25  Akim Demaille  <akim@epita.fr>
4878         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
4879         CVS Bison.
4881 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
4883         * bin/autoreconf.in (parse_args): Do not pass --no-force to
4884         Automake versions prior to 1.8.
4886 2003-08-25  Akim Demaille  <akim@epita.fr>
4888         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
4889         From Ville Karaila.
4891 2003-08-24  Akim Demaille  <akim@epita.fr>
4893         * configure.ac: Bump to 2.57c.
4895 2003-08-22  Akim Demaille  <akim@epita.fr>
4897         Version 2.57b.
4899         * Makefile.cfg (local-checks-to-skip): New.
4900         * Makefile.maint (local-check): Rename as...
4901         (local-checks-available): this.
4902         (local-check): New.
4904         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
4905         * configure.ac: Require Automake 1.7.6.
4907 2003-08-22  Akim Demaille  <akim@epita.fr>
4909         Output stack traces in warnings.
4911         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
4912         Replace the former...
4913         (m4_warn): Pass the call stack to _m4_warn.
4914         * bin/autom4te.in: Adjust to output the call stack.
4915         * tests/m4sugar.at (m4@&t@_warn): Adjust.
4917 2003-08-22  Akim Demaille  <akim@epita.fr>
4919         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
4920         * bin/autom4te.in: Adjust.
4922 2003-08-21  Akim Demaille  <akim@epita.fr>
4924         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
4925         (&verbose): Remove.
4926         (&getopt): Adjust the note and verb channels, depending upon
4927         --verbose.
4928         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
4929         * bin/autoupdate.in: Adjust.
4930         Use &verb, not &verbose.
4932 2003-08-21  Akim Demaille  <akim@epita.fr>
4934         * bin/autoheader.in (&parse_args): Use &parse_warnings and
4935         &parse_WARNINGS.
4936         ($help): Use Autom4te::ChannelDefs::usage.
4937         * bin/autoscan.in: Use Autom4te::ChannelDefs.
4938         * lib/Autom4te/General.pm: Don't export error: you don't own it.
4940 2003-08-21  Akim Demaille  <akim@epita.fr>
4942         First stab at preserving warnings between calls to autom4te,
4943         including when the cache is used.
4945         There are still several issues: (i) there are too many runs of m4
4946         (one for include, one for warnings, and some more), (ii) warnings
4947         spreading on several lines are not handled gracefully, (iii) the
4948         code meant to have the call stack display for errors does not work
4949         (its handling should move from m4 to autom4te).
4951         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
4952         Use them.
4953         (@preselect): Add m4_warn.
4954         ($exit_status): Remove, use $exit_code.
4955         ($help): Use Autom4te::ChannelDefs::usage.
4956         (&handle_m4): No longer define the m4_warnings.
4957         At each run, extract and report the warnings.
4958         Always cache the result, including if the exit status is on
4959         failure, since if nothing changes, we should result in the same
4960         failure, hence we can use the cache.
4961         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
4962         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
4963         Remove.
4964         (m4_warn): Redefine as a do-nothing: it is its invocation that
4965         matters, as warnings are now reported via traces.
4966         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
4967         the contents of m4_warn: make it _call_ m4_warn, so that tracing
4968         the latter reveals calls to the former.
4970         Adjust the tests.
4972         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
4974 2003-08-21  Akim Demaille  <akim@epita.fr>
4976         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
4977         Use them.
4979 2003-08-21  Akim Demaille  <akim@epita.fr>
4981         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
4982         forward order.
4983         * lib/Autom4te/ChannelDefs.pm: Doc typos.
4984         (&parse_warnings): Accept a list of warning requests.
4985         (&usage): Return a string, not a side effect.
4986         (cross): New warning category.
4988 2003-08-21  Akim Demaille  <akim@epita.fr>
4990         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
4991         (&require_configure_ac): Accept an optional directory argument.
4992         ($configure_ac): Remove.
4993         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
4994         (&catfile): Remove.
4995         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
4996         * bin/autoscan.in: Adjust.
4998 2003-08-20  Akim Demaille  <akim@epita.fr>
5000         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5001         Reported by Alexandre Duret-Lutz.
5003 2003-08-20  Akim Demaille  <akim@epita.fr>
5005         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5006         * bin/autom4te: Adjust.
5007         In particular, be Autoconf tools are really silent when properly
5008         working, bind the verbosity of the 'note' channel to $verbose.
5009         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5010         (&xsystem, &contents): Remove, since they are exported by...
5011         * lib/Autom4te/FileUtils.pm: this.
5012         More perldoc.
5013         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5014         * lib/Autom4te/FileUtils.pm: here.
5016 2003-08-20  Akim Demaille  <akim@epita.fr>
5018         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5019         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5020         from CVS Automake.
5022 2003-08-20  Akim Demaille  <akim@epita.fr>
5024         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5025         (autom4te-update): New.
5026         * Makefile.cfg (update): Bind autom4te-update.
5028 2003-08-19  Derek Price  <derek@ximbiot.com>
5030         * lib/autotest/general.m4: Comment various HELP_* diversions.
5031         (PARSE_ARGS_BEGIN): New section for option parsing related
5032         initialization.
5033         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5034         package specific options and associated help.
5036 2003-08-19  Akim Demaille  <akim@epita.fr>
5038         * config/announce-gen, Makefile.cfg: New.
5039         * Makefile.am: Adjust.
5040         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5042 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5044         * lib/autom4te.in (Automake-preselections): Preselect
5045         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5046         and m4_sinclude.
5048 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5050         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5051         (Autoconf-without-aclocal-m4): ... this new language.
5052         * doc/autoconf.texi (autom4te Invocation): Mention
5053         Autoconf-without-aclocal-m4.
5055 2003-08-18  Derek Price  <derek@ximbiot.com>
5057         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5058         RUN-IF-PASS optional arguments.
5060 2003-08-18  Derek Price  <derek@ximbiot.com>
5062         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5064 2003-08-16  Derek Price  <derek@ximbiot.com>
5066         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5067         STDOUT & STDERR arguments.
5069 2003-08-14  Derek Price  <derek@ximbiot.com>
5071         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5072         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5073         shorter column three.  Add DESCRIPTION to log file content.
5075 2003-08-13  Derek Price  <derek@ximbiot.com>
5077         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5078         output.
5080 2003-08-12  Derek Price  <derek@ximbiot.com>
5082         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5083         (AT_CHECK_NOESCAPE): Move core functionality to...
5084         (_AT_CHECK): ...this new macro.
5086 2003-08-07  Derek Price  <derek@ximbiot.com>
5088         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5089         (AT_CHECK_NOESCAPE): ...to this new macro.
5091 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5093         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5094         in Bash 2.01.  Problem reported by Brian Gough in
5095         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5097 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5099         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5100         -lcrt1.o, for OS X.  (trivial change)
5102 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5104         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5105         inside '#ifndef __cplusplus'.  Problem reported by
5106         Bob Friesenhahn.
5108 2003-07-06  Bill Clarke  <llib@computer.org>
5110         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5111         'long', not 'int', for benefit of Sun's recent C++ compilers
5112         (trivial change).  See:
5113         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5114         (This really should be 'intptr_t', not 'long', but that would
5115         take more work.)
5117 2003-06-25  Akim Demaille  <akim@epita.fr>
5119         * lib/Makefile.am (autom4te.cfg): Make it read only.
5120         Depend on Makefile since it contains substitutions.
5121         From Paolo Bonzini.
5122         * lib/autom4te.in (args): Add local.at? for Autotest args.
5123         This change was made on autom4te.cfg which is generated.
5124         Reported by Raja R. Harinath.
5126 2003-06-25  Akim Demaille  <akim@epita.fr>
5128         * doc/autoconf.texi (Header Portability): sys/mount.h.
5129         From Gareth McCaughan.
5131 2003-06-23  Akim Demaille  <akim@epita.fr>
5133         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5134         not all of them.  This fixes 1. the fact that when testing
5135         Autoconf there are many many config.log, 2. the incorrect use of
5136         top_srcdir to find config.log.
5137         Don't mix the detailed output of failed test with the summary of
5138         failures.  Rather, append detailed log afterwards.
5140 2003-06-23  Akim Demaille  <akim@epita.fr>
5142         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5143         always run: output config.log on $at_group_log.
5145 2003-06-23  Akim Demaille  <akim@epita.fr>
5147         * tests/torture.at (#define header templates): Don't use quotes in
5148         C++ comments as it puzzles Emacs' sh font-lock-mode.
5150 2003-06-23  Akim Demaille  <akim@epita.fr>
5152         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5153         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5154         * tests/atspecific.m4: Rename as...
5155         * tests/local.at: This.
5156         * tests/suite.at: Move the globals into...
5157         * tests/local.at: here.
5158         * tests/Makefile.am: Adjust.
5159         * doc/autoconf.texi (testsuite Scripts): Adjust.
5161 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5163         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5164         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5165         ensuring we add -std1 for full-ANSI.
5167         * doc/autoconf.texi (hdrindex): New macro.
5168         Add index entries for portability of various standard header files.
5170 2003-06-20  Akim Demaille  <akim@epita.fr>
5172         * configure.ac: Bump to 2.57b.
5174 2003-06-20  Akim Demaille  <akim@epita.fr>
5176         Version 2.57a.
5178 2003-06-20  Akim Demaille  <akim@epita.fr>
5180         * bin/autom4te.in: Don't rely on $HOME being defined.
5181         Reported by Marc Espie as PR/233.
5183 2003-06-20  Akim Demaille  <akim@epita.fr>
5185         * lib/autotest/general.m4: Use at_times_file only if used.
5186         From Nicolas Joly.
5188 2003-06-20  Akim Demaille  <akim@epita.fr>
5190         * config/config.guess, config/config.sub, config/elisp-comp,
5191         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5192         Update from masters.
5194 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5196         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5197         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5198         (TEST_SCRIPT): New diversion.
5199         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5200         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5201         (AT_INIT): Support for expected failures.
5203 2003-06-02  Akim Demaille  <akim@epita.fr>
5205         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5206         changes.
5207         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5208         Autoconf nor Automake.
5209         (&contents): New, from Automake.
5210         PODify.
5212 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5214         * NEWS, doc/autoconf.texi (Particular Functions),
5215         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5216         is the inverse of localtime.
5218 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5220         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5221         (handle_exec_errors): New function.  Work around $! being
5222         altered by WEXITSTATUS.
5223         (xqx, xsystem): Use handle_exec_errors.
5225 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5227         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5228         Do not call `_exit()', simply modify `$?'.
5229         (xsystem): Reset $! before running system, and check it afterward.
5230         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5231         63 for version mismatches.
5233 2003-05-23  Akim Demaille  <akim@epita.fr>
5235         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5236         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5237         the middle of a line).
5238         * lib/m4sugar/m4sugar.m4: Likewise.
5239         Remove useless spaces in comments.
5241 2003-05-23  Akim Demaille  <akim@epita.fr>
5243         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5244         exit 63, so that we (or Automake's "missing") can tell the
5245         difference with a plain failure.
5246         * doc/autoconf.texi (Notices): Adjust.
5248 2003-05-23  Akim Demaille  <akim@epita.fr>
5250         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5251         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5252         White spaces cleanup.
5254 2003-05-22  Jim Meyering  <jim@meyering.net>
5255             Paul Eggert  <eggert@twinsun.com>
5257         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5258         Remove `#include <stdlib.h>' from the list; we should never
5259         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5260         resulting namespace pollution would cause other tests to fail.
5261         Configure scripts run with some older versions of g++ and HP's
5262         aCC would fail due to such an #include.  Problems reported by
5263         Matthew Mueller in <http://bugs.debian.org/120704> and by
5264         Keith Bostic in
5265         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5266         In the test, use the test declaration before including <stdlib.h>,
5267         as that's closer to how it'll be used.
5269 2003-05-23  Akim Demaille  <akim@epita.fr>
5271         * doc/autoconf.texi (Header Portability): ucred.h.
5272         From Ian Redfern.
5274 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5276         Overhaul Autotest's logging: generate separate log files
5277         in testsuite.dir/NNN/testsuite.log, and append them to
5278         testsuite.log instead of re-running the test verbosely.
5280         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5281         file descriptor, write 0 to at_status_file instead of setting
5282         at_status=0, initialize some new variables (at_status_file,
5283         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5284         to rerun the tests, instead append the at_group_log to the
5285         at_suite_log when a test fails.
5286         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5287         with the AS_MESSAGE_LOG_FD redirected to stdout.
5288         (AT_CLEANUP): save the output status in $at_status_file
5289         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5290         its original place.
5291         (AT_CHECK): since tests are run with a redirected stdout,
5292         and used to be re-run in verbose mode, turn some $at_verbose
5293         into echo, and don't redirect the output of testing stdout
5294         and stderr.
5296         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5297         the name of the debugging directory and information about
5298         its contents.
5300 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5302         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5303         parameter.
5305 2003-05-22  Akim Demaille  <akim@epita.fr>
5307         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5308         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5309         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5310         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5312 2003-05-22  Akim Demaille  <akim@epita.fr>
5314         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5315         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5316         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5317         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5318         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5319         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5320         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5321         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5322         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5323         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5324         * tests/tools.at, tests/torture.at:
5325         Whitespace clean up.
5326         Suggested by Jim Meyering.
5328 2003-05-22  Akim Demaille  <akim@epita.fr>
5330         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5331         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5332         Reported by Jim Meyering.
5334 2003-05-22  Akim Demaille  <akim@epita.fr>
5336         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5337         Add AC_HELP_STRING  to the obsolete macros section.
5338         Typos.
5339         Use '@.' for sentences that ended in a capital letter.
5340         From Art Haas.
5342 2003-05-22  Akim Demaille  <akim@epita.fr>
5344         * config/config.guess, config/config.sub, config/elisp-comp,
5345         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5346         * config/texinfo.tex, doc/standards.texi: Update from masters.
5348 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5350         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5351         it to eval.
5353 2003-05-21  Akim Demaille  <akim@epita.fr>
5355         * bin/autoupdate.in ($m4): Fix quotation.
5356         Reported by Martin Mokrejs.
5358 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5360         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5361         Remove non-ASCII characters.
5363 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5365         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5366         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5367         AC_CHECK_HEADERS_NEW): New tests.
5369 2003-05-17  Akim Demaille  <akim@epita.fr>
5371         * lib/autoconf/functions.m4: Use the default includes so that
5372         memcmp be declared before being tested.
5373         Reported by Sander Niemeijer.
5374         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5375         * doc/autoconf.texi (Default Includes): Document
5376         AC_INCLUDES_DEFAULT.
5378 2003-05-17  Akim Demaille  <akim@epita.fr>
5380         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5381         * doc/autoconf.texi (Obsolete Macros): Adjust.
5382         Reported by Werner LEMBERG and Debian Bug 190886.
5384 2003-05-16  Akim Demaille  <akim@epita.fr>
5386         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5387         user name space clashes.
5388         Reported by Bruno Haible.
5390 2003-05-16  Akim Demaille  <akim@epita.fr>
5392         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5393         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5394         them uniform, and more robust to Perl special characters.
5395         Reported by Martin Mokrejs.
5397 2003-05-14  Akim Demaille  <akim@epita.fr>
5399         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5401 2003-05-14  Akim Demaille  <akim@epita.fr>
5403         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5404         linux/irda.h.
5406 2003-05-12  Akim Demaille  <akim@epita.fr>
5408         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5409         message.
5410         From Matthias Andree.
5412 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
5414         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5415         and truncate.
5417 2003-05-06  Akim Demaille  <akim@epita.fr>
5419         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5420         longer updates aclocal.m4 if useless, (ii) if a file m4_included
5421         by aclocal.m4 is changed it might require the importing of another
5422         m4 extension file, i.e., aclocal must be run.
5424         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5425         (&parse_args): Use --force with aclocal if required and supported.
5426         (&autoreconf_current_directory): Use &run_aclocal.
5428 2003-05-06  Akim Demaille  <akim@epita.fr>
5430         Lock autom4te's cache.
5432         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5433         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5434         argument instead of a file name, so that the request file remains
5435         open during the whole autom4te run.
5436         ($icache_file): New.
5437         (&freeze): Lock the $icache_file.
5439 2003-04-29  Derek Price  <derek@ximbiot.com>
5441         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5442         seperator with m4_append_uniq().  It doesn't work.
5443         (AT_CLEANUP): Add `;' to end of at_help_all.
5444         (AT_INIT): Allow --keywords to be specified more than once.  When
5445         grepping $at_help_all for keywords, use the field and keyword
5446         seperators to ensure a complete keyword match.  Alter at_prev handling
5447         to support the new --keywords behavior.
5449 2003-04-27  Karl Berry  <karl@freefriends.org>
5451         * doc/autoconf.texi: Make the dir entries in the autoconf manual
5452         align better with others.  I also made some of the individual
5453         entries on one line, for brevity and to make it easier for me to
5454         sort my dir-example file in the Texinfo distribution :).
5456 2003-04-12  Jim Meyering  <jim@meyering.net>
5458         * NEWS: Mention the new macro.
5459         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5460         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5461         * tests/c.at: Test AC_C_RESTRICT.
5462         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5464 2003-04-08  Akim Demaille  <akim@epita.fr>
5466         * bin/ifnames.in: Skip C++ comments.
5467         From Jeremy Yallop.
5469 2003-04-08  Akim Demaille  <akim@epita.fr>
5471         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5472         From Ilya Zakharevich.
5474 2003-04-08  Akim Demaille  <akim@epita.fr>
5476         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5477         net/if.h, stdlib.h.
5479 2003-04-01  Derek Price  <derek@ximbiot.com>
5481         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5482         from Akim's checkin of 2003-03-29.
5484 2003-04-01  Derek Price  <derek@ximbiot.com>
5486         * tests/torture.at (Configuring subdirectories): Add missing
5487         close-quote for Akim's change from 2003-03-28.
5489 2003-04-01  Akim Demaille  <akim@epita.fr>
5491         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5492         (AC, AT, MS): these.
5493         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5494         New.
5495         Use them.
5496         * doc/Makefile.am (CLEANFILES): Adjust.
5497         (TEXI2DVI): Make it --batch.
5499 2003-03-31  Derek Price  <derek@ximbiot.com>
5501         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5502         which removed the main loop.
5503         Thanks to Akim Demaille.
5505 2003-03-29  Akim Demaille  <akim@epita.fr>
5507         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5508         that starts a GUI.
5509         From Ilya Zakharevich.
5511 2003-03-29  Akim Demaille  <akim@epita.fr>
5513         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5514         documentation to read is Autoconf's.
5515         Suggested by Paul Eggert.
5517 2003-03-28  Akim Demaille  <akim@epita.fr>
5519         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5520         reading the section "Present But Cannot Be Compiled" when the
5521         header causes problems.
5523 2003-03-28  Akim Demaille  <akim@epita.fr>
5525         * tests/torture.at (Configuring subdirectories): Require aclocal
5526         1.4, otherwise the test fails, as it does support configure.ac.
5527         This fixes the "test 40 failed" bug reports.
5529 2003-03-28  Akim Demaille  <akim@epita.fr>
5531         * doc/autoconf.texi (C Compiler): `#line' portability.
5532         From Paul Eggert and Nelson H. F. Beebe.
5534 2003-03-27  Derek Price  <derek@ximbiot.com>
5536         * lib/autotest/general.m4: Eliminate main loop and reorganize test
5537         layout in order to allow scripting around test groups.
5539 2003-03-27  Derek Price  <derek@ximbiot.com>
5541         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5542         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5543         use new diversions in preparation for accepting new arguments and
5544         allowing scripting around tests.
5545         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5547 2003-03-26  Derek Price  <derek@ximbiot.com>
5549         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5550         obsolete AC_HELP_STRING.
5551         (AC_HELP_STRING): AU_DEFUN to...
5552         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5553         * tests/m4sh.at (AS_HELP_STRING): New test.
5555         * tests/acgeneral.at: Regenerated.
5557 2003-03-26  Derek Price  <derek@ximbiot.com>
5559         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5560         sense.  Verbosify the diversion definitions comment.
5562 2003-03-26  Derek Price  <derek@ximbiot.com>
5564         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5565         AS_PREPARE.
5567 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
5569         * doc/autoconf.texi (Present But Cannot Be Compiled):
5570         Grammar fixes and minor rewording. (trivial change)
5572 2003-03-06  Paul Eggert  <eggert@twinsun.com>
5574         Work around a problem noted by Nelson H. F. Beebe with coreutils
5575         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5576         2002/05/09) rejects '#line 32768 "configure"' because the line
5577         number overflows.
5578         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5579         #line directives.
5580         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5581         * doc/autoconf.texi (Generating Sources): Document this.
5583 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
5585         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5586         file name for the m4 program, when it has an "exe" file extension.
5587         DJGPP's error messages include the error code in brackets -
5588         remove the error code during normalization.
5590 2003-02-28  Akim Demaille  <akim@epita.fr>
5592         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5594 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
5596         * doc/autoconf.texi (Limitations of Make): Remove the section
5597         about `$<' in inference rules, it was a bogus interpretation of
5598         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
5599         Tru64 make in the "target lookup" section.
5600         (Automake): Automake 1.5+ no longer requires special tools to be
5601         present on the developer's host.
5603 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
5605         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5606         to a shell that can handle redirection or quoting correctly.
5607         Override SHELL with the shell detected by configure.
5608         Use of $^O suggested by Tim van Holder.
5609         * bin/autom4te.in (BEGIN): Likewise.
5610         * bin/autoreconf.in (BEGIN): Likewise.
5611         * bin/autoscan.in (BEGIN): Likewise.
5612         * bin/autoupdate.in (BEGIN): Likewise.
5613         * bin/ifnames.in (BEGIN): Likewise.
5615         * bin/ifnames.in: Add final newline to help and version messages.
5617         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5618         to cope with DOS-style absolute paths, when constructing
5619         ${ac_make}.
5621         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5622         When constructing paths with IFS=:, quote the path. If we're
5623         constructing a DOS-style absolute path, we don't want to split it
5624         on the colon.
5626         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5627         in description.
5629 2003-02-25  Pavel Roskin  <proski@gnu.org>
5631         * bin/autoheader.in: Add missing newline when printing
5632         suggestion how change AC_DEFINE call.
5634 2003-02-24  Paul Eggert  <eggert@twinsun.com>
5636         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5637         2002-09-01 patch by replacing "test -n" with "test -z".
5638         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
5639         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
5641         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
5642         to fix a mismatch between example and discussion.
5644 2003-02-24  Kevin Ryde  <user42@zip.com.au>
5646         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
5647         format starting with "-".
5649 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5651         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
5652         is not portable inside Makefile.
5654 2003-02-20  Akim Demaille  <akim@epita.fr>
5656         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
5657         compiler says yeah, but preproc says nope, compiler is right.
5658         Conversely, prompt the reader to send a bug report to the
5659         maintainers of the package, not of Autoconf.
5661 2003-02-20  Klee Dienes  <kdienes@apple.com>
5663         * bin/autoreconf.in (autoreconf_current_directory): Properly
5664         handle an empty aclocal.m4.
5666 2003-02-20  Akim Demaille  <akim@epita.fr>
5668         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
5669         $ac_prefix_program.
5670         From Larry Jones.
5672 2002-12-23  Paul Eggert  <eggert@twinsun.com>
5674         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
5675         innocuous variant befor including <limits.h> or <assert.h>.  This
5676         works around a bug reported by Albert Chin: HP-UX 11i
5677         (and earlier versions) have a <limits.h> that declares
5678         gettimeofday and many other functions.
5680 2002-12-03  Paul Eggert  <eggert@twinsun.com>
5682         Version 2.57.
5684         * NEWS, configure.ac: Update version.
5686         * doc/fdl.texi: Upgrade to FDL version 1.2.
5688         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
5689         nontrivially in main's body, so that f's external declaration is
5690         not optimized away in AIX.  This should fix the bug reported by
5691         Martin Frydl in
5692         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
5694         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
5695         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
5696         defined, to support freestanding compilers.  This should fix the
5697         bug reported by Momchil Velkov in
5698         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
5700         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
5701         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
5702         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
5703         by Simon Josefsson in
5704         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
5706         * Makefile.maint (www-gnu): New macro.
5707         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
5708         the location has moved.
5710 2002-12-02  Martin Frydl  <martin@systinet.com>
5712         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
5713         \(.*\) match is too long and there is something more to be checked.
5714         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
5716 2002-11-15  Akim Demaille  <akim@epita.fr>
5718         Version 2.56.
5720         * config/install-sh: chmod +x.
5721         From Paul Eggert.
5722         * config/move-if-change: Indenting changes.
5723         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
5724         * configure.ac (AM_INIT_AUTOMAKE): here.
5725         Require 1.7.1.
5727 2002-11-14  Akim Demaille  <akim@epita.fr>
5729         Version 2.55.
5731         * config/config.guess, config/config.sub, config/install-sh:
5732         Update from masters.
5734 2002-11-14  Akim Demaille  <akim@epita.fr>
5736         * Makefile.maint: Sync with Bison, i.e.:
5737         (po-check): Scan .l and .y files instead of the
5738         .c and the .h files that they generate.  This fixes the bug
5739         reported by Tim Van Holder in:
5740         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
5741         Look for N_ as well as for _.  Try to avoid matching #define for
5742         N_ and _.
5743         From Paul Eggert.
5745 2002-11-14  Akim Demaille  <akim@epita.fr>
5747         * doc/autoconf.texi (C Compiler): Compiling several files at once.
5748         From Paul Eggert and Albert Chin-A-Young.
5750 2002-11-14  Akim Demaille  <akim@epita.fr>
5752         * doc/autoconf.texi (C Compiler): Solitary backslashes.
5753         From Paul Eggert and Albert Chin-A-Young.
5755 2002-11-14  Kevin Ryde  <user42@zip.com.au>
5757         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
5758         than assigning in main, to avoid HP cc +O3 optimizing it away.
5760 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
5762         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
5763         option.  Process --recheck after parsing all options.  Pass -q
5764         option to configure on --recheck.
5765         (AC_OUTPUT): Pass -q from configure to config.status.
5766         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
5767         arguments to record.
5768         * doc/autoconf.texi (config.status Invocation): Document
5769         config.status -q option.
5771 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
5773         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
5774         Makefile.in if Makefile.am exists.
5775         (output): Strip `.am' from Makefiles.  Don't
5776         output AC_CONFIG_FILES if no Makefiles were found.
5778 2002-11-07  Akim Demaille  <akim@epita.fr>
5780         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
5781         (local_updates): New.
5782         * Makefile.maint: Update, from CVS Bison.
5783         (local_updates): New.
5785 2002-11-06  Akim Demaille  <akim@epita.fr>
5787         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
5788         declaration in extern "C" too.
5789         Reported by Roberto Bagnara.
5791 2002-11-06  Akim Demaille  <akim@epita.fr>
5793         * tests/torture.at (Configuring subdirectories): Don't use grep
5794         -w.
5795         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
5796         Reported by Ezra Peisach.
5798 2002-11-05  Akim Demaille  <akim@epita.fr>
5800         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
5801         Remove.
5802         We _have_ to stop using the old compatibility scheme that tried to
5803         avoid useless backslashes because Libtool 1.4.3 contains a
5804         AC_DEFINE([error_t], [int],
5805         [Define to a type to use for \`error_t' if it is not
5806         otherwise available.])
5807         We _have_ to quote the single quote and backslashes with \.  The
5808         old compatibility scheme saw that ` was backslashed, and therefore
5809         did not quote the single quote.  Hence before this patch, Autoconf
5810         was not compatible with Libtool.
5812 2002-11-04  Paul Eggert  <eggert@twinsun.com>
5814         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
5815         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
5816         LC_NAME, LC_PAPER, LC_TELEPHONE.
5817         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
5819 2002-11-04  Akim Demaille  <akim@epita.fr>
5821         Version 2.54c.
5823         * Makefile.maint (update, cvs-update, po-update, do-po-update):
5824         New.
5825         * config/texinfo.tex: Update.
5827 2002-11-03  Akim Demaille  <akim@epita.fr>
5829         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
5830         from...
5831         (&autoreconf): here.
5832         ($help, $make, &parse_args, &autoreconf_current_directory):
5833         Support -m/--make.
5834         * doc/autoconf.texi (autoreconf Invocation): Adjust.
5836 2002-10-31  Bruno Haible  <bruno@clisp.org>
5838         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
5839         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
5840         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
5841         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
5842         to ac_cv_func_realloc_0_nonnull.
5843         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
5845 2002-10-31  Akim Demaille  <akim@epita.fr>
5847         The test suite was no longer checking for trailing envvars and files.
5849         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
5850         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
5852 2002-10-31  Akim Demaille  <akim@epita.fr>
5854         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
5855         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
5856         Make variable, not a shell variable.
5857         Suggested by Bruno Haible.
5859 2002-10-31  Akim Demaille  <akim@epita.fr>
5861         * bin/autom4te.in (load_configuration): Reject #args out of any
5862         language.
5864 2002-10-31  Akim Demaille  <akim@epita.fr>
5866         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
5867         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
5868         (_AC_RUN_IFELSE): Use it.
5869         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
5870         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
5871         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
5872         inline it.
5874 2002-10-30  Akim Demaille  <akim@epita.fr>
5876         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
5877         * doc/autoconf.texi (autom4te Invocation): Adjust.
5878         Suggested by Tim van Holder.
5880 2002-10-29  Paul Eggert  <eggert@twinsun.com>
5882         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
5883         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
5884         Problem reported by Bruno Haible.
5886 2002-10-29  Akim Demaille  <akim@epita.fr>
5888         * doc/autoconf.texi (Header Templates): Put also in words what the
5889         pictures says to assist free style readers.
5890         (Customizing autom4te): s/--cache=/--cache /.
5892 2002-10-29  Akim Demaille  <akim@epita.fr>
5894         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
5895         sys/wait.h.
5896         sparc_address_test returns void.
5897         Use it with an argument, as prototyped.
5898         From Bruno Haible.
5900 2002-10-29  Akim Demaille  <akim@epita.fr>
5902         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
5903         configure.in, not configure.ac.
5904         Reported by Bruno Haible.
5906 2002-10-29  Akim Demaille  <akim@epita.fr>
5908         * tests/torture.at (Deep Package): New test.
5909         (Configuring subdirectories): Don't use a testSubDir as Autotest
5910         now does it itself.
5912 2002-10-29  Akim Demaille  <akim@epita.fr>
5914         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
5915         * doc/autoconf.texi (Invoking autom4te): Rename as...
5916         (autom4te Invocation): this, for consistency with the other nodes.
5918 2002-10-29  Akim Demaille  <akim@epita.fr>
5920         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
5921         Reported by Ralf Corsepius.
5923 2002-10-29  Akim Demaille  <akim@epita.fr>
5925         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
5926         characters is a back as an `obsolete' warning now.
5927         Reported by Ralf Corsepius.
5929 2002-10-28  Akim Demaille  <akim@epita.fr>
5931         * configure.ac: Bump to 2.54c.
5933 2002-10-28  Akim Demaille  <akim@epita.fr>
5935         Version 2.54b.
5937         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
5939 2002-10-28  Akim Demaille  <akim@epita.fr>
5941         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
5942         m4 executable names, and different GNU M4 version.
5943         Reported by Ezra Peisach and Paul Jarc.
5945 2002-10-27  Akim Demaille  <akim@epita.fr>
5947         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
5948         AC_RUN_IFELSE.
5950 2002-10-27  Akim Demaille  <akim@epita.fr>
5952         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
5953         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
5954         Die when a simple Fortran program cannot be compiled.
5955         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
5956         Issue a warning if no function is given.
5958 2002-10-27  Akim Demaille  <akim@epita.fr>
5960         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
5961         Move the documentation of AC_TRY_RUN to...
5962         (Obsolete Macros): here.
5963         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
5964         (autoconf Invocation): Remove the duplicates with `invoking
5965         autom4te'.
5966         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
5967         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
5969 2002-10-27  Akim Demaille  <akim@epita.fr>
5971         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
5972         and AC_LANG_FUNC_LINK_TRY.
5973         (Examining Libraries): Rename as...
5974         (Running the Linker): this.
5975         Document AC_LINK_IFELSE.
5976         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
5977         (Obsolete Macros): here.
5978         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
5979         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
5980         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
5981         * lib/autoconf/headers.m4 (AC_USG): Likewise.
5983 2002-10-27  Akim Demaille  <akim@epita.fr>
5985         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
5987         More `check config.log' messages.
5989         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
5990         * doc/autoconf.texi (Printing Messages): Document it.
5991         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
5992         appropriate.
5993         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
5994         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
5995         (_AC_COMPILER_OBJEXT): Likewise.
5996         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
5997         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
5998         Likewise.
5999         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6000         Likewise.
6002         Deprecate macros with unusual interfaces.
6004         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6005         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6007         Document the new ones, and proper style.
6009         * doc/autoconf.texi (Generating Sources): New.
6010         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6011         (Examining Declarations): Rename as...
6012         (Running the Preprocessor): this.
6013         Document AC_PREPROC_IFELSE.
6014         (Examining Syntax): Rename as...
6015         (Running the Compiler): this.
6016         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6017         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6018         AC_TRY_COMPILE here.
6020 2002-10-27  Akim Demaille  <akim@epita.fr>
6022         Move sections around.
6024         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6025         sentence.
6026         Reported by Burno Haible.
6027         (Language Choice): Now the first section of...
6028         (Writing Tests): this section.
6029         Make the introduction less C-centric.
6030         (Guidelines, Test Functions): Move to...
6031         (Writing Test Programs): this new section.
6032         (Test Programs): Merge into...
6033         (Run Time): this.
6035 2002-10-27  Akim Demaille  <akim@epita.fr>
6037         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6038         autom4te.in that resulted in the need for two `make' runs.
6040 2002-10-27  Akim Demaille  <akim@epita.fr>
6042         * configure.ac: Bump to 2.54b.
6044 2002-10-25  Akim Demaille  <akim@epita.fr>
6046         Version 2.54a.
6048         * Makefile.maint: Update from the Coreutils.
6049         (AMTAR): Remove, obsolete.
6050         (automake_repo): Update to redhat.com.
6051         (cvs_file): New.
6052         Adjust to the fact that ansi2knr is now hosted by Automake.
6053         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6054         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6055         Update from masters.
6056         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6057         autoscan.pre is not to be installed, and autoscan.list is not to
6058         be shipped.
6059         (CLEANFILES): Add autoscan.list.
6060         (autoscan.list): Disable the cache.
6061         * bin/Makefile.am: Include freeze.mk.
6063 2002-10-25  Akim Demaille  <akim@epita.fr>
6065         * bin/autom4te.in (&load_configuration): Take the file as
6066         argument.
6067         (&parse_args): Handle -C, --cache.
6068         ($help): Adjust.
6069         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6070         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6071         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6072         Now a subsection of...
6073         (Using autom4te): This new section.
6074         (Customizing autom4te): New.
6075         (autom4te.cache): Adjust.
6077 2002-10-25  Akim Demaille  <akim@epita.fr>
6079         * doc/autoconf.texi (Generic Headers): More information on how to
6080         use AC_CHECK_HEADERS.
6082 2002-10-25  Akim Demaille  <akim@epita.fr>
6084         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6085         Space changes.
6087 2002-10-25  Akim Demaille  <akim@epita.fr>
6089         * bin/autoscan.in (output): Output AC_PREREQ.
6090         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6091         be reported.
6093 2002-10-23  Akim Demaille  <akim@epita.fr>
6095         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6096         document _Bool.
6098 2002-10-23  Akim Demaille  <akim@epita.fr>
6100         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6101         Reported by Peter Eisentraut.
6103 2002-10-23  Akim Demaille  <akim@epita.fr>
6105         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6106         type _Bool.
6107         Fix a typo.
6108         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6109         Eggert's recommandations.
6111 2002-10-22  Akim Demaille  <akim@epita.fr>
6113         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6114         Bison, by Paul Eggert.
6115         * doc/autoconf.texi (Particular Headers): Document it.
6117 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6119         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6120         `$ac_configure_args'.
6122 2002-10-22  Akim Demaille  <akim@epita.fr>
6124         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6125         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6126         From Art Haas.
6128 2002-10-22  Akim Demaille  <akim@epita.fr>
6130         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6132         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6133         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6134         (_AC_CHECK_HEADER_NEW): Rename as...
6135         (AC_CHECK_HEADER): this.
6137 2002-10-22  Akim Demaille  <akim@epita.fr>
6139         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6140         words about HP-UX cmp: it was actually a user-written cmp.
6142 2002-10-22  Akim Demaille  <akim@epita.fr>
6144         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6145         are a few warnings.
6146         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6147         Quote for Perl '' strings, not "".
6148         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6149         strings.
6151 2002-10-22  Akim Demaille  <akim@epita.fr>
6153         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6154         characters is a syntax warning now.
6155         (_AS_QUOTE): Accept $2 as list of characters to quote.
6156         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6157         Quote for Perl, not sh.
6158         * bin/autoheader.in: When $debug, report the file which is
6159         `do'ne.
6160         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6161         `@', to tickle Perl's lists.
6162         Reported by Carlos Velasco.
6164 2002-10-18  Akim Demaille  <akim@epita.fr>
6166         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6167         missing included files _are_ errors.
6168         Thanks to Alexandre Duret-Lutz.
6169         * tests/tools.at (autom4te cache): Adjust.
6170         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6171         (AT_CHECK_M4SUGAR): Use it.
6172         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6173         Adjust.
6174         * tests/tools.at (autom4te): Now it does exit 1.
6176 2002-10-17  Akim Demaille  <akim@epita.fr>
6178         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6179         Fixes the `AC_ARG_VAR' test failures.
6180         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6181         * lib/freeze.mk (check-forbidden-patterns): New.
6182         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6183         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6184         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6185         /dev/null.
6186         Reported months ago by H. Merijn Brand.
6188 2002-10-17  Akim Demaille  <akim@epita.fr>
6190         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6192 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6194         * Makefile.maint (wget_files): Remove ansi2knr.c.
6195         (ansi2knr.c-url_prefix): Remove.
6197 2002-10-16  Akim Demaille  <akim@epita.fr>
6199         Because of caching, some files that no longer exist and are no
6200         longer required can still cause errors.
6201         Reported by Alexandre Duret-Lutz.
6203         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6204         to frozen files in @ARGV, as @ARGV must remain being a list of
6205         files.  Rather, at M4 call sites, use this...
6206         (&files_to_options): New function.
6207         (&freeze): Use &error.
6208         (&up_to_date): If a file that was included according to the cache
6209         is no longer there, then the output is out dated.
6210         (&main): Don't even check whether a file is up to date is anyway
6211         --force is given.
6212         * tests/tools.at (autom4te cache): New.
6214 2002-10-16  Akim Demaille  <akim@epita.fr>
6216         * bin/autoconf.as: Kill dead options.
6217         * bin/autoupdate.in (&parse_args): Kill old options.
6218         * bin/autoreconf.in (&parse_args): Remove dead options.
6219         Factor some code.
6220         (&autoreconf): Report the directories we enter *and leave*, so
6221         that error messages can be easily located, and use GNU Make
6222         format, so that Emacs' compile mode understands us.
6223         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6224         if some file was changed instead of `print'.
6225         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6226         (&parse_args): Remove the dead options.
6227         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6228         autoheader's quiet mode.
6229         (AT_CHECK_AUTOUPDATE): Likewise.
6230         * tests/tools.at (autoupdate): Adjust.
6231         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6233 2002-10-11  Akim Demaille  <akim@epita.fr>
6235         No longer use CPP to check for the existing of headers: use CC to
6236         check for compilability.
6238         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6239         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6240         (_AC_CHECK_HEADER_NEW): Rename as...
6241         (AC_CHECK_HEADER): this.
6243         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6244         numbers in the Subject suggestion.
6246 2002-10-11  Akim Demaille  <akim@epita.fr>
6248         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6249         Suggest using AC_CHECK_DECLS instead.
6251 2002-10-11  Akim Demaille  <akim@epita.fr>
6253         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6254         of `precious'.
6256 2002-10-11  Akim Demaille  <akim@epita.fr>
6258         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6259         file name to enable parallel executions.
6260         From Sam Varshavchik.
6262 2002-10-08  Akim Demaille  <akim@epita.fr>
6264         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6265         aclocal invocation, as Gettext macros might not be visible to
6266         aclocal.
6267         Instead of blindly running autopoint, scan configure.ac (not the
6268         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6269         Reported by Paul D. Smith.
6271 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6273         Work around problems found when POSIXLY_CORRECT=1 is set.
6274         None of this seems to have anything to do with POSIX, really,
6275         but it's how Perl getopt works.
6276         * bin/autom4te.in (parse_args): Configure GetOpt with
6277         "permute", too.
6278         * doc/autoconf.texi (Invoking autom4te):
6279         --warning -> --warnings.
6280         * lib/autom4te.in: --warning -> --warnings.
6282 2002-09-28  Akim Demaille  <akim@epita.fr>
6284         * doc/autoconf.texi (autom4te.cache): New section.
6286 2002-09-28  Akim Demaille  <akim@epita.fr>
6288         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6289         (Automake-preselections): Update.
6290         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6292 2002-09-28  Akim Demaille  <akim@epita.fr>
6294         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6295         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6296         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6297         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6299 2002-09-28  Akim Demaille  <akim@epita.fr>
6301         * tests/torture.at (Configuring subdirectories): Be robust to
6302         users who use config.site to require for a cache: in this case,
6303         the two last configure runs, using two different sets of
6304         arguments, trigger a legitimate error.
6306 2002-09-28  Akim Demaille  <akim@epita.fr>
6308         * tests/m4sh.at (Functions Support, Functions and return Support):
6309         New.
6311 2002-09-28  Akim Demaille  <akim@epita.fr>
6313         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6314         autoheader are Perl programs.
6315         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6316         (autom4te): Specify that the sources are in the $srcdir.
6317         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6319 2002-09-28  Akim Demaille  <akim@epita.fr>
6321         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6322         (tm_zone): Move their rules to...
6323         * lib/autoconf/types.m4: here, using AN_ macros.
6324         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6325         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6326         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6327         * lib/autoconf/programs.m4: here.
6328         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6329         (ETAGS_FOR_AUTOCONF): New.
6330         Use it.
6332 2002-09-28  Akim Demaille  <akim@epita.fr>
6334         * lib/autoconf/autoscan.m4: New file.
6335         * lib/autoconf/autoconf.m4: Include it.
6336         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6337         that were listed in the original autoscan.list.
6338         * lib/autoconf/headers.m4: Similarly with headers.
6339         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6340         (.m4.m4f): Don't pass --prepend-include, since that's done by
6341         tests/autom4te itself.
6342         * lib/autoscan/Makefile.am: Include freeze.mk.
6343         (autoscan.list): New target --this file is no longer a source.
6344         (autoscan.pre): New file.
6346 2002-09-28  Akim Demaille  <akim@epita.fr>
6348         * bin/autoscan.in (@kinds): Make them singular.
6349         Adjust all uses.
6350         (&init_tables): When --debug, report the list of rules to ease
6351         tracking changes in autoscan.list.
6352         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6354 2002-09-28  Akim Demaille  <akim@epita.fr>
6356         * lib/autoscan/functions, lib/autoscan/headers,
6357         * lib/autoscan/identifiers, lib/autoscan/makevars,
6358         * lib/autoscan/programs: Merge into...
6359         * lib/autoscan/autoscan.list: this.
6360         * bin/autoscan.in (&init_tables): Adjust.
6362 2002-09-28  Akim Demaille  <akim@epita.fr>
6364         * lib/autoscan/functions, lib/autoscan/headers,
6365         * lib/autoscan/identifiers, lib/autoscan/makevars,
6366         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6367         `functions' line is now prefixed with `function:'.
6368         * bin/autoscan.in (&init_tables): Adjust.
6370 2002-09-28  Akim Demaille  <akim@epita.fr>
6372         From now on, autoscan files must always map a macro name to a
6373         word: there is no `default' macro for autoscan.
6375         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6376         all.
6377         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6378         explicit.
6380 2002-09-28  Akim Demaille  <akim@epita.fr>
6382         * bin/autoscan.in (%c_keywords): Remove.
6383         (&used): Keep only track of the words we might be interested in.
6384         (&output_kind): It is no longer needed to look for non active
6385         checks.
6387 2002-09-27  Akim Demaille  <akim@epita.fr>
6389         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6390         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6391         * lib/autoscan/functions: Adjust.
6392         * doc/autoconf.texi (Particular Functions): Adjust.
6394 2002-09-27  Akim Demaille  <akim@epita.fr>
6396         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6397         from /tmp.
6398         Thanks to Bill Moseley and Paul Eggert.
6399         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6400         the tmpdir must be created.
6401         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6402         dir be in the build tree, instead of $TMPDIR.
6404 2002-09-27  Akim Demaille  <akim@epita.fr>
6406         * bin/autoscan.in: Improve the comments.
6407         (&parse_args): Drop obsolete undocumented options.
6408         (&output_kind): Output warnings.
6409         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6410         (getwd): Trigger a warning.
6412 2002-09-26  Akim Demaille  <akim@epita.fr>
6414         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6415         Reported by Ralf Corsepius.
6416         * doc/autoconf.texi (autoreconf Invocation): Likewise.
6418 2002-09-26  Akim Demaille  <akim@epita.fr>
6420         Single suffix rules and seperated dependencies are not portable.
6422         * doc/autoconf.texi (Installation Directory Variables): Update.
6423         (Limitations of Make): Some about `Single Suffix Rules and
6424         Separated Dependencies'.
6425         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6426         (ifnames, autoscan, autom4te): Un-factor into several rules.
6428 2002-09-25  Paul Eggert  <eggert@twinsun.com>
6430         * BUGS (Interoperability bugs): New section.  Mention libtool
6431         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6433 2002-09-24  Paul Eggert  <eggert@twinsun.com>
6435         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6436         make handles suffix-rules differently from GNU make.
6438         * bin/Makefile.am (SUFFIXES, .in): Remove.
6439         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6440         Move the body of the old .in rule here.
6442 2002-09-16  Akim Demaille  <akim@epita.fr>
6444         i960 compilers create `b.out' files by default.
6445         Reported by Ralf Corsepius.
6447         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6448         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6450 2002-09-13  Paul Eggert  <eggert@twinsun.com>
6452         * doc/autoconf.texi (Particular Headers): Remove obsolete
6453         reference to `struct timezone' in the description of
6454         AC_HEADER_TIME.
6456 2002-09-13  Akim Demaille  <akim@epita.fr>
6458         Version 2.54.
6460         * config/config.sub, config/config.guess: Update.
6461         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6462         * Makefile.am: Adjust.
6464 2002-09-13  Akim Demaille  <akim@epita.fr>
6466         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6467         reading config.log when the compiler is rejected.
6468         Suggested by Guido Draheim.
6470 2002-09-13  Akim Demaille  <akim@epita.fr>
6472         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6473         (chdir_init) might hang when stat'ing mounted directories.
6474         Reported by Vance Shipley.
6476 2002-09-12  Akim Demaille  <akim@epita.fr>
6478         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6479         the lists.
6481 2002-09-12  Akim Demaille  <akim@epita.fr>
6483         * doc/autoconf.texi (Defining Symbols): Present two different
6484         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6485         difference between 1 argument calls, and 2-3 argument calls.
6487 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
6489         * doc/autoconf.texi: Review grammar and punctuation.
6491 2002-09-11  Paul Eggert  <eggert@twinsun.com>
6493         * doc/autoconf.texi: Fix minor formatting, spelling, and
6494         grammatical typos.
6495         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6496         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6497         is obsolescent.
6499 2002-09-11  Akim Demaille  <akim@epita.fr>
6501         * doc/autoconf.texi (Questions): Rename as...
6502         (FAQ): this.
6503         (Defining Directories): New.
6505 2002-09-09  Akim Demaille  <akim@epita.fr>
6507         * doc/autoconf.texi (Making testsuite Scripts): Update.
6508         Suggested by Nishio Futoshi.
6510 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
6512         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6513         plain `@' is wanted.
6515 2002-09-09  Akim Demaille  <akim@epita.fr>
6517         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6518         `duplicates', since the algorithm was too naive and could keep
6519         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6520         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6521         Reported by Ralf Corsepius.
6522         * tests/torture.at (Configuring subdirectories): Exercise these
6523         cases.
6525 2002-09-09  Akim Demaille  <akim@epita.fr>
6527         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6528         looking for a replacement file.
6529         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6530         directory is relative.
6531         * doc/autoconf.texi (Generic Functions): Clarify the replacement
6532         directory definition.
6533         Reported by Andreas Schwab and Jim Meyering.
6535 2002-09-06  Akim Demaille  <akim@epita.fr>
6537         * doc/autoconf.texi (Setting Output Variables): Clarify what
6538         precious variables are.
6539         Suggested by Pontus Skoeld.
6541 2002-09-05  Akim Demaille  <akim@epita.fr>
6543         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6544         (ifnames, autoscan, autom4te): Since we don't only depend on
6545         configure.ac variables (such as VERSION etc.), but also on prefix
6546         and so forth, depend on Makefile, not configure.ac.
6547         Reported by Alexandre Duret-Lutz.
6548         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6550 2002-09-05  Kevin Ryde  <user42@zip.com.au>
6552         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6553         doesn't seem to be confined to ia64, just say "some versions".
6555 2002-09-04  Akim Demaille  <akim@epita.fr>
6557         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6558         Automake 1.6c.
6559         * Makefile.am (maintainer-clean-local): Remove.
6560         (MAINTAINERCLEANFILES): Remove COPYING.
6562 2002-09-03  Paul Eggert  <eggert@twinsun.com>
6564         * doc/autoconf.texi (Configuration Commands): Remove obsolete
6565         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
6566         Brinkmann.
6568 2002-09-03  Akim Demaille  <akim@epita.fr>
6570         * configure.ac: Bump to 2.53d.
6571         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6572         as of today, on Automake's team suggestion.
6574 2002-09-03  Akim Demaille  <akim@epita.fr>
6576         Version 2.53c.
6578 2002-09-02  Akim Demaille  <akim@epita.fr>
6580         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6581         SITE_MACRO_DIR.
6582         * configure.ac: Disable SITE_MACRO_DIR.
6584 2002-09-02  Jim Meyering  <meyering@lucent.com>
6586         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6587         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6588         Also, tweak grammar: s/make sure to/be sure to/.
6590 2002-09-02  Paul Eggert  <eggert@twinsun.com>
6592         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6593         directory names are generally preferable to physical names.
6595 2002-09-02  Akim Demaille  <akim@epita.fr>
6597         * lib/Autom4te/General.pm (&update_file): s/die/error/.
6598         Reported by Raja R. Harinath.
6599         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6600         * bin/autoupdate.in: Use error instead of die.
6602 2002-09-01  Paul Eggert  <eggert@twinsun.com>
6604         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6605         ordinary shell concatenation rather than echo+tr+sed command that
6606         runs afoul of a long-line-related sed bug in Solaris 8.
6608         * bin/autoheader.in (parse_args): --warning -> --warnings.
6610         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6611         stdout, as traditional "ls" does.
6612         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6613         _AC_COMPILER_EXEEXT_O): Likewise.
6614         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6616         * bin/autoconf.as: Add --prepend-include option.  This patch was
6617         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6618         but bin/autoconf.in is generated automatically from bin/autoconf.as.
6620         * bin/autoconf.in, configure: Regenerate.
6622         * doc/autoconf.texi (Special Shell Variables): Mention
6623         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
6625         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6626         MAILPATH and set PS1, PS2, PS4 to default values, to work
6627         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6628         For LC_ALL etc, first try to set to "C" as POSIX requires and as
6629         the Autoconf documentation specifies; fall back to "unset" only if
6630         this fails.  Use a shell for-loop for this rather than an m4 loop,
6631         to shorten the output script.
6633 2002-08-30  Paul Eggert  <eggert@twinsun.com>
6635         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6636         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
6637         for the CDPATH problem.  Document PWD.
6638         (Limitations of Builtins): Document the problem that "cd $foo" and
6639         "ls $foo" may refer to different directories in shells conforming
6640         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
6641         example, since the old example is now out of date.
6643         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
6644         FOO" and "ls FOO" talk about different directories; this catches
6645         problems when POSIX 1003.1-2001 "cd" fails due to symlink
6646         spaghetti.
6648         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
6649         of rolling our own unset.
6650         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
6651         in practice we needn't worry about CDPATH if unset doesn't work.
6653         * Makefile.in, aclocal.m4, bin/Makefile.in,
6654         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
6655         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
6656         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
6657         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
6658         tests/Makefile.in: Regenerate with Automake 1.6.3.
6660         * config/config.guess, config/config.sub, config/mkinstalldirs:
6661         Update.
6663         * configure: Regenerate with self.
6665 2002-08-30  Kevin Ryde  <user42@zip.com.au>
6667         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
6668         default output.
6670 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6672         * bin/autom4te.in (Request::load): Correctly test for "do" read
6673         failure.
6675 2002-08-29  Akim Demaille  <akim@epita.fr>
6677         * lib/Autom4te/General.pm (&xqx): New.
6678         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
6679         hand, which is not portable.
6680         (&error): New.
6681         * bin/autom4te.in: Use them.
6682         Use &error instead of die.
6683         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6684         Adjust.
6686 2002-08-17  Paul Eggert  <eggert@twinsun.com>
6688         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
6689         default list of compilers to try, since it was long ago superseded
6690         by the ksh fc builtin.  Suggested by Steven G. Johnson.
6692 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
6694         * doc/autoconf.texi (Invoking autom4te): End the option table,
6695         fixing a bug introduced by the previous patch.
6696         (Limitations of Make): Add a 'target lookup' subentry in the
6697         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
6699 2002-07-29  Mark D. Roth  <roth@feep.net>
6701         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
6702         options and use $AUTOM4TE_PATH.
6703         * doc/autoconf.texi: Remove documentation of autom4te
6704         --include-envvar and --site-macro-subdir options and document
6705         use of $AUTOM4TE_PATH.
6706         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
6707         arguments from each language section.
6709 2002-07-29  Paul Eggert  <eggert@twinsun.com>
6711         * doc/install.texi: Include copyright symbol in copyright notice.
6713         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
6714         Replace with:
6715         (AM_MAKEINFOFLAGS): New macro.
6716         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
6717         * Makefile.am (INSTALL): Use the new macros.
6718         Use -o rather than --output, since "missing" does not grok --output.
6720 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
6722         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
6723         comments do not always work. Never trust the exit status of
6724         `make -k'.
6726 2002-07-24  Kevin Ryde  <user42@zip.com.au>
6728         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
6729         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
6731 2002-07-23  Paul Eggert  <eggert@twinsun.com>
6733         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
6734         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
6735         apparently treats PATH="nonexistent" as if it contained ".".
6736         Bug reported by Stefan `Sec' Zehl.
6738 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
6740         * doc/autoconf.texi (Limitations of Make): Mention the special
6741         handling of the obj/ directory by BSD make.
6743 2002-07-20  Kevin Ryde  <user42@zip.com.au>
6745         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
6746         backslashes.
6748 2002-07-19  Akim Demaille  <akim@epita.fr>
6750         * doc/autoconf.texi (Function Portability): `exit'.
6751         (Programming in M4sh): Ethymology of M4sh.
6753 2002-07-19  Akim Demaille  <akim@epita.fr>
6755         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
6757 2002-07-18  Akim Demaille  <akim@epita.fr>
6759         Version 2.53b.
6761 2002-07-18  Akim Demaille  <akim@epita.fr>
6763         * config/config.guess, config/config.sub: Update.
6765 2002-07-18  Akim Demaille  <akim@epita.fr>
6767         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
6768         Automake's parts.
6770         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
6771         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
6772         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
6774 2002-07-18  Akim Demaille  <akim@epita.fr>,
6775             Alexandre Duret-Lutz  <duret_g@epita.fr>
6777         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
6778         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
6780 2002-07-17  Russ Allbery  <rra@stanford.edu>
6782         * doc/autoconf.texi (Initializing configure): Clarify the
6783         description of the tarname default.
6785 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
6787         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
6788         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
6789         latter was not run.
6791 2002-07-17  Akim Demaille  <akim@epita.fr>
6793         * lib/Autom4te/General.pm (find_file): Browse the directories in
6794         the order they are given.
6796 2002-07-17  Akim Demaille  <akim@epita.fr>
6798         * tests/wrapsh.as, tests/wrappl.as: Merge into...
6799         * tests/wrapper.as: this.
6800         * tests/Makefile.am, configure.ac: Adjust.
6802 2002-07-17  Mark D. Roth  <roth@feep.net>
6804         * configure.ac: Add --enable-site-macro-dir option.
6805         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
6806         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
6807         --site-macro-subdir options.
6808         * bin/autoconf.in: Add --prepend-include option.
6809         * bin/autoheader.in: Add --prepend-include option.
6810         * bin/autoreconf.in: Add --prepend-include option.
6811         * bin/autoscan.in: Add --prepend-include option.
6812         * bin/autoupdate.in: Add --prepend-include option.
6813         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
6814         macro directory, remove note that include path directories are
6815         used in reverse order, and document --prepend-include option.
6816         * lib/autom4te.in: Use --prepend-include instead of --include.
6817         * tests/wrapsh.in: Use --prepend-include instead of --include.
6819 2002-07-17  Akim Demaille  <akim@epita.fr>
6821         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
6822         tarnames.
6823         * doc/autoconf.texi (Initializing configure): Adjust.
6825 2002-07-17  Akim Demaille  <akim@epita.fr>
6827         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
6828         (_AC_FUNC_MALLOC): New.
6829         (AC_FUNC_MALLOC): Use the latter.
6830         Define HAVE_MALLOC to 0 if broken.
6831         * doc/autoconf.texi (Particular Functions): Adjust.
6833 2002-07-16  Akim Demaille  <akim@epita.fr>
6835         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
6836         * doc/autoconf.texi (C Compiler): Adjust.
6838 2002-07-09  Akim Demaille  <akim@epita.fr>
6840         * doc/autoconf.texi: Properly set the ``header'' part.
6842 2002-07-09  Akim Demaille  <akim@epita.fr>
6844         * doc/autoconf.texi (Systemology): Some about Darwin.
6846 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
6848         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6849         Don't use AC_REQUIRE in AU_DEFUN.
6851 2002-07-09  Art Haas  <ahaas@neosoft.com>
6853         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
6855 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
6857         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6858         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
6859         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
6860         so that Emacs setups GNU style for perl-mode and cperl-mode.
6862 2002-06-27  Paul Eggert  <eggert@twinsun.com>
6864         * config/install-sh: Quote $src.  Prefer || to test's -o option,
6865         as per "Limitations of Builtins".
6866         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
6867         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6869         * tests/mktests.sh: Use grep instead of fgrep, as per
6870         "Limitations of Builtins".
6872 2002-06-15  Paul Eggert  <eggert@twinsun.com>
6874         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
6875         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
6876         so that we consistently test the just-built programs.
6877         * tests/wrappl.as: Likewise.
6879 2002-06-12  Paul Eggert  <eggert@twinsun.com>
6881         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
6882         name, so that symlinks to 'autoconf' work properly.  Bug reported
6883         by Bruno Haible.
6884         * bin/autoheader.in (AUTOM4TE): Likewise.
6885         * bin/autoreconf.in (autoconf, autoheader): Likewise.
6886         * bin/autoscan.in (autom4te): Likewise.
6887         * bin/autoupdate.in (autom4te): Likewise.
6889         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
6890         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
6891         on Solaris 2.5.1.
6893 2002-06-11  Andreas Schwab  <schwab@suse.de>
6895         * doc/autoconf.texi: Add more dir entries.
6897 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
6899         * bin/autom4te.in ($cache): Don't define using `$me', the name
6900         of the cache should not depend on the name under which autom4te
6901         was installed.
6903 2002-06-07  Akim Demaille  <akim@epita.fr>
6905         * tests/tools.at (autoconf: forbidden tokens, basic)
6906         (autoconf: forbidden tokens, exceptions): Adjust to the change of
6907         words in autom4te.in.
6909 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
6911         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
6912         _AC_LANG_PROGRAM_C_F77_HOOKS.
6914 2002-06-07  Akim Demaille  <akim@epita.fr>
6916         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
6917         rename as...
6918         (AC_REPLACE_FNMATCH): this.
6919         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
6920         AC_FUNC_FNMATCH_GNU.
6922 2002-06-07  Akim Demaille  <akim@epita.fr>
6924         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
6925         Rosetta Stone for Unix.
6927 2002-06-07  Akim Demaille  <akim@epita.fr>
6929         * bin/autom4te.in (warn_forbidden): When rejecting a token,
6930         suggest m4_pattern_allow.
6931         Suggested by Adam J. Richter.
6933 2002-06-07  Akim Demaille  <akim@epita.fr>
6935         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
6936         ac_config_libobj_dir.
6937         (AC_CONFIG_LIBOBJ_DIR): New.
6938         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
6939         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
6940         Use ac_config_libobj_dir to find the replacement files.
6941         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
6942         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
6943         (AC_REPLACE_FNMATCH_GNU): these.
6944         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
6945         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
6946         * tests/mktests.sh (ac_exclude_list): Don't check
6947         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
6949 2002-06-06  Paul Eggert  <eggert@twinsun.com>
6951         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
6952         if ln doesn't work.
6953         * NEWS: Likewise.
6954         * doc/autoconf.texi (Configuration Links): Likewise.
6955         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
6957 2002-06-05  Paul Eggert  <eggert@twinsun.com>
6959         * config/config.guess, config/config.sub, config/texinfo.tex:
6960         Update from masters.
6962 2002-05-29  Paul Eggert  <eggert@twinsun.com>
6964         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
6965         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6966         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
6967         Likewise.
6968         * lib/autoconf/Makefile.am (check-local): Likewise.
6969         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
6970         * lib/autoconf/types.m4 (commentary only): Likewise.
6971         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
6972         * lib/autotest/Makefile.am (check-local): Likewise.
6973         * lib/m4sugar/Makefile.am (check-local): Likewise.
6974         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
6975         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
6977         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
6978         * doc/autoconf.texi (Particular Programs): Document them.
6979         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
6980         * NEWS: Likewise.
6982 2002-05-27  Paul Eggert  <eggert@twinsun.com>
6984         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
6985         * NEWS, doc/autoconf.texi (Particular Types): Document it.
6986         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
6987         instead of AC_MBSTATE_T, which never existed.
6989 2002-05-23  Akim Demaille  <akim@epita.fr>
6991         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
6992         version of Autoconf that is discussed.
6994 2002-05-22  Paul Eggert  <eggert@twinsun.com>
6996         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
6997         from the default list of compilers to try.  Suggested by
6998         Kate Hedstrom.
6999         * NEWS: Document the above.
7000         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7002 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7004         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7005         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7006         This improves on an earlier suggestion by H. Peter Anvin.
7008 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7010         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7011         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7012         Both macros now accept an optional source-dir arg.
7013         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7015         * NEWS: Document this.
7016         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7018         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7019         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7020         not for GNU extensions; this undoes part of the 2000-11-03 change,
7021         reverting to 2.13-compatible behavior.
7022         Add new optional argument DIR.
7023         (AC_FUNC_FNMATCH_GNU): New macro.
7025         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7027 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7029         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7030         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7031         and it causes a 'test' syntax error if it fails.
7032         Bug reported by Stephen Gildea.
7034         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7035         If prototypes are supported, use them to check this at compile-time,
7036         instead of trying to check it at run-time.  If we must do a run-time
7037         check, assume that setvbuf is standard when cross-compiling, as
7038         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7039         Bug reported by Paul D. Smith.
7041         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7042         argument specifying location of getloadavg.c.  This removes a
7043         FIXME.  This idea was taken from Jim Meyering's implementation in
7044         textutils.
7045         * doc/autoconf.texi (Particular Functions): Document this.
7046         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7047         that's what the code does; this fixes a bug reported by
7048         Paul D. Smith.
7050 2002-05-03  Akim Demaille  <akim@epita.fr>
7052         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7053         autopoint instead of gettextize.
7054         ($uses_alocal): Rename as...
7055         ($uses_aclocal): this.
7056         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7057         Suggested by Bruno Haible.
7059 2002-05-03  Akim Demaille  <akim@epita.fr>
7061         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7063 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7065         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7066         files to be 1 second older; just set them to be the same time.
7067         Also, sleep 1 second after the first aclocal, to work around
7068         problems with sub-second time stamps on the input files.
7070 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7072         * doc/autoconf.texi: Mention "set -e -x" lossage
7073         under node "Limitations of Builtins".
7075 2002-04-29  Akim Demaille  <akim@epita.fr>
7077         * doc/install.texi: Better wording for setting variables when
7078         running configure.
7079         From Christian Cornelssen.
7081 2002-04-29  Akim Demaille  <akim@epita.fr>
7083         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7084         of lack of $LINENO support, then the test will compare the $LINENO
7085         in testsuite vs. the lineno in the test file.  This is wrong, of
7086         course.
7087         Be sure to protect it.
7088         Reported by Patrick Welche.
7090 2002-04-25  Akim Demaille  <akim@epita.fr>
7092         * doc/autoconf.texi (Obsolete Macros): Typo.
7093         Reported by Vladimir Volovich.
7095 2002-04-25  Akim Demaille  <akim@epita.fr>
7097         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7098         than some of the input files, hence, on the second run of aclocal,
7099         if some of its input are younger, make them older.
7100         Suggested by Paul Eggert.
7102 2002-04-25  Akim Demaille  <akim@epita.fr>
7104         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7105         Thanks to Paul Eggert.
7107 2002-04-25  Akim Demaille  <akim@epita.fr>
7109         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7110         and ac_subst_vars be sh variables containing the list of
7111         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7112         DEFAULT diversion.
7113         (_AC_INIT_PREPARE): Use them to log them.
7114         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7115         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7116         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7117         _AC_SUBST_FILES and _AC_SUBST_VARS.
7118         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7120 2002-04-24  Akim Demaille  <akim@epita.fr>
7122         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7123         autoheader, so that automake does not complain about a missing
7124         config.h.in that was to be created.
7126 2002-04-23  Akim Demaille  <akim@epita.fr>
7128         * bin/autoheader.in (parse_args): --warning takes an argument.
7129         Fixes PR/220.
7131 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7133         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7134         and bb.out when cleaning up.
7136 2002-04-22  Akim Demaille  <akim@epita.fr>
7138         Version 2.53a.
7140 2002-04-22  Akim Demaille  <akim@epita.fr>
7142         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7144 2002-04-22  Akim Demaille  <akim@epita.fr>
7146         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7147         comma.
7148         Reported by Gregory Giannoni.
7150 2002-04-22  Akim Demaille  <akim@epita.fr>
7152         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7153         Fixes false failures on Darwin.
7155 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7157         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7158         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7159         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7160         tests/tools.at: Minor spelling and grammar fixes.
7162 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7164         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7165         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7166         * lib/autotest/general.m4 (AT_INIT): Likewise.
7167         * tests/atgeneral.m4 (AT_INIT): Likewise.
7169 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7171         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7172         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7173         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7174         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7175         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7176         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7177         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7178         Minor spelling and grammar fixes.
7180         * doc/autoconf.texi: Follow the outline suggested in the GNU
7181         Sample Texts sections of the Texinfo 4.2 manual.  Most
7182         importantly, this makes sure that the copyright notices appear in
7183         all output formats.  You probably need Texinfo 4.2 to generate
7184         the manual now.
7186         Fix some bugs when using "$@" when there might be zero positional
7187         arguments in cases where this matters.
7189         * bin/autoconf.as: Rewrite so that the problem does not come up.
7190         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7191         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7192         * lib/autotest/general.m4 (AT_INIT): Likewise.
7194         * bin/autoheader.in: Use 'case' statement to work around problem.
7195         * bin/auto4mte.in: Likewise.
7196         * bin/autoreconf.in: Likewise.
7197         * bin/autoscan.in: Likewise.
7198         * bin/autoupdate.in: Likewise.
7199         * bin/ifnames.in: Likewise.
7201         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7203         * lib/autotest/general.m4 (AT_INIT):
7204         Use Zsh alias to work around problem.
7205         * tests/atgeneral.m4 (AT_INIT): Likewise.
7207         * tests/c.at: We can't have zero arguments, so remove workaround
7208         that is not portable to Zsh.
7210 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7212         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7213         from aclocal.m4 too.
7215 2002-04-12  Akim Demaille  <akim@epita.fr>
7217         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7219 2002-04-10  Akim Demaille  <akim@epita.fr>
7221         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7222         workaround for ${1+"$@"}.
7223         * doc/autoconf.texi (Shell Substitutions): Explain it.
7224         From Oliver Kiddle and Peter Stephenson.
7226         Have M4sh perform minimal shell sanitizing.
7228         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7229         part into...
7230         (_AS_PREPARE): this new macro.
7231         (AS_PREPARE): New.
7232         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7233         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7235         Adjust Autoconf and Autotest.
7237         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7238         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7239         * lib/autotest/general.m4 (AT_INIT): Likewise.
7240         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7241         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7242         AS_SHELL_SANITIZE.
7244         Use this M4sh to generate Autoconf's shell scripts.
7246         * tests/wrapsh.as: New, precursor of wrapsh.in.
7247         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7248         on Autotest and M4sh.
7249         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7250         (wrapsh.in): New target.
7251         * bin/autoconf.as: New, precursor of autoconf.in.
7252         (autoconf.in): New target.
7254 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7256         * doc/autoconf.texi (Limitations of Make): Mention the issue
7257         with indented comments in rules.
7259 2002-04-09  Andreas Schwab  <schwab@suse.de>
7261         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7262         ac_top_builddir when setting ac_abs_top_builddir.
7264 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7266         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7267         (Portable Shell): Cross reference to Systemology.
7269 2002-04-05  Akim Demaille  <akim@epita.fr>
7271         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7272         directories when descending in a SUBDIRS.
7273         Reported by Ezra Peisach.
7275 2002-04-04  Andreas Schwab  <schwab@suse.de>
7277         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7278         contains no literal separators.
7280 2002-04-03  Akim Demaille  <akim@epita.fr>
7282         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7283         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7284         Use dnl, not the KILL diversion.
7285         Extracted from...
7286         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7287         (AC_CONFIG_LINKS): here.
7288         Adjust.
7289         Don't use the KILL diversion, as it kills spurious output, which
7290         results in failures being hidden.
7291         Use m4_defn where appropriate.
7292         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7293         after the second argument.
7294         Use m4_defn.
7295         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7296         syntax, as it is provided by M4sugar.
7297         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7299 2002-04-03  Andreas Schwab  <schwab@suse.de>
7301         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7302         expanded if $# <= 2.
7304         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7305         aclocal.
7307 2002-04-03  Akim Demaille  <akim@epita.fr>
7309         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7310         (_AC_COMPILER_EXEEXT_REJECT): New.
7311         Also recognize *.bb and *.bbg as compilation byproducts.
7312         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7313         (_AC_COMPILER_OBJEXT): Use them.
7314         Fixes Debian #138666.
7316 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7318         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7320         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7321         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7322         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7323         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7324         (AC_C_CONST): Same.
7325         (AC_C_INLINE): Same.
7326         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7327         * doc/autoconf.texi, NEWS: Document.
7328         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7329         AC_C_CROSS.
7331 2002-04-02  Akim Demaille  <akim@epita.fr>
7333         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7334         _AS_MKDIR_P_PREPARE.
7336 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7338         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7339         to avoid versions of HP C which don't allow that.
7341 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7343         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7344         (AS_SHELL_SANITIZE): Invoke it.
7345         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7347 2002-03-26  Akim Demaille  <akim@epita.fr>
7349         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7351 2002-03-26  Akim Demaille  <akim@epita.fr>
7353         * doc/autoconf.texi (Introduction): The GNATS base moved.
7355 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7357         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7358         as POSIX requires, as it doesn't work with Zsh.
7359         * doc/autoconf.texi (Assignments): Document the problem.
7361 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7363         * doc/autoconf.texi (Limitations of Make): Mention more issue
7364         about VPATH, overriding of macros in sub-makes, and handling of
7365         SHELL.
7367 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7369         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7370         problem with here-document buffer boundaries.
7372         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7373         when reinvoking the shell, to work around problems with installers
7374         who put strange things like "cd" commands in their environments.
7376 2002-03-19  Akim Demaille  <akim@epita.fr>
7378         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7379         From Aaron Ucko.
7381 2002-03-19  Akim Demaille  <akim@epita.fr>
7383         * bin/autoscan.in (scan_file): Specify the location in `&used'
7384         invocations.
7385         From Nicolas Joly.
7387 2002-03-19  Akim Demaille  <akim@epita.fr>
7389         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7390         From Nishio Futoshi.
7392 2002-03-19  Akim Demaille  <akim@epita.fr>
7394         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7396 2002-03-18  Paul Eggert  <eggert@twinsun.com>
7398         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7399         (Limitations of Usual Tools): Add mkdir section.
7401         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7402         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
7403         back on AS_DIRNAME to compute prefixes otherwise; this is
7404         roughly what mkinstalldirs does.  That way, we need not have
7405         our own filename disassembler.  The old disassembler did not
7406         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7408         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7409         Create at_test_all by a series of assignments,
7410         not by a single assignment of a long string.  The latter causes ksh
7411         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7412         presumably because of a buffer overrun.
7414 2002-03-14  Paul Eggert  <eggert@twinsun.com>
7416         * lib/autotest/general.m4 (at_times_skip):
7417         Renamed from at_times.  Now a boolean.
7418         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7419         says 'times: not found'.
7421 2002-03-14  Akim Demaille  <akim@epita.fr>
7423         * bin/autoreconf.in (&study_gettextize): New.
7424         (&autoreconf): Handle newest gettextize.
7425         Rerun aclocal if needed.
7426         Suggested by Andreas Schwab.
7428 2002-03-13  Akim Demaille  <akim@epita.fr>
7430         * doc/autoconf.texi (Special Shell Variables): More about IFS.
7432 2002-03-13  Akim Demaille  <akim@epita.fr>
7434         * doc/autoconf.texi (Header Portability): New.
7435         Add information about stdint.h and inttypes.h from Paul Eggert.
7437 2002-03-13  Akim Demaille  <akim@epita.fr>
7439         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7440         -p'.
7441         From Bob Proulx.
7443 2002-03-12  Akim Demaille  <akim@epita.fr>
7445         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7446         m4_require.
7448 2002-03-11  Andreas Schwab  <schwab@suse.de>
7450         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7451         does not do it if --with-lispdir is given.
7453 2002-03-08  Akim Demaille  <akim@epita.fr>
7455         Version 2.53.
7457 2002-03-08  Akim Demaille  <akim@epita.fr>
7459         * doc/autoconf.texi (Subdirectories): Clarify that the
7460         subdirectory should exist.
7462 2002-03-08  Akim Demaille  <akim@epita.fr>
7464         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7466 2002-03-08  Akim Demaille  <akim@epita.fr>
7468         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7469         aliases the actual variables, and modifications of the former
7470         affect the latter.
7472 2002-03-08  Akim Demaille  <akim@epita.fr>
7474         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7475         because of C-c: have m4 output in tmp files, then mv them.
7477 2002-03-08  Akim Demaille  <akim@epita.fr>
7479         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7480         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7481         * bin/ifnames.in: Copyright update.
7483 2002-03-08  Akim Demaille  <akim@epita.fr>
7485         * doc/autoconf.texi (Invoking autom4te): New.
7487 2002-03-05  Akim Demaille  <akim@epita.fr>
7489         * doc/autoconf.texi (Specifying Names): Clarification suggested by
7490         Kevin Ryde.
7492 2002-03-05  Akim Demaille  <akim@epita.fr>
7494         Version 2.52i.
7496 2002-03-04  Akim Demaille  <akim@epita.fr>
7498         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7499         * lib/autoconf/general.m4 (AC_INIT): More informative error
7500         message for LIBOBJ.
7502 2002-03-04  Akim Demaille  <akim@epita.fr>
7504         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7505         parallel builds.
7507 2002-03-04  Akim Demaille  <akim@epita.fr>
7509         * doc/autoconf.texi (Transforming Names): Equality between target
7510         and host is irrelevant.
7511         (Specifying Names, Canonicalizing): Remove all references to the
7512         backward compatibility hooks.  Rather, collect them all into...
7513         (Hosts and Cross-Compilation): this new section.
7514         * doc/install.texi (System Type): Ditto.
7515         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7516         that `--host' implies cross-compilation.
7518 2002-03-04  Akim Demaille  <akim@epita.fr>
7520         * doc/autoconf.texi (Evaluation Macros): New.
7521         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7522         useless.
7523         (_m4_foreach): Define the variant with immediate evaluation so
7524         that it contains exactly the items, not an expression which
7525         evaluation is the current item.
7526         (m4_re_string, m4_re_word): Don't over quote them.
7528 2002-03-04  Akim Demaille  <akim@epita.fr>
7530         Instead of having stacking `shift's evaluated at the end, let
7531         `foreach' loops immediately evaluate them.
7533         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7534         $*.  This is the n-th time I change my mind, but hopefully this is
7535         the last...
7536         (m4_lquote): New.
7537         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7538         efficient.
7539         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7540         it was only a hack for m4_text_wrap.
7541         (m4_car2): Remove, replaced by...
7542         (m4_cdr): New.
7543         (_m4_foreach): Adjust.
7544         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7545         m4_bpatsubst for clarification.
7547 2002-03-04  Akim Demaille  <akim@epita.fr>
7549         * doc/autoconf.texi (Changequote is Evil): New.
7551 2002-03-03  Kevin Ryde  <user42@zip.com.au>
7553         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7554         on old systems like SunOS.
7556 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
7558         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7559         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7560         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7561         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7562         of messages.
7564 2002-02-28  Akim Demaille  <akim@epita.fr>
7566         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7567         message to be sent.
7569 2002-02-28  Kevin Ryde  <user42@zip.com.au>
7571         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7573 2002-02-25  Akim Demaille  <akim@epita.fr>
7575         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7576         From Akinori Musha.
7578 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
7580         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7581         translate \r\n to \n.
7583 2002-02-07  Akim Demaille  <akim@epita.fr>
7585         Version 2.52h.
7587 2002-02-07  Akim Demaille  <akim@epita.fr>
7589         Fix Autoconf PR/209.
7590         Also reported by Frank Denis.
7592         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7594 2002-02-07  Akim Demaille  <akim@epita.fr>
7596         Fix Autoconf PR/207:
7597         AC_PREFIX_PROGRAM fails with dashed program names
7599         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7600         variable when looking for the prefix program.
7601         Now it also works for shell variables.
7603 2002-02-07  Akim Demaille  <akim@epita.fr>
7605         * doc/autoconf.texi (Limitations of Builtins): More about
7606         case/esac.
7608 2002-02-06  Akim Demaille  <akim@epita.fr>
7610         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7611         case/esac, some shells don't support it.
7612         Reported by Zack Weinberg.
7613         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7615 2002-02-06  Akim Demaille  <akim@epita.fr>
7617         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7618         sure not to introduce newlines in at_groups.
7619         * lib/autotest/Makefile.am (autotest.m4f): Typo.
7621 2002-02-06  Akim Demaille  <akim@epita.fr>
7623         * tests/torture.at (Configuring subdirectories): Skip if aclocal
7624         is not available.
7626 2002-02-05  Paul Eggert  <eggert@twinsun.com>
7628         * doc/autoconf.texi (Specific Compiler Characteristics):
7629         Describe HP-UX cc bug workaround more accurately.
7630         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7631         not unsigned long.
7632         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7633         cross-compilers, too.  This undoes some of the most recent change
7634         to this file.
7636 2002-02-05  Akim Demaille  <akim@epita.fr>
7638         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
7639         to make sure they are up to date when `check' is run.
7641 2002-02-05  Akim Demaille  <akim@epita.fr>
7643         * doc/autoconf.texi (Making testsuite Scripts): Document
7644         package.m4.
7646 2002-02-05  Akim Demaille  <akim@epita.fr>
7648         * lib/freeze.mk: New.
7650 2002-02-05  Akim Demaille  <akim@epita.fr>
7652         Implement `autom4te --freeze'.
7654         * bin/autom4te.in (&freeze): New.
7655         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
7656         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
7658 2002-02-05  Akim Demaille  <akim@epita.fr>
7660         * bin/autom4te.in (&parse_args): Implement `frozen files are
7661         optional are the sum of the previous files on the command line'.
7662         Also, pass `--reload-state=' on them, so...
7663         (handle_m4): don't.
7664         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
7665         (M4sh): Rely on M4sugar.
7666         (Autotest, M4sh, M4sugar): Use frozen files.
7668 2002-01-31  Akim Demaille  <akim@epita.fr>
7670         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
7671         * doc/autoconf.texi (Initializing configure): Adjust.
7673 2002-01-30  Akim Demaille  <akim@epita.fr>
7675         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
7676         alphanumeric to `-' instead of `_'.
7678 2002-01-30  Akim Demaille  <akim@epita.fr>
7680         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
7681         for plain code, the other for cross-compilation code.  The latter
7682         is now run with GCC only.
7683         * doc/autoconf.texi (Compilers and Preprocessors): New.
7685 2002-01-30  Akim Demaille  <akim@epita.fr>
7687         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
7688         values.
7689         * doc/autoconf.texi (Initializing configure): Explain how to
7690         change AC_INIT default values.
7692 2002-01-29  Akim Demaille  <akim@epita.fr>
7694         * tests/torture.at (Configuring subdirectories): Use configure.in,
7695         so that aclocal 1.4 works.
7696         Reported by Alexandre Duret-Lutz and Larry Schmitt.
7698 2002-01-28  Akim Demaille  <akim@epita.fr>
7700         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
7701         needs an argument.
7703 2002-01-28  Akim Demaille  <akim@epita.fr>
7705         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
7706         AUTOTEST_PATH *after* it was set.
7707         Don't put `.' in the PATH: the user should be precise and `./' if
7708         needed.  In addition, given that the test suite does some `cd', if
7709         `.' is in the path, the `tested programs' sections will report
7710         programs found in the test suite's directory, while during the
7711         tests (performed in their own directory), these programs are no
7712         longer visible.  In other words, the results is confusing and
7713         useless.
7714         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
7716 2002-01-24  Akim Demaille  <akim@epita.fr>
7718         Version 2.52g.
7720 2002-01-24  Akim Demaille  <akim@epita.fr>
7722         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
7723         * doc/autoconf.texi: Finally add Akim as an author.
7725 2002-01-24  Akim Demaille  <akim@epita.fr>
7727         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
7728         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
7729         Bourne. Use /bin/sh.
7730         From Andreas Buening.
7732 2002-01-24  Akim Demaille  <akim@epita.fr>
7734         * config/config.guess, config/config.sub, config/texinfo.tex:
7735         Update from masters.
7737 2002-01-24  Akim Demaille  <akim@epita.fr>
7739         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
7740         * config/auxdir.m4, config/cond.m4, config/depend.m4,
7741         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
7742         * config/missing.m4, config/sanity.m4, config/select.m4,
7743         * config/strip.m4: Remove, to ease sync'ing with any version of
7744         Automake.
7746 2002-01-24  Akim Demaille  <akim@epita.fr>
7748         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
7749         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
7750         Reported by Geir Ove Myhr.
7752 2002-01-21  Akim Demaille  <akim@epita.fr>
7754         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
7756 2002-01-21  Akim Demaille  <akim@epita.fr>
7758         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
7759         message on invalid options.
7760         * bin/autom4te.in (parse_args): Don't use
7761         Autoconf::General::getopt with non valid options.
7763 2002-01-17  Jim Meyering  <meyering@lucent.com>
7765         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
7766         $ac_cv_exeext so we don't use an old, invalid, cached value.
7768 2002-01-11  Akim Demaille  <akim@epita.fr>
7770         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
7771         Meyering.
7772         * doc/autoconf.texi (Function Portability): Document the strnlen
7773         limitation.
7774         (Particular Functions): Document AC_FUNC_STRNLEN.
7775         * lib/autoscan/functions: Adjust.
7777 2002-01-06  Akim Demaille  <akim@epita.fr>
7779         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
7780         package.m4, since is really depends upon configure.ac, not
7781         configure.
7782         * doc/autoconf.texi (testsuite Scripts): Adjust.
7783         * tests/Makefile.am (package.m4): New.
7784         EXTRA_DIST it since its a source.
7786 2002-01-06  Akim Demaille  <akim@epita.fr>
7788         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
7789         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
7790         and PACKAGE_BUGREPORT from here...
7791         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
7792         arguments.
7793         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
7794         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
7795         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
7796         * tests/tools.at (autoheader): Adjust.
7797         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
7799 2002-01-06  Akim Demaille  <akim@epita.fr>
7801         * bin/autoscan.in (scan_file): Use `&used'.
7803 2002-01-03  Akim Demaille  <akim@epita.fr>
7805         * doc/autoconf.texi (Output): Improved wording regarding use of
7806         AC_OUTPUT.
7807         From Olly Betts.
7809 2001-12-18  Kevin Ryde  <user42@zip.com.au>
7811         * doc/autoconf.texi (Function Portability): Add notes on sscanf
7812         sometimes needing writable input.
7814 2001-12-17  Jim Meyering  <meyering@lucent.com>
7816         * doc/autoconf.texi (New Macros): Tweak wording.
7818 2001-12-14  Akim Demaille  <akim@epita.fr>
7820         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
7821         trailing files, don't apply `-rf' to files which might not be
7822         created by configure (core, core.*, and *.core), but just `rm -f'.
7823         Suggested by Jonathan Kamens.
7825 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
7827         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
7829 2001-12-14  Akim Demaille  <akim@epita.fr>
7831         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
7833 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
7835         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
7836         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
7837         abs_srcdir, top_srcpath to abs_top_srcdir.
7838         (_AC_OUTPUT_FILES): Adjust.
7839         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
7840         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
7841         * tests/wrappl.in, tests/wrapsh.in: Adjust.
7843 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
7845         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
7846         C/Fortran linking on HP/UX, by extracting the Fortran library
7847         search path from the LPATH line in the $F77 -v output.
7849 2001-12-12  Kevin Ryde  <user42@zip.com.au>
7851         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
7852         forbidden file descriptors table.
7854 2001-11-26  Akim Demaille  <akim@epita.fr>
7856         * bin/autoscan.in (%c_keywords): Build it at top level.
7857         Map to 1 in order to simplify its uses.
7859 2001-11-26  Akim Demaille  <akim@epita.fr>
7861         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
7862         Remove $filepath, useless.
7863         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
7864         variables, they are really part of the tokens.
7865         Split the input line on spaces and then look for tokens.
7866         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
7867         because of `lex$U.$(OBJEXT)'.
7868         (&scan_files): Use "@list" instead of join.
7869         * doc/Makefile.am (CLEANFILES): Add *.fns.
7871 2001-11-26  Akim Demaille  <akim@epita.fr>
7873         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
7874         Remove, replaced by...
7875         * tests/wrappl.in: Be common for all the Perl executables.
7876         In particular autoscan and autoheader want -I.
7877         * configure.ac: Adjust.
7878         * lib/autoscan/headers: errno.h is portable.
7880 2001-11-26  Akim Demaille  <akim@epita.fr>
7882         * bin/autoscan.in (used): New.
7883         Use it.
7885 2001-11-26  Akim Demaille  <akim@epita.fr>
7887         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
7888         directives.
7889         (&scan_sh_file): Remove a duplicate pattern.
7890         (&check_configure_ac): Use long options.
7891         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
7893 2001-11-26  Akim Demaille  <akim@epita.fr>
7895         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
7896         Before, having a line containing the opening of a multi line
7897         comment made the whole line be ignored.
7899 2001-11-26  Akim Demaille  <akim@epita.fr>
7901         * doc/autoconf.texi (Using an Autotest Test Suite): New.
7902         (testsuite Scripts): Be one of its subsection.
7903         (Autotest Logs): New.
7905 2001-11-26  Akim Demaille  <akim@epita.fr>
7907         Test groups are now run two directories deeper.
7909         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
7910         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
7911         at_top_builddir.
7912         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
7913         top_srcdir, builddir and top_builddir.
7914         Use `at_*dir' relatively to the directory containing the
7915         suite, use `*dir' when relatively to the current group dir.
7917 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7919         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
7920         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
7921         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
7922         spelling errors.
7924 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7926         * doc/autoconf.texi (Using System Type): Add an example of `case
7927         $host' usage so people quit using `case $target' everywhere.
7929 2001-11-22  Akim Demaille  <akim@epita.fr>
7931         * doc/autoconf.texi (Installation Directory Variables): Englishoes
7932         spotted by Jim Meyering.
7934 2001-11-16  Paul Eggert  <eggert@twinsun.com>
7936         This patch implements a `long double' suggestion by Oliver Kiddle.
7938         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
7939         static, to catch errors if the value isn't known at compile-time
7940         and the compiler supports dynamic arrays.  Change its name from
7941         `_array_' to `test_array' to avoid potential name clashes.
7942         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
7943         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
7944         better than double.  Catch a bug in GCC 2.95.2 x86.
7945         * doc/autoconf.texi (C Compiler): Document the above.
7946         * NEWS: Likewise.
7948 2001-11-13  Akim Demaille  <akim@epita.fr>
7950         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
7951         hand.
7952         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
7954 2001-11-13  Akim Demaille  <akim@epita.fr>
7956         * lib/autotest/general.m4 (AT_INIT): After having run the test
7957         group, go back to the initial directory, not to at_suite_dir.
7959 2001-11-13  Akim Demaille  <akim@epita.fr>
7961         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
7962         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
7963         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
7964         option.
7965         (AT_CHECK_CONFIGURE): Use absolute paths.
7966         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
7967         The problem is still the old one: there is no means in M4 (that I
7968         know about) to create a defining macro, because there is no means
7969         to create `$1' etc., therefore, the defining macro ``swallows''
7970         all the arguments meant to the defined macro.
7972 2001-11-13  Akim Demaille  <akim@epita.fr>
7974         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
7975         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
7976         configure.ac.
7977         * tests/aclocal.m4: Remove, as it is no longer used.
7979 2001-11-13  Akim Demaille  <akim@epita.fr>
7981         * lib/autotest/general.m4: Change `tests?' into `groups?' in
7982         variable names when referring to a single test group, or to
7983         `suite' when referring to the whole test suite.
7984         `at_last_test' is removed: m4 compute at_format itself.
7985         (at_stdout, at_stder1, at_stderr): New variables.
7986         (AT_CHECK): Use them.
7988 2001-11-13  Akim Demaille  <akim@epita.fr>
7990         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
7991         in PATH.
7992         Create `testsuite.dir/003/run' instead of `testsuite.003'.
7993         Do it as soon as a test fails, don't wait till the end of the test
7994         suite.
7995         Don't remove $as_me.[0-9]*, since these files no longer exist.
7997 2001-11-13  Akim Demaille  <akim@epita.fr>
7999         * tests/tools.at: Use absolute paths, since we are no longer run
8000         in place.
8002 2001-11-13  Akim Demaille  <akim@epita.fr>
8004         Now that tests are running in their own private dir, there is no
8005         need to list the files to remove at the end of tests groups.
8007         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8008         (AT_data_files, at_data_files): Remove.
8009         (AT_CLEANUP, AT_DATA): Simplify.
8010         (AT_INIT): Adjust.
8011         Remove the group dir if !debug && !failed.
8012         * tests/atspecific.m4: Adjust.
8014 2001-11-13  Akim Demaille  <akim@epita.fr>
8016         Start a new layout for Autotest: `testsuite' creates
8017         `testsuite.dir' in which the at-check-line etc. files are to be
8018         found, and `testsuite.dir/003' where the test group 3 is run.
8020         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8021         at_check_line_file, at_format, at_test_normalized, at_group_dir
8022         are new variables.
8023         Create the directories.
8024         Use absolute paths for at- files.
8025         (AT_CHECK): Adjust.
8027 2001-11-11  Michael Matz  <matz@kde.org>
8029         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8030         (m4_car2): New.
8031         (m4_car): Properly quote arguments.
8033 2001-11-13  Akim Demaille  <akim@epita.fr>
8035         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8036         with stricter rules on LIBOBJS.
8038 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8040         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8041         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8042         __PROTOTYPES too.
8044 2001-11-12  Akim Demaille  <akim@epita.fr>
8046         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8048 2001-11-12  Akim Demaille  <akim@epita.fr>
8050         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8051         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8052         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8053         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8054         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8055         specify to what the macro should be defined (typically to 1).
8057 2001-11-12  Akim Demaille  <akim@epita.fr>
8059         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8060         From Jim Meyering.
8062 2001-11-12  Akim Demaille  <akim@epita.fr>
8064         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8065         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8066         definition used by Automake where LEX is +/- "${missing} lex" and
8067         `missing' itself contains variables.
8069 2001-11-12  Akim Demaille  <akim@epita.fr>
8071         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8072         Now that M4sh pushes BODY, the comments were output at the end of
8073         the test suites.
8075 2001-11-08  Akim Demaille  <akim@epita.fr>
8077         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8078         that we can trace macros from aclocal.m4.
8079         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8080         obsoleted, and redirect to the former anyway.
8081         Reported by Ralf Corsepius.
8083 2001-11-08  Akim Demaille  <akim@epita.fr>
8085         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8086         processed only if present.
8087         * tests/torture.at (Configuring subdirectories): Use autoreconf
8088         instead of successive calls to autoconf.
8089         Add a nonexistent subdirectory to exercise the patch above.
8090         Reported by Ralf Corsepius.
8092 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8094         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8095         doesn't accept .S files.
8097 2001-11-07  Akim Demaille  <akim@epita.fr>
8099         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8100         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8101         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8102         * bin/autom4te.in (warn_forbidden): New.
8103         (handle_output): Use it.
8104         Read m4_pattern_forbid with messages.
8106 2001-11-05  Akim Demaille  <akim@epita.fr>
8108         * bin/autom4te.in (--normalize): Remove.
8109         * lib/autom4te.in: Adjust.
8111 2001-11-05  Akim Demaille  <akim@epita.fr>
8113         * tests/Makefile.am (testsuite): Rename this target as...
8114         ($(TESTSUITE)): this.
8115         From Nicolas Joly.
8117 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8119         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8120         the --prefix option, also remove it's argument.
8122 2001-11-05  Akim Demaille  <akim@epita.fr>
8124         * doc/autoconf.texi (testsuite Invocation): Update.
8125         (Writing testsuite.at): Update.
8127 2001-11-03  Akim Demaille  <akim@epita.fr>
8129         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8131 2001-11-03  Akim Demaille  <akim@epita.fr>
8133         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8134         (&file_name_is_absolute): New, wrappers around routines from
8135         File::Spec.
8136         Use and export them.
8137         (&find_configure_ac): Optionally take a directory where to look at.
8138         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8139         the arguments.
8140         Default @ARGV to `.', not find_configure_ac.
8141         (&autoreconf): Argument is a directory.
8142         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8143         * doc/autoconf.texi (autoreconf Invocation): Update.
8145 2001-11-03  Akim Demaille  <akim@epita.fr>
8147         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8148         (@export_forward_subs): New.
8149         Add basename, dirname, and fileparse.
8150         (@EXPORT): Adjust.
8151         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8152         Don't look for aclocal flags if we already know aclocal is not
8153         used.
8154         Move aclocal.m4t only if it exists.
8155         Reported by Ezra Peisach.
8157 2001-11-03  Akim Demaille  <akim@epita.fr>
8159         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8160         passed on command line, defaulting to ./configure.ac if present.
8161         (&maybe_autoreconf, File::Find): Remove, unused.
8162         (&autoreconf): If autoconf is not used, don't try to trace.
8164 2001-11-02  Akim Demaille  <akim@epita.fr>
8166         * configure.ac: Bump to 2.52g.
8168 2001-11-02  Akim Demaille  <akim@epita.fr>
8170         Version 2.52f.
8172 2001-11-02  Akim Demaille  <akim@epita.fr>
8174         * config/config.guess, config/config.sub, doc/standards.texi:
8175         * config/lispdir.m4: Update from masters.
8176         * configure.ac: Bump to 2.52f.
8178 2001-11-02  Akim Demaille  <akim@epita.fr>
8180         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8181         Don't run aclocal when aclocal.m4 is not from aclocal.
8182         From Ezra Peisach.
8183         Don't run libtoolize and gettextize if --install is not given.
8185 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8187         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8188         be invoked before _AS_LINENO_PREPARE.
8189         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8190         than character ranges.
8192         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8193         invoking AS_BASENAME.  Set the locale variables to 'C' if
8194         possible, as POSIX requires this to get the traditional
8195         behavior.
8196         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8198 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8200         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8201         with {}, as that triggers a bug in Bash 2.05.
8203         (_AS_LINENO_PREPARE): Use Sed rather than
8204         Awk.  Fix the sed prepass to work even if there are multiple
8205         instances of $LINENO on the same line.  Do not substitute for
8206         other variables like $LINENOT.  Do not check file dates; such a
8207         check is unreliable on sufficiently fast machines, and removing
8208         the check makes the code simpler and more reliable.  Check for
8209         output and chmod failures.
8211         * doc/autoconf.texi (Special Shell Variables): Document
8212         the above.
8214 2001-10-31  Akim Demaille  <akim@epita.fr>
8216         * tests/Makefile.am (atconfig): Remove this target, Automake
8217         handles it now.
8219 2001-10-31  Akim Demaille  <akim@epita.fr>
8221         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8222         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8223         provided, while it is optional.
8224         * configure.ac: Adjust.
8226 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8228         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8229           lib/Autom4te/Struct.pm:
8230         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8231         with 5.005_02.
8233         * doc/autoconf.texi (Special Shell Variables): Document some
8234         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8236         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8237         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8238         eval $LINENO is not portable in practice.
8240 2001-10-24  Akim Demaille  <akim@epita.fr>
8242         * lib/Autom4te/General.pm (backname): New.
8244 2001-10-24  Akim Demaille  <akim@epita.fr>
8246         * m4/: Remove, merged into...
8247         * config/: here.
8249 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8251         * doc/autoconf.texi (Shellology): Mention the problems with bash
8252         2.05's use of ANSI quoting in its `set' builtin.
8254 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8256         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8257         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8258         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8259         POSIX decided to standardize on the int flavor of strerror_r.
8260         Always do char* test, as there's no reason not to.
8261         Assign to a char* var, to catch strerror_r that returns int*.
8263         * doc/autoconf.texi (Particular Functions):
8264         Document the above changes.  Also, document the fact that
8265         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8267         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8269 2001-10-20  Akim Demaille  <akim@epita.fr>
8271         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8272         the executable was missing from the log.
8274 2001-10-20  Akim Demaille  <akim@epita.fr>
8276         * lib/Autom4te/General.pm (&update_file): If destination is
8277         unchanged, remove the source.
8278         (&up_to_date_p): Don't be verbose, be debug.
8279         * bin/autoreconf.in: No longer support --m4dir.
8280         (&autoreconf): Display the full path of the configure.ac we are
8281         studying.
8282         Trace it only once.
8283         Be sure to honor --force with gettextize.
8284         Always run aclocal.
8285         * doc/autoconf.texi: Adjust.
8287 2001-10-20  Akim Demaille  <akim@epita.fr>
8289         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8290         Remove, dead.
8291         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8292         `intl' is already present, as it refuses unless --force.
8293         (&parse_args): Use -I, --include instead of the old Autoconf
8294         options.
8295         ($localdir, $autoconf_dir): Remove.
8296         (@include): New.
8297         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8299 2001-10-19  Jens Petersen  <petersen@redhat.com>
8301         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8302         * doc/autoconf.texi (Particular Programs): Likewise.
8304 2001-10-19  Akim Demaille  <akim@epita.fr>
8306         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8307         file in @configure_input@.
8308         Don't mention `automatically' in addition to `generated'.
8309         * tests/torture.at (#define header templates): Adjust.
8311 2001-10-19  Akim Demaille  <akim@epita.fr>
8313         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8314         comment, explain how to install automatic mode selection.
8315         From Russ Allbery.
8317 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8319         * bin/autoreconf.in (autoreconf): Display the path to the
8320         configure.ac being studied.
8322 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8324         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8325         long, to work around a bug in the HP C compiler version HP92453-01
8326         B.11.11.23709.GP.
8328         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8329         (AS_BASENAME_EXPR): New macro.
8330         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8331         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8332         and fall back on 'sed' only if the other two fail.  This makes
8333         AS_BASENAME act more like AS_DIRNAME.
8334         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8335         contains white space.
8336         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8337         Use AS_DIRNAME, since I think it's now DOS-friendly.
8338         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8339         Allow "dirname //FOO" to return either / or //, as POSIX allows
8340         either behavior.
8342 2001-10-10  Akim Demaille  <akim@epita.fr>
8344         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8345         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8346         From Eric Sharkey.
8348 2001-10-10  Akim Demaille  <akim@epita.fr>
8350         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8351         m4_define, since...
8352         (_AS_ECHO_N): AS_REQUIREs it.
8354 2001-10-10  Akim Demaille  <akim@epita.fr>
8356         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8357         (AC_INCLUDES_DEFAULT): Move to...
8358         * lib/autoconf/headers.m4: here.
8359         * lib/autoconf/types.m4: Comment changes.
8360         * doc/autoconf.texi: Specify where the default includes are used
8361         in the macro prototypes.
8363 2001-10-09  Akim Demaille  <akim@epita.fr>
8365         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8366         transition code.
8368 2001-10-08  Akim Demaille  <akim@epita.fr>
8370         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8371         (&parse_args): Pass verbosity/debugging options to subtools when
8372         --debug, not when --verbose.
8373         * lib/autom4te.in (Autoreconf-preselections): New.
8374         (Autoconf): Use it.
8376 2001-10-08  Akim Demaille  <akim@epita.fr>
8378         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8380 2001-10-08  Akim Demaille  <akim@epita.fr>
8382         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8383         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8385 2001-10-08  Akim Demaille  <akim@epita.fr>
8387         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8388         (Syntax of the shell scripts): Don't.
8389         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8390         bother with $force since...
8391         * lib/Autom4te/General.pm: does.
8393 2001-10-08  Akim Demaille  <akim@epita.fr>
8395         * bin/autoreconf.in: Rewrite in Perl.
8396         * configure.ac: Adjust.
8397         * lib/Autom4te/General.pm (&up_to_date_p): New.
8398         * bin/autom4te.in (&up_to_date_p): Use it.
8399         Rename as...
8400         (&up_to_date): this.
8402 2001-10-08  Akim Demaille  <akim@epita.fr>
8404         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8405         (m4_list_cmp): Use $0 to reinvoke yourself.
8406         (m4_patsubsts): New.
8407         (m4_strip, m4_version_unletter): Use it.
8408         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8410 2001-10-08  Akim Demaille  <akim@epita.fr>
8412         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8413         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8414         * lib/autoconf/types.m4, lib/autotest/general.m4,
8415         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8416         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8417         m4_bregexp, m4_bpatsubst, and m4_bmatch.
8418         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8420 2001-10-08  Akim Demaille  <akim@epita.fr>
8422         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8424 2001-10-08  Akim Demaille  <akim@epita.fr>
8426         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8427         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8428         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8429         * tests/tools.at, tests/m4sh.at: Use it.
8430         * tests/m4sh.at: Don't rely on Autoconf macros.
8431         (DIRNAME_TEST): Also exercise the expr variant.
8432         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8433         preferred M4sugar extension is now `.4s'.
8434         * tests/README: Remove.
8436 2001-10-08  Akim Demaille  <akim@epita.fr>
8438         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8439         (m4_provide_if): this.
8440         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8441         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8442         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8443         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8445 2001-10-08  Akim Demaille  <akim@epita.fr>
8447         Use `add-log-current-defun-function' for ChangeLog creation.
8448         Suggested by Tom Tromey.
8450         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8451         (autotest-mode): Adjust.
8452         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8453         'comment-region onto `C-c ;'.
8454         Comments are `#', not `dnl'.
8455         (autoconf-current-defun): New.
8456         (autoconf-font-lock-keywords): Recognize `m4_defun'.
8458 2001-10-08  Akim Demaille  <akim@epita.fr>
8460         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8461         * lib/m4sugar/m4sh.m4: here.
8462         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8463         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8464         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8465         include handle the m4_pattern_*, no longer push the
8466         BODY diversion nor set the /bin/sh line, AS_INIT does it.
8467         * lib/autotest/general.m4 (AT_INIT): Likewise.
8468         * tests/base.at: Adjust the tests to use AS_INIT.
8469         * tests/tools.at (AT_DATA_FORBIDDEN): New.
8470         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8471         Autoconf.
8473 2001-10-07  Paul Eggert  <eggert@twinsun.com>
8475         * doc/autoconf.texi (config.status Invocation):
8476         CONFIG_SHELL defaults to a shell that supports LINENO if available.
8478         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8479         shell does not support LINENO, and if CONFIG_SHELL is unset or
8480         empty, and if we can find a shell that does support LINENO,
8481         then set CONFIG_SHELL to that shell and then re-execute
8482         ourselves with CONFIG_SHELL.
8484 2001-10-05  Paul Eggert  <eggert@twinsun.com>
8486         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8487         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
8488         build of $(TESTSUITE).
8490 2001-10-05  Akim Demaille  <akim@epita.fr>
8492         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8493         iff we are a bareword.
8494         Reported by Raja R Harinath.
8496 2001-10-05  Akim Demaille  <akim@epita.fr>
8498         * tests/m4sh.at (LINENO): New.
8499         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8500         PATH_SEPARATOR before using it.
8501         Fix the absolute path case/esac pattern.
8502         Provide $0 as fallback for as_myself.
8503         Reported by Raja R Harinath.
8505 2001-10-05  Akim Demaille  <akim@epita.fr>
8507         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8508         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8510 2001-10-05  Akim Demaille  <akim@epita.fr>
8512         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8513         (AS_SHELL_SANITIZE): here.  Use it.
8514         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8515         From Paul Eggert.
8517 2001-10-04  Akim Demaille  <akim@epita.fr>
8519         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8520         combination of Awk and sed to replace $LINENO.
8522 2001-10-02  Paul Eggert  <eggert@twinsun.com>
8524         * doc/autoconf.texi (Limitations of Builtins): You can't use
8525         "source"; it's not portable.  Remove confusing and
8526         somewhat-incorrect example involving "." and "/".
8528         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8529         compatibility with POSIX shells.
8531 2001-10-02  Akim Demaille  <akim@epita.fr>
8533         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8534         instead of exec'ing to preserve $0 and $@.
8536 2001-10-01  Akim Demaille  <akim@epita.fr>
8538         * tests/testsuite (AT_INIT) <at_pass_list>: New.
8539         Don't run twice the same test.
8541 2001-10-01  Akim Demaille  <akim@epita.fr>
8543         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8544         No longer output the list of tests.
8545         <--list>: New option.
8546         <--full-help>: Remove.
8547         Complete the short/long options duality.
8548         Various small adjustments.
8550 2001-10-01  Akim Demaille  <akim@epita.fr>
8552         * doc/autoconf.texi: Use @kbd for user input.
8553         Always use `$' as shell prompt.
8555 2001-09-30  Paul Eggert  <eggert@twinsun.com>
8557         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8558         Don't use nested parenthesization.  This patch was originally
8559         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8560         but somehow it didn't get incorporated then.
8561         * doc/autoconf.texi (Limitations of Usual Tools):
8562         Clarify remark about sed and nested parenthesization.
8564         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8565         Report an error if the size cannot be determined even though
8566         the type exists.
8567         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8568         Check for `expr' arithmetic overflow, and for compilation failure,
8569         and invoke a new argument $4 if either is discovered.
8570         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8571         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8573 2001-09-28  Akim Demaille  <akim@epita.fr>
8575         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8576         * m4/lispdir.m4: New.
8577         * aclocal.m4, configure.ac: Adjust.
8579 2001-09-28  Akim Demaille  <akim@epita.fr>
8581         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8582         (AT_TESTED): this.
8583         (AT_INIT): More the wrapped section to where it will be expanded.
8584         Output `AT_tested' only when existing.
8585         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8587 2001-09-27  Akim Demaille  <akim@epita.fr>
8589         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8590         generates too many bug reports.
8592         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8593         status when executing the ACTION-IF-FALSE.
8594         * tests/base.at (AC_TRY_*): Rename as...
8595         (AC_TRY_COMMAND): this.
8596         (AC_RUN_IFELSE): New.
8597         * tests/compile.at (Extensions, C keywords)
8598         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8599         (Broken/missing compilers, AC_PROG_CPP with warnings)
8600         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8601         * tests/c.at (Extensions, C keywords)
8602         (Broken/missing compilers, AC_PROG_CPP with warnings)
8603         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8604         (AC_PROG_CPP requires AC_PROG_CC): here and...
8605         * tests/fortran.at (GNU Fortran 77): there.
8606         * doc/autoconf.texi (autoconf Invocation): Fix the example:
8607         AC_TRY_RUN is about compilation, not shell commands.
8608         (Test Programs): AC_TRY_RUN works as used to be advertised.
8610 2001-09-27  Akim Demaille  <akim@epita.fr>
8612         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8613         Raja R Harinath:
8614         Be sure to detect when $LINENO always returns the same value.
8615         Look for the original script, basename($0) is certainly not
8616         enough.
8617         Pass the CLI arguments to `$as_me.lineno'.
8619 2001-09-25  Akim Demaille  <akim@epita.fr>
8621         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8622         Be sure the close and reopen the LOG fd before and after using tee
8623         to extend the log.
8624         <at_tests_pattern>: Adjust to the new format of at_help_all.
8626 2001-09-23  Akim Demaille  <akim@epita.fr>
8628         * bin/autom4te.in (parse_args): There can be several invocations
8629         of --language now.
8631 2001-09-23  Akim Demaille  <akim@epita.fr>
8633         * doc/autoconf.texi (Top): Wrap in @ifnottex.
8635 2001-09-23  Akim Demaille  <akim@epita.fr>
8637         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
8638         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
8639         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
8640         builddir, buildpath, top_builddir, and top_buildpath.
8641         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
8642         the current directory.
8643         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
8644         variables *before* changing the current directory.
8645         Skip nonexistent dirs.
8646         * doc/autoconf.texi (Preset Output Variables): Document these
8647         variables.
8649         * lib/autotest/general.m4: Do not reset AT_victims.
8650         Don't compute at_srcdir nor at_top_srcdir.
8652         * tests/tools.at: Hence use top_srcdir.
8654         * tests/Makefile.am, tests/autoconf, tests/autoheader,
8655         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
8656         Remove.
8657         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
8658         * tests/wrapsh.in, tests/autoupdate.in: New.
8659         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
8660         * configure.ac: Build the position independent wrappers.
8662         * man/Makefile.am: Now that test wrappers are position
8663         independent, use them and drop dark envvar magic.
8665 2001-09-23  Akim Demaille  <akim@epita.fr>
8667         * doc/autoconf.texi (Common Shell Constructs): Rename as...
8668         (Programming in M4sh): this.
8669         Promote to @section.
8671 2001-09-23  Akim Demaille  <akim@epita.fr>
8673         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
8674         Pass $at_debug_args to the rerun test suite.
8675         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
8676         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
8677         From Paul Eggert.
8679 2001-09-23  Akim Demaille  <akim@epita.fr>
8681         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
8683 2001-09-23  Akim Demaille  <akim@epita.fr>
8685         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
8686         over-escaping.
8688 2001-09-23  Akim Demaille  <akim@epita.fr>
8690         * lib/Autom4te/General.pm (&debug): New.
8691         * bin/autom4te.in ($language): Move to...
8692         (parse_args): here.
8693         Handle --language in languages.
8694         * lib/autom4te.in (Automake-selections, Autoheader-selections)
8695         (Autoscan-selections): New.
8696         (Autoconf): Adjust.
8698 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
8700         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
8701         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
8702         to match current versions from CVS Automake.
8704 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
8706         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
8707         for $LINENO.
8709 2001-09-22  Akim Demaille  <akim@epita.fr>
8711         * lib/autoconf/autotest.m4: Create `package.m4'.
8712         * tests/Makefile.am (package.m4): Remove.
8714 2001-09-22  Akim Demaille  <akim@epita.fr>
8716         Rely on `$LINENO' when possible instead of `__oline__'.
8718         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
8719         `$LINENO' support replacement when not supported.
8720         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
8721         them explicitly to be sure they are not output before this section
8722         (via m4_require).  Cosmetic only.
8723         * lib/autoconf/c.m4, lib/autoconf/general.m4,
8724         * lib/autoconf/programs.m4: Replace all the occurrences of
8725         `__oline__' with `$LINENO'.
8726         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
8728 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
8730         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
8731         character (u: -> ue) in a code comment.
8732         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
8733         it works.
8735 2001-09-21  Akim Demaille  <akim@epita.fr>
8737         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
8738         Suggested by Jim Meyering.
8740 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8742         * lib/autoconf/programs.m4: Use extensions listed in
8743         $ac_executable_extensions when looking for programs.
8745 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8747         * lib/autoconf/general.m4: Fix a small Englisho.
8748         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
8749         setting up ac_dir_suffix and ac_top_builddir.
8750         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
8752 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8754         * doc/autoconf.texi (File System Conventions): Clarify the use of
8755         PATH_SEPARATOR.
8756         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
8757         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
8758         be used instead of ':'.
8759         * lib/autotest/general.m4: Replace occurrences of ':' in
8760         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
8762 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8764         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
8765         arguments.  Fixed a typo.
8767 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8769         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
8770         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
8772 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8774         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
8775         * bin/autoupdate.in: Ditto.
8776         * bin/autoheader.in: Reworded a few comments.
8777         * bin/autoconf.in: Reworded help text for a few options.
8778         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8779         * bin/autoscan.in, bin/autoupdate.in: Ditto.
8781 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
8783         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
8784         already have $file).  Set output files to binary mode (helps avoid
8785         CR issues on DOSish systems).
8787 2001-09-19  Akim Demaille  <akim@epita.fr>
8789         * lib/autotest/general.m4: Englishoes.
8790         From Tim Van Holder and Alexey Mahotkin.
8792 2001-09-18  Paul Eggert  <eggert@twinsun.com>
8794         * doc/autoconf.texi (Common Shell Constructs): New node,
8795         documenting AS_DIRNAME.
8796         (Limitations of Usual Tools): Refer to it when discussing dirname.
8797         Also, update discussion of POSIX standard to reflect latest draft.
8799         * lib/autoconf/c.m4:
8800         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
8802         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8803         Do not pass a first argument with leading '-'
8804         to expr, by parenthesizing initial integers that might be negative.
8806         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
8807         now merely checks whether it is an error to pass an argument
8808         to getpgrp.
8810         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
8811         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
8812         whether it is a (compile-time) error to pass an argument to
8813         getpgrp.  This simpler test supports the revised documentation,
8814         and is all that AC_FUNC_GETPGRP's users really need.
8816 2001-09-18  Akim Demaille  <akim@epita.fr>
8818         * doc/autoconf.texi (Limitations of Make) <$<>: New.
8820 2001-09-18  Akim Demaille  <akim@epita.fr>
8822         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
8823         `{}'.
8824         * lib/autotest/general.m4 (AT_INIT): Adjust.
8826 2001-09-18  Paul Wagland  <paul@wagland.net>
8828         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
8829         correctly.
8830         Add test for AS_BASENAME.
8831         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
8832         added test. It now correctly handles /1/2/3/, returning '3' not ''.
8833         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
8834         * tests/base.at: Fixed the expected responses. The old ones were
8835         one line out...
8836         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
8837         the documentation claims it should (and how it behaved in 2.13).
8839 2001-09-18  Akim Demaille  <akim@epita.fr>
8841         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
8842         the AC_CONFIG_COMMANDS invocation.
8843         This also solves the name clash problems.
8844         Don't set the package's ID.
8845         * lib/m4sugar/Makefile.am (version.m4): Revamp.
8846         No longer to be shipped.
8847         (version.in): Remove.
8848         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
8849         * lib/autoconf/status.m4: Adjust.
8850         Use `m4_PACKAGE_STRING'.
8851         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
8852         the only optional argument is the name of the test suite.
8853         Expect `package.m4' to define the package signature.
8854         * lib/autom4te.in (Autotest): Add `package.m4?'.
8855         * tests/Makefile.am (package.m4): New.
8856         * tests/suite.at: ifnames is a victim.
8858 2001-09-18  Akim Demaille  <akim@epita.fr>
8860         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
8861         AC_LIBSOURCE, AC_CONFIG_FILES.
8862         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
8863         program version string doesn't match the package's.
8864         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
8865         after `(cached)'.
8867 2001-09-17  Paul Eggert  <eggert@twinsun.com>
8869         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
8870         Allow expression to return any value that can fit into unsigned long
8871         (not int, as before).  Check for output errors.
8873 2001-09-17  Bruno Haible  <haible@ilog.fr>
8875         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
8876         Always include <stdio.h> and <stdlib.h>. Evaluate
8877         the expression in an extra function before these includes. Call
8878         fprintf "%d" only after ensuring the argument is of type 'int'.
8879         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
8881 2001-09-17  Paul Eggert  <eggert@twinsun.com>
8883         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
8884         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
8885         fatal errors, and AC_CHECK_LIB causes it to include libraries even
8886         when they don't exist.
8888         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
8889         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
8890         need it.
8892         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
8893         version with the version used by fileutils 4.1, except use
8894         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
8895         we don't need it.
8897         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
8899 2001-09-13  Akim Demaille  <akim@epita.fr>
8901         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
8902         _first_.
8903         Reported by Gerrit P. Haase.
8905 2001-09-13  Akim Demaille  <akim@epita.fr>
8907         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
8908         m4_defn'ing is valid.
8910 2001-09-13  Akim Demaille  <akim@epita.fr>
8912         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
8913         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
8914         Use it.
8916 2001-09-13  Akim Demaille  <akim@epita.fr>
8918         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
8919         m4_match.
8920         (m4_re_escape): New.
8921         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
8922         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
8923         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
8924         Likewise.
8925         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
8926         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
8927         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
8928         AT_tests_all for consistency.
8929         Set at_victims.
8930         (AT_VICTIMS): Similar to AT_KEYWORDS.
8931         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
8933 2001-09-13  Akim Demaille  <akim@epita.fr>
8935         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
8937 2001-09-13  Akim Demaille  <akim@epita.fr>
8939         * lib/autotest/general.m4 (AT_INIT): Create and remove
8940         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
8941         test suites can cohabit.
8943 2001-09-13  Akim Demaille  <akim@epita.fr>
8945         * tests/mktests.sh: Don't output banners for empty test files.
8947 2001-09-13  Akim Demaille  <akim@epita.fr>
8949         Test suites can be run independently of configure.
8951         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
8952         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
8953         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
8954         ECHO_N etc.
8955         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
8956         and at_c.
8957         * lib/autotest/general.m4: Use ECHO_*.
8959 2001-09-13  Akim Demaille  <akim@epita.fr>
8961         * bin/ifnames.in: Rewrite in Perl.
8962         * configure.ac: Don't look for AWK.
8963         * tests/tools.at (AWK portability): Remove.
8964         (Syntax of the shell scripts): Don't check ifnames.
8965         (AT_CHECK_PERL_SYNTAX): New.
8966         (Syntax of the Perl scripts): Check ifnames.
8967         * tests/ifnames: New.
8969 2001-09-13  Akim Demaille  <akim@epita.fr>
8971         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
8972         test group titles.
8973         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
8974         Remove all the other keywords.
8976 2001-09-10  Akim Demaille  <akim@epita.fr>
8978         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
8979         SETUP: no longer used.
8980         Support -k, --keywords.
8981         <at_help>: Be `no', `short', or `long'.
8982         <at_help_all>: New variable.
8983         (AT_KEYWORDS): New.
8984         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
8985         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
8986         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
8987         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
8988         No longer fill the HELP diversion.
8989         (AT_CLEANUP): Use them.
8990         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
8991         (m4_list_append): Remove.
8993         Spread a few keywords in the Autoconf test suite.
8995 2001-09-10  Akim Demaille  <akim@epita.fr>
8997         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
8998         PATH_SEPARATOR, let M4sh compute it.
8999         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9000         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9001         Move to...
9002         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9003         Simplify when the path is not a literal.
9004         (AS_UNAME): Use it to report PATH.
9005         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9006         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9007         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9008         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9009         normalize the path, and to look for victims.
9010         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9011         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9013 2001-09-07  Akim Demaille  <akim@epita.fr>
9015         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9016         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9017         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9018         related variables into `at_package_*'.
9019         * lib/autotest/general.m4 (AT_VICTIMS): New.
9020         (AT_INIT): Adjust for stand-alone/embedded test suites.
9021         (AS_MESSAGE_LOG_FD): Define and use it.
9022         * tests/suite.at (AT_VICTIMS): Use it.
9023         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9024         at_version.
9026 2001-09-07  Akim Demaille  <akim@epita.fr>
9028         Move toward possibly stand-alone test suites.
9030         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9031         in addition, it introduces useless differences in logs.
9032         (AT_INIT): Let atconfig and atlocal be both optional.
9033         Adjust PATH computation.
9034         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9036 2001-09-07  Akim Demaille  <akim@epita.fr>
9038         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9039         m4sugar/version.m4.
9041 2001-09-05  Akim Demaille  <akim@epita.fr>
9043         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9044         to avoid GCC warnings.
9045         From Uwe Seimet.
9047 2001-09-05  Akim Demaille  <akim@epita.fr>
9049         * bin/autom4te.in: --language is -l, not -s.
9051 2001-09-05  Akim Demaille  <akim@epita.fr>
9053         Be ready to handle filenames as stupid as `dnl.at', for if even
9054         the maintainer is dumb enough to do that...
9056         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9057         excellence in M4 quotation: consider `__file__' is active.
9059         And BTW, when invoking m4, pass the --include in the right order:
9060         the wrong one.
9062         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9063         4m.
9065 2001-09-05  Akim Demaille  <akim@epita.fr>
9067         * lib/Autom4te/XFile.pm: New lib file.
9068         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9069         * bin/autoheader.in: Use it.
9071 2001-09-05  Akim Demaille  <akim@epita.fr>
9073         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9074         defined.
9076 2001-09-05  Akim Demaille  <akim@epita.fr>
9078         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9079         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9081         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9082         Add -I, --include support.
9083         * doc/autoconf.texi (autoscan Invocation): Adjust.
9085 2001-09-05  Akim Demaille  <akim@epita.fr>
9087         CVS GNU M4 doesn't like `undefine(undefined)'.
9089         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9090         New, extracted from main.
9091         Use IO::File wherever possible.
9092         (input.m4): Be constant, use -I instead of hard coding $tmp.
9093         Therefore be a quoted heredoc.
9094         Don't invoke `_au_disable', since ac was not loaded, but just
9095         `unm4.m4'.
9097 2001-08-31  Akim Demaille  <akim@epita.fr>
9099         Version 2.52d.
9101 2001-08-31  Akim Demaille  <akim@epita.fr>
9103         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9104         previous patch.
9105         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9107 2001-08-31  Akim Demaille  <akim@epita.fr>
9109         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9110         serious problems handling heredocs in heredocs.
9111         Reported by Nicolas Joly.
9113 2001-08-31  Akim Demaille  <akim@epita.fr>
9115         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9116         (Making testsuite Scripts): Update.
9118 2001-08-31  Akim Demaille  <akim@epita.fr>
9120         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9122 2001-08-31  Akim Demaille  <akim@epita.fr>
9124         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9125         (testsuite Scripts): There is no such thing as `atconfig.in'.
9126         And actually one diagram is missing: test suite runtime.
9128 2001-08-31  Akim Demaille  <akim@epita.fr>
9130         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9131         inverse order.
9133 2001-08-31  Akim Demaille  <akim@epita.fr>
9135         * bin/autoupdate.in (@include): `installcheck' revealed the path
9136         to m4sugar was lacking!
9138 2001-08-31  Akim Demaille  <akim@epita.fr>
9140         * man/Makefile.am (.x.1): We really have to pass
9141         autom4te_perllibdir.
9143 2001-08-31  Akim Demaille  <akim@epita.fr>
9145         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9146         debug scripts, in particular passing explicitly listed tests to
9147         run is stupid.
9149 2001-08-31  Akim Demaille  <akim@epita.fr>
9151         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9152         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9153         Use directly autom4te, not autoconf.
9154         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9156 2001-08-31  Akim Demaille  <akim@epita.fr>
9158         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9159         * bin/autoheader.in (%symbol): Strip arguments of macros.
9161 2001-08-31  Akim Demaille  <akim@epita.fr>
9163         * doc/autoconf.texi: Catch up -I, --include changes.
9165 2001-08-31  Akim Demaille  <akim@epita.fr>
9167         * bin/autom4te.in (&parse_args): Die on unknown languages.
9168         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9169         need for autoconf.
9170         Promote --include over --macrodir and other obsolete options.
9172 2001-08-31  Akim Demaille  <akim@epita.fr>
9174         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9175         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9176         * bin/autom4te.in ($autoconf): Pass --force.
9177         `print $out' doesn't print `$_' but `$out'.
9178         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9179         (autoheader): Pass --force since the test suite goes too fast for
9180         the time stamps.
9181         Adjust to the new autoheader messages.
9183 2001-08-31  Akim Demaille  <akim@epita.fr>
9185         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9186         Check the completeness of the #template.
9187         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9188         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9189         invocation.
9191 2001-08-31  Akim Demaille  <akim@epita.fr>
9193         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9194         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9195         Drop AC_MACRODIR dead for real.
9196         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9197         `autoheader: `config.hin' is created'.
9198         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9200 2001-08-31  Akim Demaille  <akim@epita.fr>
9202         * bin/autoheader.in: Rewrite in Perl.
9203         * tests/autoheader: Adjust.
9205 2001-08-31  Akim Demaille  <akim@epita.fr>
9207         * bin/autoconf.in (--include, -I): New option.
9208         Map --localdir, --autoconf-dir onto it.
9209         Forward autom4te's options instead of interpreting them.
9210         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9211         There is no such envvar since the inception of autom4te.cfg.
9212         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9213         * bin/autoupdate.in: Adjust, and perform more control.
9214         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9215         * tests/autoconf: Dittowise.
9217 2001-08-31  Akim Demaille  <akim@epita.fr>
9219         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9220         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9221         optionally `FILE'.
9222         Use -e, not -f, since /dev/null for instance is OK.
9223         (&parse_args): Adjust.
9224         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9226 2001-08-31  Akim Demaille  <akim@epita.fr>
9228         * configure.ac: Also find tested executables in bin.
9229         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9230         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9231         installed peer executables, only PATH is allowed to resolve it.
9232         Pass `autoconf_dir' via options, not via invisible envvars.
9233         * lib/Autom4te/General.pm (&find_peer): Remove.
9234         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9235         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9236         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9237         find the executables for it.
9238         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9239         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9240         We only need PERL.
9241         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9242         indeed related to running the test suite, while passing
9243         --autoconf-dir and others is related to running non installed
9244         Autoconf executables.  So don't do that, leave it to...
9245         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9246         * tests/autoscan: New.
9247         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9248         refer to library files: rely on --language.
9250 2001-08-29  Akim Demaille  <akim@epita.fr>
9252         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9253         s/--set/--language/.
9255 2001-08-29  Akim Demaille  <akim@epita.fr>
9257         * doc/autoconf.texi: Strip the @nodes.
9258         Suggested by Paul Eggert.
9259         (Initializing configure): Typo.
9261 2001-08-29  Akim Demaille  <akim@epita.fr>
9263         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9264         Suggested by Paul Eggert.
9266 2001-08-29  Akim Demaille  <akim@epita.fr>
9268         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9269         download in a tmp dir.
9271 2001-08-29  Akim Demaille  <akim@epita.fr>
9273         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9274         case insensitive OSes out there :(
9275         From Tim Van Holder.
9277 2001-08-29  Akim Demaille  <akim@epita.fr>
9279         * lib/autom4te.in: New.
9280         * lib/Makefile.am (edit, autom4te.cfg): New.
9281         * bin/autom4te.in (BEGIN): Simplify.
9282         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9283         (&load_configuration): New.  Use it.
9284         (&parse_args): Support --mode, --set, and --melt.
9285         * bin/autoconf.in: Simplify and adjust.
9286         * tests/Makefile.am (AUTOMAKE): Use --set.
9287         * tests/atlocal.in: Adjust.
9288         * BUGS: distcheck and check are weak.
9290 2001-08-29  Akim Demaille  <akim@epita.fr>
9292         * lib/autotest/general.m4: Use
9293                 foo=`(command) 2>/dev/null`
9294         not
9295                 foo=`command` 2>/dev/null
9296         (at-devnull): Rename as...
9297         (AT-devnull): this.
9298         (--clean): Remove AT-* files too.
9299         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9300         Reported by Nicolas Joly.
9302 2001-08-28  Akim Demaille  <akim@epita.fr>
9304         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9305         quotes inside single quotes.
9306         Reported by Nicolas Joly.
9308 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9310         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9312 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9314         * lib/autotest/general.m4: Reword some messages.
9315         (AT_INIT): Check for the `times' builtin before using it.
9316         Support test ranges as arguments to the testsuite.
9317         Have -e imply -d as the help text suggested.
9319 2001-08-27  Akim Demaille  <akim@epita.fr>
9321         * Makefile.maint: Formatting changes.
9322         (do-po-update, po-update, cvs-update, update): New targets.
9323         (AMTAR): Remove.
9325 2001-08-27  Akim Demaille  <akim@epita.fr>
9327         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9328         <at_cmd_line>: New.
9329         Pass it to debug-*.sh scripts.
9330         <AUTOTEST_PATH>: May contain absolute dir names.
9332 2001-08-27  Akim Demaille  <akim@epita.fr>
9334         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9335         Support `VAR=VAL' as arguments.
9336         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9337         may be set via the command line.
9339 2001-08-27  Akim Demaille  <akim@epita.fr>
9341         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9342         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9343         first the build dirs, then the src dirs.
9344         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9346 2001-08-27  Akim Demaille  <akim@epita.fr>
9348         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9349         at_data_files earlier.
9350         (--clean, -c): New option.
9351         * tests/Makefile.am: Use this option.
9353 2001-08-27  Akim Demaille  <akim@epita.fr>
9355         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9356         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9357         readable.
9358         Adjust callers.
9359         * doc/autoconf.texi (Configuration Actions): Document the vars
9360         available in commands.
9361         Emphasize the risks of collisions in init-cmds.
9363 2001-08-27  Akim Demaille  <akim@epita.fr>
9365         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9366         (Initializing configure): this new node.
9368 2001-08-27  Akim Demaille  <akim@epita.fr>
9370         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9372 2001-08-27  Akim Demaille  <akim@epita.fr>
9374         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9375         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9376         New file.
9377         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9379 2001-08-27  Akim Demaille  <akim@epita.fr>
9381         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9382         to...
9383         * lib/autoconf/autoheader.m4: this new file.
9384         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9385         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9386         Move to...
9387         * lib/autoconf/autoupdate.m4: this new file.
9389 2001-08-27  Akim Demaille  <akim@epita.fr>
9391         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9392         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9393         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9394         -> ac_dir).
9395         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9396         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9398 2001-08-27  Akim Demaille  <akim@epita.fr>
9400         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9401         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9402         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9403         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9404         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9405         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9406         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9407         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9408         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9409         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9410         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9411         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9412         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9413         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9414         (_AC_OUTPUT_SUBDIRS): Move to...
9415         * lib/autoconf/status.m4: this new file.
9416         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9417         * tests/Makefile.am, tests/suite.at: Adjust.
9419 2001-08-27  Akim Demaille  <akim@epita.fr>
9421         Automake 1.5.
9423         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9424         (AMTAR): Help automake define it.
9425         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9426         needed, 1.5 can have a macro and a target with the same name.
9427         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9428         * m4/strip.m4: New.
9429         * m4/init.m4, m4/sanity.m4: Update.
9430         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9431         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9432         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9433         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9435 2001-08-27  Akim Demaille  <akim@epita.fr>
9437         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9439         * lib/autoconf/version.in: Remove.
9440         * lib/m4sugar/version.in: New.
9441         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9442         Adjust callers.
9443         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9444         the name of the directory they're in, instead of the filename,
9445         since version.m4 is now in m4sugar, but m4_acversion must not be
9446         classified as an Autoconf macro.
9447         ($input_m4): Don't qualify the path to m4sugar.
9448         Rather, pass autoconf_dir to m4.
9449         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9450         * tests/suite.at: Require 2.52c.
9452 2001-08-27  Akim Demaille  <akim@epita.fr>
9454         testsuite.log should include config.log.
9456         * lib/autotest/autotest.m4: New.
9457         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9458         * tests/suite.at : Adjust.
9459         (AT_INIT): Log config.log.
9460         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9461         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9462         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9463         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9464         of config.log on traps.
9465         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9466         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9467         for config.status'.
9468         Open the log as soon as possible.
9469         Use the same log introduction as configure's.
9471 2001-08-22  Paul Eggert  <eggert@twinsun.com>
9473         * doc/autoconf.texi (Indices): New node.
9474         Move indices out of the top level menu and into this submenu.
9476 2001-08-22  Akim Demaille  <akim@epita.fr>
9478         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9479         AC_TRY_COMMAND.
9480         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9482 2001-08-22  Akim Demaille  <akim@epita.fr>
9484         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9485         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9486         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9487         * lib/autoconf/programs.m4: here.
9488         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9489         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9490         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9491         * lib/autoconf/programs.m4: here.
9492         (_AC_DECL_YYTEXT): Rename as...
9493         (_AC_PROG_LEX_YYTEXT_DECL): this.
9494         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9495         * tests/Makefile.am, tests/suite.am: Adjust.
9497 2001-08-22  Akim Demaille  <akim@epita.fr>
9499         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9500         Move to...
9501         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9502         here.
9503         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9504         * lib/autoconf/functions.m4: here.
9505         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9506         (AH_CHECK_LIB): Move to...
9507         * lib/autoconf/libs: this new file.
9508         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9509         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9510         * lib/autoconf/libs.m4: here.
9511         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9513 2001-08-22  Akim Demaille  <akim@epita.fr>
9515         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9516         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9517         (AC_SITE_LOAD): Better logging of config.site.
9519 2001-08-20  Akim Demaille  <akim@epita.fr>
9521         * configure.ac (AT_CONFIG): Fix the path.
9522         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9523         can be used.
9525 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
9527         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9528         program with AC_LANG_PROGRAM before feeding it to
9529         AC_COMPILE_IFELSE.  Cleanup grep usage.
9531 2001-08-20  Akim Demaille  <akim@epita.fr>
9533         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9534         * NEWS, README, README-alpha, TODO, tests/README: This package is
9535         `Autoconf', not `autoconf' (the executable).
9537 2001-08-20  Akim Demaille  <akim@epita.fr>
9539         Info readers seem to need `Index' in the index node title :(
9541         * doc/autoconf.texi: Reverse the 2001-08-15 change which
9542         simplified index node names.
9544 2001-08-20  Akim Demaille  <akim@epita.fr>
9546         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9547         arguments are not literals.
9548         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9549         Specify the output variables, and macros defined.
9551 2001-08-20  Akim Demaille  <akim@epita.fr>
9553         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9554         (Examining Syntax) <AC_TRY_COMPILE>
9555         (Examining Libraries) <AC_TRY_LINK>
9556         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9557         their arguments.
9558         Reported by Werner Lemberg.
9560 2001-08-20  Akim Demaille  <akim@epita.fr>
9562         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9563         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9564         Load atlocal late enough to dump it in the log.
9565         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9567 2001-08-20  Akim Demaille  <akim@epita.fr>
9569         * tests/torture.at (Configuring subdirectories): New test.
9570         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9571         looking for.
9572         * m4/atconfig.m4: Be sure the let $[0] be expandable.
9573         (top_srcdir): Fix its computation.
9575 2001-08-20  Akim Demaille  <akim@epita.fr>
9577         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9578         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9579         test suite lives.
9580         Create `atconfig' automagically.
9581         Configure atlocal.in if present.
9582         * tests/atconfig.in: Remove.
9583         * tests/atlocal.in: New.
9584         * tests/Makefile.am: Adjust.
9586 2001-08-20  Akim Demaille  <akim@epita.fr>
9588         Huh!?!?!  There are still some user EOF tags used, which prevents
9589         their use in AC_CONFIG_COMMANDS for instance...
9591         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9592         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9593         `_CSEOF', or `_ATEOF', as appropriate.
9594         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9595         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9597 2001-08-20  Akim Demaille  <akim@epita.fr>
9599         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9600         * tests/semantics.at, tests/tools.at, tests/torture.at:
9601         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9603 2001-08-20  Akim Demaille  <akim@epita.fr>
9605         Autotest invokes M4sh's initialization.
9607         * lib/autotest/general.m4: Adjust the diversion names.
9608         (AT_INIT): Run AS_INIT.
9609         Use the BINSH diversion to invoke /bin/sh.
9610         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9611         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9613 2001-08-20  Akim Demaille  <akim@epita.fr>
9615         Let M4sh have its own diversions.
9617         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9618         (_m4_divert(NOTICE)): Rename as...
9619         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9620         (_m4_divert(HEADER-COMMENT)): these.
9621         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9622         (_m4_divert(NOTICE)): New, for Libtool.
9623         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9624         long ago with `_m4_divert(GROW)'.
9625         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9627 2001-08-20  Akim Demaille  <akim@epita.fr>
9629         * tests/base.at, tests/compile.at, tests/foreign.at,
9630         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9631         * tests/semantics.at, tests/suite.at, tests/tools.at,
9632         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9634 2001-08-20  Akim Demaille  <akim@epita.fr>
9636         * bin/autom4te.in (handle_output): Handle @__@.
9638 2001-08-20  Akim Demaille  <akim@epita.fr>
9640         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
9641         * lib/autotest/general.m4: Adjust the license.
9643 2001-08-17  Paul Eggert  <eggert@twinsun.com>
9645         * doc/autoconf.texi (Function Portability): Mention snprintf,
9646         following up on a suggestion by Kevin Ryde.
9648 2001-08-17  Akim Demaille  <akim@epita.fr>
9650         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
9651         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
9653 2001-08-17  Akim Demaille  <akim@epita.fr>
9655         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
9656         `$0.log' as for projects where testsuite is in src, we'd have
9657         testsuite.log created in src.
9659 2001-08-17  Akim Demaille  <akim@epita.fr>
9661         * bin/autom4te.in (&parse_args): Recognize --normalize.
9663 2001-08-17  Akim Demaille  <akim@epita.fr>
9665         Start implementing the AC_CHECK_HEADER transition scheme.
9667         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
9668         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
9669         (AC_CHECK_HEADER): Use them.
9671 2001-08-17  Akim Demaille  <akim@epita.fr>
9673         * doc/autoconf.texi: Work around Texinfo buglets.
9674         (Transformation Rules): One example is enough, users are expected
9675         to have their brains on. And BTW, use DESTDIR.
9676         (dvar): New macro.  Use it.
9678 2001-08-17  Akim Demaille  <akim@epita.fr>
9680         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
9681         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
9682         looking for ChangeLogs.
9684 2001-08-17  Akim Demaille  <akim@epita.fr>
9686         * bin/autom4te.in: --normalize is a new option.
9687         * bin/autoconf.in: Use it.
9689 2001-08-17  Akim Demaille  <akim@epita.fr>
9691         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
9692         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
9694 2001-08-16  Paul Eggert  <eggert@twinsun.com>
9696         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
9697         start, not at end.
9699 2001-08-15  Akim Demaille  <akim@epita.fr>
9701         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
9702         Use it.
9704 2001-08-15  Akim Demaille  <akim@epita.fr>
9706         * doc/autoconf.texi (pr): New index.
9707         (prindex, findex): Use, merge, and output them.
9708         (Environment Variable Index, Output Variable Index)
9709         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
9710         (Autotest Macro Index): Rename as...
9711         (Environment Variables, Output Variables,Preprocessor Symbols)
9712         (Autoconf Macros, M4 Macros, Autotest Macros): these.
9713         * doc/install.texi: Use @command.
9714         (Environment Variables): Rename as...
9715         (Defining Variables): this.
9717 2001-08-15  Akim Demaille  <akim@epita.fr>
9719         * doc/autoconf.texi (Function Portability): sprintf's return
9720         value.
9721         From Kevin Ryde.
9723 2001-08-15  Akim Demaille  <akim@epita.fr>
9725         * Makefile.maint (CVS): New.
9726         (local-check): Run changelog-check. last.
9727         (alpha): Don't depend upon local-check, since...
9728         (cvs-dist): depends upon it.
9730 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
9732         * tests/Makefile.am: Use a clean-local rule to remove
9733         autom4te.cache (it's a directory, not a file.
9734         * Makefile.am: Ditto (but maintainer-clean-local).
9736 2001-08-15  Akim Demaille  <akim@epita.fr>
9738         * bin/autom4te.in (@m4_warning): New.
9739         (&handle_m4): Use it.
9740         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
9741         warnings are issued at each run.
9742         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
9743         is in the src tree.
9745 2001-08-15  Akim Demaille  <akim@epita.fr>
9747         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
9748         don't waste time running `autoupdate --version' works.
9749         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
9751 2001-08-13  Akim Demaille  <akim@epita.fr>
9753         * doc/autoconf.texi (ma): Rename this index as...
9754         (ac): this.
9756 2001-08-13  Akim Demaille  <akim@epita.fr>
9758         * Makefile.am: Remove dead code and dead comments.
9759         (pdf, html): New targets.
9760         * doc/autoconf.texi (Using Autotest): New chapter.
9761         * doc/Makefile.am (pdf): New targets.
9762         (CLEANFILES): Adjust.
9764 2001-08-13  Akim Demaille  <akim@epita.fr>
9766         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
9767         duration of the test suite.
9769 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
9771         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
9772         endianness for comparison instead of relying on AT_CHECK_ENV.
9774 2001-08-11  Paul Eggert  <eggert@twinsun.com>
9776         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
9777         to the INSTALL file.
9779 2001-08-11  Paul Eggert  <eggert@twinsun.com>
9781         * NEWS: The autoconf manual now is distributed under the terms
9782         of the GNU Free Documentation License.
9784         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
9785         Add an appendix "Copying This Manual" for the FDL.
9787         * doc/fdl.texi: New file, from
9788         <http://www.gnu.org/licenses/fdl.texi>.
9790         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
9792 2001-08-10  Paul Eggert  <eggert@twinsun.com>
9794         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
9795         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
9796         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
9797         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
9798         m4/sanity.m4, tests/README, tests/aclocal.m4,
9799         tests/atspecific.m4, tests/base.at, tests/compile.at,
9800         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
9801         tests/semantics.at, tests/suite.at, tests/tools.at,
9802         tests/torture.at: Add copyright notice.
9804         * tests/mktests.sh: Update year in copyright notice.
9806 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
9808         * tests/semantics.at (AC_C_BIGENDIAN): New test.
9810 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
9812         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
9813         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
9814         * doc/autoconf.texi (C Compiler Characteristics): Update
9815         documentation for AC_C_BIGENDIAN.
9817 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
9819         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
9820         magic values from an object file when cross-compiling.
9821         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
9823 2001-08-10  Akim Demaille  <akim@epita.fr>
9825         * bin/autom4te.in (&handle_output): Don't use `grep' with side
9826         effects.
9827         Suggested by Russ Allbery.
9829 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
9831         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
9832         current $prefix to the sub-configures.
9834 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
9836         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
9837         extension (needed on BeOS).  Reported by Guido van Rossum.
9839 2001-08-09  Akim Demaille  <akim@epita.fr>
9841         * bin/autom4te.in ($icache): Load it only if older than autom4te.
9843 2001-08-07  Akim Demaille  <akim@epita.fr>
9845         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
9846         removed.
9847         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
9848         No need to remove the files before and after the each test, before
9849         each test and at the end of the suite is enough.
9850         Display only the children `times', not the shell's.
9851         If the test failed or was skipped, at-times is not available.
9853 2001-08-07  Akim Demaille  <akim@epita.fr>
9855         Always produce testsuite.log, including when there are no
9856         failures.  This helps getting information on skipped tests, and
9857         duration of the tests.  Err, implement the latter btw.
9859         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
9860         Dump information on the first run of each test.
9861         (AT_CLEANUP): Create `at-times' containing the duration of the
9862         test group.
9864 2001-08-07  Akim Demaille  <akim@epita.fr>
9866         The use of `dumpstat' revealed that `len' was used although it
9867         should not.  m4_text_wrap was using it, but in the Autoconf world
9868         where it is legal.  Hence (i) test M4sh in its own world, not
9869         Autoconf's, and (ii), ahem, fix the bug :)
9871         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
9872         does not like `' instead of [].
9873         (AT_INIT): Forbid `^_?AT_'.
9874         And don't output such tokens.
9875         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
9876         `script.as', and `autom4te.cache'.
9877         Remove `empty' and `macro' which are no longer used.
9878         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
9879         * tests/m4sugar.at: Use it.
9880         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
9882 2001-08-07  Akim Demaille  <akim@epita.fr>
9884         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
9886 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
9888         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
9890 2001-08-04  Akim Demaille  <akim@epita.fr>
9892         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
9893         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
9894         AC_TRY_LINK.
9895         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
9896         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
9897         (AC_F77_MAIN): Likewise.
9899 2001-08-04  Akim Demaille  <akim@epita.fr>
9901         Don't rely on M4sugar outputting the patterns in files, since we
9902         might process the output _without_ running m4, hence without these
9903         files.
9905         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
9906         * bin/autom4te.in (@Request::includes): Remove, unused.
9907         (@Request::source): Rename as...
9908         (@Request::input): this.
9909         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
9910         (&handle_output): Fetch the patterns from the traces.
9911         `$forbidden' and `$allowed' are constant: use m//o.
9912         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
9913         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
9915 2001-08-04  Akim Demaille  <akim@epita.fr>
9917         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
9918         autoconf', i.e., in addition to caching traces, cache the output.
9920         * bin/autom4te.in (Request::cache): Rename as...
9921         (Request::id): this.
9922         ($cache, $icache, $tcache, $ocache): New.
9923         (&handle_m4): Save M4 output in the cache instead of $tmp.
9924         (&handle_output): Adjust.
9925         (&up_to_date_p): Check that the output cache is up to date too.
9926         (top level): Run `&handle_m4' iff force or the cache is invalid.
9927         Run `&handle_output' if the output cache is more recent.
9929 2001-08-04  Akim Demaille  <akim@epita.fr>
9931         * bin/autom4te.in ($force): New.
9932         (&parse_args, &print_usage): -f, --force is a new option.
9933         (&handle_output): CPP directives might have spaces after `#'.
9934         (&parse_args): The first file only can be frozen.
9936 2001-08-04  Akim Demaille  <akim@epita.fr>
9938         Don't let autom4te compute the `include' traces several times:
9939         first check that the trace cache file is up to date, and then
9940         compare its timestamp with that of the output.
9942         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
9943         the preamble.  Don't require 5.005 as Autom4te::General does it,
9944         and better yet (use `use', not `require'!).
9945         * lib/Autom4te/Struct.pm: Rename the last occurrences of
9946         Class::Struct as Autom4te::Struct.
9947         * lib/Autom4te/General.pm (File::stat): Use it.
9948         (&mtime): New, export it.
9949         * bin/autom4te.in: Use it.
9950         Declare `$req' is invalid if it is outdated.
9951         Don't declare it valid before saving it if something went wrong.
9953 2001-08-04  Akim Demaille  <akim@epita.fr>
9955         Autom4te shall not encode Autoconf data, and preselecting traces
9956         must be proposed to the users.
9958         * bin/autom4te.in (@required_trace): Remove.
9959         (@preselect): New.
9960         (&parse_args, &print_usage): -p, --preselect is a new option.
9961         (&up_to_date_p): Adjust.
9962         * bin/autoconf.in: Preselect some Autoconf macros.
9964 2001-08-04  Akim Demaille  <akim@epita.fr>
9966         * tests/tools.at (autoconf --trace: user macros): Check traces on
9967         macros invoked without arguments, and macros invoked with multiple
9968         lines arguments.
9970 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
9972         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
9973         arguments.
9975 2001-08-03  Akim Demaille  <akim@epita.fr>
9977         * bin/autoconf.in ($@): Work around the usual sh bug.
9978         From Nicolas Joly.
9980 2001-08-03  Akim Demaille  <akim@epita.fr>
9982         Clean up the handling of the M4 builtins tracing exception.
9984         * bin/autom4te.in (Request::request): Don't complete M4 builtins
9985         trace requests.
9986         (@m4_builtins): Rename as...
9987         (@m4_builtin): this.
9988         (%m4_builtin_alternate_name): New.
9989         (&parse_args): Complete the trace requests with alternate names.
9990         (&handle_traces): Hence no longer do it here.
9991         (&trace_requests): Remove, unused.
9993 2001-08-03  Akim Demaille  <akim@epita.fr>
9995         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
9996         m4_if, and m4_wrap.
9998 2001-08-03  Akim Demaille  <akim@epita.fr>
10000         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10001         (m4_divert_pop): Dump the whole diversion stack when a diversion
10002         mismatch happens.
10003         * bin/autom4te.in (&handle_output): Remember of the first
10004         occurrence of a possibly undefined macro, not the last.
10005         Complain about the possibly undefined macros in the same order as
10006         the appear in the output.
10007         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10008         * tests/tools.at (autoconf: forbidden tokens, basic)
10009         (autoconf: forbidden tokens, exceptions): No longer sort
10010         autoconf's stderr, as it is now deterministic.
10011         Check that `dnl' is caught.
10013 2001-08-01  Akim Demaille  <akim@epita.fr>
10015         * configure.ac: Bump to 2.52c.
10017 2001-08-01  Akim Demaille  <akim@epita.fr>
10019         Version 2.52b.
10021         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10023 2001-08-01  Akim Demaille  <akim@epita.fr>
10025         Version 2.52a.
10027 2001-08-01  Akim Demaille  <akim@epita.fr>
10029         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10030         `die'.
10031         (&END): New.
10032         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10033         `END', as `Autom4te::General::END' will be triggered.
10034         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10035         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10036         system to run `mv', `rm', and `cmp'.
10038 2001-08-01  Akim Demaille  <akim@epita.fr>
10040         * lib/Autom4te/General.pm (&unique): New.
10041         * bin/autoscan.in (&output): Use it to issue trace requests once.
10043 2001-08-01  Akim Demaille  <akim@epita.fr>
10045         * lib/Autom4te/General.pm: New.
10046         * bin/autom4te.in (Autom4te::General): Use it.
10047         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10048         (&find_configure_ac, &find_slave): Remove.
10049         * bin/autoscan.in: Likewise.
10050         * bin/autoupdate.in: Likewise.
10052 2001-08-01  Akim Demaille  <akim@epita.fr>
10054         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10055         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10056         * bin: here, new directory.
10057         * lib/Autoconf: Rename as...
10058         * lib/Autom4te: this, to please case insensitive junkie OSes.
10060 2001-08-01  Akim Demaille  <akim@epita.fr>
10062         * autom4te.in ($m4): Handle the --nesting-limit.
10063         * autoconf.in (M4): Remove.
10065 2001-08-01  Akim Demaille  <akim@epita.fr>
10067         * autoconf.in ($AWK): Remove, no longer used.
10068         * test/tools.at: Use AT_CHECK_AUTOCONF.
10069         (AWK portability): Remove, for autoconf no longer uses AWK.
10070         (Syntax of the Perl scripts): New.
10071         * configure.ac: autoconf no longer needs an AWK with a good
10072         regexp engine.
10073         Use a static test on AC_PACKAGE_VERSION.
10074         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10075         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10076         * tests/atconfig.in (PERL): New.
10078 2001-08-01  Akim Demaille  <akim@epita.fr>
10080         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10081         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10082         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10083         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10084         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10085         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10086         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10087         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10088         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10089         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10090         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10091         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10092         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10093         * lib/autoconf/c.m4: here, new file.
10095         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10096         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10097         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10098         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10099         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10100         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10101         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10102         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10103         (AC_F77_FUNC): Move to...
10104         * lib/autoconf/fortran.m4: here, new file.
10106 2001-08-01  Akim Demaille  <akim@epita.fr>
10108         * acfunctions.m4: Rename as...
10109         * lib/autoconf/functions.m4: this.
10110         * acgeneral.m4: Rename as...
10111         * lib/autoconf/general.m4: this.
10112         * acheaders.m4: Rename as...
10113         * lib/autoconf/headers.m4: this.
10114         * aclang.m4: Rename as...
10115         * lib/autoconf/lang.m4: this.
10116         * acoldnames.m4: Rename as...
10117         * lib/autoconf/oldnames.m4: this.
10118         * acspecific.m4: Rename as...
10119         * lib/autoconf/specific.m4: this.
10120         * actypes.m4: Rename as...
10121         * lib/autoconf/types.m4: this.
10122         * autoconf.m4: Rename as...
10123         * lib/autoconf/autoconf.m4: this.
10125         * m4sugar.m4: Rename as...
10126         * lib/m4sugar/m4sugar.m4: this.
10127         * m4sh.m4: Rename as...
10128         * lib/m4sugar/m4sh.m4: this.
10130         * tests/atgeneral.m4: Rename as...
10131         * lib/autotest/general.m4: this.
10133         * acfunctions: Rename as...
10134         * lib/autoscan/functions: this.
10135         * acheaders: Rename as...
10136         * lib/autoscan/headers: this.
10137         * acidentifiers: Rename as...
10138         * lib/autoscan/identifiers: this.
10139         * aclibraries: Rename as...
10140         * lib/autoscan/libraries: this.
10141         * acmakevars: Rename as...
10142         * lib/autoscan/makevars: this.
10143         * acprograms: Rename as...
10144         * lib/autoscan/programs: this.
10146 2001-08-01  Akim Demaille  <akim@epita.fr>
10148         * doc/autoconf.texi: Moving/deleting open files is not portable.
10149         Portability issues for `.' (source), and more information about sed.
10151 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10153         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10154         which has a special meaning and is not a reference to libibmil.a.
10155         Reported by Matteo Frigo.
10157 2001-07-25  Pavel Roskin  <proski@gnu.org>
10159         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10160         output.
10162 2001-07-25  Akim Demaille  <akim@epita.fr>
10164         * autoconf.in: Try to define the variables before using them.
10165         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10166         instead of `$perllibdir'.
10167         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10169 2001-07-25  Akim Demaille  <akim@epita.fr>
10171         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10173 2001-07-24  Akim Demaille  <akim@epita.fr>
10175         Let autoconf use autom4te for traces.
10177         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10178         autom4te.
10179         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10180         (Because I found no way for autom4te to accept `-').
10181         * autom4te.in (&Request::request): Beware of M4 builtins.
10182         (END): Don't try to remove the content of an empty dir.
10183         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10184         (&handle_output): Set a default value to `$forbidden'.
10185         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10186         ($autoconf): Pass --debug and --verbose.
10187         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10188         cache.
10190 2001-07-24  Akim Demaille  <akim@epita.fr>
10192         Let autoconf use autom4te to create configure.
10194         * autoconf.in ($automate): New var.
10195         (task script): Use autom4te.
10196         * autom4te.in (File::Spec): Use it.
10197         (&find_file): New.
10198         (&parse_args): --warning is -W, not -w.
10199         Find the top level files.
10200         (&handle_m4): Pass the warnings flags.
10201         Don't report verbosely m4's failures, unless requested.
10202         (&handle_output): Don't complain for forbidden tokens in comments.
10203         Be sure to report all the forbidden tokens within a single line.
10204         (&trace_format_to_m4): Preserve `$_'.
10205         (&handle_traces): Sort the output macros.
10206         (&up_to_date_p): Find the files before trying to get its time stamp.
10208 2001-07-24  Akim Demaille  <akim@epita.fr>
10210         * Makefile.am: Ship, build and install Autom4te.
10211         (SUBDIRS): Add lib.
10212         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10213         * configure.in: Require Perl.
10214         * man/autom4te.in: New.
10216 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10218         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10219         example, rather than (exit 1); exit (which isn't portable).
10221 2001-07-18  Akim Demaille  <akim@epita.fr>
10223         Version 2.52.
10225 2001-07-18  Akim Demaille  <akim@epita.fr>
10227         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10228         was run, while they are needed also when it is expanded.
10229         Reported by Nicolas Joly.
10231         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10232         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10233         AC_F77_DUMMY_MAIN being expanded.
10235 2001-07-18  Akim Demaille  <akim@epita.fr>
10237         * configure.in: Bump to 2.51a.
10239 2001-07-17  Akim Demaille  <akim@epita.fr>
10241         Version 2.51.
10243 2001-07-17  Akim Demaille  <akim@epita.fr>
10245         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10246         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10248 2001-07-17  Akim Demaille  <akim@epita.fr>
10250         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10251         used.  Well, then use the prototypes when you can, and runtime as
10252         a last resort.
10253         Reported by Artur Frysiak
10255         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10256         (AC_FUNC_GETPGRP): Use it.
10257         First try to compile with 0-ary or 1-ary calls.
10259 2001-07-17  Akim Demaille  <akim@epita.fr>
10261         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10262         replacement type.
10263         From Paul Eggert.
10265 2001-07-17  Akim Demaille  <akim@epita.fr>
10267         * Makefile.maint: Sync. with cppi 1.10.
10269 2001-07-17  Akim Demaille  <akim@epita.fr>
10271         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10272         AC_F77_DUMMY_MAIN has been run.
10273         From Pavel Roskin and Steven G. Johnson.
10275 2001-07-17  Akim Demaille  <akim@epita.fr>
10277         * configure.in: Rename as...
10278         * configure.ac: this.
10280 2001-07-17  Akim Demaille  <akim@epita.fr>
10282         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10283         rules.
10284         From Marc Espie.
10285         * Makefile.maint (release-archive-dir): Rename as...
10286         (release_archive_dir): this, so that it can be specialized in
10287         Makefile.
10289 2001-07-14  Akim Demaille  <akim@epita.fr>
10291         * configure.in: Bump to 2.50d.
10293 2001-07-14  Akim Demaille  <akim@epita.fr>
10295         Version 2.50c.
10296         * Makefile.maint (alpha): Typo.
10298 2001-07-14  Akim Demaille  <akim@epita.fr>
10300         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10302 2001-07-14  Akim Demaille  <akim@epita.fr>
10304         * config/config.guess, config/config.sub, config/texinfo.tex
10305         * doc/standards.texi, doc/make-stds.texi: Update.
10307 2001-07-14  Akim Demaille  <akim@epita.fr>
10309         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10311 2001-07-14  Akim Demaille  <akim@epita.fr>
10313         * Makefile.maint (maintainer-check): Rename as...
10314         (maintainer-distcheck): this.
10315         (changelog-check, static-check): New.
10316         Use them.
10318 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10320         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10321         for CXX is g++, not gcc.
10323 2001-07-14  Akim Demaille  <akim@epita.fr>
10325         * doc/autoconf.texi (Files): New subsection.
10327 2001-07-14  Akim Demaille  <akim@epita.fr>
10329         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10330         of...
10331         (Generic Compiler Characteristics): this.
10332         (C++ Compiler): New subsection.
10334 2001-07-14  Akim Demaille  <akim@epita.fr>
10336         * autoscan.in: Use IO::File.
10337         Adjust all the routines to use it.
10338         ($log): New file (autoscan.log).
10339         (output): Dump detailed logs into $log, and a shortened version to
10340         stderr.
10341         (&scan_makefile): Refine the regexp catching tokens in the code.
10342         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10343         and the `configure.ac' checking feature.
10345 2001-07-12  Akim Demaille  <akim@epita.fr>
10347         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10348         Reported by Michael Elizabeth Chastain.
10350         * autoconf.in: Refuse such AWK.
10351         * configure.in: Likewise.
10352         * Makefile.am (acversion.m4): Do not use move-if-change this file
10353         has dependencies.
10354         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10356 2001-07-10  Jens Petersen  <petersen@redhat.com>
10358         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10359         things like "g++", "file.c" and "some-conf" as tokens.
10360         (&scan_file): Match C++ files extensions.
10361         If the filename extension is C++ then ask for c++.
10363 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10365         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10366         AC_TRY_LINK_FUNC, to check whether defining a dummy
10367         main-like routine is needed for linking with F77 libs.
10369 2001-07-05  Pavel Roskin  <proski@gnu.org>
10371         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10372         after using break.
10373         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10374         linking.
10376 2001-07-05  Akim Demaille  <akim@epita.fr>
10378         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10379         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10380         Makes' lives.
10381         Reported by Nicolas Joly.
10383 2001-07-04  Akim Demaille  <akim@epita.fr>
10385         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10386         up.
10387         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10388         warnings from compilers.
10389         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10390         for all the compilers, not only GNU.  Hence move from here...
10391         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10393 2001-07-04  Akim Demaille  <akim@epita.fr>
10395         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10396         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10397         AC_COMPILE_IFELSE.
10399 2001-07-04  Akim Demaille  <akim@epita.fr>
10401         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10402         the ``strings.h'' change claimed below.
10404 2001-07-04  Akim Demaille  <akim@epita.fr>
10406         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10408 2001-07-04  Akim Demaille  <akim@epita.fr>
10410         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10411         strings.h if usable with string.h.
10412         Suggested by Paul Eggert.
10414 2001-07-04  Akim Demaille  <akim@epita.fr>
10416         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10417         From Jens Petersen.
10419 2001-07-03  Akim Demaille  <akim@epita.fr>
10421         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10422         etc. in the log.
10424 2001-07-03  Akim Demaille  <akim@epita.fr>
10426         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10427         compiler, not the preprocessor.
10428         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10429         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10430         the right thing.
10431         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10432         earlier if there are.
10434 2001-07-03  Akim Demaille  <akim@epita.fr>
10436         * autoscan.in ($initfile): Remove.
10437         (&find_file): Rename as...
10438         (&scan_file): this.
10439         Immediately scan the current file, instead of gathering them, and
10440         later having them handled by &scan_files.
10441         (&scan_files): Merely invoke Find::File.
10442         Adjust.
10444 2001-07-02  Akim Demaille  <akim@epita.fr>
10446         * autoscan.in: Formatting changes, matching the invocation order.
10447         (File::Find): Use it instead of Perl 4's `find.pl'.
10448         (&wanted): Rename as...
10449         (&find_file): this.
10451 2001-07-01  Pavel Roskin  <proski@gnu.org>
10453         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10454         break in the argument to AC_TRY_LINK_FUNC.
10455         (AC_F77_MAIN): Remove conftest* after using break in the
10456         argument to AC_TRY_LINK.
10458 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
10460         Add alternate 'main' routine detection for linking C/C++ with Fortran,
10461         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10463         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10464         dummy alternate main is required even if the user provides her own
10465         'main'.
10466         (AC_F77_MAIN): New macro to detect whether it is possible to
10467         provide an alternate 'main' function name, using the 'main' from
10468         the Fortran libraries.
10469         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10470         cross-language link tests can be performed successfully.
10471         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
10472         after $LIBS, for consistency; this should be the general rule since
10473         the user may want to link to Fortran libraries that require $FLIBS.
10474         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10476 2001-06-29  Pavel Roskin  <proski@gnu.org>
10478         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10479         at-stdout and at-stderr instead of removing the newline
10480         from the echo output, which is not guaranteed to work.
10482 2001-06-28  Jens Petersen  <petersen@redhat.com>
10484         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10485         confdefs.h when non-zero.
10487 2001-06-28  Akim Demaille  <akim@epita.fr>
10489         * configure.in: Bump to 2.50c.
10491 2001-06-26  Akim Demaille  <akim@epita.fr>
10493         Version 2.50b.
10495 2001-06-26  Akim Demaille  <akim@epita.fr>
10497         Version 2.50a.
10499 2001-06-25  Pavel Roskin  <proski@gnu.org>
10501         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10502         argument, AUTOCONF-FLAGS.
10503         * tests/mktests.sh (update_exclude_list): Add
10504         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10505         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10506         AC_FUNC_WAIT3 with "-W no-obsolete".
10508 2001-06-25  Akim Demaille  <akim@epita.fr>
10510         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10512 2001-06-25  Akim Demaille  <akim@epita.fr>
10514         * autoscan.in (%macro): Now maps from word to list of macros.
10515         (&init_tables): Die when a word which is already handled by
10516         explicit macros is mapped to the default macro.
10517         (&print_unique): Remove, inlined in...
10518         (&output_kind): here.
10519         (File::Basename): Use it.
10520         (&output): Sort the CONFIG_FILES.
10521         * acheaders: Normalize.
10522         * acfunctions: Likewise.
10524 2001-06-25  Akim Demaille  <akim@epita.fr>
10526         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10527         characteristics in the logs.
10528         Suggested by Mo DeJong.
10530 2001-06-24  Akim Demaille  <akim@epita.fr>
10532         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10533         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10534         * doc/autoconf.texi (Autoconf 2.13): New section.
10536 2001-06-24  Akim Demaille  <akim@epita.fr>
10538         * autoconf.in (Task traces): Separate the error messages from the
10539         traces to improve robustness.
10541 2001-06-23  Akim Demaille  <akim@epita.fr>
10543         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10544         three as failures are unlikely, and speed matters.
10546 2001-06-23  Akim Demaille  <akim@epita.fr>
10548         * doc/autoconf.texi (Redefined M4 Macros): New.
10550 2001-06-23  Akim Demaille  <akim@epita.fr>
10552         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10553         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10554         5.3.
10556 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
10558         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10559         config.status targets to after the evaluation of the INIT-CMDS.
10560         Double quote config.status targets (used to be single quoted).
10562 2001-06-23  Akim Demaille  <akim@epita.fr>
10564         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10565         Check the content of the created file.
10566         Check the ./config.status command line invocation.
10568 2001-06-23  Akim Demaille  <akim@epita.fr>
10570         * tests/foreign.at (Libtool): Reject prehistoric versions.
10572 2001-06-23  Akim Demaille  <akim@epita.fr>
10574         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10575         preexisting files matching a.*.
10577 2001-06-23  Akim Demaille  <akim@epita.fr>
10579         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10580         stderr.
10581         * doc/autoconf.texi (AC_ARG_VAR): Update.
10583 2001-06-21  Akim Demaille  <akim@epita.fr>
10585         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10586         precious variables have changed.
10587         * tests/torture.at (AC_ARG_VAR): Adjust.
10589 2001-06-21  Akim Demaille  <akim@epita.fr>
10591         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10592         but some sed choke on multiple `;', and other tools (e.g.,
10593         Automake), include the separator themselves.
10595         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10597 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
10599         * doc/autoconf.texi (Functions Portability): Rename as...
10600         (Function Portability): this.
10601         (Function Portability): Document potential problems with unlink().
10603 2001-06-19  Paul Eggert  <eggert@twinsun.com>
10605         * NEWS, doc/autoconf.texi: Document quadrigraphs.
10607 2001-06-18  Akim Demaille  <akim@epita.fr>
10609         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10611 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
10613         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10614         (_AC_FUNC_VFORK): this.
10615         Remove AC_DEFINEs and don't guess cross-compilation values.
10616         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10617         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10618         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10619         vfork doesn't work.
10620         Guess values if cross-compiling, but warn.
10621         * acfunctions: Add AC_FUNC_FORK.
10622         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10623         and vfork appropriately.
10625 2001-06-18  Akim Demaille  <akim@epita.fr>
10627         * doc/autoconf.texi (Functions Portability): New section.
10629 2001-06-18  Akim Demaille  <akim@epita.fr>
10631         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10632         in $M4.
10633         Suggested by Andreas Schwab.
10635 2001-06-18  Akim Demaille  <akim@epita.fr>
10637         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
10638         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
10639         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
10640         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
10641         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
10642         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
10643         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
10644         the converse).
10646 2001-06-18  Akim Demaille  <akim@epita.fr>
10648         * doc/autoconf.texi (ms): New index.
10649         (Macro Index): Rename as...
10650         (Autoconf Macro Index): this.
10651         (M4 Macro Index): New appendix.
10652         (Programming in M4): New chapter.
10653         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
10654         (Quoting): Rename as...
10655         (M$ Quotation): this.
10656         Be part of `Programming in M4).
10658 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
10660         * tests/torture.at (AC_ARG_VAR): Set variables and export them
10661         in separate statements for compatibility with Tru64 v5.1.
10663 2001-06-17  Akim Demaille  <akim@epita.fr>
10665         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
10666         current values of the precious variables, not the previously
10667         cached values.
10668         Pass precious variables which are set to config.status.
10669         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
10670         * tests/torture.at (AC_ARG_VAR): New.
10672 2001-06-15  Paul Eggert  <eggert@twinsun.com>
10674         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
10675         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
10676         and explain why and how to replace them.
10677         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
10678         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10680 2001-06-15  Akim Demaille  <akim@epita.fr>
10682         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
10683         Reported by Bruno Haible.
10685         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
10686          (_AC_ARG_VAR_PRECIOUS): to here.
10688 2001-06-15  Pavel Roskin  <proski@gnu.org>
10690         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
10691         an unused pointer use cast to this type and `if' statement to
10692         avoid warnings from the compiler.
10693         (AC_HEADER_TIME): Likewise.
10694         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
10695         in `if' statement to avoid warnings from the compiler. Declare
10696         ac_aggr static to avoid the need to initialize it.
10698 2001-06-14  Akim Demaille  <akim@epita.fr>
10700         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
10701         Macros'.
10703 2001-06-13  Akim Demaille  <akim@epita.fr>
10705         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
10706         Suggested by Alexander Mai.
10708 2001-06-13  Akim Demaille  <akim@epita.fr>
10710         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
10711         sys/types.h and sys/stat.h, and check for them.
10713 2001-06-13  Akim Demaille  <akim@epita.fr>
10715         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
10716         INCLUDES.
10718 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10720         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
10721         succeeds and only try adding libdnet upon a failure.
10723 2001-06-12  Akim Demaille  <akim@epita.fr>
10725         * autoscan.in (&output_kind): Output the comment only if it exists.
10726         (%kind_comment): Add entry for `programs'.
10727         (&output_programs): Use &output_kind.
10728         (&output_functions, &output_identifiers, &output_headers)
10729         (&output_programs): Inline, and remove.
10731 2001-06-12  Akim Demaille  <akim@epita.fr>
10733         * autoscan.in (%kind_comment): New.
10734         (output_kind): New.
10735         (output_functions, output_identifiers, output_headers): Use it.
10737 2001-06-12  Akim Demaille  <akim@epita.fr>
10739         * autoscan.in (&print_unique): Take `$kind' and `$word' as
10740         arguments, to factor indirections into `%macro' and `%used'.
10741         (%generic_macro): Fix a typo.
10743 2001-06-12  Akim Demaille  <akim@epita.fr>
10745         * aclibraries: New.
10746         * autoscan.in (@kinds): Add `libraries'.
10747         Use `@kinds' instead of hard coded lists.
10748         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
10749         Remove, replaced by...
10750         (%used): this.
10752 2001-06-12  Akim Demaille  <akim@epita.fr>
10754         * autoscan.in (%functions_macros %headers_macros)
10755         (%identifiers_macros %programs_macros %makevars_macros): Remove,
10756         replaced by...
10757         (%macro): New.
10759 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
10761         * aclang.m4 (AC_NO_EXECUTABLES): Override
10762         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
10764 2001-06-11  Akim Demaille  <akim@epita.fr>
10766         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
10767         trailing new line.
10768         Reported by Andreas Schwab.
10770 2001-06-11  Akim Demaille  <akim@epita.fr>
10772         * Makefile.am, Makefile.maint: Typos.
10774 2001-06-09  Akim Demaille  <akim@epita.fr>
10776         * doc/autoconf.texi (Here-Documents): New section, gathering
10777         documentation about here-documents.
10778         Use `href', not `uref', and other changes.
10780 2001-06-09  Akim Demaille  <akim@epita.fr>
10782         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
10783         chapter.
10785 2001-06-09  Akim Demaille  <akim@epita.fr>
10787         * doc/autoconf.texi (Limitations of Builtins): Complete the
10788         description of the here-docs penalties with Alexandre Oliva's
10789         explanations.
10791 2001-06-01  Paul Eggert  <eggert@twinsun.com>
10793         * doc/autoconf.texi: Talk about here documents and speedups.
10794         Do not use "echo" on arbitrary strings.
10795         Spell "here-documents" consistently with the standard.
10797 2001-06-09  Akim Demaille  <akim@epita.fr>
10799         * doc/autoconf.texi (Concept Index): Introduce it.
10800         Regenerate the menus.
10802 2001-06-09  Akim Demaille  <akim@epita.fr>
10804         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
10805         * config/prev-version.txt: New.
10806         * config/move-if-change: New, for GNU libc.
10808 2001-06-06  Pavel Roskin  <proski@gnu.org>
10810         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
10812 2001-06-06  Akim Demaille  <akim@epita.fr>
10814         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
10815         properly when $1 is not a literal.
10816         Fixes PR Autoconf/187, reported by Bram Moolenaar.
10818 2001-06-06  Akim Demaille  <akim@epita.fr>
10820         Invoking AC_COPYRIGHT before AC_INIT fails.
10822         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
10823         * acgeneral.m4 (_m4_divert(VERSION_FSF))
10824         (_m4_divert(VERSION_USER)): New.
10825         (AC_COPYRIGHT): $2 is the diversion to use.
10826         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
10827         (AC_INIT): Remove dead comments as now it's commutative.
10829 2001-06-06  Akim Demaille  <akim@epita.fr>
10831         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
10832         PR autoconf/187.
10834 2001-06-05  Akim Demaille  <akim@epita.fr>
10836         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
10837         can be empty.
10838         `*dir' variables cannot be NONE.
10839         Reported by Mark Kettenis.
10841 2001-06-05  Paul Eggert  <eggert@twinsun.com>
10843         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
10845 2001-06-04  Akim Demaille  <akim@epita.fr>
10847         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
10848         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
10849         (AC_TR_SH): Move as...
10850         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
10851         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
10852         (AS_TR_SH): these.
10853         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
10854         (_AS_TR_SH_PREPARE): New.
10855         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
10856         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
10858 2001-06-02  Akim Demaille  <akim@epita.fr>
10860         * Makefile.am (.m4.m4f): Pass the options first.
10861         Fixes PR autoconf/182.
10863 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
10865         GNU getopt, when POSIXLY_CORRECT does not permute options and
10866         arguments.  So pass the options first.
10867         Fixes PR autoconf/184.
10869         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
10870         (run_m4): Remove files.
10871         (run_m4f): Remove.
10872         Update remainder of script to use them.
10873         (for warning in): Do not use a literal comma as it will not be
10874         split by IFS.
10876 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
10878         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
10879         Fortran compilers to check.
10880         (_AC_PROG_F77_V): Add '-###' as a possible option to print
10881         information on library and object files.
10882         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
10883         to check.
10885 2001-06-02  Akim Demaille  <akim@epita.fr>
10887         * autom4te.in (Request::@request): Declare with `vars', not `my',
10888         as it prevents updates via `do FILENAME'.
10890 2001-06-02  Akim Demaille  <akim@epita.fr>
10892         * configure.in (standards_texi): Remove, dead code.
10894 2001-06-02  Akim Demaille  <akim@epita.fr>
10896         * autom4te.in: New.
10898 2001-06-02  Pavel Roskin  <proski@gnu.org>
10900         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
10901         for signals other than 0 - exit with code 1.
10902         * m4sh.m4 (AS_TMPDIR): Likewise.
10903         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
10904         * autoheader.in: Likewise.
10905         * autoreconf.in: Likewise.
10906         * tests/torture.at (Signal handling): New test for the above.
10908 2001-06-01  Akim Demaille  <akim@epita.fr>
10910         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
10911         message.
10913 2001-05-31  Akim Demaille  <akim@epita.fr>
10915         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
10916         Add copyright and comments.
10917         * acheaders: Add stdint.h.
10918         Suggested by Paul Eggert.
10920 2001-05-31  Akim Demaille  <akim@epita.fr>
10922         * atgeneral.m4 (AT_INIT): Use $SHELL.
10923         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
10925 2001-05-31  Akim Demaille  <akim@epita.fr>
10927         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10928         stdint.h.
10929         From Paul Eggert and Lars Hecking.
10931 2001-05-31  Akim Demaille  <akim@epita.fr>
10933         * tests/base.at: Adjust line numbers in error messages.
10935 2001-05-31  Akim Demaille  <akim@epita.fr>
10937         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
10938         to emit the bangshe line.
10939         Reported by David Carter.
10941 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
10943         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
10944         Fortran (95) compilers to check.
10946 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
10948         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
10949         Macro Archive URL.
10951 2001-05-23  Pavel Roskin  <proski@gnu.org>
10953         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
10954         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
10955         (AC_PROG_CXXCPP): Likewise.
10957 2001-05-22  Akim Demaille  <akim@epita.fr>
10959         * config: New directory.
10960         * configure.in: AC_CONFIG_AUX_DIR it.
10961         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
10963 2001-05-22  Akim Demaille  <akim@epita.fr>
10965         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
10966         * autoupdate.in: Specify the Emacs mode.
10967         * acversion.m4.in: Rename as...
10968         * acversion.m4: this.
10969         * tests/Makefile.am (CLEANFILES): More garbage.
10971 2001-05-22  Akim Demaille  <akim@epita.fr>
10973         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
10974         Rename as...
10975         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
10976         these.
10978 2001-05-21  Akim Demaille  <akim@epita.fr>
10980         * configure.in: Bump to 2.50a.
10982 -----
10984 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10986 This file is part of GNU Autoconf.
10988 GNU Autoconf is free software; you can redistribute it and/or modify
10989 it under the terms of the GNU General Public License as published by
10990 the Free Software Foundation; either version 2, or (at your option)
10991 any later version.
10993 GNU Autoconf is distributed in the hope that it will be useful,
10994 but WITHOUT ANY WARRANTY; without even the implied warranty of
10995 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10996 GNU General Public License for more details.
10998 You should have received a copy of the GNU General Public License
10999 along with autoconf; see the file COPYING.  If not, write to
11000 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11001 Boston, MA 02110-1301, USA.