(Limitations of Usual Tools): "expr '' \| ''"
[autoconf/tsuna.git] / ChangeLog
blob107f76f0eb4f5ca8891472db73780238bff30b2c
1 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (Autoconf Language): Add more description
4         about quoting heuristics.
5         (Limitations of Builtins): Describe "set -" problems.
7 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
10         not newline.
12         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
13         by AC_DEFINE; it was a mistake.
14         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
16 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
18         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
20 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
22         * doc/autoconf.texi (External Software): Quadrigraphs are not
23           processed correctly in AS_HELP_STRING; avoid this in the examples.
24         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
25         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
26           comment and reduce m4_default([foo], []) to [foo].
27         (m4_strip): Update the explanation.
29 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
31         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
32         Remove core.conftest.* too; it's generated by Tru64 5.1.
33         Problem reported by Jennis Pruett.
34         * lib/autoconf/functions.m4
35         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
36         Don't bother to remove core files; AC_RUN_IFELSE should do that
37         for you.
39 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
41         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
43 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
45         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
46         Report from Horst Wente.
48 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
50         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
51           the comment.
53 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
55         * doc/autoconf.texi (External Software, Package Options): Add
56           examples showing how to implement --with-* and --enable-* options.
58 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
60         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
61         as well as configure.in.  Problem reported by Gregorio Guidi.
63 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
65         * doc/autoconf.texi (Particular Functions): Use gnulib's current
66         pattern for alloca snippet.
68 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
70         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
72 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
74         * doc/autoconf.texi (Generic Programs): Fix a typo.
76 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
78         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
79         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
81 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
84         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
85         whole-archive (-zallextract, -zdefaultextract) options in the hope of
86         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
87         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
89 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
91         * NEWS: The configure command now warns you if you attempt to use
92         a directory whose name contains a special character like space,
93         newline, or "\".
94         * doc/autoconf.texi (Installation Directory Variables): Allow
95         "," in file names.  Do not use \@; it's not a portable regexp.
96         * bin/Makefile.am (edit): Likewise.
97         * lib/Makefile.am (edit): Likewise.
98         * tests/Makefile.am (edit): Likewise.
99         * tests/semantics.at: Likewise.
100         * tests/torture.at: Likewise.
101         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
102         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
103         * doc/autoconf.texi (File System Conventions): Warn about
104         unportable file names.
105         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
106         (AC_INIT): Use it.
107         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
108         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
109         ac_pwd, and quote srcdir.
110         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
112         * doc/autoconf.texi: Fix some systematic formatting problems.
113         ".)"  needs a following @: if not at the end of a sentence, and
114         similarly for "!)".  "etc." should be preceded by a comma.
115         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
117 2005-03-22  Bruno Haible  <bruno@clisp.org>
119         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
120         argument is often called 'build-aux'.
122 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
124         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
125           macro AC_TRY_LINK is obsolete.
126         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
127           `AC_CONFIG_FILES'.
129 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
131         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
132           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
133           from a Common Lisp's `cl'.
134         (AC_PROG_CXX): Behave according to the documentation: don't
135           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
136           make the variable CCC precious; use `cl.exe', not `cl'.
138 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
139             Alexandre Duret-Lutz  <adl@gnu.org>
141         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
142         /dev/null, as "configure" shouldn't read stdin, and this insulates
143         us from problems (e.g., when testing for "cl").  Also, do this
144         redirection before invoking "hostname" or "uname", and keep the
145         original input stream available via...
146         (AS_ORIGINAL_STDIN_FD): ... this new macro.
147         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
148         bother with "</dev/null" since it's now done at the top of
149         'configure'.
150         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
151         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
152         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
153         * doc/autoconf.texi (File Descriptor Macros): New section.
154         (Printing Messages): Mention it.
155         * tests/base.at (Input/Output): New test.
157 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
159         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
160         newline if neither \c nor -n work, as that would output two
161         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
163 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
165         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
166         This causes that any required macros inside will get before the if.
167         * doc/autoconf.texi (autom4te.cache): A typo.
169 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
171         Undo previous change, except keep the change to
172         lib/autoconf/programs.m4 that replaced grep with shell
173         pattern-matching.  This is because net-snmp configure reads stdin.
174         Reported by Noah Misch.
176 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
178         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
179         from /dev/null, as "configure" shouldn't read stdin, and this
180         insulates us from problems (e.g., when testing for "cl").
181         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
182         before invoking "hostname" or "uname".
183         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
184         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
185         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
186         "</dev/null" since it's now done at the top of 'configure'.
187         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
188         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
189         Also, replace grep with shell pattern-matching, to save a process.
191 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
193         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
194         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
195         avoid thinking that Allegro Common Lisp's "cl" command is a C++
196         compiler.
198 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
200         * doc/autoconf.texi (Limitations of Usual Tools): Document that
201         grep -q isn't portable.  Improve grep -s explanation.
202         Problem reported by Dan Manthey.
204 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
206         * doc/autoconf.texi (Special Shell Variables): Clarify
207         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
209 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
211         * doc/autoconf.texi: Use @acronym for DJGPP.
212         Fix some @code's that should have been @env's, and vice versa.
213         Sort environment variable names.
214         Mention that shells no longer inherit IFS.
215         Don't recommend PATH_SEPARATOR=';' so strongly.
216         Mention that $RANDOM might expand to the empty string.
217         "symlink" and "soft link" -> "symbolic link".
218         Improve mktemp description (reported by Bruno Haible).
220 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
222         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
223         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
224         Likewise.
225         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
226         Likewise.
228 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
230         * NEWS: Mention AT_COPYRIGHT.
232         * tests/local.at (AT_CMP): Use diff directly on input files rather
233         than copying them.
235         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
236         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
238 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
239         and Paul Eggert  <eggert@cs.ucla.edu>
241         * tests/autotest.at (Empty test suite): New test.
242         * tests/torture.at (Substitute and define special characters)
243         (Substitute a 2000-byte string, Define to a 2000-byte string)
244         (Substitute a newline, Define a newline): New tests.
246 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
248         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
249         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
250         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
251         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
252         (Standard regular expressions): New test.
253         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
254         excess test name quoting.
255         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
256         CPPFLAGS to `configure' instead of setting it in `configure'.
258         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
259         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
260         on some platforms.
262         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
263         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
265         * tests/local.at (AT_CMP): New macro.
266         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
267         (AC_SAVE_STATE): Move environment grep...
268         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
269         (AT_CONFIG_CMP): New macro.
270         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
271         * tests/c.at (Extensions): Do not exit early.
272         * tests/atlocal.in: Inherit $GREP.
274         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
275         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
277         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
278         (AC_COPYRIGHT): Factor header comment portion out and move into...
279         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
280         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
281         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
282         --version output.
283         * tests/local.at: Add Autoconf test suite copyright notice.
284         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
286 2005-02-04  Bruno Haible <bruno@clisp.org>
287         and Paul Eggert  <eggert@cs.ucla.edu>
289         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
291 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
293         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
294         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
296         Try not to generated lines of unlimited length, as POSIX places a
297         2047-byte limit on line length of portable text files.
298         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
299         Use newline as a separator, not space.
300         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
301         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
302         space.
304 2005-02-03  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
306         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
307         as_func_*.  Add test to check whether positional parameters
308         are restored after function return.
310 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
312         * doc/autoconf.texi (Special Shell Variables): Mention _,
313         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
314         if they contain a lower-case letter.  The DUALCASE problem was
315         reported by Ralf Wildenhues.
317         * bin/autoconf.as: Don't exit with status 0 after write failure
318         with --help or --version.
319         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
320         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
322 2005-02-02  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
324         * doc/autoconf.texi (Limitations of Usual Tools):
325         Unicos 9 sed limitations.
326         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
327         to get the option-enhanced interface on older Crays.  Try ftn for
328         Fortran 95 (newer Crays).
330 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
332         * man/Makefile.am (.x.1): Go back to the simple solution, but take
333         care to echo the commands, so the user knows what's going on.
334         Modified from a suggestion by Stepan Kasal.
336         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
337         with a cross reference.  Derived from a suggestion by Bruce Korb.
339 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
341         * doc/autoconf.texi (config.status Invocation): Warn about
342         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
343         * doc/install.texi (Defining Variables): Likewise.
344         Based on a proposed patch by Ralf Wildenhues.
346         * man/Makefile.am (.x.1): Make sure the required generated files
347         are up to date.  Problem and original solution proposed by Stepan Kasal.
348         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
349         implicit-man-prerequisites): New rules, used by the above.
351         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
352         * config/config.guess, config/config.sub, config/install-sh: Likewise.
353         * config/missing, config/texinfo.tex: Likewise.
355 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
357         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
358         Update the long comment explaining it.
360         m4_require no longer writes an ``is required by'' line to the
361         execution stack.  It contains only one bit of non-redundant
362         information: that the macro was required, not called.  And even
363         this bit is useless in most situations: have you ever met a macro
364         which both calls and requires the same macro?
366         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
367         (_m4_defun_pro_outer): ... only via this macro, for the outermost
368           macro.
369         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
370         (m4_expansion_stack_pop): Remove the misplaced comment.
371         (m4_require): Don't put the ``is required by'' line to the
372           execution stack; slightly improve the out-of-a-defun error message.
373         (_m4_divert_grow): New macro, counter for the temporary diversions.
374         (_m4_require_call): Use it.
375         * tests/m4sugar.at (m4_require): Expect output without the
376           ``is required by'' messages.
378 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
380         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
381         rather than x for expr.
383         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
384         this is safe.
385         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
386         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
387         * lib/autotest/general.m4 (AT_INIT): Likewise.
388         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
389         * tests/mktests.sh: Likewise.
391 2005-01-27  Akim Demaille  <akim@epita.fr>
393         Have autoheader honor --force.
395         * doc/make-stds.texi, doc/standards.texi: Update from masters.
396         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
397         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
398         from masters, so that FileUtils.pm's update_file provide --force
399         support.
400         * bin/autoheader.in: Pass $force to update_file so that
401         config.h.in is always recreated when --force.
403 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
405         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
407 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
409         * doc/autoconf.texi (Limitations of Builtins): Clarify that
410         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
412 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
414         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
415         Warn about newline stripping in `` and $().  Update Solaris
416         version to 9.
417         (Limitations of Builtins): Use expr "X...", not expr "x...", as
418         X insulates us from future changes to Posix.
419         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
420         stripping.
422 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
424         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
425           you cannot use AC_DEFINE to define macros containing `[' or `]'.
427 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
429         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
430         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
431         bug-tar mailing list.
433 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
435         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
437 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
439         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
440         ulongval to be static, to avoid unwanted GCC warning.  Problem
441         reported by Michael Jennings via Daniel Reed; see
442         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
444 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
446         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
447         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
448         datadir, infodir, and mandir.  Adjust argument parsing code.
449         (_AC_INIT_HELP): Update help text.
450         * doc/autoconf.texi (Installation Directory Variables): Document
451         new variables.
453 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
455         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
456         not seem to work, assume it does set $(MAKE).
457         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
459 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
461         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
463 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
465         A cleanup of the diversion support in m4sugar.
467         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
468         (_m4_divert_n_stack): New macro; the expansion is
469           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
470           otherwise.
471         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
472         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
473           stored in _m4_divert_diversion or _m4_divert_dump.
474         (m4_divert_pop): When the parameter is given, compare the symbolic
475           name with the last diversion pushed on the stack.  Previously, the
476           current diversion was compared with the numeric value of the
477           diversion given as the parameter.
478         (m4_require): If the macro hasn't been expanded yet, call ...
479         (_m4_require_call): this new macro.
481 2005-01-03  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
483         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
484         Workarounds for documented `case' limitations.
486 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
488         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
489         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
491 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
493         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
494         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
495         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
497         Patch from Roger Leigh (with some minor changes) as follows:
498         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
499         Resurrect AC_PROG_CC_STDC.
500         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
501         AC_PROG_CC_C89, AC_PROG_CC_C99.
502         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
503         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
504         AC_PROG_CC_C99): New macros.
505         (AC_PROG_CC_STDC): Use them.
506         (_AC_PROG_CC_STDC): Remove.
507         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
508         * THANKS: Add Roger Leigh.
510 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
512         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
513         signals that the package uses Automake; a `Makefile.am' is typical but
514         not essential.  Reported by Magnus Therning.
515         * tests/torture.at (autoreconf.): New banner.
516         (autoreconf and non-AC configure): Rename to `Non-Autoconf
517         AC_CONFIG_SUBDIRS'.
518         (autoreconf an empty directory): Rename to `Empty directory'.
519         (Unusual Automake input files): New test.
521 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
523         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
524         (AT_SETUP): Clear AT_capture_files.
525         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
526         (AT_KEYWORDS): Fix comment typo.
527         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
528         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
529         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
531 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
533         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
534         If the variable to set is already set, set ac_cv_path_$1
535         to the preset value so caller can assume ac_cv_path_$1
536         is available.  (trivial change)
538 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
540         * BUGS (Minor Problems): Warn about makefile limitations.
541         * Makefile.am: Find and update `INSTALL' in $(srcdir).
542         * man/Makefile.am: Find and update manual pages in $(srcdir).
544 2004-12-24  Eric Blake  <ebb9@byu.net>
546         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
547         shells in subshell, to avoid noise from ash.  (trivial change)
549 2004-12-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
551         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
552         problems with SunOS ksh and backslash escaping, Bourne shells and
553         closing brackets (both within character classes).  Bug reported
554         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
555         <read>: New entry.  Mention non-availability of -r.
557 2004-12-21  Akim Demaille  <akim@epita.fr>
559         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
560         avoid cluttering displayed messages.  Rather, prepend srcdir where
561         AT_LINE is used for log files.
563 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
565         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
566         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
567           no longer part of the macro, quote the occurrence of ``$tmp''.
568         * doc/autoconf.texi (Forbidden Patterns): Typo.
570 2004-12-21  Akim Demaille  <akim@epita.fr>
572         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
573         separated from the test title by forcing a white space.
575 2004-12-21  Akim Demaille  <akim@epita.fr>
577         Enable Emacs navigation within testsuite.log files.
579         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
580         use the compilation mode.
581         (AT_LINE): Point to the srcdir.
583 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
585         * tests/Makefile.am (installcheck-local): Use $(bindir).
586         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
587         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
588         Makefile.am scheme Autoconf now uses.
590 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
592         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
593         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
595 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
597         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
598         (_AT_CHECK): Use it.
599         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
600         (AS_ESCAPE): Fix comment.
601         * tests/autotest.at: Adjust section banner comments.
602         (AT_CHECK_AT): Accept STATUS and STDERR.
603         (AT_CHECK_AT_TEST): Likewise.
604         (Invalid brace-enclosed parameter expansion)
605         (Multiline command from M4 expansion)
606         (Double-M4-quoted command): New tests.
608 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
610         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
612 2004-12-17  Akim Demaille  <akim@epita.fr>
614         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
615         m4_pattern_allow.
616         Suggested by Alexandre Duret-Lutz.
617         * doc/autoconf.texi (Setting Output Variables): Catch up.
619 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
621         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
623 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
625         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
626           remove the comment which said we cannot.
628 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
630         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
631         Reini Urban and Paul Eggert for reporting the dependencies.
633         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
634         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
635         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
637 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
639         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
640           so that eg. ``autoscan --help'' doesn't truncate it.
642 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
644         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
645         generated conftest files.
647 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
649         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
650         tracing on commands with possibly-escaped newlines.
651         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
652         discontinued behavior and its implications.
653         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
654         (BSx641-newline in command, BS-BS-newline in command)
655         (BSx640-newline in command, Newline-CODE-BS-newline in command)
656         (Single-quote-BS-newline in command)
657         (Single-quote-newline-BS-newline in command): New tests.
659 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
661         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
662           on platforms where it works.
663         (_AS_TEST_PREPARE): Test for ``test -x''.
664         (_AS_BROKEN_TEST_PREPARE): Nuke.
666 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
668         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
669         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
670           give only 4-letter prefix to AS_TMPDIR, comment fixed.
671         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
672           create the temporary directory.
673         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
675 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
677         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
678         (trivial change)
680 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
682         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
684 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
686         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
687         to avoid using a negated character class.  Reported by Nicolas Joly.
688         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
690 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
692         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
693         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
694         Don't depend on .x file explicitly, since "make" does that for us.
695         Suggested by Stepan Kasal.
697         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
698         Add *.tmp.
699         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
700         ifnames): Factor common code.  And they said it couldn't be done!
702 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
704         * bin/.cvsignore: Add autoconf.in.
705         * tests/.cvsignore: Add wrapper.in.
706         * lib/autotest/general.m4: Escape '$' in case pattern.
708 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
710         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
712         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
714         * tests/autotest.at: New file.
715         * tests/suite.at: Include it.
716         * tests/Makefile.am: Distribute it.
718         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
719           shell tracing on a command that could contain multiple lines.
720         * doc/autoconf.text: Document that fact and its implications.
721         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
722         * tests/autotest.at (Multiline backquote command substitution,
723           Multiline parameter expansion, Literal multiline command,
724           Multiline parenthetical command substitution): Remove XFAIL.
726 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
728         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
729         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
731 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
733         * configure.ac (test suite): Cease to generate wrapper scripts.
734         * configure: Regenerate.
735         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
736         (m4f_dependencies): Adjust accordingly.
737         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
738         (wrapper.in): Generate it in the build directory.
739         (MAINTAINERCLEANFILES): Delete wrapper.in.
740         (CLEANFILES): Add wrapper.in.
741         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
742         the output.  Replace each $as_me with a @wrap_program@.
743         * tests/wrapper.in: Delete it; we always build it.
745         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
746         (EXTRA_DIST): Remove autoconf.in.
747         (CLEANFILES): Add autoconf.in.
748         (autoconf): Find autoconf.in in the build directory.
749         * bin/autoconf.in: Delete it; we always build it.
751 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
753         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
754         PATH members so as to not prepend an empty element.  Move a comment.
755         * Makefile.am (SUBDIRS): Build in `tests' last.
756         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
758 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
760         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
761         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
762         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
763         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
765 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
767         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
768         patch: extra "-l"s.
770 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
772         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
773         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
774         * doc/autoconf.texi (Particular Functions): Mention new behavior.
776 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
778         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
779           out the common code to ...
780         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
781           value of the #define--default to 1, iff the macro was called
782           with exactly one parameter.
784 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
786         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
787         "char c = '\200';" rather than "char c = 0x80;" as the
788         latter doesn't conform to the strict C standard due to
789         overflow on signed char hosts.
791         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
792         to -qlanglvl=ansi.  We don't want to disable extensions.
794 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
796         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
797         (Using Autotest, testsuite Scripts, Writing testsuite.at):
798         Reword slightly to avoid some English-language problems noted
799         by Ralf Wildenhues in:
800         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
802 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
804         * NEWS: Add ^L above each release.
806 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
808         Fix documentation problems reported by Russ Boylan in
809         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
810         along with some nearby cruft.
811         * doc/autoconf.texi (Libtool): Libtool can be used without
812         Automake (not without Autoconf).
813         (Introduction): Mention lists.gnu.org.
814         * BUGS: Don't mention bugs.gnu.org.
815         Remove mention of ancient libtool compatibility problem.
816         * NEWS: Mention that bugs.gnu.org is kaput.
817         * README: Likewise.  Mention where mailing list archives can be found.
819 2004-11-28  Stepan Kasal  <address@ucw.cz>
821         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
822         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
824 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
826         * doc/autoconf.texi (Pretty Help Strings): Go back to
827         single-quoting assignments to cache variables.
829 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
831         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
832         with the examples; fix the bug in MY_ARG_WITH example reported
833         by Alexandre Duret-Lutz.
834         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
835         expansion of $1 in the comment emitted to configure.
837 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
839         * doc/autoconf.texi (Pretty Help Strings): Fix typo
840         in my editing of the previous patch.  Problem reported
841         by Alexandre Duret-Lutz.
843 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
845         * doc/autoconf.texi (Autoconf Language): Explain that
846         ``descriptions'' may not be double quotes.
847         (Quotation Rule Of Thumb): Likewise.
848         (Pretty Help Strings): Likewise; remove the wrong comment;
849         simplify the examples and improve their quoting.
851 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
853         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
854         the $1_found variable, don't test whether the file is executable;
855         Both things are checked ...
856         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
857         the former ``test -f''.
858         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
860 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
862         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
863         use cp -R instead.
865 2004-11-10  Derek R. Price  <derek@ximbiot.com>
867         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
868         limitations.  Reorder paragraphs for clarity.
870 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
872         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
873         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
874         variants", "Unix", and some related minor wording fixups.
876         (Shellology, Special Shell Variables): Document that the Zsh
877         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
878         to Alexandre Duret-Lutz for this info.
880 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
882         * doc/autoconf.texi (One-Shot Macros): New node.
884 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
886         * doc/autoconf.texi (Function Portability): Fix misdescription
887         of putenv.  Problem reported by Michael Wardle.
889 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
891         * doc/autoconf.texi (auindex): New macro.
892         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
893         Problem reported by Stepan Kasal.
895 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
897         Fix problems reported by Andreas Buening in:
898         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
899         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
900         in test makefile.
901         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
902         readable; it's not true in OS/2-emx.
904 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
906         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
907         "/usr/include", clear ac_x_includes instead of leaving it as "no"
908         (trivial change).  Problem and patch reported by Andrew Church in:
909         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
911 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
913         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
914         three args in examples.  Problem reported by Frederik Fouvry in:
915         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
916         Also, fix some minor spacing and punctuation bugs.
918 2004-09-02  Akim Demaille  <akim@epita.fr>
920         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
921         "case" to restore ordering.
922         Reported by Stepan Kasal.
924 2004-08-26  Akim Demaille  <akim@epita.fr>
926         * doc/autoconf.texi: Minor typos and stylos.
928 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
930         * configure.ac (AC_INIT): Bump to 2.59c.
932 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
934         Version 2.59b.
936         * README: Add advice about m4 1.4.2.
938         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
939         texinfo.tex for now (done by hand now).
940         * Makefile.maint (wget_files, cvs_files):
941         Remove ansi2knr.c; nobody uses it.
942         (ansi2knr.c-url_prefix): Remove.
943         (cvs-update): Fix test for failure.  I don't know why it ever
944         worked...
946         * doc/autoconf.texi: Update URLs, some of which went stale.
947         Use @uref rather than @href.
949         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
950         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
952         * config/config.guess, config/config.sub, config/elisp-comp,
953         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
954         doc/fdl.texi, doc/standards.texi: Sync with master copy.
956         * NEWS, TODO, configure.ac, bin/autoscan.in,
957         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
958         doc/install.texi, lib/Autom4te/Configure_ac.pm,
959         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
960         lib/autoconf/programs.m4, lib/autoconf/status.m4,
961         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
962         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
963         tests/tools.at, tests/torture.at:
964         Use "file name" rather than "filename" or "path",
965         to be consistent with the terminology of the GNU coding standards.
967 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
969         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
970         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
971         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
972         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
974         More fixes to support spaces in the name of the build directory.
975         This isn't a complete fix but it's an improvement.
977         * bin/autoconf.as (autom4te_options): New var.
978         Use it instead of appending to AUTOM4TE, so that we can allow
979         spaces in the build directory's absolute name.
980         * bin/autoheader.in ($autoconf): Allow spaces in file names.
981         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
982         AT_CHECK_NOESCAPE): Likewise.
983         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
984         main program): Likewise.
986 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
988         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
989         From Ralf Corsepius in:
990         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
992 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
994         * doc/autoconf.texi (Function Portability): Document isinf and
995         and isnan.  From a suggestion by Kevin Ryde.
997         * lib/Autom4te/General.pm (END): Return correct exit status even
998         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
1000 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
1002         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
1003         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
1004         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
1006 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
1008         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
1009         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
1010         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
1011         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
1012         * lib/autom4te.in (Automake-preselections): Preselect
1013         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
1015 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
1017         * lib/autom4te.in (Automake-preselections): Preselect
1018         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
1019         trace them.
1021 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
1023         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
1024         Tru64.
1025         * doc/autoconf.texi (Shellology): Mention BIN_SH.
1026         Document problem with "`""`" in pdksh POSIX mode.
1028 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
1030         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
1031         with pdksh, too.  Problem reported by Patrick Welche via
1032         Gary V. Vaughan.
1033         * doc/autoconf.texi (Shellology): Note that set -o posix is
1034         useful for pkdsh, too.
1036 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
1038         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
1039         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
1040         Don't fail if ENV or BASH_ENV is readonly.
1041         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
1042         etc. are read only.  Problem reported by Ludovic Courtes.
1044 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
1046         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
1047         zsh, disable GLOB_SUBST to avoid backslash handling problems.
1048         (trivial change)
1050 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1052         * doc/autoconf.texi (File System Conventions): Warn about
1053         names like "aux".  Problem reported by Eric Blake.
1055         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
1056         by zero instead of array size, so that we can use any arithmetic
1057         constant expression (instead of requiring an integer constant
1058         expression).  This allows us to test expressions like DBL_MAX <
1059         LDBL_MAX, which didn't conform to the C standard using the old
1060         method.
1061         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
1062         now that we can do floating-point tests at compile time.
1064 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1066         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
1067         and LDBL_EPSILON, as the resulting expression isn't an
1068         integer constant expression and violates the C standard.
1069         Problem reported by Nelson H. F. Beebe.  Also, check
1070         for "L" suffix, and check that long double doesn't have
1071         worse range or precision than double, that mixed-mode
1072         arithmetic doesn't generate a diagnostic, that double
1073         constants fit in long double.
1075 2004-06-03  Kevin Ryde  <user42@zip.com.au>
1077         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
1078         malloc(0) and realloc(NULL,size).
1080         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
1081         Bob Proulx.
1083 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1085         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
1086         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
1087         by Jim Meyering.
1089 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1091         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
1092         can be rewritten using if-then-else.  Suggested by Bruno Haible.
1094 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
1096         * doc/autoconf.texi (testsuite Scripts): Fix typo.
1097         Problem reported by Stepan Kasal.
1099 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
1101         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
1102         change).  Patch reported by Ralf Wildenhues in
1103         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
1105         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
1106         function F exists if the compiler and linker let you compile an
1107         expression like (F != 0).  Recent versions of GCC optimize away
1108         the reference to F in that case, since every function address must
1109         be nonzero, so the link succeeds even if F does not exist.
1110         Problem reported by Manu in
1111         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
1113         * doc/autoconf.texi (Systemology): Standardize on the spelling of
1114         "Unix".  Many uses changed.
1115         (Limitations of Builtins): Explain better why the ! command isn't
1116         portable.
1118 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
1120         * lib/autom4te.in (Automake-preselections): Preselect
1121         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
1123 2004-05-19  Kevin Ryde  <user42@zip.com.au>
1125         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
1126         referencing AC_FUNC_STRERROR_R.
1128         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
1129         note pessimistic assumption when cross compiling.
1131 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1133         * doc/autoconf.texi (Limitations of Make): Note that BSD make
1134         (until 2004) invoked subcommands with sh -e, contra POSIX.
1135         Reported by Kevin Ryde.
1137 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
1139         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
1140         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
1141         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
1142         `test -f "        /usr/bin/grep"', which _always_ failed.
1143         (AC_PROG_SED): Ditto bogus PATH fix.
1144         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
1145         requires that grep correctly supports _multiple_ `-e' options, rather
1146         than stating only that grep should accept `-e'.
1148 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1150         Port to C99, which requires that 'exit' be declared.
1152         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
1153         to ensure that stdlib.h is included.
1154         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
1155         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
1156         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1157         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1158         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1159         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
1160         when using 'exit' in a test; C99 requires that 'exit' be declared.
1162 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1164         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
1165         now prefers 'grep' implementations that accept -e.
1166         (Limitations of Usual Tools): Describe problems of traditional
1167         egrep and fgrep with long input lines, and of traditional grep
1168         with -e.
1169         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
1170         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
1171         All callers changed.  Append /usr/xpg4/bin to the PATH, for
1172         Solaris.
1173         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
1174         the user with complaints about multiple -e options.
1175         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
1176         Define it with AC_PROG_GREP.
1177         * configure.ac (AC_PROG_GREP): Add.
1178         * lib/freeze.mk (GREP): New macro.
1180 2004-05-02  Eric Sunshine <sunshine@sunshineco.com>
1182         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
1183         a possible candidate only after all others fail, rather than
1184         consulting it first.  This improves backward compatibility by
1185         better reflecting the way shell selection occurred in previous
1186         versions of Autoconf, and should help to avoid triggering latent
1187         problems in other packages, such as the one in Automake where zsh
1188         is not handled robustly:
1189         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
1190         Although it is not Autoconf's responsibility to work around
1191         problems in Automake, it nevertheless makes sense to avoid
1192         introducing unnecessary incompatibilites.
1194 2004-04-22  Albert Chin-A-Young <china@thewrittenword.com>,
1195             Gary V. Vaughan  <gary@gnu.org>
1197         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
1198         how deeply nested we are when a suitable tool is found, set the
1199         ac_path_TOOL_found flag.
1200         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
1201         nested we are in this macro.  Break out of all 3 nested loops if
1202         ac_path_TOOL_found is set.
1204 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
1206         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
1207         of the _AS_PATH_WALK loop too if GNU flavor is found.
1209 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
1211         * doc/autoconf.texi (Limitations of Make): Update documentation
1212         for `$<'.  New entry `Long lines', based on a report from Simon
1213         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
1214         paragraph about DJGPP, based on a mail from Richard Dawe.
1216 2004-04-20  Paul Eggert  <eggert@twinsun.com>
1218         * tests/c.at (C keywords): Don't assume that GCC supports
1219         "restrict" and "inline", as sufficiently-old GCC versions do not
1220         (also, GCC configured to be in pedantic C89 mode does not).
1221         Problem reported by Sumit Pandya in:
1222         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
1224         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
1225         consider -g to work if it generates warnings when plain compiles
1226         don't.  Problem reported by Braden McDaniel in:
1227         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
1229         * doc/autoconf.texi (Slashes): New section, to document a problem
1230         reported by Jim Meyering in:
1231         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
1233         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
1234         linker output files before linking, to work around IRIX 6 linker bug.
1235         Problem reported by Rainer Orth in:
1236         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
1238 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
1240         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
1241         best tool so far counter rely on the tool path variable name to
1242         avoid checks for one tool being affected by the results of running
1243         the length check on a previous tool.
1245         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
1246         match expression argument, as different greps have different
1247         regular expression flavours.
1248         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
1249         literals.
1250         (AC_PROG_EGREP): Pass 'EGREP$'.
1251         (AC_PROG_GREP): Pass 'GREP$'.
1253 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
1255         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
1256         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
1258 2004-03-29  Paul Eggert  <eggert@twinsun.com>
1260         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
1261         Types, Specific Compiler Characteristics, System Services,
1262         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
1263         etc. consistently instead of 'long', 'short', 'unsigned' etc.
1264         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
1265         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
1266         Likewise.
1267         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
1268         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
1269         AC_TYPE_OFF_T): Likewise.
1270         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
1271         Likewise.
1273         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
1274         pacify libtool 1.5.2.  Fix quoting problems in sed command.
1276 2004-03-28  Paul Eggert  <eggert@twinsun.com>
1278         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
1279         now defines HAVE_DECL_TZNAME if it is declared, when
1280         HAVE_STRUCT_TM_TM_ZONE is not defined.
1281         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
1282         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
1283         for HAVE_TZNAME.
1285 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
1287         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
1288         superfluous backslashing of quotes (") in sed expressions;
1289         thanks to Paul Eggert.
1291 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
1293         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
1294         Fortran compiler is ifort, also added pghpf; thanks to Nelson
1295         H. F. Beebe for the bug report.
1297 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
1299         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
1300         quoted -cmdline argument in Portland Group compiler (bug
1301         reported by Jeffrey J. Barteet).
1303 2004-03-25  Kevin Ryde  <user42@zip.com.au>
1305         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
1306         (Run Time): ... here, where it's now mentioned.
1308 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
1310         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
1311         inherits from language Autoconf-without-aclocal-m4.
1312         (Customizing autom4te): Adjust example; the cache must now be
1313         disabled for language Autoconf-without-aclocal-m4.
1315 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1316             Nathanael Nerode  <neroden@twcny.rr.com>
1318         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
1319         AC_CHECK_TOOLS): Warn if a cross-tool is found without
1320         a prefix.
1321         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
1322         AC_CHECK_TARGET_TOOLS): New macros.
1323         * doc/autoconf.texi (Generic Programs): Document
1324         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
1325         AC_CHECK_TARGET_TOOLS, and warn for future changes
1326         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
1327         AC_CHECK_TOOLS.
1328         (Specifying Names): Document the reason for these future
1329         behavioral changes.
1330         * tests/mktests.sh: Do not generate tests for the
1331         new macros.
1332         * NEWS: Document these changes.
1334         * doc/autoconf.texi: Avoid macros with unbraced arguments,
1335         they make TeX hang up.
1337 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
1339         * NEWS: New macro AC_CHECK_ALIGNOF.
1340         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
1341         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
1342         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
1343         vowel.
1344         (AC_CHECK_ALIGNOF): New macro.
1345         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
1346         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
1347         those for sizeof.
1349 2004-03-03  Paul Eggert  <eggert@twinsun.com>
1351         * bin/Makefile.am (edit): Don't use $< in a context where
1352         POSIX doesn't require support for it.  Use $@.in instead.
1353         Problem reported by Anthony N. Frasso in
1354         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
1355         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
1357 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
1359         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
1360         from the next generation of Libtool.
1361         * lib/autom4te.in (Autoreconf-preselections): Ditto.
1363 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
1365         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
1366         is not always thread-safe.  Report from Nathanael Nerode.
1368 2004-02-18  Paul Eggert  <eggert@twinsun.com>
1370         Fix a dependencies problem, stemming from a Autoconf 2.59 build
1371         problem on QNX reported by Stephen Rasku in
1372         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
1374         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
1375         $(m4sh_m4f_dependencies); this removes a FIXME.
1376         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
1377         (MAINTAINERCLEANFILES): Split into pieces,
1378         one per related section.  Add $(srcdir)/wrapper.in.
1380 2004-02-09  Paul Eggert  <eggert@twinsun.com>
1382         * doc/autoconf.texi (Setting Output Variables): Emphasize that
1383         AC_SUBST provides no portable way to escape literal newlines.
1385         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
1386         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
1387         Darwin uses -lcrt2.o and there's little point to cataloging all
1388         the system variants.  Partial fix reported by Andreas Waechter in:
1389         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
1390         for bug reported by Nelson H. F. Beebe in:
1391         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
1393 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
1395         * doc/autoconf.texi (AU_DEFUN): Fix English,
1396         suggested by Paul Eggert.
1397         * lib/autoconf/autoupdate.m4: Correct reference to
1398         acobsolete.m4, suggested by Alexandre Duret-Lutz.
1400 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
1402         * bin/autoupdate.in: Define __file__ so that warnings
1403         refer to the correct file.
1404         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
1405         the behavior of the third argument.
1406         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
1407         correctly the behavior of the third argument.  Document
1408         what the three macros that AU_DEFUN defines do.  Fix
1409         warning message when the third argument includes $0
1410         (reported by Alexandre Duret-Lutz).
1412 2004-01-30  Paolo Bonzini <bonzini@gnu.org>
1413             Eric Sunshine <sunshine@sunshineco.com>
1414             Paul Eggert <eggert@twinsun.com>
1416         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
1417         (AS_INIT): Output shell initialization there. Removed optional
1418         parameter. Expand _AS_SHELL_FN_SPY.
1419         (AS_INIT_WITH_SHELL_FN): Removed.
1420         (_AS_SHELL_FN_SPY): New macro.
1421         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
1422         macros.
1423         (AS_SHELL_SANITIZE): Remove loop to find better shell
1424         and documentation for the parameter.
1425         (_AS_DETECT_BETTER_SHELL): Move it here.
1426         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
1427         (_AS_RUN): Move it here, support testing with eval.
1428         (AS_REQUIRE_SHELL_FN): Require shell functions when
1429         it is used.
1430         (_AS_LINENO_WORKS): Put around braces, we do not
1431         trigger the bash bug anymore.
1432         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
1433         use AS_INIT_WITH_SHELL_FN.
1434         * bin/autoconf.in, tests/wrapper.in: Regenerated.
1436 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
1438         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
1439         * doc/autoconf.texi: Don't say that the third parameter
1440         is broken.
1441         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
1442         (AU_DEFUN): Honor the third parameter, create autoupdate
1443         macros with AU_DEFINE.
1444         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
1445         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
1446         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1447         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
1448         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
1449         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
1450         AC_XENIX_DIR): Likewise.
1451         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
1452         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
1453         * lib/autoconf/status.m4: Remove FIXME.
1454         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
1455         that the macro is not present anymore in the updated
1456         configure.ac.
1457         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
1458         of autoupdate.
1460 2004-01-28  Paul Eggert  <eggert@twinsun.com>
1462         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
1463         copyright years.
1464         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
1465         2003 (except 1997) to the list of copyright years.  This undoes
1466         the 2003-05-22 change, which removed the older years from the list.
1467         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
1469 2004-01-27  Gary V. Vaugan  <gary@gnu.org>
1470             Albert Chin-A-Young <china@thewrittenword.com>
1472         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
1473         grep or ggrep program in PATH that accepts as long lines as
1474         possible.
1475         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
1476         AC_PROG_GREP.
1477         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
1478         egrep and fgrep respectively if $GREP -E/-F don't work.
1479         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
1480         _AC_PROG_GREP, and AC_PROG_SED.
1481         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
1482         longest input length accepted by a command.
1483         (AC_PROG_SED): Use it.
1484         * doc/autoconf.texi (Particular Programs): Document the changes.
1485         * NEWS: Updated.
1487 2004-01-27  Paul Eggert  <eggert@twinsun.com>
1489         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
1490         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
1491         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
1492         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
1494         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
1495         bin/autoconf.in, config/Makefile.in, config/config.guess,
1496         config/config.sub, config/install-sh, config/mdate-sh,
1497         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
1498         lib/Makefile.in, lib/Autom4te/Makefile.in,
1499         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
1500         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
1501         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
1502         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
1503         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
1504         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
1505         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
1506         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
1507         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
1508         tests/actypes.at: Regenerate and/or sync with original
1509         sources.
1511 2004-01-26  Paul Eggert  <eggert@twinsun.com>
1513         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
1514         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
1515         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
1516         not <inttypes.h>.  Problem reported by Tim Mooney in
1517         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
1518         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1519         Likewise.
1521         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
1522         otherwise "make check" fails because it forbids cmp (I guess
1523         because cmp treats files as binary on DOS-like systems).
1525         * tests/mktests.sh: Update copyright date to 2004, since some tests
1526         have changed in 2004.
1528 2004-01-23  Gary V. Vaugan  <gary@gnu.org>
1530         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
1531         non-truncating sed or gsed program in PATH.
1532         * tests/acprograms.at: Add it.
1533         * doc/autoconf.texi (Particular Programs): Document it.
1534         * NEWS: Updated.
1536 2004-01-15  Paul Eggert  <eggert@twinsun.com>
1538         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
1539         -std1 disables some useful extensions on Tru64.  Problem reported
1540         by N. Lichtmaier in
1541         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
1543 2004-01-14  Paul Eggert  <eggert@twinsun.com>
1545         * doc/autoconf.texi (Programming in M4sh): Document that
1546         AS_MKDIR_P succeeds if the destination is a symbolic link
1547         to an existing directory.
1548         (Limitations of Usual Tools): Note that mkdir -p might not
1549         succeed on symlinks to directories.
1551 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
1553         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
1554         * bin/autoheader.in: Grammar fix in message.
1555         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
1556         Test for dir before calling mkdir -p.  (trivial changes)
1558 2004-01-13  Eric Blake  <ebb9@byu.net>
1560         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
1561         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
1563 2004-01-10  Jim Meyering  <jim@meyering.net>
1565         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
1567 2004-01-09  Paul Eggert  <eggert@twinsun.com>
1569         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
1570         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
1571         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
1572         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
1573         AC_COMPILE_IFELSE, since we now assume our caller invokes
1574         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
1575         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
1576         of AC_RUN_IFELSE; this avoids the warning mentioned above.
1577         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
1579 2004-01-07  Paul Eggert  <eggert@twinsun.com>
1581         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
1582         `"'...'"`, as it's confusing (and I suspect it may not work on
1583         some platforms).  The code was incorrect anyway, as it assumed
1584         that \$ evaluated to itself in that context.  Reported by
1585         Alexandre Duret-Lutz.
1587 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
1589         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
1590         and _LT_AC_TAGCONFIG.
1592 2004-01-06  Paul Eggert  <eggert@twinsun.com>
1594         * doc/autoconf.texi (One Macro Call): Fix an incorrect
1595         example, and add more examples.  Reported by Eric Sunshine.
1597 2004-01-05  Paul Eggert  <eggert@twinsun.com>
1599         * doc/autoconf.texi (Limitations of Usual Tools):
1600         Remove warning against "rm -fr" introduced yesterday; it
1601         was a false alarm.
1603         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
1604         autoscan, autoupdate, ifnames): Don't use chmod -w.
1605         * lib/Makefile.am (autom4te.cfg): Likewise.
1606         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
1607         "chmod -w".
1609 2004-01-04  Paul Eggert  <eggert@twinsun.com>
1610             Paolo Bonzini  <bonzini@gnu.org>
1612         * libc/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
1613         by doing lineno substitution only on lines containing "$LINENO".
1615 2004-01-04  Paul Eggert  <eggert@twinsun.com>
1617         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
1618         Use "rm -f" to remove conftest.sed, not plain "rm".
1619         Bug reported by David Relson in
1620         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
1622         * Makefile.am (autom4te-update):
1623         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
1624         * Makefile.maint (my-distcheck, do-po-update): Likewise.
1625         * doc/autoconf.texi (Guidelines): Likewise.
1626         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
1627         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
1628         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
1629         * lib/autotest/general.m4 (AT_INIT): Likewise.
1630         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
1631         * tests/Makefile.am (clean-local): Likewise.
1632         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
1633         srcdir): Likewise.
1634         * doc/autoconf.texi (Limitations of Usual Tools):
1635         Warn against "rm -fr".
1637 2004-01-03  Paul Eggert  <eggert@twinsun.com>
1639         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
1640         -c -o might not work.  From a suggestion by Kevin Ryde.
1641         (C Compiler, Generating Sources, Limitations
1642         of Usual Tools, Limitations of Make, Making testsuite Scripts):
1643         Don't put '-o' after non-options, as POSIX doesn't allow this.
1644         Mention that cc's name might be gcc or c89 or whatever.
1646 2004-01-04  Kevin Ryde  <user42@zip.com.au>
1648         * doc/autoconf.texi: Add various further index entries.
1650 2003-12-29  Paul Eggert  <eggert@twinsun.com>
1652         * bin/autoreconf.in (autoreconf_current_directory):
1653         Fix typo: mkdir without umask arg.
1655 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
1657         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
1658         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
1659         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
1660         explanation clearer.
1662 2003-12-24  Andreas Schwab  <schwab@suse.de>
1664         * doc/autoconf.texi (Default Includes): Fix misspelling of
1665         AC_INCLUDES_DEFAULT.
1667 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
1669         * configure.ac: Test if sh -n works.
1670         * configure: Regenerate.
1671         * tests/atlocal.in: Store the result here.
1672         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
1673         tools.at, looking in atlocal's ac_cv_sh_n_works instead
1674         of explicitly testing.
1675         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
1676         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
1677         * tests/tools.at (Syntax of the shell scripts): Simplify
1678         using AT_CHECK_SHELL_SYNTAX.
1679         (Syntax of the Perl scripts): Remove definition of
1680         AT_CHECK_PERL_SYNTAX.
1682 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
1684         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
1685         stderr to /dev/null.
1686         * bin/autoconf.in: Regenerate.
1687         * bin/wrapper.in: Regenerate.
1689 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
1691         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
1692         Extracted from AS_SHELL_SANITIZE.
1693         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
1694         macros.
1695         (AS_SHELL_SANITIZE): Move reinvocation code from
1696         _AS_LINENO_WORKS, use it to find out if shell
1697         functions work.
1698         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
1699         does not work.
1700         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
1701         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
1702         was called.
1703         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
1704         * bin/autoconf.in: Regenerate.
1705         * tests/wrapper.in: Regenerate.
1706         * tests/tools.at: Test the syntax of tests/autoconf
1707         and tests/testsuite.
1709 2003-11-24  Akim Demaille  <akim@epita.fr>
1711         * config/announce-gen (&print_locations, &print_signatures)
1712         (&sizes): New.
1713         Use them.
1714         No longer rely on Gnus to inline the list of signatures: compute
1715         them on the fly.
1717 2003-11-24  Akim Demaille  <akim@epita.fr>
1719         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
1720         override some files.
1721         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
1722         From Debian Autoconf 2.58.
1724 2003-11-24  Akim Demaille  <akim@epita.fr>
1726         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
1727         uses.
1728         From Debian Autoconf 2.58.
1730 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
1732         * TODO: Remove already done things.  Update the part about finding
1733         tools for the target.
1735 2003-11-24  Paolo Bonzini <bonzini@gnu.org>
1737         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
1738         Make wording more consistent.
1739         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
1740         Explain the transition better.
1741         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
1742         the transition better.
1744 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
1746         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
1747         parameter of AU_DEFUN.
1748         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
1749         (AU_DEFUN): Remove the third parameter, it was not used.
1750         Use AC_DEFUN directly, not AU_DEFINE.
1751         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
1752         the expanded body, consistently with other macros such as AC_USG.
1754 2003-11-17  Paul Eggert  <eggert@twinsun.com>
1756         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
1757         into the initial confdefs.h, to work around a bug in NextStep 3.3
1758         patch 3 reported by Eric Sunshine.
1760 2003-11-15  Kevin Ryde  <user42@zip.com.au>
1762         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
1763         than $target since the latter is not usual, add guidelines on when to
1764         use or not use the system type.
1766 2003-11-12  Derek Price  <derek@ximbiot.com>
1768         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
1769         typo misrepaired by an auto-spellcheck.
1771 2003-11-12  Akim Demaille  <akim@epita.fr>
1773         * bin/autoreconf.in (&parse_args): Don't call automake with
1774         --force-missing unless it actually supports it.
1775         From Debian #219336.
1777 2003-11-12  Akim Demaille  <akim@epita.fr>
1779         * configure.ac: Bump to 2.59a.
1780         Require 2.59.
1782 2003-11-06  Akim Demaille  <akim@epita.fr>
1784         Version 2.59.
1786 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
1788         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
1789         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
1790         and ac_abs_top_srcdir are absolute paths.
1791         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
1793 2003-11-05  Akim Demaille  <akim@epita.fr>
1795         * configure.ac: Bump to 2.58a.
1797 2003-11-05  Kevin Ryde  <user42@zip.com.au>
1799         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
1800         it provokes a warning from makeinfo about looking like a cross
1801         reference in info output.
1803         * doc/autoconf.texi (Function Portability): Add notes on signal
1804         handler return type, as per AC_TYPE_SIGNAL.
1806 2003-11-04  Akim Demaille  <akim@epita.fr>
1808         Version 2.58.
1809         * doc/standards.texi: Update from master.
1811         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
1813 2003-11-04  Akim Demaille  <akim@epita.fr>
1815         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
1816         computing the absolute path to d1 in the source hierarchy: it may
1817         not exist at all.  So don't cd into it.
1818         From Alexandre Duret-Lutz.
1819         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
1821         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
1822         From Paul Eggert, but named after Perl's IO::Spec->catfile.
1823         * doc/autoconf.texi (Programming in M4sh): Document.
1824         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
1826 2003-11-03  Pavel Roskin  <proski@gnu.org>
1828         * doc/autoconf.texi (Generic Structure Checks): Describe
1829         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
1831 2003-10-31  Akim Demaille  <akim@epita.fr>
1833         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
1834         (GNU Fortran): New.
1835         * doc/autoconf.texi (Language Choice): Document.
1836         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
1837         the current language is Fortran.
1839 2003-10-31  Akim Demaille  <akim@epita.fr>
1841         * bin/autom4te.in (&freeze): Use a less likely warning separator
1842         than `\n\n', so that `\n\n\n' is valid in warnings.
1843         Reported by Steve Huston.
1845 2003-10-28  Akim Demaille  <akim@epita.fr>
1847         * Makefile.cfg (local_updates, executable-update): Tweak to be
1848         robust to parallel makes.
1849         Suggested by Alexandre Duret-Lutz.
1851 2003-10-27  Akim Demaille  <akim@epita.fr>
1853         * Makefile.cfg (executable-update): New.
1854         (local_updates): Call it.
1856 2003-10-27  Akim Demaille  <akim@epita.fr>
1858         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
1859         Don't remove core.* as it may remove valid user files.
1860         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
1861         (AC_FUNC_UTIME_NULL): Likewise.
1863 2003-10-23  Akim Demaille  <akim@epita.fr>
1865         Version 2.57g.
1866         * config/config.guess, config/config.sub: Upgrade from masters.
1868 2003-10-23  Akim Demaille  <akim@epita.fr>
1870         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
1871         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
1872         hand...
1874 2003-10-23  Akim Demaille  <akim@epita.fr>
1876         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
1877         Don't forget to remove conftest.err.
1879 2003-10-23  Akim Demaille  <akim@epita.fr>
1881         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
1882         same object file in $LIBOBJS.
1883         Reported by Alexandre Duret-Lutz & Derek Robert Price.
1884         * doc/autoconf.texi (Generic Functions): Adjust.
1886 2003-10-20  Paul Eggert  <eggert@twinsun.com>
1888         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
1889         Use 'eval', so that the resulting configure scripts work even if
1890         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
1892 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
1894         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
1895         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
1896         (_AC_LINK_IFELSE): Check the werror flag.
1897         * doc/autoconf.texi (Generic Compiler Characteristics): Document
1898         AC_LANG_WERROR.
1899         * NEWS: Mention it.
1901 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
1903         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
1904         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
1905         override AC_LINK_IFELSE.
1907 2003-10-15  Paul Eggert  <eggert@twinsun.com>
1909         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
1910         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
1911         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
1912         Mention /usr/dt/bin/dtksh on Solaris.
1913         (Shell Substitutions): Warn about $((...)).
1914         (Parentheses): New section.
1916 2003-10-15  Kevin Ryde  <user42@zip.com.au>
1918         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
1919         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
1921 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1923         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
1924         cross test.
1926 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1928         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
1929         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
1931 2003-10-10  Andreas Schwab  <schwab@suse.de>
1933         * bin/autoheader.in: Avoid empty first line in --version and
1934         --help output.
1935         * bin/ifnames.in: Likewise.
1937 2003-10-09  Paul Eggert  <eggert@twinsun.com>
1939         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
1940         Issue a more-informative diagnostic.
1941         Problems reported by Eric Sunshine.
1943 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
1945         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
1946         -mGLOB_options_string stuff for Intel ifc, which can cause
1947         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
1948         pattern-matching instead of grep.
1950 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
1952         * doc/autoconf.texi: Document new FC Fortran macros.
1954 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
1956         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
1957         that future autopoint/aclocal/automake/autoreconf will be able
1958         to trace to find where to install local m4 macros.
1959         * doc/autoconf.texi (Input): Document it.
1960         * NEWS: Updated.
1962 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
1964         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
1965         -lcrtbegin.o to list of ignored flags and fix underquoting of
1966         -lcrt[01].o.
1968 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
1970         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
1971         cache variable instead of $G77 to decide whether to include -O2,
1972         since $G77 is specific to Fortran 77.
1974 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
1976         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
1977         free" flag.  Re-order flags tested into rough order of popularity.
1979 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
1981         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
1982         arguments so that it can be used with syntax identical to
1983         AC_PROG_F77, and so that we can more easily decide to
1984         remove/deprecate the DIALECT optional argument in the future if it
1985         proves troublesome.
1986         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
1987         non-freeform-supporting compilers.  Document freeform flags.
1989 2003-10-03  Akim Demaille  <akim@epita.fr>
1991         * configure.ac: Look for emacs, not macs.
1992         Reported by Eric Sunshine.
1994 2003-10-03  Akim Demaille  <akim@epita.fr>
1996         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
1997         * bin/autoreconf.in (autoreconf_current_directory): Create the
1998         AUX_DIR if needed, for sake of automake --add-missing etc.
1999         Suggested by Alexandre Duret-Lutz.
2001 2003-10-03  Akim Demaille  <akim@epita.fr>
2003         * configure.ac: Quotation and formatting changes.
2004         (EMACS): Don't set it if it is not recent enough to support
2005         autoconf-mode.el.
2006         From Eric Sunshine.
2008 2003-10-02  Akim Demaille  <akim@epita.fr>
2010         * bin/ifnames.in (&scan_file): Skip C++ comments.
2011         From Jeremy Yallop.
2013 2003-10-01  Pavel Roskin  <proski@gnu.org>
2015         * doc/autoconf.texi (Particular Structure Checks):
2016         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
2018 2003-10-01  Akim Demaille  <akim@epita.fr>
2020         Version 2.57f.
2022 2003-09-30  Paul Eggert  <eggert@twinsun.com>
2024         * lib/Autom4te/XFile.pm: Use Errno.
2025         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
2026         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
2028 2003-09-30  Akim Demaille  <akim@epita.fr>
2030         * config/announce-gen (&print_news_deltas): Extracted from...
2031         (&print_changelog_deltas): here.
2032         (&news_file): Rename as...
2033         (@news_file): this.
2035 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
2037         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
2038         have been created when invoking the compiler.
2039         * tests/fortran.at (GNU Fortran 77): Quote $G77.
2041 2003-09-29  Akim Demaille  <akim@epita.fr>
2043         Version 2.57e.
2045         * config/mkinstalldirs: Upgrade.
2047 2003-09-28  Paul Eggert  <eggert@twinsun.com>
2049         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
2050         Problem reported by Lars J. Aas in
2051         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
2052         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
2053         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
2054         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
2056 2003-09-26  Akim Demaille  <akim@epita.fr>
2058         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
2059         directory for AC_CONFIG_COMMANDS' first argument exists.
2060         This makes valid the invocation of _AC_SRCPATH that follows.
2061         Reported by Eric Sunshine.
2062         * doc/autoconf.texi (Configuration Commands): Adjust.
2064 2003-09-26  Akim Demaille  <akim@epita.fr>
2066         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
2067         Reported by Ralf Corsepius.
2069 2003-09-26  Akim Demaille  <akim@epita.fr>
2071         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
2072         arguments.
2073         Actually, use AU_ALIAS.
2074         From Bruno Haible.
2076 2003-09-26  Paul Eggert  <eggert@twinsun.com>
2078         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
2079         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
2080         Problem reported by Eric Sunshine in:
2081         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
2083 2003-09-26  Akim Demaille  <akim@epita.fr>
2085         The test suite are sometimes assigning timings incorrectly.
2086         Reported by Henk Krus.
2087         Diagnosed by Nicolas Joly.
2089         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
2090         AT_help_all.
2091         Instead of making AT_help a sequence of assignments to grow
2092         $at_help_all, just make AT_help_all be the growing contents of
2093         $at_help_all, and make a single assignment in...
2094         (AT_INIT): here.
2095         (at_times_skip): Flip the meaning and rename as...
2096         (at_times_p): this.
2097         (AT_INIT): When summarizing the test that ran, remove
2098         $at_times_file after use, and check it is present before trying to
2099         use it.
2101 2003-09-25  Akim Demaille  <akim@epita.fr>
2103         Version 2.57d.
2105         * bin/Makefile.am (edit): Handle '@configure_input@'.
2106         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
2107         (ifnames): chmod -w.
2108         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
2109         executables, not bin/ executables!  Otherwise all the magic needed
2110         to find non installed files is turned off.  This caused a failure
2111         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
2112         as found in its environment (sent by tests/autoreconf): pointing
2113         to bin/autom4te that could not find its files.
2114         * tests/mktests.sh: Force the replacement of generated files, for
2115         the sake of "mv" program that are interactive when overwriting a
2116         -w file.
2117         * config/install-sh: Upgrade from CVS Automake.
2119 2003-09-23  Paul Eggert  <eggert@twinsun.com>
2121         * doc/autoconf.texi (Limitations of Builtins): Document test -h
2122         versus test -L issues.
2124 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
2125             Paul Eggert <eggert@twinsun.com>
2127         Trivial change to support GCC's configuration procedure.
2128         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
2129         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
2130         about inconsistency if the preprocessor is set to give errors for
2131         any warning.
2132         * doc/autoconf.texi (C Compiler Characteristics): Document this.
2134 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
2136         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
2137         and XFile.pm from Automake.
2138         * lib/Autom4te/XFile.pm: Update from Automake.
2140 2003-09-12  Akim Demaille  <akim@epita.fr>
2142         Version 2.57c.
2144 2003-09-12  Akim Demaille  <akim@epita.fr>
2146         * config/config.guess, config/config.sub, config/missing,
2147         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
2148         from masters.
2150 2003-09-12  Akim Demaille  <akim@epita.fr>
2152         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
2153         not asm/types.h.
2155 2003-09-11  Akim Demaille  <akim@epita.fr>
2157         * doc/autoconf.texi (Header Portability): linux/random.h.
2158         From Peter Hendrickson.
2160 2003-09-10  Akim Demaille  <akim@epita.fr>
2162         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
2163         willing to edit the output files.
2165 2003-09-10  Akim Demaille  <akim@epita.fr>
2167         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
2168         and AC_FC_FREEFORM.
2169         * tests/mktests.sh: Skip AC_FC_SRCEXT.
2170         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
2172 2003-09-09  Akim Demaille  <akim@epita.fr>
2174         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
2175         Reported by Gary Vaughan.
2176         * bin/autom4te.in (handle_m4): Likewise.
2178 2003-09-09  Akim Demaille  <akim@epita.fr>
2180         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
2181         trailing files.
2183 2003-09-07  Paul Eggert  <eggert@twinsun.com>
2185         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
2186         Improve the accuracy of the wording about obsolescence.
2187         From a suggestion by Ian Lance Taylor in
2188         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
2190 2003-09-05  Paul Eggert  <eggert@twinsun.com>
2192         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
2193         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
2195 2003-09-04  Akim Demaille  <akim@epita.fr>
2197         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
2198         AC_FUNC_WAIT3.
2200 2003-09-04  Akim Demaille  <akim@epita.fr>
2202         * bin/autom4te.in: Use &fatal where more appropriate than &error.
2203         (freeze): When exiting, use $exit_code.
2204         * lib/autoconf/fortran.m4: Comment changes.
2206 2003-09-04  Akim Demaille  <akim@epita.fr>
2208         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
2210 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
2212         Add support for newer Fortran dialects.  The F77 interface is
2213         unchanged, and continues to support Fortran 77.  New FC macros
2214         correspond to all the old F77 macros, with output variables FC,
2215         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
2216         available dialect, but older dialects can be specified.  There are
2217         new macros AC_FC_SRCEXT to set the source extension, and
2218         AC_FC_FREEFORM to accept free-form source files.
2220         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
2221         New macros.
2222         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
2223         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
2224         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
2225         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
2226         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
2227         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
2228         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
2229         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
2230         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
2231         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
2232         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
2233         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
2234         AC_FC_SRCEXT, AC_FC_FREEFORM):
2235         New macros.
2236         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
2237         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
2238         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
2239         Rewrite in terms of the above.
2240         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
2241         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
2242         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
2243         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
2245 2003-09-02  Paul Eggert  <eggert@twinsun.com>
2247         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
2248         Document problems with timestamp resolution that 'make', 'cp -p', and
2249         'touch -r' have.
2251 2003-08-27  Akim Demaille  <akim@epita.fr>
2253         * tests/m4sugar.at (cross_warning): Make sure to enable the
2254         output, so that we can track spurious m4sugar output.
2255         * tests/local.at: Require 2.57.
2256         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
2257         are defaulted by AT_CHECK anyway.
2258         Use AT_CHECK_AUTOM4TE.
2259         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
2260         missing dnl.
2262 2003-08-27  Akim Demaille  <akim@epita.fr>
2264         * bin/autoheader.in: Issue the "Using auxiliary..." message only
2265         when -Wobsolete is set.
2266         Set it on by default.
2267         Suggested by Klee Dienes.
2269 2003-08-27  Akim Demaille  <akim@epita.fr>
2271         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
2272         documentation.
2273         From Guido Draheim.
2275 2003-08-26  Akim Demaille  <akim@epita.fr>
2277         * doc/autoconf.texi (Output): Make clear that one can run code
2278         after AC_OUTPUT.
2280 2003-08-25  Akim Demaille  <akim@epita.fr>
2282         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
2283         CVS Bison.
2285 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
2287         * bin/autoreconf.in (parse_args): Do not pass --no-force to
2288         Automake versions prior to 1.8.
2290 2003-08-25  Akim Demaille  <akim@epita.fr>
2292         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
2293         From Ville Karaila.
2295 2003-08-24  Akim Demaille  <akim@epita.fr>
2297         * configure.ac: Bump to 2.57c.
2299 2003-08-22  Akim Demaille  <akim@epita.fr>
2301         Version 2.57b.
2303         * Makefile.cfg (local-checks-to-skip): New.
2304         * Makefile.maint (local-check): Rename as...
2305         (local-checks-available): this.
2306         (local-check): New.
2308         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
2309         * configure.ac: Require Automake 1.7.6.
2311 2003-08-22  Akim Demaille  <akim@epita.fr>
2313         Output stack traces in warnings.
2315         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
2316         Replace the former...
2317         (m4_warn): Pass the call stack to _m4_warn.
2318         * bin/autom4te.in: Adjust to output the call stack.
2319         * tests/m4sugar.at (m4@&t@_warn): Adjust.
2321 2003-08-22  Akim Demaille  <akim@epita.fr>
2323         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
2324         * bin/autom4te.in: Adjust.
2326 2003-08-21  Akim Demaille  <akim@epita.fr>
2328         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
2329         (&verbose): Remove.
2330         (&getopt): Adjust the note and verb channels, depending upon
2331         --verbose.
2332         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
2333         * bin/autoupdate.in: Adjust.
2334         Use &verb, not &verbose.
2336 2003-08-21  Akim Demaille  <akim@epita.fr>
2338         * bin/autoheader.in (&parse_args): Use &parse_warnings and
2339         &parse_WARNINGS.
2340         ($help): Use Autom4te::ChannelDefs::usage.
2341         * bin/autoscan.in: Use Autom4te::ChannelDefs.
2342         * lib/Autom4te/General.pm: Don't export error: you don't own it.
2344 2003-08-21  Akim Demaille  <akim@epita.fr>
2346         First stab at preserving warnings between calls to autom4te,
2347         including when the cache is used.
2349         There are still several issues: (i) there are too many runs of m4
2350         (one for include, one for warnings, and some more), (ii) warnings
2351         spreading on several lines are not handled gracefully, (iii) the
2352         code meant to have the call stack display for errors does not work
2353         (its handling should move from m4 to autom4te).
2355         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
2356         Use them.
2357         (@preselect): Add m4_warn.
2358         ($exit_status): Remove, use $exit_code.
2359         ($help): Use Autom4te::ChannelDefs::usage.
2360         (&handle_m4): No longer define the m4_warnings.
2361         At each run, extract and report the warnings.
2362         Always cache the result, including if the exit status is on
2363         failure, since if nothing changes, we should result in the same
2364         failure, hence we can use the cache.
2365         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
2366         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
2367         Remove.
2368         (m4_warn): Redefine as a do-nothing: it is its invocation that
2369         matters, as warnings are now reported via traces.
2370         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
2371         the contents of m4_warn: make it _call_ m4_warn, so that tracing
2372         the latter reveals calls to the former.
2374         Adjust the tests.
2376         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
2378 2003-08-21  Akim Demaille  <akim@epita.fr>
2380         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
2381         Use them.
2383 2003-08-21  Akim Demaille  <akim@epita.fr>
2385         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
2386         forward order.
2387         * lib/Autom4te/ChannelDefs.pm: Doc typos.
2388         (&parse_warnings): Accept a list of warning requests.
2389         (&usage): Return a string, not a side effect.
2390         (cross): New warning category.
2392 2003-08-21  Akim Demaille  <akim@epita.fr>
2394         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
2395         (&require_configure_ac): Accept an optional directory argument.
2396         ($configure_ac): Remove.
2397         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
2398         (&catfile): Remove.
2399         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
2400         * bin/autoscan.in: Adjust.
2402 2003-08-20  Akim Demaille  <akim@epita.fr>
2404         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
2405         Reported by Alexandre Duret-Lutz.
2407 2003-08-20  Akim Demaille  <akim@epita.fr>
2409         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
2410         * bin/autom4te: Adjust.
2411         In particular, be Autoconf tools are really silent when properly
2412         working, bind the verbosity of the 'note' channel to $verbose.
2413         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
2414         (&xsystem, &contents): Remove, since they are exported by...
2415         * lib/Autom4te/FileUtils.pm: this.
2416         More perldoc.
2417         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
2418         * lib/Autom4te/FileUtils.pm: here.
2420 2003-08-20  Akim Demaille  <akim@epita.fr>
2422         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
2423         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
2424         from CVS Automake.
2426 2003-08-20  Akim Demaille  <akim@epita.fr>
2428         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
2429         (autom4te-update): New.
2430         * Makefile.cfg (update): Bind autom4te-update.
2432 2003-08-19  Derek Price  <derek@ximbiot.com>
2434         * lib/autotest/general.m4: Comment various HELP_* diversions.
2435         (PARSE_ARGS_BEGIN): New section for option parsing related
2436         initialization.
2437         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
2438         package specific options and associated help.
2440 2003-08-19  Akim Demaille  <akim@epita.fr>
2442         * config/announce-gen, Makefile.cfg: New.
2443         * Makefile.am: Adjust.
2444         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
2446 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
2448         * lib/autom4te.in (Automake-preselections): Preselect
2449         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
2450         and m4_sinclude.
2452 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
2454         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
2455         (Autoconf-without-aclocal-m4): ... this new language.
2456         * doc/autoconf.texi (autom4te Invocation): Mention
2457         Autoconf-without-aclocal-m4.
2459 2003-08-18  Derek Price <derek@ximbiot.com>
2461         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
2462         RUN-IF-PASS optional arguments.
2464 2003-08-18  Derek Price  <derek@ximbiot.com>
2466         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
2468 2003-08-16  Derek Price  <derek@ximbiot.com>
2470         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
2471         STDOUT & STDERR arguments.
2473 2003-08-14  Derek Price  <derek@ximbiot.com>
2475         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
2476         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
2477         shorter column three.  Add DESCRIPTION to log file content.
2479 2003-08-13  Derek Price  <derek@ximbiot.com>
2481         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
2482         output.
2484 2003-08-12  Derek Price  <derek@ximbiot.com>
2486         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
2487         (AT_CHECK_NOESCAPE): Move core functionality to...
2488         (_AT_CHECK): ...this new macro.
2490 2003-08-07  Derek Price  <derek@ximbiot.com>
2492         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
2493         (AT_CHECK_NOESCAPE): ...to this new macro.
2495 2003-07-31  Paul Eggert  <eggert@twinsun.com>
2497         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
2498         in Bash 2.01.  Problem reported by Brian Gough in
2499         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
2501 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
2503         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
2504         -lcrt1.o, for OS X.  (trivial change)
2506 2003-07-07  Paul Eggert  <eggert@twinsun.com>
2508         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
2509         inside '#ifndef __cplusplus'.  Problem reported by
2510         Bob Friesenhahn.
2512 2003-07-06  Bill Clarke  <llib@computer.org>
2514         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
2515         'long', not 'int', for benefit of Sun's recent C++ compilers
2516         (trivial change).  See:
2517         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
2518         (This really should be 'intptr_t', not 'long', but that would
2519         take more work.)
2521 2003-06-25  Akim Demaille  <akim@epita.fr>
2523         * lib/Makefile.am (autom4te.cfg): Make it read only.
2524         Depend on Makefile since it contains substitutions.
2525         From Paolo Bonzini.
2526         * lib/autom4te.in (args): Add local.at? for Autotest args.
2527         This change was made on autom4te.cfg which is generated.
2528         Reported by Raja R. Harinath.
2530 2003-06-25  Akim Demaille  <akim@epita.fr>
2532         * doc/autoconf.texi (Header Portability): sys/mount.h.
2533         From Gareth McCaughan.
2535 2003-06-23  Akim Demaille  <akim@epita.fr>
2537         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
2538         not all of them.  This fixes 1. the fact that when testing
2539         Autoconf there are many many config.log, 2. the incorrect use of
2540         top_srcdir to find config.log.
2541         Don't mix the detailed output of failed test with the summary of
2542         failures.  Rather, append detailed log afterwards.
2544 2003-06-23  Akim Demaille  <akim@epita.fr>
2546         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
2547         always run: output config.log on $at_group_log.
2549 2003-06-23  Akim Demaille  <akim@epita.fr>
2551         * tests/torture.at (#define header templates): Don't use quotes in
2552         C++ comments as it puzzles Emacs' sh font-lock-mode.
2554 2003-06-23  Akim Demaille  <akim@epita.fr>
2556         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
2557         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
2558         * tests/atspecific.m4: Rename as...
2559         * tests/local.at: This.
2560         * tests/suite.at: Move the globals into...
2561         * tests/local.at: here.
2562         * tests/Makefile.am: Adjust.
2563         * doc/autoconf.texi (testsuite Scripts): Adjust.
2565 2003-06-21  Kevin Ryde  <user42@zip.com.au>
2567         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
2568         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
2569         ensuring we add -std1 for full-ANSI.
2571         * doc/autoconf.texi (hdrindex): New macro.
2572         Add index entries for portability of various standard header files.
2574 2003-06-20  Akim Demaille  <akim@epita.fr>
2576         * configure.ac: Bump to 2.57b.
2578 2003-06-20  Akim Demaille  <akim@epita.fr>
2580         Version 2.57a.
2582 2003-06-20  Akim Demaille  <akim@epita.fr>
2584         * bin/autom4te.in: Don't rely on $HOME being defined.
2585         Reported by Marc Espie as PR/233.
2587 2003-06-20  Akim Demaille  <akim@epita.fr>
2589         * lib/autotest/general.m4: Use at_times_file only if used.
2590         From Nicolas Joly.
2592 2003-06-20  Akim Demaille  <akim@epita.fr>
2594         * config/config.guess, config/config.sub, config/elisp-comp,
2595         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
2596         Update from masters.
2598 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
2600         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
2601         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
2602         (TEST_SCRIPT): New diversion.
2603         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
2604         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
2605         (AT_INIT): Support for expected failures.
2607 2003-06-02  Akim Demaille  <akim@epita.fr>
2609         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
2610         changes.
2611         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
2612         Autoconf nor Automake.
2613         (&contents): New, from Automake.
2614         PODify.
2616 2003-05-28  Paul Eggert  <eggert@twinsun.com>
2618         * NEWS, doc/autoconf.texi (Particular Functions),
2619         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
2620         is the inverse of localtime.
2622 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
2624         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
2625         (handle_exec_errors): New function.  Work around $! being
2626         altered by WEXITSTATUS.
2627         (xqx, xsystem): Use handle_exec_errors.
2629 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
2631         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
2632         Do not call `_exit()', simply modify `$?'.
2633         (xsystem): Reset $! before running system, and check it afterward.
2634         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
2635         63 for version mismatches.
2637 2003-05-23  Akim Demaille  <akim@epita.fr>
2639         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
2640         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
2641         the middle of a line).
2642         * lib/m4sugar/m4sugar.m4: Likewise.
2643         Remove useless spaces in comments.
2645 2003-05-23  Akim Demaille  <akim@epita.fr>
2647         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
2648         exit 63, so that we (or Automake's "missing") can tell the
2649         difference with a plain failure.
2650         * doc/autoconf.texi (Notices): Adjust.
2652 2003-05-23  Akim Demaille  <akim@epita.fr>
2654         * Makefile.am, bin/Makefile.am, config/Makefile.am,
2655         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
2656         White spaces cleanup.
2658 2003-05-22  Jim Meyering  <jim@meyering.net>
2659             Paul Eggert <eggert@twinsun.com>
2661         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
2662         Remove `#include <stdlib.h>' from the list; we should never
2663         make confdefs.h include <stdlib.h> or <cstdlib>, because the
2664         resulting namespace pollution would cause other tests to fail.
2665         Configure scripts run with some older versions of g++ and HP's
2666         aCC would fail due to such an #include.  Problems reported by
2667         Matthew Mueller in <http://bugs.debian.org/120704> and by
2668         Keith Bostic in
2669         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
2670         In the test, use the test declaration before including <stdlib.h>,
2671         as that's closer to how it'll be used.
2673 2003-05-23  Akim Demaille  <akim@epita.fr>
2675         * doc/autoconf.texi (Header Portability): ucred.h.
2676         From Ian Redfern.
2678 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
2680         Overhaul Autotest's logging: generate separate log files
2681         in testsuite.dir/NNN/testsuite.log, and append them to
2682         testsuite.log instead of re-running the test verbosely.
2684         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
2685         file descriptor, write 0 to at_status_file instead of setting
2686         at_status=0, initialize some new variables (at_status_file,
2687         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
2688         to rerun the tests, instead append the at_group_log to the
2689         at_suite_log when a test fails.
2690         (AT_SETUP): pipe the test case's output into at_tee_pipe,
2691         with the AS_MESSAGE_LOG_FD redirected to stdout.
2692         (AT_CLEANUP): save the output status in $at_status_file
2693         and restore it, redirect the AS_MESSAGE_LOG_FD back to
2694         its original place.
2695         (AT_CHECK): since tests are run with a redirected stdout,
2696         and used to be re-run in verbose mode, turn some $at_verbose
2697         into echo, and don't redirect the output of testing stdout
2698         and stderr.
2700         * lib/autotest/autoconf.texi (testsuite Scripts): Update
2701         the name of the debugging directory and information about
2702         its contents.
2704 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
2706         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
2707         parameter.
2709 2003-05-22  Akim Demaille  <akim@epita.fr>
2711         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
2712         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
2713         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
2714         * lib/autoconf/status.m4: Fix and adjust copyright notices.
2716 2003-05-22  Akim Demaille  <akim@epita.fr>
2718         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
2719         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
2720         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
2721         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
2722         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2723         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
2724         * lib/autoconf/status.m4, lib/autoconf/types.m4,
2725         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
2726         * tests/atspecific.m4, tests/base.at, tests/compile.at,
2727         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
2728         * tests/tools.at, tests/torture.at:
2729         Whitespace clean up.
2730         Suggested by Jim Meyering.
2732 2003-05-22  Akim Demaille  <akim@epita.fr>
2734         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
2735         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
2736         Reported by Jim Meyering.
2738 2003-05-22  Akim Demaille  <akim@epita.fr>
2740         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
2741         Add AC_HELP_STRING  to the obsolete macros section.
2742         Typos.
2743         Use '@.' for sentences that ended in a capital letter.
2744         From Art Haas.
2746 2003-05-22  Akim Demaille  <akim@epita.fr>
2748         * config/config.guess, config/config.sub, config/elisp-comp,
2749         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
2750         * config/texinfo.tex, doc/standards.texi: Update from masters.
2752 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
2754         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
2755         it to eval.
2757 2003-05-21  Akim Demaille  <akim@epita.fr>
2759         * bin/autoupdate.in ($m4): Fix quotation.
2760         Reported by Martin Mokrejs.
2762 2003-05-19  Paul Eggert  <eggert@twinsun.com>
2764         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
2765         Remove non-ASCII characters.
2767 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
2769         * tests/semantics.at (AC_SEARCH_LIBS): New test.
2770         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
2771         AC_CHECK_HEADERS_NEW): New tests.
2773 2003-05-17  Akim Demaille  <akim@epita.fr>
2775         * lib/autoconf/functions.m4: Use the default includes so that
2776         memcmp be declared before being tested.
2777         Reported by Sander Niemeijer.
2778         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
2779         * doc/autoconf.texi (Default Includes): Document
2780         AC_INCLUDES_DEFAULT.
2782 2003-05-17  Akim Demaille  <akim@epita.fr>
2784         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
2785         * doc/autoconf.texi (Obsolete Macros): Adjust.
2786         Reported by Werner LEMBERG and Debian Bug 190886.
2788 2003-05-16  Akim Demaille  <akim@epita.fr>
2790         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
2791         user name space clashes.
2792         Reported by Bruno Haible.
2794 2003-05-16  Akim Demaille  <akim@epita.fr>
2796         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
2797         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
2798         them uniform, and more robust to Perl special characters.
2799         Reported by Martin Mokrejs.
2801 2003-05-14  Akim Demaille  <akim@epita.fr>
2803         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
2805 2003-05-14  Akim Demaille  <akim@epita.fr>
2807         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
2808         linux/irda.h.
2810 2003-05-12  Akim Demaille  <akim@epita.fr>
2812         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
2813         message.
2814         From Matthias Andree.
2816 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
2818         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
2819         and truncate.
2821 2003-05-06  Akim Demaille  <akim@epita.fr>
2823         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
2824         longer updates aclocal.m4 if useless, (ii) if a file m4_included
2825         by aclocal.m4 is changed it might require the importing of another
2826         m4 extension file, i.e., aclocal must be run.
2828         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
2829         (&parse_args): Use --force with aclocal if required and supported.
2830         (&autoreconf_current_directory): Use &run_aclocal.
2832 2003-05-06  Akim Demaille  <akim@epita.fr>
2834         Lock autom4te's cache.
2836         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
2837         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
2838         argument instead of a file name, so that the request file remains
2839         open during the whole autom4te run.
2840         ($icache_file): New.
2841         (&freeze): Lock the $icache_file.
2843 2003-04-29  Derek Price  <derek@ximbiot.com>
2845         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
2846         seperator with m4_append_uniq().  It doesn't work.
2847         (AT_CLEANUP): Add `;' to end of at_help_all.
2848         (AT_INIT): Allow --keywords to be specified more than once.  When
2849         grepping $at_help_all for keywords, use the field and keyword
2850         seperators to ensure a complete keyword match.  Alter at_prev handling
2851         to support the new --keywords behavior.
2853 2003-04-27  Karl Berry  <karl@freefriends.org>
2855         * doc/autoconf.texi: Make the dir entries in the autoconf manual
2856         align better with others.  I also made some of the individual
2857         entries on one line, for brevity and to make it easier for me to
2858         sort my dir-example file in the Texinfo distribution :).
2860 2003-04-12  Jim Meyering  <jim@meyering.net>
2862         * NEWS: Mention the new macro.
2863         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
2864         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
2865         * tests/c.at: Test AC_C_RESTRICT.
2866         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
2868 2003-04-08  Akim Demaille  <akim@epita.fr>
2870         * bin/ifnames.in: Skip C++ comments.
2871         From Jeremy Yallop.
2873 2003-04-08  Akim Demaille  <akim@epita.fr>
2875         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
2876         From Ilya Zakharevich.
2878 2003-04-08  Akim Demaille  <akim@epita.fr>
2880         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
2881         net/if.h, stdlib.h.
2883 2003-04-01  Derek Price  <derek@ximbiot.com>
2885         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
2886         from Akim's checkin of 2003-03-29.
2888 2003-04-01  Derek Price  <derek@ximbiot.com>
2890         * tests/torture.at (Configuring subdirectories): Add missing
2891         close-quote for Akim's change from 2003-03-28.
2893 2003-04-01  Akim Demaille  <akim@epita.fr>
2895         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
2896         (AC, AT, MS): these.
2897         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
2898         New.
2899         Use them.
2900         * doc/Makefile.am (CLEANFILES): Adjust.
2901         (TEXI2DVI): Make it --batch.
2903 2003-03-31  Derek Price  <derek@ximbiot.com>
2905         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
2906         which removed the main loop.
2907         Thanks to Akim Demaille.
2909 2003-03-29  Akim Demaille  <akim@epita.fr>
2911         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
2912         that starts a GUI.
2913         From Ilya Zakharevich.
2915 2003-03-29  Akim Demaille  <akim@epita.fr>
2917         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
2918         documentation to read is Autoconf's.
2919         Suggested by Paul Eggert.
2921 2003-03-28  Akim Demaille  <akim@epita.fr>
2923         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
2924         reading the section "Present But Cannot Be Compiled" when the
2925         header causes problems.
2927 2003-03-28  Akim Demaille  <akim@epita.fr>
2929         * tests/torture.at (Configuring subdirectories): Require aclocal
2930         1.4, otherwise the test fails, as it does support configure.ac.
2931         This fixes the "test 40 failed" bug reports.
2933 2003-03-28  Akim Demaille  <akim@epita.fr>
2935         * doc/autoconf.texi (C Compiler): `#line' portability.
2936         From Paul Eggert and Nelson H. F. Beebe.
2938 2003-03-27  Derek Price  <derek@ximbiot.com>
2940         * lib/autotest/general.m4: Eliminate main loop and reorganize test
2941         layout in order to allow scripting around test groups.
2943 2003-03-27  Derek Price  <derek@ximbiot.com>
2945         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
2946         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
2947         use new diversions in preparation for accepting new arguments and
2948         allowing scripting around tests.
2949         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
2951 2003-03-26  Derek Price  <derek@ximbiot.com>
2953         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
2954         obsolete AC_HELP_STRING.
2955         (AC_HELP_STRING): AU_DEFUN to...
2956         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
2957         * tests/m4sh.at (AS_HELP_STRING): New test.
2959         * tests/acgeneral.at: Regenerated.
2961 2003-03-26  Derek Price  <derek@ximbiot.com>
2963         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
2964         sense.  Verbosify the diversion definitions comment.
2966 2003-03-26  Derek Price  <derek@ximbiot.com>
2968         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
2969         AS_PREPARE.
2971 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
2973         * doc/autoconf.texi (Present But Cannot Be Compiled):
2974         Grammar fixes and minor rewording. (trivial change)
2976 2003-03-06  Paul Eggert  <eggert@twinsun.com>
2978         Work around a problem noted by Nelson H. F. Beebe with coreutils
2979         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
2980         2002/05/09) rejects '#line 32768 "configure"' because the line
2981         number overflows.
2982         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
2983         #line directives.
2984         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
2985         * doc/autoconf.texi (Generating Sources): Document this.
2987 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
2989         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
2990         file name for the m4 program, when it has an "exe" file extension.
2991         DJGPP's error messages include the error code in brackets -
2992         remove the error code during normalization.
2994 2003-02-28  Akim Demaille  <akim@epita.fr>
2996         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
2998 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
3000         * doc/autoconf.texi (Limitations of Make): Remove the section
3001         about `$<' in inference rules, it was a bogus interpretation of
3002         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
3003         Tru64 make in the "target lookup" section.
3004         (Automake): Automake 1.5+ no longer requires special tools to be
3005         present on the developer's host.
3007 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
3009         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
3010         to a shell that can handle redirection or quoting correctly.
3011         Override SHELL with the shell detected by configure.
3012         Use of $^O suggested by Tim van Holder.
3013         * bin/autom4te.in (BEGIN): Likewise.
3014         * bin/autoreconf.in (BEGIN): Likewise.
3015         * bin/autoscan.in (BEGIN): Likewise.
3016         * bin/autoupdate.in (BEGIN): Likewise.
3017         * bin/ifnames.in (BEGIN): Likewise.
3019         * bin/ifnames.in: Add final newline to help and version messages.
3021         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
3022         to cope with DOS-style absolute paths, when constructing
3023         ${ac_make}.
3025         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
3026         When constructing paths with IFS=:, quote the path. If we're
3027         constructing a DOS-style absolute path, we don't want to split it
3028         on the colon.
3030         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
3031         in description.
3033 2003-02-25  Pavel Roskin  <proski@gnu.org>
3035         * bin/autoheader.in: Add missing newline when printing
3036         suggestion how change AC_DEFINE call.
3038 2003-02-24  Paul Eggert  <eggert@twinsun.com>
3040         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
3041         2002-09-01 patch by replacing "test -n" with "test -z".
3042         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
3043         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
3045         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
3046         to fix a mismatch between example and discussion.
3048 2003-02-24  Kevin Ryde  <user42@zip.com.au>
3050         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
3051         format starting with "-".
3053 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
3055         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
3056         is not portable inside Makefile.
3058 2003-02-20  Akim Demaille  <akim@epita.fr>
3060         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
3061         compiler says yeah, but preproc says nope, compiler is right.
3062         Conversely, prompt the reader to send a bug report to the
3063         maintainers of the package, not of Autoconf.
3065 2003-02-20  Klee Dienes  <kdienes@apple.com>
3067         * bin/autoreconf.in (autoreconf_current_directory): Properly
3068         handle an empty aclocal.m4.
3070 2003-02-20  Akim Demaille  <akim@epita.fr>
3072         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
3073         $ac_prefix_program.
3074         From Larry Jones.
3076 2002-12-23  Paul Eggert  <eggert@twinsun.com>
3078         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
3079         innocuous variant befor including <limits.h> or <assert.h>.  This
3080         works around a bug reported by Albert Chin: HP-UX 11i
3081         (and earlier versions) have a <limits.h> that declares
3082         gettimeofday and many other functions.
3084 2002-12-03  Paul Eggert  <eggert@twinsun.com>
3086         Version 2.57.
3088         * NEWS, configure.ac: Update version.
3090         * doc/fdl.texi: Upgrade to FDL version 1.2.
3092         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
3093         nontrivially in main's body, so that f's external declaration is
3094         not optimized away in AIX.  This should fix the bug reported by
3095         Martin Frydl in
3096         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
3098         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
3099         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
3100         defined, to support freestanding compilers.  This should fix the
3101         bug reported by Momchil Velkov in
3102         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
3104         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
3105         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
3106         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
3107         by Simon Josefsson in
3108         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
3110         * Makefile.maint (www-gnu): New macro.
3111         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
3112         the location has moved.
3114 2002-12-02  Martin Frydl  <martin@systinet.com>
3116         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
3117         \(.*\) match is too long and there is something more to be checked.
3118         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
3120 2002-11-15  Akim Demaille  <akim@epita.fr>
3122         Version 2.56.
3124         * config/install-sh: chmod +x.
3125         From Paul Eggert.
3126         * config/move-if-change: Indenting changes.
3127         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
3128         * configure.ac (AM_INIT_AUTOMAKE): here.
3129         Require 1.7.1.
3131 2002-11-14  Akim Demaille  <akim@epita.fr>
3133         Version 2.55.
3135         * config/config.guess, config/config.sub, config/install-sh:
3136         Update from masters.
3138 2002-11-14  Akim Demaille  <akim@epita.fr>
3140         * Makefile.maint: Sync with Bison, i.e.:
3141         (po-check): Scan .l and .y files instead of the
3142         .c and the .h files that they generate.  This fixes the bug
3143         reported by Tim Van Holder in:
3144         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
3145         Look for N_ as well as for _.  Try to avoid matching #define for
3146         N_ and _.
3147         From Paul Eggert.
3149 2002-11-14  Akim Demaille  <akim@epita.fr>
3151         * doc/autoconf.texi (C Compiler): Compiling several files at once.
3152         From Paul Eggert and Albert Chin-A-Young.
3154 2002-11-14  Akim Demaille  <akim@epita.fr>
3156         * doc/autoconf.texi (C Compiler): Solitary backslashes.
3157         From Paul Eggert and Albert Chin-A-Young.
3159 2002-11-14  Kevin Ryde  <user42@zip.com.au>
3161         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
3162         than assigning in main, to avoid HP cc +O3 optimizing it away.
3164 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
3166         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
3167         option.  Process --recheck after parsing all options.  Pass -q
3168         option to configure on --recheck.
3169         (AC_OUTPUT): Pass -q from configure to config.status.
3170         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
3171         arguments to record.
3172         * doc/autoconf.texi (config.status Invocation): Document
3173         config.status -q option.
3175 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
3177         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
3178         Makefile.in if Makefile.am exists.
3179         (output): Strip `.am' from Makefiles.  Don't
3180         output AC_CONFIG_FILES if no Makefiles were found.
3182 2002-11-07  Akim Demaille  <akim@epita.fr>
3184         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
3185         (local_updates): New.
3186         * Makefile.maint: Update, from CVS Bison.
3187         (local_updates): New.
3189 2002-11-06  Akim Demaille  <akim@epita.fr>
3191         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
3192         declaration in extern "C" too.
3193         Reported by Roberto Bagnara.
3195 2002-11-06  Akim Demaille  <akim@epita.fr>
3197         * tests/torture.at (Configuring subdirectories): Don't use grep
3198         -w.
3199         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
3200         Reported by Ezra Peisach.
3202 2002-11-05  Akim Demaille  <akim@epita.fr>
3204         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
3205         Remove.
3206         We _have_ to stop using the old compatibility scheme that tried to
3207         avoid useless backslashes because Libtool 1.4.3 contains a
3208         AC_DEFINE([error_t], [int],
3209         [Define to a type to use for \`error_t' if it is not
3210         otherwise available.])
3211         We _have_ to quote the single quote and backslashes with \.  The
3212         old compatibility scheme saw that ` was backslashed, and therefore
3213         did not quote the single quote.  Hence before this patch, Autoconf
3214         was not compatible with Libtool.
3216 2002-11-04  Paul Eggert  <eggert@twinsun.com>
3218         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
3219         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
3220         LC_NAME, LC_PAPER, LC_TELEPHONE.
3221         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
3223 2002-11-04  Akim Demaille  <akim@epita.fr>
3225         Version 2.54c.
3227         * Makefile.maint (update, cvs-update, po-update, do-po-update):
3228         New.
3229         * config/texinfo.tex: Update.
3231 2002-11-03  Akim Demaille  <akim@epita.fr>
3233         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
3234         from...
3235         (&autoreconf): here.
3236         ($help, $make, &parse_args, &autoreconf_current_directory):
3237         Support -m/--make.
3238         * doc/autoconf.texi (autoreconf Invocation): Adjust.
3240 2002-10-31  Bruno Haible  <bruno@clisp.org>
3242         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
3243         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
3244         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
3245         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
3246         to ac_cv_func_realloc_0_nonnull.
3247         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
3249 2002-10-31  Akim Demaille  <akim@epita.fr>
3251         The test suite was no longer checking for trailing envvars and files.
3253         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
3254         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
3256 2002-10-31  Akim Demaille  <akim@epita.fr>
3258         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
3259         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
3260         Make variable, not a shell variable.
3261         Suggested by Bruno Haible.
3263 2002-10-31  Akim Demaille  <akim@epita.fr>
3265         * bin/autom4te.in (load_configuration): Reject #args out of any
3266         language.
3268 2002-10-31  Akim Demaille  <akim@epita.fr>
3270         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
3271         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
3272         (_AC_RUN_IFELSE): Use it.
3273         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
3274         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
3275         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
3276         inline it.
3278 2002-10-30  Akim Demaille  <akim@epita.fr>
3280         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
3281         * doc/autoconf.texi (autom4te Invocation): Adjust.
3282         Suggested by Tim van Holder.
3284 2002-10-29  Paul Eggert  <eggert@twinsun.com>
3286         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
3287         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
3288         Problem reported by Bruno Haible.
3290 2002-10-29  Akim Demaille  <akim@epita.fr>
3292         * doc/autoconf.texi (Header Templates): Put also in words what the
3293         pictures says to assist free style readers.
3294         (Customizing autom4te): s/--cache=/--cache /.
3296 2002-10-29  Akim Demaille  <akim@epita.fr>
3298         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
3299         sys/wait.h.
3300         sparc_address_test returns void.
3301         Use it with an argument, as prototyped.
3302         From Bruno Haible.
3304 2002-10-29  Akim Demaille  <akim@epita.fr>
3306         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
3307         configure.in, not configure.ac.
3308         Reported by Bruno Haible.
3310 2002-10-29  Akim Demaille  <akim@epita.fr>
3312         * tests/torture.at (Deep Package): New test.
3313         (Configuring subdirectories): Don't use a testSubDir as Autotest
3314         now does it itself.
3316 2002-10-29  Akim Demaille  <akim@epita.fr>
3318         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
3319         * doc/autoconf.texi (Invoking autom4te): Rename as...
3320         (autom4te Invocation): this, for consistency with the other nodes.
3322 2002-10-29  Akim Demaille  <akim@epita.fr>
3324         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
3325         Reported by Ralf Corsepius.
3327 2002-10-29  Akim Demaille  <akim@epita.fr>
3329         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
3330         characters is a back as an `obsolete' warning now.
3331         Reported by Ralf Corsepius.
3333 2002-10-28  Akim Demaille  <akim@epita.fr>
3335         * configure.ac: Bump to 2.54c.
3337 2002-10-28  Akim Demaille  <akim@epita.fr>
3339         Version 2.54b.
3341         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
3343 2002-10-28  Akim Demaille  <akim@epita.fr>
3345         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
3346         m4 executable names, and different GNU M4 version.
3347         Reported by Ezra Peisach and Paul Jarc.
3349 2002-10-27  Akim Demaille  <akim@epita.fr>
3351         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
3352         AC_RUN_IFELSE.
3354 2002-10-27  Akim Demaille  <akim@epita.fr>
3356         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
3357         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
3358         Die when a simple Fortran program cannot be compiled.
3359         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
3360         Issue a warning if no function is given.
3362 2002-10-27  Akim Demaille  <akim@epita.fr>
3364         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
3365         Move the documentation of AC_TRY_RUN to...
3366         (Obsolete Macros): here.
3367         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
3368         (autoconf Invocation): Remove the duplicates with `invoking
3369         autom4te'.
3370         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
3371         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
3373 2002-10-27  Akim Demaille  <akim@epita.fr>
3375         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
3376         and AC_LANG_FUNC_LINK_TRY.
3377         (Examining Libraries): Rename as...
3378         (Running the Linker): this.
3379         Document AC_LINK_IFELSE.
3380         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
3381         (Obsolete Macros): here.
3382         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
3383         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
3384         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
3385         * lib/autoconf/headers.m4 (AC_USG): Likewise.
3387 2002-10-27  Akim Demaille  <akim@epita.fr>
3389         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
3391         More `check config.log' messages.
3393         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
3394         * doc/autoconf.texi (Printing Messages): Document it.
3395         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
3396         appropriate.
3397         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
3398         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
3399         (_AC_COMPILER_OBJEXT): Likewise.
3400         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
3401         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
3402         Likewise.
3403         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
3404         Likewise.
3406         Deprecate macros with unusual interfaces.
3408         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
3409         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
3411         Document the new ones, and proper style.
3413         * doc/autoconf.texi (Generating Sources): New.
3414         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
3415         (Examining Declarations): Rename as...
3416         (Running the Preprocessor): this.
3417         Document AC_PREPROC_IFELSE.
3418         (Examining Syntax): Rename as...
3419         (Running the Compiler): this.
3420         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
3421         (Obsolete Macros): Move the definition of AC_TRY_CPP and
3422         AC_TRY_COMPILE here.
3424 2002-10-27  Akim Demaille  <akim@epita.fr>
3426         Move sections around.
3428         * doc/autoconf.texi (Customizing autom4te): Remove a lost
3429         sentence.
3430         Reported by Burno Haible.
3431         (Language Choice): Now the first section of...
3432         (Writing Tests): this section.
3433         Make the introduction less C-centric.
3434         (Guidelines, Test Functions): Move to...
3435         (Writing Test Programs): this new section.
3436         (Test Programs): Merge into...
3437         (Run Time): this.
3439 2002-10-27  Akim Demaille  <akim@epita.fr>
3441         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
3442         autom4te.in that resulted in the need for two `make' runs.
3444 2002-10-27  Akim Demaille  <akim@epita.fr>
3446         * configure.ac: Bump to 2.54b.
3448 2002-10-25  Akim Demaille  <akim@epita.fr>
3450         Version 2.54a.
3452         * Makefile.maint: Update from the Coreutils.
3453         (AMTAR): Remove, obsolete.
3454         (automake_repo): Update to redhat.com.
3455         (cvs_file): New.
3456         Adjust to the fact that ansi2knr is now hosted by Automake.
3457         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
3458         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
3459         Update from masters.
3460         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
3461         autoscan.pre is not to be installed, and autoscan.list is not to
3462         be shipped.
3463         (CLEANFILES): Add autoscan.list.
3464         (autoscan.list): Disable the cache.
3465         * bin/Makefile.am: Include freeze.mk.
3467 2002-10-25  Akim Demaille  <akim@epita.fr>
3469         * bin/autom4te.in (&load_configuration): Take the file as
3470         argument.
3471         (&parse_args): Handle -C, --cache.
3472         ($help): Adjust.
3473         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
3474         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
3475         * doc/autoconf.texi (Invoking autom4te): Document --cache.
3476         Now a subsection of...
3477         (Using autom4te): This new section.
3478         (Customizing autom4te): New.
3479         (autom4te.cache): Adjust.
3481 2002-10-25  Akim Demaille  <akim@epita.fr>
3483         * doc/autoconf.texi (Generic Headers): More information on how to
3484         use AC_CHECK_HEADERS.
3486 2002-10-25  Akim Demaille  <akim@epita.fr>
3488         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
3489         Space changes.
3491 2002-10-25  Akim Demaille  <akim@epita.fr>
3493         * bin/autoscan.in (output): Output AC_PREREQ.
3494         (%needed_macros): Add AC_PREREQ so that configure.ac without one
3495         be reported.
3497 2002-10-23  Akim Demaille  <akim@epita.fr>
3499         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
3500         document _Bool.
3502 2002-10-23  Akim Demaille  <akim@epita.fr>
3504         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
3505         Reported by Peter Eisentraut.
3507 2002-10-23  Akim Demaille  <akim@epita.fr>
3509         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
3510         type _Bool.
3511         Fix a typo.
3512         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
3513         Eggert's recommandations.
3515 2002-10-22  Akim Demaille  <akim@epita.fr>
3517         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
3518         Bison, by Paul Eggert.
3519         * doc/autoconf.texi (Particular Headers): Document it.
3521 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
3523         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
3524         `$ac_configure_args'.
3526 2002-10-22  Akim Demaille  <akim@epita.fr>
3528         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
3529         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
3530         From Art Haas.
3532 2002-10-22  Akim Demaille  <akim@epita.fr>
3534         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
3536         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
3537         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
3538         (_AC_CHECK_HEADER_NEW): Rename as...
3539         (AC_CHECK_HEADER): this.
3541 2002-10-22  Akim Demaille  <akim@epita.fr>
3543         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
3544         words about HP-UX cmp: it was actually a user-written cmp.
3546 2002-10-22  Akim Demaille  <akim@epita.fr>
3548         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
3549         are a few warnings.
3550         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
3551         Quote for Perl '' strings, not "".
3552         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
3553         strings.
3555 2002-10-22  Akim Demaille  <akim@epita.fr>
3557         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
3558         characters is a syntax warning now.
3559         (_AS_QUOTE): Accept $2 as list of characters to quote.
3560         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
3561         Quote for Perl, not sh.
3562         * bin/autoheader.in: When $debug, report the file which is
3563         `do'ne.
3564         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
3565         `@', to tickle Perl's lists.
3566         Reported by Carlos Velasco.
3568 2002-10-18  Akim Demaille  <akim@epita.fr>
3570         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
3571         missing included files _are_ errors.
3572         Thanks to Alexandre Duret-Lutz.
3573         * tests/tools.at (autom4te cache): Adjust.
3574         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
3575         (AT_CHECK_M4SUGAR): Use it.
3576         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
3577         Adjust.
3578         * tests/tools.at (autom4te): Now it does exit 1.
3580 2002-10-17  Akim Demaille  <akim@epita.fr>
3582         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
3583         Fixes the `AC_ARG_VAR' test failures.
3584         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
3585         * lib/freeze.mk (check-forbidden-patterns): New.
3586         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
3587         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
3588         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
3589         /dev/null.
3590         Reported months ago by H. Merijn Brand.
3592 2002-10-17  Akim Demaille  <akim@epita.fr>
3594         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
3596 2002-10-16  Paul Eggert  <eggert@twinsun.com>
3598         * Makefile.maint (wget_files): Remove ansi2knr.c.
3599         (ansi2knr.c-url_prefix): Remove.
3601 2002-10-16  Akim Demaille  <akim@epita.fr>
3603         Because of caching, some files that no longer exist and are no
3604         longer required can still cause errors.
3605         Reported by Alexandre Duret-Lutz.
3607         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
3608         to frozen files in @ARGV, as @ARGV must remain being a list of
3609         files.  Rather, at M4 call sites, use this...
3610         (&files_to_options): New function.
3611         (&freeze): Use &error.
3612         (&up_to_date): If a file that was included according to the cache
3613         is no longer there, then the output is out dated.
3614         (&main): Don't even check whether a file is up to date is anyway
3615         --force is given.
3616         * tests/tools.at (autom4te cache): New.
3618 2002-10-16  Akim Demaille  <akim@epita.fr>
3620         * bin/autoconf.as: Kill dead options.
3621         * bin/autoupdate.in (&parse_args): Kill old options.
3622         * bin/autoreconf.in (&parse_args): Remove dead options.
3623         Factor some code.
3624         (&autoreconf): Report the directories we enter *and leave*, so
3625         that error messages can be easily located, and use GNU Make
3626         format, so that Emacs' compile mode understands us.
3627         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
3628         if some file was changed instead of `print'.
3629         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
3630         (&parse_args): Remove the dead options.
3631         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
3632         autoheader's quiet mode.
3633         (AT_CHECK_AUTOUPDATE): Likewise.
3634         * tests/tools.at (autoupdate): Adjust.
3635         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3637 2002-10-11  Akim Demaille  <akim@epita.fr>
3639         No longer use CPP to check for the existing of headers: use CC to
3640         check for compilability.
3642         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
3643         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
3644         (_AC_CHECK_HEADER_NEW): Rename as...
3645         (AC_CHECK_HEADER): this.
3647         * lib/autotest/general.m4 (AT_INIT): Include the failed test
3648         numbers in the Subject suggestion.
3650 2002-10-11  Akim Demaille  <akim@epita.fr>
3652         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
3653         Suggest using AC_CHECK_DECLS instead.
3655 2002-10-11  Akim Demaille  <akim@epita.fr>
3657         * tests/torture.at (AC_ARG_VAR): Have configure report the value
3658         of `precious'.
3660 2002-10-11  Akim Demaille  <akim@epita.fr>
3662         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
3663         file name to enable parallel executions.
3664         From Sam Varshavchik.
3666 2002-10-08  Akim Demaille  <akim@epita.fr>
3668         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
3669         aclocal invocation, as Gettext macros might not be visible to
3670         aclocal.
3671         Instead of blindly running autopoint, scan configure.ac (not the
3672         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
3673         Reported by Paul D. Smith.
3675 2002-10-08  Paul Eggert  <eggert@twinsun.com>
3677         Work around problems found when POSIXLY_CORRECT=1 is set.
3678         None of this seems to have anything to do with POSIX, really,
3679         but it's how Perl getopt works.
3680         * bin/autom4te.in (parse_args): Configure GetOpt with
3681         "permute", too.
3682         * doc/autoconf.texi (Invoking autom4te):
3683         --warning -> --warnings.
3684         * lib/autom4te.in: --warning -> --warnings.
3686 2002-09-28  Akim Demaille  <akim@epita.fr>
3688         * doc/autoconf.texi (autom4te.cache): New section.
3690 2002-09-28  Akim Demaille  <akim@epita.fr>
3692         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
3693         (Automake-preselections): Update.
3694         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
3696 2002-09-28  Akim Demaille  <akim@epita.fr>
3698         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
3699         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
3700         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
3701         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
3703 2002-09-28  Akim Demaille  <akim@epita.fr>
3705         * tests/torture.at (Configuring subdirectories): Be robust to
3706         users who use config.site to require for a cache: in this case,
3707         the two last configure runs, using two different sets of
3708         arguments, trigger a legitimate error.
3710 2002-09-28  Akim Demaille  <akim@epita.fr>
3712         * tests/m4sh.at (Functions Support, Functions and return Support):
3713         New.
3715 2002-09-28  Akim Demaille  <akim@epita.fr>
3717         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
3718         autoheader are Perl programs.
3719         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
3720         (autom4te): Specify that the sources are in the $srcdir.
3721         * doc/autoconf.texi (Installation Directory Variables): Adjust.
3723 2002-09-28  Akim Demaille  <akim@epita.fr>
3725         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
3726         (tm_zone): Move their rules to...
3727         * lib/autoconf/types.m4: here, using AN_ macros.
3728         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
3729         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
3730         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
3731         * lib/autoconf/programs.m4: here.
3732         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
3733         (ETAGS_FOR_AUTOCONF): New.
3734         Use it.
3736 2002-09-28  Akim Demaille  <akim@epita.fr>
3738         * lib/autoconf/autoscan.m4: New file.
3739         * lib/autoconf/autoconf.m4: Include it.
3740         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
3741         that were listed in the original autoscan.list.
3742         * lib/autoconf/headers.m4: Similarly with headers.
3743         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
3744         (.m4.m4f): Don't pass --prepend-include, since that's done by
3745         tests/autom4te itself.
3746         * lib/autoscan/Makefile.am: Include freeze.mk.
3747         (autoscan.list): New target --this file is no longer a source.
3748         (autoscan.pre): New file.
3750 2002-09-28  Akim Demaille  <akim@epita.fr>
3752         * bin/autoscan.in (@kinds): Make them singular.
3753         Adjust all uses.
3754         (&init_tables): When --debug, report the list of rules to ease
3755         tracking changes in autoscan.list.
3756         * lib/autoscan/autoscan.list (function): Strip comments, sort.
3758 2002-09-28  Akim Demaille  <akim@epita.fr>
3760         * lib/autoscan/functions, lib/autoscan/headers,
3761         * lib/autoscan/identifiers, lib/autoscan/makevars,
3762         * lib/autoscan/programs: Merge into...
3763         * lib/autoscan/autoscan.list: this.
3764         * bin/autoscan.in (&init_tables): Adjust.
3766 2002-09-28  Akim Demaille  <akim@epita.fr>
3768         * lib/autoscan/functions, lib/autoscan/headers,
3769         * lib/autoscan/identifiers, lib/autoscan/makevars,
3770         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
3771         `functions' line is now prefixed with `function:'.
3772         * bin/autoscan.in (&init_tables): Adjust.
3774 2002-09-28  Akim Demaille  <akim@epita.fr>
3776         From now on, autoscan files must always map a macro name to a
3777         word: there is no `default' macro for autoscan.
3779         * bin/autoscan.in (&init_tables): Reject entries with no macro at
3780         all.
3781         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
3782         explicit.
3784 2002-09-28  Akim Demaille  <akim@epita.fr>
3786         * bin/autoscan.in (%c_keywords): Remove.
3787         (&used): Keep only track of the words we might be interested in.
3788         (&output_kind): It is no longer needed to look for non active
3789         checks.
3791 2002-09-27  Akim Demaille  <akim@epita.fr>
3793         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
3794         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
3795         * lib/autoscan/functions: Adjust.
3796         * doc/autoconf.texi (Particular Functions): Adjust.
3798 2002-09-27  Akim Demaille  <akim@epita.fr>
3800         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
3801         from /tmp.
3802         Thanks to Bill Moseley and Paul Eggert.
3803         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
3804         the tmpdir must be created.
3805         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
3806         dir be in the build tree, instead of $TMPDIR.
3808 2002-09-27  Akim Demaille  <akim@epita.fr>
3810         * bin/autoscan.in: Improve the comments.
3811         (&parse_args): Drop obsolete undocumented options.
3812         (&output_kind): Output warnings.
3813         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
3814         (getwd): Trigger a warning.
3816 2002-09-26  Akim Demaille  <akim@epita.fr>
3818         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
3819         Reported by Ralf Corsepius.
3820         * doc/autoconf.texi (autoreconf Invocation): Likewise.
3822 2002-09-26  Akim Demaille  <akim@epita.fr>
3824         Single suffix rules and seperated dependencies are not portable.
3826         * doc/autoconf.texi (Installation Directory Variables): Update.
3827         (Limitations of Make): Some about `Single Suffix Rules and
3828         Separated Dependencies'.
3829         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
3830         (ifnames, autoscan, autom4te): Un-factor into several rules.
3832 2002-09-25  Paul Eggert  <eggert@twinsun.com>
3834         * BUGS (Interoperability bugs): New section.  Mention libtool
3835         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
3837 2002-09-24  Paul Eggert  <eggert@twinsun.com>
3839         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
3840         make handles suffix-rules differently from GNU make.
3842         * bin/Makefile.am (SUFFIXES, .in): Remove.
3843         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
3844         Move the body of the old .in rule here.
3846 2002-09-16  Akim Demaille  <akim@epita.fr>
3848         i960 compilers create `b.out' files by default.
3849         Reported by Ralf Corsepius.
3851         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
3852         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
3854 2002-09-13  Paul Eggert  <eggert@twinsun.com>
3856         * doc/autoconf.texi (Particular Headers): Remove obsolete
3857         reference to `struct timezone' in the description of
3858         AC_HEADER_TIME.
3860 2002-09-13  Akim Demaille  <akim@epita.fr>
3862         Version 2.54.
3864         * config/config.sub, config/config.guess: Update.
3865         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
3866         * Makefile.am: Adjust.
3868 2002-09-13  Akim Demaille  <akim@epita.fr>
3870         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
3871         reading config.log when the compiler is rejected.
3872         Suggested by Guido Draheim.
3874 2002-09-13  Akim Demaille  <akim@epita.fr>
3876         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
3877         (chdir_init) might hang when stat'ing mounted directories.
3878         Reported by Vance Shipley.
3880 2002-09-12  Akim Demaille  <akim@epita.fr>
3882         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
3883         the lists.
3885 2002-09-12  Akim Demaille  <akim@epita.fr>
3887         * doc/autoconf.texi (Defining Symbols): Present two different
3888         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
3889         difference between 1 argument calls, and 2-3 argument calls.
3891 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
3893         * doc/autoconf.texi: Review grammar and punctuation.
3895 2002-09-11  Paul Eggert  <eggert@twinsun.com>
3897         * doc/autoconf.texi: Fix minor formatting, spelling, and
3898         grammatical typos.
3899         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
3900         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
3901         is obsolescent.
3903 2002-09-11  Akim Demaille  <akim@epita.fr>
3905         * doc/autoconf.texi (Questions): Rename as...
3906         (FAQ): this.
3907         (Defining Directories): New.
3909 2002-09-09  Akim Demaille  <akim@epita.fr>
3911         * doc/autoconf.texi (Making testsuite Scripts): Update.
3912         Suggested by Nishio Futoshi.
3914 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
3916         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
3917         plain `@' is wanted.
3919 2002-09-09  Akim Demaille  <akim@epita.fr>
3921         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
3922         `duplicates', since the algorithm was too naive and could keep
3923         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
3924         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
3925         Reported by Ralf Corsepius.
3926         * tests/torture.at (Configuring subdirectories): Exercise these
3927         cases.
3929 2002-09-09  Akim Demaille  <akim@epita.fr>
3931         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
3932         looking for a replacement file.
3933         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
3934         directory is relative.
3935         * doc/autoconf.texi (Generic Functions): Clarify the replacement
3936         directory definition.
3937         Reported by Andreas Schwab and Jim Meyering.
3939 2002-09-06  Akim Demaille  <akim@epita.fr>
3941         * doc/autoconf.texi (Setting Output Variables): Clarify what
3942         precious variables are.
3943         Suggested by Pontus Skoeld.
3945 2002-09-05  Akim Demaille  <akim@epita.fr>
3947         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
3948         (ifnames, autoscan, autom4te): Since we don't only depend on
3949         configure.ac variables (such as VERSION etc.), but also on prefix
3950         and so forth, depend on Makefile, not configure.ac.
3951         Reported by Alexandre Duret-Lutz.
3952         * doc/autoconf.texi (Installation Directory Variables): Adjust.
3954 2002-09-05  Kevin Ryde  <user42@zip.com.au>
3956         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
3957         doesn't seem to be confined to ia64, just say "some versions".
3959 2002-09-04  Akim Demaille  <akim@epita.fr>
3961         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
3962         Automake 1.6c.
3963         * Makefile.am (maintainer-clean-local): Remove.
3964         (MAINTAINERCLEANFILES): Remove COPYING.
3966 2002-09-03  Paul Eggert  <eggert@twinsun.com>
3968         * doc/autoconf.texi (Configuration Commands): Remove obsolete
3969         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
3970         Brinkmann.
3972 2002-09-03  Akim Demaille  <akim@epita.fr>
3974         * configure.ac: Bump to 2.53d.
3975         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
3976         as of today, on Automake's team suggestion.
3978 2002-09-03  Akim Demaille  <akim@epita.fr>
3980         Version 2.53c.
3982 2002-09-02  Akim Demaille  <akim@epita.fr>
3984         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
3985         SITE_MACRO_DIR.
3986         * configure.ac: Disable SITE_MACRO_DIR.
3988 2002-09-02  Jim Meyering  <meyering@lucent.com>
3990         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
3991         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
3992         Also, tweak grammar: s/make sure to/be sure to/.
3994 2002-09-02  Paul Eggert  <eggert@twinsun.com>
3996         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
3997         directory names are generally preferable to physical names.
3999 2002-09-02  Akim Demaille  <akim@epita.fr>
4001         * lib/Autom4te/General.pm (&update_file): s/die/error/.
4002         Reported by Raja R. Harinath.
4003         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
4004         * bin/autoupdate.in: Use error instead of die.
4006 2002-09-01  Paul Eggert  <eggert@twinsun.com>
4008         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
4009         ordinary shell concatenation rather than echo+tr+sed command that
4010         runs afoul of a long-line-related sed bug in Solaris 8.
4012         * bin/autoheader.in (parse_args): --warning -> --warnings.
4014         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
4015         stdout, as traditional "ls" does.
4016         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
4017         _AC_COMPILER_EXEEXT_O): Likewise.
4018         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
4020         * bin/autoconf.as: Add --prepend-include option.  This patch was
4021         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
4022         but bin/autoconf.in is generated automatically from bin/autoconf.as.
4024         * bin/autoconf.in, configure: Regenerate.
4026         * doc/autoconf.texi (Special Shell Variables): Mention
4027         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
4029         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
4030         MAILPATH and set PS1, PS2, PS4 to default values, to work
4031         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
4032         For LC_ALL etc, first try to set to "C" as POSIX requires and as
4033         the Autoconf documentation specifies; fall back to "unset" only if
4034         this fails.  Use a shell for-loop for this rather than an m4 loop,
4035         to shorten the output script.
4037 2002-08-30  Paul Eggert  <eggert@twinsun.com>
4039         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
4040         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
4041         for the CDPATH problem.  Document PWD.
4042         (Limitations of Builtins): Document the problem that "cd $foo" and
4043         "ls $foo" may refer to different directories in shells conforming
4044         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
4045         example, since the old example is now out of date.
4047         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
4048         FOO" and "ls FOO" talk about different directories; this catches
4049         problems when POSIX 1003.1-2001 "cd" fails due to symlink
4050         spaghetti.
4052         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
4053         of rolling our own unset.
4054         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
4055         in practice we needn't worry about CDPATH if unset doesn't work.
4057         * Makefile.in, aclocal.m4, bin/Makefile.in,
4058         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
4059         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
4060         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
4061         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
4062         tests/Makefile.in: Regenerate with Automake 1.6.3.
4064         * config/config.guess, config/config.sub, config/mkinstalldirs:
4065         Update.
4067         * configure: Regenerate with self.
4069 2002-08-30  Kevin Ryde  <user42@zip.com.au>
4071         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
4072         default output.
4074 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4076         * bin/autom4te.in (Request::load): Correctly test for "do" read
4077         failure.
4079 2002-08-29  Akim Demaille  <akim@epita.fr>
4081         * lib/Autom4te/General.pm (&xqx): New.
4082         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
4083         hand, which is not portable.
4084         (&error): New.
4085         * bin/autom4te.in: Use them.
4086         Use &error instead of die.
4087         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
4088         Adjust.
4090 2002-08-17  Paul Eggert  <eggert@twinsun.com>
4092         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
4093         default list of compilers to try, since it was long ago superseded
4094         by the ksh fc builtin.  Suggested by Steven G. Johnson.
4096 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
4098         * doc/autoconf.texi (Invoking autom4te): End the option table,
4099         fixing a bug introduced by the previous patch.
4100         (Limitations of Make): Add a 'target lookup' subentry in the
4101         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
4103 2002-07-29  Mark D. Roth  <roth@feep.net>
4105         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
4106         options and use $AUTOM4TE_PATH.
4107         * doc/autoconf.texi: Remove documentation of autom4te
4108         --include-envvar and --site-macro-subdir options and document
4109         use of $AUTOM4TE_PATH.
4110         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
4111         arguments from each language section.
4113 2002-07-29  Paul Eggert  <eggert@twinsun.com>
4115         * doc/install.texi: Include copyright symbol in copyright notice.
4117         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
4118         Replace with:
4119         (AM_MAKEINFOFLAGS): New macro.
4120         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
4121         * Makefile.am (INSTALL): Use the new macros.
4122         Use -o rather than --output, since "missing" does not grok --output.
4124 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4126         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
4127         comments do not always work. Never trust the exit status of
4128         `make -k'.
4130 2002-07-24  Kevin Ryde  <user42@zip.com.au>
4132         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
4133         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
4135 2002-07-23  Paul Eggert  <eggert@twinsun.com>
4137         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
4138         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
4139         apparently treats PATH="nonexistent" as if it contained ".".
4140         Bug reported by Stefan `Sec' Zehl.
4142 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
4144         * doc/autoconf.texi (Limitations of Make): Mention the special
4145         handling of the obj/ directory by BSD make.
4147 2002-07-20  Kevin Ryde  <user42@zip.com.au>
4149         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
4150         backslashes.
4152 2002-07-19  Akim Demaille  <akim@epita.fr>
4154         * doc/autoconf.texi (Function Portability): `exit'.
4155         (Programming in M4sh): Ethymology of M4sh.
4157 2002-07-19  Akim Demaille  <akim@epita.fr>
4159         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
4161 2002-07-18  Akim Demaille  <akim@epita.fr>
4163         Version 2.53b.
4165 2002-07-18  Akim Demaille  <akim@epita.fr>
4167         * config/config.guess, config/config.sub: Update.
4169 2002-07-18  Akim Demaille  <akim@epita.fr>
4171         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
4172         Automake's parts.
4174         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
4175         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
4176         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
4178 2002-07-18  Akim Demaille  <akim@epita.fr>,
4179             Alexandre Duret-Lutz  <duret_g@epita.fr>
4181         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
4182         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
4184 2002-07-17  Russ Allbery  <rra@stanford.edu>
4186         * doc/autoconf.texi (Initializing configure): Clarify the
4187         description of the tarname default.
4189 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
4191         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
4192         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
4193         latter was not run.
4195 2002-07-17  Akim Demaille  <akim@epita.fr>
4197         * lib/Autom4te/General.pm (find_file): Browse the directories in
4198         the order they are given.
4200 2002-07-17  Akim Demaille  <akim@epita.fr>
4202         * tests/wrapsh.as, tests/wrappl.as: Merge into...
4203         * tests/wrapper.as: this.
4204         * tests/Makefile.am, configure.ac: Adjust.
4206 2002-07-17  Mark D. Roth  <roth@feep.net>
4208         * configure.ac: Add --enable-site-macro-dir option.
4209         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
4210         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
4211         --site-macro-subdir options.
4212         * bin/autoconf.in: Add --prepend-include option.
4213         * bin/autoheader.in: Add --prepend-include option.
4214         * bin/autoreconf.in: Add --prepend-include option.
4215         * bin/autoscan.in: Add --prepend-include option.
4216         * bin/autoupdate.in: Add --prepend-include option.
4217         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
4218         macro directory, remove note that include path directories are
4219         used in reverse order, and document --prepend-include option.
4220         * lib/autom4te.in: Use --prepend-include instead of --include.
4221         * tests/wrapsh.in: Use --prepend-include instead of --include.
4223 2002-07-17  Akim Demaille  <akim@epita.fr>
4225         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
4226         tarnames.
4227         * doc/autoconf.texi (Initializing configure): Adjust.
4229 2002-07-17  Akim Demaille  <akim@epita.fr>
4231         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
4232         (_AC_FUNC_MALLOC): New.
4233         (AC_FUNC_MALLOC): Use the latter.
4234         Define HAVE_MALLOC to 0 if broken.
4235         * doc/autoconf.texi (Particular Functions): Adjust.
4237 2002-07-16  Akim Demaille  <akim@epita.fr>
4239         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
4240         * doc/autoconf.texi (C Compiler): Adjust.
4242 2002-07-09  Akim Demaille  <akim@epita.fr>
4244         * doc/autoconf.texi: Properly set the ``header'' part.
4246 2002-07-09  Akim Demaille  <akim@epita.fr>
4248         * doc/autoconf.texi (Systemology): Some about Darwin.
4250 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
4252         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4253         Don't use AC_REQUIRE in AU_DEFUN.
4255 2002-07-09  Art Haas  <ahaas@neosoft.com>
4257         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
4259 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
4261         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4262         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
4263         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
4264         so that Emacs setups GNU style for perl-mode and cperl-mode.
4266 2002-06-27  Paul Eggert  <eggert@twinsun.com>
4268         * config/install-sh: Quote $src.  Prefer || to test's -o option,
4269         as per "Limitations of Builtins".
4270         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
4271         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
4273         * tests/mktests.sh: Use grep instead of fgrep, as per
4274         "Limitations of Builtins".
4276 2002-06-15  Paul Eggert  <eggert@twinsun.com>
4278         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
4279         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
4280         so that we consistently test the just-built programs.
4281         * tests/wrappl.as: Likewise.
4283 2002-06-12  Paul Eggert  <eggert@twinsun.com>
4285         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
4286         name, so that symlinks to 'autoconf' work properly.  Bug reported
4287         by Bruno Haible.
4288         * bin/autoheader.in (AUTOM4TE): Likewise.
4289         * bin/autoreconf.in (autoconf, autoheader): Likewise.
4290         * bin/autoscan.in (autom4te): Likewise.
4291         * bin/autoupdate.in (autom4te): Likewise.
4293         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
4294         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
4295         on Solaris 2.5.1.
4297 2002-06-11  Andreas Schwab  <schwab@suse.de>
4299         * doc/autoconf.texi: Add more dir entries.
4301 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
4303         * bin/autom4te.in ($cache): Don't define using `$me', the name
4304         of the cache should not depend on the name under which autom4te
4305         was installed.
4307 2002-06-07  Akim Demaille  <akim@epita.fr>
4309         * tests/tools.at (autoconf: forbidden tokens, basic)
4310         (autoconf: forbidden tokens, exceptions): Adjust to the change of
4311         words in autom4te.in.
4313 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
4315         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
4316         _AC_LANG_PROGRAM_C_F77_HOOKS.
4318 2002-06-07  Akim Demaille  <akim@epita.fr>
4320         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
4321         rename as...
4322         (AC_REPLACE_FNMATCH): this.
4323         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
4324         AC_FUNC_FNMATCH_GNU.
4326 2002-06-07  Akim Demaille  <akim@epita.fr>
4328         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
4329         Rosetta Stone for Unix.
4331 2002-06-07  Akim Demaille  <akim@epita.fr>
4333         * bin/autom4te.in (warn_forbidden): When rejecting a token,
4334         suggest m4_pattern_allow.
4335         Suggested by Adam J. Richter.
4337 2002-06-07  Akim Demaille  <akim@epita.fr>
4339         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4340         ac_config_libobj_dir.
4341         (AC_CONFIG_LIBOBJ_DIR): New.
4342         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
4343         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
4344         Use ac_config_libobj_dir to find the replacement files.
4345         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
4346         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
4347         (AC_REPLACE_FNMATCH_GNU): these.
4348         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
4349         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
4350         * tests/mktests.sh (ac_exclude_list): Don't check
4351         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
4353 2002-06-06  Paul Eggert  <eggert@twinsun.com>
4355         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
4356         if ln doesn't work.
4357         * NEWS: Likewise.
4358         * doc/autoconf.texi (Configuration Links): Likewise.
4359         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
4361 2002-06-05  Paul Eggert  <eggert@twinsun.com>
4363         * config/config.guess, config/config.sub, config/texinfo.tex:
4364         Update from masters.
4366 2002-05-29  Paul Eggert  <eggert@twinsun.com>
4368         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
4369         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
4370         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
4371         Likewise.
4372         * lib/autoconf/Makefile.am (check-local): Likewise.
4373         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
4374         * lib/autoconf/types.m4 (commentary only): Likewise.
4375         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
4376         * lib/autotest/Makefile.am (check-local): Likewise.
4377         * lib/m4sugar/Makefile.am (check-local): Likewise.
4378         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
4379         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
4381         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
4382         * doc/autoconf.texi (Particular Programs): Document them.
4383         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
4384         * NEWS: Likewise.
4386 2002-05-27  Paul Eggert  <eggert@twinsun.com>
4388         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
4389         * NEWS, doc/autoconf.texi (Particular Types): Document it.
4390         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
4391         instead of AC_MBSTATE_T, which never existed.
4393 2002-05-23  Akim Demaille  <akim@epita.fr>
4395         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
4396         version of Autoconf that is discussed.
4398 2002-05-22  Paul Eggert  <eggert@twinsun.com>
4400         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
4401         from the default list of compilers to try.  Suggested by
4402         Kate Hedstrom.
4403         * NEWS: Document the above.
4404         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
4406 2002-05-17  Paul Eggert  <eggert@twinsun.com>
4408         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
4409         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
4410         This improves on an earlier suggestion by H. Peter Anvin.
4412 2002-05-16  Paul Eggert  <eggert@twinsun.com>
4414         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
4415         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
4416         Both macros now accept an optional source-dir arg.
4417         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
4419         * NEWS: Document this.
4420         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
4422         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
4423         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
4424         not for GNU extensions; this undoes part of the 2000-11-03 change,
4425         reverting to 2.13-compatible behavior.
4426         Add new optional argument DIR.
4427         (AC_FUNC_FNMATCH_GNU): New macro.
4429         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
4431 2002-05-08  Paul Eggert  <eggert@twinsun.com>
4433         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
4434         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
4435         and it causes a 'test' syntax error if it fails.
4436         Bug reported by Stephen Gildea.
4438         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
4439         If prototypes are supported, use them to check this at compile-time,
4440         instead of trying to check it at run-time.  If we must do a run-time
4441         check, assume that setvbuf is standard when cross-compiling, as
4442         nonstandard setvbuf occurs only on ancient and unlikely hosts.
4443         Bug reported by Paul D. Smith.
4445         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
4446         argument specifying location of getloadavg.c.  This removes a
4447         FIXME.  This idea was taken from Jim Meyering's implementation in
4448         textutils.
4449         * doc/autoconf.texi (Particular Functions): Document this.
4450         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
4451         that's what the code does; this fixes a bug reported by
4452         Paul D. Smith.
4454 2002-05-03  Akim Demaille  <akim@epita.fr>
4456         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
4457         autopoint instead of gettextize.
4458         ($uses_alocal): Rename as...
4459         ($uses_aclocal): this.
4460         * doc/autoconf.texi (autoreconf Invocation): Adjust.
4461         Suggested by Bruno Haible.
4463 2002-05-03  Akim Demaille  <akim@epita.fr>
4465         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
4467 2002-04-29  Paul Eggert  <eggert@twinsun.com>
4469         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
4470         files to be 1 second older; just set them to be the same time.
4471         Also, sleep 1 second after the first aclocal, to work around
4472         problems with sub-second time stamps on the input files.
4474 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
4476         * doc/autoconf.texi: Mention "set -e -x" lossage
4477         under node "Limitations of Builtins".
4479 2002-04-29  Akim Demaille  <akim@epita.fr>
4481         * doc/install.texi: Better wording for setting variables when
4482         running configure.
4483         From Christian Cornelssen.
4485 2002-04-29  Akim Demaille  <akim@epita.fr>
4487         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
4488         of lack of $LINENO support, then the test will compare the $LINENO
4489         in testsuite vs. the lineno in the test file.  This is wrong, of
4490         course.
4491         Be sure to protect it.
4492         Reported by Patrick Welche.
4494 2002-04-25  Akim Demaille  <akim@epita.fr>
4496         * doc/autoconf.texi (Obsolete Macros): Typo.
4497         Reported by Vladimir Volovich.
4499 2002-04-25  Akim Demaille  <akim@epita.fr>
4501         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
4502         than some of the input files, hence, on the second run of aclocal,
4503         if some of its input are younger, make them older.
4504         Suggested by Paul Eggert.
4506 2002-04-25  Akim Demaille  <akim@epita.fr>
4508         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
4509         Thanks to Paul Eggert.
4511 2002-04-25  Akim Demaille  <akim@epita.fr>
4513         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
4514         and ac_subst_vars be sh variables containing the list of
4515         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
4516         DEFAULT diversion.
4517         (_AC_INIT_PREPARE): Use them to log them.
4518         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
4519         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
4520         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
4521         _AC_SUBST_FILES and _AC_SUBST_VARS.
4522         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
4524 2002-04-24  Akim Demaille  <akim@epita.fr>
4526         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
4527         autoheader, so that automake does not complain about a missing
4528         config.h.in that was to be created.
4530 2002-04-23  Akim Demaille  <akim@epita.fr>
4532         * bin/autoheader.in (parse_args): --warning takes an argument.
4533         Fixes PR/220.
4535 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
4537         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
4538         and bb.out when cleaning up.
4540 2002-04-22  Akim Demaille  <akim@epita.fr>
4542         Version 2.53a.
4544 2002-04-22  Akim Demaille  <akim@epita.fr>
4546         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
4548 2002-04-22  Akim Demaille  <akim@epita.fr>
4550         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
4551         comma.
4552         Reported by Gregory Giannoni.
4554 2002-04-22  Akim Demaille  <akim@epita.fr>
4556         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
4557         Fixes false failures on Darwin.
4559 2002-04-21  Paul Eggert  <eggert@twinsun.com>
4561         * TODO, bin/autoupdate.in, doc/autoconf.texi,
4562         lib/autoconf/general.m4, lib/autoconf/libs.m4,
4563         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
4564         tests/tools.at: Minor spelling and grammar fixes.
4566 2002-04-20  Paul Eggert  <eggert@twinsun.com>
4568         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
4569         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
4570         * lib/autotest/general.m4 (AT_INIT): Likewise.
4571         * tests/atgeneral.m4 (AT_INIT): Likewise.
4573 2002-04-19  Paul Eggert  <eggert@twinsun.com>
4575         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
4576         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
4577         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
4578         lib/autoconf/functions.m4, lib/autoconf/general.m4,
4579         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
4580         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
4581         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
4582         Minor spelling and grammar fixes.
4584         * doc/autoconf.texi: Follow the outline suggested in the GNU
4585         Sample Texts sections of the Texinfo 4.2 manual.  Most
4586         importantly, this makes sure that the copyright notices appear in
4587         all output formats.  You probably need Texinfo 4.2 to generate
4588         the manual now.
4590         Fix some bugs when using "$@" when there might be zero positional
4591         arguments in cases where this matters.
4593         * bin/autoconf.as: Rewrite so that the problem does not come up.
4594         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
4595         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
4596         * lib/autotest/general.m4 (AT_INIT): Likewise.
4598         * bin/autoheader.in: Use 'case' statement to work around problem.
4599         * bin/auto4mte.in: Likewise.
4600         * bin/autoreconf.in: Likewise.
4601         * bin/autoscan.in: Likewise.
4602         * bin/autoupdate.in: Likewise.
4603         * bin/ifnames.in: Likewise.
4605         * doc/autoconf.texi (Shell Substitutions): Document the problem.
4607         * lib/autotest/general.m4 (AT_INIT):
4608         Use Zsh alias to work around problem.
4609         * tests/atgeneral.m4 (AT_INIT): Likewise.
4611         * tests/c.at: We can't have zero arguments, so remove workaround
4612         that is not portable to Zsh.
4614 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
4616         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
4617         from aclocal.m4 too.
4619 2002-04-12  Akim Demaille  <akim@epita.fr>
4621         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
4623 2002-04-10  Akim Demaille  <akim@epita.fr>
4625         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
4626         workaround for ${1+"$@"}.
4627         * doc/autoconf.texi (Shell Substitutions): Explain it.
4628         From Oliver Kiddle and Peter Stephenson.
4630         Have M4sh perform minimal shell sanitizing.
4632         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
4633         part into...
4634         (_AS_PREPARE): this new macro.
4635         (AS_PREPARE): New.
4636         (AS_INIT): Invoke AS_SHELL_SANITIZE.
4637         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
4639         Adjust Autoconf and Autotest.
4641         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
4642         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
4643         * lib/autotest/general.m4 (AT_INIT): Likewise.
4644         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
4645         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
4646         AS_SHELL_SANITIZE.
4648         Use this M4sh to generate Autoconf's shell scripts.
4650         * tests/wrapsh.as: New, precursor of wrapsh.in.
4651         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
4652         on Autotest and M4sh.
4653         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
4654         (wrapsh.in): New target.
4655         * bin/autoconf.as: New, precursor of autoconf.in.
4656         (autoconf.in): New target.
4658 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
4660         * doc/autoconf.texi (Limitations of Make): Mention the issue
4661         with indented comments in rules.
4663 2002-04-09  Andreas Schwab  <schwab@suse.de>
4665         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
4666         ac_top_builddir when setting ac_abs_top_builddir.
4668 2002-04-06  Kevin Ryde  <user42@zip.com.au>
4670         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
4671         (Portable Shell): Cross reference to Systemology.
4673 2002-04-05  Akim Demaille  <akim@epita.fr>
4675         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
4676         directories when descending in a SUBDIRS.
4677         Reported by Ezra Peisach.
4679 2002-04-04  Andreas Schwab  <schwab@suse.de>
4681         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
4682         contains no literal separators.
4684 2002-04-03  Akim Demaille  <akim@epita.fr>
4686         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
4687         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
4688         Use dnl, not the KILL diversion.
4689         Extracted from...
4690         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
4691         (AC_CONFIG_LINKS): here.
4692         Adjust.
4693         Don't use the KILL diversion, as it kills spurious output, which
4694         results in failures being hidden.
4695         Use m4_defn where appropriate.
4696         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
4697         after the second argument.
4698         Use m4_defn.
4699         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
4700         syntax, as it is provided by M4sugar.
4701         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
4703 2002-04-03  Andreas Schwab  <schwab@suse.de>
4705         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
4706         expanded if $# <= 2.
4708         * bin/autoreconf.in (autoreconf): Run automake after rerunning
4709         aclocal.
4711 2002-04-03  Akim Demaille  <akim@epita.fr>
4713         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
4714         (_AC_COMPILER_EXEEXT_REJECT): New.
4715         Also recognize *.bb and *.bbg as compilation byproducts.
4716         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
4717         (_AC_COMPILER_OBJEXT): Use them.
4718         Fixes Debian #138666.
4720 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
4722         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
4724         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
4725         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
4726         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
4727         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
4728         (AC_C_CONST): Same.
4729         (AC_C_INLINE): Same.
4730         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
4731         * doc/autoconf.texi, NEWS: Document.
4732         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
4733         AC_C_CROSS.
4735 2002-04-02  Akim Demaille  <akim@epita.fr>
4737         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
4738         _AS_MKDIR_P_PREPARE.
4740 2002-03-28  Kevin Ryde  <user42@zip.com.au>
4742         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
4743         to avoid versions of HP C which don't allow that.
4745 2002-03-27  Paul Eggert  <eggert@twinsun.com>
4747         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
4748         (AS_SHELL_SANITIZE): Invoke it.
4749         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
4751 2002-03-26  Akim Demaille  <akim@epita.fr>
4753         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
4755 2002-03-26  Akim Demaille  <akim@epita.fr>
4757         * doc/autoconf.texi (Introduction): The GNATS base moved.
4759 2002-03-25  Paul Eggert  <eggert@twinsun.com>
4761         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
4762         as POSIX requires, as it doesn't work with Zsh.
4763         * doc/autoconf.texi (Assignments): Document the problem.
4765 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4767         * doc/autoconf.texi (Limitations of Make): Mention more issue
4768         about VPATH, overriding of macros in sub-makes, and handling of
4769         SHELL.
4771 2002-03-21  Paul Eggert  <eggert@twinsun.com>
4773         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
4774         problem with here-document buffer boundaries.
4776         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
4777         when reinvoking the shell, to work around problems with installers
4778         who put strange things like "cd" commands in their environments.
4780 2002-03-19  Akim Demaille  <akim@epita.fr>
4782         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
4783         From Aaron Ucko.
4785 2002-03-19  Akim Demaille  <akim@epita.fr>
4787         * bin/autoscan.in (scan_file): Specify the location in `&used'
4788         invocations.
4789         From Nicolas Joly.
4791 2002-03-19  Akim Demaille  <akim@epita.fr>
4793         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
4794         From Nishio Futoshi.
4796 2002-03-19  Akim Demaille  <akim@epita.fr>
4798         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
4800 2002-03-18  Paul Eggert  <eggert@twinsun.com>
4802         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
4803         (Limitations of Usual Tools): Add mkdir section.
4805         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
4806         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
4807         back on AS_DIRNAME to compute prefixes otherwise; this is
4808         roughly what mkinstalldirs does.  That way, we need not have
4809         our own filename disassembler.  The old disassembler did not
4810         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
4812         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
4813         Create at_test_all by a series of assignments,
4814         not by a single assignment of a long string.  The latter causes ksh
4815         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
4816         presumably because of a buffer overrun.
4818 2002-03-14  Paul Eggert  <eggert@twinsun.com>
4820         * lib/autotest/general.m4 (at_times_skip):
4821         Renamed from at_times.  Now a boolean.
4822         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
4823         says 'times: not found'.
4825 2002-03-14  Akim Demaille  <akim@epita.fr>
4827         * bin/autoreconf.in (&study_gettextize): New.
4828         (&autoreconf): Handle newest gettextize.
4829         Rerun aclocal if needed.
4830         Suggested by Andreas Schwab.
4832 2002-03-13  Akim Demaille  <akim@epita.fr>
4834         * doc/autoconf.texi (Special Shell Variables): More about IFS.
4836 2002-03-13  Akim Demaille  <akim@epita.fr>
4838         * doc/autoconf.texi (Header Portability): New.
4839         Add information about stdint.h and inttypes.h from Paul Eggert.
4841 2002-03-13  Akim Demaille  <akim@epita.fr>
4843         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
4844         -p'.
4845         From Bob Proulx.
4847 2002-03-12  Akim Demaille  <akim@epita.fr>
4849         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
4850         m4_require.
4852 2002-03-11  Andreas Schwab  <schwab@suse.de>
4854         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
4855         does not do it if --with-lispdir is given.
4857 2002-03-08  Akim Demaille  <akim@epita.fr>
4859         Version 2.53.
4861 2002-03-08  Akim Demaille  <akim@epita.fr>
4863         * doc/autoconf.texi (Subdirectories): Clarify that the
4864         subdirectory should exist.
4866 2002-03-08  Akim Demaille  <akim@epita.fr>
4868         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
4870 2002-03-08  Akim Demaille  <akim@epita.fr>
4872         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
4873         aliases the actual variables, and modifications of the former
4874         affect the latter.
4876 2002-03-08  Akim Demaille  <akim@epita.fr>
4878         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
4879         because of C-c: have m4 output in tmp files, then mv them.
4881 2002-03-08  Akim Demaille  <akim@epita.fr>
4883         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
4884         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
4885         * bin/ifnames.in: Copyright update.
4887 2002-03-08  Akim Demaille  <akim@epita.fr>
4889         * doc/autoconf.texi (Invoking autom4te): New.
4891 2002-03-05  Akim Demaille  <akim@epita.fr>
4893         * doc/autoconf.texi (Specifying Names): Clarification suggested by
4894         Kevin Ryde.
4896 2002-03-05  Akim Demaille  <akim@epita.fr>
4898         Version 2.52i.
4900 2002-03-04  Akim Demaille  <akim@epita.fr>
4902         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
4903         * lib/autoconf/general.m4 (AC_INIT): More informative error
4904         message for LIBOBJ.
4906 2002-03-04  Akim Demaille  <akim@epita.fr>
4908         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
4909         parallel builds.
4911 2002-03-04  Akim Demaille  <akim@epita.fr>
4913         * doc/autoconf.texi (Transforming Names): Equality between target
4914         and host is irrelevant.
4915         (Specifying Names, Canonicalizing): Remove all references to the
4916         backward compatibility hooks.  Rather, collect them all into...
4917         (Hosts and Cross-Compilation): this new section.
4918         * doc/install.texi (System Type): Ditto.
4919         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
4920         that `--host' implies cross-compilation.
4922 2002-03-04  Akim Demaille  <akim@epita.fr>
4924         * doc/autoconf.texi (Evaluation Macros): New.
4925         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
4926         useless.
4927         (_m4_foreach): Define the variant with immediate evaluation so
4928         that it contains exactly the items, not an expression which
4929         evaluation is the current item.
4930         (m4_re_string, m4_re_word): Don't over quote them.
4932 2002-03-04  Akim Demaille  <akim@epita.fr>
4934         Instead of having stacking `shift's evaluated at the end, let
4935         `foreach' loops immediately evaluate them.
4937         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
4938         $*.  This is the n-th time I change my mind, but hopefully this is
4939         the last...
4940         (m4_lquote): New.
4941         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
4942         efficient.
4943         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
4944         it was only a hack for m4_text_wrap.
4945         (m4_car2): Remove, replaced by...
4946         (m4_cdr): New.
4947         (_m4_foreach): Adjust.
4948         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
4949         m4_bpatsubst for clarification.
4951 2002-03-04  Akim Demaille  <akim@epita.fr>
4953         * doc/autoconf.texi (Changequote is Evil): New.
4955 2002-03-03  Kevin Ryde  <user42@zip.com.au>
4957         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
4958         on old systems like SunOS.
4960 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
4962         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
4963         lib/autoconf/functions.m4, lib/autoconf/general.m4,
4964         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
4965         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
4966         of messages.
4968 2002-02-28  Akim Demaille  <akim@epita.fr>
4970         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
4971         message to be sent.
4973 2002-02-28  Kevin Ryde  <user42@zip.com.au>
4975         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
4977 2002-02-25  Akim Demaille  <akim@epita.fr>
4979         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
4980         From Akinori Musha.
4982 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
4984         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
4985         translate \r\n to \n.
4987 2002-02-07  Akim Demaille  <akim@epita.fr>
4989         Version 2.52h.
4991 2002-02-07  Akim Demaille  <akim@epita.fr>
4993         Fix Autoconf PR/209.
4994         Also reported by Frank Denis.
4996         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
4998 2002-02-07  Akim Demaille  <akim@epita.fr>
5000         Fix Autoconf PR/207:
5001         AC_PREFIX_PROGRAM fails with dashed program names
5003         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
5004         variable when looking for the prefix program.
5005         Now it also works for shell variables.
5007 2002-02-07  Akim Demaille  <akim@epita.fr>
5009         * doc/autoconf.texi (Limitations of Builtins): More about
5010         case/esac.
5012 2002-02-06  Akim Demaille  <akim@epita.fr>
5014         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
5015         case/esac, some shells don't support it.
5016         Reported by Zack Weinberg.
5017         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
5019 2002-02-06  Akim Demaille  <akim@epita.fr>
5021         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
5022         sure not to introduce newlines in at_groups.
5023         * lib/autotest/Makefile.am (autotest.m4f): Typo.
5025 2002-02-06  Akim Demaille  <akim@epita.fr>
5027         * tests/torture.at (Configuring subdirectories): Skip if aclocal
5028         is not available.
5030 2002-02-05  Paul Eggert  <eggert@twinsun.com>
5032         * doc/autoconf.texi (Specific Compiler Characteristics):
5033         Describe HP-UX cc bug workaround more accurately.
5034         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
5035         not unsigned long.
5036         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
5037         cross-compilers, too.  This undoes some of the most recent change
5038         to this file.
5040 2002-02-05  Akim Demaille  <akim@epita.fr>
5042         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
5043         to make sure they are up to date when `check' is run.
5045 2002-02-05  Akim Demaille  <akim@epita.fr>
5047         * doc/autoconf.texi (Making testsuite Scripts): Document
5048         package.m4.
5050 2002-02-05  Akim Demaille  <akim@epita.fr>
5052         * lib/freeze.mk: New.
5054 2002-02-05  Akim Demaille  <akim@epita.fr>
5056         Implement `autom4te --freeze'.
5058         * bin/autom4te.in (&freeze): New.
5059         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
5060         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
5062 2002-02-05  Akim Demaille  <akim@epita.fr>
5064         * bin/autom4te.in (&parse_args): Implement `frozen files are
5065         optional are the sum of the previous files on the command line'.
5066         Also, pass `--reload-state=' on them, so...
5067         (handle_m4): don't.
5068         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
5069         (M4sh): Rely on M4sugar.
5070         (Autotest, M4sh, M4sugar): Use frozen files.
5072 2002-01-31  Akim Demaille  <akim@epita.fr>
5074         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
5075         * doc/autoconf.texi (Initializing configure): Adjust.
5077 2002-01-30  Akim Demaille  <akim@epita.fr>
5079         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
5080         alphanumeric to `-' instead of `_'.
5082 2002-01-30  Akim Demaille  <akim@epita.fr>
5084         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
5085         for plain code, the other for cross-compilation code.  The latter
5086         is now run with GCC only.
5087         * doc/autoconf.texi (Compilers and Preprocessors): New.
5089 2002-01-30  Akim Demaille  <akim@epita.fr>
5091         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
5092         values.
5093         * doc/autoconf.texi (Initializing configure): Explain how to
5094         change AC_INIT default values.
5096 2002-01-29  Akim Demaille  <akim@epita.fr>
5098         * tests/torture.at (Configuring subdirectories): Use configure.in,
5099         so that aclocal 1.4 works.
5100         Reported by Alexandre Duret-Lutz and Larry Schmitt.
5102 2002-01-28  Akim Demaille  <akim@epita.fr>
5104         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
5105         needs an argument.
5107 2002-01-28  Akim Demaille  <akim@epita.fr>
5109         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
5110         AUTOTEST_PATH *after* it was set.
5111         Don't put `.' in the PATH: the user should be precise and `./' if
5112         needed.  In addition, given that the test suite does some `cd', if
5113         `.' is in the path, the `tested programs' sections will report
5114         programs found in the test suite's directory, while during the
5115         tests (performed in their own directory), these programs are no
5116         longer visible.  In other words, the results is confusing and
5117         useless.
5118         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
5120 2002-01-24  Akim Demaille  <akim@epita.fr>
5122         Version 2.52g.
5124 2002-01-24  Akim Demaille  <akim@epita.fr>
5126         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
5127         * doc/autoconf.texi: Finally add Akim as an author.
5129 2002-01-24  Akim Demaille  <akim@epita.fr>
5131         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
5132         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
5133         Bourne. Use /bin/sh.
5134         From Andreas Buening.
5136 2002-01-24  Akim Demaille  <akim@epita.fr>
5138         * config/config.guess, config/config.sub, config/texinfo.tex:
5139         Update from masters.
5141 2002-01-24  Akim Demaille  <akim@epita.fr>
5143         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
5144         * config/auxdir.m4, config/cond.m4, config/depend.m4,
5145         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
5146         * config/missing.m4, config/sanity.m4, config/select.m4,
5147         * config/strip.m4: Remove, to ease sync'ing with any version of
5148         Automake.
5150 2002-01-24  Akim Demaille  <akim@epita.fr>
5152         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
5153         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
5154         Reported by Geir Ove Myhr.
5156 2002-01-21  Akim Demaille  <akim@epita.fr>
5158         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
5160 2002-01-21  Akim Demaille  <akim@epita.fr>
5162         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
5163         message on invalid options.
5164         * bin/autom4te.in (parse_args): Don't use
5165         Autoconf::General::getopt with non valid options.
5167 2002-01-17  Jim Meyering  <meyering@lucent.com>
5169         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
5170         $ac_cv_exeext so we don't use an old, invalid, cached value.
5172 2002-01-11  Akim Demaille  <akim@epita.fr>
5174         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
5175         Meyering.
5176         * doc/autoconf.texi (Function Portability): Document the strnlen
5177         limitation.
5178         (Particular Functions): Document AC_FUNC_STRNLEN.
5179         * lib/autoscan/functions: Adjust.
5181 2002-01-06  Akim Demaille  <akim@epita.fr>
5183         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
5184         package.m4, since is really depends upon configure.ac, not
5185         configure.
5186         * doc/autoconf.texi (testsuite Scripts): Adjust.
5187         * tests/Makefile.am (package.m4): New.
5188         EXTRA_DIST it since its a source.
5190 2002-01-06  Akim Demaille  <akim@epita.fr>
5192         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
5193         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
5194         and PACKAGE_BUGREPORT from here...
5195         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
5196         arguments.
5197         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
5198         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
5199         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
5200         * tests/tools.at (autoheader): Adjust.
5201         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
5203 2002-01-06  Akim Demaille  <akim@epita.fr>
5205         * bin/autoscan.in (scan_file): Use `&used'.
5207 2002-01-03  Akim Demaille  <akim@epita.fr>
5209         * doc/autoconf.texi (Output): Improved wording regarding use of
5210         AC_OUTPUT.
5211         From Olly Betts.
5213 2001-12-18  Kevin Ryde  <user42@zip.com.au>
5215         * doc/autoconf.texi (Function Portability): Add notes on sscanf
5216         sometimes needing writable input.
5218 2001-12-17  Jim Meyering  <meyering@lucent.com>
5220         * doc/autoconf.texi (New Macros): Tweak wording.
5222 2001-12-14  Akim Demaille  <akim@epita.fr>
5224         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
5225         trailing files, don't apply `-rf' to files which might not be
5226         created by configure (core, core.*, and *.core), but just `rm -f'.
5227         Suggested by Jonathan Kamens.
5229 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
5231         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
5233 2001-12-14  Akim Demaille  <akim@epita.fr>
5235         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
5237 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
5239         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
5240         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
5241         abs_srcdir, top_srcpath to abs_top_srcdir.
5242         (_AC_OUTPUT_FILES): Adjust.
5243         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
5244         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
5245         * tests/wrappl.in, tests/wrapsh.in: Adjust.
5247 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
5249         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
5250         C/Fortran linking on HP/UX, by extracting the Fortran library
5251         search path from the LPATH line in the $F77 -v output.
5253 2001-12-12  Kevin Ryde  <user42@zip.com.au>
5255         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
5256         forbidden file descriptors table.
5258 2001-11-26  Akim Demaille  <akim@epita.fr>
5260         * bin/autoscan.in (%c_keywords): Build it at top level.
5261         Map to 1 in order to simplify its uses.
5263 2001-11-26  Akim Demaille  <akim@epita.fr>
5265         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
5266         Remove $filepath, useless.
5267         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
5268         variables, they are really part of the tokens.
5269         Split the input line on spaces and then look for tokens.
5270         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
5271         because of `lex$U.$(OBJEXT)'.
5272         (&scan_files): Use "@list" instead of join.
5273         * doc/Makefile.am (CLEANFILES): Add *.fns.
5275 2001-11-26  Akim Demaille  <akim@epita.fr>
5277         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
5278         Remove, replaced by...
5279         * tests/wrappl.in: Be common for all the Perl executables.
5280         In particular autoscan and autoheader want -I.
5281         * configure.ac: Adjust.
5282         * lib/autoscan/headers: errno.h is portable.
5284 2001-11-26  Akim Demaille  <akim@epita.fr>
5286         * bin/autoscan.in (used): New.
5287         Use it.
5289 2001-11-26  Akim Demaille  <akim@epita.fr>
5291         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
5292         directives.
5293         (&scan_sh_file): Remove a duplicate pattern.
5294         (&check_configure_ac): Use long options.
5295         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
5297 2001-11-26  Akim Demaille  <akim@epita.fr>
5299         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
5300         Before, having a line containing the opening of a multi line
5301         comment made the whole line be ignored.
5303 2001-11-26  Akim Demaille  <akim@epita.fr>
5305         * doc/autoconf.texi (Using an Autotest Test Suite): New.
5306         (testsuite Scripts): Be one of its subsection.
5307         (Autotest Logs): New.
5309 2001-11-26  Akim Demaille  <akim@epita.fr>
5311         Test groups are now run two directories deeper.
5313         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
5314         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
5315         at_top_builddir.
5316         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
5317         top_srcdir, builddir and top_builddir.
5318         Use `at_*dir' relatively to the directory containing the
5319         suite, use `*dir' when relatively to the current group dir.
5321 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5323         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
5324         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
5325         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
5326         spelling errors.
5328 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
5330         * doc/autoconf.texi (Using System Type): Add an example of `case
5331         $host' usage so people quit using `case $target' everywhere.
5333 2001-11-22  Akim Demaille  <akim@epita.fr>
5335         * doc/autoconf.texi (Installation Directory Variables): Englishoes
5336         spotted by Jim Meyering.
5338 2001-11-16  Paul Eggert  <eggert@twinsun.com>
5340         This patch implements a `long double' suggestion by Oliver Kiddle.
5342         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
5343         static, to catch errors if the value isn't known at compile-time
5344         and the compiler supports dynamic arrays.  Change its name from
5345         `_array_' to `test_array' to avoid potential name clashes.
5346         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
5347         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
5348         better than double.  Catch a bug in GCC 2.95.2 x86.
5349         * doc/autoconf.texi (C Compiler): Document the above.
5350         * NEWS: Likewise.
5352 2001-11-13  Akim Demaille  <akim@epita.fr>
5354         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
5355         hand.
5356         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
5358 2001-11-13  Akim Demaille  <akim@epita.fr>
5360         * lib/autotest/general.m4 (AT_INIT): After having run the test
5361         group, go back to the initial directory, not to at_suite_dir.
5363 2001-11-13  Akim Demaille  <akim@epita.fr>
5365         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
5366         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
5367         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
5368         option.
5369         (AT_CHECK_CONFIGURE): Use absolute paths.
5370         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
5371         The problem is still the old one: there is no means in M4 (that I
5372         know about) to create a defining macro, because there is no means
5373         to create `$1' etc., therefore, the defining macro ``swallows''
5374         all the arguments meant to the defined macro.
5376 2001-11-13  Akim Demaille  <akim@epita.fr>
5378         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
5379         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
5380         configure.ac.
5381         * tests/aclocal.m4: Remove, as it is no longer used.
5383 2001-11-13  Akim Demaille  <akim@epita.fr>
5385         * lib/autotest/general.m4: Change `tests?' into `groups?' in
5386         variable names when referring to a single test group, or to
5387         `suite' when referring to the whole test suite.
5388         `at_last_test' is removed: m4 compute at_format itself.
5389         (at_stdout, at_stder1, at_stderr): New variables.
5390         (AT_CHECK): Use them.
5392 2001-11-13  Akim Demaille  <akim@epita.fr>
5394         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
5395         in PATH.
5396         Create `testsuite.dir/003/run' instead of `testsuite.003'.
5397         Do it as soon as a test fails, don't wait till the end of the test
5398         suite.
5399         Don't remove $as_me.[0-9]*, since these files no longer exist.
5401 2001-11-13  Akim Demaille  <akim@epita.fr>
5403         * tests/tools.at: Use absolute paths, since we are no longer run
5404         in place.
5406 2001-11-13  Akim Demaille  <akim@epita.fr>
5408         Now that tests are running in their own private dir, there is no
5409         need to list the files to remove at the end of tests groups.
5411         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
5412         (AT_data_files, at_data_files): Remove.
5413         (AT_CLEANUP, AT_DATA): Simplify.
5414         (AT_INIT): Adjust.
5415         Remove the group dir if !debug && !failed.
5416         * tests/atspecific.m4: Adjust.
5418 2001-11-13  Akim Demaille  <akim@epita.fr>
5420         Start a new layout for Autotest: `testsuite' creates
5421         `testsuite.dir' in which the at-check-line etc. files are to be
5422         found, and `testsuite.dir/003' where the test group 3 is run.
5424         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
5425         at_check_line_file, at_format, at_test_normalized, at_group_dir
5426         are new variables.
5427         Create the directories.
5428         Use absolute paths for at- files.
5429         (AT_CHECK): Adjust.
5431 2001-11-11  Michael Matz  <matz@kde.org>
5433         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
5434         (m4_car2): New.
5435         (m4_car): Properly quote arguments.
5437 2001-11-13  Akim Demaille  <akim@epita.fr>
5439         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
5440         with stricter rules on LIBOBJS.
5442 2001-11-12  Paul Eggert  <eggert@twinsun.com>
5444         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
5445         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
5446         __PROTOTYPES too.
5448 2001-11-12  Akim Demaille  <akim@epita.fr>
5450         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
5452 2001-11-12  Akim Demaille  <akim@epita.fr>
5454         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5455         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
5456         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
5457         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5458         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
5459         specify to what the macro should be defined (typically to 1).
5461 2001-11-12  Akim Demaille  <akim@epita.fr>
5463         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
5464         From Jim Meyering.
5466 2001-11-12  Akim Demaille  <akim@epita.fr>
5468         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
5469         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
5470         definition used by Automake where LEX is +/- "${missing} lex" and
5471         `missing' itself contains variables.
5473 2001-11-12  Akim Demaille  <akim@epita.fr>
5475         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
5476         Now that M4sh pushes BODY, the comments were output at the end of
5477         the test suites.
5479 2001-11-08  Akim Demaille  <akim@epita.fr>
5481         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
5482         that we can trace macros from aclocal.m4.
5483         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
5484         obsoleted, and redirect to the former anyway.
5485         Reported by Ralf Corsepius.
5487 2001-11-08  Akim Demaille  <akim@epita.fr>
5489         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
5490         processed only if present.
5491         * tests/torture.at (Configuring subdirectories): Use autoreconf
5492         instead of successive calls to autoconf.
5493         Add a nonexistent subdirectory to exercise the patch above.
5494         Reported by Ralf Corsepius.
5496 2001-11-08  Kevin Ryde  <user42@zip.com.au>
5498         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
5499         doesn't accept .S files.
5501 2001-11-07  Akim Demaille  <akim@epita.fr>
5503         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
5504         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
5505         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
5506         * bin/autom4te.in (warn_forbidden): New.
5507         (handle_output): Use it.
5508         Read m4_pattern_forbid with messages.
5510 2001-11-05  Akim Demaille  <akim@epita.fr>
5512         * bin/autom4te.in (--normalize): Remove.
5513         * lib/autom4te.in: Adjust.
5515 2001-11-05  Akim Demaille  <akim@epita.fr>
5517         * tests/Makefile.am (testsuite): Rename this target as...
5518         ($(TESTSUITE)): this.
5519         From Nicolas Joly.
5521 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
5523         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
5524         the --prefix option, also remove it's argument.
5526 2001-11-05  Akim Demaille  <akim@epita.fr>
5528         * doc/autoconf.texi (testsuite Invocation): Update.
5529         (Writing testsuite.at): Update.
5531 2001-11-03  Akim Demaille  <akim@epita.fr>
5533         * doc/autoconf.texi: s/@code/@command/ where appropriate.
5535 2001-11-03  Akim Demaille  <akim@epita.fr>
5537         * lib/Autom4te/General.pm: (&catfile, &canonfile)
5538         (&file_name_is_absolute): New, wrappers around routines from
5539         File::Spec.
5540         Use and export them.
5541         (&find_configure_ac): Optionally take a directory where to look at.
5542         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
5543         the arguments.
5544         Default @ARGV to `.', not find_configure_ac.
5545         (&autoreconf): Argument is a directory.
5546         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
5547         * doc/autoconf.texi (autoreconf Invocation): Update.
5549 2001-11-03  Akim Demaille  <akim@epita.fr>
5551         * lib/Autom4te/General.pm (@export_vars, @export_subs)
5552         (@export_forward_subs): New.
5553         Add basename, dirname, and fileparse.
5554         (@EXPORT): Adjust.
5555         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
5556         Don't look for aclocal flags if we already know aclocal is not
5557         used.
5558         Move aclocal.m4t only if it exists.
5559         Reported by Ezra Peisach.
5561 2001-11-03  Akim Demaille  <akim@epita.fr>
5563         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
5564         passed on command line, defaulting to ./configure.ac if present.
5565         (&maybe_autoreconf, File::Find): Remove, unused.
5566         (&autoreconf): If autoconf is not used, don't try to trace.
5568 2001-11-02  Akim Demaille  <akim@epita.fr>
5570         * configure.ac: Bump to 2.52g.
5572 2001-11-02  Akim Demaille  <akim@epita.fr>
5574         Version 2.52f.
5576 2001-11-02  Akim Demaille  <akim@epita.fr>
5578         * config/config.guess, config/config.sub, doc/standards.texi:
5579         * config/lispdir.m4: Update from masters.
5580         * configure.ac: Bump to 2.52f.
5582 2001-11-02  Akim Demaille  <akim@epita.fr>
5584         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
5585         Don't run aclocal when aclocal.m4 is not from aclocal.
5586         From Ezra Peisach.
5587         Don't run libtoolize and gettextize if --install is not given.
5589 2001-11-01  Paul Eggert  <eggert@twinsun.com>
5591         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
5592         be invoked before _AS_LINENO_PREPARE.
5593         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
5594         than character ranges.
5596         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
5597         invoking AS_BASENAME.  Set the locale variables to 'C' if
5598         possible, as POSIX requires this to get the traditional
5599         behavior.
5600         * doc/autoconf.texi (Special Shell Variables): Describe the above.
5602 2001-10-31  Paul Eggert  <eggert@twinsun.com>
5604         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
5605         with {}, as that triggers a bug in Bash 2.05.
5607         (_AS_LINENO_PREPARE): Use Sed rather than
5608         Awk.  Fix the sed prepass to work even if there are multiple
5609         instances of $LINENO on the same line.  Do not substitute for
5610         other variables like $LINENOT.  Do not check file dates; such a
5611         check is unreliable on sufficiently fast machines, and removing
5612         the check makes the code simpler and more reliable.  Check for
5613         output and chmod failures.
5615         * doc/autoconf.texi (Special Shell Variables): Document
5616         the above.
5618 2001-10-31  Akim Demaille  <akim@epita.fr>
5620         * tests/Makefile.am (atconfig): Remove this target, Automake
5621         handles it now.
5623 2001-10-31  Akim Demaille  <akim@epita.fr>
5625         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
5626         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
5627         provided, while it is optional.
5628         * configure.ac: Adjust.
5630 2001-10-26  Paul Eggert  <eggert@twinsun.com>
5632         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
5633           lib/Autom4te/Struct.pm:
5634         Require Perl 5.005_03 instead of just 5.005, as some tests fail
5635         with 5.005_02.
5637         * doc/autoconf.texi (Special Shell Variables): Document some
5638         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
5640         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
5641         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
5642         eval $LINENO is not portable in practice.
5644 2001-10-24  Akim Demaille  <akim@epita.fr>
5646         * lib/Autom4te/General.pm (backname): New.
5648 2001-10-24  Akim Demaille  <akim@epita.fr>
5650         * m4/: Remove, merged into...
5651         * config/: here.
5653 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
5655         * doc/autoconf.texi (Shellology): Mention the problems with bash
5656         2.05's use of ANSI quoting in its `set' builtin.
5658 2001-10-22  Paul Eggert  <eggert@twinsun.com>
5660         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
5661         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
5662         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
5663         POSIX decided to standardize on the int flavor of strerror_r.
5664         Always do char* test, as there's no reason not to.
5665         Assign to a char* var, to catch strerror_r that returns int*.
5667         * doc/autoconf.texi (Particular Functions):
5668         Document the above changes.  Also, document the fact that
5669         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
5671         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
5673 2001-10-20  Akim Demaille  <akim@epita.fr>
5675         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
5676         the executable was missing from the log.
5678 2001-10-20  Akim Demaille  <akim@epita.fr>
5680         * lib/Autom4te/General.pm (&update_file): If destination is
5681         unchanged, remove the source.
5682         (&up_to_date_p): Don't be verbose, be debug.
5683         * bin/autoreconf.in: No longer support --m4dir.
5684         (&autoreconf): Display the full path of the configure.ac we are
5685         studying.
5686         Trace it only once.
5687         Be sure to honor --force with gettextize.
5688         Always run aclocal.
5689         * doc/autoconf.texi: Adjust.
5691 2001-10-20  Akim Demaille  <akim@epita.fr>
5693         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
5694         Remove, dead.
5695         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
5696         `intl' is already present, as it refuses unless --force.
5697         (&parse_args): Use -I, --include instead of the old Autoconf
5698         options.
5699         ($localdir, $autoconf_dir): Remove.
5700         (@include): New.
5701         (&maybe_autoreconf): New, to preserve $_ for File::Find.
5703 2001-10-19  Jens Petersen  <petersen@redhat.com>
5705         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
5706         * doc/autoconf.texi (Particular Programs): Likewise.
5708 2001-10-19  Akim Demaille  <akim@epita.fr>
5710         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
5711         file in @configure_input@.
5712         Don't mention `automatically' in addition to `generated'.
5713         * tests/torture.at (#define header templates): Adjust.
5715 2001-10-19  Akim Demaille  <akim@epita.fr>
5717         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
5718         comment, explain how to install automatic mode selection.
5719         From Russ Allbery.
5721 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
5723         * bin/autoreconf.in (autoreconf): Display the path to the
5724         configure.ac being studied.
5726 2001-10-18  Paul Eggert  <eggert@twinsun.com>
5728         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
5729         long, to work around a bug in the HP C compiler version HP92453-01
5730         B.11.11.23709.GP.
5732         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
5733         (AS_BASENAME_EXPR): New macro.
5734         (AS_BASENAME_SED): Do not assume GNU sed semantics.
5735         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
5736         and fall back on 'sed' only if the other two fail.  This makes
5737         AS_BASENAME act more like AS_DIRNAME.
5738         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
5739         contains white space.
5740         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
5741         Use AS_DIRNAME, since I think it's now DOS-friendly.
5742         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
5743         Allow "dirname //FOO" to return either / or //, as POSIX allows
5744         either behavior.
5746 2001-10-10  Akim Demaille  <akim@epita.fr>
5748         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
5749         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
5750         From Eric Sharkey.
5752 2001-10-10  Akim Demaille  <akim@epita.fr>
5754         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
5755         m4_define, since...
5756         (_AS_ECHO_N): AS_REQUIREs it.
5758 2001-10-10  Akim Demaille  <akim@epita.fr>
5760         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
5761         (AC_INCLUDES_DEFAULT): Move to...
5762         * lib/autoconf/headers.m4: here.
5763         * lib/autoconf/types.m4: Comment changes.
5764         * doc/autoconf.texi: Specify where the default includes are used
5765         in the macro prototypes.
5767 2001-10-09  Akim Demaille  <akim@epita.fr>
5769         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
5770         transition code.
5772 2001-10-08  Akim Demaille  <akim@epita.fr>
5774         * bin/autoreconf.in (&autoreconf): Remove debugging code.
5775         (&parse_args): Pass verbosity/debugging options to subtools when
5776         --debug, not when --verbose.
5777         * lib/autom4te.in (Autoreconf-preselections): New.
5778         (Autoconf): Use it.
5780 2001-10-08  Akim Demaille  <akim@epita.fr>
5782         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
5784 2001-10-08  Akim Demaille  <akim@epita.fr>
5786         * doc/autoconf.texi (autoreconf Invocation): Adjust.
5787         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
5789 2001-10-08  Akim Demaille  <akim@epita.fr>
5791         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
5792         (Syntax of the shell scripts): Don't.
5793         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
5794         bother with $force since...
5795         * lib/Autom4te/General.pm: does.
5797 2001-10-08  Akim Demaille  <akim@epita.fr>
5799         * bin/autoreconf.in: Rewrite in Perl.
5800         * configure.ac: Adjust.
5801         * lib/Autom4te/General.pm (&up_to_date_p): New.
5802         * bin/autom4te.in (&up_to_date_p): Use it.
5803         Rename as...
5804         (&up_to_date): this.
5806 2001-10-08  Akim Demaille  <akim@epita.fr>
5808         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
5809         (m4_list_cmp): Use $0 to reinvoke yourself.
5810         (m4_patsubsts): New.
5811         (m4_strip, m4_version_unletter): Use it.
5812         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
5814 2001-10-08  Akim Demaille  <akim@epita.fr>
5816         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
5817         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
5818         * lib/autoconf/types.m4, lib/autotest/general.m4,
5819         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
5820         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
5821         m4_bregexp, m4_bpatsubst, and m4_bmatch.
5822         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
5824 2001-10-08  Akim Demaille  <akim@epita.fr>
5826         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
5828 2001-10-08  Akim Demaille  <akim@epita.fr>
5830         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
5831         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
5832         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
5833         * tests/tools.at, tests/m4sh.at: Use it.
5834         * tests/m4sh.at: Don't rely on Autoconf macros.
5835         (DIRNAME_TEST): Also exercise the expr variant.
5836         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
5837         preferred M4sugar extension is now `.4s'.
5838         * tests/README: Remove.
5840 2001-10-08  Akim Demaille  <akim@epita.fr>
5842         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
5843         (m4_provide_if): this.
5844         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
5845         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
5846         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
5847         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
5849 2001-10-08  Akim Demaille  <akim@epita.fr>
5851         Use `add-log-current-defun-function' for ChangeLog creation.
5852         Suggested by Tom Tromey.
5854         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
5855         (autotest-mode): Adjust.
5856         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
5857         'comment-region onto `C-c ;'.
5858         Comments are `#', not `dnl'.
5859         (autoconf-current-defun): New.
5860         (autoconf-font-lock-keywords): Recognize `m4_defun'.
5862 2001-10-08  Akim Demaille  <akim@epita.fr>
5864         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
5865         * lib/m4sugar/m4sh.m4: here.
5866         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
5867         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
5868         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
5869         include handle the m4_pattern_*, no longer push the
5870         BODY diversion nor set the /bin/sh line, AS_INIT does it.
5871         * lib/autotest/general.m4 (AT_INIT): Likewise.
5872         * tests/base.at: Adjust the tests to use AS_INIT.
5873         * tests/tools.at (AT_DATA_FORBIDDEN): New.
5874         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
5875         Autoconf.
5877 2001-10-07  Paul Eggert  <eggert@twinsun.com>
5879         * doc/autoconf.texi (config.status Invocation):
5880         CONFIG_SHELL defaults to a shell that supports LINENO if available.
5882         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
5883         shell does not support LINENO, and if CONFIG_SHELL is unset or
5884         empty, and if we can find a shell that does support LINENO,
5885         then set CONFIG_SHELL to that shell and then re-execute
5886         ourselves with CONFIG_SHELL.
5888 2001-10-05  Paul Eggert  <eggert@twinsun.com>
5890         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
5891         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
5892         build of $(TESTSUITE).
5894 2001-10-05  Akim Demaille  <akim@epita.fr>
5896         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
5897         iff we are a bareword.
5898         Reported by Raja R Harinath.
5900 2001-10-05  Akim Demaille  <akim@epita.fr>
5902         * tests/m4sh.at (LINENO): New.
5903         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
5904         PATH_SEPARATOR before using it.
5905         Fix the absolute path case/esac pattern.
5906         Provide $0 as fallback for as_myself.
5907         Reported by Raja R Harinath.
5909 2001-10-05  Akim Demaille  <akim@epita.fr>
5911         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
5912         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
5914 2001-10-05  Akim Demaille  <akim@epita.fr>
5916         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
5917         (AS_SHELL_SANITIZE): here.  Use it.
5918         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
5919         From Paul Eggert.
5921 2001-10-04  Akim Demaille  <akim@epita.fr>
5923         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
5924         combination of Awk and sed to replace $LINENO.
5926 2001-10-02  Paul Eggert  <eggert@twinsun.com>
5928         * doc/autoconf.texi (Limitations of Builtins): You can't use
5929         "source"; it's not portable.  Remove confusing and
5930         somewhat-incorrect example involving "." and "/".
5932         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
5933         compatibility with POSIX shells.
5935 2001-10-02  Akim Demaille  <akim@epita.fr>
5937         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
5938         instead of exec'ing to preserve $0 and $@.
5940 2001-10-01  Akim Demaille  <akim@epita.fr>
5942         * tests/testsuite (AT_INIT) <at_pass_list>: New.
5943         Don't run twice the same test.
5945 2001-10-01  Akim Demaille  <akim@epita.fr>
5947         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
5948         No longer output the list of tests.
5949         <--list>: New option.
5950         <--full-help>: Remove.
5951         Complete the short/long options duality.
5952         Various small adjustments.
5954 2001-10-01  Akim Demaille  <akim@epita.fr>
5956         * doc/autoconf.texi: Use @kbd for user input.
5957         Always use `$' as shell prompt.
5959 2001-09-30  Paul Eggert  <eggert@twinsun.com>
5961         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
5962         Don't use nested parenthesization.  This patch was originally
5963         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
5964         but somehow it didn't get incorporated then.
5965         * doc/autoconf.texi (Limitations of Usual Tools):
5966         Clarify remark about sed and nested parenthesization.
5968         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
5969         Report an error if the size cannot be determined even though
5970         the type exists.
5971         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
5972         Check for `expr' arithmetic overflow, and for compilation failure,
5973         and invoke a new argument $4 if either is discovered.
5974         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
5975         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
5977 2001-09-28  Akim Demaille  <akim@epita.fr>
5979         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
5980         * m4/lispdir.m4: New.
5981         * aclocal.m4, configure.ac: Adjust.
5983 2001-09-28  Akim Demaille  <akim@epita.fr>
5985         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
5986         (AT_TESTED): this.
5987         (AT_INIT): More the wrapped section to where it will be expanded.
5988         Output `AT_tested' only when existing.
5989         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
5991 2001-09-27  Akim Demaille  <akim@epita.fr>
5993         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
5994         generates too many bug reports.
5996         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
5997         status when executing the ACTION-IF-FALSE.
5998         * tests/base.at (AC_TRY_*): Rename as...
5999         (AC_TRY_COMMAND): this.
6000         (AC_RUN_IFELSE): New.
6001         * tests/compile.at (Extensions, C keywords)
6002         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
6003         (Broken/missing compilers, AC_PROG_CPP with warnings)
6004         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
6005         * tests/c.at (Extensions, C keywords)
6006         (Broken/missing compilers, AC_PROG_CPP with warnings)
6007         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
6008         (AC_PROG_CPP requires AC_PROG_CC): here and...
6009         * tests/fortran.at (GNU Fortran 77): there.
6010         * doc/autoconf.texi (autoconf Invocation): Fix the example:
6011         AC_TRY_RUN is about compilation, not shell commands.
6012         (Test Programs): AC_TRY_RUN works as used to be advertised.
6014 2001-09-27  Akim Demaille  <akim@epita.fr>
6016         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
6017         Raja R Harinath:
6018         Be sure to detect when $LINENO always returns the same value.
6019         Look for the original script, basename($0) is certainly not
6020         enough.
6021         Pass the CLI arguments to `$as_me.lineno'.
6023 2001-09-25  Akim Demaille  <akim@epita.fr>
6025         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
6026         Be sure the close and reopen the LOG fd before and after using tee
6027         to extend the log.
6028         <at_tests_pattern>: Adjust to the new format of at_help_all.
6030 2001-09-23  Akim Demaille  <akim@epita.fr>
6032         * bin/autom4te.in (parse_args): There can be several invocations
6033         of --language now.
6035 2001-09-23  Akim Demaille  <akim@epita.fr>
6037         * doc/autoconf.texi (Top): Wrap in @ifnottex.
6039 2001-09-23  Akim Demaille  <akim@epita.fr>
6041         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
6042         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
6043         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
6044         builddir, buildpath, top_builddir, and top_buildpath.
6045         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
6046         the current directory.
6047         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
6048         variables *before* changing the current directory.
6049         Skip nonexistent dirs.
6050         * doc/autoconf.texi (Preset Output Variables): Document these
6051         variables.
6053         * lib/autotest/general.m4: Do not reset AT_victims.
6054         Don't compute at_srcdir nor at_top_srcdir.
6056         * tests/tools.at: Hence use top_srcdir.
6058         * tests/Makefile.am, tests/autoconf, tests/autoheader,
6059         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
6060         Remove.
6061         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
6062         * tests/wrapsh.in, tests/autoupdate.in: New.
6063         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
6064         * configure.ac: Build the position independent wrappers.
6066         * man/Makefile.am: Now that test wrappers are position
6067         independent, use them and drop dark envvar magic.
6069 2001-09-23  Akim Demaille  <akim@epita.fr>
6071         * doc/autoconf.texi (Common Shell Constructs): Rename as...
6072         (Programming in M4sh): this.
6073         Promote to @section.
6075 2001-09-23  Akim Demaille  <akim@epita.fr>
6077         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
6078         Pass $at_debug_args to the rerun test suite.
6079         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
6080         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
6081         From Paul Eggert.
6083 2001-09-23  Akim Demaille  <akim@epita.fr>
6085         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
6087 2001-09-23  Akim Demaille  <akim@epita.fr>
6089         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
6090         over-escaping.
6092 2001-09-23  Akim Demaille  <akim@epita.fr>
6094         * lib/Autom4te/General.pm (&debug): New.
6095         * bin/autom4te.in ($language): Move to...
6096         (parse_args): here.
6097         Handle --language in languages.
6098         * lib/autom4te.in (Automake-selections, Autoheader-selections)
6099         (Autoscan-selections): New.
6100         (Autoconf): Adjust.
6102 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
6104         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
6105         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
6106         to match current versions from CVS Automake.
6108 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
6110         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
6111         for $LINENO.
6113 2001-09-22  Akim Demaille  <akim@epita.fr>
6115         * lib/autoconf/autotest.m4: Create `package.m4'.
6116         * tests/Makefile.am (package.m4): Remove.
6118 2001-09-22  Akim Demaille  <akim@epita.fr>
6120         Rely on `$LINENO' when possible instead of `__oline__'.
6122         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
6123         `$LINENO' support replacement when not supported.
6124         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
6125         them explicitly to be sure they are not output before this section
6126         (via m4_require).  Cosmetic only.
6127         * lib/autoconf/c.m4, lib/autoconf/general.m4,
6128         * lib/autoconf/programs.m4: Replace all the occurrences of
6129         `__oline__' with `$LINENO'.
6130         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
6132 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
6134         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
6135         character (u: -> ue) in a code comment.
6136         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
6137         it works.
6139 2001-09-21  Akim Demaille  <akim@epita.fr>
6141         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
6142         Suggested by Jim Meyering.
6144 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6146         * lib/autoconf/programs.m4: Use extensions listed in
6147         $ac_executable_extensions when looking for programs.
6149 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6151         * lib/autoconf/general.m4: Fix a small Englisho.
6152         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
6153         setting up ac_dir_suffix and ac_top_builddir.
6154         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
6156 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6158         * doc/autoconf.texi (File System Conventions): Clarify the use of
6159         PATH_SEPARATOR.
6160         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
6161         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
6162         be used instead of ':'.
6163         * lib/autotest/general.m4: Replace occurrences of ':' in
6164         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
6166 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6168         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
6169         arguments.  Fixed a typo.
6171 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6173         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
6174         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
6176 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6178         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
6179         * bin/autoupdate.in: Ditto.
6180         * bin/autoheader.in: Reworded a few comments.
6181         * bin/autoconf.in: Reworded help text for a few options.
6182         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6183         * bin/autoscan.in, bin/autoupdate.in: Ditto.
6185 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
6187         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
6188         already have $file).  Set output files to binary mode (helps avoid
6189         CR issues on DOSish systems).
6191 2001-09-19  Akim Demaille  <akim@epita.fr>
6193         * lib/autotest/general.m4: Englishoes.
6194         From Tim Van Holder and Alexey Mahotkin.
6196 2001-09-18  Paul Eggert  <eggert@twinsun.com>
6198         * doc/autoconf.texi (Common Shell Constructs): New node,
6199         documenting AS_DIRNAME.
6200         (Limitations of Usual Tools): Refer to it when discussing dirname.
6201         Also, update discussion of POSIX standard to reflect latest draft.
6203         * lib/autoconf/c.m4:
6204         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
6206         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
6207         Do not pass a first argument with leading '-'
6208         to expr, by parenthesizing initial integers that might be negative.
6210         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
6211         now merely checks whether it is an error to pass an argument
6212         to getpgrp.
6214         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
6215         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
6216         whether it is a (compile-time) error to pass an argument to
6217         getpgrp.  This simpler test supports the revised documentation,
6218         and is all that AC_FUNC_GETPGRP's users really need.
6220 2001-09-18  Akim Demaille  <akim@epita.fr>
6222         * doc/autoconf.texi (Limitations of Make) <$<>: New.
6224 2001-09-18  Akim Demaille  <akim@epita.fr>
6226         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
6227         `{}'.
6228         * lib/autotest/general.m4 (AT_INIT): Adjust.
6230 2001-09-18  Paul Wagland  <paul@wagland.net>
6232         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
6233         correctly.
6234         Add test for AS_BASENAME.
6235         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
6236         added test. It now correctly handles /1/2/3/, returning '3' not ''.
6237         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
6238         * tests/base.at: Fixed the expected responses. The old ones were
6239         one line out...
6240         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
6241         the documentation claims it should (and how it behaved in 2.13).
6243 2001-09-18  Akim Demaille  <akim@epita.fr>
6245         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
6246         the AC_CONFIG_COMMANDS invocation.
6247         This also solves the name clash problems.
6248         Don't set the package's ID.
6249         * lib/m4sugar/Makefile.am (version.m4): Revamp.
6250         No longer to be shipped.
6251         (version.in): Remove.
6252         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
6253         * lib/autoconf/status.m4: Adjust.
6254         Use `m4_PACKAGE_STRING'.
6255         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
6256         the only optional argument is the name of the test suite.
6257         Expect `package.m4' to define the package signature.
6258         * lib/autom4te.in (Autotest): Add `package.m4?'.
6259         * tests/Makefile.am (package.m4): New.
6260         * tests/suite.at: ifnames is a victim.
6262 2001-09-18  Akim Demaille  <akim@epita.fr>
6264         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
6265         AC_LIBSOURCE, AC_CONFIG_FILES.
6266         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
6267         program version string doesn't match the package's.
6268         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
6269         after `(cached)'.
6271 2001-09-17  Paul Eggert  <eggert@twinsun.com>
6273         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
6274         Allow expression to return any value that can fit into unsigned long
6275         (not int, as before).  Check for output errors.
6277 2001-09-17  Bruno Haible <haible@ilog.fr>
6279         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
6280         Always include <stdio.h> and <stdlib.h>. Evaluate
6281         the expression in an extra function before these includes. Call
6282         fprintf "%d" only after ensuring the argument is of type 'int'.
6283         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
6285 2001-09-17  Paul Eggert  <eggert@twinsun.com>
6287         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
6288         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
6289         fatal errors, and AC_CHECK_LIB causes it to include libraries even
6290         when they don't exist.
6292         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
6293         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
6294         need it.
6296         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
6297         version with the version used by fileutils 4.1, except use
6298         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
6299         we don't need it.
6301         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
6303 2001-09-13  Akim Demaille  <akim@epita.fr>
6305         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
6306         _first_.
6307         Reported by Gerrit P. Haase.
6309 2001-09-13  Akim Demaille  <akim@epita.fr>
6311         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
6312         m4_defn'ing is valid.
6314 2001-09-13  Akim Demaille  <akim@epita.fr>
6316         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
6317         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
6318         Use it.
6320 2001-09-13  Akim Demaille  <akim@epita.fr>
6322         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
6323         m4_match.
6324         (m4_re_escape): New.
6325         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
6326         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
6327         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
6328         Likewise.
6329         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
6330         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
6331         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
6332         AT_tests_all for consistency.
6333         Set at_victims.
6334         (AT_VICTIMS): Similar to AT_KEYWORDS.
6335         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
6337 2001-09-13  Akim Demaille  <akim@epita.fr>
6339         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
6341 2001-09-13  Akim Demaille  <akim@epita.fr>
6343         * lib/autotest/general.m4 (AT_INIT): Create and remove
6344         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
6345         test suites can cohabit.
6347 2001-09-13  Akim Demaille  <akim@epita.fr>
6349         * tests/mktests.sh: Don't output banners for empty test files.
6351 2001-09-13  Akim Demaille  <akim@epita.fr>
6353         Test suites can be run independently of configure.
6355         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
6356         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
6357         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
6358         ECHO_N etc.
6359         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
6360         and at_c.
6361         * lib/autotest/general.m4: Use ECHO_*.
6363 2001-09-13  Akim Demaille  <akim@epita.fr>
6365         * bin/ifnames.in: Rewrite in Perl.
6366         * configure.ac: Don't look for AWK.
6367         * tests/tools.at (AWK portability): Remove.
6368         (Syntax of the shell scripts): Don't check ifnames.
6369         (AT_CHECK_PERL_SYNTAX): New.
6370         (Syntax of the Perl scripts): Check ifnames.
6371         * tests/ifnames: New.
6373 2001-09-13  Akim Demaille  <akim@epita.fr>
6375         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
6376         test group titles.
6377         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
6378         Remove all the other keywords.
6380 2001-09-10  Akim Demaille  <akim@epita.fr>
6382         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
6383         SETUP: no longer used.
6384         Support -k, --keywords.
6385         <at_help>: Be `no', `short', or `long'.
6386         <at_help_all>: New variable.
6387         (AT_KEYWORDS): New.
6388         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
6389         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
6390         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
6391         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
6392         No longer fill the HELP diversion.
6393         (AT_CLEANUP): Use them.
6394         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
6395         (m4_list_append): Remove.
6397         Spread a few keywords in the Autoconf test suite.
6399 2001-09-10  Akim Demaille  <akim@epita.fr>
6401         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
6402         PATH_SEPARATOR, let M4sh compute it.
6403         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
6404         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
6405         Move to...
6406         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
6407         Simplify when the path is not a literal.
6408         (AS_UNAME): Use it to report PATH.
6409         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
6410         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
6411         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
6412         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
6413         normalize the path, and to look for victims.
6414         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
6415         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
6417 2001-09-07  Akim Demaille  <akim@epita.fr>
6419         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
6420         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
6421         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
6422         related variables into `at_package_*'.
6423         * lib/autotest/general.m4 (AT_VICTIMS): New.
6424         (AT_INIT): Adjust for stand-alone/embedded test suites.
6425         (AS_MESSAGE_LOG_FD): Define and use it.
6426         * tests/suite.at (AT_VICTIMS): Use it.
6427         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
6428         at_version.
6430 2001-09-07  Akim Demaille  <akim@epita.fr>
6432         Move toward possibly stand-alone test suites.
6434         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
6435         in addition, it introduces useless differences in logs.
6436         (AT_INIT): Let atconfig and atlocal be both optional.
6437         Adjust PATH computation.
6438         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
6440 2001-09-07  Akim Demaille  <akim@epita.fr>
6442         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
6443         m4sugar/version.m4.
6445 2001-09-05  Akim Demaille  <akim@epita.fr>
6447         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
6448         to avoid GCC warnings.
6449         From Uwe Seimet.
6451 2001-09-05  Akim Demaille  <akim@epita.fr>
6453         * bin/autom4te.in: --language is -l, not -s.
6455 2001-09-05  Akim Demaille  <akim@epita.fr>
6457         Be ready to handle filenames as stupid as `dnl.at', for if even
6458         the maintainer is dumb enough to do that...
6460         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
6461         excellence in M4 quotation: consider `__file__' is active.
6463         And BTW, when invoking m4, pass the --include in the right order:
6464         the wrong one.
6466         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
6467         4m.
6469 2001-09-05  Akim Demaille  <akim@epita.fr>
6471         * lib/Autom4te/XFile.pm: New lib file.
6472         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
6473         * bin/autoheader.in: Use it.
6475 2001-09-05  Akim Demaille  <akim@epita.fr>
6477         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
6478         defined.
6480 2001-09-05  Akim Demaille  <akim@epita.fr>
6482         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
6483         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
6485         * bin/autoscan.in: Use `getopt' and `find_files' etc.
6486         Add -I, --include support.
6487         * doc/autoconf.texi (autoscan Invocation): Adjust.
6489 2001-09-05  Akim Demaille  <akim@epita.fr>
6491         CVS GNU M4 doesn't like `undefine(undefined)'.
6493         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
6494         New, extracted from main.
6495         Use IO::File wherever possible.
6496         (input.m4): Be constant, use -I instead of hard coding $tmp.
6497         Therefore be a quoted heredoc.
6498         Don't invoke `_au_disable', since ac was not loaded, but just
6499         `unm4.m4'.
6501 2001-08-31  Akim Demaille  <akim@epita.fr>
6503         Version 2.52d.
6505 2001-08-31  Akim Demaille  <akim@epita.fr>
6507         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
6508         previous patch.
6509         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
6511 2001-08-31  Akim Demaille  <akim@epita.fr>
6513         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
6514         serious problems handling heredocs in heredocs.
6515         Reported by Nicolas Joly.
6517 2001-08-31  Akim Demaille  <akim@epita.fr>
6519         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
6520         (Making testsuite Scripts): Update.
6522 2001-08-31  Akim Demaille  <akim@epita.fr>
6524         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
6526 2001-08-31  Akim Demaille  <akim@epita.fr>
6528         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
6529         (testsuite Scripts): There is no such thing as `atconfig.in'.
6530         And actually one diagram is missing: test suite runtime.
6532 2001-08-31  Akim Demaille  <akim@epita.fr>
6534         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
6535         inverse order.
6537 2001-08-31  Akim Demaille  <akim@epita.fr>
6539         * bin/autoupdate.in (@include): `installcheck' revealed the path
6540         to m4sugar was lacking!
6542 2001-08-31  Akim Demaille  <akim@epita.fr>
6544         * man/Makefile.am (.x.1): We really have to pass
6545         autom4te_perllibdir.
6547 2001-08-31  Akim Demaille  <akim@epita.fr>
6549         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
6550         debug scripts, in particular passing explicitly listed tests to
6551         run is stupid.
6553 2001-08-31  Akim Demaille  <akim@epita.fr>
6555         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
6556         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
6557         Use directly autom4te, not autoconf.
6558         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
6560 2001-08-31  Akim Demaille  <akim@epita.fr>
6562         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
6563         * bin/autoheader.in (%symbol): Strip arguments of macros.
6565 2001-08-31  Akim Demaille  <akim@epita.fr>
6567         * doc/autoconf.texi: Catch up -I, --include changes.
6569 2001-08-31  Akim Demaille  <akim@epita.fr>
6571         * bin/autom4te.in (&parse_args): Die on unknown languages.
6572         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
6573         need for autoconf.
6574         Promote --include over --macrodir and other obsolete options.
6576 2001-08-31  Akim Demaille  <akim@epita.fr>
6578         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
6579         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
6580         * bin/autom4te.in ($autoconf): Pass --force.
6581         `print $out' doesn't print `$_' but `$out'.
6582         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
6583         (autoheader): Pass --force since the test suite goes too fast for
6584         the time stamps.
6585         Adjust to the new autoheader messages.
6587 2001-08-31  Akim Demaille  <akim@epita.fr>
6589         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
6590         Check the completeness of the #template.
6591         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
6592         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
6593         invocation.
6595 2001-08-31  Akim Demaille  <akim@epita.fr>
6597         * lib/Autom4te/General.pm (&find_file, &update_file): New.
6598         * bin/autoupdate.in, bin/autoheader.in: Adjust.
6599         Drop AC_MACRODIR dead for real.
6600         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
6601         `autoheader: `config.hin' is created'.
6602         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
6604 2001-08-31  Akim Demaille  <akim@epita.fr>
6606         * bin/autoheader.in: Rewrite in Perl.
6607         * tests/autoheader: Adjust.
6609 2001-08-31  Akim Demaille  <akim@epita.fr>
6611         * bin/autoconf.in (--include, -I): New option.
6612         Map --localdir, --autoconf-dir onto it.
6613         Forward autom4te's options instead of interpreting them.
6614         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
6615         There is no such envvar since the inception of autom4te.cfg.
6616         * bin/autom4te.in (&parse_args): Uniquify `@include'.
6617         * bin/autoupdate.in: Adjust, and perform more control.
6618         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
6619         * tests/autoconf: Dittowise.
6621 2001-08-31  Akim Demaille  <akim@epita.fr>
6623         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
6624         * bin/autom4te.in (&find_file): Support `FILE?' standing for
6625         optionally `FILE'.
6626         Use -e, not -f, since /dev/null for instance is OK.
6627         (&parse_args): Adjust.
6628         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
6630 2001-08-31  Akim Demaille  <akim@epita.fr>
6632         * configure.ac: Also find tested executables in bin.
6633         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
6634         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
6635         installed peer executables, only PATH is allowed to resolve it.
6636         Pass `autoconf_dir' via options, not via invisible envvars.
6637         * lib/Autom4te/General.pm (&find_peer): Remove.
6638         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
6639         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
6640         * man/Makefile.am: Let help2man rely on PATH instead of trying to
6641         find the executables for it.
6642         * tests/Makefile.am: Major cleanup.  Too lazy to document...
6643         * tests/atlocal.in: Remove all the obscure envvar manipulations.
6644         We only need PERL.
6645         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
6646         indeed related to running the test suite, while passing
6647         --autoconf-dir and others is related to running non installed
6648         Autoconf executables.  So don't do that, leave it to...
6649         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
6650         * tests/autoscan: New.
6651         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
6652         refer to library files: rely on --language.
6654 2001-08-29  Akim Demaille  <akim@epita.fr>
6656         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
6657         s/--set/--language/.
6659 2001-08-29  Akim Demaille  <akim@epita.fr>
6661         * doc/autoconf.texi: Strip the @nodes.
6662         Suggested by Paul Eggert.
6663         (Initializing configure): Typo.
6665 2001-08-29  Akim Demaille  <akim@epita.fr>
6667         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
6668         Suggested by Paul Eggert.
6670 2001-08-29  Akim Demaille  <akim@epita.fr>
6672         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
6673         download in a tmp dir.
6675 2001-08-29  Akim Demaille  <akim@epita.fr>
6677         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
6678         case insensitive OSes out there :(
6679         From Tim Van Holder.
6681 2001-08-29  Akim Demaille  <akim@epita.fr>
6683         * lib/autom4te.in: New.
6684         * lib/Makefile.am (edit, autom4te.cfg): New.
6685         * bin/autom4te.in (BEGIN): Simplify.
6686         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
6687         (&load_configuration): New.  Use it.
6688         (&parse_args): Support --mode, --set, and --melt.
6689         * bin/autoconf.in: Simplify and adjust.
6690         * tests/Makefile.am (AUTOMAKE): Use --set.
6691         * tests/atlocal.in: Adjust.
6692         * BUGS: distcheck and check are weak.
6694 2001-08-29  Akim Demaille  <akim@epita.fr>
6696         * lib/autotest/general.m4: Use
6697                 foo=`(command) 2>/dev/null`
6698         not
6699                 foo=`command` 2>/dev/null
6700         (at-devnull): Rename as...
6701         (AT-devnull): this.
6702         (--clean): Remove AT-* files too.
6703         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
6704         Reported by Nicolas Joly.
6706 2001-08-28  Akim Demaille  <akim@epita.fr>
6708         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
6709         quotes inside single quotes.
6710         Reported by Nicolas Joly.
6712 2001-08-28  Kevin Ryde  <user42@zip.com.au>
6714         * doc/autoconf.texi (Function Portability): Mention C right shifts.
6716 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
6718         * lib/autotest/general.m4: Reword some messages.
6719         (AT_INIT): Check for the `times' builtin before using it.
6720         Support test ranges as arguments to the testsuite.
6721         Have -e imply -d as the help text suggested.
6723 2001-08-27  Akim Demaille  <akim@epita.fr>
6725         * Makefile.maint: Formatting changes.
6726         (do-po-update, po-update, cvs-update, update): New targets.
6727         (AMTAR): Remove.
6729 2001-08-27  Akim Demaille  <akim@epita.fr>
6731         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
6732         <at_cmd_line>: New.
6733         Pass it to debug-*.sh scripts.
6734         <AUTOTEST_PATH>: May contain absolute dir names.
6736 2001-08-27  Akim Demaille  <akim@epita.fr>
6738         * lib/autotest/general.m4 (AT_INIT): Log the command line.
6739         Support `VAR=VAL' as arguments.
6740         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
6741         may be set via the command line.
6743 2001-08-27  Akim Demaille  <akim@epita.fr>
6745         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
6746         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
6747         first the build dirs, then the src dirs.
6748         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
6750 2001-08-27  Akim Demaille  <akim@epita.fr>
6752         * lib/autotest/general.m4 (AT_INIT): Output the definition of
6753         at_data_files earlier.
6754         (--clean, -c): New option.
6755         * tests/Makefile.am: Use this option.
6757 2001-08-27  Akim Demaille  <akim@epita.fr>
6759         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
6760         `ac_top_builddir' to mimic Automake's vocabulary, which much more
6761         readable.
6762         Adjust callers.
6763         * doc/autoconf.texi (Configuration Actions): Document the vars
6764         available in commands.
6765         Emphasize the risks of collisions in init-cmds.
6767 2001-08-27  Akim Demaille  <akim@epita.fr>
6769         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
6770         (Initializing configure): this new node.
6772 2001-08-27  Akim Demaille  <akim@epita.fr>
6774         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
6776 2001-08-27  Akim Demaille  <akim@epita.fr>
6778         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
6779         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
6780         New file.
6781         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
6783 2001-08-27  Akim Demaille  <akim@epita.fr>
6785         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
6786         to...
6787         * lib/autoconf/autoheader.m4: this new file.
6788         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
6789         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
6790         Move to...
6791         * lib/autoconf/autoupdate.m4: this new file.
6793 2001-08-27  Akim Demaille  <akim@epita.fr>
6795         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
6796         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
6797         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
6798         -> ac_dir).
6799         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
6800         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
6802 2001-08-27  Akim Demaille  <akim@epita.fr>
6804         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
6805         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
6806         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
6807         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
6808         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
6809         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
6810         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
6811         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
6812         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
6813         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
6814         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
6815         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
6816         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
6817         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
6818         (_AC_OUTPUT_SUBDIRS): Move to...
6819         * lib/autoconf/status.m4: this new file.
6820         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
6821         * tests/Makefile.am, tests/suite.at: Adjust.
6823 2001-08-27  Akim Demaille  <akim@epita.fr>
6825         Automake 1.5.
6827         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
6828         (AMTAR): Help automake define it.
6829         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
6830         needed, 1.5 can have a macro and a target with the same name.
6831         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
6832         * m4/strip.m4: New.
6833         * m4/init.m4, m4/sanity.m4: Update.
6834         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
6835         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
6836         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
6837         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
6839 2001-08-27  Akim Demaille  <akim@epita.fr>
6841         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
6843         * lib/autoconf/version.in: Remove.
6844         * lib/m4sugar/version.in: New.
6845         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
6846         Adjust callers.
6847         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
6848         the name of the directory they're in, instead of the filename,
6849         since version.m4 is now in m4sugar, but m4_acversion must not be
6850         classified as an Autoconf macro.
6851         ($input_m4): Don't qualify the path to m4sugar.
6852         Rather, pass autoconf_dir to m4.
6853         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
6854         * tests/suite.at: Require 2.52c.
6856 2001-08-27  Akim Demaille  <akim@epita.fr>
6858         testsuite.log should include config.log.
6860         * lib/autotest/autotest.m4: New.
6861         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
6862         * tests/suite.at : Adjust.
6863         (AT_INIT): Log config.log.
6864         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
6865         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
6866         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
6867         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
6868         of config.log on traps.
6869         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
6870         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
6871         for config.status'.
6872         Open the log as soon as possible.
6873         Use the same log introduction as configure's.
6875 2001-08-22  Paul Eggert  <eggert@twinsun.com>
6877         * doc/autoconf.texi (Indices): New node.
6878         Move indices out of the top level menu and into this submenu.
6880 2001-08-22  Akim Demaille  <akim@epita.fr>
6882         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
6883         AC_TRY_COMMAND.
6884         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
6886 2001-08-22  Akim Demaille  <akim@epita.fr>
6888         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
6889         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
6890         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
6891         * lib/autoconf/programs.m4: here.
6892         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
6893         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
6894         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
6895         * lib/autoconf/programs.m4: here.
6896         (_AC_DECL_YYTEXT): Rename as...
6897         (_AC_PROG_LEX_YYTEXT_DECL): this.
6898         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
6899         * tests/Makefile.am, tests/suite.am: Adjust.
6901 2001-08-22  Akim Demaille  <akim@epita.fr>
6903         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
6904         Move to...
6905         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
6906         here.
6907         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
6908         * lib/autoconf/functions.m4: here.
6909         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
6910         (AH_CHECK_LIB): Move to...
6911         * lib/autoconf/libs: this new file.
6912         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
6913         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
6914         * lib/autoconf/libs.m4: here.
6915         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
6917 2001-08-22  Akim Demaille  <akim@epita.fr>
6919         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
6920         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
6921         (AC_SITE_LOAD): Better logging of config.site.
6923 2001-08-20  Akim Demaille  <akim@epita.fr>
6925         * configure.ac (AT_CONFIG): Fix the path.
6926         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
6927         can be used.
6929 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
6931         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
6932         program with AC_LANG_PROGRAM before feeding it to
6933         AC_COMPILE_IFELSE.  Cleanup grep usage.
6935 2001-08-20  Akim Demaille  <akim@epita.fr>
6937         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
6938         * NEWS, README, README-alpha, TODO, tests/README: This package is
6939         `Autoconf', not `autoconf' (the executable).
6941 2001-08-20  Akim Demaille  <akim@epita.fr>
6943         Info readers seem to need `Index' in the index node title :(
6945         * doc/autoconf.texi: Reverse the 2001-08-15 change which
6946         simplified index node names.
6948 2001-08-20  Akim Demaille  <akim@epita.fr>
6950         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
6951         arguments are not literals.
6952         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
6953         Specify the output variables, and macros defined.
6955 2001-08-20  Akim Demaille  <akim@epita.fr>
6957         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
6958         (Examining Syntax) <AC_TRY_COMPILE>
6959         (Examining Libraries) <AC_TRY_LINK>
6960         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
6961         their arguments.
6962         Reported by Werner Lemberg.
6964 2001-08-20  Akim Demaille  <akim@epita.fr>
6966         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
6967         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
6968         Load atlocal late enough to dump it in the log.
6969         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
6971 2001-08-20  Akim Demaille  <akim@epita.fr>
6973         * tests/torture.at (Configuring subdirectories): New test.
6974         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
6975         looking for.
6976         * m4/atconfig.m4: Be sure the let $[0] be expandable.
6977         (top_srcdir): Fix its computation.
6979 2001-08-20  Akim Demaille  <akim@epita.fr>
6981         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
6982         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
6983         test suite lives.
6984         Create `atconfig' automagically.
6985         Configure atlocal.in if present.
6986         * tests/atconfig.in: Remove.
6987         * tests/atlocal.in: New.
6988         * tests/Makefile.am: Adjust.
6990 2001-08-20  Akim Demaille  <akim@epita.fr>
6992         Huh!?!?!  There are still some user EOF tags used, which prevents
6993         their use in AC_CONFIG_COMMANDS for instance...
6995         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
6996         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
6997         `_CSEOF', or `_ATEOF', as appropriate.
6998         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
6999         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
7001 2001-08-20  Akim Demaille  <akim@epita.fr>
7003         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
7004         * tests/semantics.at, tests/tools.at, tests/torture.at:
7005         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
7007 2001-08-20  Akim Demaille  <akim@epita.fr>
7009         Autotest invokes M4sh's initialization.
7011         * lib/autotest/general.m4: Adjust the diversion names.
7012         (AT_INIT): Run AS_INIT.
7013         Use the BINSH diversion to invoke /bin/sh.
7014         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
7015         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
7017 2001-08-20  Akim Demaille  <akim@epita.fr>
7019         Let M4sh have its own diversions.
7021         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
7022         (_m4_divert(NOTICE)): Rename as...
7023         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
7024         (_m4_divert(HEADER-COMMENT)): these.
7025         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
7026         (_m4_divert(NOTICE)): New, for Libtool.
7027         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
7028         long ago with `_m4_divert(GROW)'.
7029         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
7031 2001-08-20  Akim Demaille  <akim@epita.fr>
7033         * tests/base.at, tests/compile.at, tests/foreign.at,
7034         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
7035         * tests/semantics.at, tests/suite.at, tests/tools.at,
7036         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
7038 2001-08-20  Akim Demaille  <akim@epita.fr>
7040         * bin/autom4te.in (handle_output): Handle @__@.
7042 2001-08-20  Akim Demaille  <akim@epita.fr>
7044         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
7045         * lib/autotest/general.m4: Adjust the license.
7047 2001-08-17  Paul Eggert  <eggert@twinsun.com>
7049         * doc/autoconf.texi (Function Portability): Mention snprintf,
7050         following up on a suggestion by Kevin Ryde.
7052 2001-08-17  Akim Demaille  <akim@epita.fr>
7054         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
7055         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
7057 2001-08-17  Akim Demaille  <akim@epita.fr>
7059         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
7060         `$0.log' as for projects where testsuite is in src, we'd have
7061         testsuite.log created in src.
7063 2001-08-17  Akim Demaille  <akim@epita.fr>
7065         * bin/autom4te.in (&parse_args): Recognize --normalize.
7067 2001-08-17  Akim Demaille  <akim@epita.fr>
7069         Start implementing the AC_CHECK_HEADER transition scheme.
7071         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
7072         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
7073         (AC_CHECK_HEADER): Use them.
7075 2001-08-17  Akim Demaille  <akim@epita.fr>
7077         * doc/autoconf.texi: Work around Texinfo buglets.
7078         (Transformation Rules): One example is enough, users are expected
7079         to have their brains on. And BTW, use DESTDIR.
7080         (dvar): New macro.  Use it.
7082 2001-08-17  Akim Demaille  <akim@epita.fr>
7084         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
7085         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
7086         looking for ChangeLogs.
7088 2001-08-17  Akim Demaille  <akim@epita.fr>
7090         * bin/autom4te.in: --normalize is a new option.
7091         * bin/autoconf.in: Use it.
7093 2001-08-17  Akim Demaille  <akim@epita.fr>
7095         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
7096         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
7098 2001-08-16  Paul Eggert  <eggert@twinsun.com>
7100         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
7101         start, not at end.
7103 2001-08-15  Akim Demaille  <akim@epita.fr>
7105         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
7106         Use it.
7108 2001-08-15  Akim Demaille  <akim@epita.fr>
7110         * doc/autoconf.texi (pr): New index.
7111         (prindex, findex): Use, merge, and output them.
7112         (Environment Variable Index, Output Variable Index)
7113         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
7114         (Autotest Macro Index): Rename as...
7115         (Environment Variables, Output Variables,Preprocessor Symbols)
7116         (Autoconf Macros, M4 Macros, Autotest Macros): these.
7117         * doc/install.texi: Use @command.
7118         (Environment Variables): Rename as...
7119         (Defining Variables): this.
7121 2001-08-15  Akim Demaille  <akim@epita.fr>
7123         * doc/autoconf.texi (Function Portability): sprintf's return
7124         value.
7125         From Kevin Ryde.
7127 2001-08-15  Akim Demaille  <akim@epita.fr>
7129         * Makefile.maint (CVS): New.
7130         (local-check): Run changelog-check. last.
7131         (alpha): Don't depend upon local-check, since...
7132         (cvs-dist): depends upon it.
7134 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
7136         * tests/Makefile.am: Use a clean-local rule to remove
7137         autom4te.cache (it's a directory, not a file.
7138         * Makefile.am: Ditto (but maintainer-clean-local).
7140 2001-08-15  Akim Demaille  <akim@epita.fr>
7142         * bin/autom4te.in (@m4_warning): New.
7143         (&handle_m4): Use it.
7144         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
7145         warnings are issued at each run.
7146         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
7147         is in the src tree.
7149 2001-08-15  Akim Demaille  <akim@epita.fr>
7151         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
7152         don't waste time running `autoupdate --version' works.
7153         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
7155 2001-08-13  Akim Demaille  <akim@epita.fr>
7157         * doc/autoconf.texi (ma): Rename this index as...
7158         (ac): this.
7160 2001-08-13  Akim Demaille  <akim@epita.fr>
7162         * Makefile.am: Remove dead code and dead comments.
7163         (pdf, html): New targets.
7164         * doc/autoconf.texi (Using Autotest): New chapter.
7165         * doc/Makefile.am (pdf): New targets.
7166         (CLEANFILES): Adjust.
7168 2001-08-13  Akim Demaille  <akim@epita.fr>
7170         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
7171         duration of the test suite.
7173 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
7175         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
7176         endianness for comparison instead of relying on AT_CHECK_ENV.
7178 2001-08-11  Paul Eggert  <eggert@twinsun.com>
7180         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
7181         to the INSTALL file.
7183 2001-08-11  Paul Eggert  <eggert@twinsun.com>
7185         * NEWS: The autoconf manual now is distributed under the terms
7186         of the GNU Free Documentation License.
7188         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
7189         Add an appendix "Copying This Manual" for the FDL.
7191         * doc/fdl.texi: New file, from
7192         <http://www.gnu.org/licenses/fdl.texi>.
7194         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
7196 2001-08-10  Paul Eggert  <eggert@twinsun.com>
7198         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
7199         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
7200         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
7201         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
7202         m4/sanity.m4, tests/README, tests/aclocal.m4,
7203         tests/atspecific.m4, tests/base.at, tests/compile.at,
7204         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
7205         tests/semantics.at, tests/suite.at, tests/tools.at,
7206         tests/torture.at: Add copyright notice.
7208         * tests/mktests.sh: Update year in copyright notice.
7210 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
7212         * tests/semantics.at (AC_C_BIGENDIAN): New test.
7214 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
7216         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
7217         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
7218         * doc/autoconf.texi (C Compiler Characteristics): Update
7219         documentation for AC_C_BIGENDIAN.
7221 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
7223         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
7224         magic values from an object file when cross-compiling.
7225         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
7227 2001-08-10  Akim Demaille  <akim@epita.fr>
7229         * bin/autom4te.in (&handle_output): Don't use `grep' with side
7230         effects.
7231         Suggested by Russ Allbery.
7233 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
7235         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
7236         current $prefix to the sub-configures.
7238 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
7240         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
7241         extension (needed on BeOS).  Reported by Guido van Rossum.
7243 2001-08-09  Akim Demaille  <akim@epita.fr>
7245         * bin/autom4te.in ($icache): Load it only if older than autom4te.
7247 2001-08-07  Akim Demaille  <akim@epita.fr>
7249         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
7250         removed.
7251         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
7252         No need to remove the files before and after the each test, before
7253         each test and at the end of the suite is enough.
7254         Display only the children `times', not the shell's.
7255         If the test failed or was skipped, at-times is not available.
7257 2001-08-07  Akim Demaille  <akim@epita.fr>
7259         Always produce testsuite.log, including when there are no
7260         failures.  This helps getting information on skipped tests, and
7261         duration of the tests.  Err, implement the latter btw.
7263         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
7264         Dump information on the first run of each test.
7265         (AT_CLEANUP): Create `at-times' containing the duration of the
7266         test group.
7268 2001-08-07  Akim Demaille  <akim@epita.fr>
7270         The use of `dumpstat' revealed that `len' was used although it
7271         should not.  m4_text_wrap was using it, but in the Autoconf world
7272         where it is legal.  Hence (i) test M4sh in its own world, not
7273         Autoconf's, and (ii), ahem, fix the bug :)
7275         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
7276         does not like `' instead of [].
7277         (AT_INIT): Forbid `^_?AT_'.
7278         And don't output such tokens.
7279         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
7280         `script.as', and `autom4te.cache'.
7281         Remove `empty' and `macro' which are no longer used.
7282         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
7283         * tests/m4sugar.at: Use it.
7284         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
7286 2001-08-07  Akim Demaille  <akim@epita.fr>
7288         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
7290 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
7292         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
7294 2001-08-04  Akim Demaille  <akim@epita.fr>
7296         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
7297         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
7298         AC_TRY_LINK.
7299         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
7300         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
7301         (AC_F77_MAIN): Likewise.
7303 2001-08-04  Akim Demaille  <akim@epita.fr>
7305         Don't rely on M4sugar outputting the patterns in files, since we
7306         might process the output _without_ running m4, hence without these
7307         files.
7309         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
7310         * bin/autom4te.in (@Request::includes): Remove, unused.
7311         (@Request::source): Rename as...
7312         (@Request::input): this.
7313         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
7314         (&handle_output): Fetch the patterns from the traces.
7315         `$forbidden' and `$allowed' are constant: use m//o.
7316         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
7317         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
7319 2001-08-04  Akim Demaille  <akim@epita.fr>
7321         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
7322         autoconf', i.e., in addition to caching traces, cache the output.
7324         * bin/autom4te.in (Request::cache): Rename as...
7325         (Request::id): this.
7326         ($cache, $icache, $tcache, $ocache): New.
7327         (&handle_m4): Save M4 output in the cache instead of $tmp.
7328         (&handle_output): Adjust.
7329         (&up_to_date_p): Check that the output cache is up to date too.
7330         (top level): Run `&handle_m4' iff force or the cache is invalid.
7331         Run `&handle_output' if the output cache is more recent.
7333 2001-08-04  Akim Demaille  <akim@epita.fr>
7335         * bin/autom4te.in ($force): New.
7336         (&parse_args, &print_usage): -f, --force is a new option.
7337         (&handle_output): CPP directives might have spaces after `#'.
7338         (&parse_args): The first file only can be frozen.
7340 2001-08-04  Akim Demaille  <akim@epita.fr>
7342         Don't let autom4te compute the `include' traces several times:
7343         first check that the trace cache file is up to date, and then
7344         compare its timestamp with that of the output.
7346         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
7347         the preamble.  Don't require 5.005 as Autom4te::General does it,
7348         and better yet (use `use', not `require'!).
7349         * lib/Autom4te/Struct.pm: Rename the last occurrences of
7350         Class::Struct as Autom4te::Struct.
7351         * lib/Autom4te/General.pm (File::stat): Use it.
7352         (&mtime): New, export it.
7353         * bin/autom4te.in: Use it.
7354         Declare `$req' is invalid if it is outdated.
7355         Don't declare it valid before saving it if something went wrong.
7357 2001-08-04  Akim Demaille  <akim@epita.fr>
7359         Autom4te shall not encode Autoconf data, and preselecting traces
7360         must be proposed to the users.
7362         * bin/autom4te.in (@required_trace): Remove.
7363         (@preselect): New.
7364         (&parse_args, &print_usage): -p, --preselect is a new option.
7365         (&up_to_date_p): Adjust.
7366         * bin/autoconf.in: Preselect some Autoconf macros.
7368 2001-08-04  Akim Demaille  <akim@epita.fr>
7370         * tests/tools.at (autoconf --trace: user macros): Check traces on
7371         macros invoked without arguments, and macros invoked with multiple
7372         lines arguments.
7374 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
7376         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
7377         arguments.
7379 2001-08-03  Akim Demaille  <akim@epita.fr>
7381         * bin/autoconf.in ($@): Work around the usual sh bug.
7382         From Nicolas Joly.
7384 2001-08-03  Akim Demaille  <akim@epita.fr>
7386         Clean up the handling of the M4 builtins tracing exception.
7388         * bin/autom4te.in (Request::request): Don't complete M4 builtins
7389         trace requests.
7390         (@m4_builtins): Rename as...
7391         (@m4_builtin): this.
7392         (%m4_builtin_alternate_name): New.
7393         (&parse_args): Complete the trace requests with alternate names.
7394         (&handle_traces): Hence no longer do it here.
7395         (&trace_requests): Remove, unused.
7397 2001-08-03  Akim Demaille  <akim@epita.fr>
7399         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
7400         m4_if, and m4_wrap.
7402 2001-08-03  Akim Demaille  <akim@epita.fr>
7404         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
7405         (m4_divert_pop): Dump the whole diversion stack when a diversion
7406         mismatch happens.
7407         * bin/autom4te.in (&handle_output): Remember of the first
7408         occurrence of a possibly undefined macro, not the last.
7409         Complain about the possibly undefined macros in the same order as
7410         the appear in the output.
7411         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
7412         * tests/tools.at (autoconf: forbidden tokens, basic)
7413         (autoconf: forbidden tokens, exceptions): No longer sort
7414         autoconf's stderr, as it is now deterministic.
7415         Check that `dnl' is caught.
7417 2001-08-01  Akim Demaille  <akim@epita.fr>
7419         * configure.ac: Bump to 2.52c.
7421 2001-08-01  Akim Demaille  <akim@epita.fr>
7423         Version 2.52b.
7425         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
7427 2001-08-01  Akim Demaille  <akim@epita.fr>
7429         Version 2.52a.
7431 2001-08-01  Akim Demaille  <akim@epita.fr>
7433         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
7434         `die'.
7435         (&END): New.
7436         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
7437         `END', as `Autom4te::General::END' will be triggered.
7438         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
7439         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
7440         system to run `mv', `rm', and `cmp'.
7442 2001-08-01  Akim Demaille  <akim@epita.fr>
7444         * lib/Autom4te/General.pm (&unique): New.
7445         * bin/autoscan.in (&output): Use it to issue trace requests once.
7447 2001-08-01  Akim Demaille  <akim@epita.fr>
7449         * lib/Autom4te/General.pm: New.
7450         * bin/autom4te.in (Autom4te::General): Use it.
7451         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
7452         (&find_configure_ac, &find_slave): Remove.
7453         * bin/autoscan.in: Likewise.
7454         * bin/autoupdate.in: Likewise.
7456 2001-08-01  Akim Demaille  <akim@epita.fr>
7458         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
7459         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
7460         * bin: here, new directory.
7461         * lib/Autoconf: Rename as...
7462         * lib/Autom4te: this, to please case insensitive junkie OSes.
7464 2001-08-01  Akim Demaille  <akim@epita.fr>
7466         * autom4te.in ($m4): Handle the --nesting-limit.
7467         * autoconf.in (M4): Remove.
7469 2001-08-01  Akim Demaille  <akim@epita.fr>
7471         * autoconf.in ($AWK): Remove, no longer used.
7472         * test/tools.at: Use AT_CHECK_AUTOCONF.
7473         (AWK portability): Remove, for autoconf no longer uses AWK.
7474         (Syntax of the Perl scripts): New.
7475         * configure.ac: autoconf no longer needs an AWK with a good
7476         regexp engine.
7477         Use a static test on AC_PACKAGE_VERSION.
7478         * autom4te.in (&up_to_date_p): Output depends on the arguments.
7479         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
7480         * tests/atconfig.in (PERL): New.
7482 2001-08-01  Akim Demaille  <akim@epita.fr>
7484         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
7485         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
7486         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
7487         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
7488         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
7489         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
7490         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
7491         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
7492         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
7493         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
7494         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
7495         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
7496         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
7497         * lib/autoconf/c.m4: here, new file.
7499         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
7500         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
7501         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
7502         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
7503         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
7504         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
7505         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
7506         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
7507         (AC_F77_FUNC): Move to...
7508         * lib/autoconf/fortran.m4: here, new file.
7510 2001-08-01  Akim Demaille  <akim@epita.fr>
7512         * acfunctions.m4: Rename as...
7513         * lib/autoconf/functions.m4: this.
7514         * acgeneral.m4: Rename as...
7515         * lib/autoconf/general.m4: this.
7516         * acheaders.m4: Rename as...
7517         * lib/autoconf/headers.m4: this.
7518         * aclang.m4: Rename as...
7519         * lib/autoconf/lang.m4: this.
7520         * acoldnames.m4: Rename as...
7521         * lib/autoconf/oldnames.m4: this.
7522         * acspecific.m4: Rename as...
7523         * lib/autoconf/specific.m4: this.
7524         * actypes.m4: Rename as...
7525         * lib/autoconf/types.m4: this.
7526         * autoconf.m4: Rename as...
7527         * lib/autoconf/autoconf.m4: this.
7529         * m4sugar.m4: Rename as...
7530         * lib/m4sugar/m4sugar.m4: this.
7531         * m4sh.m4: Rename as...
7532         * lib/m4sugar/m4sh.m4: this.
7534         * tests/atgeneral.m4: Rename as...
7535         * lib/autotest/general.m4: this.
7537         * acfunctions: Rename as...
7538         * lib/autoscan/functions: this.
7539         * acheaders: Rename as...
7540         * lib/autoscan/headers: this.
7541         * acidentifiers: Rename as...
7542         * lib/autoscan/identifiers: this.
7543         * aclibraries: Rename as...
7544         * lib/autoscan/libraries: this.
7545         * acmakevars: Rename as...
7546         * lib/autoscan/makevars: this.
7547         * acprograms: Rename as...
7548         * lib/autoscan/programs: this.
7550 2001-08-01  Akim Demaille  <akim@epita.fr>
7552         * doc/autoconf.texi: Moving/deleting open files is not portable.
7553         Portability issues for `.' (source), and more information about sed.
7555 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
7557         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
7558         which has a special meaning and is not a reference to libibmil.a.
7559         Reported by Matteo Frigo.
7561 2001-07-25  Pavel Roskin  <proski@gnu.org>
7563         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
7564         output.
7566 2001-07-25  Akim Demaille  <akim@epita.fr>
7568         * autoconf.in: Try to define the variables before using them.
7569         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
7570         instead of `$perllibdir'.
7571         * tests/atconfig.in ($autom4te_perllibdir): Export it.
7573 2001-07-25  Akim Demaille  <akim@epita.fr>
7575         * autoconf.in (ac_LF_and_DOT): Remove, unused.
7577 2001-07-24  Akim Demaille  <akim@epita.fr>
7579         Let autoconf use autom4te for traces.
7581         * autoconf.in ($task, task trace): Remove, merely pass --trace to
7582         autom4te.
7583         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
7584         (Because I found no way for autom4te to accept `-').
7585         * autom4te.in (&Request::request): Beware of M4 builtins.
7586         (END): Don't try to remove the content of an empty dir.
7587         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
7588         (&handle_output): Set a default value to `$forbidden'.
7589         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
7590         ($autoconf): Pass --debug and --verbose.
7591         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
7592         cache.
7594 2001-07-24  Akim Demaille  <akim@epita.fr>
7596         Let autoconf use autom4te to create configure.
7598         * autoconf.in ($automate): New var.
7599         (task script): Use autom4te.
7600         * autom4te.in (File::Spec): Use it.
7601         (&find_file): New.
7602         (&parse_args): --warning is -W, not -w.
7603         Find the top level files.
7604         (&handle_m4): Pass the warnings flags.
7605         Don't report verbosely m4's failures, unless requested.
7606         (&handle_output): Don't complain for forbidden tokens in comments.
7607         Be sure to report all the forbidden tokens within a single line.
7608         (&trace_format_to_m4): Preserve `$_'.
7609         (&handle_traces): Sort the output macros.
7610         (&up_to_date_p): Find the files before trying to get its time stamp.
7612 2001-07-24  Akim Demaille  <akim@epita.fr>
7614         * Makefile.am: Ship, build and install Autom4te.
7615         (SUBDIRS): Add lib.
7616         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
7617         * configure.in: Require Perl.
7618         * man/autom4te.in: New.
7620 2001-07-19  Paul Eggert  <eggert@twinsun.com>
7622         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
7623         example, rather than (exit 1); exit (which isn't portable).
7625 2001-07-18  Akim Demaille  <akim@epita.fr>
7627         Version 2.52.
7629 2001-07-18  Akim Demaille  <akim@epita.fr>
7631         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
7632         was run, while they are needed also when it is expanded.
7633         Reported by Nicolas Joly.
7635         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
7636         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
7637         AC_F77_DUMMY_MAIN being expanded.
7639 2001-07-18  Akim Demaille  <akim@epita.fr>
7641         * configure.in: Bump to 2.51a.
7643 2001-07-17  Akim Demaille  <akim@epita.fr>
7645         Version 2.51.
7647 2001-07-17  Akim Demaille  <akim@epita.fr>
7649         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
7650         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
7652 2001-07-17  Akim Demaille  <akim@epita.fr>
7654         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
7655         used.  Well, then use the prototypes when you can, and runtime as
7656         a last resort.
7657         Reported by Artur Frysiak
7659         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
7660         (AC_FUNC_GETPGRP): Use it.
7661         First try to compile with 0-ary or 1-ary calls.
7663 2001-07-17  Akim Demaille  <akim@epita.fr>
7665         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
7666         replacement type.
7667         From Paul Eggert.
7669 2001-07-17  Akim Demaille  <akim@epita.fr>
7671         * Makefile.maint: Sync. with cppi 1.10.
7673 2001-07-17  Akim Demaille  <akim@epita.fr>
7675         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
7676         AC_F77_DUMMY_MAIN has been run.
7677         From Pavel Roskin and Steven G. Johnson.
7679 2001-07-17  Akim Demaille  <akim@epita.fr>
7681         * configure.in: Rename as...
7682         * configure.ac: this.
7684 2001-07-17  Akim Demaille  <akim@epita.fr>
7686         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
7687         rules.
7688         From Marc Espie.
7689         * Makefile.maint (release-archive-dir): Rename as...
7690         (release_archive_dir): this, so that it can be specialized in
7691         Makefile.
7693 2001-07-14  Akim Demaille  <akim@epita.fr>
7695         * configure.in: Bump to 2.50d.
7697 2001-07-14  Akim Demaille  <akim@epita.fr>
7699         Version 2.50c.
7700         * Makefile.maint (alpha): Typo.
7702 2001-07-14  Akim Demaille  <akim@epita.fr>
7704         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
7706 2001-07-14  Akim Demaille  <akim@epita.fr>
7708         * config/config.guess, config/config.sub, config/texinfo.tex
7709         * doc/standards.texi, doc/make-stds.texi: Update.
7711 2001-07-14  Akim Demaille  <akim@epita.fr>
7713         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
7715 2001-07-14  Akim Demaille  <akim@epita.fr>
7717         * Makefile.maint (maintainer-check): Rename as...
7718         (maintainer-distcheck): this.
7719         (changelog-check, static-check): New.
7720         Use them.
7722 2001-07-14  Kevin Ryde  <user42@zip.com.au>
7724         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
7725         for CXX is g++, not gcc.
7727 2001-07-14  Akim Demaille  <akim@epita.fr>
7729         * doc/autoconf.texi (Files): New subsection.
7731 2001-07-14  Akim Demaille  <akim@epita.fr>
7733         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
7734         of...
7735         (Generic Compiler Characteristics): this.
7736         (C++ Compiler): New subsection.
7738 2001-07-14  Akim Demaille  <akim@epita.fr>
7740         * autoscan.in: Use IO::File.
7741         Adjust all the routines to use it.
7742         ($log): New file (autoscan.log).
7743         (output): Dump detailed logs into $log, and a shortened version to
7744         stderr.
7745         (&scan_makefile): Refine the regexp catching tokens in the code.
7746         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
7747         and the `configure.ac' checking feature.
7749 2001-07-12  Akim Demaille  <akim@epita.fr>
7751         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
7752         Reported by Michael Elizabeth Chastain.
7754         * autoconf.in: Refuse such AWK.
7755         * configure.in: Likewise.
7756         * Makefile.am (acversion.m4): Do not use move-if-change this file
7757         has dependencies.
7758         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
7760 2001-07-10  Jens Petersen  <petersen@redhat.com>
7762         * autoscan.in (&scan_makefile): Improve programs regexp to parse
7763         things like "g++", "file.c" and "some-conf" as tokens.
7764         (&scan_file): Match C++ files extensions.
7765         If the filename extension is C++ then ask for c++.
7767 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
7769         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
7770         AC_TRY_LINK_FUNC, to check whether defining a dummy
7771         main-like routine is needed for linking with F77 libs.
7773 2001-07-05  Pavel Roskin  <proski@gnu.org>
7775         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
7776         after using break.
7777         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
7778         linking.
7780 2001-07-05  Akim Demaille  <akim@epita.fr>
7782         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
7783         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
7784         Makes' lives.
7785         Reported by Nicolas Joly.
7787 2001-07-04  Akim Demaille  <akim@epita.fr>
7789         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
7790         up.
7791         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
7792         warnings from compilers.
7793         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
7794         for all the compilers, not only GNU.  Hence move from here...
7795         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
7797 2001-07-04  Akim Demaille  <akim@epita.fr>
7799         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
7800         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
7801         AC_COMPILE_IFELSE.
7803 2001-07-04  Akim Demaille  <akim@epita.fr>
7805         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
7806         the ``strings.h'' change claimed below.
7808 2001-07-04  Akim Demaille  <akim@epita.fr>
7810         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
7812 2001-07-04  Akim Demaille  <akim@epita.fr>
7814         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
7815         strings.h if usable with string.h.
7816         Suggested by Paul Eggert.
7818 2001-07-04  Akim Demaille  <akim@epita.fr>
7820         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
7821         From Jens Petersen.
7823 2001-07-03  Akim Demaille  <akim@epita.fr>
7825         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
7826         etc. in the log.
7828 2001-07-03  Akim Demaille  <akim@epita.fr>
7830         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
7831         compiler, not the preprocessor.
7832         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
7833         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
7834         the right thing.
7835         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
7836         earlier if there are.
7838 2001-07-03  Akim Demaille  <akim@epita.fr>
7840         * autoscan.in ($initfile): Remove.
7841         (&find_file): Rename as...
7842         (&scan_file): this.
7843         Immediately scan the current file, instead of gathering them, and
7844         later having them handled by &scan_files.
7845         (&scan_files): Merely invoke Find::File.
7846         Adjust.
7848 2001-07-02  Akim Demaille  <akim@epita.fr>
7850         * autoscan.in: Formatting changes, matching the invocation order.
7851         (File::Find): Use it instead of Perl 4's `find.pl'.
7852         (&wanted): Rename as...
7853         (&find_file): this.
7855 2001-07-01  Pavel Roskin  <proski@gnu.org>
7857         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
7858         break in the argument to AC_TRY_LINK_FUNC.
7859         (AC_F77_MAIN): Remove conftest* after using break in the
7860         argument to AC_TRY_LINK.
7862 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
7864         Add alternate 'main' routine detection for linking C/C++ with Fortran,
7865         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
7867         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
7868         dummy alternate main is required even if the user provides her own
7869         'main'.
7870         (AC_F77_MAIN): New macro to detect whether it is possible to
7871         provide an alternate 'main' function name, using the 'main' from
7872         the Fortran libraries.
7873         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
7874         cross-language link tests can be performed successfully.
7875         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
7876         after $LIBS, for consistency; this should be the general rule since
7877         the user may want to link to Fortran libraries that require $FLIBS.
7878         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
7880 2001-06-29  Pavel Roskin  <proski@gnu.org>
7882         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
7883         at-stdout and at-stderr instead of removing the newline
7884         from the echo output, which is not guaranteed to work.
7886 2001-06-28  Jens Petersen  <petersen@redhat.com>
7888         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
7889         confdefs.h when non-zero.
7891 2001-06-28  Akim Demaille  <akim@epita.fr>
7893         * configure.in: Bump to 2.50c.
7895 2001-06-26  Akim Demaille  <akim@epita.fr>
7897         Version 2.50b.
7899 2001-06-26  Akim Demaille  <akim@epita.fr>
7901         Version 2.50a.
7903 2001-06-25  Pavel Roskin  <proski@gnu.org>
7905         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
7906         argument, AUTOCONF-FLAGS.
7907         * tests/mktests.sh (update_exclude_list): Add
7908         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
7909         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
7910         AC_FUNC_WAIT3 with "-W no-obsolete".
7912 2001-06-25  Akim Demaille  <akim@epita.fr>
7914         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
7916 2001-06-25  Akim Demaille  <akim@epita.fr>
7918         * autoscan.in (%macro): Now maps from word to list of macros.
7919         (&init_tables): Die when a word which is already handled by
7920         explicit macros is mapped to the default macro.
7921         (&print_unique): Remove, inlined in...
7922         (&output_kind): here.
7923         (File::Basename): Use it.
7924         (&output): Sort the CONFIG_FILES.
7925         * acheaders: Normalize.
7926         * acfunctions: Likewise.
7928 2001-06-25  Akim Demaille  <akim@epita.fr>
7930         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
7931         characteristics in the logs.
7932         Suggested by Mo DeJong.
7934 2001-06-24  Akim Demaille  <akim@epita.fr>
7936         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
7937         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
7938         * doc/autoconf.texi (Autoconf 2.13): New section.
7940 2001-06-24  Akim Demaille  <akim@epita.fr>
7942         * autoconf.in (Task traces): Separate the error messages from the
7943         traces to improve robustness.
7945 2001-06-23  Akim Demaille  <akim@epita.fr>
7947         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
7948         three as failures are unlikely, and speed matters.
7950 2001-06-23  Akim Demaille  <akim@epita.fr>
7952         * doc/autoconf.texi (Redefined M4 Macros): New.
7954 2001-06-23  Akim Demaille  <akim@epita.fr>
7956         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
7957         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
7958         5.3.
7960 2001-06-23  Paolo Bonzini <bonzini@gnu.org>
7962         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
7963         config.status targets to after the evaluation of the INIT-CMDS.
7964         Double quote config.status targets (used to be single quoted).
7966 2001-06-23  Akim Demaille  <akim@epita.fr>
7968         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
7969         Check the content of the created file.
7970         Check the ./config.status command line invocation.
7972 2001-06-23  Akim Demaille  <akim@epita.fr>
7974         * tests/foreign.at (Libtool): Reject prehistoric versions.
7976 2001-06-23  Akim Demaille  <akim@epita.fr>
7978         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
7979         preexisting files matching a.*.
7981 2001-06-23  Akim Demaille  <akim@epita.fr>
7983         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
7984         stderr.
7985         * doc/autoconf.texi (AC_ARG_VAR): Update.
7987 2001-06-21  Akim Demaille  <akim@epita.fr>
7989         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
7990         precious variables have changed.
7991         * tests/torture.at (AC_ARG_VAR): Adjust.
7993 2001-06-21  Akim Demaille  <akim@epita.fr>
7995         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
7996         but some sed choke on multiple `;', and other tools (e.g.,
7997         Automake), include the separator themselves.
7999         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
8001 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
8003         * doc/autoconf.texi (Functions Portability): Rename as...
8004         (Function Portability): this.
8005         (Function Portability): Document potential problems with unlink().
8007 2001-06-19  Paul Eggert  <eggert@twinsun.com>
8009         * NEWS, doc/autoconf.texi: Document quadrigraphs.
8011 2001-06-18  Akim Demaille  <akim@epita.fr>
8013         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
8015 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
8017         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
8018         (_AC_FUNC_VFORK): this.
8019         Remove AC_DEFINEs and don't guess cross-compilation values.
8020         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
8021         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
8022         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
8023         vfork doesn't work.
8024         Guess values if cross-compiling, but warn.
8025         * acfunctions: Add AC_FUNC_FORK.
8026         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
8027         and vfork appropriately.
8029 2001-06-18  Akim Demaille  <akim@epita.fr>
8031         * doc/autoconf.texi (Functions Portability): New section.
8033 2001-06-18  Akim Demaille  <akim@epita.fr>
8035         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
8036         in $M4.
8037         Suggested by Andreas Schwab.
8039 2001-06-18  Akim Demaille  <akim@epita.fr>
8041         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
8042         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
8043         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
8044         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
8045         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
8046         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
8047         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
8048         the converse).
8050 2001-06-18  Akim Demaille  <akim@epita.fr>
8052         * doc/autoconf.texi (ms): New index.
8053         (Macro Index): Rename as...
8054         (Autoconf Macro Index): this.
8055         (M4 Macro Index): New appendix.
8056         (Programming in M4): New chapter.
8057         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
8058         (Quoting): Rename as...
8059         (M$ Quotation): this.
8060         Be part of `Programming in M4).
8062 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
8064         * tests/torture.at (AC_ARG_VAR): Set variables and export them
8065         in separate statements for compatibility with Tru64 v5.1.
8067 2001-06-17  Akim Demaille  <akim@epita.fr>
8069         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
8070         current values of the precious variables, not the previously
8071         cached values.
8072         Pass precious variables which are set to config.status.
8073         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
8074         * tests/torture.at (AC_ARG_VAR): New.
8076 2001-06-15  Paul Eggert  <eggert@twinsun.com>
8078         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
8079         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
8080         and explain why and how to replace them.
8081         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
8082         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
8084 2001-06-15  Akim Demaille  <akim@epita.fr>
8086         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
8087         Reported by Bruno Haible.
8089         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
8090          (_AC_ARG_VAR_PRECIOUS): to here.
8092 2001-06-15  Pavel Roskin  <proski@gnu.org>
8094         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
8095         an unused pointer use cast to this type and `if' statement to
8096         avoid warnings from the compiler.
8097         (AC_HEADER_TIME): Likewise.
8098         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
8099         in `if' statement to avoid warnings from the compiler. Declare
8100         ac_aggr static to avoid the need to initialize it.
8102 2001-06-14  Akim Demaille  <akim@epita.fr>
8104         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
8105         Macros'.
8107 2001-06-13  Akim Demaille  <akim@epita.fr>
8109         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
8110         Suggested by Alexander Mai.
8112 2001-06-13  Akim Demaille  <akim@epita.fr>
8114         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
8115         sys/types.h and sys/stat.h, and check for them.
8117 2001-06-13  Akim Demaille  <akim@epita.fr>
8119         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
8120         INCLUDES.
8122 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8124         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
8125         succeeds and only try adding libdnet upon a failure.
8127 2001-06-12  Akim Demaille  <akim@epita.fr>
8129         * autoscan.in (&output_kind): Output the comment only if it exists.
8130         (%kind_comment): Add entry for `programs'.
8131         (&output_programs): Use &output_kind.
8132         (&output_functions, &output_identifiers, &output_headers)
8133         (&output_programs): Inline, and remove.
8135 2001-06-12  Akim Demaille  <akim@epita.fr>
8137         * autoscan.in (%kind_comment): New.
8138         (output_kind): New.
8139         (output_functions, output_identifiers, output_headers): Use it.
8141 2001-06-12  Akim Demaille  <akim@epita.fr>
8143         * autoscan.in (&print_unique): Take `$kind' and `$word' as
8144         arguments, to factor indirections into `%macro' and `%used'.
8145         (%generic_macro): Fix a typo.
8147 2001-06-12  Akim Demaille  <akim@epita.fr>
8149         * aclibraries: New.
8150         * autoscan.in (@kinds): Add `libraries'.
8151         Use `@kinds' instead of hard coded lists.
8152         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
8153         Remove, replaced by...
8154         (%used): this.
8156 2001-06-12  Akim Demaille  <akim@epita.fr>
8158         * autoscan.in (%functions_macros %headers_macros)
8159         (%identifiers_macros %programs_macros %makevars_macros): Remove,
8160         replaced by...
8161         (%macro): New.
8163 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
8165         * aclang.m4 (AC_NO_EXECUTABLES): Override
8166         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
8168 2001-06-11  Akim Demaille  <akim@epita.fr>
8170         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
8171         trailing new line.
8172         Reported by Andreas Schwab.
8174 2001-06-11  Akim Demaille  <akim@epita.fr>
8176         * Makefile.am, Makefile.maint: Typos.
8178 2001-06-09  Akim Demaille  <akim@epita.fr>
8180         * doc/autoconf.texi (Here-Documents): New section, gathering
8181         documentation about here-documents.
8182         Use `href', not `uref', and other changes.
8184 2001-06-09  Akim Demaille  <akim@epita.fr>
8186         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
8187         chapter.
8189 2001-06-09  Akim Demaille  <akim@epita.fr>
8191         * doc/autoconf.texi (Limitations of Builtins): Complete the
8192         description of the here-docs penalties with Alexandre Oliva's
8193         explanations.
8195 2001-06-01  Paul Eggert  <eggert@twinsun.com>
8197         * doc/autoconf.texi: Talk about here documents and speedups.
8198         Do not use "echo" on arbitrary strings.
8199         Spell "here-documents" consistently with the standard.
8201 2001-06-09  Akim Demaille  <akim@epita.fr>
8203         * doc/autoconf.texi (Concept Index): Introduce it.
8204         Regenerate the menus.
8206 2001-06-09  Akim Demaille  <akim@epita.fr>
8208         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
8209         * config/prev-version.txt: New.
8210         * config/move-if-change: New, for GNU libc.
8212 2001-06-06  Pavel Roskin  <proski@gnu.org>
8214         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
8216 2001-06-06  Akim Demaille  <akim@epita.fr>
8218         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
8219         properly when $1 is not a literal.
8220         Fixes PR Autoconf/187, reported by Bram Moolenaar.
8222 2001-06-06  Akim Demaille  <akim@epita.fr>
8224         Invoking AC_COPYRIGHT before AC_INIT fails.
8226         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
8227         * acgeneral.m4 (_m4_divert(VERSION_FSF))
8228         (_m4_divert(VERSION_USER)): New.
8229         (AC_COPYRIGHT): $2 is the diversion to use.
8230         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
8231         (AC_INIT): Remove dead comments as now it's commutative.
8233 2001-06-06  Akim Demaille  <akim@epita.fr>
8235         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
8236         PR autoconf/187.
8238 2001-06-05  Akim Demaille  <akim@epita.fr>
8240         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
8241         can be empty.
8242         `*dir' variables cannot be NONE.
8243         Reported by Mark Kettenis.
8245 2001-06-05  Paul Eggert  <eggert@twinsun.com>
8247         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
8249 2001-06-04  Akim Demaille  <akim@epita.fr>
8251         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
8252         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
8253         (AC_TR_SH): Move as...
8254         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
8255         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
8256         (AS_TR_SH): these.
8257         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
8258         (_AS_TR_SH_PREPARE): New.
8259         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
8260         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
8262 2001-06-02  Akim Demaille  <akim@epita.fr>
8264         * Makefile.am (.m4.m4f): Pass the options first.
8265         Fixes PR autoconf/182.
8267 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
8269         GNU getopt, when POSIXLY_CORRECT does not permute options and
8270         arguments.  So pass the options first.
8271         Fixes PR autoconf/184.
8273         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
8274         (run_m4): Remove files.
8275         (run_m4f): Remove.
8276         Update remainder of script to use them.
8277         (for warning in): Do not use a literal comma as it will not be
8278         split by IFS.
8280 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
8282         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
8283         Fortran compilers to check.
8284         (_AC_PROG_F77_V): Add '-###' as a possible option to print
8285         information on library and object files.
8286         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
8287         to check.
8289 2001-06-02  Akim Demaille  <akim@epita.fr>
8291         * autom4te.in (Request::@request): Declare with `vars', not `my',
8292         as it prevents updates via `do FILENAME'.
8294 2001-06-02  Akim Demaille  <akim@epita.fr>
8296         * configure.in (standards_texi): Remove, dead code.
8298 2001-06-02  Akim Demaille  <akim@epita.fr>
8300         * autom4te.in: New.
8302 2001-06-02  Pavel Roskin  <proski@gnu.org>
8304         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
8305         for signals other than 0 - exit with code 1.
8306         * m4sh.m4 (AS_TMPDIR): Likewise.
8307         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
8308         * autoheader.in: Likewise.
8309         * autoreconf.in: Likewise.
8310         * tests/torture.at (Signal handling): New test for the above.
8312 2001-06-01  Akim Demaille  <akim@epita.fr>
8314         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
8315         message.
8317 2001-05-31  Akim Demaille  <akim@epita.fr>
8319         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
8320         Add copyright and comments.
8321         * acheaders: Add stdint.h.
8322         Suggested by Paul Eggert.
8324 2001-05-31  Akim Demaille  <akim@epita.fr>
8326         * atgeneral.m4 (AT_INIT): Use $SHELL.
8327         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
8329 2001-05-31  Akim Demaille  <akim@epita.fr>
8331         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
8332         stdint.h.
8333         From Paul Eggert and Lars Hecking.
8335 2001-05-31  Akim Demaille  <akim@epita.fr>
8337         * tests/base.at: Adjust line numbers in error messages.
8339 2001-05-31  Akim Demaille  <akim@epita.fr>
8341         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
8342         to emit the bangshe line.
8343         Reported by David Carter.
8345 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
8347         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
8348         Fortran (95) compilers to check.
8350 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
8352         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
8353         Macro Archive URL.
8355 2001-05-23  Pavel Roskin  <proski@gnu.org>
8357         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
8358         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
8359         (AC_PROG_CXXCPP): Likewise.
8361 2001-05-22  Akim Demaille  <akim@epita.fr>
8363         * config: New directory.
8364         * configure.in: AC_CONFIG_AUX_DIR it.
8365         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
8367 2001-05-22  Akim Demaille  <akim@epita.fr>
8369         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
8370         * autoupdate.in: Specify the Emacs mode.
8371         * acversion.m4.in: Rename as...
8372         * acversion.m4: this.
8373         * tests/Makefile.am (CLEANFILES): More garbage.
8375 2001-05-22  Akim Demaille  <akim@epita.fr>
8377         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
8378         Rename as...
8379         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
8380         these.
8382 2001-05-21  Akim Demaille  <akim@epita.fr>
8384         * configure.in: Bump to 2.50a.
8386 -----
8388 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
8390 This file is part of GNU Autoconf.
8392 GNU Autoconf is free software; you can redistribute it and/or modify
8393 it under the terms of the GNU General Public License as published by
8394 the Free Software Foundation; either version 2, or (at your option)
8395 any later version.
8397 GNU Autoconf is distributed in the hope that it will be useful,
8398 but WITHOUT ANY WARRANTY; without even the implied warranty of
8399 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8400 GNU General Public License for more details.
8402 You should have received a copy of the GNU General Public License
8403 along with autoconf; see the file COPYING.  If not, write to
8404 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
8405 Boston, MA 02111-1307, USA.