* NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
[autoconf/tsuna.git] / ChangeLog
blob331eb92d80c6d18baf9c029b0f75ccbb1aebdec1
1 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
4         Fix typos.
6         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
7         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
8         not defined.
9         * doc/autoconf.texi (Changed Directory Variables): New node,
10         to document the whole `datarootdir' business a bit better.
11         * NEWS: Update.
12         * tests/torture.at (datarootdir workaround): Extend test.
13         Prompted by report by Alexandre Julliard.
15 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
18         when using default mode of IBM C 6 for AIX.  Problem and two-line
19         fix reported by Larry Jones.
21 2006-06-22  Alexandre Julliard <julliard@winehq.org>
23         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
24         about literal '${datarootdir}' if a definition is found in the
25         output file.
27 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29         * NEWS: Use "M4" rather than "m4" when appropriate.
30         Problem reported by Eric Blake.
31         * doc/autoconf.texi: Likewise.
32         Use @acronym around BSD, GCC, and GNU when appropriate.
33         (Why GNU M4): Renamed from "Why GNU m4".
34         (Redefined M4 Macros): Mention that Posix
35         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
36         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
37         to int.
39 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41         * bin/autom4te.in (handle_output): Do not forbid the empty
42         pattern.
43         * tests/tools.at (autoconf: the empty token): New test.
45 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
47         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
48         calls, so that we do not care whether they are LIFO or FIFO;
49         in the m4_wrap, do not check which diversion is the topmost
50         one, just check that the stack is balanced at the end.
51         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
52         base diversion forever--pop the previous diversion before
53         opening the new one; consequently, remove the m4_wrap call.
54         * lib/autotest/general.m4 (AT_INIT): Likewise.
55         * tests/m4sugar.at: Do not use
56         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
58 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
59         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
61         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
62         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
63         Rework example of m4wrap token-pasting trouble so that it doesn't
64         care whether it's LIFO or FIFO.
65         Fix some "contrary to"s that are awkward in English.
67 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
70         to `yes' instead of `int$1_t' if the type is found, for more
71         consistent configure output (where $1 is the number of bits).
72         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
73         Suggested by Bruno Haible.
75         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
76         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
77         with system headers.  Report by Bruno Haible.
79 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
81         * config/config.guess, config/config.sub: Sync from upstream.
83         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
84         in order to avoid picking up an older installed frozen m4sh.m4f.
85         Besides an outdated shell startup, this could have been created
86         by an earlier M4 version with incompatible frozen file format.
88 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
90         * README: Recommend m4 1.4.4 instead of 1.4.3..
91         * doc/autoconf.texi: Likewise.
92         (Special Chars in Names): Say that $(.FOO) is portable, as
93         suggested by Stepan Kasal.
94         (Installation Directory Variables, Build Directories):
95         (Automatic Remaking, Subdirectories, Fortran Compiler):
96         (Making testsuite Scripts, Defining Directories):
97         Quote variable usages better.
98         (Making testsuite Scripts): Add clean-local rule to makefile
99         snippet, by Eric Blake.
100         (Installation Directory Variables): Fix table item font.
101         Reword slightly to clarify.  Generalize advice about
102         not using special characters to include all file-related
103         vars, not just VPATH.
104         (Special Chars in Variables): Warn about special characters in
105         $(srcdir) too.
106         (Assignments): Clarify default-value example as suggested by
107         Ralf Wildenhues in
108         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
109         (Special Shell Variables): Note leading ./ or ../, as suggested
110         by Eric Blake.
111         (Limitations of Builtins): Under cd, warn about CDPATH.
112         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
113         Ralf Wildenhues.
115 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
117         * doc/autoconf.texi (Configuration Actions): Remove duplicate
118         `@var', for texi2html.
119         (Systemology): Some more word wrapping, for DVI output.
120         (autom4te Invocation): The short option for `--melt' is `-M',
121         not `-m'.
123 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
125         * doc/autoconf.texi: More formatting and English tweaks,
126         many suggested by Ralf Wildenhues.
127         Reword to avoid "@code{...}'s" and the like, since it's ugly
128         with Emacs info mode.  discontents -> woes.
129         Put a few "will"s back.  time stamp -> timestamp.
130         side-effect -> side effect.
132 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
134         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
135         Warn about $@ not persisting.  Problem reported by Julien Danjou in
136         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
137         (Special Chars in Names): Renamed from Leading _ in Macro Names.
138         Mention other special chars, too.
140 2006-06-14  Eric Blake  <ebb9@byu.net>
142         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
144 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
146         * doc/autoconf.texi: Some systematic minor improvements, as
147         follows.  Use "makefile" when talking about makefiles
148         generally (which might be named "makefile" or "Makefile" or even
149         "foo.mk"), "Makefile" when talking about a specific makefile
150         called "Makefile".  This unclutters the text from weird quotes
151         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
152         values" rather than "@var{foo}s" and similar constructs containing
153         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
154         English-language improvements.  Change the prefix "sub-" to "sub"
155         and "re-" to "re".
156         Put blank lines around examples more consistently.
157         Avoid "rather" and "very" as intensifiers.
158         Avoid "will" as an auxiliary.
159         (Limitations of Make): Split this node into....
160         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
161         (Leading _ in Macro Names, Backslash-Newline-Newline):
162         (Backslash-Newline Comments, Long Lines in Makefiles):
163         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
164         (obj/ and Make, make -k Status, VPATH and Make):
165         (VPATH and Double-colon, $< in Explicit Rules):
166         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
167         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
168         New nodes, resulting from splitup of Limitations of Make.
169         All cross-references changed.  Raise the top node from
170         a section to a chapter, and all subnodes accordingly.
171         Redo the introductory wording to match the new organization.
172         (Installation Directory Variables): Use an example that is
173         closer to what Autoconf actually does.  Mention that VPATH's
174         value should not contain metacharacters or white space.
175         (Fortran Compiler): Fix a VPATH bug in an example.
176         (Leading _ in Macro Names): Mention that this problem is no longer
177         of practical concern.
178         (VPATH and Make): Reword the advice to make it clearer
179         that Autoconf and Automake support VPATH in non-GNU make, but
180         many packages have bugs in this area.
181         ($< in Explicit Rules): Refer to Build Directories rather
182         than using a (non-VPATH-safe) example.
183         (Automatic Rule Rewriting): Mention the sort of disaster that
184         can ensue with Solaris-style rule rewriting with VPATH.
186 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
188         * doc/install.texi (Compilers and Options): Weaken the
189         suggestion to use GNU make for VPATH builds.
191         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
192         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
194         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
195         in regular expression.
197 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199         * doc/autoconf.texi (Installation Directory Variables):
200         Drop extra @samp from `@table @samp' item.
201         (Limitations of Usual Tools): Comment fix.
202         Do not nest @samp just to point to other table items.
203         (Writing testsuite.at) <AT_CHECK>: The second argument to
204         `@dvar' is already @samp'ed.
205         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
206         do not use @var in the second argument.
208 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
210         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
211         $as_shell.exe too.  Problem reported by Andreas Buening in
212         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
214 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
216         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
217         `unused variable' compiler warning, for `-Wall -Werror'.
218         Reported by Jaap Haitsma in
219         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
221 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
223         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
224         case the compiler dumps core.  Problem reported for
225         OpenServer 5.0.7 by Tim Rice in
226         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
227         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
228         Likewise.
230 2006-06-06  Tim Rice <tim@multitalents.net>.
232         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
233         "ERROR" only shows up in "make check" output if there is an
234         error.
236 2006-06-06  Eric Blake  <ebb9@byu.net>
238         * tests/tools.at (automatically allowed tokens): Fix typo.
240 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
242         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
244         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
245         typically overflows on x86 CPUs, even though the C standard
246         requires otherwise.
248 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
250         * configure.ac (AC_INIT): Bump to 2.59e.
251         * NEWS: Update.
253 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
255         Version 2.59d.
257         * config/texinfo.tex: Sync from upstream.
259         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
260         seen, invoke libtoolize with `--ltdl' argument.
261         * lib/autom4te.in (Autoreconf-preselections): Adjust.
262         * NEWS: Update.
263         Suggested by Eric Blake.
265 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
267         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
268         reported by Ralf Wildenhues.
269         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
271 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
273         * THANKS: Update.
275 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
277         * doc/autoconf.texi: Modernize some of the references to Solaris.
279 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
281         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
282         message issued by AC_REQUIRE.
283         * tests/m4sugar.at: Check m4_require's error message.
284         * tests/base.at: Check AC_REQUIRE's error message.
285         * tests/local.at (AT_CHECK_M4): New macro, almost identical
286         to...
287         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
288         AT_CHECK_M4.
289         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
290         `expout' as the last parameter.
291         * tests/tools.at: Adapt to the above change.
293 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
295         * doc/autoconf.texi (Limitations of Usual Tools): Correct
296         information about race-free implementations of mkdir.
298 2006-06-04  Eric Blake  <ebb9@byu.net>
300         * bin/autoreconf.in (help): Document M4 environment variable.
301         * bin/autoconf.as (Usage): Likewise.
302         * bin/autom4te.in (help): Likewise.
303         * doc/autoconf.texi (autom4te Invocation): Likewise.
305 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
307         * NEWS: GNU make now recommended for VPATH builds.
308         Mention that some macros are now documented to be obsolescent.
309         * doc/autoconf.texi:
310         Prefer "current" to "modern" to describe
311         currently-used (albeit perhaps old-fashioned) hosts.
312         Mention which ancient features no longer need to be worried about.
313         setgid -> set-group-ID
314         setuid -> set-user-ID (these are the Posix terms)
315         Fix some misuses of "only".
316         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
317         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
318         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
319         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
320         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
321         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
322         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
323         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
324         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
325         Mention that these macros are obsolescent.
326         (Installation Directory Variables): shall -> should
327         (File Descriptors): Mention that 0, 1, 2 might get reopened.
328         Mention that it's now safe to use 3 and 4.
329         (Limitations of Usual Tools): cp -r is now specified by Posix.
330         Omit longwinded and obsolescent discussion of cp -f.
331         Modernize discussion of expr, ls.
332         (Limitations of Make): Modernize discussion of VPATH builds.
333         Mention $? as a workaround in some cases.
334         * doc/install.texi (Basic Installation):
335         Mention "./configure; make; make install" first.  Be more
336         specific about why this file is generic.  Remove unnecessary
337         parens.  Remove misleading "only".  Remove obsolete advice
338         about csh.  Don't say "configure" takes awhile; say it
339         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
340         and CC=c99 rather than CC=c89, as these are blessed by current
341         Posix.  Recommend GNU make if doing a VPATH build.
343 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
345         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
346         examples involving shell prompts.
348 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
349         and Paul Eggert  <eggert@cs.ucla.edu>
351         * doc/autoconf.texi (Here-Documents): Add details about the
352         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
353         use "here-documents" instead of "here documents".
355 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
357         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
359 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
361         * doc/autoconf.texi (File System Conventions): Warn about ":"
362         anywhere in directory names.
364 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
366         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
367         about quoting the case statement, just in case.
368         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
369         was fixed in ksh93g; reported by Ralf Wildenhues.
371 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
373         * doc/autoconf.texi (System Services): Do not document
374         overriding EXEEXT via ac_cv_exeext=ext.
375         (Particular Programs) <AC_PROG_MKDIR_P>:
376         Document that ${MKDIR_P} understands --.
377         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
378         comment.
380 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
383         argument with leading hyphen.  Problem reported by Paul Eggert.
385 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
387         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
388         about quoting ac_try: quote all of it, if any of it seems suspicious.
389         This means we don't have to worry about ${ or sed any more.
390         Also, double-quote the case statement, to work around misuses via
391         underquoting as reported by Ralf Wildenhues in
392         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
393         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
394         undocumented and dangerous macro.
395         Problem reported by Ralf Wildenhues in
396         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
398 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
401         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
402         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
404 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
406         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
407         since evidently some packages rely on the old, broken behavior.
408         Problem reported by Ralf Wildenhues in
409         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
410         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
411         pre-2006-05-26 definitions, but leave in the comments that
412         these macros are dangerous and should not be used.
413         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
414         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
415         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
416         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
417         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
419 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
421         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
422         the use of 'tr', since this is our only use of 'tr'.
424 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
425         and Paul Eggert  <eggert@cs.ucla.edu>
427         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
428         Don't assume 'grep' works on long lines, since AIX grep doesn't.
430 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
432         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
433         the output file in the `${datarootdir}' test.
435 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
436         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
438         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
439         mention of `datarootdir' in the input file(s), but literal
440         `${datarootdir}' in the output file, and we haven't warned yet,
441         then warn as well: the user may have (erroneously) used
442         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
443         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
444         * tests/torture.at (datarootdir workaround): Extend this test.
445         * NEWS: Update.
447 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448         and Paul Eggert  <eggert@cs.ucla.edu>
450         * doc/autoconf.texi (autoheader Invocation): The first argument to
451         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
452         alternatives and clear up the language a bit.
454 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
456         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
457         ac_config_guess, ac_config_sub, ac_configure.
458         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
459         Fix typo that prevented an unnecessary space from being removed.
460         Problems reported by Ralf Wildenhues in:
461         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
463 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
465         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
466         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
467         Don't use the term "thread-safe" to talk about mkdir race
468         conditions, since the problem is more a process than a thread
469         issue.  Problem reported by Stepan Kasal in:
470         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
471         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
472         the test for 'install' more closely.  Look at MKDIR_P first.
473         Look in the PATH, and at /opt/sfw/bin.
474         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
475         Don't bother to try mkdir -p, since we already check mkdir --version;
476         just look at the version number.  (There's no easy way to check
477         for race-free implementations.)
478         * tests/tools.at (autoconf: subdirectories): Adjust to above
479         changes, since MKDIR_P now might end in "/mkdir -p".
481         * doc/autoconf.texi (autoheader Invocation): Mention that the
482         first arg of AC_DEFINE_UNQUOTED must be a literal.
483         Problem reported by Ben Pfaff in
484         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
486         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
487         * doc/autoconf.texi (Special Chars in Variables): New section.
488         (Preset Output Variables): Warn about special chars in CPPFLAGS.
489         (Installation Directory Variables): Quote $(datadir) better.
490         (Limitations of Builtins): Describe some of eval's trickiness.
492         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
493         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
494         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
495         in front of every arg, not just trailing args.  Quote apostrophes.
496         (_AC_EVAL_ECHO): New macro.
497         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
498         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
499         removed.
500         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
501         exposed by quoting of eval argument.  Put the command on line line
502         so it logs better.
503         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
504         (_AC_PATH_X, AC_PATH_X): Quote more safely.
505         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
506         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
507         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
508         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
509         Use eval more safely.
510         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
511         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
512         to be replaced.
513         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
514         lines, exposed by quoting of eval argument.
516 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
517         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
519         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
520         initialization of `ac_cv_exeext', do not override it if it was
521         already set, unless it was set to `no', for compatibility with
522         Autoconf-2.13, and comment this.
523         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
524         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
525         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
526         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
527         Document that this test may be overridden by setting
528         `ac_cv_exeext'.
530 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
532         Revert these two patches:
534         2006-04-06  Eric Blake  <ebb9@byu.net>
535         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
536         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
537         2006-04-01.
539         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
540         Clean up _AC_COMPILER_EXEEXT* macros.
541         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
542           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
543           ac_file to the name of the default output file and call
544           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
545           initial `rm' of the candidate files...
546         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
547           the same list in subsequent `rm' calls, and for the temporary
548           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
549           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
550         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
551         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
552           no longer needed) by libtool.  Make it a cache check.
553         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
554           copied here by mistake.
555         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
556           _AC_COMPILER_EXEEXT.
557         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
558           _AC_COMPILER_OBJEXT directly.
559         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
561 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
563         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
564         Fix description of how the buggy `sed' works.
566 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
568         Sync from Automake:
570         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
571         ENOLCK.  Only mention `make -j' when applicable.  Only raise
572         fatal errors when `make -j' is involved.  Improve error message.
574 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
576         * doc/autoconf.texi (Here-Documents): We now know more about
577         the variable expansion in here documents bug.
578         Thanks to Tim Rice and Stepan Kasal.
580         * doc/autoconf.texi (Making testsuite Scripts): Add an example
581         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
583 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
585         * tests/autotest.at (Multiline command from M4 expansion):
586         No failure to be expected if the shell quotes newlines in
587         commands in the `set -x' output.  Report by Tim Rice.
588         * THANKS: Update.
590 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
592         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
593         expansion in the here-documents used by config.status, as that
594         runs afoul of the Korn shell version M-12/28/93d bug described in
595         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
596         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
597         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
599 2006-05-23  Jim Meyering  <jim@meyering.net>
601         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
602         Fix typo introduced with 2006-04-02 change.  It reversed the sense
603         of the test.
605 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
607         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
608         ac_dB slightly, to save bytes in the script.
609         Max out at 50 lines, rather than 96; this is more likely
610         (though not guaranteed) to avoid obscure 'sed' failures.
612 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
614         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
615         `tr -d -' as bad option argument.  Work around this by deleting
616         an unrelated character.
617         Report by Tim Rice <tim@multitalents.net>.
619 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
620             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
621             Stepan Kasal  <kasal@ucw.cz>
623         * doc/autoconf.texi (Particular Programs): Do not promise that
624         we always prefer the GNU version of the program, and that we
625         search according to PATH; both rules can have exceptions.
626         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
627         AC_PROG_SED.  Move descriptions of limitations
628         to the Limitations of Usual Tools section.
629         (Limitations of Usual Tools) <sed>: Mention script length
630         limitations with Solaris /usr/ucb/sed.
631         <grep>: Fix wording for empty alternative.  Mention that -c and
632         -l should not be combined, and that -E and -F should not be
633         combined.
635 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
636         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
638         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
639         limits in Solaris 8 /usr/ucb/sed by testing a long script.
641 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
643         * doc/autoconf.texi (Defining Symbols): Literal parameter of
644         AC_DEFINE is now passed to m4_pattern_allow.
645         * NEWS: Mention that; likewise for AC_SUBST.
646         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
647         the parameter to m4_pattern_allow.
648         * tests/tools.at: Add a check for that.
650 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
652         * lib/autoconf/status.m4: Fix typos.
654 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
656         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
657         only the files that this macro generates.
659 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
661         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
662         the HP-UX sed limitation of 99 commands, labels do not count.
663         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
664         in the comment.
665         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
667 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
669         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
670         Import the following fix from coreutils:
672         2006-01-13  Jim Meyering  <jim@meyering.net>
674         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
675         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
676         not double-quote uses of that variable, to accommodate the rare
677         case in which getmntent is available in none of the libraries
678         checked.  This happens at least on FreeBSD 5.0.
680 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
682         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
683         ac_config_guess, ac_config_sub, and ac_configure, since evidently
684         some other programs unwisely rely on these undocumented vars.
685         But put in warning comments about them.
686         Problem reported by Ralf Wildenhues in
687         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
688         * NEWS: Document that these variables are intended to go away.
690 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
693         and set the language to C++ (analogous to the equivalent Fortran
694         tests).
696         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
697         * doc/autoconf.texi (C++ Compiler): Document it.
698         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
699         * NEWS: Update.
701 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
703         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
704         that caused config.status to generate 100-command sed scripts; the
705         portable limit is 99.
707 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
709         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
710         variable `ac_d' instead of `d' to avoid infringing namespace.
711         Report by Ralf Menzel.
713 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
715         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
716         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
717         * tests/tools.at (autoconf: subdirectories): New test, taken from
718         the corresponding problem report by Ralf Wildenhues in:
719         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
721         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
722         Quote some uses of shell variables if they might suffer unexpected
723         globbing.  This doesn't fix all instances of quoting problems that
724         I found, just the easy ones that look safe.
725         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
726         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
727         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
728         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
729         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
730         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
731         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
732         Likewise.
733         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
734         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
736 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
738         * bin/autoreconf.in ($help): Reword according to the manual.
739         Suggested by Olly Betts.
741 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
742         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
744         * bin/autoreconf.in: Pass the directory argument to
745         `require_configure_ac'.  Fix comment.
746         * tests/torture.at (Configuring subdirectories): Expose this.
747         Reported by Olly Betts.
749 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
751         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
752         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
753         Automake as follows:
755         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
756         `$configure_in' instead of `configure.in', to preserve
757         directory component.
759 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
761         * config/config.guess, config/config.sub, config/texinfo.tex,
762         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
764 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
766         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
767         test for C99 conformance; (bool) 0.5 is an integer constant
768         expression, but (bool) -0.5 is not.  Problem reported by Fedor
769         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
771 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
773         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
774         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
775         Warn about obsolete install-sh files.  Remove stray sentence
776         fragment and fix cross reference.
777         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
778         install -d; this undoes the 2006-05-10 change.
779         (MKDIR_P): Mark with AN_MAKEVAR.
780         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
781         that we don't require $INSTALL to be thread-safe.  Move comments
782         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
783         of AC_PROG_INSTALL.  Output a message saying that we're checking
784         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
785         MKDIR_P instead of AC_SUBST.
786         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
787         Special magic for MKDIR_P, too.
788         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
789         a dnl.
790         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
792 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
794         Sync from Automake, as follows:
796         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
797         * config/install-sh: Initialize IFS, so field splitting isn't
798         turned off later.
799         * config/mkinstalldirs: Likewise.
800         * config/missing: Remove superfluous quotes.  Replace all uses of
801         `[' by `test', for consistency, and for..
802         * config/missing (sed_minuso, sed_output): New variables.
803         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
804         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
805         Fixes `missing' to detect `--output' for help2man.  Fixes
806         PR automake/483.  Report by Dennis J. Linse.
807         (autom4te): Document in `missing --help'.
809 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
811         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
812         * config/install-sh: Don't use 'path' to talk about file names,
813         as per GNU coding standards.  Close a race condition reported by Ralf
814         Wildenhues and Stepan Kasal.  There is still a race condition
815         on hosts that predate Posix 1003.1-1992, but we can't help this.
816         Don't mishandle weird characters like space on pre-Posix hosts.
817         Invoke mkdir at most once per dir arg on pre-Posix hosts.
818         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
819         AC_PROG_MKDIR_P from AS_MKDIR_P.
820         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
821         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
822         earlier editions are not (including Automake 1.8.3).
823         Do not suggest mkinstalldirs for thread-safety.
824         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
825         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
826         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
827         presence of special characters and race conditions.
828         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
829         in Autoconf's name space.
831 2006-05-10  Bruno Haible  <bruno@clisp.org>
832         and Paul Eggert  <eggert@cs.ucla.edu>
834         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
835         from Automake with minor changes.
836         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
838 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
840         * config/install-sh: Update to Automake CVS version, as follows:
841         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
842         * lib/install-sh: Simplify the expr implementation of dirname.
843         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
844         * lib/install-sh: Handle --, and diagnose unknown options.
846 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
848         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
849         `./autom4te' to create `./testsuite', since the `all' target
850         will ensure its presence, but `installcheck' should not create
851         the uninstalled wrappers.
853         * tests/torture.at (Unusual Automake input files): Skip if we
854         detect automake < 1.8.
856 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
858         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
859         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
860         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
861         * NEWS: Update.
863 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
865         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
866         munge (multiple) white space and other oddities.
867         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
868         single quotes in variable assignment.
869         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
870         and similar failures by adding multiple spaces, tabs, and other
871         special characters.
872         Report and different test suggested by Francesco Romani
873         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
875         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
876         single quotes, we only need to search for single quotes; this
877         both simplifies the search pattern, and makes us less
878         susceptible to `echo' variations for arguments not containing
879         single quotes.
880         (_AC_ARG_VAR_VALIDATE): Likewise.
882 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
884         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
885         `$*' and IFS concatenation issue with traditional shells and
886         bash-2.04.  Report by Seanster@Seanster.com.
888 2006-05-03  Bruno Haible  <bruno@clisp.org>
890         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
891         precisely which Mac OS X versions have the od problem.
893 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
895         * doc/autoconf.texi: Use @option systematically.
897 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
898         and Bruno Haible  <bruno@clisp.org>
900         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
901         about 'od'.
902         (Integer Overflow): Mention the special case of integer division
903         overflow.
905 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
907         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
908         traditional shells like the Solaris one that do not use the
909         first IFS character for assembling `$*'.
910         Prompted by a related report from autoconf_bug@nro.ca.
912 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
913         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
916         Mention more problems with the -e option.
918 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
920         * NEWS: Typo.
921         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
923         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
924         in URLs to improve DVI formatted output (requires texinfo 4.6).
925         (System Services, Systemology, Shellology): Likewise.
926         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
927         output.
929         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
930         continuous text.
931         (Runtime): Fix macro argument names to match description:
932         `action-if-found' -> `action-if-true' and similarly.
933         (Obsolete Macros): Likewise.
934         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
935         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
936         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
938 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
940         * doc/autoconf.texi (Limitations of Make): Clean up markup.
942         * ChangeLog: Typo.
943         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
944         DVI output.
946 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
948         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
949         /bin/sh set unsorted output.
950         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
951         * tests/local.at: Likewise.
953 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
955         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
956         (Integer Overflow, Null Pointers, Buffer Overruns):
957         (Floating Point Portability, Exiting Portably): New sections.
958         (Writing Test Programs): Fix some langauge.  Recommend exiting
959         with status 1, not merely nonzero.  Clarify exit declaration.
960         (Run Time): Move C exit status stuff to new Exiting Portably section.
961         (Systemology): Mention Posix and levenez.  Update v7 reference.
962         (Portable Shell): Mention the Posix shell.
964 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
966         * bin/autoconf.as (me): Replace by as_me.
968 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
970         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
971         since as_me isn't set yet.
973 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
975         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
976         a few minor bugs in this area.
978         * doc/autoconf.texi (Programming in M4sh): Comment out the
979         documentation of AS_BASENAME, for now.
980         (Shell Substitutions): Do not use AS_DIRNAME in an example.
981         (Limitations of Builtins) <basename>: Do not refer to
982         AS_BASENAME.
983         * bin/autoconf.as (me): Don't use AS_BASENAME.
984         (dir): Remove the unused variable.
985         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
986         AS_DETECT_REQUIRED.  All uses changed.
987         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
988         All uses changed.
989         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
990         (AS_BASENAME): Use "basename --" to protect against leading "-".
991         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
992         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
993         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
994         (_AS_DIRNAME_PREPARE): Likewise.
995         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
996         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
997         (AS_DIRNAME): Use "dirname --".
999 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1001         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1002         of "run time" and "run-time" changed to "runtime", for consistency.
1003         * lib/autoconf/fortran.m4: Likewise (in comment).
1004         * lib/autoconf/functions.m4: Likewise.
1005         * lib/autoconf/general.m4: Likewise.
1006         * lib/autoconf/headers.m4: Likewise.
1008         * doc/autoconf.texi (Run Time): Document the exit status situation
1009         with more accuracy and detail.
1011 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1013         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1014         Archive is not officially `GNU' any more.  Update URL.
1015         (Defining Directories): Likewise
1016         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1018 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1020         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1021         newline from the `trap' code to finish `config.log'; the NetBSD
1022         /bin/sh resets the exit status after an empty command, as
1023         documented in doc/autoconf.texi.
1024         Reported by Dalibor Topic <robilad@kaffe.org>.
1026 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1028         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1029         Suggested by Bruno Haible.
1031 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1033         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1034         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1035         Instead, just list the shells that we know work.
1036         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1037         changed.  Be more cautious about the _cv_ variable.
1038         * tests/tools.at (Syntax of the shell scripts): Check the
1039         _cv_ variable once, at first, to avoid an internal autoconf error
1040         when sh -n does not work.
1042 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1044         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1046 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1048         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1049         use ">&-" since we're only 99.999% sure that this is portable,
1050         and since the MinGW bug is fixed in a different way.
1051         * lib/autotest/general.m4 (AT_INIT): Likewise.
1053 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1055         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1056         before opening config.log, to avoid hitting a bug on MinGW.
1058 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1060         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1061         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1062         This works around a MinGW bug reported by Eric Paire.
1063         Make sure that all writes to the log file append to it,
1064         rather than possibly losing data.
1065         * lib/autotest/general.m4 (AT_INIT): Likewise.
1067 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1069         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1070         description.
1072 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1074         * NEWS: Update.
1076         * configure.ac (AC_INIT): Bump to 2.59d.
1078 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1080         Version 2.59c.
1082         * Makefile.maint (news-date-check): Do not require a leading `*'
1083         before the release date in NEWS.
1085 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1086         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1088         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1089         the instantiated file do not contain the string 'datarootdir'
1090         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1091         @mandir@, replace the reference '${datarootdir}' by the value.
1092         * tests/torture.at (datarootdir workaround): New test.
1093         * NEWS: Advertise this temporary fixup.
1094         Based on a patch by Bruno Haible, reported and analyzed by
1095         Paul Eggert and Noah Misch.
1097 2006-04-12  Eric Blake  <ebb9@byu.net>
1099         * tests/autotest.at (Debugging a failed test): Fix comment.
1101 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1103         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1104         all the changes since 2006-04-07.
1106 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1108         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1109         succeeded, but `ln -s file dir' failed, take care to remove the
1110         leftover target before the next test, to prevent its spurious
1111         failure; also make sure `ln file dir' works before selecting it.
1112         Thanks to Keith Marshall for pointing this out.
1113         * THANKS: Update.
1115         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1116         assignments in `at_debug_args', so that we put them correctly
1117         in the `run' script.
1118         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1119         Reported by Eric Blake.
1121 2006-04-11  Eric Blake  <ebb9@byu.net>
1123         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1124         top-level tests after micro-suite has been run.   Used in...
1125         (Debugging a successful test, Debugging script and environment),
1126         (Debugging a failed test): ...these new tests.  The first of these
1127         is fixed by...
1128         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1129         macro, split out from...
1130         (AT_INIT): ...here, so that using -d also generates a run script.
1131         Document that -d inhibits top-level logging.
1132         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1133         inhibits top-level logging; debug scripts are created.
1135         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1136         check.
1137         * tests/autotest.at (Empty test, Empty check): New test to check it.
1139         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1140         from gcc.
1142 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1144         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1145         the files if a problem appears.  Make the empty *.at files
1146         read-only, too.  Proposed by Ralf Wildenhues.
1148 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150         * config/Makefile.am: Add comment to force updated Makefile.in.
1152         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1153         space only patch to this file, this patch causes the Makefile.in
1154         files that include freeze.mk to be updated, and thus have a
1155         newer time stamp again, which in turn makes a pristine CVS
1156         checkout have correct time stamps.
1158         * Makefile.maint (cvs-sv): New macro, to be used..
1159         (config.guess-url_prefix, config.sub-url_prefix)
1160         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1161         point to CVS text checkout of Gnulib files.
1162         (copyright-check): Bump current year.
1163         (announcement): Do not hard-wire `./announce-gen'.
1164         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1165         correctly.
1166         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1167         `chmod +x'.
1168         (wget_files): Update config.guess, config.sub, texinfo.tex by
1169         `wget-update', now that their URLs work again.
1171 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1173         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1174         Problem noted by Paul D. Smith.
1176 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1178         * doc/autoconf.texi: Remove unused words from word list.
1179         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1180         .x-sc_trailing_space: New files.
1182         * doc/standards.texi: Sync from gnulib.
1184         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1185         `LIBOBJDIR' as experimental.
1187         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1188         with a target directory; it's internally implemented as `cp'
1189         anyway, but since Autoconf advertises the possibility to use
1190         a target directory when LN_S is `ln -s', we need to find out.
1191         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1192         analyzed by Keith Marshall <keith.marshall@total.com>.
1194         * THANKS: Update.
1196 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1198         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1199         confdefs.h as-is.  In general, if it has backslash-newline or the
1200         like, then it doesn't work either to sort or to remove empty
1201         lines.
1203 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1205         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1207 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1209         * lib/autom4te.in (Automake-preselections): Preselect
1210         _AM_SUBST_NOTMAKE.
1212 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1214         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1215         apostrophe within a single-quoted string, as this is the usual
1216         tradition and is easier to read than '"'"'.  Don't rely on the
1217         shell treating "$/" like '$/'.  Use a more-consistent indenting
1218         style for the trap.
1220 2006-04-09  Eric Blake  <ebb9@byu.net>
1222         * tests/autotest.at (Backquote command substitution),
1223         (Multiline backquote command substitution): Remove mistaken
1224         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1225         applied...
1226         (Parenthetical command substitution, Multiline parenthetical
1227         command substitution): here.
1229 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1231         Import macros from gnulib (often changing their name).
1233         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1234         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1235         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1236         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1237         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1238         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1239         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1240         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1241         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1242         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1243         The manual mentions Gnulib more prominently.
1244         * doc/autoconf.texi (Gnulib): New node.
1245         (Pointers): Add Gnulib URL.
1246         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1247         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1248         Gnulib section.
1249         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1250         suggest a #define rather than a typedef for _Bool, and mention
1251         Gnulib rather than trying to substitute stdbool code.
1252         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1253         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1254         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1255         AC_STRUCT_DIRENT_D_TYPE.
1256         (Particular Types): Mention stdint.h and inttypes.h as standard
1257         headers too.
1258         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1259         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1260         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1261         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1262         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1263         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1264         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1265         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1266         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1267         (Coding Style).  Don't mention m4_expand_once.
1268         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1269         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1270         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1271         (AC_CHECK_FUNCS): Use it.
1272         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1273         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1274         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1275         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1276         (AC_HEADER_ASSERT): New macro.
1277         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1278         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1279         Catch a bug in an HP-UX C compiler.
1280         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1281         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1282         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1283         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1284         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1285         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1286         New macros.
1288         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1289         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1291 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1293         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1294         of the warning introduced by the 2001-08-28 change.
1296 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1297             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1299         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1300         variables shall be overriden by the cache.
1301         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1302         that contains braces.
1304 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1306         Revert the patch from 2006-04-01 and only improve
1307         _AS_DETECT_BETTER_SHELL:
1309         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1310         skip nonexistent directories.
1311         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1312         only shell candidates which exist.
1313         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1314         * lib/autotest/general.m4 (AT_INIT): No need to give three
1315         parameters to _AS_PATH_WALK.
1317 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1318             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1320         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1321         distinguish m4sugar macros.
1322         * tests/tools.at (autoupdating with aclocal and m4_include):
1323         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1324         test case by Noah Misch <noah@cs.caltech.edu>.
1326 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1328         Revert my change from 2006-03-17, in other words:
1329         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1330           and DUALCASE=1.
1331         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1332         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1333           it is set.
1335 2006-04-07  Eric Blake  <ebb9@byu.net>
1337         * doc/autoconf.texi (Programming in M4sh): Document that
1338         AS_MKDIR_P exits the script on failure.
1339         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1341 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1343         * config/elisp-comp, config/install-sh, config/mdate-sh,
1344         config/missing, config/mkinstalldirs: Sync from Automake.
1346         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1347         from Automake.
1349         * doc/make-stds.texi: Sync from gnulib.
1351 2006-04-06  Eric Blake  <ebb9@byu.net>
1353         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1354         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1355         2006-04-01.
1357 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1358             Eric Blake  <ebb9@byu.net>,
1359             Paul Eggert  <eggert@cs.ucla.edu>,
1360             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1362         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1363         whether `set' quotes correctly: redirect stderr of the tested
1364         `set', and use a subshell, for Ultrix; use `sed' instead of
1365         `grep' for zsh `set' which may write binary output; match only
1366         at the beginning of a line, to avoid false positives.
1367         In order to avoid false positives by unrelated variables with
1368         multiline content, put the dump algorithm in a subshell and
1369         unset all variables containing newlines (except some which are
1370         special to the shell).  Warn about cache variables that are
1371         unset.
1373 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1375         * config/config.guess, config/config.sub, config/texinfo.tex:
1376         Sync from upstream.
1378         * tests/mktests.sh: Reword comments.
1380         * tests/mktests.sh: Only skip internal macros starting with
1381         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1382         Update exclusion lists for the test suite to this end:
1383         (AC_ARG_VAR): Do test this now.
1384         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1385         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1386         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1387         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1389         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1390         shell issue with double-quoted command substitutions of native
1391         commands.
1392         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1393         Marshall.
1395         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1396         no file matches the glob, discard the warning, set `nullglob'.
1397         (syntax-check): Likewise.
1398         (sc_cast_of_x_alloc_return_value): Likewise.
1399         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1400         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1401         (m4-check): Likewise.
1402         (sc_system_h_headers): Do not print rule on execution.
1403         (sc_tight_scope): Do not fail for non-existing `src' directory.
1404         (sc_changelog): Skip the Copyright footer.
1405         * lib/autoconf/lang.m4: Remove trailing space.
1407         * lib/autoconf/status.m4: More replacements to
1408         <tab><space> where this makes sense.
1410 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1412         * tests/Makefile.am (maintainer-check-posix):
1413           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1415         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1416           ac_config_<foo>s again, sometimes normalized, sometimes not.
1417         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1418         (AC_CONFIG_COMMANDS): Do not do so here.
1419         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1420           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1421           2005-07-25 rewrite.  Noticed by Noah Misch.
1423         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1424           _AC_PRESERVE_HELP_ORDER, ...
1425         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1427         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1428           inside m4_expand_once; it is redundant.
1430         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1431           for --help from Cygnus `configure.'
1433 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1435         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1436         on a patch proposed by Ralf Wildenhues.
1438 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1440         * lib/autoconf/status.m4: Replace <space>''<tab> with
1441         <tab><space> where this makes sense.
1443 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1444             Noah Misch  <noah@cs.caltech.edu>
1446         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1447         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1448         * doc/autoconf.texi (Help Formatting): New node.
1449         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1451 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1453         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1454         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1455         lib/autoconf/types.m4, lib/autotest/general.m4,
1456         tests/mktests.sh, tests/torture.at: White space cleanup:
1457         remove some SPACE before TAB, or add quoting ('' or @&t@).
1459         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1461         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1463 2006-04-05  Eric Blake  <ebb9@byu.net>
1465         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1466         empty test suite works.
1467         * tests/autotest.at (Empty test suite): Remove xfail.
1469 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1471         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1472         TAGS to ac_config_<foo>s.
1473         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1474         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1475         normalizing it, consistent it with previous releases.
1476         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1478 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1480         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1481         Use simplified args that Eric Blake originally suggested.
1483 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1485         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1486         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1487         Use 'comm' rather than N instances of grep; this also fixes a bug
1488         whereby substrings were incorrectly matched, causing us to not
1489         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1490         (exclude_list): Exclude empty macros.
1491         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1493         Use awk rather than grep -E or egrep, to avoid
1494         portability problems with regular expressions containing newlines.
1495         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1496         Switch from grep to awk syntax.
1497         (ac_exclude_script): Renamed from ac_exclude_egrep.
1498         (au_exclude_script): Renamed from au_exclude_egrep.
1500 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1502         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1503         a subdirectory subject to Cygnus `configure'.
1504         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1506         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1507         report request when we have no AC_PACKAGE_BUGREPORT.
1509 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1511         * THANKS: Update.
1513         * tests/mktests.sh: Update copyright year in the header of the
1514         generated files.
1516         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1517         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1518         typedef'ed restricted pointer, to catch a compiler bug on
1519         HP-UX 11.x, and fix warnings so it passes with -Werror.
1520         (_AC_PROG_CC_C99): Likewise.
1521         Reported by Albert Chin <china@thewrittenword.com>.
1522         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1524 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1526         * bin/autoscan.in (subdirs): New global.
1527         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1528         (output): Emit AC_CONFIG_SUBDIRS as needed.
1529         * tests/autoscan.at (autoscan): Remove XFAIL.
1531 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1533         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1535 2006-04-03  Eric Blake  <ebb9@byu.net>
1537         * THANKS: Add myself.
1539 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1541         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1542         to log, point to testsuite output tree.
1544 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1546         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1547         * doc/autoconf.texi (Function Portability): Mention that C++
1548         has trouble with 'exit'.
1549         (Guidelines): Test programs shouldn't use 'exit'.
1550         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1551         Remove; all uses removed.
1552         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1553         Return from 'main' instead of calling 'exit'.
1554         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1555         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1556         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1557         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1558         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1559         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1560         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1561         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1562         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1563         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1564         * tests/compile.at: Likewise.
1566 2006-04-02  Pavel Roskin  <proski@gnu.org>
1568         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1570 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1572         Clean up _AC_COMPILER_EXEEXT* macros.
1574         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1575           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1576           ac_file to the name of the default output file and call
1577           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1578           initial `rm' of the candidate files...
1579         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1580           the same list in subsequent `rm' calls, and for the temporary
1581           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1582           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1583         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1584         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1585           no longer needed) by libtool.  Make it a cache check.
1586         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1587           copied here by mistake.
1588         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1589           _AC_COMPILER_EXEEXT.
1590         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1591           _AC_COMPILER_OBJEXT directly.
1592         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1594 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1596         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1597         (AS_DIRNAME): Use it.
1598         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1600         * tests/*.at: Remove the generated ones.
1602 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1604         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1606 2006-04-01  Eric Blake  <ebb9@byu.net>
1608         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1609         directories, unless optional third argument supplied.
1610         (AS_UNAME): Don't optimize PATH walk.
1612         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1614 2006-04-01  Eric Blake  <ebb9@byu.net>
1615         and Stepan Kasal  <kasal@ucw.cz>
1617         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1618         and fix some typos.
1620 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1622         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1623         Autoconf version number despite a zero- or one-argument AC_INIT.
1625         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1626         subordinate tools.
1627         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1628         * doc/autoconf.texi (autoreconf Invocation): Document it.
1630         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1631         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1633 2006-04-01  Eric Blake  <ebb9@byu.net>
1635         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1636         * lib/autotest/general.m4: Be tolerant of existing directory when
1637           rm failed to remove it.
1639 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1641         * bin/autoupdate.in: Redefine m4_location so that warnings print
1642         the correct lines of the input file by subtracting..
1643         (_au__first_line): ..this new definition.
1645         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1646         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1647         Remove stray newline in output.
1648         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1649         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1650         Fixes autoupdating of code where the replacement output contains
1651         m4sugar macros.
1652         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1653         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1654          (au_exclude_list): Add AC_LANG_SAVE.
1655         * tests/tools.at: Several new tests for all of this.
1656         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1657         hairy details.
1658         The AC_LANG_SAVE issue was reported against Libtool by
1659         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1660         Kristian Kvilekval <kris@cs.ucsb.edu>.
1662 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1664         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1665           switch all of them on and of when necessary.  Fixes the bug when
1666           m4sugar macros (e.g., m4_define) were expanded after the first
1667           automatic update (e.g., after AC_PREREQ or AC_INIT).
1669 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1671         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1672         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1674         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1675         correctly.  Problem reported by Eric Blake.
1676         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1677         Ralf Wildenhues.
1679 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1681         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1682         Tighten up the basename/dirname wording.
1684 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1686         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1687         in texinfo files outside of verbatim environments.
1688         (syntax-check-rules): Update.
1689         * doc/autoconf.texi (Configuration Headers): Conform to it.
1691 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1693         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1694           aclocal cannot be given on the command line.
1696 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1698         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1699         Give an example for AS_DIRNAME instead of referring to Posix..
1700         (File System Conventions): Put discussion of // versus / here, and
1701         modernize it a bit.
1702         (Limitations of Usual Tools): Add basename.  Remove verbiage
1703         after dirname, since it got moved to the above sections.
1704         All this was inspired by a patch proposed earlier by Eric Blake.
1706 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1708         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1709         `$0' to protect against spaces.
1710         * lib/autotest/general.m4 (AT_INIT): Likewise.
1711         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1712         `$0', $as_me.
1714 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1716         * bin/autoscan.in: The value of find_configure_ac should be
1717         checked for existence, so we don't barf over a nonexisting
1718         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1720 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1722         * bin/autoupdate.in: Fix some typos.
1724 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1726         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1728         * lib/autoscan/autoscan.list: Refreshed.
1730 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1733         and Erlang related variables.
1735         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1736         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1737         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1738         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1739         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1740         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1741         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1742         (_AC_PROG_OBJC_G): New macros.
1743         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1744         * doc/autoconf.texi (Objective C Compiler): New node.
1745         (Preset Output Variables): Document OBJCFLAGS.
1746         (Language Choice): Document `Objective C' language.
1747         (Fortran Compiler): Fix typo.
1748         * NEWS: Updated.
1749         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1751 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1753         * doc/autoconf.texi (Default Includes): Fix typo
1754           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1755         (Limitations of Usual Tools): s/unwriteable/unwritable/
1756         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1757           Fix typos in the comments.
1759 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1761         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1762           Factor out the warning to...
1763         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1764         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1765         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1767         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1768           case `ac_delim' when writing the sed script.
1770         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1771           moved DUALCASE=1 ...
1772         (AS_SHELL_SANITIZE): ... here.
1773         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1774           that it is set.
1776         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1777           AC_SUBST.
1778         (_AC_PATH_PROG): Store the result to VARIABLE.
1779         (AC_PATH_PROG): No need to set VARIABLE again.
1781         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1782           the first one is usual AT_CHECK_MACRO test, the second one checks
1783           that the same works when cross-compiling.
1784         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1785         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1787 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1789         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1790         the directory `/usr/bin/posix' in the shell search, to prefer
1791         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1792         on Tru64.
1794         * doc/autoconf.texi (contents): To fix texi2html output, hide
1795         `@setcontentsaftertitlepage' for HTML.
1796         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1797         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1798         `@,{c}'.
1800 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1802         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1803           sanitizing...
1804         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1805         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1806           why IFS is restored so late; thank you, Ralf, for reminding us.
1808 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1810         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1811           variables in the examples.
1813 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1815         * doc/autoconf.texi (several sections): Cleaned up documentation for
1816         macros in erlang.m4.
1818 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1820         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1821         failure condition for `$(cmd)' style command substitutions.
1822         (Parenthetical command substition, Multiline parenthetical
1823         command substition): Use it.
1825         * doc/autoconf.texi (Special Shell Variables): Missing word.
1826         Reported by Keith Marshall <keith.marshall@total.com>.
1828         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1829         IFS even in case of empty `$PATH'.
1831 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1833         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1834         `expr' away if there is nothing to do.
1835         < --keywords >: Simplify and robustify argument handling.
1836         Revert erroneous comment from 2005-08-23.  Extend to allow
1837         keyword negation with `!'.
1838         Update help message.  Remove broken code to prevent running
1839         tests multiple times.
1840         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1841         Update and fix the documentation accordingly.
1842         * tests/autotest.at (Keywords): Renamed to..
1843         (Keywords and ranges): .. this.  Extended to make sure negated
1844         keywords, keywords taken from AT_SETUP arguments, and numeric
1845         test ranges work, and that matching is case-insensitive.
1847 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1849         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1850         allow to pass unnamed structs even in C++.
1851         (AC_CHECK_SIZEOF):  Likewise.
1852         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1853         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1854         struct): New tests for unnamed structs, each both native and
1855         cross-compiling.
1857         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1858         a structure inside a cast, for C++ conformance.
1859         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1860         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1862         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1863         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1864         trying to execute the command `no'.
1866         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1867         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1868         expanded outside.
1870         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1871         example.  Do not emphasize `$%', it is hardly new and special.
1872         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1874         * doc/autoconf.texi (Limitations of Usual Tools): Document
1875         OpenBSD and traditional `grep' failure to handle multiple
1876         patterns separated by newlines.
1878 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1880         * doc/autoconf.texi (several sections): Add documentation for macros
1881         in erlang.m4.
1883 2006-03-10  Eric Blake  <ebb9@byu.net>
1885         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1886         AC_TRY_LINK_FUNC.
1888 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1890         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1891         like BSD, GPL, LGPL.  Fix minor English typos.
1892         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1893         Mention that these macros are becoming obsolete.
1894         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1895         Use more modern terminology for which standard is what.
1896         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1897         and to ansi2knr.
1898         (AC_PROG_CXX): Likewise.
1899         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1900         Remove obsolete discussion about how to port to K&R.
1901         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1902         the obsolescent AC_HEADER_STDC.
1903         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1904         can't rely on it.
1906 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1908         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1909         Remove stdin redirection from /dev/null to allow pipe to work.
1911 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1913         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1914         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1915         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1916         Ralf Wildenhues.
1918 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1920         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1921         HP-UX sed is 99 commands, not 100.
1922         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1923         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1924         newline for portability.
1925         * tests/torture.at (Torturing config.status): Also test 100
1926         AC_SUBST_FILE invocations.  Fix test to actually verify the
1927         AC_CONFIG_FILES output.
1928         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1929         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1931         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1932         non-suffix rule.
1933         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1934         non-GNU make.
1935         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1936         * tests/mktests.sh: Small shell portability fixes.
1938 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1940         * doc/autoconf.texi (Caching Results): Fix the examples to use a
1941         recommended quoting style and discard unwanted output.
1943 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1945         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1946         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1947         cases, and to work around Tru64 expr bug.
1949 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1951         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1952         expr bug that turns the result of a regex match into a number if
1953         possible.
1955 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1957         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1958         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1959         in section `Specific Compiler Characteristics'.
1961 2006-03-04  Eric Blake  <ebb9@byu.net>
1963         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1964         variable warning.
1966 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1968         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1969         order of variable initialization, so even the Solaris 2.6 shell
1970         can create a config header correctly.  Fixes lots of test suite
1971         failures.
1973 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1975         * doc/autoconf.texi (Text processing Macros): New node to
1976         document the m4sugar macros m4_re_escape, m4_tolower,
1977         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1979 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1981         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1982         XrmInitialize (0) -> XrmInitialize ().
1983         Reported by Toshio Kuratomi.
1985 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1987         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1988         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1989         * doc/autoconf.texi (Programming in M4sh): Adjusted.
1990         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
1991         both macros are defun'ed so that required macros are evaluated
1992         outside.
1994         * doc/autoconf.texi (Prerequisite Macros): State more precisely
1995         where a required macro will be expanded.
1996         (Coding Style): Another reason not to use `m4_define'.
1998 2006-02-21  Eric Blake  <ebb9@byu.net>
2000         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2002 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2004         * doc/autoconf.texi (Looping constructs): New node, to
2005         document m4_for, m4_foreach, m4_foreach_w, and mention
2006         obsolete AC_FOREACH.
2007         (Obsolete Macros): Document AC_FOREACH.
2008         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2009         (m4_for): Fix to never loop (almost) endlessly, work correctly
2010         with arithmetic expressions in arguments, a step of zero or
2011         non-integer multiple of the interval, and avoid integer
2012         overflow.
2013         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2014         m4_foreach_w.
2016 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2018         Add basic support for Erlang, both for configuring Erlang/OTP
2019         tools, and Erlang as a conf test language.
2020         * lib/autoconf/erlang.m4: New file.
2021         * lib/autoconf/autoconf.m4: Add erlang.m4.
2022         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2023         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2024         * NEWS: Add short description of new macros.
2025         * THANKS: Add Romain Lenglet.
2027 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2029         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2030         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2032 2006-02-15  Eric Blake  <ebb9@byu.net>
2034         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2035         warning.
2037 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2039         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2040         (_AS_CASE): Private helper macro.
2041         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2042         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2043         Fix syntax of AS_IF description
2044         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2045         for the AC_REQUIRE mess.
2046         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2047         AS_SHELL_SANITIZE.
2049 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2051         * doc/autoconf.texi: Minor style cleanup.
2052         Be consistent about spaces after commas.
2053         Insert [] where empty args look a bit funny.
2054         Fix some "i.e." and "e.g." usages.
2055         Try to avoid "X/Y" usages.
2056         Don't be pedantic about "ISO C99"; just say C99.
2057         Prefer GNU style for spaces in front of parens.
2058         (Function Portability): Comment about C89 versus C99
2059         signed integer division.
2060         (Particular Headers): Use current gnulib style for dirent
2061         includes.
2063 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2064         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2066         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2067         macros without parameters.
2068         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2069         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2070         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2071         `$#' bug.
2072         (autoupdate): Updated to match AU_ALIAS fix.
2074 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2075         and Paul Eggert  <eggert@cs.ucla.edu>
2077         * doc/autoconf.texi (Programming in M4sh): Document
2078         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2080 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2082         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2083         (AS_BOURNE_COMPATIBLE): ..this.
2084         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2086 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2088         * doc/install.texi (Defining Variables): Tighten up the
2089         CONFIG_SHELL wording.
2091 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2092         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2094         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2095         of (set -o) rather than testing whether (set -o posix) succeeds,
2096         to work around a bug in the AIX 5.3 shell.  Problem originally
2097         reportd by Howard Chu for libtool.
2099 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2101         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2102         Changes the macro arguments in summaries to match the
2103         descriptions.
2105 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2107         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2108         hint as ``a workaround for a bug.''
2110 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2112         * bin/autoreconf.in: New option `--no-recursive'.
2113         Improve wording for subpackages a bit.
2114         * doc/autoconf.texi (autoreconf Invocation): Updated.
2115         * NEWS: Updated.
2117         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2118         in environment of `configure', not the command line.
2119         Reported by Howard Chu <hyc@highlandsun.com>.
2121 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2123         * doc/autoconf.texi (Limitations of Builtins): Document the
2124         problem with "trap -".
2126 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2128         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2129         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2130         messages to differentiate Fortran and Fortran 77 tests.
2131         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2132         AC_LANG_ASSERT, to allow use in mixed-language projects.
2134 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2136         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2137         FOO" to "defined (FOO)".
2138         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2139         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2140         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2141         * tests/tools.at (ifnames): Likewise.
2143 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2146         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2147         (END): Improve error message a bit.
2148         Reported by Bruce Korb <bkorb@gnu.org>.
2150 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2152         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2153         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2155 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2157         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2158         requires sys/stream.h.  Reported by Oliver Kiddle.
2160 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2161             Stepan Kasal  <kasal@ucw.cz>
2163         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2164         before the removals of test dirs, use `find' to avoid modification
2165         of symlinked directories.
2167 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2169         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2170         Don't ignore the macro arguments.
2172 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2174         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2175         declaration that works for MSVC.
2177 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2179         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2180         Add `*.map' and `.inf' for Green Hills compiler.
2181         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2183         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2184         correctly: pad with spaces after FIRST_PREFIX if necessary,
2185         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2186         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2187         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2188         * NEWS: Updated.
2189         Reported by numerous people, numerous times.
2191 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2193         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2194         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2195         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2196         * lib/autotest/general.m4, tests/local.at:
2197         Update copyright year to 2006.
2199         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2200         sed substitutions.
2201         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2202         for file names, again.  Reported by Noah Misch.
2203         (Coding Style): Explain that s|a|b| is preferred for file names.
2204         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2205         (AC_OUTPUT_MAKE_DEFS): Likewise.
2206         * lib/autotest/general.m4 (AT_INIT): Likewise.
2207         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2208         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2210         Fix Posix-conformance bugs re use of { command in sed scripts,
2211         and improve the sed-related documentation a bit.
2212         * doc/autoconf.texi (Installation Directory Variables): Use
2213         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2214         rather than "sed" when talking about Sed in general.
2215         (Particular Programs): Likewise.
2216         (Coding Style): y is like s with respect to / and ,.
2217         (Limitations of Usual Tools): Document the weird restrictions
2218         that Posix has about { }.  Use better quoting.
2219         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2220         Rewrite to conform to Posix rules about { } in sed scripts.
2221         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2222         * tests/foreign.at (Libtool): Likewise.
2223         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2224         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2226 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2228         * lib/autoconf/status.m4: Fix typo.
2230         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2231         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2232         `-def', for the benefit of Portland `pgf90 -Mipa'.
2233         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2235 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2237         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2238         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2239         shell from zsh to bash.
2241 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2243         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2244           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2246 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2248         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2249         parentheses in $(...).  Problem reported by Eric Blake.
2251 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2253         * doc/autoconf.texi (Limitations of Usual Tools):
2254         Mention which characters can be escaped with \ in portable regular
2255         expressions used in grep, sed, expr.  Mention the leading ^ problem
2256         with expr.  Clean up some confusing wording.  Mention which
2257         grep options are portable.
2259 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2261         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2263 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2265         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2266         patch, noted by Ralf Wildenhues.
2268 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2270         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2271         posix' unconditionally, for pdksh in `native sh' emulation.
2273 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2275         * doc/autoconf.texi (Shellology): Document eval $? problem
2276         with ash.
2277         (Limitations of Builtins): Likewise.
2279 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2281         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2282         CONFIG_SHELL in the environment of the configure rerun.
2283         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2284         Suggest passing CONFIG_SHELL absolute, and in the environment
2285         rather than as option.
2287 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2289         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2290         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2291         Fix macro quoting.  Fix output for n * 98 substituted variables.
2293 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2295         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2296         `tmp' to avoid file removal race.
2298 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2300         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2301         ac_clean_files and LIBOBJS.
2303 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2305         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2306         Factor functionality to..
2307         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2308         `AC_SUBST($1)' in the public version.
2309         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2310         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2311         ac_pt_* variables.
2313 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2315         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2316         filesystems.
2318 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2320         * NEWS: Move AH_HEADER mention to right place.
2322 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2324         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2325         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2327 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2329         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2330         conftst2.$ac_objext.
2331         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2333 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2335         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2336         conftest.o, to see whether the compiler really obeys; rm the object
2337         file before and after the test and register it with ac_clean_files.
2338         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2340 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2342         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2343         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2344         code so that the most common case requires less forks.
2346 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2348         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2349         not portable; thanks to Paul Eggert and Alexandre.
2351         * NEWS: Fix an old typo.
2353 2005-10-20  Jim Meyering  <jim@meyering.net>
2355         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2356         the latter'', in two places.
2358 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2360         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2361         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2362         the inner workings of AC_LANG_FUNC_LINK_TRY.
2363         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2364         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2365         by the function rather than ignoring it.
2366         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2367         comparing its address.  Intel's interprocedural optimization was
2368         outsmarting the old heuristic.  Problem reported by
2369         Mikulas Patocka.
2371 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2373         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2375 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2377         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2378         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2380 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2382         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2383         before removing it (chmod -R u+rwx); there are three instances of this.
2385 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2386             Stepan Kasal  <kasal@ucw.cz>
2388         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2389         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2390         make its content writable before removing it.  Remove an errorneous
2391         comment from the end, where the logs of the failed tests are copied
2392         to the main log file.
2394 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2396         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2397           in case the computer is too quick.  Double quote the configure.ac
2398           snippets.
2400         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2401           problems if the testsuite were running too fast.
2403 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2405         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2406         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2407         (which belong to Xt, not X itself).  See Debian bug 327655.
2408         * NEWS: Mention this.
2410 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2412         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2414 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2416         * config/move-if-change: Don't output "$2 is unchanged";
2417         suggested by Ben Elliston.  Handle weird characters correctly.
2419 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2421         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2422           calls, so that the final expansion of this macro is shorter.
2423           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2424           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2425           the cleanup there.  Use AS_VAR_* macros, to be more general.
2426         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2428         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2430         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2432 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2434         * doc/autoconf.texi (Configuration Headers): Add an index entry
2435           for AH_HEADER.
2437 2005-08-26  Pavel Roskin  <proski@gnu.org>
2439         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2440         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2441         running xmkmf.
2443 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2445         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2446         The previous patch didn't work, so try a better one.
2448 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2450         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2451         in the example.  Reported by Bruno Haible.
2452         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2453         "if $undefined_var;" succeeds with my shell.
2455         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2456         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2457         but change the m4_divert_text to m4_divert_once.
2459 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2461         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2462         Work around bug in Solaris /usr/xpg4/bin/awk.
2463         The bug is present in at least Solaris 8 through 10.
2465 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2467         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2468         some evil values and relying on the fact that $* concatenates the
2469         parameters by the first character from IFS.
2471 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2472             Stepan Kasal  <kasal@ucw.cz>
2474         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2475         first header appears, define AH_HEADER.
2476         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2477         Update limitations about when to call AC_CONFIG_HEADERS.
2478         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2479         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2480         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2481         ``Configuration Actions''; fix their index entries.
2483         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2484         options correctly.  Process N-M as M-N if M is smaller than N.
2485         Process ranges correctly so that N-N will run only N.
2486         Sort and uniquify the tests that will be run.  If there is more
2487         than one test, reinsert the banners for the tests.
2488         * tests/autotest.at (Keywords): Unmark XFAIL.
2490 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2492         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2493           before passing the macro name to AH_TEMPLATE.
2495         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2496           now opens log after option processing; in particular, --version
2497           and --help do not touch config.log.
2499         * Makefile.maint: Revert the change from 2005-08-12.
2501 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2503         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2504           common code to...
2505         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2507 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2509         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2510         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2511         Language cleanup.
2513         * doc/autoconf.texi (Defining Symbols, Changed Results):
2514         Prepend to LIBS, not append, in examples.
2516 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2518         When building in place, set srcdir="."; suggested by Tim Van Holder.
2520         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2521           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2522         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2523         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2524           does not mean "no --srcdir option".
2526 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2528         * tests/autoscan.at (autoscan): New file.
2529         * tests/suite.at: Use it.
2530         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2531         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2533         * tests/autotest.at (Keywords): Test keywords combinations.
2535 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2537         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2538           add "2>&1"; gzip 1.2.4 prints help on stderr.
2540 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2542         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2543         was pushdef'ed twice while popped only once.  Push it only once.
2544         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2546 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2548         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2549         prefixed by mere "===", not "configure: === ".
2551 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2553         * Makefile.maint: Update from Bison.
2555         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2556         "<tab>" in comment, so that the point is understandable.
2558 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2560         Rewrite substantial part of lib/autoconf/status.m4.
2561         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2562         and CONFIG_COMMANDS are not processed in four separate loops.
2563         Instead, there is one main loop.  This alows that the common code
2564         is expanded only once, thus config.status (and configure) is smaller.
2566         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2567         the AC_LIST_FILES and cousins macros are no longer used.
2569         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2570         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2571         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2572         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2573         contain the initialization, nor the for loop, nor the associated
2574         commands; all these go to ...
2575         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2576         _AC_OUTPUT_CONFIG_STATUS.
2577         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2578         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2579         (_AC_OUTPUT_FILE): The creation of the sed script ...
2580         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2581         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2582         _AC_OUTPUT_MAIN_LOOP.
2583         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2584         _AC_CONFIG_COMMANDS): Use ...
2585         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2586         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2587         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2588         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2589         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2590         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2591         ... new macros.
2592         (_AC_CONFIG_UNIQUE): Update.
2593         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2594         Replaced by this ...
2595         (_AC_LIST_TAGS): ... new common macro.
2596         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2597         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2598         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2599         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2600         this didn't belong to the `config commands' section.
2601         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2602         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2603         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2604         to the `config commands' section either.
2605         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2606         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2608         ... and many changes to the comments nearby.
2610         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2611         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2612         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2613         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2614         (#define header templates): The comment at the top of the generated
2615         header now includes the name(s) of the source file(s).
2617         Several unrelated small changes:
2619         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2620         parameter to AC_DIAGNOSE.
2621         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2622         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2623         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2624         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2625         with AU::AC_OUTPUT.
2626         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2627         in AC_OUTPUT doesn't double-quote it either.
2628         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2629         parameters.
2631 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2633         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2634         versions of Portland Group compiler produce single- and double-quoted
2635         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2636         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2638 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2640         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2641         This is a corrected version of yesterday's patch.
2643 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2645         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2646         path, too; insert a "===" to emphasize the line.
2648         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2649           ac_cv_build_alias to ac_build_alias.
2650         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2652         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2653         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2654         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2655         (AC_ARG_VAR): ... here.
2656         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2657           target_alias.
2659         Keep a list of all precious variables and process them with one simple
2660         for loop, instead of expanding all commands, or, OTOH, complicated
2661         processing of output of "set".
2662         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2663         variable names in new macro...
2664         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2665         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2666           a loop to assign all ac_env_* and ac_cv_env_* variables.
2667         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2668           to INIT_PREPARE.
2669         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2670           its value to shell variable ac_precious_vars and call
2671           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2672         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2673           _AC_ARG_VAR_VALIDATE.
2675         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2676           and the AC_SUBSTs ...
2677         (AC_INIT): ... here.
2679         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2680           the ac_subst_files section in config.log.
2682         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2684 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2686         * NEWS: New macro AC_C_TYPEOF.
2687         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2688         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2689         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2691         Fix problems reported by Nicolas Joly.
2692         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2693         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2694         They are generated by the Tru64 v5.1B shell.
2696 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2698         Fix my changes from 2005-07-01; reported by Noah Misch.
2699         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2700         description, the macro now accepts only a single tag.
2701         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2703         Fix cases when the varsions of Autoconf and Autotest don't match.
2704         Reported by Noah Misch.
2705         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2706         at_top_builddir, for compatibility with older autotest.
2707         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2708         is not set, use at_top_builddir, for compatibility with older
2709         versions of autoconf.
2711 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2713         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2714         Problem reported by Patrick Welche.
2716 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2718         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2719         sed substitution command, so that we allow | in program prefixes
2720         and program suffixes.  (& is a problem anyway; we're not fixing
2721         that here.)
2722         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2723         configure_input, top_builddir, srcdir, etc.
2724         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2725         PATH_SEPARATOR in AUTOTEST_PATH.
2727 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2729         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2730         for loop over config.site files using `set', to allow
2731         directory names containing IFS characters.
2733 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2735         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2736         directories with weird names.  Apparently some people like living
2737         on the edge.  However, improve the test that "pwd" actually does
2738         report a name for the working directory.
2739         * NEWS: Remove the claim that we test for funny chars in dir names.
2741 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2743         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2744         replaced ...
2745         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2746         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2747         Now accept a single tag, not whitespace separated list.
2748         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2750 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2752         * doc/autoconf.texi (Configuration Headers): Change the explanation
2753         about #include <config.h>.
2754         (Generic Functions): Mention the Gnulib project.
2755         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2757         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2758         document to output the default config_* lists to config.status.
2759         Don't recognize option --file, if the functionality is not there.
2760         Likewise for --header; moreover, recognize --he and --h as shortcuts
2761         for --help in that case.
2763         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2764         matches the order of execution.  No code changed.
2766 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2768         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2769         single-quoted -cmdline argument in Portland Group compiler.
2770         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2772 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2774         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2776 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2778         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2779         descriptors to child processes; reported by Norman Gray.
2781 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2783         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2785         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2786         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2787         (AC_SUBST): Call it.
2788         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2789         the directory specific variables; but don't call it for configure_input.
2791 2005-06-28  Derek Price  <derek@ximbiot.com>
2793         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2794         addition.
2796 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2798         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2799         directory have inherent problems with special characters like spaces,
2800         due to limitations in Make syntax.  Problem reported by Alexandre
2801         Duret-Lutz.
2802         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2803         Also, fix Tru64 porting problem with shell patterns,
2804         reported by Ralf Wildenhues.
2806 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2808         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2810 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2812         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2814         Fix some more shell quoting problems.  Prompted by a bug report
2815         from Justace Clutter.
2816         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2817         variable into diagnostic.  Make the diagnostic an error, not a warning,
2818         because we really don't support spaces and suchlike in dir names.
2819         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2820         Don't worry about backslashes in srcdir; it can't happen now.
2821         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2822         Simplify ac_optarg handling.
2823         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2825 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2827         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2828         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2829         * tests/atlocal.in: Propagate $EGREP and $SED.
2830         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2831         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2833         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2834         that '\|' is not allowed in BREs; recommend using newline separated
2835         list of patterns instead of multiple -e options.
2837         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2839         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2841 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2843         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2845 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2847         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2848         b, t, r, w commands require single space, while : cannot have any.
2849         (Special Shell Variables): Fix sed code this in the example.
2850         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2851         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2853         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2854         expand to the empty list.  Don't use two pairs of m4_changequote,
2855         it's not necessary.
2857 2005-06-20  Derek Price  <derek@ximbiot.com>
2859         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2861 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2863         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2864         * doc/autoconf.texi:
2865         Don't mention Solaris versions so much, if a
2866         problem is common to all extant versions of Solaris.  Say "SunOS
2867         4" instead of "SunOS" for SunOS 4.
2868         (awk): Mention more of the limitations of traditional Awk.
2869         (cat): Don't talk about cat -v.
2871 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2873         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2874         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2875         but the implementation is entirely different and is designed
2876         to be compatible with glibc strverscmp.
2877         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2879         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2880         on Mac OS X 10.4 reported by Peter O'Gorman in:
2881         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2882         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2883         Use shell builtins rather than 'expr', to work around expr bug.
2885 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2887         * doc/autoconf.texi: "filesystem" -> "file system".
2888         "behaviour" -> "behavior".
2889         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2890         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2891         as per POSIX.
2892         * lib/m4sugar/m4sh.m4: Likewise.
2893         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2894         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2896         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2897         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2898         to update the man page.  That way, we don't have to check in new
2899         man pages every month.
2901         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2902         quotes and backslashes.  Patch from Derek Price.
2904 2005-06-10  Derek Price  <derek@ximbiot.com>
2906         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2907         AS_TR_SH.
2909 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2911         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2912         -u, since it outputs chatter if the input files are the same.
2913         Problem reported by Ralf Menzel.
2915 2005-06-08  Derek Price  <derek@ximbiot.com>
2917         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2918         renaming them since they are about to be redefined anyhow.
2920 2005-06-08  Derek Price  <derek@ximbiot.com>
2922         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2923         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2924         Move m4_undefine to alphabetical order.
2926 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2928         * README: Recommend GNU M4 1.4.3 or later.
2929         * doc/autoconf.texi (Introduction): Likewise.
2930         Reword to avoid some formatting glitches.
2931         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2932         Clarify explanation of HP compiler bug.
2933         Redo example output tp match current CVS snapshot.
2934         Use @example.org in email addresses when the examples
2935         might get inadvertently cut-and-pasted into user code.
2936         Remove example of autom4te usage that doesn't seem to work now.
2937         Use modern AC_INIT (except when the example is meant to be
2938         shown with Autoconf 2.13).
2939         Update ksh info for Solaris 9 and later.
2940         KB -> kB.
2941         Modernize description of Automake versions a bit.
2942         Don't claim a future version of Autoconf is near.
2943         * doc/install.texi: Reword to avoid some formatting glitches.
2945 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2947         * doc/autoconf.texi: Add [] to examples, so that the manual
2948         follows its own advice about quoting better.
2949         Reword to avoid some formatting glitches.
2950         * doc/installt.exi: Reword to avoid some formatting glitches.
2952         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2953         Tru64 ksh pattern matching bug.  Reported against Libtool by
2954         Albert Chin <libtool@mlists.thewrittenword.com> and
2955         Nicolas Joly <njoly@pasteur.fr>.
2957 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2959         m4_cdr of one-member list was [[]] (one-member list containing an
2960         empty string) instead of [] (an empty list.  Callers were skewed to
2961         match this misbehaviour.  As a consequence of this:
2962          - m4_foreach([x], [], [foo]) expanded to `foo', while
2963          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2964         This bug has been fixed:
2966         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2967           expand to an empty string; print error msg if called without
2968           an argument list.
2969         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2970           misbehaviour; handle [] and [[]] correctly.
2972 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
2974         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2975         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2976           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2978 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
2980         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2981           swallow records with more than 99 fields.
2982         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2983           parse the long line.
2985 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
2987         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2988           swallow literals longer than 399.  Reported by Ralf Wildenhues.
2989         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2990           to workaround this limitation.
2992 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
2994         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2995         to gfortran, and make these the first two compiler names
2996         checked (following the general autoconf preference for gcc).
2998 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3000         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3001         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3002         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3004 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3006         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3007         expression of unbounded size when processing the --list
3008         option.  This runs afoul of a limit of 399 bytes per regular
3009         expression on AIX.  Problem reported by Ralf Wildenhues.
3011 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3013         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3014         * doc/autoconf.texi (Particular Headers): Reword example
3015         for multiline stdbool replacement.
3016         (Setting Output Variables): Reword text a bit.  Don't
3017         give all the details about |#_!!_#|.
3018         Reword description of line replacement.
3020 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3022         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3023         now contain newlines, and substituted files must be referenced on
3024         a line alone; the sed scripts to substitute them are now very
3025         different.
3026         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3027         commands can be put in a sed script portably.
3028         * doc/autoconf.texi (Setting Output Variables): Document above
3029         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3030         use of multiline substitution.
3031         * tests/torture.at: No longer expect substitution of newline to fail.
3033 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3035         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3036         From Ralf Menzel (trivial change).
3038 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3040         * tests/local.at: Don't attempt to check for negated character
3041         classes in shell scripts.  The test was too brittle.
3043 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3045         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3046         * doc/autoconf.texi (Limitations of Builtins): Document this
3047           limitation.
3049 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3051         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3052           common code; used in many places in the tree.
3053         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3054         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3056         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3058         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3059           messages when ac_unique_file is not found.
3060         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3061         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3062           commands, for consistency with AC_MSG_ERROR and such.
3064         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3066         * bin/Makefile.am: Merge the two rules for creating scripts.
3068 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3070         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3071         obsolete; it was never documented.
3072         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3074 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3076         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3077         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3078         (ac_top_builddir): ... this ...
3079         (ac_top_build_prefix): ... to this; the old name is also kept, for
3080           backward compatibility.
3081         (ac_top_builddir_sub): New variable, without the trailing slash,
3082           always nonempty.
3083         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3084         * doc/autoconf.texi (Configuration Actions): Rename
3085           ac_top_builddir to ac_top_build_prefix.
3086         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3087           at_top_builddir to at_top_build_prefix.
3088         * lib/autotest/general.m4 (AT_INIT): Likewise.
3090 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3092         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3093           of confdefs.h .
3095 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3097         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3098           argument to m4_foreach.  I guess it was necessary in the past,
3099           but I think it's a no-op now.
3101 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3103         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3104           ``cat <<_ACEOF'' commands to one.
3105         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3106         * lib/autoconf/status.m4: On various places, use expr instead of
3107           ``echo|sed.''
3108         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3109         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3110         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3111           a range.
3112         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3113           the wrong patterns between ``case'' and ``esac.''  The previous
3114           code had false positives.
3116 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3118         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3119         as on 2005-05-02.
3120         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3121         Mention LIBOBJDIR.
3123 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3125         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3126         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
3127         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3128         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3129         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3130         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3131         config/config.guess, config/config.sub, config/elisp-comp,
3132         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3133         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3134         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3135         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3136         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3137         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3138         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3139         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3140         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3141         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3142         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3143         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3144         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3145         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3146         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3147         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3148         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3149         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3150         lib/autotest/general.m4, lib/emacs/Makefile.am,
3151         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3152         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3153         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3154         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3155         tests/compile.at, tests/foreign.at, tests/fortran.at,
3156         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3157         tests/semantics.at, tests/suite.at, tests/tools.at,
3158         tests/torture.at, tests/wrapper.as:
3159         Update FSF postal mail address.
3161 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3163         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3164           check.
3165         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3166           enough arguments, similarly as in m4_bpatsubsts.
3168 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3170         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3171           of absolute paths.
3173 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3175         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3176           for absolute directory names in one loop.
3177         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3178           abbreviations of --version and --debug.
3180 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3182         * doc/autoconf.texi (Autoconf Language): Be more precise about
3183         quoting rules.  Problems noted by Stepan Kasal.
3184         Also, throughout this document, be more careful about white space.
3185         "blank", "white space", and "space" all have different meanings
3186         and we should be careful to say what we mean.
3188 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3190         Fix C++ related problems reported by Werner Lemberg.
3191         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3192         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3193         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3194         avoid problems with C++ and throw.
3195         * tests/compile.at: .cpp, not .cc.
3197         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3199 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3201         * doc/autoconf.texi (Generic Functions): Typos.
3203 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3205         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3206         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3207         set by latest automake.
3209 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3211         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3212         outputs 0 on GNU/Linux these days.
3214 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3216         * doc/autoconf.texi (Autoconf Language): Add more description
3217         about quoting heuristics.
3218         (Limitations of Builtins): Describe "set -" problems.
3220 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3222         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3223         not newline.
3225         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3226         by AC_DEFINE; it was a mistake.
3227         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3229 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3231         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3233 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3235         * doc/autoconf.texi (External Software): Quadrigraphs are not
3236           processed correctly in AS_HELP_STRING; avoid this in the examples.
3237         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3238         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3239           comment and reduce m4_default([foo], []) to [foo].
3240         (m4_strip): Update the explanation.
3242 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3244         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3245         Remove core.conftest.* too; it's generated by Tru64 5.1.
3246         Problem reported by Jennis Pruett.
3247         * lib/autoconf/functions.m4
3248         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3249         Don't bother to remove core files; AC_RUN_IFELSE should do that
3250         for you.
3252 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3254         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3256 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3258         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3259         Report from Horst Wente.
3261 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3263         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3264           the comment.
3266 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3268         * doc/autoconf.texi (External Software, Package Options): Add
3269           examples showing how to implement --with-* and --enable-* options.
3271 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3273         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3274         as well as configure.in.  Problem reported by Gregorio Guidi.
3276 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3278         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3279         pattern for alloca snippet.
3281 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3283         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3285 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3287         * doc/autoconf.texi (Generic Programs): Fix a typo.
3289 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3291         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3292         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3294 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3296         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3297         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3298         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3299         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3300         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3302 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3304         * NEWS: The configure command now warns you if you attempt to use
3305         a directory whose name contains a special character like space,
3306         newline, or "\".
3307         * doc/autoconf.texi (Installation Directory Variables): Allow
3308         "," in file names.  Do not use \@; it's not a portable regexp.
3309         * bin/Makefile.am (edit): Likewise.
3310         * lib/Makefile.am (edit): Likewise.
3311         * tests/Makefile.am (edit): Likewise.
3312         * tests/semantics.at: Likewise.
3313         * tests/torture.at: Likewise.
3314         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3315         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3316         * doc/autoconf.texi (File System Conventions): Warn about
3317         unportable file names.
3318         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3319         (AC_INIT): Use it.
3320         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3321         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3322         ac_pwd, and quote srcdir.
3323         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3325         * doc/autoconf.texi: Fix some systematic formatting problems.
3326         ".)"  needs a following @: if not at the end of a sentence, and
3327         similarly for "!)".  "etc." should be preceded by a comma.
3328         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3330 2005-03-22  Bruno Haible  <bruno@clisp.org>
3332         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3333         argument is often called 'build-aux'.
3335 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3337         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3338           macro AC_TRY_LINK is obsolete.
3339         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3340           `AC_CONFIG_FILES'.
3342 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3344         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3345           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3346           from a Common Lisp's `cl'.
3347         (AC_PROG_CXX): Behave according to the documentation: don't
3348           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3349           make the variable CCC precious; use `cl.exe', not `cl'.
3351 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3352             Alexandre Duret-Lutz  <adl@gnu.org>
3354         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3355         /dev/null, as "configure" shouldn't read stdin, and this insulates
3356         us from problems (e.g., when testing for "cl").  Also, do this
3357         redirection before invoking "hostname" or "uname", and keep the
3358         original input stream available via...
3359         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3360         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3361         bother with "</dev/null" since it's now done at the top of
3362         'configure'.
3363         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3364         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3365         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3366         * doc/autoconf.texi (File Descriptor Macros): New section.
3367         (Printing Messages): Mention it.
3368         * tests/base.at (Input/Output): New test.
3370 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3372         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3373         newline if neither \c nor -n work, as that would output two
3374         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3376 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3378         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3379         This causes that any required macros inside will get before the if.
3380         * doc/autoconf.texi (autom4te.cache): A typo.
3382 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3384         Undo previous change, except keep the change to
3385         lib/autoconf/programs.m4 that replaced grep with shell
3386         pattern-matching.  This is because net-snmp configure reads stdin.
3387         Reported by Noah Misch.
3389 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3391         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3392         from /dev/null, as "configure" shouldn't read stdin, and this
3393         insulates us from problems (e.g., when testing for "cl").
3394         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3395         before invoking "hostname" or "uname".
3396         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3397         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3398         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3399         "</dev/null" since it's now done at the top of 'configure'.
3400         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3401         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3402         Also, replace grep with shell pattern-matching, to save a process.
3404 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3406         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3407         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3408         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3409         compiler.
3411 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3413         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3414         grep -q isn't portable.  Improve grep -s explanation.
3415         Problem reported by Dan Manthey.
3417 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3419         * doc/autoconf.texi (Special Shell Variables): Clarify
3420         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3422 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3424         * doc/autoconf.texi: Use @acronym for DJGPP.
3425         Fix some @code's that should have been @env's, and vice versa.
3426         Sort environment variable names.
3427         Mention that shells no longer inherit IFS.
3428         Don't recommend PATH_SEPARATOR=';' so strongly.
3429         Mention that $RANDOM might expand to the empty string.
3430         "symlink" and "soft link" -> "symbolic link".
3431         Improve mktemp description (reported by Bruno Haible).
3433 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3435         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3436         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3437         Likewise.
3438         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3439         Likewise.
3441 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3443         * NEWS: Mention AT_COPYRIGHT.
3445         * tests/local.at (AT_CMP): Use diff directly on input files rather
3446         than copying them.
3448         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3449         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3451 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3452         and Paul Eggert  <eggert@cs.ucla.edu>
3454         * tests/autotest.at (Empty test suite): New test.
3455         * tests/torture.at (Substitute and define special characters)
3456         (Substitute a 2000-byte string, Define to a 2000-byte string)
3457         (Substitute a newline, Define a newline): New tests.
3459 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3461         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3462         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3463         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3464         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3465         (Standard regular expressions): New test.
3466         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3467         excess test name quoting.
3468         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3469         CPPFLAGS to `configure' instead of setting it in `configure'.
3471         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3472         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3473         on some platforms.
3475         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3476         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3478         * tests/local.at (AT_CMP): New macro.
3479         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3480         (AC_SAVE_STATE): Move environment grep...
3481         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3482         (AT_CONFIG_CMP): New macro.
3483         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3484         * tests/c.at (Extensions): Do not exit early.
3485         * tests/atlocal.in: Inherit $GREP.
3487         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3488         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3490         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3491         (AC_COPYRIGHT): Factor header comment portion out and move into...
3492         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3493         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3494         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3495         --version output.
3496         * tests/local.at: Add Autoconf test suite copyright notice.
3497         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3499 2005-02-04  Bruno Haible  <bruno@clisp.org>
3500         and Paul Eggert  <eggert@cs.ucla.edu>
3502         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3504 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3506         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3507         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3509         Try not to generated lines of unlimited length, as POSIX places a
3510         2047-byte limit on line length of portable text files.
3511         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3512         Use newline as a separator, not space.
3513         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3514         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3515         space.
3517 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3519         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3520         as_func_*.  Add test to check whether positional parameters
3521         are restored after function return.
3523 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3525         * doc/autoconf.texi (Special Shell Variables): Mention _,
3526         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3527         if they contain a lower-case letter.  The DUALCASE problem was
3528         reported by Ralf Wildenhues.
3530         * bin/autoconf.as: Don't exit with status 0 after write failure
3531         with --help or --version.
3532         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3533         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3535 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537         * doc/autoconf.texi (Limitations of Usual Tools):
3538         Unicos 9 sed limitations.
3539         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3540         to get the option-enhanced interface on older Crays.  Try ftn for
3541         Fortran 95 (newer Crays).
3543 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3545         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3546         care to echo the commands, so the user knows what's going on.
3547         Modified from a suggestion by Stepan Kasal.
3549         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3550         with a cross reference.  Derived from a suggestion by Bruce Korb.
3552 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3554         * doc/autoconf.texi (config.status Invocation): Warn about
3555         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3556         * doc/install.texi (Defining Variables): Likewise.
3557         Based on a proposed patch by Ralf Wildenhues.
3559         * man/Makefile.am (.x.1): Make sure the required generated files
3560         are up to date.  Problem and original solution proposed by Stepan Kasal.
3561         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3562         implicit-man-prerequisites): New rules, used by the above.
3564         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3565         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3566         * config/missing, config/texinfo.tex: Likewise.
3568 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3570         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3571         Update the long comment explaining it.
3573         m4_require no longer writes an ``is required by'' line to the
3574         execution stack.  It contains only one bit of non-redundant
3575         information: that the macro was required, not called.  And even
3576         this bit is useless in most situations: have you ever met a macro
3577         which both calls and requires the same macro?
3579         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3580         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3581           macro.
3582         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3583         (m4_expansion_stack_pop): Remove the misplaced comment.
3584         (m4_require): Don't put the ``is required by'' line to the
3585           execution stack; slightly improve the out-of-a-defun error message.
3586         (_m4_divert_grow): New macro, counter for the temporary diversions.
3587         (_m4_require_call): Use it.
3588         * tests/m4sugar.at (m4_require): Expect output without the
3589           ``is required by'' messages.
3591 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3593         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3594         rather than x for expr.
3596         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3597         this is safe.
3598         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3599         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3600         * lib/autotest/general.m4 (AT_INIT): Likewise.
3601         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3602         * tests/mktests.sh: Likewise.
3604 2005-01-27  Akim Demaille  <akim@epita.fr>
3606         Have autoheader honor --force.
3608         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3609         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3610         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3611         from masters, so that FileUtils.pm's update_file provide --force
3612         support.
3613         * bin/autoheader.in: Pass $force to update_file so that
3614         config.h.in is always recreated when --force.
3616 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3618         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3620 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3622         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3623         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3625 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3627         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3628         Warn about newline stripping in `` and $().  Update Solaris
3629         version to 9.
3630         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3631         X insulates us from future changes to Posix.
3632         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3633         stripping.
3635 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3637         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3638           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3640 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3642         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3643         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3644         bug-tar mailing list.
3646 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3648         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3650 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3652         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3653         ulongval to be static, to avoid unwanted GCC warning.  Problem
3654         reported by Michael Jennings via Daniel Reed; see
3655         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3657 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3659         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3660         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3661         datadir, infodir, and mandir.  Adjust argument parsing code.
3662         (_AC_INIT_HELP): Update help text.
3663         * doc/autoconf.texi (Installation Directory Variables): Document
3664         new variables.
3666 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3668         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3669         not seem to work, assume it does set $(MAKE).
3670         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3672 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3674         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3676 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3678         A cleanup of the diversion support in m4sugar.
3680         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3681         (_m4_divert_n_stack): New macro; the expansion is
3682           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3683           otherwise.
3684         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3685         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3686           stored in _m4_divert_diversion or _m4_divert_dump.
3687         (m4_divert_pop): When the parameter is given, compare the symbolic
3688           name with the last diversion pushed on the stack.  Previously, the
3689           current diversion was compared with the numeric value of the
3690           diversion given as the parameter.
3691         (m4_require): If the macro hasn't been expanded yet, call ...
3692         (_m4_require_call): this new macro.
3694 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3696         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3697         Workarounds for documented `case' limitations.
3699 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3701         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3702         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3704 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3706         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3707         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3708         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3710         Patch from Roger Leigh (with some minor changes) as follows:
3711         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3712         Resurrect AC_PROG_CC_STDC.
3713         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3714         AC_PROG_CC_C89, AC_PROG_CC_C99.
3715         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3716         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3717         AC_PROG_CC_C99): New macros.
3718         (AC_PROG_CC_STDC): Use them.
3719         (_AC_PROG_CC_STDC): Remove.
3720         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3721         * THANKS: Add Roger Leigh.
3723 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3725         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3726         signals that the package uses Automake; a `Makefile.am' is typical but
3727         not essential.  Reported by Magnus Therning.
3728         * tests/torture.at (autoreconf.): New banner.
3729         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3730         AC_CONFIG_SUBDIRS'.
3731         (autoreconf an empty directory): Rename to `Empty directory'.
3732         (Unusual Automake input files): New test.
3734 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3736         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3737         (AT_SETUP): Clear AT_capture_files.
3738         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3739         (AT_KEYWORDS): Fix comment typo.
3740         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3741         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3742         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3744 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3746         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3747         If the variable to set is already set, set ac_cv_path_$1
3748         to the preset value so caller can assume ac_cv_path_$1
3749         is available.  (trivial change)
3751 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3753         * BUGS (Minor Problems): Warn about makefile limitations.
3754         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3755         * man/Makefile.am: Find and update manual pages in $(srcdir).
3757 2004-12-24  Eric Blake  <ebb9@byu.net>
3759         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3760         shells in subshell, to avoid noise from ash.  (trivial change)
3762 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3764         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3765         problems with SunOS ksh and backslash escaping, Bourne shells and
3766         closing brackets (both within character classes).  Bug reported
3767         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3768         <read>: New entry.  Mention non-availability of -r.
3770 2004-12-21  Akim Demaille  <akim@epita.fr>
3772         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3773         avoid cluttering displayed messages.  Rather, prepend srcdir where
3774         AT_LINE is used for log files.
3776 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3778         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3779         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3780           no longer part of the macro, quote the occurrence of ``$tmp''.
3781         * doc/autoconf.texi (Forbidden Patterns): Typo.
3783 2004-12-21  Akim Demaille  <akim@epita.fr>
3785         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3786         separated from the test title by forcing a white space.
3788 2004-12-21  Akim Demaille  <akim@epita.fr>
3790         Enable Emacs navigation within testsuite.log files.
3792         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3793         use the compilation mode.
3794         (AT_LINE): Point to the srcdir.
3796 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3798         * tests/Makefile.am (installcheck-local): Use $(bindir).
3799         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3800         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3801         Makefile.am scheme Autoconf now uses.
3803 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3805         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3806         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3808 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3810         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3811         (_AT_CHECK): Use it.
3812         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3813         (AS_ESCAPE): Fix comment.
3814         * tests/autotest.at: Adjust section banner comments.
3815         (AT_CHECK_AT): Accept STATUS and STDERR.
3816         (AT_CHECK_AT_TEST): Likewise.
3817         (Invalid brace-enclosed parameter expansion)
3818         (Multiline command from M4 expansion)
3819         (Double-M4-quoted command): New tests.
3821 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3823         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3825 2004-12-17  Akim Demaille  <akim@epita.fr>
3827         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3828         m4_pattern_allow.
3829         Suggested by Alexandre Duret-Lutz.
3830         * doc/autoconf.texi (Setting Output Variables): Catch up.
3832 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3834         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3836 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3838         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3839           remove the comment which said we cannot.
3841 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3843         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3844         Reini Urban and Paul Eggert for reporting the dependencies.
3846         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3847         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3848         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3850 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3852         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3853           so that eg. ``autoscan --help'' doesn't truncate it.
3855 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3857         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3858         generated conftest files.
3860 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3862         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3863         tracing on commands with possibly-escaped newlines.
3864         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3865         discontinued behavior and its implications.
3866         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3867         (BSx641-newline in command, BS-BS-newline in command)
3868         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3869         (Single-quote-BS-newline in command)
3870         (Single-quote-newline-BS-newline in command): New tests.
3872 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3874         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3875           on platforms where it works.
3876         (_AS_TEST_PREPARE): Test for ``test -x''.
3877         (_AS_BROKEN_TEST_PREPARE): Nuke.
3879 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3881         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3882         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3883           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3884         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3885           create the temporary directory.
3886         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3888 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3890         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3891         (trivial change)
3893 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3895         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3897 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3899         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3900         to avoid using a negated character class.  Reported by Nicolas Joly.
3901         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3903 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3905         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3906         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3907         Don't depend on .x file explicitly, since "make" does that for us.
3908         Suggested by Stepan Kasal.
3910         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3911         Add *.tmp.
3912         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3913         ifnames): Factor common code.  And they said it couldn't be done!
3915 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3917         * bin/.cvsignore: Add autoconf.in.
3918         * tests/.cvsignore: Add wrapper.in.
3919         * lib/autotest/general.m4: Escape '$' in case pattern.
3921 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3923         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3925         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3927         * tests/autotest.at: New file.
3928         * tests/suite.at: Include it.
3929         * tests/Makefile.am: Distribute it.
3931         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3932           shell tracing on a command that could contain multiple lines.
3933         * doc/autoconf.text: Document that fact and its implications.
3934         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3935         * tests/autotest.at (Multiline backquote command substitution,
3936           Multiline parameter expansion, Literal multiline command,
3937           Multiline parenthetical command substitution): Remove XFAIL.
3939 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3941         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3942         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
3944 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3946         * configure.ac (test suite): Cease to generate wrapper scripts.
3947         * configure: Regenerate.
3948         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3949         (m4f_dependencies): Adjust accordingly.
3950         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3951         (wrapper.in): Generate it in the build directory.
3952         (MAINTAINERCLEANFILES): Delete wrapper.in.
3953         (CLEANFILES): Add wrapper.in.
3954         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3955         the output.  Replace each $as_me with a @wrap_program@.
3956         * tests/wrapper.in: Delete it; we always build it.
3958         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3959         (EXTRA_DIST): Remove autoconf.in.
3960         (CLEANFILES): Add autoconf.in.
3961         (autoconf): Find autoconf.in in the build directory.
3962         * bin/autoconf.in: Delete it; we always build it.
3964 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
3966         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
3967         PATH members so as to not prepend an empty element.  Move a comment.
3968         * Makefile.am (SUBDIRS): Build in `tests' last.
3969         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3971 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
3973         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3974         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
3975         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3976         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3978 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
3980         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3981         patch: extra "-l"s.
3983 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3985         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3986         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
3987         * doc/autoconf.texi (Particular Functions): Mention new behavior.
3989 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
3991         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3992           out the common code to ...
3993         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3994           value of the #define--default to 1, iff the macro was called
3995           with exactly one parameter.
3997 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3999         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4000         "char c = '\200';" rather than "char c = 0x80;" as the
4001         latter doesn't conform to the strict C standard due to
4002         overflow on signed char hosts.
4004         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4005         to -qlanglvl=ansi.  We don't want to disable extensions.
4007 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4009         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4010         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4011         Reword slightly to avoid some English-language problems noted
4012         by Ralf Wildenhues in:
4013         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4015 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4017         * NEWS: Add ^L above each release.
4019 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4021         Fix documentation problems reported by Russ Boylan in
4022         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4023         along with some nearby cruft.
4024         * doc/autoconf.texi (Libtool): Libtool can be used without
4025         Automake (not without Autoconf).
4026         (Introduction): Mention lists.gnu.org.
4027         * BUGS: Don't mention bugs.gnu.org.
4028         Remove mention of ancient libtool compatibility problem.
4029         * NEWS: Mention that bugs.gnu.org is kaput.
4030         * README: Likewise.  Mention where mailing list archives can be found.
4032 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4034         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
4035         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4037 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4039         * doc/autoconf.texi (Pretty Help Strings): Go back to
4040         single-quoting assignments to cache variables.
4042 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4044         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4045         with the examples; fix the bug in MY_ARG_WITH example reported
4046         by Alexandre Duret-Lutz.
4047         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4048         expansion of $1 in the comment emitted to configure.
4050 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4052         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4053         in my editing of the previous patch.  Problem reported
4054         by Alexandre Duret-Lutz.
4056 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4058         * doc/autoconf.texi (Autoconf Language): Explain that
4059         ``descriptions'' may not be double quotes.
4060         (Quotation Rule Of Thumb): Likewise.
4061         (Pretty Help Strings): Likewise; remove the wrong comment;
4062         simplify the examples and improve their quoting.
4064 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4066         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4067         the $1_found variable, don't test whether the file is executable;
4068         Both things are checked ...
4069         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4070         the former ``test -f''.
4071         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4073 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4075         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4076         use cp -R instead.
4078 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4080         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4081         limitations.  Reorder paragraphs for clarity.
4083 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4085         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4086         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4087         variants", "Unix", and some related minor wording fixups.
4089         (Shellology, Special Shell Variables): Document that the Zsh
4090         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4091         to Alexandre Duret-Lutz for this info.
4093 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4095         * doc/autoconf.texi (One-Shot Macros): New node.
4097 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4099         * doc/autoconf.texi (Function Portability): Fix misdescription
4100         of putenv.  Problem reported by Michael Wardle.
4102 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4104         * doc/autoconf.texi (auindex): New macro.
4105         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4106         Problem reported by Stepan Kasal.
4108 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4110         Fix problems reported by Andreas Buening in:
4111         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4112         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4113         in test makefile.
4114         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4115         readable; it's not true in OS/2-emx.
4117 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4119         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4120         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4121         (trivial change).  Problem and patch reported by Andrew Church in:
4122         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4124 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4126         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4127         three args in examples.  Problem reported by Frederik Fouvry in:
4128         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4129         Also, fix some minor spacing and punctuation bugs.
4131 2004-09-02  Akim Demaille  <akim@epita.fr>
4133         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4134         "case" to restore ordering.
4135         Reported by Stepan Kasal.
4137 2004-08-26  Akim Demaille  <akim@epita.fr>
4139         * doc/autoconf.texi: Minor typos and stylos.
4141 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4143         * configure.ac (AC_INIT): Bump to 2.59c.
4145 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4147         Version 2.59b.
4149         * README: Add advice about m4 1.4.2.
4151         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4152         texinfo.tex for now (done by hand now).
4153         * Makefile.maint (wget_files, cvs_files):
4154         Remove ansi2knr.c; nobody uses it.
4155         (ansi2knr.c-url_prefix): Remove.
4156         (cvs-update): Fix test for failure.  I don't know why it ever
4157         worked...
4159         * doc/autoconf.texi: Update URLs, some of which went stale.
4160         Use @uref rather than @href.
4162         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4163         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4165         * config/config.guess, config/config.sub, config/elisp-comp,
4166         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4167         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4169         * NEWS, TODO, configure.ac, bin/autoscan.in,
4170         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4171         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4172         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4173         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4174         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4175         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4176         tests/tools.at, tests/torture.at:
4177         Use "file name" rather than "filename" or "path",
4178         to be consistent with the terminology of the GNU coding standards.
4180 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4182         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4183         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4184         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4185         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4187         More fixes to support spaces in the name of the build directory.
4188         This isn't a complete fix but it's an improvement.
4190         * bin/autoconf.as (autom4te_options): New var.
4191         Use it instead of appending to AUTOM4TE, so that we can allow
4192         spaces in the build directory's absolute name.
4193         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4194         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4195         AT_CHECK_NOESCAPE): Likewise.
4196         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4197         main program): Likewise.
4199 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4201         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4202         From Ralf Corsepius in:
4203         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4205 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4207         * doc/autoconf.texi (Function Portability): Document isinf and
4208         and isnan.  From a suggestion by Kevin Ryde.
4210         * lib/Autom4te/General.pm (END): Return correct exit status even
4211         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4213 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4215         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4216         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4217         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4219 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4221         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4222         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4223         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4224         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4225         * lib/autom4te.in (Automake-preselections): Preselect
4226         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4228 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4230         * lib/autom4te.in (Automake-preselections): Preselect
4231         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4232         trace them.
4234 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4236         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4237         Tru64.
4238         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4239         Document problem with "`""`" in pdksh POSIX mode.
4241 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4243         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4244         with pdksh, too.  Problem reported by Patrick Welche via
4245         Gary V. Vaughan.
4246         * doc/autoconf.texi (Shellology): Note that set -o posix is
4247         useful for pkdsh, too.
4249 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4251         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4252         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4253         Don't fail if ENV or BASH_ENV is readonly.
4254         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4255         etc. are read only.  Problem reported by Ludovic Courtes.
4257 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4259         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4260         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4261         (trivial change)
4263 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4265         * doc/autoconf.texi (File System Conventions): Warn about
4266         names like "aux".  Problem reported by Eric Blake.
4268         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4269         by zero instead of array size, so that we can use any arithmetic
4270         constant expression (instead of requiring an integer constant
4271         expression).  This allows us to test expressions like DBL_MAX <
4272         LDBL_MAX, which didn't conform to the C standard using the old
4273         method.
4274         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4275         now that we can do floating-point tests at compile time.
4277 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4279         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4280         and LDBL_EPSILON, as the resulting expression isn't an
4281         integer constant expression and violates the C standard.
4282         Problem reported by Nelson H. F. Beebe.  Also, check
4283         for "L" suffix, and check that long double doesn't have
4284         worse range or precision than double, that mixed-mode
4285         arithmetic doesn't generate a diagnostic, that double
4286         constants fit in long double.
4288 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4290         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4291         malloc(0) and realloc(NULL,size).
4293         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4294         Bob Proulx.
4296 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4298         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4299         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4300         by Jim Meyering.
4302 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4304         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4305         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4307 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4309         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4310         Problem reported by Stepan Kasal.
4312 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4314         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4315         change).  Patch reported by Ralf Wildenhues in
4316         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4318         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4319         function F exists if the compiler and linker let you compile an
4320         expression like (F != 0).  Recent versions of GCC optimize away
4321         the reference to F in that case, since every function address must
4322         be nonzero, so the link succeeds even if F does not exist.
4323         Problem reported by Manu in
4324         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4326         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4327         "Unix".  Many uses changed.
4328         (Limitations of Builtins): Explain better why the ! command isn't
4329         portable.
4331 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4333         * lib/autom4te.in (Automake-preselections): Preselect
4334         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4336 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4338         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4339         referencing AC_FUNC_STRERROR_R.
4341         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4342         note pessimistic assumption when cross compiling.
4344 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4346         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4347         (until 2004) invoked subcommands with sh -e, contra POSIX.
4348         Reported by Kevin Ryde.
4350 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4352         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4353         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4354         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4355         `test -f "        /usr/bin/grep"', which _always_ failed.
4356         (AC_PROG_SED): Ditto bogus PATH fix.
4357         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4358         requires that grep correctly supports _multiple_ `-e' options, rather
4359         than stating only that grep should accept `-e'.
4361 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4363         Port to C99, which requires that 'exit' be declared.
4365         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4366         to ensure that stdlib.h is included.
4367         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4368         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4369         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4370         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4371         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4372         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4373         when using 'exit' in a test; C99 requires that 'exit' be declared.
4375 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4377         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4378         now prefers 'grep' implementations that accept -e.
4379         (Limitations of Usual Tools): Describe problems of traditional
4380         egrep and fgrep with long input lines, and of traditional grep
4381         with -e.
4382         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4383         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4384         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4385         Solaris.
4386         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4387         the user with complaints about multiple -e options.
4388         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4389         Define it with AC_PROG_GREP.
4390         * configure.ac (AC_PROG_GREP): Add.
4391         * lib/freeze.mk (GREP): New macro.
4393 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4395         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4396         a possible candidate only after all others fail, rather than
4397         consulting it first.  This improves backward compatibility by
4398         better reflecting the way shell selection occurred in previous
4399         versions of Autoconf, and should help to avoid triggering latent
4400         problems in other packages, such as the one in Automake where zsh
4401         is not handled robustly:
4402         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4403         Although it is not Autoconf's responsibility to work around
4404         problems in Automake, it nevertheless makes sense to avoid
4405         introducing unnecessary incompatibilites.
4407 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4408             Gary V. Vaughan  <gary@gnu.org>
4410         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4411         how deeply nested we are when a suitable tool is found, set the
4412         ac_path_TOOL_found flag.
4413         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4414         nested we are in this macro.  Break out of all 3 nested loops if
4415         ac_path_TOOL_found is set.
4417 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4419         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4420         of the _AS_PATH_WALK loop too if GNU flavor is found.
4422 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4424         * doc/autoconf.texi (Limitations of Make): Update documentation
4425         for `$<'.  New entry `Long lines', based on a report from Simon
4426         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4427         paragraph about DJGPP, based on a mail from Richard Dawe.
4429 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4431         * tests/c.at (C keywords): Don't assume that GCC supports
4432         "restrict" and "inline", as sufficiently-old GCC versions do not
4433         (also, GCC configured to be in pedantic C89 mode does not).
4434         Problem reported by Sumit Pandya in:
4435         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4437         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4438         consider -g to work if it generates warnings when plain compiles
4439         don't.  Problem reported by Braden McDaniel in:
4440         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4442         * doc/autoconf.texi (Slashes): New section, to document a problem
4443         reported by Jim Meyering in:
4444         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4446         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4447         linker output files before linking, to work around IRIX 6 linker bug.
4448         Problem reported by Rainer Orth in:
4449         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4451 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4453         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4454         best tool so far counter rely on the tool path variable name to
4455         avoid checks for one tool being affected by the results of running
4456         the length check on a previous tool.
4458         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4459         match expression argument, as different greps have different
4460         regular expression flavours.
4461         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4462         literals.
4463         (AC_PROG_EGREP): Pass 'EGREP$'.
4464         (AC_PROG_GREP): Pass 'GREP$'.
4466 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4468         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4469         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4471 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4473         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4474         Types, Specific Compiler Characteristics, System Services,
4475         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4476         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4477         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4478         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4479         Likewise.
4480         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4481         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4482         AC_TYPE_OFF_T): Likewise.
4483         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4484         Likewise.
4486         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4487         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4489 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4491         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4492         now defines HAVE_DECL_TZNAME if it is declared, when
4493         HAVE_STRUCT_TM_TM_ZONE is not defined.
4494         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4495         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4496         for HAVE_TZNAME.
4498 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4500         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4501         superfluous backslashing of quotes (") in sed expressions;
4502         thanks to Paul Eggert.
4504 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4506         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4507         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4508         H. F. Beebe for the bug report.
4510 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4512         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4513         quoted -cmdline argument in Portland Group compiler (bug
4514         reported by Jeffrey J. Barteet).
4516 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4518         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4519         (Run Time): ... here, where it's now mentioned.
4521 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4523         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4524         inherits from language Autoconf-without-aclocal-m4.
4525         (Customizing autom4te): Adjust example; the cache must now be
4526         disabled for language Autoconf-without-aclocal-m4.
4528 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4529             Nathanael Nerode  <neroden@twcny.rr.com>
4531         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4532         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4533         a prefix.
4534         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4535         AC_CHECK_TARGET_TOOLS): New macros.
4536         * doc/autoconf.texi (Generic Programs): Document
4537         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4538         AC_CHECK_TARGET_TOOLS, and warn for future changes
4539         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4540         AC_CHECK_TOOLS.
4541         (Specifying Names): Document the reason for these future
4542         behavioral changes.
4543         * tests/mktests.sh: Do not generate tests for the
4544         new macros.
4545         * NEWS: Document these changes.
4547         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4548         they make TeX hang up.
4550 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4552         * NEWS: New macro AC_CHECK_ALIGNOF.
4553         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4554         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4555         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4556         vowel.
4557         (AC_CHECK_ALIGNOF): New macro.
4558         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4559         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4560         those for sizeof.
4562 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4564         * bin/Makefile.am (edit): Don't use $< in a context where
4565         POSIX doesn't require support for it.  Use $@.in instead.
4566         Problem reported by Anthony N. Frasso in
4567         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4568         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4570 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4572         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4573         from the next generation of Libtool.
4574         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4576 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4578         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4579         is not always thread-safe.  Report from Nathanael Nerode.
4581 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4583         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4584         problem on QNX reported by Stephen Rasku in
4585         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4587         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4588         $(m4sh_m4f_dependencies); this removes a FIXME.
4589         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4590         (MAINTAINERCLEANFILES): Split into pieces,
4591         one per related section.  Add $(srcdir)/wrapper.in.
4593 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4595         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4596         AC_SUBST provides no portable way to escape literal newlines.
4598         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4599         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4600         Darwin uses -lcrt2.o and there's little point to cataloging all
4601         the system variants.  Partial fix reported by Andreas Waechter in:
4602         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4603         for bug reported by Nelson H. F. Beebe in:
4604         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4606 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4608         * doc/autoconf.texi (AU_DEFUN): Fix English,
4609         suggested by Paul Eggert.
4610         * lib/autoconf/autoupdate.m4: Correct reference to
4611         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4613 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4615         * bin/autoupdate.in: Define __file__ so that warnings
4616         refer to the correct file.
4617         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4618         the behavior of the third argument.
4619         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4620         correctly the behavior of the third argument.  Document
4621         what the three macros that AU_DEFUN defines do.  Fix
4622         warning message when the third argument includes $0
4623         (reported by Alexandre Duret-Lutz).
4625 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4626             Eric Sunshine  <sunshine@sunshineco.com>
4627             Paul Eggert  <eggert@twinsun.com>
4629         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4630         (AS_INIT): Output shell initialization there. Removed optional
4631         parameter. Expand _AS_SHELL_FN_SPY.
4632         (AS_INIT_WITH_SHELL_FN): Removed.
4633         (_AS_SHELL_FN_SPY): New macro.
4634         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4635         macros.
4636         (AS_SHELL_SANITIZE): Remove loop to find better shell
4637         and documentation for the parameter.
4638         (_AS_DETECT_BETTER_SHELL): Move it here.
4639         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4640         (_AS_RUN): Move it here, support testing with eval.
4641         (AS_REQUIRE_SHELL_FN): Require shell functions when
4642         it is used.
4643         (_AS_LINENO_WORKS): Put around braces, we do not
4644         trigger the bash bug anymore.
4645         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4646         use AS_INIT_WITH_SHELL_FN.
4647         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4649 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4651         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4652         * doc/autoconf.texi: Don't say that the third parameter
4653         is broken.
4654         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4655         (AU_DEFUN): Honor the third parameter, create autoupdate
4656         macros with AU_DEFINE.
4657         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4658         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4659         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4660         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4661         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4662         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4663         AC_XENIX_DIR): Likewise.
4664         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4665         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4666         * lib/autoconf/status.m4: Remove FIXME.
4667         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4668         that the macro is not present anymore in the updated
4669         configure.ac.
4670         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4671         of autoupdate.
4673 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4675         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4676         copyright years.
4677         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4678         2003 (except 1997) to the list of copyright years.  This undoes
4679         the 2003-05-22 change, which removed the older years from the list.
4680         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4682 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4683             Albert Chin-A-Young  <china@thewrittenword.com>
4685         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4686         grep or ggrep program in PATH that accepts as long lines as
4687         possible.
4688         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4689         AC_PROG_GREP.
4690         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4691         egrep and fgrep respectively if $GREP -E/-F don't work.
4692         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4693         _AC_PROG_GREP, and AC_PROG_SED.
4694         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4695         longest input length accepted by a command.
4696         (AC_PROG_SED): Use it.
4697         * doc/autoconf.texi (Particular Programs): Document the changes.
4698         * NEWS: Updated.
4700 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4702         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4703         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4704         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4705         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4707         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4708         bin/autoconf.in, config/Makefile.in, config/config.guess,
4709         config/config.sub, config/install-sh, config/mdate-sh,
4710         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4711         lib/Makefile.in, lib/Autom4te/Makefile.in,
4712         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4713         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4714         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4715         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4716         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4717         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4718         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4719         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4720         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4721         tests/actypes.at: Regenerate and/or sync with original
4722         sources.
4724 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4726         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4727         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4728         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4729         not <inttypes.h>.  Problem reported by Tim Mooney in
4730         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4731         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4732         Likewise.
4734         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4735         otherwise "make check" fails because it forbids cmp (I guess
4736         because cmp treats files as binary on DOS-like systems).
4738         * tests/mktests.sh: Update copyright date to 2004, since some tests
4739         have changed in 2004.
4741 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4743         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4744         non-truncating sed or gsed program in PATH.
4745         * tests/acprograms.at: Add it.
4746         * doc/autoconf.texi (Particular Programs): Document it.
4747         * NEWS: Updated.
4749 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4751         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4752         -std1 disables some useful extensions on Tru64.  Problem reported
4753         by N. Lichtmaier in
4754         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4756 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4758         * doc/autoconf.texi (Programming in M4sh): Document that
4759         AS_MKDIR_P succeeds if the destination is a symbolic link
4760         to an existing directory.
4761         (Limitations of Usual Tools): Note that mkdir -p might not
4762         succeed on symlinks to directories.
4764 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4766         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4767         * bin/autoheader.in: Grammar fix in message.
4768         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4769         Test for dir before calling mkdir -p.  (trivial changes)
4771 2004-01-13  Eric Blake  <ebb9@byu.net>
4773         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4774         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4776 2004-01-10  Jim Meyering  <jim@meyering.net>
4778         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4780 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4782         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4783         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4784         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4785         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4786         AC_COMPILE_IFELSE, since we now assume our caller invokes
4787         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4788         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4789         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4790         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4792 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4794         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4795         `"'...'"`, as it's confusing (and I suspect it may not work on
4796         some platforms).  The code was incorrect anyway, as it assumed
4797         that \$ evaluated to itself in that context.  Reported by
4798         Alexandre Duret-Lutz.
4800 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4802         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4803         and _LT_AC_TAGCONFIG.
4805 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4807         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4808         example, and add more examples.  Reported by Eric Sunshine.
4810 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4812         * doc/autoconf.texi (Limitations of Usual Tools):
4813         Remove warning against "rm -fr" introduced yesterday; it
4814         was a false alarm.
4816         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4817         autoscan, autoupdate, ifnames): Don't use chmod -w.
4818         * lib/Makefile.am (autom4te.cfg): Likewise.
4819         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4820         "chmod -w".
4822 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4823             Paolo Bonzini  <bonzini@gnu.org>
4825         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4826         by doing lineno substitution only on lines containing "$LINENO".
4828 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4830         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4831         Use "rm -f" to remove conftest.sed, not plain "rm".
4832         Bug reported by David Relson in
4833         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4835         * Makefile.am (autom4te-update):
4836         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4837         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4838         * doc/autoconf.texi (Guidelines): Likewise.
4839         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4840         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4841         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4842         * lib/autotest/general.m4 (AT_INIT): Likewise.
4843         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4844         * tests/Makefile.am (clean-local): Likewise.
4845         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4846         srcdir): Likewise.
4847         * doc/autoconf.texi (Limitations of Usual Tools):
4848         Warn against "rm -fr".
4850 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4852         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4853         -c -o might not work.  From a suggestion by Kevin Ryde.
4854         (C Compiler, Generating Sources, Limitations
4855         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4856         Don't put '-o' after non-options, as POSIX doesn't allow this.
4857         Mention that cc's name might be gcc or c89 or whatever.
4859 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4861         * doc/autoconf.texi: Add various further index entries.
4863 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4865         * bin/autoreconf.in (autoreconf_current_directory):
4866         Fix typo: mkdir without umask arg.
4868 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4870         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4871         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4872         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4873         explanation clearer.
4875 2003-12-24  Andreas Schwab  <schwab@suse.de>
4877         * doc/autoconf.texi (Default Includes): Fix misspelling of
4878         AC_INCLUDES_DEFAULT.
4880 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4882         * configure.ac: Test if sh -n works.
4883         * configure: Regenerate.
4884         * tests/atlocal.in: Store the result here.
4885         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4886         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4887         of explicitly testing.
4888         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4889         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4890         * tests/tools.at (Syntax of the shell scripts): Simplify
4891         using AT_CHECK_SHELL_SYNTAX.
4892         (Syntax of the Perl scripts): Remove definition of
4893         AT_CHECK_PERL_SYNTAX.
4895 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4897         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4898         stderr to /dev/null.
4899         * bin/autoconf.in: Regenerate.
4900         * bin/wrapper.in: Regenerate.
4902 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4904         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4905         Extracted from AS_SHELL_SANITIZE.
4906         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4907         macros.
4908         (AS_SHELL_SANITIZE): Move reinvocation code from
4909         _AS_LINENO_WORKS, use it to find out if shell
4910         functions work.
4911         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4912         does not work.
4913         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4914         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4915         was called.
4916         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4917         * bin/autoconf.in: Regenerate.
4918         * tests/wrapper.in: Regenerate.
4919         * tests/tools.at: Test the syntax of tests/autoconf
4920         and tests/testsuite.
4922 2003-11-24  Akim Demaille  <akim@epita.fr>
4924         * config/announce-gen (&print_locations, &print_signatures)
4925         (&sizes): New.
4926         Use them.
4927         No longer rely on Gnus to inline the list of signatures: compute
4928         them on the fly.
4930 2003-11-24  Akim Demaille  <akim@epita.fr>
4932         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4933         override some files.
4934         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4935         From Debian Autoconf 2.58.
4937 2003-11-24  Akim Demaille  <akim@epita.fr>
4939         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4940         uses.
4941         From Debian Autoconf 2.58.
4943 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4945         * TODO: Remove already done things.  Update the part about finding
4946         tools for the target.
4948 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4950         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4951         Make wording more consistent.
4952         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4953         Explain the transition better.
4954         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4955         the transition better.
4957 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
4959         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4960         parameter of AU_DEFUN.
4961         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4962         (AU_DEFUN): Remove the third parameter, it was not used.
4963         Use AC_DEFUN directly, not AU_DEFINE.
4964         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4965         the expanded body, consistently with other macros such as AC_USG.
4967 2003-11-17  Paul Eggert  <eggert@twinsun.com>
4969         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4970         into the initial confdefs.h, to work around a bug in NextStep 3.3
4971         patch 3 reported by Eric Sunshine.
4973 2003-11-15  Kevin Ryde  <user42@zip.com.au>
4975         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4976         than $target since the latter is not usual, add guidelines on when to
4977         use or not use the system type.
4979 2003-11-12  Derek Price  <derek@ximbiot.com>
4981         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4982         typo misrepaired by an auto-spellcheck.
4984 2003-11-12  Akim Demaille  <akim@epita.fr>
4986         * bin/autoreconf.in (&parse_args): Don't call automake with
4987         --force-missing unless it actually supports it.
4988         From Debian #219336.
4990 2003-11-12  Akim Demaille  <akim@epita.fr>
4992         * configure.ac: Bump to 2.59a.
4993         Require 2.59.
4995 2003-11-06  Akim Demaille  <akim@epita.fr>
4997         Version 2.59.
4999 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5001         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5002         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5003         and ac_abs_top_srcdir are absolute paths.
5004         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5006 2003-11-05  Akim Demaille  <akim@epita.fr>
5008         * configure.ac: Bump to 2.58a.
5010 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5012         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5013         it provokes a warning from makeinfo about looking like a cross
5014         reference in info output.
5016         * doc/autoconf.texi (Function Portability): Add notes on signal
5017         handler return type, as per AC_TYPE_SIGNAL.
5019 2003-11-04  Akim Demaille  <akim@epita.fr>
5021         Version 2.58.
5022         * doc/standards.texi: Update from master.
5024         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5026 2003-11-04  Akim Demaille  <akim@epita.fr>
5028         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5029         computing the absolute path to d1 in the source hierarchy: it may
5030         not exist at all.  So don't cd into it.
5031         From Alexandre Duret-Lutz.
5032         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5034         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5035         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5036         * doc/autoconf.texi (Programming in M4sh): Document.
5037         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5039 2003-11-03  Pavel Roskin  <proski@gnu.org>
5041         * doc/autoconf.texi (Generic Structure Checks): Describe
5042         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5044 2003-10-31  Akim Demaille  <akim@epita.fr>
5046         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5047         (GNU Fortran): New.
5048         * doc/autoconf.texi (Language Choice): Document.
5049         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5050         the current language is Fortran.
5052 2003-10-31  Akim Demaille  <akim@epita.fr>
5054         * bin/autom4te.in (&freeze): Use a less likely warning separator
5055         than `\n\n', so that `\n\n\n' is valid in warnings.
5056         Reported by Steve Huston.
5058 2003-10-28  Akim Demaille  <akim@epita.fr>
5060         * Makefile.cfg (local_updates, executable-update): Tweak to be
5061         robust to parallel makes.
5062         Suggested by Alexandre Duret-Lutz.
5064 2003-10-27  Akim Demaille  <akim@epita.fr>
5066         * Makefile.cfg (executable-update): New.
5067         (local_updates): Call it.
5069 2003-10-27  Akim Demaille  <akim@epita.fr>
5071         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5072         Don't remove core.* as it may remove valid user files.
5073         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5074         (AC_FUNC_UTIME_NULL): Likewise.
5076 2003-10-23  Akim Demaille  <akim@epita.fr>
5078         Version 2.57g.
5079         * config/config.guess, config/config.sub: Upgrade from masters.
5081 2003-10-23  Akim Demaille  <akim@epita.fr>
5083         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5084         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5085         hand...
5087 2003-10-23  Akim Demaille  <akim@epita.fr>
5089         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5090         Don't forget to remove conftest.err.
5092 2003-10-23  Akim Demaille  <akim@epita.fr>
5094         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5095         same object file in $LIBOBJS.
5096         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5097         * doc/autoconf.texi (Generic Functions): Adjust.
5099 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5101         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5102         Use 'eval', so that the resulting configure scripts work even if
5103         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5105 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5107         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5108         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5109         (_AC_LINK_IFELSE): Check the werror flag.
5110         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5111         AC_LANG_WERROR.
5112         * NEWS: Mention it.
5114 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5116         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5117         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5118         override AC_LINK_IFELSE.
5120 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5122         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5123         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5124         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5125         Mention /usr/dt/bin/dtksh on Solaris.
5126         (Shell Substitutions): Warn about $((...)).
5127         (Parentheses): New section.
5129 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5131         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5132         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5134 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5136         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5137         cross test.
5139 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5141         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5142         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5144 2003-10-10  Andreas Schwab  <schwab@suse.de>
5146         * bin/autoheader.in: Avoid empty first line in --version and
5147         --help output.
5148         * bin/ifnames.in: Likewise.
5150 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5152         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5153         Issue a more-informative diagnostic.
5154         Problems reported by Eric Sunshine.
5156 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5158         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5159         -mGLOB_options_string stuff for Intel ifc, which can cause
5160         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5161         pattern-matching instead of grep.
5163 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5165         * doc/autoconf.texi: Document new FC Fortran macros.
5167 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5169         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5170         that future autopoint/aclocal/automake/autoreconf will be able
5171         to trace to find where to install local m4 macros.
5172         * doc/autoconf.texi (Input): Document it.
5173         * NEWS: Updated.
5175 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5177         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5178         -lcrtbegin.o to list of ignored flags and fix underquoting of
5179         -lcrt[01].o.
5181 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5183         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5184         cache variable instead of $G77 to decide whether to include -O2,
5185         since $G77 is specific to Fortran 77.
5187 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5189         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5190         free" flag.  Re-order flags tested into rough order of popularity.
5192 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5194         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5195         arguments so that it can be used with syntax identical to
5196         AC_PROG_F77, and so that we can more easily decide to
5197         remove/deprecate the DIALECT optional argument in the future if it
5198         proves troublesome.
5199         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5200         non-freeform-supporting compilers.  Document freeform flags.
5202 2003-10-03  Akim Demaille  <akim@epita.fr>
5204         * configure.ac: Look for emacs, not macs.
5205         Reported by Eric Sunshine.
5207 2003-10-03  Akim Demaille  <akim@epita.fr>
5209         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5210         * bin/autoreconf.in (autoreconf_current_directory): Create the
5211         AUX_DIR if needed, for sake of automake --add-missing etc.
5212         Suggested by Alexandre Duret-Lutz.
5214 2003-10-03  Akim Demaille  <akim@epita.fr>
5216         * configure.ac: Quotation and formatting changes.
5217         (EMACS): Don't set it if it is not recent enough to support
5218         autoconf-mode.el.
5219         From Eric Sunshine.
5221 2003-10-02  Akim Demaille  <akim@epita.fr>
5223         * bin/ifnames.in (&scan_file): Skip C++ comments.
5224         From Jeremy Yallop.
5226 2003-10-01  Pavel Roskin  <proski@gnu.org>
5228         * doc/autoconf.texi (Particular Structure Checks):
5229         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5231 2003-10-01  Akim Demaille  <akim@epita.fr>
5233         Version 2.57f.
5235 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5237         * lib/Autom4te/XFile.pm: Use Errno.
5238         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5239         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5241 2003-09-30  Akim Demaille  <akim@epita.fr>
5243         * config/announce-gen (&print_news_deltas): Extracted from...
5244         (&print_changelog_deltas): here.
5245         (&news_file): Rename as...
5246         (@news_file): this.
5248 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5250         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5251         have been created when invoking the compiler.
5252         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5254 2003-09-29  Akim Demaille  <akim@epita.fr>
5256         Version 2.57e.
5258         * config/mkinstalldirs: Upgrade.
5260 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5262         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5263         Problem reported by Lars J. Aas in
5264         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5265         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5266         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5267         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5269 2003-09-26  Akim Demaille  <akim@epita.fr>
5271         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5272         directory for AC_CONFIG_COMMANDS' first argument exists.
5273         This makes valid the invocation of _AC_SRCPATH that follows.
5274         Reported by Eric Sunshine.
5275         * doc/autoconf.texi (Configuration Commands): Adjust.
5277 2003-09-26  Akim Demaille  <akim@epita.fr>
5279         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5280         Reported by Ralf Corsepius.
5282 2003-09-26  Akim Demaille  <akim@epita.fr>
5284         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5285         arguments.
5286         Actually, use AU_ALIAS.
5287         From Bruno Haible.
5289 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5291         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5292         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5293         Problem reported by Eric Sunshine in:
5294         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5296 2003-09-26  Akim Demaille  <akim@epita.fr>
5298         The test suite are sometimes assigning timings incorrectly.
5299         Reported by Henk Krus.
5300         Diagnosed by Nicolas Joly.
5302         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5303         AT_help_all.
5304         Instead of making AT_help a sequence of assignments to grow
5305         $at_help_all, just make AT_help_all be the growing contents of
5306         $at_help_all, and make a single assignment in...
5307         (AT_INIT): here.
5308         (at_times_skip): Flip the meaning and rename as...
5309         (at_times_p): this.
5310         (AT_INIT): When summarizing the test that ran, remove
5311         $at_times_file after use, and check it is present before trying to
5312         use it.
5314 2003-09-25  Akim Demaille  <akim@epita.fr>
5316         Version 2.57d.
5318         * bin/Makefile.am (edit): Handle '@configure_input@'.
5319         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5320         (ifnames): chmod -w.
5321         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5322         executables, not bin/ executables!  Otherwise all the magic needed
5323         to find non installed files is turned off.  This caused a failure
5324         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5325         as found in its environment (sent by tests/autoreconf): pointing
5326         to bin/autom4te that could not find its files.
5327         * tests/mktests.sh: Force the replacement of generated files, for
5328         the sake of "mv" program that are interactive when overwriting a
5329         -w file.
5330         * config/install-sh: Upgrade from CVS Automake.
5332 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5334         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5335         versus test -L issues.
5337 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5338             Paul Eggert  <eggert@twinsun.com>
5340         Trivial change to support GCC's configuration procedure.
5341         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5342         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5343         about inconsistency if the preprocessor is set to give errors for
5344         any warning.
5345         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5347 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5349         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5350         and XFile.pm from Automake.
5351         * lib/Autom4te/XFile.pm: Update from Automake.
5353 2003-09-12  Akim Demaille  <akim@epita.fr>
5355         Version 2.57c.
5357 2003-09-12  Akim Demaille  <akim@epita.fr>
5359         * config/config.guess, config/config.sub, config/missing,
5360         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5361         from masters.
5363 2003-09-12  Akim Demaille  <akim@epita.fr>
5365         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5366         not asm/types.h.
5368 2003-09-11  Akim Demaille  <akim@epita.fr>
5370         * doc/autoconf.texi (Header Portability): linux/random.h.
5371         From Peter Hendrickson.
5373 2003-09-10  Akim Demaille  <akim@epita.fr>
5375         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5376         willing to edit the output files.
5378 2003-09-10  Akim Demaille  <akim@epita.fr>
5380         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5381         and AC_FC_FREEFORM.
5382         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5383         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5385 2003-09-09  Akim Demaille  <akim@epita.fr>
5387         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5388         Reported by Gary Vaughan.
5389         * bin/autom4te.in (handle_m4): Likewise.
5391 2003-09-09  Akim Demaille  <akim@epita.fr>
5393         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5394         trailing files.
5396 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5398         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5399         Improve the accuracy of the wording about obsolescence.
5400         From a suggestion by Ian Lance Taylor in
5401         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5403 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5405         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5406         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5408 2003-09-04  Akim Demaille  <akim@epita.fr>
5410         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5411         AC_FUNC_WAIT3.
5413 2003-09-04  Akim Demaille  <akim@epita.fr>
5415         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5416         (freeze): When exiting, use $exit_code.
5417         * lib/autoconf/fortran.m4: Comment changes.
5419 2003-09-04  Akim Demaille  <akim@epita.fr>
5421         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5423 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5425         Add support for newer Fortran dialects.  The F77 interface is
5426         unchanged, and continues to support Fortran 77.  New FC macros
5427         correspond to all the old F77 macros, with output variables FC,
5428         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5429         available dialect, but older dialects can be specified.  There are
5430         new macros AC_FC_SRCEXT to set the source extension, and
5431         AC_FC_FREEFORM to accept free-form source files.
5433         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5434         New macros.
5435         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5436         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5437         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5438         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5439         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5440         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5441         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5442         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5443         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5444         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5445         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5446         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5447         AC_FC_SRCEXT, AC_FC_FREEFORM):
5448         New macros.
5449         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5450         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5451         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5452         Rewrite in terms of the above.
5453         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5454         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5455         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5456         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5458 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5460         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5461         Document problems with timestamp resolution that 'make', 'cp -p', and
5462         'touch -r' have.
5464 2003-08-27  Akim Demaille  <akim@epita.fr>
5466         * tests/m4sugar.at (cross_warning): Make sure to enable the
5467         output, so that we can track spurious m4sugar output.
5468         * tests/local.at: Require 2.57.
5469         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5470         are defaulted by AT_CHECK anyway.
5471         Use AT_CHECK_AUTOM4TE.
5472         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5473         missing dnl.
5475 2003-08-27  Akim Demaille  <akim@epita.fr>
5477         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5478         when -Wobsolete is set.
5479         Set it on by default.
5480         Suggested by Klee Dienes.
5482 2003-08-27  Akim Demaille  <akim@epita.fr>
5484         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5485         documentation.
5486         From Guido Draheim.
5488 2003-08-26  Akim Demaille  <akim@epita.fr>
5490         * doc/autoconf.texi (Output): Make clear that one can run code
5491         after AC_OUTPUT.
5493 2003-08-25  Akim Demaille  <akim@epita.fr>
5495         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5496         CVS Bison.
5498 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5500         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5501         Automake versions prior to 1.8.
5503 2003-08-25  Akim Demaille  <akim@epita.fr>
5505         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5506         From Ville Karaila.
5508 2003-08-24  Akim Demaille  <akim@epita.fr>
5510         * configure.ac: Bump to 2.57c.
5512 2003-08-22  Akim Demaille  <akim@epita.fr>
5514         Version 2.57b.
5516         * Makefile.cfg (local-checks-to-skip): New.
5517         * Makefile.maint (local-check): Rename as...
5518         (local-checks-available): this.
5519         (local-check): New.
5521         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5522         * configure.ac: Require Automake 1.7.6.
5524 2003-08-22  Akim Demaille  <akim@epita.fr>
5526         Output stack traces in warnings.
5528         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5529         Replace the former...
5530         (m4_warn): Pass the call stack to _m4_warn.
5531         * bin/autom4te.in: Adjust to output the call stack.
5532         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5534 2003-08-22  Akim Demaille  <akim@epita.fr>
5536         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5537         * bin/autom4te.in: Adjust.
5539 2003-08-21  Akim Demaille  <akim@epita.fr>
5541         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5542         (&verbose): Remove.
5543         (&getopt): Adjust the note and verb channels, depending upon
5544         --verbose.
5545         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5546         * bin/autoupdate.in: Adjust.
5547         Use &verb, not &verbose.
5549 2003-08-21  Akim Demaille  <akim@epita.fr>
5551         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5552         &parse_WARNINGS.
5553         ($help): Use Autom4te::ChannelDefs::usage.
5554         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5555         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5557 2003-08-21  Akim Demaille  <akim@epita.fr>
5559         First stab at preserving warnings between calls to autom4te,
5560         including when the cache is used.
5562         There are still several issues: (i) there are too many runs of m4
5563         (one for include, one for warnings, and some more), (ii) warnings
5564         spreading on several lines are not handled gracefully, (iii) the
5565         code meant to have the call stack display for errors does not work
5566         (its handling should move from m4 to autom4te).
5568         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5569         Use them.
5570         (@preselect): Add m4_warn.
5571         ($exit_status): Remove, use $exit_code.
5572         ($help): Use Autom4te::ChannelDefs::usage.
5573         (&handle_m4): No longer define the m4_warnings.
5574         At each run, extract and report the warnings.
5575         Always cache the result, including if the exit status is on
5576         failure, since if nothing changes, we should result in the same
5577         failure, hence we can use the cache.
5578         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5579         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5580         Remove.
5581         (m4_warn): Redefine as a do-nothing: it is its invocation that
5582         matters, as warnings are now reported via traces.
5583         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5584         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5585         the latter reveals calls to the former.
5587         Adjust the tests.
5589         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5591 2003-08-21  Akim Demaille  <akim@epita.fr>
5593         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5594         Use them.
5596 2003-08-21  Akim Demaille  <akim@epita.fr>
5598         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5599         forward order.
5600         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5601         (&parse_warnings): Accept a list of warning requests.
5602         (&usage): Return a string, not a side effect.
5603         (cross): New warning category.
5605 2003-08-21  Akim Demaille  <akim@epita.fr>
5607         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5608         (&require_configure_ac): Accept an optional directory argument.
5609         ($configure_ac): Remove.
5610         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5611         (&catfile): Remove.
5612         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5613         * bin/autoscan.in: Adjust.
5615 2003-08-20  Akim Demaille  <akim@epita.fr>
5617         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5618         Reported by Alexandre Duret-Lutz.
5620 2003-08-20  Akim Demaille  <akim@epita.fr>
5622         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5623         * bin/autom4te: Adjust.
5624         In particular, be Autoconf tools are really silent when properly
5625         working, bind the verbosity of the 'note' channel to $verbose.
5626         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5627         (&xsystem, &contents): Remove, since they are exported by...
5628         * lib/Autom4te/FileUtils.pm: this.
5629         More perldoc.
5630         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5631         * lib/Autom4te/FileUtils.pm: here.
5633 2003-08-20  Akim Demaille  <akim@epita.fr>
5635         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5636         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5637         from CVS Automake.
5639 2003-08-20  Akim Demaille  <akim@epita.fr>
5641         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5642         (autom4te-update): New.
5643         * Makefile.cfg (update): Bind autom4te-update.
5645 2003-08-19  Derek Price  <derek@ximbiot.com>
5647         * lib/autotest/general.m4: Comment various HELP_* diversions.
5648         (PARSE_ARGS_BEGIN): New section for option parsing related
5649         initialization.
5650         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5651         package specific options and associated help.
5653 2003-08-19  Akim Demaille  <akim@epita.fr>
5655         * config/announce-gen, Makefile.cfg: New.
5656         * Makefile.am: Adjust.
5657         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5659 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5661         * lib/autom4te.in (Automake-preselections): Preselect
5662         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5663         and m4_sinclude.
5665 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5667         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5668         (Autoconf-without-aclocal-m4): ... this new language.
5669         * doc/autoconf.texi (autom4te Invocation): Mention
5670         Autoconf-without-aclocal-m4.
5672 2003-08-18  Derek Price  <derek@ximbiot.com>
5674         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5675         RUN-IF-PASS optional arguments.
5677 2003-08-18  Derek Price  <derek@ximbiot.com>
5679         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5681 2003-08-16  Derek Price  <derek@ximbiot.com>
5683         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5684         STDOUT & STDERR arguments.
5686 2003-08-14  Derek Price  <derek@ximbiot.com>
5688         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5689         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5690         shorter column three.  Add DESCRIPTION to log file content.
5692 2003-08-13  Derek Price  <derek@ximbiot.com>
5694         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5695         output.
5697 2003-08-12  Derek Price  <derek@ximbiot.com>
5699         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5700         (AT_CHECK_NOESCAPE): Move core functionality to...
5701         (_AT_CHECK): ...this new macro.
5703 2003-08-07  Derek Price  <derek@ximbiot.com>
5705         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5706         (AT_CHECK_NOESCAPE): ...to this new macro.
5708 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5710         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5711         in Bash 2.01.  Problem reported by Brian Gough in
5712         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5714 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5716         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5717         -lcrt1.o, for OS X.  (trivial change)
5719 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5721         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5722         inside '#ifndef __cplusplus'.  Problem reported by
5723         Bob Friesenhahn.
5725 2003-07-06  Bill Clarke  <llib@computer.org>
5727         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5728         'long', not 'int', for benefit of Sun's recent C++ compilers
5729         (trivial change).  See:
5730         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5731         (This really should be 'intptr_t', not 'long', but that would
5732         take more work.)
5734 2003-06-25  Akim Demaille  <akim@epita.fr>
5736         * lib/Makefile.am (autom4te.cfg): Make it read only.
5737         Depend on Makefile since it contains substitutions.
5738         From Paolo Bonzini.
5739         * lib/autom4te.in (args): Add local.at? for Autotest args.
5740         This change was made on autom4te.cfg which is generated.
5741         Reported by Raja R. Harinath.
5743 2003-06-25  Akim Demaille  <akim@epita.fr>
5745         * doc/autoconf.texi (Header Portability): sys/mount.h.
5746         From Gareth McCaughan.
5748 2003-06-23  Akim Demaille  <akim@epita.fr>
5750         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5751         not all of them.  This fixes 1. the fact that when testing
5752         Autoconf there are many many config.log, 2. the incorrect use of
5753         top_srcdir to find config.log.
5754         Don't mix the detailed output of failed test with the summary of
5755         failures.  Rather, append detailed log afterwards.
5757 2003-06-23  Akim Demaille  <akim@epita.fr>
5759         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5760         always run: output config.log on $at_group_log.
5762 2003-06-23  Akim Demaille  <akim@epita.fr>
5764         * tests/torture.at (#define header templates): Don't use quotes in
5765         C++ comments as it puzzles Emacs' sh font-lock-mode.
5767 2003-06-23  Akim Demaille  <akim@epita.fr>
5769         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5770         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5771         * tests/atspecific.m4: Rename as...
5772         * tests/local.at: This.
5773         * tests/suite.at: Move the globals into...
5774         * tests/local.at: here.
5775         * tests/Makefile.am: Adjust.
5776         * doc/autoconf.texi (testsuite Scripts): Adjust.
5778 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5780         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5781         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5782         ensuring we add -std1 for full-ANSI.
5784         * doc/autoconf.texi (hdrindex): New macro.
5785         Add index entries for portability of various standard header files.
5787 2003-06-20  Akim Demaille  <akim@epita.fr>
5789         * configure.ac: Bump to 2.57b.
5791 2003-06-20  Akim Demaille  <akim@epita.fr>
5793         Version 2.57a.
5795 2003-06-20  Akim Demaille  <akim@epita.fr>
5797         * bin/autom4te.in: Don't rely on $HOME being defined.
5798         Reported by Marc Espie as PR/233.
5800 2003-06-20  Akim Demaille  <akim@epita.fr>
5802         * lib/autotest/general.m4: Use at_times_file only if used.
5803         From Nicolas Joly.
5805 2003-06-20  Akim Demaille  <akim@epita.fr>
5807         * config/config.guess, config/config.sub, config/elisp-comp,
5808         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5809         Update from masters.
5811 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5813         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5814         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5815         (TEST_SCRIPT): New diversion.
5816         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5817         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5818         (AT_INIT): Support for expected failures.
5820 2003-06-02  Akim Demaille  <akim@epita.fr>
5822         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5823         changes.
5824         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5825         Autoconf nor Automake.
5826         (&contents): New, from Automake.
5827         PODify.
5829 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5831         * NEWS, doc/autoconf.texi (Particular Functions),
5832         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5833         is the inverse of localtime.
5835 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5837         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5838         (handle_exec_errors): New function.  Work around $! being
5839         altered by WEXITSTATUS.
5840         (xqx, xsystem): Use handle_exec_errors.
5842 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5844         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5845         Do not call `_exit()', simply modify `$?'.
5846         (xsystem): Reset $! before running system, and check it afterward.
5847         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5848         63 for version mismatches.
5850 2003-05-23  Akim Demaille  <akim@epita.fr>
5852         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5853         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5854         the middle of a line).
5855         * lib/m4sugar/m4sugar.m4: Likewise.
5856         Remove useless spaces in comments.
5858 2003-05-23  Akim Demaille  <akim@epita.fr>
5860         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5861         exit 63, so that we (or Automake's "missing") can tell the
5862         difference with a plain failure.
5863         * doc/autoconf.texi (Notices): Adjust.
5865 2003-05-23  Akim Demaille  <akim@epita.fr>
5867         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5868         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5869         White spaces cleanup.
5871 2003-05-22  Jim Meyering  <jim@meyering.net>
5872             Paul Eggert  <eggert@twinsun.com>
5874         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5875         Remove `#include <stdlib.h>' from the list; we should never
5876         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5877         resulting namespace pollution would cause other tests to fail.
5878         Configure scripts run with some older versions of g++ and HP's
5879         aCC would fail due to such an #include.  Problems reported by
5880         Matthew Mueller in <http://bugs.debian.org/120704> and by
5881         Keith Bostic in
5882         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5883         In the test, use the test declaration before including <stdlib.h>,
5884         as that's closer to how it'll be used.
5886 2003-05-23  Akim Demaille  <akim@epita.fr>
5888         * doc/autoconf.texi (Header Portability): ucred.h.
5889         From Ian Redfern.
5891 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5893         Overhaul Autotest's logging: generate separate log files
5894         in testsuite.dir/NNN/testsuite.log, and append them to
5895         testsuite.log instead of re-running the test verbosely.
5897         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5898         file descriptor, write 0 to at_status_file instead of setting
5899         at_status=0, initialize some new variables (at_status_file,
5900         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5901         to rerun the tests, instead append the at_group_log to the
5902         at_suite_log when a test fails.
5903         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5904         with the AS_MESSAGE_LOG_FD redirected to stdout.
5905         (AT_CLEANUP): save the output status in $at_status_file
5906         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5907         its original place.
5908         (AT_CHECK): since tests are run with a redirected stdout,
5909         and used to be re-run in verbose mode, turn some $at_verbose
5910         into echo, and don't redirect the output of testing stdout
5911         and stderr.
5913         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5914         the name of the debugging directory and information about
5915         its contents.
5917 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5919         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5920         parameter.
5922 2003-05-22  Akim Demaille  <akim@epita.fr>
5924         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5925         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5926         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5927         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5929 2003-05-22  Akim Demaille  <akim@epita.fr>
5931         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5932         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5933         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5934         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5935         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5936         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5937         * lib/autoconf/status.m4, lib/autoconf/types.m4,
5938         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5939         * tests/atspecific.m4, tests/base.at, tests/compile.at,
5940         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5941         * tests/tools.at, tests/torture.at:
5942         Whitespace clean up.
5943         Suggested by Jim Meyering.
5945 2003-05-22  Akim Demaille  <akim@epita.fr>
5947         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5948         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5949         Reported by Jim Meyering.
5951 2003-05-22  Akim Demaille  <akim@epita.fr>
5953         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5954         Add AC_HELP_STRING  to the obsolete macros section.
5955         Typos.
5956         Use '@.' for sentences that ended in a capital letter.
5957         From Art Haas.
5959 2003-05-22  Akim Demaille  <akim@epita.fr>
5961         * config/config.guess, config/config.sub, config/elisp-comp,
5962         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5963         * config/texinfo.tex, doc/standards.texi: Update from masters.
5965 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
5967         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5968         it to eval.
5970 2003-05-21  Akim Demaille  <akim@epita.fr>
5972         * bin/autoupdate.in ($m4): Fix quotation.
5973         Reported by Martin Mokrejs.
5975 2003-05-19  Paul Eggert  <eggert@twinsun.com>
5977         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5978         Remove non-ASCII characters.
5980 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
5982         * tests/semantics.at (AC_SEARCH_LIBS): New test.
5983         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5984         AC_CHECK_HEADERS_NEW): New tests.
5986 2003-05-17  Akim Demaille  <akim@epita.fr>
5988         * lib/autoconf/functions.m4: Use the default includes so that
5989         memcmp be declared before being tested.
5990         Reported by Sander Niemeijer.
5991         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5992         * doc/autoconf.texi (Default Includes): Document
5993         AC_INCLUDES_DEFAULT.
5995 2003-05-17  Akim Demaille  <akim@epita.fr>
5997         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5998         * doc/autoconf.texi (Obsolete Macros): Adjust.
5999         Reported by Werner LEMBERG and Debian Bug 190886.
6001 2003-05-16  Akim Demaille  <akim@epita.fr>
6003         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6004         user name space clashes.
6005         Reported by Bruno Haible.
6007 2003-05-16  Akim Demaille  <akim@epita.fr>
6009         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6010         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6011         them uniform, and more robust to Perl special characters.
6012         Reported by Martin Mokrejs.
6014 2003-05-14  Akim Demaille  <akim@epita.fr>
6016         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6018 2003-05-14  Akim Demaille  <akim@epita.fr>
6020         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6021         linux/irda.h.
6023 2003-05-12  Akim Demaille  <akim@epita.fr>
6025         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6026         message.
6027         From Matthias Andree.
6029 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6031         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6032         and truncate.
6034 2003-05-06  Akim Demaille  <akim@epita.fr>
6036         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6037         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6038         by aclocal.m4 is changed it might require the importing of another
6039         m4 extension file, i.e., aclocal must be run.
6041         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6042         (&parse_args): Use --force with aclocal if required and supported.
6043         (&autoreconf_current_directory): Use &run_aclocal.
6045 2003-05-06  Akim Demaille  <akim@epita.fr>
6047         Lock autom4te's cache.
6049         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6050         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6051         argument instead of a file name, so that the request file remains
6052         open during the whole autom4te run.
6053         ($icache_file): New.
6054         (&freeze): Lock the $icache_file.
6056 2003-04-29  Derek Price  <derek@ximbiot.com>
6058         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6059         seperator with m4_append_uniq().  It doesn't work.
6060         (AT_CLEANUP): Add `;' to end of at_help_all.
6061         (AT_INIT): Allow --keywords to be specified more than once.  When
6062         grepping $at_help_all for keywords, use the field and keyword
6063         seperators to ensure a complete keyword match.  Alter at_prev handling
6064         to support the new --keywords behavior.
6066 2003-04-27  Karl Berry  <karl@freefriends.org>
6068         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6069         align better with others.  I also made some of the individual
6070         entries on one line, for brevity and to make it easier for me to
6071         sort my dir-example file in the Texinfo distribution :).
6073 2003-04-12  Jim Meyering  <jim@meyering.net>
6075         * NEWS: Mention the new macro.
6076         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6077         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6078         * tests/c.at: Test AC_C_RESTRICT.
6079         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6081 2003-04-08  Akim Demaille  <akim@epita.fr>
6083         * bin/ifnames.in: Skip C++ comments.
6084         From Jeremy Yallop.
6086 2003-04-08  Akim Demaille  <akim@epita.fr>
6088         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6089         From Ilya Zakharevich.
6091 2003-04-08  Akim Demaille  <akim@epita.fr>
6093         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6094         net/if.h, stdlib.h.
6096 2003-04-01  Derek Price  <derek@ximbiot.com>
6098         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6099         from Akim's checkin of 2003-03-29.
6101 2003-04-01  Derek Price  <derek@ximbiot.com>
6103         * tests/torture.at (Configuring subdirectories): Add missing
6104         close-quote for Akim's change from 2003-03-28.
6106 2003-04-01  Akim Demaille  <akim@epita.fr>
6108         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6109         (AC, AT, MS): these.
6110         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6111         New.
6112         Use them.
6113         * doc/Makefile.am (CLEANFILES): Adjust.
6114         (TEXI2DVI): Make it --batch.
6116 2003-03-31  Derek Price  <derek@ximbiot.com>
6118         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6119         which removed the main loop.
6120         Thanks to Akim Demaille.
6122 2003-03-29  Akim Demaille  <akim@epita.fr>
6124         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6125         that starts a GUI.
6126         From Ilya Zakharevich.
6128 2003-03-29  Akim Demaille  <akim@epita.fr>
6130         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6131         documentation to read is Autoconf's.
6132         Suggested by Paul Eggert.
6134 2003-03-28  Akim Demaille  <akim@epita.fr>
6136         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6137         reading the section "Present But Cannot Be Compiled" when the
6138         header causes problems.
6140 2003-03-28  Akim Demaille  <akim@epita.fr>
6142         * tests/torture.at (Configuring subdirectories): Require aclocal
6143         1.4, otherwise the test fails, as it does support configure.ac.
6144         This fixes the "test 40 failed" bug reports.
6146 2003-03-28  Akim Demaille  <akim@epita.fr>
6148         * doc/autoconf.texi (C Compiler): `#line' portability.
6149         From Paul Eggert and Nelson H. F. Beebe.
6151 2003-03-27  Derek Price  <derek@ximbiot.com>
6153         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6154         layout in order to allow scripting around test groups.
6156 2003-03-27  Derek Price  <derek@ximbiot.com>
6158         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6159         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6160         use new diversions in preparation for accepting new arguments and
6161         allowing scripting around tests.
6162         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6164 2003-03-26  Derek Price  <derek@ximbiot.com>
6166         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6167         obsolete AC_HELP_STRING.
6168         (AC_HELP_STRING): AU_DEFUN to...
6169         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6170         * tests/m4sh.at (AS_HELP_STRING): New test.
6172         * tests/acgeneral.at: Regenerated.
6174 2003-03-26  Derek Price  <derek@ximbiot.com>
6176         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6177         sense.  Verbosify the diversion definitions comment.
6179 2003-03-26  Derek Price  <derek@ximbiot.com>
6181         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6182         AS_PREPARE.
6184 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6186         * doc/autoconf.texi (Present But Cannot Be Compiled):
6187         Grammar fixes and minor rewording. (trivial change)
6189 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6191         Work around a problem noted by Nelson H. F. Beebe with coreutils
6192         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6193         2002/05/09) rejects '#line 32768 "configure"' because the line
6194         number overflows.
6195         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6196         #line directives.
6197         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6198         * doc/autoconf.texi (Generating Sources): Document this.
6200 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6202         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6203         file name for the m4 program, when it has an "exe" file extension.
6204         DJGPP's error messages include the error code in brackets -
6205         remove the error code during normalization.
6207 2003-02-28  Akim Demaille  <akim@epita.fr>
6209         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6211 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6213         * doc/autoconf.texi (Limitations of Make): Remove the section
6214         about `$<' in inference rules, it was a bogus interpretation of
6215         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6216         Tru64 make in the "target lookup" section.
6217         (Automake): Automake 1.5+ no longer requires special tools to be
6218         present on the developer's host.
6220 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6222         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6223         to a shell that can handle redirection or quoting correctly.
6224         Override SHELL with the shell detected by configure.
6225         Use of $^O suggested by Tim van Holder.
6226         * bin/autom4te.in (BEGIN): Likewise.
6227         * bin/autoreconf.in (BEGIN): Likewise.
6228         * bin/autoscan.in (BEGIN): Likewise.
6229         * bin/autoupdate.in (BEGIN): Likewise.
6230         * bin/ifnames.in (BEGIN): Likewise.
6232         * bin/ifnames.in: Add final newline to help and version messages.
6234         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6235         to cope with DOS-style absolute paths, when constructing
6236         ${ac_make}.
6238         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6239         When constructing paths with IFS=:, quote the path. If we're
6240         constructing a DOS-style absolute path, we don't want to split it
6241         on the colon.
6243         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6244         in description.
6246 2003-02-25  Pavel Roskin  <proski@gnu.org>
6248         * bin/autoheader.in: Add missing newline when printing
6249         suggestion how change AC_DEFINE call.
6251 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6253         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6254         2002-09-01 patch by replacing "test -n" with "test -z".
6255         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6256         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6258         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6259         to fix a mismatch between example and discussion.
6261 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6263         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6264         format starting with "-".
6266 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6268         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6269         is not portable inside Makefile.
6271 2003-02-20  Akim Demaille  <akim@epita.fr>
6273         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6274         compiler says yeah, but preproc says nope, compiler is right.
6275         Conversely, prompt the reader to send a bug report to the
6276         maintainers of the package, not of Autoconf.
6278 2003-02-20  Klee Dienes  <kdienes@apple.com>
6280         * bin/autoreconf.in (autoreconf_current_directory): Properly
6281         handle an empty aclocal.m4.
6283 2003-02-20  Akim Demaille  <akim@epita.fr>
6285         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6286         $ac_prefix_program.
6287         From Larry Jones.
6289 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6291         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6292         innocuous variant befor including <limits.h> or <assert.h>.  This
6293         works around a bug reported by Albert Chin: HP-UX 11i
6294         (and earlier versions) have a <limits.h> that declares
6295         gettimeofday and many other functions.
6297 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6299         Version 2.57.
6301         * NEWS, configure.ac: Update version.
6303         * doc/fdl.texi: Upgrade to FDL version 1.2.
6305         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6306         nontrivially in main's body, so that f's external declaration is
6307         not optimized away in AIX.  This should fix the bug reported by
6308         Martin Frydl in
6309         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6311         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6312         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6313         defined, to support freestanding compilers.  This should fix the
6314         bug reported by Momchil Velkov in
6315         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6317         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6318         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6319         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6320         by Simon Josefsson in
6321         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6323         * Makefile.maint (www-gnu): New macro.
6324         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6325         the location has moved.
6327 2002-12-02  Martin Frydl  <martin@systinet.com>
6329         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6330         \(.*\) match is too long and there is something more to be checked.
6331         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6333 2002-11-15  Akim Demaille  <akim@epita.fr>
6335         Version 2.56.
6337         * config/install-sh: chmod +x.
6338         From Paul Eggert.
6339         * config/move-if-change: Indenting changes.
6340         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6341         * configure.ac (AM_INIT_AUTOMAKE): here.
6342         Require 1.7.1.
6344 2002-11-14  Akim Demaille  <akim@epita.fr>
6346         Version 2.55.
6348         * config/config.guess, config/config.sub, config/install-sh:
6349         Update from masters.
6351 2002-11-14  Akim Demaille  <akim@epita.fr>
6353         * Makefile.maint: Sync with Bison, i.e.:
6354         (po-check): Scan .l and .y files instead of the
6355         .c and the .h files that they generate.  This fixes the bug
6356         reported by Tim Van Holder in:
6357         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6358         Look for N_ as well as for _.  Try to avoid matching #define for
6359         N_ and _.
6360         From Paul Eggert.
6362 2002-11-14  Akim Demaille  <akim@epita.fr>
6364         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6365         From Paul Eggert and Albert Chin-A-Young.
6367 2002-11-14  Akim Demaille  <akim@epita.fr>
6369         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6370         From Paul Eggert and Albert Chin-A-Young.
6372 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6374         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6375         than assigning in main, to avoid HP cc +O3 optimizing it away.
6377 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6379         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6380         option.  Process --recheck after parsing all options.  Pass -q
6381         option to configure on --recheck.
6382         (AC_OUTPUT): Pass -q from configure to config.status.
6383         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6384         arguments to record.
6385         * doc/autoconf.texi (config.status Invocation): Document
6386         config.status -q option.
6388 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6390         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6391         Makefile.in if Makefile.am exists.
6392         (output): Strip `.am' from Makefiles.  Don't
6393         output AC_CONFIG_FILES if no Makefiles were found.
6395 2002-11-07  Akim Demaille  <akim@epita.fr>
6397         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6398         (local_updates): New.
6399         * Makefile.maint: Update, from CVS Bison.
6400         (local_updates): New.
6402 2002-11-06  Akim Demaille  <akim@epita.fr>
6404         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6405         declaration in extern "C" too.
6406         Reported by Roberto Bagnara.
6408 2002-11-06  Akim Demaille  <akim@epita.fr>
6410         * tests/torture.at (Configuring subdirectories): Don't use grep
6411         -w.
6412         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6413         Reported by Ezra Peisach.
6415 2002-11-05  Akim Demaille  <akim@epita.fr>
6417         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6418         Remove.
6419         We _have_ to stop using the old compatibility scheme that tried to
6420         avoid useless backslashes because Libtool 1.4.3 contains a
6421         AC_DEFINE([error_t], [int],
6422         [Define to a type to use for \`error_t' if it is not
6423         otherwise available.])
6424         We _have_ to quote the single quote and backslashes with \.  The
6425         old compatibility scheme saw that ` was backslashed, and therefore
6426         did not quote the single quote.  Hence before this patch, Autoconf
6427         was not compatible with Libtool.
6429 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6431         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6432         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6433         LC_NAME, LC_PAPER, LC_TELEPHONE.
6434         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6436 2002-11-04  Akim Demaille  <akim@epita.fr>
6438         Version 2.54c.
6440         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6441         New.
6442         * config/texinfo.tex: Update.
6444 2002-11-03  Akim Demaille  <akim@epita.fr>
6446         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6447         from...
6448         (&autoreconf): here.
6449         ($help, $make, &parse_args, &autoreconf_current_directory):
6450         Support -m/--make.
6451         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6453 2002-10-31  Bruno Haible  <bruno@clisp.org>
6455         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6456         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6457         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6458         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6459         to ac_cv_func_realloc_0_nonnull.
6460         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6462 2002-10-31  Akim Demaille  <akim@epita.fr>
6464         The test suite was no longer checking for trailing envvars and files.
6466         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6467         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6469 2002-10-31  Akim Demaille  <akim@epita.fr>
6471         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6472         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6473         Make variable, not a shell variable.
6474         Suggested by Bruno Haible.
6476 2002-10-31  Akim Demaille  <akim@epita.fr>
6478         * bin/autom4te.in (load_configuration): Reject #args out of any
6479         language.
6481 2002-10-31  Akim Demaille  <akim@epita.fr>
6483         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6484         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6485         (_AC_RUN_IFELSE): Use it.
6486         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6487         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6488         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6489         inline it.
6491 2002-10-30  Akim Demaille  <akim@epita.fr>
6493         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6494         * doc/autoconf.texi (autom4te Invocation): Adjust.
6495         Suggested by Tim van Holder.
6497 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6499         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6500         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6501         Problem reported by Bruno Haible.
6503 2002-10-29  Akim Demaille  <akim@epita.fr>
6505         * doc/autoconf.texi (Header Templates): Put also in words what the
6506         pictures says to assist free style readers.
6507         (Customizing autom4te): s/--cache=/--cache /.
6509 2002-10-29  Akim Demaille  <akim@epita.fr>
6511         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6512         sys/wait.h.
6513         sparc_address_test returns void.
6514         Use it with an argument, as prototyped.
6515         From Bruno Haible.
6517 2002-10-29  Akim Demaille  <akim@epita.fr>
6519         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6520         configure.in, not configure.ac.
6521         Reported by Bruno Haible.
6523 2002-10-29  Akim Demaille  <akim@epita.fr>
6525         * tests/torture.at (Deep Package): New test.
6526         (Configuring subdirectories): Don't use a testSubDir as Autotest
6527         now does it itself.
6529 2002-10-29  Akim Demaille  <akim@epita.fr>
6531         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6532         * doc/autoconf.texi (Invoking autom4te): Rename as...
6533         (autom4te Invocation): this, for consistency with the other nodes.
6535 2002-10-29  Akim Demaille  <akim@epita.fr>
6537         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6538         Reported by Ralf Corsepius.
6540 2002-10-29  Akim Demaille  <akim@epita.fr>
6542         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6543         characters is a back as an `obsolete' warning now.
6544         Reported by Ralf Corsepius.
6546 2002-10-28  Akim Demaille  <akim@epita.fr>
6548         * configure.ac: Bump to 2.54c.
6550 2002-10-28  Akim Demaille  <akim@epita.fr>
6552         Version 2.54b.
6554         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6556 2002-10-28  Akim Demaille  <akim@epita.fr>
6558         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6559         m4 executable names, and different GNU M4 version.
6560         Reported by Ezra Peisach and Paul Jarc.
6562 2002-10-27  Akim Demaille  <akim@epita.fr>
6564         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6565         AC_RUN_IFELSE.
6567 2002-10-27  Akim Demaille  <akim@epita.fr>
6569         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6570         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6571         Die when a simple Fortran program cannot be compiled.
6572         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6573         Issue a warning if no function is given.
6575 2002-10-27  Akim Demaille  <akim@epita.fr>
6577         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6578         Move the documentation of AC_TRY_RUN to...
6579         (Obsolete Macros): here.
6580         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6581         (autoconf Invocation): Remove the duplicates with `invoking
6582         autom4te'.
6583         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6584         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6586 2002-10-27  Akim Demaille  <akim@epita.fr>
6588         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6589         and AC_LANG_FUNC_LINK_TRY.
6590         (Examining Libraries): Rename as...
6591         (Running the Linker): this.
6592         Document AC_LINK_IFELSE.
6593         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6594         (Obsolete Macros): here.
6595         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6596         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6597         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6598         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6600 2002-10-27  Akim Demaille  <akim@epita.fr>
6602         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6604         More `check config.log' messages.
6606         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6607         * doc/autoconf.texi (Printing Messages): Document it.
6608         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6609         appropriate.
6610         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6611         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6612         (_AC_COMPILER_OBJEXT): Likewise.
6613         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6614         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6615         Likewise.
6616         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6617         Likewise.
6619         Deprecate macros with unusual interfaces.
6621         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6622         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6624         Document the new ones, and proper style.
6626         * doc/autoconf.texi (Generating Sources): New.
6627         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6628         (Examining Declarations): Rename as...
6629         (Running the Preprocessor): this.
6630         Document AC_PREPROC_IFELSE.
6631         (Examining Syntax): Rename as...
6632         (Running the Compiler): this.
6633         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6634         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6635         AC_TRY_COMPILE here.
6637 2002-10-27  Akim Demaille  <akim@epita.fr>
6639         Move sections around.
6641         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6642         sentence.
6643         Reported by Burno Haible.
6644         (Language Choice): Now the first section of...
6645         (Writing Tests): this section.
6646         Make the introduction less C-centric.
6647         (Guidelines, Test Functions): Move to...
6648         (Writing Test Programs): this new section.
6649         (Test Programs): Merge into...
6650         (Run Time): this.
6652 2002-10-27  Akim Demaille  <akim@epita.fr>
6654         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6655         autom4te.in that resulted in the need for two `make' runs.
6657 2002-10-27  Akim Demaille  <akim@epita.fr>
6659         * configure.ac: Bump to 2.54b.
6661 2002-10-25  Akim Demaille  <akim@epita.fr>
6663         Version 2.54a.
6665         * Makefile.maint: Update from the Coreutils.
6666         (AMTAR): Remove, obsolete.
6667         (automake_repo): Update to redhat.com.
6668         (cvs_file): New.
6669         Adjust to the fact that ansi2knr is now hosted by Automake.
6670         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6671         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6672         Update from masters.
6673         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6674         autoscan.pre is not to be installed, and autoscan.list is not to
6675         be shipped.
6676         (CLEANFILES): Add autoscan.list.
6677         (autoscan.list): Disable the cache.
6678         * bin/Makefile.am: Include freeze.mk.
6680 2002-10-25  Akim Demaille  <akim@epita.fr>
6682         * bin/autom4te.in (&load_configuration): Take the file as
6683         argument.
6684         (&parse_args): Handle -C, --cache.
6685         ($help): Adjust.
6686         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6687         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6688         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6689         Now a subsection of...
6690         (Using autom4te): This new section.
6691         (Customizing autom4te): New.
6692         (autom4te.cache): Adjust.
6694 2002-10-25  Akim Demaille  <akim@epita.fr>
6696         * doc/autoconf.texi (Generic Headers): More information on how to
6697         use AC_CHECK_HEADERS.
6699 2002-10-25  Akim Demaille  <akim@epita.fr>
6701         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6702         Space changes.
6704 2002-10-25  Akim Demaille  <akim@epita.fr>
6706         * bin/autoscan.in (output): Output AC_PREREQ.
6707         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6708         be reported.
6710 2002-10-23  Akim Demaille  <akim@epita.fr>
6712         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6713         document _Bool.
6715 2002-10-23  Akim Demaille  <akim@epita.fr>
6717         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6718         Reported by Peter Eisentraut.
6720 2002-10-23  Akim Demaille  <akim@epita.fr>
6722         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6723         type _Bool.
6724         Fix a typo.
6725         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6726         Eggert's recommandations.
6728 2002-10-22  Akim Demaille  <akim@epita.fr>
6730         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6731         Bison, by Paul Eggert.
6732         * doc/autoconf.texi (Particular Headers): Document it.
6734 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6736         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6737         `$ac_configure_args'.
6739 2002-10-22  Akim Demaille  <akim@epita.fr>
6741         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6742         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6743         From Art Haas.
6745 2002-10-22  Akim Demaille  <akim@epita.fr>
6747         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6749         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6750         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6751         (_AC_CHECK_HEADER_NEW): Rename as...
6752         (AC_CHECK_HEADER): this.
6754 2002-10-22  Akim Demaille  <akim@epita.fr>
6756         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6757         words about HP-UX cmp: it was actually a user-written cmp.
6759 2002-10-22  Akim Demaille  <akim@epita.fr>
6761         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6762         are a few warnings.
6763         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6764         Quote for Perl '' strings, not "".
6765         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6766         strings.
6768 2002-10-22  Akim Demaille  <akim@epita.fr>
6770         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6771         characters is a syntax warning now.
6772         (_AS_QUOTE): Accept $2 as list of characters to quote.
6773         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6774         Quote for Perl, not sh.
6775         * bin/autoheader.in: When $debug, report the file which is
6776         `do'ne.
6777         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6778         `@', to tickle Perl's lists.
6779         Reported by Carlos Velasco.
6781 2002-10-18  Akim Demaille  <akim@epita.fr>
6783         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6784         missing included files _are_ errors.
6785         Thanks to Alexandre Duret-Lutz.
6786         * tests/tools.at (autom4te cache): Adjust.
6787         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6788         (AT_CHECK_M4SUGAR): Use it.
6789         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6790         Adjust.
6791         * tests/tools.at (autom4te): Now it does exit 1.
6793 2002-10-17  Akim Demaille  <akim@epita.fr>
6795         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6796         Fixes the `AC_ARG_VAR' test failures.
6797         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6798         * lib/freeze.mk (check-forbidden-patterns): New.
6799         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6800         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6801         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6802         /dev/null.
6803         Reported months ago by H. Merijn Brand.
6805 2002-10-17  Akim Demaille  <akim@epita.fr>
6807         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6809 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6811         * Makefile.maint (wget_files): Remove ansi2knr.c.
6812         (ansi2knr.c-url_prefix): Remove.
6814 2002-10-16  Akim Demaille  <akim@epita.fr>
6816         Because of caching, some files that no longer exist and are no
6817         longer required can still cause errors.
6818         Reported by Alexandre Duret-Lutz.
6820         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6821         to frozen files in @ARGV, as @ARGV must remain being a list of
6822         files.  Rather, at M4 call sites, use this...
6823         (&files_to_options): New function.
6824         (&freeze): Use &error.
6825         (&up_to_date): If a file that was included according to the cache
6826         is no longer there, then the output is out dated.
6827         (&main): Don't even check whether a file is up to date is anyway
6828         --force is given.
6829         * tests/tools.at (autom4te cache): New.
6831 2002-10-16  Akim Demaille  <akim@epita.fr>
6833         * bin/autoconf.as: Kill dead options.
6834         * bin/autoupdate.in (&parse_args): Kill old options.
6835         * bin/autoreconf.in (&parse_args): Remove dead options.
6836         Factor some code.
6837         (&autoreconf): Report the directories we enter *and leave*, so
6838         that error messages can be easily located, and use GNU Make
6839         format, so that Emacs' compile mode understands us.
6840         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6841         if some file was changed instead of `print'.
6842         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6843         (&parse_args): Remove the dead options.
6844         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6845         autoheader's quiet mode.
6846         (AT_CHECK_AUTOUPDATE): Likewise.
6847         * tests/tools.at (autoupdate): Adjust.
6848         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6850 2002-10-11  Akim Demaille  <akim@epita.fr>
6852         No longer use CPP to check for the existing of headers: use CC to
6853         check for compilability.
6855         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6856         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6857         (_AC_CHECK_HEADER_NEW): Rename as...
6858         (AC_CHECK_HEADER): this.
6860         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6861         numbers in the Subject suggestion.
6863 2002-10-11  Akim Demaille  <akim@epita.fr>
6865         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6866         Suggest using AC_CHECK_DECLS instead.
6868 2002-10-11  Akim Demaille  <akim@epita.fr>
6870         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6871         of `precious'.
6873 2002-10-11  Akim Demaille  <akim@epita.fr>
6875         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6876         file name to enable parallel executions.
6877         From Sam Varshavchik.
6879 2002-10-08  Akim Demaille  <akim@epita.fr>
6881         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6882         aclocal invocation, as Gettext macros might not be visible to
6883         aclocal.
6884         Instead of blindly running autopoint, scan configure.ac (not the
6885         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6886         Reported by Paul D. Smith.
6888 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6890         Work around problems found when POSIXLY_CORRECT=1 is set.
6891         None of this seems to have anything to do with POSIX, really,
6892         but it's how Perl getopt works.
6893         * bin/autom4te.in (parse_args): Configure GetOpt with
6894         "permute", too.
6895         * doc/autoconf.texi (Invoking autom4te):
6896         --warning -> --warnings.
6897         * lib/autom4te.in: --warning -> --warnings.
6899 2002-09-28  Akim Demaille  <akim@epita.fr>
6901         * doc/autoconf.texi (autom4te.cache): New section.
6903 2002-09-28  Akim Demaille  <akim@epita.fr>
6905         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6906         (Automake-preselections): Update.
6907         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6909 2002-09-28  Akim Demaille  <akim@epita.fr>
6911         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6912         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6913         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6914         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6916 2002-09-28  Akim Demaille  <akim@epita.fr>
6918         * tests/torture.at (Configuring subdirectories): Be robust to
6919         users who use config.site to require for a cache: in this case,
6920         the two last configure runs, using two different sets of
6921         arguments, trigger a legitimate error.
6923 2002-09-28  Akim Demaille  <akim@epita.fr>
6925         * tests/m4sh.at (Functions Support, Functions and return Support):
6926         New.
6928 2002-09-28  Akim Demaille  <akim@epita.fr>
6930         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6931         autoheader are Perl programs.
6932         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6933         (autom4te): Specify that the sources are in the $srcdir.
6934         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6936 2002-09-28  Akim Demaille  <akim@epita.fr>
6938         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6939         (tm_zone): Move their rules to...
6940         * lib/autoconf/types.m4: here, using AN_ macros.
6941         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6942         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6943         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6944         * lib/autoconf/programs.m4: here.
6945         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6946         (ETAGS_FOR_AUTOCONF): New.
6947         Use it.
6949 2002-09-28  Akim Demaille  <akim@epita.fr>
6951         * lib/autoconf/autoscan.m4: New file.
6952         * lib/autoconf/autoconf.m4: Include it.
6953         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6954         that were listed in the original autoscan.list.
6955         * lib/autoconf/headers.m4: Similarly with headers.
6956         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6957         (.m4.m4f): Don't pass --prepend-include, since that's done by
6958         tests/autom4te itself.
6959         * lib/autoscan/Makefile.am: Include freeze.mk.
6960         (autoscan.list): New target --this file is no longer a source.
6961         (autoscan.pre): New file.
6963 2002-09-28  Akim Demaille  <akim@epita.fr>
6965         * bin/autoscan.in (@kinds): Make them singular.
6966         Adjust all uses.
6967         (&init_tables): When --debug, report the list of rules to ease
6968         tracking changes in autoscan.list.
6969         * lib/autoscan/autoscan.list (function): Strip comments, sort.
6971 2002-09-28  Akim Demaille  <akim@epita.fr>
6973         * lib/autoscan/functions, lib/autoscan/headers,
6974         * lib/autoscan/identifiers, lib/autoscan/makevars,
6975         * lib/autoscan/programs: Merge into...
6976         * lib/autoscan/autoscan.list: this.
6977         * bin/autoscan.in (&init_tables): Adjust.
6979 2002-09-28  Akim Demaille  <akim@epita.fr>
6981         * lib/autoscan/functions, lib/autoscan/headers,
6982         * lib/autoscan/identifiers, lib/autoscan/makevars,
6983         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6984         `functions' line is now prefixed with `function:'.
6985         * bin/autoscan.in (&init_tables): Adjust.
6987 2002-09-28  Akim Demaille  <akim@epita.fr>
6989         From now on, autoscan files must always map a macro name to a
6990         word: there is no `default' macro for autoscan.
6992         * bin/autoscan.in (&init_tables): Reject entries with no macro at
6993         all.
6994         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6995         explicit.
6997 2002-09-28  Akim Demaille  <akim@epita.fr>
6999         * bin/autoscan.in (%c_keywords): Remove.
7000         (&used): Keep only track of the words we might be interested in.
7001         (&output_kind): It is no longer needed to look for non active
7002         checks.
7004 2002-09-27  Akim Demaille  <akim@epita.fr>
7006         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7007         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7008         * lib/autoscan/functions: Adjust.
7009         * doc/autoconf.texi (Particular Functions): Adjust.
7011 2002-09-27  Akim Demaille  <akim@epita.fr>
7013         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7014         from /tmp.
7015         Thanks to Bill Moseley and Paul Eggert.
7016         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7017         the tmpdir must be created.
7018         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7019         dir be in the build tree, instead of $TMPDIR.
7021 2002-09-27  Akim Demaille  <akim@epita.fr>
7023         * bin/autoscan.in: Improve the comments.
7024         (&parse_args): Drop obsolete undocumented options.
7025         (&output_kind): Output warnings.
7026         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7027         (getwd): Trigger a warning.
7029 2002-09-26  Akim Demaille  <akim@epita.fr>
7031         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7032         Reported by Ralf Corsepius.
7033         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7035 2002-09-26  Akim Demaille  <akim@epita.fr>
7037         Single suffix rules and seperated dependencies are not portable.
7039         * doc/autoconf.texi (Installation Directory Variables): Update.
7040         (Limitations of Make): Some about `Single Suffix Rules and
7041         Separated Dependencies'.
7042         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7043         (ifnames, autoscan, autom4te): Un-factor into several rules.
7045 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7047         * BUGS (Interoperability bugs): New section.  Mention libtool
7048         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7050 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7052         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7053         make handles suffix-rules differently from GNU make.
7055         * bin/Makefile.am (SUFFIXES, .in): Remove.
7056         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7057         Move the body of the old .in rule here.
7059 2002-09-16  Akim Demaille  <akim@epita.fr>
7061         i960 compilers create `b.out' files by default.
7062         Reported by Ralf Corsepius.
7064         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7065         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7067 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7069         * doc/autoconf.texi (Particular Headers): Remove obsolete
7070         reference to `struct timezone' in the description of
7071         AC_HEADER_TIME.
7073 2002-09-13  Akim Demaille  <akim@epita.fr>
7075         Version 2.54.
7077         * config/config.sub, config/config.guess: Update.
7078         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7079         * Makefile.am: Adjust.
7081 2002-09-13  Akim Demaille  <akim@epita.fr>
7083         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7084         reading config.log when the compiler is rejected.
7085         Suggested by Guido Draheim.
7087 2002-09-13  Akim Demaille  <akim@epita.fr>
7089         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7090         (chdir_init) might hang when stat'ing mounted directories.
7091         Reported by Vance Shipley.
7093 2002-09-12  Akim Demaille  <akim@epita.fr>
7095         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7096         the lists.
7098 2002-09-12  Akim Demaille  <akim@epita.fr>
7100         * doc/autoconf.texi (Defining Symbols): Present two different
7101         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7102         difference between 1 argument calls, and 2-3 argument calls.
7104 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7106         * doc/autoconf.texi: Review grammar and punctuation.
7108 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7110         * doc/autoconf.texi: Fix minor formatting, spelling, and
7111         grammatical typos.
7112         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7113         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7114         is obsolescent.
7116 2002-09-11  Akim Demaille  <akim@epita.fr>
7118         * doc/autoconf.texi (Questions): Rename as...
7119         (FAQ): this.
7120         (Defining Directories): New.
7122 2002-09-09  Akim Demaille  <akim@epita.fr>
7124         * doc/autoconf.texi (Making testsuite Scripts): Update.
7125         Suggested by Nishio Futoshi.
7127 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7129         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7130         plain `@' is wanted.
7132 2002-09-09  Akim Demaille  <akim@epita.fr>
7134         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7135         `duplicates', since the algorithm was too naive and could keep
7136         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7137         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7138         Reported by Ralf Corsepius.
7139         * tests/torture.at (Configuring subdirectories): Exercise these
7140         cases.
7142 2002-09-09  Akim Demaille  <akim@epita.fr>
7144         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7145         looking for a replacement file.
7146         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7147         directory is relative.
7148         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7149         directory definition.
7150         Reported by Andreas Schwab and Jim Meyering.
7152 2002-09-06  Akim Demaille  <akim@epita.fr>
7154         * doc/autoconf.texi (Setting Output Variables): Clarify what
7155         precious variables are.
7156         Suggested by Pontus Skoeld.
7158 2002-09-05  Akim Demaille  <akim@epita.fr>
7160         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7161         (ifnames, autoscan, autom4te): Since we don't only depend on
7162         configure.ac variables (such as VERSION etc.), but also on prefix
7163         and so forth, depend on Makefile, not configure.ac.
7164         Reported by Alexandre Duret-Lutz.
7165         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7167 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7169         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7170         doesn't seem to be confined to ia64, just say "some versions".
7172 2002-09-04  Akim Demaille  <akim@epita.fr>
7174         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7175         Automake 1.6c.
7176         * Makefile.am (maintainer-clean-local): Remove.
7177         (MAINTAINERCLEANFILES): Remove COPYING.
7179 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7181         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7182         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7183         Brinkmann.
7185 2002-09-03  Akim Demaille  <akim@epita.fr>
7187         * configure.ac: Bump to 2.53d.
7188         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7189         as of today, on Automake's team suggestion.
7191 2002-09-03  Akim Demaille  <akim@epita.fr>
7193         Version 2.53c.
7195 2002-09-02  Akim Demaille  <akim@epita.fr>
7197         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7198         SITE_MACRO_DIR.
7199         * configure.ac: Disable SITE_MACRO_DIR.
7201 2002-09-02  Jim Meyering  <meyering@lucent.com>
7203         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7204         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7205         Also, tweak grammar: s/make sure to/be sure to/.
7207 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7209         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7210         directory names are generally preferable to physical names.
7212 2002-09-02  Akim Demaille  <akim@epita.fr>
7214         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7215         Reported by Raja R. Harinath.
7216         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7217         * bin/autoupdate.in: Use error instead of die.
7219 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7221         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7222         ordinary shell concatenation rather than echo+tr+sed command that
7223         runs afoul of a long-line-related sed bug in Solaris 8.
7225         * bin/autoheader.in (parse_args): --warning -> --warnings.
7227         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7228         stdout, as traditional "ls" does.
7229         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7230         _AC_COMPILER_EXEEXT_O): Likewise.
7231         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7233         * bin/autoconf.as: Add --prepend-include option.  This patch was
7234         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7235         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7237         * bin/autoconf.in, configure: Regenerate.
7239         * doc/autoconf.texi (Special Shell Variables): Mention
7240         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7242         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7243         MAILPATH and set PS1, PS2, PS4 to default values, to work
7244         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7245         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7246         the Autoconf documentation specifies; fall back to "unset" only if
7247         this fails.  Use a shell for-loop for this rather than an m4 loop,
7248         to shorten the output script.
7250 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7252         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7253         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7254         for the CDPATH problem.  Document PWD.
7255         (Limitations of Builtins): Document the problem that "cd $foo" and
7256         "ls $foo" may refer to different directories in shells conforming
7257         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7258         example, since the old example is now out of date.
7260         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7261         FOO" and "ls FOO" talk about different directories; this catches
7262         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7263         spaghetti.
7265         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7266         of rolling our own unset.
7267         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7268         in practice we needn't worry about CDPATH if unset doesn't work.
7270         * Makefile.in, aclocal.m4, bin/Makefile.in,
7271         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7272         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7273         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7274         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7275         tests/Makefile.in: Regenerate with Automake 1.6.3.
7277         * config/config.guess, config/config.sub, config/mkinstalldirs:
7278         Update.
7280         * configure: Regenerate with self.
7282 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7284         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7285         default output.
7287 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7289         * bin/autom4te.in (Request::load): Correctly test for "do" read
7290         failure.
7292 2002-08-29  Akim Demaille  <akim@epita.fr>
7294         * lib/Autom4te/General.pm (&xqx): New.
7295         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7296         hand, which is not portable.
7297         (&error): New.
7298         * bin/autom4te.in: Use them.
7299         Use &error instead of die.
7300         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7301         Adjust.
7303 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7305         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7306         default list of compilers to try, since it was long ago superseded
7307         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7309 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7311         * doc/autoconf.texi (Invoking autom4te): End the option table,
7312         fixing a bug introduced by the previous patch.
7313         (Limitations of Make): Add a 'target lookup' subentry in the
7314         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7316 2002-07-29  Mark D. Roth  <roth@feep.net>
7318         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7319         options and use $AUTOM4TE_PATH.
7320         * doc/autoconf.texi: Remove documentation of autom4te
7321         --include-envvar and --site-macro-subdir options and document
7322         use of $AUTOM4TE_PATH.
7323         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7324         arguments from each language section.
7326 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7328         * doc/install.texi: Include copyright symbol in copyright notice.
7330         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7331         Replace with:
7332         (AM_MAKEINFOFLAGS): New macro.
7333         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7334         * Makefile.am (INSTALL): Use the new macros.
7335         Use -o rather than --output, since "missing" does not grok --output.
7337 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7339         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7340         comments do not always work. Never trust the exit status of
7341         `make -k'.
7343 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7345         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7346         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7348 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7350         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7351         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7352         apparently treats PATH="nonexistent" as if it contained ".".
7353         Bug reported by Stefan `Sec' Zehl.
7355 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7357         * doc/autoconf.texi (Limitations of Make): Mention the special
7358         handling of the obj/ directory by BSD make.
7360 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7362         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7363         backslashes.
7365 2002-07-19  Akim Demaille  <akim@epita.fr>
7367         * doc/autoconf.texi (Function Portability): `exit'.
7368         (Programming in M4sh): Ethymology of M4sh.
7370 2002-07-19  Akim Demaille  <akim@epita.fr>
7372         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7374 2002-07-18  Akim Demaille  <akim@epita.fr>
7376         Version 2.53b.
7378 2002-07-18  Akim Demaille  <akim@epita.fr>
7380         * config/config.guess, config/config.sub: Update.
7382 2002-07-18  Akim Demaille  <akim@epita.fr>
7384         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7385         Automake's parts.
7387         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7388         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7389         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7391 2002-07-18  Akim Demaille  <akim@epita.fr>,
7392             Alexandre Duret-Lutz  <duret_g@epita.fr>
7394         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7395         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7397 2002-07-17  Russ Allbery  <rra@stanford.edu>
7399         * doc/autoconf.texi (Initializing configure): Clarify the
7400         description of the tarname default.
7402 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7404         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7405         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7406         latter was not run.
7408 2002-07-17  Akim Demaille  <akim@epita.fr>
7410         * lib/Autom4te/General.pm (find_file): Browse the directories in
7411         the order they are given.
7413 2002-07-17  Akim Demaille  <akim@epita.fr>
7415         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7416         * tests/wrapper.as: this.
7417         * tests/Makefile.am, configure.ac: Adjust.
7419 2002-07-17  Mark D. Roth  <roth@feep.net>
7421         * configure.ac: Add --enable-site-macro-dir option.
7422         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7423         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7424         --site-macro-subdir options.
7425         * bin/autoconf.in: Add --prepend-include option.
7426         * bin/autoheader.in: Add --prepend-include option.
7427         * bin/autoreconf.in: Add --prepend-include option.
7428         * bin/autoscan.in: Add --prepend-include option.
7429         * bin/autoupdate.in: Add --prepend-include option.
7430         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7431         macro directory, remove note that include path directories are
7432         used in reverse order, and document --prepend-include option.
7433         * lib/autom4te.in: Use --prepend-include instead of --include.
7434         * tests/wrapsh.in: Use --prepend-include instead of --include.
7436 2002-07-17  Akim Demaille  <akim@epita.fr>
7438         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7439         tarnames.
7440         * doc/autoconf.texi (Initializing configure): Adjust.
7442 2002-07-17  Akim Demaille  <akim@epita.fr>
7444         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7445         (_AC_FUNC_MALLOC): New.
7446         (AC_FUNC_MALLOC): Use the latter.
7447         Define HAVE_MALLOC to 0 if broken.
7448         * doc/autoconf.texi (Particular Functions): Adjust.
7450 2002-07-16  Akim Demaille  <akim@epita.fr>
7452         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7453         * doc/autoconf.texi (C Compiler): Adjust.
7455 2002-07-09  Akim Demaille  <akim@epita.fr>
7457         * doc/autoconf.texi: Properly set the ``header'' part.
7459 2002-07-09  Akim Demaille  <akim@epita.fr>
7461         * doc/autoconf.texi (Systemology): Some about Darwin.
7463 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7465         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7466         Don't use AC_REQUIRE in AU_DEFUN.
7468 2002-07-09  Art Haas  <ahaas@neosoft.com>
7470         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7472 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7474         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7475         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7476         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7477         so that Emacs setups GNU style for perl-mode and cperl-mode.
7479 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7481         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7482         as per "Limitations of Builtins".
7483         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7484         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7486         * tests/mktests.sh: Use grep instead of fgrep, as per
7487         "Limitations of Builtins".
7489 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7491         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7492         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7493         so that we consistently test the just-built programs.
7494         * tests/wrappl.as: Likewise.
7496 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7498         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7499         name, so that symlinks to 'autoconf' work properly.  Bug reported
7500         by Bruno Haible.
7501         * bin/autoheader.in (AUTOM4TE): Likewise.
7502         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7503         * bin/autoscan.in (autom4te): Likewise.
7504         * bin/autoupdate.in (autom4te): Likewise.
7506         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7507         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7508         on Solaris 2.5.1.
7510 2002-06-11  Andreas Schwab  <schwab@suse.de>
7512         * doc/autoconf.texi: Add more dir entries.
7514 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7516         * bin/autom4te.in ($cache): Don't define using `$me', the name
7517         of the cache should not depend on the name under which autom4te
7518         was installed.
7520 2002-06-07  Akim Demaille  <akim@epita.fr>
7522         * tests/tools.at (autoconf: forbidden tokens, basic)
7523         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7524         words in autom4te.in.
7526 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7528         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7529         _AC_LANG_PROGRAM_C_F77_HOOKS.
7531 2002-06-07  Akim Demaille  <akim@epita.fr>
7533         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7534         rename as...
7535         (AC_REPLACE_FNMATCH): this.
7536         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7537         AC_FUNC_FNMATCH_GNU.
7539 2002-06-07  Akim Demaille  <akim@epita.fr>
7541         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7542         Rosetta Stone for Unix.
7544 2002-06-07  Akim Demaille  <akim@epita.fr>
7546         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7547         suggest m4_pattern_allow.
7548         Suggested by Adam J. Richter.
7550 2002-06-07  Akim Demaille  <akim@epita.fr>
7552         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7553         ac_config_libobj_dir.
7554         (AC_CONFIG_LIBOBJ_DIR): New.
7555         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7556         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7557         Use ac_config_libobj_dir to find the replacement files.
7558         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7559         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7560         (AC_REPLACE_FNMATCH_GNU): these.
7561         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7562         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7563         * tests/mktests.sh (ac_exclude_list): Don't check
7564         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7566 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7568         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7569         if ln doesn't work.
7570         * NEWS: Likewise.
7571         * doc/autoconf.texi (Configuration Links): Likewise.
7572         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7574 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7576         * config/config.guess, config/config.sub, config/texinfo.tex:
7577         Update from masters.
7579 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7581         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7582         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7583         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7584         Likewise.
7585         * lib/autoconf/Makefile.am (check-local): Likewise.
7586         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7587         * lib/autoconf/types.m4 (commentary only): Likewise.
7588         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7589         * lib/autotest/Makefile.am (check-local): Likewise.
7590         * lib/m4sugar/Makefile.am (check-local): Likewise.
7591         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7592         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7594         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7595         * doc/autoconf.texi (Particular Programs): Document them.
7596         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7597         * NEWS: Likewise.
7599 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7601         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7602         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7603         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7604         instead of AC_MBSTATE_T, which never existed.
7606 2002-05-23  Akim Demaille  <akim@epita.fr>
7608         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7609         version of Autoconf that is discussed.
7611 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7613         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7614         from the default list of compilers to try.  Suggested by
7615         Kate Hedstrom.
7616         * NEWS: Document the above.
7617         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7619 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7621         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7622         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7623         This improves on an earlier suggestion by H. Peter Anvin.
7625 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7627         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7628         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7629         Both macros now accept an optional source-dir arg.
7630         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7632         * NEWS: Document this.
7633         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7635         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7636         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7637         not for GNU extensions; this undoes part of the 2000-11-03 change,
7638         reverting to 2.13-compatible behavior.
7639         Add new optional argument DIR.
7640         (AC_FUNC_FNMATCH_GNU): New macro.
7642         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7644 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7646         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7647         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7648         and it causes a 'test' syntax error if it fails.
7649         Bug reported by Stephen Gildea.
7651         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7652         If prototypes are supported, use them to check this at compile-time,
7653         instead of trying to check it at run-time.  If we must do a run-time
7654         check, assume that setvbuf is standard when cross-compiling, as
7655         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7656         Bug reported by Paul D. Smith.
7658         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7659         argument specifying location of getloadavg.c.  This removes a
7660         FIXME.  This idea was taken from Jim Meyering's implementation in
7661         textutils.
7662         * doc/autoconf.texi (Particular Functions): Document this.
7663         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7664         that's what the code does; this fixes a bug reported by
7665         Paul D. Smith.
7667 2002-05-03  Akim Demaille  <akim@epita.fr>
7669         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7670         autopoint instead of gettextize.
7671         ($uses_alocal): Rename as...
7672         ($uses_aclocal): this.
7673         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7674         Suggested by Bruno Haible.
7676 2002-05-03  Akim Demaille  <akim@epita.fr>
7678         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7680 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7682         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7683         files to be 1 second older; just set them to be the same time.
7684         Also, sleep 1 second after the first aclocal, to work around
7685         problems with sub-second time stamps on the input files.
7687 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7689         * doc/autoconf.texi: Mention "set -e -x" lossage
7690         under node "Limitations of Builtins".
7692 2002-04-29  Akim Demaille  <akim@epita.fr>
7694         * doc/install.texi: Better wording for setting variables when
7695         running configure.
7696         From Christian Cornelssen.
7698 2002-04-29  Akim Demaille  <akim@epita.fr>
7700         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7701         of lack of $LINENO support, then the test will compare the $LINENO
7702         in testsuite vs. the lineno in the test file.  This is wrong, of
7703         course.
7704         Be sure to protect it.
7705         Reported by Patrick Welche.
7707 2002-04-25  Akim Demaille  <akim@epita.fr>
7709         * doc/autoconf.texi (Obsolete Macros): Typo.
7710         Reported by Vladimir Volovich.
7712 2002-04-25  Akim Demaille  <akim@epita.fr>
7714         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7715         than some of the input files, hence, on the second run of aclocal,
7716         if some of its input are younger, make them older.
7717         Suggested by Paul Eggert.
7719 2002-04-25  Akim Demaille  <akim@epita.fr>
7721         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7722         Thanks to Paul Eggert.
7724 2002-04-25  Akim Demaille  <akim@epita.fr>
7726         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7727         and ac_subst_vars be sh variables containing the list of
7728         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7729         DEFAULT diversion.
7730         (_AC_INIT_PREPARE): Use them to log them.
7731         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7732         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7733         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7734         _AC_SUBST_FILES and _AC_SUBST_VARS.
7735         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7737 2002-04-24  Akim Demaille  <akim@epita.fr>
7739         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7740         autoheader, so that automake does not complain about a missing
7741         config.h.in that was to be created.
7743 2002-04-23  Akim Demaille  <akim@epita.fr>
7745         * bin/autoheader.in (parse_args): --warning takes an argument.
7746         Fixes PR/220.
7748 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7750         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7751         and bb.out when cleaning up.
7753 2002-04-22  Akim Demaille  <akim@epita.fr>
7755         Version 2.53a.
7757 2002-04-22  Akim Demaille  <akim@epita.fr>
7759         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7761 2002-04-22  Akim Demaille  <akim@epita.fr>
7763         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7764         comma.
7765         Reported by Gregory Giannoni.
7767 2002-04-22  Akim Demaille  <akim@epita.fr>
7769         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7770         Fixes false failures on Darwin.
7772 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7774         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7775         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7776         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7777         tests/tools.at: Minor spelling and grammar fixes.
7779 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7781         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7782         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7783         * lib/autotest/general.m4 (AT_INIT): Likewise.
7784         * tests/atgeneral.m4 (AT_INIT): Likewise.
7786 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7788         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7789         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7790         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7791         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7792         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7793         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7794         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7795         Minor spelling and grammar fixes.
7797         * doc/autoconf.texi: Follow the outline suggested in the GNU
7798         Sample Texts sections of the Texinfo 4.2 manual.  Most
7799         importantly, this makes sure that the copyright notices appear in
7800         all output formats.  You probably need Texinfo 4.2 to generate
7801         the manual now.
7803         Fix some bugs when using "$@" when there might be zero positional
7804         arguments in cases where this matters.
7806         * bin/autoconf.as: Rewrite so that the problem does not come up.
7807         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7808         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7809         * lib/autotest/general.m4 (AT_INIT): Likewise.
7811         * bin/autoheader.in: Use 'case' statement to work around problem.
7812         * bin/auto4mte.in: Likewise.
7813         * bin/autoreconf.in: Likewise.
7814         * bin/autoscan.in: Likewise.
7815         * bin/autoupdate.in: Likewise.
7816         * bin/ifnames.in: Likewise.
7818         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7820         * lib/autotest/general.m4 (AT_INIT):
7821         Use Zsh alias to work around problem.
7822         * tests/atgeneral.m4 (AT_INIT): Likewise.
7824         * tests/c.at: We can't have zero arguments, so remove workaround
7825         that is not portable to Zsh.
7827 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7829         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7830         from aclocal.m4 too.
7832 2002-04-12  Akim Demaille  <akim@epita.fr>
7834         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7836 2002-04-10  Akim Demaille  <akim@epita.fr>
7838         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7839         workaround for ${1+"$@"}.
7840         * doc/autoconf.texi (Shell Substitutions): Explain it.
7841         From Oliver Kiddle and Peter Stephenson.
7843         Have M4sh perform minimal shell sanitizing.
7845         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7846         part into...
7847         (_AS_PREPARE): this new macro.
7848         (AS_PREPARE): New.
7849         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7850         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7852         Adjust Autoconf and Autotest.
7854         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7855         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7856         * lib/autotest/general.m4 (AT_INIT): Likewise.
7857         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7858         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7859         AS_SHELL_SANITIZE.
7861         Use this M4sh to generate Autoconf's shell scripts.
7863         * tests/wrapsh.as: New, precursor of wrapsh.in.
7864         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7865         on Autotest and M4sh.
7866         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7867         (wrapsh.in): New target.
7868         * bin/autoconf.as: New, precursor of autoconf.in.
7869         (autoconf.in): New target.
7871 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7873         * doc/autoconf.texi (Limitations of Make): Mention the issue
7874         with indented comments in rules.
7876 2002-04-09  Andreas Schwab  <schwab@suse.de>
7878         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7879         ac_top_builddir when setting ac_abs_top_builddir.
7881 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7883         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7884         (Portable Shell): Cross reference to Systemology.
7886 2002-04-05  Akim Demaille  <akim@epita.fr>
7888         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7889         directories when descending in a SUBDIRS.
7890         Reported by Ezra Peisach.
7892 2002-04-04  Andreas Schwab  <schwab@suse.de>
7894         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7895         contains no literal separators.
7897 2002-04-03  Akim Demaille  <akim@epita.fr>
7899         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7900         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7901         Use dnl, not the KILL diversion.
7902         Extracted from...
7903         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7904         (AC_CONFIG_LINKS): here.
7905         Adjust.
7906         Don't use the KILL diversion, as it kills spurious output, which
7907         results in failures being hidden.
7908         Use m4_defn where appropriate.
7909         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7910         after the second argument.
7911         Use m4_defn.
7912         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7913         syntax, as it is provided by M4sugar.
7914         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7916 2002-04-03  Andreas Schwab  <schwab@suse.de>
7918         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7919         expanded if $# <= 2.
7921         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7922         aclocal.
7924 2002-04-03  Akim Demaille  <akim@epita.fr>
7926         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7927         (_AC_COMPILER_EXEEXT_REJECT): New.
7928         Also recognize *.bb and *.bbg as compilation byproducts.
7929         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7930         (_AC_COMPILER_OBJEXT): Use them.
7931         Fixes Debian #138666.
7933 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7935         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7937         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7938         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
7939         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7940         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7941         (AC_C_CONST): Same.
7942         (AC_C_INLINE): Same.
7943         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
7944         * doc/autoconf.texi, NEWS: Document.
7945         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7946         AC_C_CROSS.
7948 2002-04-02  Akim Demaille  <akim@epita.fr>
7950         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7951         _AS_MKDIR_P_PREPARE.
7953 2002-03-28  Kevin Ryde  <user42@zip.com.au>
7955         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7956         to avoid versions of HP C which don't allow that.
7958 2002-03-27  Paul Eggert  <eggert@twinsun.com>
7960         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7961         (AS_SHELL_SANITIZE): Invoke it.
7962         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7964 2002-03-26  Akim Demaille  <akim@epita.fr>
7966         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7968 2002-03-26  Akim Demaille  <akim@epita.fr>
7970         * doc/autoconf.texi (Introduction): The GNATS base moved.
7972 2002-03-25  Paul Eggert  <eggert@twinsun.com>
7974         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7975         as POSIX requires, as it doesn't work with Zsh.
7976         * doc/autoconf.texi (Assignments): Document the problem.
7978 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7980         * doc/autoconf.texi (Limitations of Make): Mention more issue
7981         about VPATH, overriding of macros in sub-makes, and handling of
7982         SHELL.
7984 2002-03-21  Paul Eggert  <eggert@twinsun.com>
7986         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7987         problem with here-document buffer boundaries.
7989         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7990         when reinvoking the shell, to work around problems with installers
7991         who put strange things like "cd" commands in their environments.
7993 2002-03-19  Akim Demaille  <akim@epita.fr>
7995         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7996         From Aaron Ucko.
7998 2002-03-19  Akim Demaille  <akim@epita.fr>
8000         * bin/autoscan.in (scan_file): Specify the location in `&used'
8001         invocations.
8002         From Nicolas Joly.
8004 2002-03-19  Akim Demaille  <akim@epita.fr>
8006         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8007         From Nishio Futoshi.
8009 2002-03-19  Akim Demaille  <akim@epita.fr>
8011         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8013 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8015         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8016         (Limitations of Usual Tools): Add mkdir section.
8018         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8019         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8020         back on AS_DIRNAME to compute prefixes otherwise; this is
8021         roughly what mkinstalldirs does.  That way, we need not have
8022         our own filename disassembler.  The old disassembler did not
8023         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8025         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8026         Create at_test_all by a series of assignments,
8027         not by a single assignment of a long string.  The latter causes ksh
8028         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8029         presumably because of a buffer overrun.
8031 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8033         * lib/autotest/general.m4 (at_times_skip):
8034         Renamed from at_times.  Now a boolean.
8035         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8036         says 'times: not found'.
8038 2002-03-14  Akim Demaille  <akim@epita.fr>
8040         * bin/autoreconf.in (&study_gettextize): New.
8041         (&autoreconf): Handle newest gettextize.
8042         Rerun aclocal if needed.
8043         Suggested by Andreas Schwab.
8045 2002-03-13  Akim Demaille  <akim@epita.fr>
8047         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8049 2002-03-13  Akim Demaille  <akim@epita.fr>
8051         * doc/autoconf.texi (Header Portability): New.
8052         Add information about stdint.h and inttypes.h from Paul Eggert.
8054 2002-03-13  Akim Demaille  <akim@epita.fr>
8056         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8057         -p'.
8058         From Bob Proulx.
8060 2002-03-12  Akim Demaille  <akim@epita.fr>
8062         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8063         m4_require.
8065 2002-03-11  Andreas Schwab  <schwab@suse.de>
8067         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8068         does not do it if --with-lispdir is given.
8070 2002-03-08  Akim Demaille  <akim@epita.fr>
8072         Version 2.53.
8074 2002-03-08  Akim Demaille  <akim@epita.fr>
8076         * doc/autoconf.texi (Subdirectories): Clarify that the
8077         subdirectory should exist.
8079 2002-03-08  Akim Demaille  <akim@epita.fr>
8081         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8083 2002-03-08  Akim Demaille  <akim@epita.fr>
8085         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8086         aliases the actual variables, and modifications of the former
8087         affect the latter.
8089 2002-03-08  Akim Demaille  <akim@epita.fr>
8091         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8092         because of C-c: have m4 output in tmp files, then mv them.
8094 2002-03-08  Akim Demaille  <akim@epita.fr>
8096         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8097         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8098         * bin/ifnames.in: Copyright update.
8100 2002-03-08  Akim Demaille  <akim@epita.fr>
8102         * doc/autoconf.texi (Invoking autom4te): New.
8104 2002-03-05  Akim Demaille  <akim@epita.fr>
8106         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8107         Kevin Ryde.
8109 2002-03-05  Akim Demaille  <akim@epita.fr>
8111         Version 2.52i.
8113 2002-03-04  Akim Demaille  <akim@epita.fr>
8115         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8116         * lib/autoconf/general.m4 (AC_INIT): More informative error
8117         message for LIBOBJ.
8119 2002-03-04  Akim Demaille  <akim@epita.fr>
8121         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8122         parallel builds.
8124 2002-03-04  Akim Demaille  <akim@epita.fr>
8126         * doc/autoconf.texi (Transforming Names): Equality between target
8127         and host is irrelevant.
8128         (Specifying Names, Canonicalizing): Remove all references to the
8129         backward compatibility hooks.  Rather, collect them all into...
8130         (Hosts and Cross-Compilation): this new section.
8131         * doc/install.texi (System Type): Ditto.
8132         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8133         that `--host' implies cross-compilation.
8135 2002-03-04  Akim Demaille  <akim@epita.fr>
8137         * doc/autoconf.texi (Evaluation Macros): New.
8138         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8139         useless.
8140         (_m4_foreach): Define the variant with immediate evaluation so
8141         that it contains exactly the items, not an expression which
8142         evaluation is the current item.
8143         (m4_re_string, m4_re_word): Don't over quote them.
8145 2002-03-04  Akim Demaille  <akim@epita.fr>
8147         Instead of having stacking `shift's evaluated at the end, let
8148         `foreach' loops immediately evaluate them.
8150         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8151         $*.  This is the n-th time I change my mind, but hopefully this is
8152         the last...
8153         (m4_lquote): New.
8154         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8155         efficient.
8156         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8157         it was only a hack for m4_text_wrap.
8158         (m4_car2): Remove, replaced by...
8159         (m4_cdr): New.
8160         (_m4_foreach): Adjust.
8161         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8162         m4_bpatsubst for clarification.
8164 2002-03-04  Akim Demaille  <akim@epita.fr>
8166         * doc/autoconf.texi (Changequote is Evil): New.
8168 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8170         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8171         on old systems like SunOS.
8173 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8175         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8176         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8177         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8178         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8179         of messages.
8181 2002-02-28  Akim Demaille  <akim@epita.fr>
8183         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8184         message to be sent.
8186 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8188         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8190 2002-02-25  Akim Demaille  <akim@epita.fr>
8192         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8193         From Akinori Musha.
8195 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8197         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8198         translate \r\n to \n.
8200 2002-02-07  Akim Demaille  <akim@epita.fr>
8202         Version 2.52h.
8204 2002-02-07  Akim Demaille  <akim@epita.fr>
8206         Fix Autoconf PR/209.
8207         Also reported by Frank Denis.
8209         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8211 2002-02-07  Akim Demaille  <akim@epita.fr>
8213         Fix Autoconf PR/207:
8214         AC_PREFIX_PROGRAM fails with dashed program names
8216         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8217         variable when looking for the prefix program.
8218         Now it also works for shell variables.
8220 2002-02-07  Akim Demaille  <akim@epita.fr>
8222         * doc/autoconf.texi (Limitations of Builtins): More about
8223         case/esac.
8225 2002-02-06  Akim Demaille  <akim@epita.fr>
8227         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8228         case/esac, some shells don't support it.
8229         Reported by Zack Weinberg.
8230         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8232 2002-02-06  Akim Demaille  <akim@epita.fr>
8234         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8235         sure not to introduce newlines in at_groups.
8236         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8238 2002-02-06  Akim Demaille  <akim@epita.fr>
8240         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8241         is not available.
8243 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8245         * doc/autoconf.texi (Specific Compiler Characteristics):
8246         Describe HP-UX cc bug workaround more accurately.
8247         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8248         not unsigned long.
8249         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8250         cross-compilers, too.  This undoes some of the most recent change
8251         to this file.
8253 2002-02-05  Akim Demaille  <akim@epita.fr>
8255         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8256         to make sure they are up to date when `check' is run.
8258 2002-02-05  Akim Demaille  <akim@epita.fr>
8260         * doc/autoconf.texi (Making testsuite Scripts): Document
8261         package.m4.
8263 2002-02-05  Akim Demaille  <akim@epita.fr>
8265         * lib/freeze.mk: New.
8267 2002-02-05  Akim Demaille  <akim@epita.fr>
8269         Implement `autom4te --freeze'.
8271         * bin/autom4te.in (&freeze): New.
8272         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8273         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8275 2002-02-05  Akim Demaille  <akim@epita.fr>
8277         * bin/autom4te.in (&parse_args): Implement `frozen files are
8278         optional are the sum of the previous files on the command line'.
8279         Also, pass `--reload-state=' on them, so...
8280         (handle_m4): don't.
8281         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8282         (M4sh): Rely on M4sugar.
8283         (Autotest, M4sh, M4sugar): Use frozen files.
8285 2002-01-31  Akim Demaille  <akim@epita.fr>
8287         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8288         * doc/autoconf.texi (Initializing configure): Adjust.
8290 2002-01-30  Akim Demaille  <akim@epita.fr>
8292         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8293         alphanumeric to `-' instead of `_'.
8295 2002-01-30  Akim Demaille  <akim@epita.fr>
8297         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8298         for plain code, the other for cross-compilation code.  The latter
8299         is now run with GCC only.
8300         * doc/autoconf.texi (Compilers and Preprocessors): New.
8302 2002-01-30  Akim Demaille  <akim@epita.fr>
8304         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8305         values.
8306         * doc/autoconf.texi (Initializing configure): Explain how to
8307         change AC_INIT default values.
8309 2002-01-29  Akim Demaille  <akim@epita.fr>
8311         * tests/torture.at (Configuring subdirectories): Use configure.in,
8312         so that aclocal 1.4 works.
8313         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8315 2002-01-28  Akim Demaille  <akim@epita.fr>
8317         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8318         needs an argument.
8320 2002-01-28  Akim Demaille  <akim@epita.fr>
8322         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8323         AUTOTEST_PATH *after* it was set.
8324         Don't put `.' in the PATH: the user should be precise and `./' if
8325         needed.  In addition, given that the test suite does some `cd', if
8326         `.' is in the path, the `tested programs' sections will report
8327         programs found in the test suite's directory, while during the
8328         tests (performed in their own directory), these programs are no
8329         longer visible.  In other words, the results is confusing and
8330         useless.
8331         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8333 2002-01-24  Akim Demaille  <akim@epita.fr>
8335         Version 2.52g.
8337 2002-01-24  Akim Demaille  <akim@epita.fr>
8339         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8340         * doc/autoconf.texi: Finally add Akim as an author.
8342 2002-01-24  Akim Demaille  <akim@epita.fr>
8344         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8345         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8346         Bourne. Use /bin/sh.
8347         From Andreas Buening.
8349 2002-01-24  Akim Demaille  <akim@epita.fr>
8351         * config/config.guess, config/config.sub, config/texinfo.tex:
8352         Update from masters.
8354 2002-01-24  Akim Demaille  <akim@epita.fr>
8356         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8357         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8358         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8359         * config/missing.m4, config/sanity.m4, config/select.m4,
8360         * config/strip.m4: Remove, to ease sync'ing with any version of
8361         Automake.
8363 2002-01-24  Akim Demaille  <akim@epita.fr>
8365         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8366         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8367         Reported by Geir Ove Myhr.
8369 2002-01-21  Akim Demaille  <akim@epita.fr>
8371         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8373 2002-01-21  Akim Demaille  <akim@epita.fr>
8375         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8376         message on invalid options.
8377         * bin/autom4te.in (parse_args): Don't use
8378         Autoconf::General::getopt with non valid options.
8380 2002-01-17  Jim Meyering  <meyering@lucent.com>
8382         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8383         $ac_cv_exeext so we don't use an old, invalid, cached value.
8385 2002-01-11  Akim Demaille  <akim@epita.fr>
8387         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8388         Meyering.
8389         * doc/autoconf.texi (Function Portability): Document the strnlen
8390         limitation.
8391         (Particular Functions): Document AC_FUNC_STRNLEN.
8392         * lib/autoscan/functions: Adjust.
8394 2002-01-06  Akim Demaille  <akim@epita.fr>
8396         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8397         package.m4, since is really depends upon configure.ac, not
8398         configure.
8399         * doc/autoconf.texi (testsuite Scripts): Adjust.
8400         * tests/Makefile.am (package.m4): New.
8401         EXTRA_DIST it since its a source.
8403 2002-01-06  Akim Demaille  <akim@epita.fr>
8405         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8406         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8407         and PACKAGE_BUGREPORT from here...
8408         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8409         arguments.
8410         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8411         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8412         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8413         * tests/tools.at (autoheader): Adjust.
8414         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8416 2002-01-06  Akim Demaille  <akim@epita.fr>
8418         * bin/autoscan.in (scan_file): Use `&used'.
8420 2002-01-03  Akim Demaille  <akim@epita.fr>
8422         * doc/autoconf.texi (Output): Improved wording regarding use of
8423         AC_OUTPUT.
8424         From Olly Betts.
8426 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8428         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8429         sometimes needing writable input.
8431 2001-12-17  Jim Meyering  <meyering@lucent.com>
8433         * doc/autoconf.texi (New Macros): Tweak wording.
8435 2001-12-14  Akim Demaille  <akim@epita.fr>
8437         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8438         trailing files, don't apply `-rf' to files which might not be
8439         created by configure (core, core.*, and *.core), but just `rm -f'.
8440         Suggested by Jonathan Kamens.
8442 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8444         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8446 2001-12-14  Akim Demaille  <akim@epita.fr>
8448         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8450 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8452         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8453         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8454         abs_srcdir, top_srcpath to abs_top_srcdir.
8455         (_AC_OUTPUT_FILES): Adjust.
8456         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8457         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8458         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8460 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8462         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8463         C/Fortran linking on HP/UX, by extracting the Fortran library
8464         search path from the LPATH line in the $F77 -v output.
8466 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8468         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8469         forbidden file descriptors table.
8471 2001-11-26  Akim Demaille  <akim@epita.fr>
8473         * bin/autoscan.in (%c_keywords): Build it at top level.
8474         Map to 1 in order to simplify its uses.
8476 2001-11-26  Akim Demaille  <akim@epita.fr>
8478         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8479         Remove $filepath, useless.
8480         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8481         variables, they are really part of the tokens.
8482         Split the input line on spaces and then look for tokens.
8483         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8484         because of `lex$U.$(OBJEXT)'.
8485         (&scan_files): Use "@list" instead of join.
8486         * doc/Makefile.am (CLEANFILES): Add *.fns.
8488 2001-11-26  Akim Demaille  <akim@epita.fr>
8490         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8491         Remove, replaced by...
8492         * tests/wrappl.in: Be common for all the Perl executables.
8493         In particular autoscan and autoheader want -I.
8494         * configure.ac: Adjust.
8495         * lib/autoscan/headers: errno.h is portable.
8497 2001-11-26  Akim Demaille  <akim@epita.fr>
8499         * bin/autoscan.in (used): New.
8500         Use it.
8502 2001-11-26  Akim Demaille  <akim@epita.fr>
8504         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8505         directives.
8506         (&scan_sh_file): Remove a duplicate pattern.
8507         (&check_configure_ac): Use long options.
8508         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8510 2001-11-26  Akim Demaille  <akim@epita.fr>
8512         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8513         Before, having a line containing the opening of a multi line
8514         comment made the whole line be ignored.
8516 2001-11-26  Akim Demaille  <akim@epita.fr>
8518         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8519         (testsuite Scripts): Be one of its subsection.
8520         (Autotest Logs): New.
8522 2001-11-26  Akim Demaille  <akim@epita.fr>
8524         Test groups are now run two directories deeper.
8526         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8527         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8528         at_top_builddir.
8529         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8530         top_srcdir, builddir and top_builddir.
8531         Use `at_*dir' relatively to the directory containing the
8532         suite, use `*dir' when relatively to the current group dir.
8534 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8536         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8537         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8538         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8539         spelling errors.
8541 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8543         * doc/autoconf.texi (Using System Type): Add an example of `case
8544         $host' usage so people quit using `case $target' everywhere.
8546 2001-11-22  Akim Demaille  <akim@epita.fr>
8548         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8549         spotted by Jim Meyering.
8551 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8553         This patch implements a `long double' suggestion by Oliver Kiddle.
8555         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8556         static, to catch errors if the value isn't known at compile-time
8557         and the compiler supports dynamic arrays.  Change its name from
8558         `_array_' to `test_array' to avoid potential name clashes.
8559         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8560         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8561         better than double.  Catch a bug in GCC 2.95.2 x86.
8562         * doc/autoconf.texi (C Compiler): Document the above.
8563         * NEWS: Likewise.
8565 2001-11-13  Akim Demaille  <akim@epita.fr>
8567         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8568         hand.
8569         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8571 2001-11-13  Akim Demaille  <akim@epita.fr>
8573         * lib/autotest/general.m4 (AT_INIT): After having run the test
8574         group, go back to the initial directory, not to at_suite_dir.
8576 2001-11-13  Akim Demaille  <akim@epita.fr>
8578         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8579         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8580         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8581         option.
8582         (AT_CHECK_CONFIGURE): Use absolute paths.
8583         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8584         The problem is still the old one: there is no means in M4 (that I
8585         know about) to create a defining macro, because there is no means
8586         to create `$1' etc., therefore, the defining macro ``swallows''
8587         all the arguments meant to the defined macro.
8589 2001-11-13  Akim Demaille  <akim@epita.fr>
8591         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8592         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8593         configure.ac.
8594         * tests/aclocal.m4: Remove, as it is no longer used.
8596 2001-11-13  Akim Demaille  <akim@epita.fr>
8598         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8599         variable names when referring to a single test group, or to
8600         `suite' when referring to the whole test suite.
8601         `at_last_test' is removed: m4 compute at_format itself.
8602         (at_stdout, at_stder1, at_stderr): New variables.
8603         (AT_CHECK): Use them.
8605 2001-11-13  Akim Demaille  <akim@epita.fr>
8607         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8608         in PATH.
8609         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8610         Do it as soon as a test fails, don't wait till the end of the test
8611         suite.
8612         Don't remove $as_me.[0-9]*, since these files no longer exist.
8614 2001-11-13  Akim Demaille  <akim@epita.fr>
8616         * tests/tools.at: Use absolute paths, since we are no longer run
8617         in place.
8619 2001-11-13  Akim Demaille  <akim@epita.fr>
8621         Now that tests are running in their own private dir, there is no
8622         need to list the files to remove at the end of tests groups.
8624         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8625         (AT_data_files, at_data_files): Remove.
8626         (AT_CLEANUP, AT_DATA): Simplify.
8627         (AT_INIT): Adjust.
8628         Remove the group dir if !debug && !failed.
8629         * tests/atspecific.m4: Adjust.
8631 2001-11-13  Akim Demaille  <akim@epita.fr>
8633         Start a new layout for Autotest: `testsuite' creates
8634         `testsuite.dir' in which the at-check-line etc. files are to be
8635         found, and `testsuite.dir/003' where the test group 3 is run.
8637         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8638         at_check_line_file, at_format, at_test_normalized, at_group_dir
8639         are new variables.
8640         Create the directories.
8641         Use absolute paths for at- files.
8642         (AT_CHECK): Adjust.
8644 2001-11-11  Michael Matz  <matz@kde.org>
8646         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8647         (m4_car2): New.
8648         (m4_car): Properly quote arguments.
8650 2001-11-13  Akim Demaille  <akim@epita.fr>
8652         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8653         with stricter rules on LIBOBJS.
8655 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8657         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8658         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8659         __PROTOTYPES too.
8661 2001-11-12  Akim Demaille  <akim@epita.fr>
8663         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8665 2001-11-12  Akim Demaille  <akim@epita.fr>
8667         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8668         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8669         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8670         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8671         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8672         specify to what the macro should be defined (typically to 1).
8674 2001-11-12  Akim Demaille  <akim@epita.fr>
8676         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8677         From Jim Meyering.
8679 2001-11-12  Akim Demaille  <akim@epita.fr>
8681         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8682         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8683         definition used by Automake where LEX is +/- "${missing} lex" and
8684         `missing' itself contains variables.
8686 2001-11-12  Akim Demaille  <akim@epita.fr>
8688         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8689         Now that M4sh pushes BODY, the comments were output at the end of
8690         the test suites.
8692 2001-11-08  Akim Demaille  <akim@epita.fr>
8694         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8695         that we can trace macros from aclocal.m4.
8696         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8697         obsoleted, and redirect to the former anyway.
8698         Reported by Ralf Corsepius.
8700 2001-11-08  Akim Demaille  <akim@epita.fr>
8702         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8703         processed only if present.
8704         * tests/torture.at (Configuring subdirectories): Use autoreconf
8705         instead of successive calls to autoconf.
8706         Add a nonexistent subdirectory to exercise the patch above.
8707         Reported by Ralf Corsepius.
8709 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8711         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8712         doesn't accept .S files.
8714 2001-11-07  Akim Demaille  <akim@epita.fr>
8716         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8717         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8718         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8719         * bin/autom4te.in (warn_forbidden): New.
8720         (handle_output): Use it.
8721         Read m4_pattern_forbid with messages.
8723 2001-11-05  Akim Demaille  <akim@epita.fr>
8725         * bin/autom4te.in (--normalize): Remove.
8726         * lib/autom4te.in: Adjust.
8728 2001-11-05  Akim Demaille  <akim@epita.fr>
8730         * tests/Makefile.am (testsuite): Rename this target as...
8731         ($(TESTSUITE)): this.
8732         From Nicolas Joly.
8734 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8736         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8737         the --prefix option, also remove it's argument.
8739 2001-11-05  Akim Demaille  <akim@epita.fr>
8741         * doc/autoconf.texi (testsuite Invocation): Update.
8742         (Writing testsuite.at): Update.
8744 2001-11-03  Akim Demaille  <akim@epita.fr>
8746         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8748 2001-11-03  Akim Demaille  <akim@epita.fr>
8750         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8751         (&file_name_is_absolute): New, wrappers around routines from
8752         File::Spec.
8753         Use and export them.
8754         (&find_configure_ac): Optionally take a directory where to look at.
8755         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8756         the arguments.
8757         Default @ARGV to `.', not find_configure_ac.
8758         (&autoreconf): Argument is a directory.
8759         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8760         * doc/autoconf.texi (autoreconf Invocation): Update.
8762 2001-11-03  Akim Demaille  <akim@epita.fr>
8764         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8765         (@export_forward_subs): New.
8766         Add basename, dirname, and fileparse.
8767         (@EXPORT): Adjust.
8768         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8769         Don't look for aclocal flags if we already know aclocal is not
8770         used.
8771         Move aclocal.m4t only if it exists.
8772         Reported by Ezra Peisach.
8774 2001-11-03  Akim Demaille  <akim@epita.fr>
8776         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8777         passed on command line, defaulting to ./configure.ac if present.
8778         (&maybe_autoreconf, File::Find): Remove, unused.
8779         (&autoreconf): If autoconf is not used, don't try to trace.
8781 2001-11-02  Akim Demaille  <akim@epita.fr>
8783         * configure.ac: Bump to 2.52g.
8785 2001-11-02  Akim Demaille  <akim@epita.fr>
8787         Version 2.52f.
8789 2001-11-02  Akim Demaille  <akim@epita.fr>
8791         * config/config.guess, config/config.sub, doc/standards.texi:
8792         * config/lispdir.m4: Update from masters.
8793         * configure.ac: Bump to 2.52f.
8795 2001-11-02  Akim Demaille  <akim@epita.fr>
8797         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8798         Don't run aclocal when aclocal.m4 is not from aclocal.
8799         From Ezra Peisach.
8800         Don't run libtoolize and gettextize if --install is not given.
8802 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8804         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8805         be invoked before _AS_LINENO_PREPARE.
8806         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8807         than character ranges.
8809         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8810         invoking AS_BASENAME.  Set the locale variables to 'C' if
8811         possible, as POSIX requires this to get the traditional
8812         behavior.
8813         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8815 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8817         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8818         with {}, as that triggers a bug in Bash 2.05.
8820         (_AS_LINENO_PREPARE): Use Sed rather than
8821         Awk.  Fix the sed prepass to work even if there are multiple
8822         instances of $LINENO on the same line.  Do not substitute for
8823         other variables like $LINENOT.  Do not check file dates; such a
8824         check is unreliable on sufficiently fast machines, and removing
8825         the check makes the code simpler and more reliable.  Check for
8826         output and chmod failures.
8828         * doc/autoconf.texi (Special Shell Variables): Document
8829         the above.
8831 2001-10-31  Akim Demaille  <akim@epita.fr>
8833         * tests/Makefile.am (atconfig): Remove this target, Automake
8834         handles it now.
8836 2001-10-31  Akim Demaille  <akim@epita.fr>
8838         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8839         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8840         provided, while it is optional.
8841         * configure.ac: Adjust.
8843 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8845         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8846           lib/Autom4te/Struct.pm:
8847         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8848         with 5.005_02.
8850         * doc/autoconf.texi (Special Shell Variables): Document some
8851         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8853         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8854         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8855         eval $LINENO is not portable in practice.
8857 2001-10-24  Akim Demaille  <akim@epita.fr>
8859         * lib/Autom4te/General.pm (backname): New.
8861 2001-10-24  Akim Demaille  <akim@epita.fr>
8863         * m4/: Remove, merged into...
8864         * config/: here.
8866 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8868         * doc/autoconf.texi (Shellology): Mention the problems with bash
8869         2.05's use of ANSI quoting in its `set' builtin.
8871 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8873         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8874         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8875         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8876         POSIX decided to standardize on the int flavor of strerror_r.
8877         Always do char* test, as there's no reason not to.
8878         Assign to a char* var, to catch strerror_r that returns int*.
8880         * doc/autoconf.texi (Particular Functions):
8881         Document the above changes.  Also, document the fact that
8882         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8884         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8886 2001-10-20  Akim Demaille  <akim@epita.fr>
8888         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8889         the executable was missing from the log.
8891 2001-10-20  Akim Demaille  <akim@epita.fr>
8893         * lib/Autom4te/General.pm (&update_file): If destination is
8894         unchanged, remove the source.
8895         (&up_to_date_p): Don't be verbose, be debug.
8896         * bin/autoreconf.in: No longer support --m4dir.
8897         (&autoreconf): Display the full path of the configure.ac we are
8898         studying.
8899         Trace it only once.
8900         Be sure to honor --force with gettextize.
8901         Always run aclocal.
8902         * doc/autoconf.texi: Adjust.
8904 2001-10-20  Akim Demaille  <akim@epita.fr>
8906         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8907         Remove, dead.
8908         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8909         `intl' is already present, as it refuses unless --force.
8910         (&parse_args): Use -I, --include instead of the old Autoconf
8911         options.
8912         ($localdir, $autoconf_dir): Remove.
8913         (@include): New.
8914         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8916 2001-10-19  Jens Petersen  <petersen@redhat.com>
8918         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8919         * doc/autoconf.texi (Particular Programs): Likewise.
8921 2001-10-19  Akim Demaille  <akim@epita.fr>
8923         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8924         file in @configure_input@.
8925         Don't mention `automatically' in addition to `generated'.
8926         * tests/torture.at (#define header templates): Adjust.
8928 2001-10-19  Akim Demaille  <akim@epita.fr>
8930         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8931         comment, explain how to install automatic mode selection.
8932         From Russ Allbery.
8934 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8936         * bin/autoreconf.in (autoreconf): Display the path to the
8937         configure.ac being studied.
8939 2001-10-18  Paul Eggert  <eggert@twinsun.com>
8941         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8942         long, to work around a bug in the HP C compiler version HP92453-01
8943         B.11.11.23709.GP.
8945         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8946         (AS_BASENAME_EXPR): New macro.
8947         (AS_BASENAME_SED): Do not assume GNU sed semantics.
8948         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8949         and fall back on 'sed' only if the other two fail.  This makes
8950         AS_BASENAME act more like AS_DIRNAME.
8951         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8952         contains white space.
8953         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8954         Use AS_DIRNAME, since I think it's now DOS-friendly.
8955         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8956         Allow "dirname //FOO" to return either / or //, as POSIX allows
8957         either behavior.
8959 2001-10-10  Akim Demaille  <akim@epita.fr>
8961         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8962         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8963         From Eric Sharkey.
8965 2001-10-10  Akim Demaille  <akim@epita.fr>
8967         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8968         m4_define, since...
8969         (_AS_ECHO_N): AS_REQUIREs it.
8971 2001-10-10  Akim Demaille  <akim@epita.fr>
8973         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8974         (AC_INCLUDES_DEFAULT): Move to...
8975         * lib/autoconf/headers.m4: here.
8976         * lib/autoconf/types.m4: Comment changes.
8977         * doc/autoconf.texi: Specify where the default includes are used
8978         in the macro prototypes.
8980 2001-10-09  Akim Demaille  <akim@epita.fr>
8982         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8983         transition code.
8985 2001-10-08  Akim Demaille  <akim@epita.fr>
8987         * bin/autoreconf.in (&autoreconf): Remove debugging code.
8988         (&parse_args): Pass verbosity/debugging options to subtools when
8989         --debug, not when --verbose.
8990         * lib/autom4te.in (Autoreconf-preselections): New.
8991         (Autoconf): Use it.
8993 2001-10-08  Akim Demaille  <akim@epita.fr>
8995         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8997 2001-10-08  Akim Demaille  <akim@epita.fr>
8999         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9000         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9002 2001-10-08  Akim Demaille  <akim@epita.fr>
9004         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9005         (Syntax of the shell scripts): Don't.
9006         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9007         bother with $force since...
9008         * lib/Autom4te/General.pm: does.
9010 2001-10-08  Akim Demaille  <akim@epita.fr>
9012         * bin/autoreconf.in: Rewrite in Perl.
9013         * configure.ac: Adjust.
9014         * lib/Autom4te/General.pm (&up_to_date_p): New.
9015         * bin/autom4te.in (&up_to_date_p): Use it.
9016         Rename as...
9017         (&up_to_date): this.
9019 2001-10-08  Akim Demaille  <akim@epita.fr>
9021         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9022         (m4_list_cmp): Use $0 to reinvoke yourself.
9023         (m4_patsubsts): New.
9024         (m4_strip, m4_version_unletter): Use it.
9025         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9027 2001-10-08  Akim Demaille  <akim@epita.fr>
9029         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9030         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9031         * lib/autoconf/types.m4, lib/autotest/general.m4,
9032         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9033         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9034         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9035         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9037 2001-10-08  Akim Demaille  <akim@epita.fr>
9039         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9041 2001-10-08  Akim Demaille  <akim@epita.fr>
9043         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9044         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9045         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9046         * tests/tools.at, tests/m4sh.at: Use it.
9047         * tests/m4sh.at: Don't rely on Autoconf macros.
9048         (DIRNAME_TEST): Also exercise the expr variant.
9049         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9050         preferred M4sugar extension is now `.4s'.
9051         * tests/README: Remove.
9053 2001-10-08  Akim Demaille  <akim@epita.fr>
9055         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9056         (m4_provide_if): this.
9057         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9058         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9059         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9060         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9062 2001-10-08  Akim Demaille  <akim@epita.fr>
9064         Use `add-log-current-defun-function' for ChangeLog creation.
9065         Suggested by Tom Tromey.
9067         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9068         (autotest-mode): Adjust.
9069         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9070         'comment-region onto `C-c ;'.
9071         Comments are `#', not `dnl'.
9072         (autoconf-current-defun): New.
9073         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9075 2001-10-08  Akim Demaille  <akim@epita.fr>
9077         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9078         * lib/m4sugar/m4sh.m4: here.
9079         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9080         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9081         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9082         include handle the m4_pattern_*, no longer push the
9083         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9084         * lib/autotest/general.m4 (AT_INIT): Likewise.
9085         * tests/base.at: Adjust the tests to use AS_INIT.
9086         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9087         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9088         Autoconf.
9090 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9092         * doc/autoconf.texi (config.status Invocation):
9093         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9095         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9096         shell does not support LINENO, and if CONFIG_SHELL is unset or
9097         empty, and if we can find a shell that does support LINENO,
9098         then set CONFIG_SHELL to that shell and then re-execute
9099         ourselves with CONFIG_SHELL.
9101 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9103         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9104         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9105         build of $(TESTSUITE).
9107 2001-10-05  Akim Demaille  <akim@epita.fr>
9109         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9110         iff we are a bareword.
9111         Reported by Raja R Harinath.
9113 2001-10-05  Akim Demaille  <akim@epita.fr>
9115         * tests/m4sh.at (LINENO): New.
9116         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9117         PATH_SEPARATOR before using it.
9118         Fix the absolute path case/esac pattern.
9119         Provide $0 as fallback for as_myself.
9120         Reported by Raja R Harinath.
9122 2001-10-05  Akim Demaille  <akim@epita.fr>
9124         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9125         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9127 2001-10-05  Akim Demaille  <akim@epita.fr>
9129         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9130         (AS_SHELL_SANITIZE): here.  Use it.
9131         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9132         From Paul Eggert.
9134 2001-10-04  Akim Demaille  <akim@epita.fr>
9136         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9137         combination of Awk and sed to replace $LINENO.
9139 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9141         * doc/autoconf.texi (Limitations of Builtins): You can't use
9142         "source"; it's not portable.  Remove confusing and
9143         somewhat-incorrect example involving "." and "/".
9145         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9146         compatibility with POSIX shells.
9148 2001-10-02  Akim Demaille  <akim@epita.fr>
9150         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9151         instead of exec'ing to preserve $0 and $@.
9153 2001-10-01  Akim Demaille  <akim@epita.fr>
9155         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9156         Don't run twice the same test.
9158 2001-10-01  Akim Demaille  <akim@epita.fr>
9160         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9161         No longer output the list of tests.
9162         <--list>: New option.
9163         <--full-help>: Remove.
9164         Complete the short/long options duality.
9165         Various small adjustments.
9167 2001-10-01  Akim Demaille  <akim@epita.fr>
9169         * doc/autoconf.texi: Use @kbd for user input.
9170         Always use `$' as shell prompt.
9172 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9174         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9175         Don't use nested parenthesization.  This patch was originally
9176         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9177         but somehow it didn't get incorporated then.
9178         * doc/autoconf.texi (Limitations of Usual Tools):
9179         Clarify remark about sed and nested parenthesization.
9181         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9182         Report an error if the size cannot be determined even though
9183         the type exists.
9184         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9185         Check for `expr' arithmetic overflow, and for compilation failure,
9186         and invoke a new argument $4 if either is discovered.
9187         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9188         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9190 2001-09-28  Akim Demaille  <akim@epita.fr>
9192         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9193         * m4/lispdir.m4: New.
9194         * aclocal.m4, configure.ac: Adjust.
9196 2001-09-28  Akim Demaille  <akim@epita.fr>
9198         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9199         (AT_TESTED): this.
9200         (AT_INIT): More the wrapped section to where it will be expanded.
9201         Output `AT_tested' only when existing.
9202         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9204 2001-09-27  Akim Demaille  <akim@epita.fr>
9206         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9207         generates too many bug reports.
9209         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9210         status when executing the ACTION-IF-FALSE.
9211         * tests/base.at (AC_TRY_*): Rename as...
9212         (AC_TRY_COMMAND): this.
9213         (AC_RUN_IFELSE): New.
9214         * tests/compile.at (Extensions, C keywords)
9215         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9216         (Broken/missing compilers, AC_PROG_CPP with warnings)
9217         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9218         * tests/c.at (Extensions, C keywords)
9219         (Broken/missing compilers, AC_PROG_CPP with warnings)
9220         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9221         (AC_PROG_CPP requires AC_PROG_CC): here and...
9222         * tests/fortran.at (GNU Fortran 77): there.
9223         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9224         AC_TRY_RUN is about compilation, not shell commands.
9225         (Test Programs): AC_TRY_RUN works as used to be advertised.
9227 2001-09-27  Akim Demaille  <akim@epita.fr>
9229         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9230         Raja R Harinath:
9231         Be sure to detect when $LINENO always returns the same value.
9232         Look for the original script, basename($0) is certainly not
9233         enough.
9234         Pass the CLI arguments to `$as_me.lineno'.
9236 2001-09-25  Akim Demaille  <akim@epita.fr>
9238         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9239         Be sure the close and reopen the LOG fd before and after using tee
9240         to extend the log.
9241         <at_tests_pattern>: Adjust to the new format of at_help_all.
9243 2001-09-23  Akim Demaille  <akim@epita.fr>
9245         * bin/autom4te.in (parse_args): There can be several invocations
9246         of --language now.
9248 2001-09-23  Akim Demaille  <akim@epita.fr>
9250         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9252 2001-09-23  Akim Demaille  <akim@epita.fr>
9254         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9255         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9256         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9257         builddir, buildpath, top_builddir, and top_buildpath.
9258         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9259         the current directory.
9260         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9261         variables *before* changing the current directory.
9262         Skip nonexistent dirs.
9263         * doc/autoconf.texi (Preset Output Variables): Document these
9264         variables.
9266         * lib/autotest/general.m4: Do not reset AT_victims.
9267         Don't compute at_srcdir nor at_top_srcdir.
9269         * tests/tools.at: Hence use top_srcdir.
9271         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9272         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9273         Remove.
9274         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9275         * tests/wrapsh.in, tests/autoupdate.in: New.
9276         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9277         * configure.ac: Build the position independent wrappers.
9279         * man/Makefile.am: Now that test wrappers are position
9280         independent, use them and drop dark envvar magic.
9282 2001-09-23  Akim Demaille  <akim@epita.fr>
9284         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9285         (Programming in M4sh): this.
9286         Promote to @section.
9288 2001-09-23  Akim Demaille  <akim@epita.fr>
9290         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9291         Pass $at_debug_args to the rerun test suite.
9292         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9293         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9294         From Paul Eggert.
9296 2001-09-23  Akim Demaille  <akim@epita.fr>
9298         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9300 2001-09-23  Akim Demaille  <akim@epita.fr>
9302         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9303         over-escaping.
9305 2001-09-23  Akim Demaille  <akim@epita.fr>
9307         * lib/Autom4te/General.pm (&debug): New.
9308         * bin/autom4te.in ($language): Move to...
9309         (parse_args): here.
9310         Handle --language in languages.
9311         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9312         (Autoscan-selections): New.
9313         (Autoconf): Adjust.
9315 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9317         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9318         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9319         to match current versions from CVS Automake.
9321 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9323         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9324         for $LINENO.
9326 2001-09-22  Akim Demaille  <akim@epita.fr>
9328         * lib/autoconf/autotest.m4: Create `package.m4'.
9329         * tests/Makefile.am (package.m4): Remove.
9331 2001-09-22  Akim Demaille  <akim@epita.fr>
9333         Rely on `$LINENO' when possible instead of `__oline__'.
9335         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9336         `$LINENO' support replacement when not supported.
9337         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9338         them explicitly to be sure they are not output before this section
9339         (via m4_require).  Cosmetic only.
9340         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9341         * lib/autoconf/programs.m4: Replace all the occurrences of
9342         `__oline__' with `$LINENO'.
9343         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9345 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9347         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9348         character (u: -> ue) in a code comment.
9349         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9350         it works.
9352 2001-09-21  Akim Demaille  <akim@epita.fr>
9354         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9355         Suggested by Jim Meyering.
9357 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9359         * lib/autoconf/programs.m4: Use extensions listed in
9360         $ac_executable_extensions when looking for programs.
9362 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9364         * lib/autoconf/general.m4: Fix a small Englisho.
9365         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9366         setting up ac_dir_suffix and ac_top_builddir.
9367         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9369 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9371         * doc/autoconf.texi (File System Conventions): Clarify the use of
9372         PATH_SEPARATOR.
9373         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9374         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9375         be used instead of ':'.
9376         * lib/autotest/general.m4: Replace occurrences of ':' in
9377         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9379 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9381         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9382         arguments.  Fixed a typo.
9384 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9386         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9387         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9389 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9391         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9392         * bin/autoupdate.in: Ditto.
9393         * bin/autoheader.in: Reworded a few comments.
9394         * bin/autoconf.in: Reworded help text for a few options.
9395         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9396         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9398 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9400         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9401         already have $file).  Set output files to binary mode (helps avoid
9402         CR issues on DOSish systems).
9404 2001-09-19  Akim Demaille  <akim@epita.fr>
9406         * lib/autotest/general.m4: Englishoes.
9407         From Tim Van Holder and Alexey Mahotkin.
9409 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9411         * doc/autoconf.texi (Common Shell Constructs): New node,
9412         documenting AS_DIRNAME.
9413         (Limitations of Usual Tools): Refer to it when discussing dirname.
9414         Also, update discussion of POSIX standard to reflect latest draft.
9416         * lib/autoconf/c.m4:
9417         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9419         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9420         Do not pass a first argument with leading '-'
9421         to expr, by parenthesizing initial integers that might be negative.
9423         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9424         now merely checks whether it is an error to pass an argument
9425         to getpgrp.
9427         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9428         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9429         whether it is a (compile-time) error to pass an argument to
9430         getpgrp.  This simpler test supports the revised documentation,
9431         and is all that AC_FUNC_GETPGRP's users really need.
9433 2001-09-18  Akim Demaille  <akim@epita.fr>
9435         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9437 2001-09-18  Akim Demaille  <akim@epita.fr>
9439         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9440         `{}'.
9441         * lib/autotest/general.m4 (AT_INIT): Adjust.
9443 2001-09-18  Paul Wagland  <paul@wagland.net>
9445         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9446         correctly.
9447         Add test for AS_BASENAME.
9448         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9449         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9450         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9451         * tests/base.at: Fixed the expected responses. The old ones were
9452         one line out...
9453         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9454         the documentation claims it should (and how it behaved in 2.13).
9456 2001-09-18  Akim Demaille  <akim@epita.fr>
9458         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9459         the AC_CONFIG_COMMANDS invocation.
9460         This also solves the name clash problems.
9461         Don't set the package's ID.
9462         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9463         No longer to be shipped.
9464         (version.in): Remove.
9465         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9466         * lib/autoconf/status.m4: Adjust.
9467         Use `m4_PACKAGE_STRING'.
9468         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9469         the only optional argument is the name of the test suite.
9470         Expect `package.m4' to define the package signature.
9471         * lib/autom4te.in (Autotest): Add `package.m4?'.
9472         * tests/Makefile.am (package.m4): New.
9473         * tests/suite.at: ifnames is a victim.
9475 2001-09-18  Akim Demaille  <akim@epita.fr>
9477         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9478         AC_LIBSOURCE, AC_CONFIG_FILES.
9479         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9480         program version string doesn't match the package's.
9481         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9482         after `(cached)'.
9484 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9486         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9487         Allow expression to return any value that can fit into unsigned long
9488         (not int, as before).  Check for output errors.
9490 2001-09-17  Bruno Haible  <haible@ilog.fr>
9492         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9493         Always include <stdio.h> and <stdlib.h>. Evaluate
9494         the expression in an extra function before these includes. Call
9495         fprintf "%d" only after ensuring the argument is of type 'int'.
9496         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9498 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9500         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9501         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9502         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9503         when they don't exist.
9505         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9506         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9507         need it.
9509         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9510         version with the version used by fileutils 4.1, except use
9511         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9512         we don't need it.
9514         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9516 2001-09-13  Akim Demaille  <akim@epita.fr>
9518         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9519         _first_.
9520         Reported by Gerrit P. Haase.
9522 2001-09-13  Akim Demaille  <akim@epita.fr>
9524         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9525         m4_defn'ing is valid.
9527 2001-09-13  Akim Demaille  <akim@epita.fr>
9529         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9530         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9531         Use it.
9533 2001-09-13  Akim Demaille  <akim@epita.fr>
9535         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9536         m4_match.
9537         (m4_re_escape): New.
9538         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9539         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9540         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9541         Likewise.
9542         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9543         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9544         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9545         AT_tests_all for consistency.
9546         Set at_victims.
9547         (AT_VICTIMS): Similar to AT_KEYWORDS.
9548         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9550 2001-09-13  Akim Demaille  <akim@epita.fr>
9552         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9554 2001-09-13  Akim Demaille  <akim@epita.fr>
9556         * lib/autotest/general.m4 (AT_INIT): Create and remove
9557         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9558         test suites can cohabit.
9560 2001-09-13  Akim Demaille  <akim@epita.fr>
9562         * tests/mktests.sh: Don't output banners for empty test files.
9564 2001-09-13  Akim Demaille  <akim@epita.fr>
9566         Test suites can be run independently of configure.
9568         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9569         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9570         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9571         ECHO_N etc.
9572         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9573         and at_c.
9574         * lib/autotest/general.m4: Use ECHO_*.
9576 2001-09-13  Akim Demaille  <akim@epita.fr>
9578         * bin/ifnames.in: Rewrite in Perl.
9579         * configure.ac: Don't look for AWK.
9580         * tests/tools.at (AWK portability): Remove.
9581         (Syntax of the shell scripts): Don't check ifnames.
9582         (AT_CHECK_PERL_SYNTAX): New.
9583         (Syntax of the Perl scripts): Check ifnames.
9584         * tests/ifnames: New.
9586 2001-09-13  Akim Demaille  <akim@epita.fr>
9588         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9589         test group titles.
9590         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9591         Remove all the other keywords.
9593 2001-09-10  Akim Demaille  <akim@epita.fr>
9595         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9596         SETUP: no longer used.
9597         Support -k, --keywords.
9598         <at_help>: Be `no', `short', or `long'.
9599         <at_help_all>: New variable.
9600         (AT_KEYWORDS): New.
9601         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9602         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9603         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9604         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9605         No longer fill the HELP diversion.
9606         (AT_CLEANUP): Use them.
9607         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9608         (m4_list_append): Remove.
9610         Spread a few keywords in the Autoconf test suite.
9612 2001-09-10  Akim Demaille  <akim@epita.fr>
9614         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9615         PATH_SEPARATOR, let M4sh compute it.
9616         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9617         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9618         Move to...
9619         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9620         Simplify when the path is not a literal.
9621         (AS_UNAME): Use it to report PATH.
9622         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9623         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9624         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9625         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9626         normalize the path, and to look for victims.
9627         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9628         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9630 2001-09-07  Akim Demaille  <akim@epita.fr>
9632         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9633         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9634         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9635         related variables into `at_package_*'.
9636         * lib/autotest/general.m4 (AT_VICTIMS): New.
9637         (AT_INIT): Adjust for stand-alone/embedded test suites.
9638         (AS_MESSAGE_LOG_FD): Define and use it.
9639         * tests/suite.at (AT_VICTIMS): Use it.
9640         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9641         at_version.
9643 2001-09-07  Akim Demaille  <akim@epita.fr>
9645         Move toward possibly stand-alone test suites.
9647         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9648         in addition, it introduces useless differences in logs.
9649         (AT_INIT): Let atconfig and atlocal be both optional.
9650         Adjust PATH computation.
9651         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9653 2001-09-07  Akim Demaille  <akim@epita.fr>
9655         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9656         m4sugar/version.m4.
9658 2001-09-05  Akim Demaille  <akim@epita.fr>
9660         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9661         to avoid GCC warnings.
9662         From Uwe Seimet.
9664 2001-09-05  Akim Demaille  <akim@epita.fr>
9666         * bin/autom4te.in: --language is -l, not -s.
9668 2001-09-05  Akim Demaille  <akim@epita.fr>
9670         Be ready to handle filenames as stupid as `dnl.at', for if even
9671         the maintainer is dumb enough to do that...
9673         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9674         excellence in M4 quotation: consider `__file__' is active.
9676         And BTW, when invoking m4, pass the --include in the right order:
9677         the wrong one.
9679         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9680         4m.
9682 2001-09-05  Akim Demaille  <akim@epita.fr>
9684         * lib/Autom4te/XFile.pm: New lib file.
9685         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9686         * bin/autoheader.in: Use it.
9688 2001-09-05  Akim Demaille  <akim@epita.fr>
9690         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9691         defined.
9693 2001-09-05  Akim Demaille  <akim@epita.fr>
9695         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9696         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9698         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9699         Add -I, --include support.
9700         * doc/autoconf.texi (autoscan Invocation): Adjust.
9702 2001-09-05  Akim Demaille  <akim@epita.fr>
9704         CVS GNU M4 doesn't like `undefine(undefined)'.
9706         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9707         New, extracted from main.
9708         Use IO::File wherever possible.
9709         (input.m4): Be constant, use -I instead of hard coding $tmp.
9710         Therefore be a quoted heredoc.
9711         Don't invoke `_au_disable', since ac was not loaded, but just
9712         `unm4.m4'.
9714 2001-08-31  Akim Demaille  <akim@epita.fr>
9716         Version 2.52d.
9718 2001-08-31  Akim Demaille  <akim@epita.fr>
9720         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9721         previous patch.
9722         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9724 2001-08-31  Akim Demaille  <akim@epita.fr>
9726         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9727         serious problems handling heredocs in heredocs.
9728         Reported by Nicolas Joly.
9730 2001-08-31  Akim Demaille  <akim@epita.fr>
9732         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9733         (Making testsuite Scripts): Update.
9735 2001-08-31  Akim Demaille  <akim@epita.fr>
9737         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9739 2001-08-31  Akim Demaille  <akim@epita.fr>
9741         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9742         (testsuite Scripts): There is no such thing as `atconfig.in'.
9743         And actually one diagram is missing: test suite runtime.
9745 2001-08-31  Akim Demaille  <akim@epita.fr>
9747         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9748         inverse order.
9750 2001-08-31  Akim Demaille  <akim@epita.fr>
9752         * bin/autoupdate.in (@include): `installcheck' revealed the path
9753         to m4sugar was lacking!
9755 2001-08-31  Akim Demaille  <akim@epita.fr>
9757         * man/Makefile.am (.x.1): We really have to pass
9758         autom4te_perllibdir.
9760 2001-08-31  Akim Demaille  <akim@epita.fr>
9762         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9763         debug scripts, in particular passing explicitly listed tests to
9764         run is stupid.
9766 2001-08-31  Akim Demaille  <akim@epita.fr>
9768         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9769         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9770         Use directly autom4te, not autoconf.
9771         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9773 2001-08-31  Akim Demaille  <akim@epita.fr>
9775         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9776         * bin/autoheader.in (%symbol): Strip arguments of macros.
9778 2001-08-31  Akim Demaille  <akim@epita.fr>
9780         * doc/autoconf.texi: Catch up -I, --include changes.
9782 2001-08-31  Akim Demaille  <akim@epita.fr>
9784         * bin/autom4te.in (&parse_args): Die on unknown languages.
9785         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9786         need for autoconf.
9787         Promote --include over --macrodir and other obsolete options.
9789 2001-08-31  Akim Demaille  <akim@epita.fr>
9791         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9792         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9793         * bin/autom4te.in ($autoconf): Pass --force.
9794         `print $out' doesn't print `$_' but `$out'.
9795         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9796         (autoheader): Pass --force since the test suite goes too fast for
9797         the time stamps.
9798         Adjust to the new autoheader messages.
9800 2001-08-31  Akim Demaille  <akim@epita.fr>
9802         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9803         Check the completeness of the #template.
9804         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9805         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9806         invocation.
9808 2001-08-31  Akim Demaille  <akim@epita.fr>
9810         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9811         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9812         Drop AC_MACRODIR dead for real.
9813         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9814         `autoheader: `config.hin' is created'.
9815         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9817 2001-08-31  Akim Demaille  <akim@epita.fr>
9819         * bin/autoheader.in: Rewrite in Perl.
9820         * tests/autoheader: Adjust.
9822 2001-08-31  Akim Demaille  <akim@epita.fr>
9824         * bin/autoconf.in (--include, -I): New option.
9825         Map --localdir, --autoconf-dir onto it.
9826         Forward autom4te's options instead of interpreting them.
9827         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9828         There is no such envvar since the inception of autom4te.cfg.
9829         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9830         * bin/autoupdate.in: Adjust, and perform more control.
9831         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9832         * tests/autoconf: Dittowise.
9834 2001-08-31  Akim Demaille  <akim@epita.fr>
9836         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9837         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9838         optionally `FILE'.
9839         Use -e, not -f, since /dev/null for instance is OK.
9840         (&parse_args): Adjust.
9841         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9843 2001-08-31  Akim Demaille  <akim@epita.fr>
9845         * configure.ac: Also find tested executables in bin.
9846         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9847         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9848         installed peer executables, only PATH is allowed to resolve it.
9849         Pass `autoconf_dir' via options, not via invisible envvars.
9850         * lib/Autom4te/General.pm (&find_peer): Remove.
9851         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9852         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9853         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9854         find the executables for it.
9855         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9856         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9857         We only need PERL.
9858         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9859         indeed related to running the test suite, while passing
9860         --autoconf-dir and others is related to running non installed
9861         Autoconf executables.  So don't do that, leave it to...
9862         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9863         * tests/autoscan: New.
9864         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9865         refer to library files: rely on --language.
9867 2001-08-29  Akim Demaille  <akim@epita.fr>
9869         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9870         s/--set/--language/.
9872 2001-08-29  Akim Demaille  <akim@epita.fr>
9874         * doc/autoconf.texi: Strip the @nodes.
9875         Suggested by Paul Eggert.
9876         (Initializing configure): Typo.
9878 2001-08-29  Akim Demaille  <akim@epita.fr>
9880         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9881         Suggested by Paul Eggert.
9883 2001-08-29  Akim Demaille  <akim@epita.fr>
9885         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9886         download in a tmp dir.
9888 2001-08-29  Akim Demaille  <akim@epita.fr>
9890         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9891         case insensitive OSes out there :(
9892         From Tim Van Holder.
9894 2001-08-29  Akim Demaille  <akim@epita.fr>
9896         * lib/autom4te.in: New.
9897         * lib/Makefile.am (edit, autom4te.cfg): New.
9898         * bin/autom4te.in (BEGIN): Simplify.
9899         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9900         (&load_configuration): New.  Use it.
9901         (&parse_args): Support --mode, --set, and --melt.
9902         * bin/autoconf.in: Simplify and adjust.
9903         * tests/Makefile.am (AUTOMAKE): Use --set.
9904         * tests/atlocal.in: Adjust.
9905         * BUGS: distcheck and check are weak.
9907 2001-08-29  Akim Demaille  <akim@epita.fr>
9909         * lib/autotest/general.m4: Use
9910                 foo=`(command) 2>/dev/null`
9911         not
9912                 foo=`command` 2>/dev/null
9913         (at-devnull): Rename as...
9914         (AT-devnull): this.
9915         (--clean): Remove AT-* files too.
9916         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9917         Reported by Nicolas Joly.
9919 2001-08-28  Akim Demaille  <akim@epita.fr>
9921         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9922         quotes inside single quotes.
9923         Reported by Nicolas Joly.
9925 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9927         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9929 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9931         * lib/autotest/general.m4: Reword some messages.
9932         (AT_INIT): Check for the `times' builtin before using it.
9933         Support test ranges as arguments to the testsuite.
9934         Have -e imply -d as the help text suggested.
9936 2001-08-27  Akim Demaille  <akim@epita.fr>
9938         * Makefile.maint: Formatting changes.
9939         (do-po-update, po-update, cvs-update, update): New targets.
9940         (AMTAR): Remove.
9942 2001-08-27  Akim Demaille  <akim@epita.fr>
9944         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9945         <at_cmd_line>: New.
9946         Pass it to debug-*.sh scripts.
9947         <AUTOTEST_PATH>: May contain absolute dir names.
9949 2001-08-27  Akim Demaille  <akim@epita.fr>
9951         * lib/autotest/general.m4 (AT_INIT): Log the command line.
9952         Support `VAR=VAL' as arguments.
9953         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9954         may be set via the command line.
9956 2001-08-27  Akim Demaille  <akim@epita.fr>
9958         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9959         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9960         first the build dirs, then the src dirs.
9961         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9963 2001-08-27  Akim Demaille  <akim@epita.fr>
9965         * lib/autotest/general.m4 (AT_INIT): Output the definition of
9966         at_data_files earlier.
9967         (--clean, -c): New option.
9968         * tests/Makefile.am: Use this option.
9970 2001-08-27  Akim Demaille  <akim@epita.fr>
9972         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9973         `ac_top_builddir' to mimic Automake's vocabulary, which much more
9974         readable.
9975         Adjust callers.
9976         * doc/autoconf.texi (Configuration Actions): Document the vars
9977         available in commands.
9978         Emphasize the risks of collisions in init-cmds.
9980 2001-08-27  Akim Demaille  <akim@epita.fr>
9982         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9983         (Initializing configure): this new node.
9985 2001-08-27  Akim Demaille  <akim@epita.fr>
9987         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9989 2001-08-27  Akim Demaille  <akim@epita.fr>
9991         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9992         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9993         New file.
9994         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9996 2001-08-27  Akim Demaille  <akim@epita.fr>
9998         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9999         to...
10000         * lib/autoconf/autoheader.m4: this new file.
10001         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10002         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10003         Move to...
10004         * lib/autoconf/autoupdate.m4: this new file.
10006 2001-08-27  Akim Demaille  <akim@epita.fr>
10008         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10009         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10010         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10011         -> ac_dir).
10012         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10013         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10015 2001-08-27  Akim Demaille  <akim@epita.fr>
10017         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10018         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10019         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10020         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10021         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10022         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10023         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10024         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10025         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10026         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10027         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10028         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10029         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10030         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10031         (_AC_OUTPUT_SUBDIRS): Move to...
10032         * lib/autoconf/status.m4: this new file.
10033         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10034         * tests/Makefile.am, tests/suite.at: Adjust.
10036 2001-08-27  Akim Demaille  <akim@epita.fr>
10038         Automake 1.5.
10040         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10041         (AMTAR): Help automake define it.
10042         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10043         needed, 1.5 can have a macro and a target with the same name.
10044         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10045         * m4/strip.m4: New.
10046         * m4/init.m4, m4/sanity.m4: Update.
10047         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10048         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10049         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10050         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10052 2001-08-27  Akim Demaille  <akim@epita.fr>
10054         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10056         * lib/autoconf/version.in: Remove.
10057         * lib/m4sugar/version.in: New.
10058         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10059         Adjust callers.
10060         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10061         the name of the directory they're in, instead of the filename,
10062         since version.m4 is now in m4sugar, but m4_acversion must not be
10063         classified as an Autoconf macro.
10064         ($input_m4): Don't qualify the path to m4sugar.
10065         Rather, pass autoconf_dir to m4.
10066         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10067         * tests/suite.at: Require 2.52c.
10069 2001-08-27  Akim Demaille  <akim@epita.fr>
10071         testsuite.log should include config.log.
10073         * lib/autotest/autotest.m4: New.
10074         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10075         * tests/suite.at : Adjust.
10076         (AT_INIT): Log config.log.
10077         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10078         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10079         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10080         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10081         of config.log on traps.
10082         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10083         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10084         for config.status'.
10085         Open the log as soon as possible.
10086         Use the same log introduction as configure's.
10088 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10090         * doc/autoconf.texi (Indices): New node.
10091         Move indices out of the top level menu and into this submenu.
10093 2001-08-22  Akim Demaille  <akim@epita.fr>
10095         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10096         AC_TRY_COMMAND.
10097         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10099 2001-08-22  Akim Demaille  <akim@epita.fr>
10101         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10102         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10103         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10104         * lib/autoconf/programs.m4: here.
10105         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10106         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10107         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10108         * lib/autoconf/programs.m4: here.
10109         (_AC_DECL_YYTEXT): Rename as...
10110         (_AC_PROG_LEX_YYTEXT_DECL): this.
10111         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10112         * tests/Makefile.am, tests/suite.am: Adjust.
10114 2001-08-22  Akim Demaille  <akim@epita.fr>
10116         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10117         Move to...
10118         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10119         here.
10120         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10121         * lib/autoconf/functions.m4: here.
10122         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10123         (AH_CHECK_LIB): Move to...
10124         * lib/autoconf/libs: this new file.
10125         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10126         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10127         * lib/autoconf/libs.m4: here.
10128         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10130 2001-08-22  Akim Demaille  <akim@epita.fr>
10132         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10133         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10134         (AC_SITE_LOAD): Better logging of config.site.
10136 2001-08-20  Akim Demaille  <akim@epita.fr>
10138         * configure.ac (AT_CONFIG): Fix the path.
10139         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10140         can be used.
10142 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10144         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10145         program with AC_LANG_PROGRAM before feeding it to
10146         AC_COMPILE_IFELSE.  Cleanup grep usage.
10148 2001-08-20  Akim Demaille  <akim@epita.fr>
10150         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10151         * NEWS, README, README-alpha, TODO, tests/README: This package is
10152         `Autoconf', not `autoconf' (the executable).
10154 2001-08-20  Akim Demaille  <akim@epita.fr>
10156         Info readers seem to need `Index' in the index node title :(
10158         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10159         simplified index node names.
10161 2001-08-20  Akim Demaille  <akim@epita.fr>
10163         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10164         arguments are not literals.
10165         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10166         Specify the output variables, and macros defined.
10168 2001-08-20  Akim Demaille  <akim@epita.fr>
10170         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10171         (Examining Syntax) <AC_TRY_COMPILE>
10172         (Examining Libraries) <AC_TRY_LINK>
10173         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10174         their arguments.
10175         Reported by Werner Lemberg.
10177 2001-08-20  Akim Demaille  <akim@epita.fr>
10179         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10180         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10181         Load atlocal late enough to dump it in the log.
10182         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10184 2001-08-20  Akim Demaille  <akim@epita.fr>
10186         * tests/torture.at (Configuring subdirectories): New test.
10187         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10188         looking for.
10189         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10190         (top_srcdir): Fix its computation.
10192 2001-08-20  Akim Demaille  <akim@epita.fr>
10194         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10195         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10196         test suite lives.
10197         Create `atconfig' automagically.
10198         Configure atlocal.in if present.
10199         * tests/atconfig.in: Remove.
10200         * tests/atlocal.in: New.
10201         * tests/Makefile.am: Adjust.
10203 2001-08-20  Akim Demaille  <akim@epita.fr>
10205         Huh!?!?!  There are still some user EOF tags used, which prevents
10206         their use in AC_CONFIG_COMMANDS for instance...
10208         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10209         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10210         `_CSEOF', or `_ATEOF', as appropriate.
10211         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10212         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10214 2001-08-20  Akim Demaille  <akim@epita.fr>
10216         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10217         * tests/semantics.at, tests/tools.at, tests/torture.at:
10218         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10220 2001-08-20  Akim Demaille  <akim@epita.fr>
10222         Autotest invokes M4sh's initialization.
10224         * lib/autotest/general.m4: Adjust the diversion names.
10225         (AT_INIT): Run AS_INIT.
10226         Use the BINSH diversion to invoke /bin/sh.
10227         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10228         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10230 2001-08-20  Akim Demaille  <akim@epita.fr>
10232         Let M4sh have its own diversions.
10234         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10235         (_m4_divert(NOTICE)): Rename as...
10236         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10237         (_m4_divert(HEADER-COMMENT)): these.
10238         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10239         (_m4_divert(NOTICE)): New, for Libtool.
10240         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10241         long ago with `_m4_divert(GROW)'.
10242         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10244 2001-08-20  Akim Demaille  <akim@epita.fr>
10246         * tests/base.at, tests/compile.at, tests/foreign.at,
10247         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10248         * tests/semantics.at, tests/suite.at, tests/tools.at,
10249         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10251 2001-08-20  Akim Demaille  <akim@epita.fr>
10253         * bin/autom4te.in (handle_output): Handle @__@.
10255 2001-08-20  Akim Demaille  <akim@epita.fr>
10257         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10258         * lib/autotest/general.m4: Adjust the license.
10260 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10262         * doc/autoconf.texi (Function Portability): Mention snprintf,
10263         following up on a suggestion by Kevin Ryde.
10265 2001-08-17  Akim Demaille  <akim@epita.fr>
10267         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10268         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10270 2001-08-17  Akim Demaille  <akim@epita.fr>
10272         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10273         `$0.log' as for projects where testsuite is in src, we'd have
10274         testsuite.log created in src.
10276 2001-08-17  Akim Demaille  <akim@epita.fr>
10278         * bin/autom4te.in (&parse_args): Recognize --normalize.
10280 2001-08-17  Akim Demaille  <akim@epita.fr>
10282         Start implementing the AC_CHECK_HEADER transition scheme.
10284         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10285         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10286         (AC_CHECK_HEADER): Use them.
10288 2001-08-17  Akim Demaille  <akim@epita.fr>
10290         * doc/autoconf.texi: Work around Texinfo buglets.
10291         (Transformation Rules): One example is enough, users are expected
10292         to have their brains on. And BTW, use DESTDIR.
10293         (dvar): New macro.  Use it.
10295 2001-08-17  Akim Demaille  <akim@epita.fr>
10297         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10298         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10299         looking for ChangeLogs.
10301 2001-08-17  Akim Demaille  <akim@epita.fr>
10303         * bin/autom4te.in: --normalize is a new option.
10304         * bin/autoconf.in: Use it.
10306 2001-08-17  Akim Demaille  <akim@epita.fr>
10308         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10309         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10311 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10313         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10314         start, not at end.
10316 2001-08-15  Akim Demaille  <akim@epita.fr>
10318         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10319         Use it.
10321 2001-08-15  Akim Demaille  <akim@epita.fr>
10323         * doc/autoconf.texi (pr): New index.
10324         (prindex, findex): Use, merge, and output them.
10325         (Environment Variable Index, Output Variable Index)
10326         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10327         (Autotest Macro Index): Rename as...
10328         (Environment Variables, Output Variables,Preprocessor Symbols)
10329         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10330         * doc/install.texi: Use @command.
10331         (Environment Variables): Rename as...
10332         (Defining Variables): this.
10334 2001-08-15  Akim Demaille  <akim@epita.fr>
10336         * doc/autoconf.texi (Function Portability): sprintf's return
10337         value.
10338         From Kevin Ryde.
10340 2001-08-15  Akim Demaille  <akim@epita.fr>
10342         * Makefile.maint (CVS): New.
10343         (local-check): Run changelog-check. last.
10344         (alpha): Don't depend upon local-check, since...
10345         (cvs-dist): depends upon it.
10347 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10349         * tests/Makefile.am: Use a clean-local rule to remove
10350         autom4te.cache (it's a directory, not a file.
10351         * Makefile.am: Ditto (but maintainer-clean-local).
10353 2001-08-15  Akim Demaille  <akim@epita.fr>
10355         * bin/autom4te.in (@m4_warning): New.
10356         (&handle_m4): Use it.
10357         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10358         warnings are issued at each run.
10359         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10360         is in the src tree.
10362 2001-08-15  Akim Demaille  <akim@epita.fr>
10364         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10365         don't waste time running `autoupdate --version' works.
10366         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10368 2001-08-13  Akim Demaille  <akim@epita.fr>
10370         * doc/autoconf.texi (ma): Rename this index as...
10371         (ac): this.
10373 2001-08-13  Akim Demaille  <akim@epita.fr>
10375         * Makefile.am: Remove dead code and dead comments.
10376         (pdf, html): New targets.
10377         * doc/autoconf.texi (Using Autotest): New chapter.
10378         * doc/Makefile.am (pdf): New targets.
10379         (CLEANFILES): Adjust.
10381 2001-08-13  Akim Demaille  <akim@epita.fr>
10383         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10384         duration of the test suite.
10386 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10388         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10389         endianness for comparison instead of relying on AT_CHECK_ENV.
10391 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10393         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10394         to the INSTALL file.
10396 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10398         * NEWS: The autoconf manual now is distributed under the terms
10399         of the GNU Free Documentation License.
10401         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10402         Add an appendix "Copying This Manual" for the FDL.
10404         * doc/fdl.texi: New file, from
10405         <http://www.gnu.org/licenses/fdl.texi>.
10407         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10409 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10411         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10412         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10413         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10414         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10415         m4/sanity.m4, tests/README, tests/aclocal.m4,
10416         tests/atspecific.m4, tests/base.at, tests/compile.at,
10417         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10418         tests/semantics.at, tests/suite.at, tests/tools.at,
10419         tests/torture.at: Add copyright notice.
10421         * tests/mktests.sh: Update year in copyright notice.
10423 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10425         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10427 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10429         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10430         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10431         * doc/autoconf.texi (C Compiler Characteristics): Update
10432         documentation for AC_C_BIGENDIAN.
10434 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10436         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10437         magic values from an object file when cross-compiling.
10438         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10440 2001-08-10  Akim Demaille  <akim@epita.fr>
10442         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10443         effects.
10444         Suggested by Russ Allbery.
10446 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10448         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10449         current $prefix to the sub-configures.
10451 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10453         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10454         extension (needed on BeOS).  Reported by Guido van Rossum.
10456 2001-08-09  Akim Demaille  <akim@epita.fr>
10458         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10460 2001-08-07  Akim Demaille  <akim@epita.fr>
10462         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10463         removed.
10464         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10465         No need to remove the files before and after the each test, before
10466         each test and at the end of the suite is enough.
10467         Display only the children `times', not the shell's.
10468         If the test failed or was skipped, at-times is not available.
10470 2001-08-07  Akim Demaille  <akim@epita.fr>
10472         Always produce testsuite.log, including when there are no
10473         failures.  This helps getting information on skipped tests, and
10474         duration of the tests.  Err, implement the latter btw.
10476         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10477         Dump information on the first run of each test.
10478         (AT_CLEANUP): Create `at-times' containing the duration of the
10479         test group.
10481 2001-08-07  Akim Demaille  <akim@epita.fr>
10483         The use of `dumpstat' revealed that `len' was used although it
10484         should not.  m4_text_wrap was using it, but in the Autoconf world
10485         where it is legal.  Hence (i) test M4sh in its own world, not
10486         Autoconf's, and (ii), ahem, fix the bug :)
10488         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10489         does not like `' instead of [].
10490         (AT_INIT): Forbid `^_?AT_'.
10491         And don't output such tokens.
10492         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10493         `script.as', and `autom4te.cache'.
10494         Remove `empty' and `macro' which are no longer used.
10495         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10496         * tests/m4sugar.at: Use it.
10497         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10499 2001-08-07  Akim Demaille  <akim@epita.fr>
10501         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10503 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10505         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10507 2001-08-04  Akim Demaille  <akim@epita.fr>
10509         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10510         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10511         AC_TRY_LINK.
10512         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10513         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10514         (AC_F77_MAIN): Likewise.
10516 2001-08-04  Akim Demaille  <akim@epita.fr>
10518         Don't rely on M4sugar outputting the patterns in files, since we
10519         might process the output _without_ running m4, hence without these
10520         files.
10522         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10523         * bin/autom4te.in (@Request::includes): Remove, unused.
10524         (@Request::source): Rename as...
10525         (@Request::input): this.
10526         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10527         (&handle_output): Fetch the patterns from the traces.
10528         `$forbidden' and `$allowed' are constant: use m//o.
10529         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10530         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10532 2001-08-04  Akim Demaille  <akim@epita.fr>
10534         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10535         autoconf', i.e., in addition to caching traces, cache the output.
10537         * bin/autom4te.in (Request::cache): Rename as...
10538         (Request::id): this.
10539         ($cache, $icache, $tcache, $ocache): New.
10540         (&handle_m4): Save M4 output in the cache instead of $tmp.
10541         (&handle_output): Adjust.
10542         (&up_to_date_p): Check that the output cache is up to date too.
10543         (top level): Run `&handle_m4' iff force or the cache is invalid.
10544         Run `&handle_output' if the output cache is more recent.
10546 2001-08-04  Akim Demaille  <akim@epita.fr>
10548         * bin/autom4te.in ($force): New.
10549         (&parse_args, &print_usage): -f, --force is a new option.
10550         (&handle_output): CPP directives might have spaces after `#'.
10551         (&parse_args): The first file only can be frozen.
10553 2001-08-04  Akim Demaille  <akim@epita.fr>
10555         Don't let autom4te compute the `include' traces several times:
10556         first check that the trace cache file is up to date, and then
10557         compare its timestamp with that of the output.
10559         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10560         the preamble.  Don't require 5.005 as Autom4te::General does it,
10561         and better yet (use `use', not `require'!).
10562         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10563         Class::Struct as Autom4te::Struct.
10564         * lib/Autom4te/General.pm (File::stat): Use it.
10565         (&mtime): New, export it.
10566         * bin/autom4te.in: Use it.
10567         Declare `$req' is invalid if it is outdated.
10568         Don't declare it valid before saving it if something went wrong.
10570 2001-08-04  Akim Demaille  <akim@epita.fr>
10572         Autom4te shall not encode Autoconf data, and preselecting traces
10573         must be proposed to the users.
10575         * bin/autom4te.in (@required_trace): Remove.
10576         (@preselect): New.
10577         (&parse_args, &print_usage): -p, --preselect is a new option.
10578         (&up_to_date_p): Adjust.
10579         * bin/autoconf.in: Preselect some Autoconf macros.
10581 2001-08-04  Akim Demaille  <akim@epita.fr>
10583         * tests/tools.at (autoconf --trace: user macros): Check traces on
10584         macros invoked without arguments, and macros invoked with multiple
10585         lines arguments.
10587 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10589         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10590         arguments.
10592 2001-08-03  Akim Demaille  <akim@epita.fr>
10594         * bin/autoconf.in ($@): Work around the usual sh bug.
10595         From Nicolas Joly.
10597 2001-08-03  Akim Demaille  <akim@epita.fr>
10599         Clean up the handling of the M4 builtins tracing exception.
10601         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10602         trace requests.
10603         (@m4_builtins): Rename as...
10604         (@m4_builtin): this.
10605         (%m4_builtin_alternate_name): New.
10606         (&parse_args): Complete the trace requests with alternate names.
10607         (&handle_traces): Hence no longer do it here.
10608         (&trace_requests): Remove, unused.
10610 2001-08-03  Akim Demaille  <akim@epita.fr>
10612         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10613         m4_if, and m4_wrap.
10615 2001-08-03  Akim Demaille  <akim@epita.fr>
10617         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10618         (m4_divert_pop): Dump the whole diversion stack when a diversion
10619         mismatch happens.
10620         * bin/autom4te.in (&handle_output): Remember of the first
10621         occurrence of a possibly undefined macro, not the last.
10622         Complain about the possibly undefined macros in the same order as
10623         the appear in the output.
10624         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10625         * tests/tools.at (autoconf: forbidden tokens, basic)
10626         (autoconf: forbidden tokens, exceptions): No longer sort
10627         autoconf's stderr, as it is now deterministic.
10628         Check that `dnl' is caught.
10630 2001-08-01  Akim Demaille  <akim@epita.fr>
10632         * configure.ac: Bump to 2.52c.
10634 2001-08-01  Akim Demaille  <akim@epita.fr>
10636         Version 2.52b.
10638         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10640 2001-08-01  Akim Demaille  <akim@epita.fr>
10642         Version 2.52a.
10644 2001-08-01  Akim Demaille  <akim@epita.fr>
10646         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10647         `die'.
10648         (&END): New.
10649         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10650         `END', as `Autom4te::General::END' will be triggered.
10651         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10652         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10653         system to run `mv', `rm', and `cmp'.
10655 2001-08-01  Akim Demaille  <akim@epita.fr>
10657         * lib/Autom4te/General.pm (&unique): New.
10658         * bin/autoscan.in (&output): Use it to issue trace requests once.
10660 2001-08-01  Akim Demaille  <akim@epita.fr>
10662         * lib/Autom4te/General.pm: New.
10663         * bin/autom4te.in (Autom4te::General): Use it.
10664         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10665         (&find_configure_ac, &find_slave): Remove.
10666         * bin/autoscan.in: Likewise.
10667         * bin/autoupdate.in: Likewise.
10669 2001-08-01  Akim Demaille  <akim@epita.fr>
10671         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10672         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10673         * bin: here, new directory.
10674         * lib/Autoconf: Rename as...
10675         * lib/Autom4te: this, to please case insensitive junkie OSes.
10677 2001-08-01  Akim Demaille  <akim@epita.fr>
10679         * autom4te.in ($m4): Handle the --nesting-limit.
10680         * autoconf.in (M4): Remove.
10682 2001-08-01  Akim Demaille  <akim@epita.fr>
10684         * autoconf.in ($AWK): Remove, no longer used.
10685         * test/tools.at: Use AT_CHECK_AUTOCONF.
10686         (AWK portability): Remove, for autoconf no longer uses AWK.
10687         (Syntax of the Perl scripts): New.
10688         * configure.ac: autoconf no longer needs an AWK with a good
10689         regexp engine.
10690         Use a static test on AC_PACKAGE_VERSION.
10691         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10692         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10693         * tests/atconfig.in (PERL): New.
10695 2001-08-01  Akim Demaille  <akim@epita.fr>
10697         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10698         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10699         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10700         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10701         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10702         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10703         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10704         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10705         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10706         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10707         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10708         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10709         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10710         * lib/autoconf/c.m4: here, new file.
10712         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10713         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10714         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10715         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10716         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10717         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10718         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10719         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10720         (AC_F77_FUNC): Move to...
10721         * lib/autoconf/fortran.m4: here, new file.
10723 2001-08-01  Akim Demaille  <akim@epita.fr>
10725         * acfunctions.m4: Rename as...
10726         * lib/autoconf/functions.m4: this.
10727         * acgeneral.m4: Rename as...
10728         * lib/autoconf/general.m4: this.
10729         * acheaders.m4: Rename as...
10730         * lib/autoconf/headers.m4: this.
10731         * aclang.m4: Rename as...
10732         * lib/autoconf/lang.m4: this.
10733         * acoldnames.m4: Rename as...
10734         * lib/autoconf/oldnames.m4: this.
10735         * acspecific.m4: Rename as...
10736         * lib/autoconf/specific.m4: this.
10737         * actypes.m4: Rename as...
10738         * lib/autoconf/types.m4: this.
10739         * autoconf.m4: Rename as...
10740         * lib/autoconf/autoconf.m4: this.
10742         * m4sugar.m4: Rename as...
10743         * lib/m4sugar/m4sugar.m4: this.
10744         * m4sh.m4: Rename as...
10745         * lib/m4sugar/m4sh.m4: this.
10747         * tests/atgeneral.m4: Rename as...
10748         * lib/autotest/general.m4: this.
10750         * acfunctions: Rename as...
10751         * lib/autoscan/functions: this.
10752         * acheaders: Rename as...
10753         * lib/autoscan/headers: this.
10754         * acidentifiers: Rename as...
10755         * lib/autoscan/identifiers: this.
10756         * aclibraries: Rename as...
10757         * lib/autoscan/libraries: this.
10758         * acmakevars: Rename as...
10759         * lib/autoscan/makevars: this.
10760         * acprograms: Rename as...
10761         * lib/autoscan/programs: this.
10763 2001-08-01  Akim Demaille  <akim@epita.fr>
10765         * doc/autoconf.texi: Moving/deleting open files is not portable.
10766         Portability issues for `.' (source), and more information about sed.
10768 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10770         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10771         which has a special meaning and is not a reference to libibmil.a.
10772         Reported by Matteo Frigo.
10774 2001-07-25  Pavel Roskin  <proski@gnu.org>
10776         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10777         output.
10779 2001-07-25  Akim Demaille  <akim@epita.fr>
10781         * autoconf.in: Try to define the variables before using them.
10782         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10783         instead of `$perllibdir'.
10784         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10786 2001-07-25  Akim Demaille  <akim@epita.fr>
10788         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10790 2001-07-24  Akim Demaille  <akim@epita.fr>
10792         Let autoconf use autom4te for traces.
10794         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10795         autom4te.
10796         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10797         (Because I found no way for autom4te to accept `-').
10798         * autom4te.in (&Request::request): Beware of M4 builtins.
10799         (END): Don't try to remove the content of an empty dir.
10800         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10801         (&handle_output): Set a default value to `$forbidden'.
10802         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10803         ($autoconf): Pass --debug and --verbose.
10804         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10805         cache.
10807 2001-07-24  Akim Demaille  <akim@epita.fr>
10809         Let autoconf use autom4te to create configure.
10811         * autoconf.in ($automate): New var.
10812         (task script): Use autom4te.
10813         * autom4te.in (File::Spec): Use it.
10814         (&find_file): New.
10815         (&parse_args): --warning is -W, not -w.
10816         Find the top level files.
10817         (&handle_m4): Pass the warnings flags.
10818         Don't report verbosely m4's failures, unless requested.
10819         (&handle_output): Don't complain for forbidden tokens in comments.
10820         Be sure to report all the forbidden tokens within a single line.
10821         (&trace_format_to_m4): Preserve `$_'.
10822         (&handle_traces): Sort the output macros.
10823         (&up_to_date_p): Find the files before trying to get its time stamp.
10825 2001-07-24  Akim Demaille  <akim@epita.fr>
10827         * Makefile.am: Ship, build and install Autom4te.
10828         (SUBDIRS): Add lib.
10829         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10830         * configure.in: Require Perl.
10831         * man/autom4te.in: New.
10833 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10835         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10836         example, rather than (exit 1); exit (which isn't portable).
10838 2001-07-18  Akim Demaille  <akim@epita.fr>
10840         Version 2.52.
10842 2001-07-18  Akim Demaille  <akim@epita.fr>
10844         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10845         was run, while they are needed also when it is expanded.
10846         Reported by Nicolas Joly.
10848         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10849         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10850         AC_F77_DUMMY_MAIN being expanded.
10852 2001-07-18  Akim Demaille  <akim@epita.fr>
10854         * configure.in: Bump to 2.51a.
10856 2001-07-17  Akim Demaille  <akim@epita.fr>
10858         Version 2.51.
10860 2001-07-17  Akim Demaille  <akim@epita.fr>
10862         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10863         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10865 2001-07-17  Akim Demaille  <akim@epita.fr>
10867         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10868         used.  Well, then use the prototypes when you can, and runtime as
10869         a last resort.
10870         Reported by Artur Frysiak
10872         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10873         (AC_FUNC_GETPGRP): Use it.
10874         First try to compile with 0-ary or 1-ary calls.
10876 2001-07-17  Akim Demaille  <akim@epita.fr>
10878         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10879         replacement type.
10880         From Paul Eggert.
10882 2001-07-17  Akim Demaille  <akim@epita.fr>
10884         * Makefile.maint: Sync. with cppi 1.10.
10886 2001-07-17  Akim Demaille  <akim@epita.fr>
10888         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10889         AC_F77_DUMMY_MAIN has been run.
10890         From Pavel Roskin and Steven G. Johnson.
10892 2001-07-17  Akim Demaille  <akim@epita.fr>
10894         * configure.in: Rename as...
10895         * configure.ac: this.
10897 2001-07-17  Akim Demaille  <akim@epita.fr>
10899         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10900         rules.
10901         From Marc Espie.
10902         * Makefile.maint (release-archive-dir): Rename as...
10903         (release_archive_dir): this, so that it can be specialized in
10904         Makefile.
10906 2001-07-14  Akim Demaille  <akim@epita.fr>
10908         * configure.in: Bump to 2.50d.
10910 2001-07-14  Akim Demaille  <akim@epita.fr>
10912         Version 2.50c.
10913         * Makefile.maint (alpha): Typo.
10915 2001-07-14  Akim Demaille  <akim@epita.fr>
10917         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10919 2001-07-14  Akim Demaille  <akim@epita.fr>
10921         * config/config.guess, config/config.sub, config/texinfo.tex
10922         * doc/standards.texi, doc/make-stds.texi: Update.
10924 2001-07-14  Akim Demaille  <akim@epita.fr>
10926         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10928 2001-07-14  Akim Demaille  <akim@epita.fr>
10930         * Makefile.maint (maintainer-check): Rename as...
10931         (maintainer-distcheck): this.
10932         (changelog-check, static-check): New.
10933         Use them.
10935 2001-07-14  Kevin Ryde  <user42@zip.com.au>
10937         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10938         for CXX is g++, not gcc.
10940 2001-07-14  Akim Demaille  <akim@epita.fr>
10942         * doc/autoconf.texi (Files): New subsection.
10944 2001-07-14  Akim Demaille  <akim@epita.fr>
10946         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10947         of...
10948         (Generic Compiler Characteristics): this.
10949         (C++ Compiler): New subsection.
10951 2001-07-14  Akim Demaille  <akim@epita.fr>
10953         * autoscan.in: Use IO::File.
10954         Adjust all the routines to use it.
10955         ($log): New file (autoscan.log).
10956         (output): Dump detailed logs into $log, and a shortened version to
10957         stderr.
10958         (&scan_makefile): Refine the regexp catching tokens in the code.
10959         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10960         and the `configure.ac' checking feature.
10962 2001-07-12  Akim Demaille  <akim@epita.fr>
10964         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10965         Reported by Michael Elizabeth Chastain.
10967         * autoconf.in: Refuse such AWK.
10968         * configure.in: Likewise.
10969         * Makefile.am (acversion.m4): Do not use move-if-change this file
10970         has dependencies.
10971         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10973 2001-07-10  Jens Petersen  <petersen@redhat.com>
10975         * autoscan.in (&scan_makefile): Improve programs regexp to parse
10976         things like "g++", "file.c" and "some-conf" as tokens.
10977         (&scan_file): Match C++ files extensions.
10978         If the filename extension is C++ then ask for c++.
10980 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
10982         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10983         AC_TRY_LINK_FUNC, to check whether defining a dummy
10984         main-like routine is needed for linking with F77 libs.
10986 2001-07-05  Pavel Roskin  <proski@gnu.org>
10988         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10989         after using break.
10990         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10991         linking.
10993 2001-07-05  Akim Demaille  <akim@epita.fr>
10995         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
10996         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10997         Makes' lives.
10998         Reported by Nicolas Joly.
11000 2001-07-04  Akim Demaille  <akim@epita.fr>
11002         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11003         up.
11004         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11005         warnings from compilers.
11006         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11007         for all the compilers, not only GNU.  Hence move from here...
11008         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11010 2001-07-04  Akim Demaille  <akim@epita.fr>
11012         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11013         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11014         AC_COMPILE_IFELSE.
11016 2001-07-04  Akim Demaille  <akim@epita.fr>
11018         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11019         the ``strings.h'' change claimed below.
11021 2001-07-04  Akim Demaille  <akim@epita.fr>
11023         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11025 2001-07-04  Akim Demaille  <akim@epita.fr>
11027         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11028         strings.h if usable with string.h.
11029         Suggested by Paul Eggert.
11031 2001-07-04  Akim Demaille  <akim@epita.fr>
11033         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11034         From Jens Petersen.
11036 2001-07-03  Akim Demaille  <akim@epita.fr>
11038         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11039         etc. in the log.
11041 2001-07-03  Akim Demaille  <akim@epita.fr>
11043         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11044         compiler, not the preprocessor.
11045         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11046         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11047         the right thing.
11048         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11049         earlier if there are.
11051 2001-07-03  Akim Demaille  <akim@epita.fr>
11053         * autoscan.in ($initfile): Remove.
11054         (&find_file): Rename as...
11055         (&scan_file): this.
11056         Immediately scan the current file, instead of gathering them, and
11057         later having them handled by &scan_files.
11058         (&scan_files): Merely invoke Find::File.
11059         Adjust.
11061 2001-07-02  Akim Demaille  <akim@epita.fr>
11063         * autoscan.in: Formatting changes, matching the invocation order.
11064         (File::Find): Use it instead of Perl 4's `find.pl'.
11065         (&wanted): Rename as...
11066         (&find_file): this.
11068 2001-07-01  Pavel Roskin  <proski@gnu.org>
11070         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11071         break in the argument to AC_TRY_LINK_FUNC.
11072         (AC_F77_MAIN): Remove conftest* after using break in the
11073         argument to AC_TRY_LINK.
11075 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11077         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11078         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11080         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11081         dummy alternate main is required even if the user provides her own
11082         'main'.
11083         (AC_F77_MAIN): New macro to detect whether it is possible to
11084         provide an alternate 'main' function name, using the 'main' from
11085         the Fortran libraries.
11086         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11087         cross-language link tests can be performed successfully.
11088         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11089         after $LIBS, for consistency; this should be the general rule since
11090         the user may want to link to Fortran libraries that require $FLIBS.
11091         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11093 2001-06-29  Pavel Roskin  <proski@gnu.org>
11095         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11096         at-stdout and at-stderr instead of removing the newline
11097         from the echo output, which is not guaranteed to work.
11099 2001-06-28  Jens Petersen  <petersen@redhat.com>
11101         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11102         confdefs.h when non-zero.
11104 2001-06-28  Akim Demaille  <akim@epita.fr>
11106         * configure.in: Bump to 2.50c.
11108 2001-06-26  Akim Demaille  <akim@epita.fr>
11110         Version 2.50b.
11112 2001-06-26  Akim Demaille  <akim@epita.fr>
11114         Version 2.50a.
11116 2001-06-25  Pavel Roskin  <proski@gnu.org>
11118         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11119         argument, AUTOCONF-FLAGS.
11120         * tests/mktests.sh (update_exclude_list): Add
11121         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11122         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11123         AC_FUNC_WAIT3 with "-W no-obsolete".
11125 2001-06-25  Akim Demaille  <akim@epita.fr>
11127         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11129 2001-06-25  Akim Demaille  <akim@epita.fr>
11131         * autoscan.in (%macro): Now maps from word to list of macros.
11132         (&init_tables): Die when a word which is already handled by
11133         explicit macros is mapped to the default macro.
11134         (&print_unique): Remove, inlined in...
11135         (&output_kind): here.
11136         (File::Basename): Use it.
11137         (&output): Sort the CONFIG_FILES.
11138         * acheaders: Normalize.
11139         * acfunctions: Likewise.
11141 2001-06-25  Akim Demaille  <akim@epita.fr>
11143         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11144         characteristics in the logs.
11145         Suggested by Mo DeJong.
11147 2001-06-24  Akim Demaille  <akim@epita.fr>
11149         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11150         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11151         * doc/autoconf.texi (Autoconf 2.13): New section.
11153 2001-06-24  Akim Demaille  <akim@epita.fr>
11155         * autoconf.in (Task traces): Separate the error messages from the
11156         traces to improve robustness.
11158 2001-06-23  Akim Demaille  <akim@epita.fr>
11160         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11161         three as failures are unlikely, and speed matters.
11163 2001-06-23  Akim Demaille  <akim@epita.fr>
11165         * doc/autoconf.texi (Redefined M4 Macros): New.
11167 2001-06-23  Akim Demaille  <akim@epita.fr>
11169         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11170         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11171         5.3.
11173 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11175         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11176         config.status targets to after the evaluation of the INIT-CMDS.
11177         Double quote config.status targets (used to be single quoted).
11179 2001-06-23  Akim Demaille  <akim@epita.fr>
11181         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11182         Check the content of the created file.
11183         Check the ./config.status command line invocation.
11185 2001-06-23  Akim Demaille  <akim@epita.fr>
11187         * tests/foreign.at (Libtool): Reject prehistoric versions.
11189 2001-06-23  Akim Demaille  <akim@epita.fr>
11191         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11192         preexisting files matching a.*.
11194 2001-06-23  Akim Demaille  <akim@epita.fr>
11196         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11197         stderr.
11198         * doc/autoconf.texi (AC_ARG_VAR): Update.
11200 2001-06-21  Akim Demaille  <akim@epita.fr>
11202         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11203         precious variables have changed.
11204         * tests/torture.at (AC_ARG_VAR): Adjust.
11206 2001-06-21  Akim Demaille  <akim@epita.fr>
11208         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11209         but some sed choke on multiple `;', and other tools (e.g.,
11210         Automake), include the separator themselves.
11212         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11214 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11216         * doc/autoconf.texi (Functions Portability): Rename as...
11217         (Function Portability): this.
11218         (Function Portability): Document potential problems with unlink().
11220 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11222         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11224 2001-06-18  Akim Demaille  <akim@epita.fr>
11226         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11228 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11230         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11231         (_AC_FUNC_VFORK): this.
11232         Remove AC_DEFINEs and don't guess cross-compilation values.
11233         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11234         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11235         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11236         vfork doesn't work.
11237         Guess values if cross-compiling, but warn.
11238         * acfunctions: Add AC_FUNC_FORK.
11239         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11240         and vfork appropriately.
11242 2001-06-18  Akim Demaille  <akim@epita.fr>
11244         * doc/autoconf.texi (Functions Portability): New section.
11246 2001-06-18  Akim Demaille  <akim@epita.fr>
11248         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11249         in $M4.
11250         Suggested by Andreas Schwab.
11252 2001-06-18  Akim Demaille  <akim@epita.fr>
11254         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11255         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11256         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11257         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11258         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11259         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11260         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11261         the converse).
11263 2001-06-18  Akim Demaille  <akim@epita.fr>
11265         * doc/autoconf.texi (ms): New index.
11266         (Macro Index): Rename as...
11267         (Autoconf Macro Index): this.
11268         (M4 Macro Index): New appendix.
11269         (Programming in M4): New chapter.
11270         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11271         (Quoting): Rename as...
11272         (M$ Quotation): this.
11273         Be part of `Programming in M4).
11275 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11277         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11278         in separate statements for compatibility with Tru64 v5.1.
11280 2001-06-17  Akim Demaille  <akim@epita.fr>
11282         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11283         current values of the precious variables, not the previously
11284         cached values.
11285         Pass precious variables which are set to config.status.
11286         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11287         * tests/torture.at (AC_ARG_VAR): New.
11289 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11291         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11292         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11293         and explain why and how to replace them.
11294         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11295         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11297 2001-06-15  Akim Demaille  <akim@epita.fr>
11299         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11300         Reported by Bruno Haible.
11302         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11303          (_AC_ARG_VAR_PRECIOUS): to here.
11305 2001-06-15  Pavel Roskin  <proski@gnu.org>
11307         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11308         an unused pointer use cast to this type and `if' statement to
11309         avoid warnings from the compiler.
11310         (AC_HEADER_TIME): Likewise.
11311         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11312         in `if' statement to avoid warnings from the compiler. Declare
11313         ac_aggr static to avoid the need to initialize it.
11315 2001-06-14  Akim Demaille  <akim@epita.fr>
11317         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11318         Macros'.
11320 2001-06-13  Akim Demaille  <akim@epita.fr>
11322         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11323         Suggested by Alexander Mai.
11325 2001-06-13  Akim Demaille  <akim@epita.fr>
11327         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11328         sys/types.h and sys/stat.h, and check for them.
11330 2001-06-13  Akim Demaille  <akim@epita.fr>
11332         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11333         INCLUDES.
11335 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11337         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11338         succeeds and only try adding libdnet upon a failure.
11340 2001-06-12  Akim Demaille  <akim@epita.fr>
11342         * autoscan.in (&output_kind): Output the comment only if it exists.
11343         (%kind_comment): Add entry for `programs'.
11344         (&output_programs): Use &output_kind.
11345         (&output_functions, &output_identifiers, &output_headers)
11346         (&output_programs): Inline, and remove.
11348 2001-06-12  Akim Demaille  <akim@epita.fr>
11350         * autoscan.in (%kind_comment): New.
11351         (output_kind): New.
11352         (output_functions, output_identifiers, output_headers): Use it.
11354 2001-06-12  Akim Demaille  <akim@epita.fr>
11356         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11357         arguments, to factor indirections into `%macro' and `%used'.
11358         (%generic_macro): Fix a typo.
11360 2001-06-12  Akim Demaille  <akim@epita.fr>
11362         * aclibraries: New.
11363         * autoscan.in (@kinds): Add `libraries'.
11364         Use `@kinds' instead of hard coded lists.
11365         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11366         Remove, replaced by...
11367         (%used): this.
11369 2001-06-12  Akim Demaille  <akim@epita.fr>
11371         * autoscan.in (%functions_macros %headers_macros)
11372         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11373         replaced by...
11374         (%macro): New.
11376 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11378         * aclang.m4 (AC_NO_EXECUTABLES): Override
11379         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11381 2001-06-11  Akim Demaille  <akim@epita.fr>
11383         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11384         trailing new line.
11385         Reported by Andreas Schwab.
11387 2001-06-11  Akim Demaille  <akim@epita.fr>
11389         * Makefile.am, Makefile.maint: Typos.
11391 2001-06-09  Akim Demaille  <akim@epita.fr>
11393         * doc/autoconf.texi (Here-Documents): New section, gathering
11394         documentation about here-documents.
11395         Use `href', not `uref', and other changes.
11397 2001-06-09  Akim Demaille  <akim@epita.fr>
11399         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11400         chapter.
11402 2001-06-09  Akim Demaille  <akim@epita.fr>
11404         * doc/autoconf.texi (Limitations of Builtins): Complete the
11405         description of the here-docs penalties with Alexandre Oliva's
11406         explanations.
11408 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11410         * doc/autoconf.texi: Talk about here documents and speedups.
11411         Do not use "echo" on arbitrary strings.
11412         Spell "here-documents" consistently with the standard.
11414 2001-06-09  Akim Demaille  <akim@epita.fr>
11416         * doc/autoconf.texi (Concept Index): Introduce it.
11417         Regenerate the menus.
11419 2001-06-09  Akim Demaille  <akim@epita.fr>
11421         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11422         * config/prev-version.txt: New.
11423         * config/move-if-change: New, for GNU libc.
11425 2001-06-06  Pavel Roskin  <proski@gnu.org>
11427         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11429 2001-06-06  Akim Demaille  <akim@epita.fr>
11431         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11432         properly when $1 is not a literal.
11433         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11435 2001-06-06  Akim Demaille  <akim@epita.fr>
11437         Invoking AC_COPYRIGHT before AC_INIT fails.
11439         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11440         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11441         (_m4_divert(VERSION_USER)): New.
11442         (AC_COPYRIGHT): $2 is the diversion to use.
11443         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11444         (AC_INIT): Remove dead comments as now it's commutative.
11446 2001-06-06  Akim Demaille  <akim@epita.fr>
11448         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11449         PR autoconf/187.
11451 2001-06-05  Akim Demaille  <akim@epita.fr>
11453         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11454         can be empty.
11455         `*dir' variables cannot be NONE.
11456         Reported by Mark Kettenis.
11458 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11460         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11462 2001-06-04  Akim Demaille  <akim@epita.fr>
11464         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11465         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11466         (AC_TR_SH): Move as...
11467         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11468         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11469         (AS_TR_SH): these.
11470         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11471         (_AS_TR_SH_PREPARE): New.
11472         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11473         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11475 2001-06-02  Akim Demaille  <akim@epita.fr>
11477         * Makefile.am (.m4.m4f): Pass the options first.
11478         Fixes PR autoconf/182.
11480 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11482         GNU getopt, when POSIXLY_CORRECT does not permute options and
11483         arguments.  So pass the options first.
11484         Fixes PR autoconf/184.
11486         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11487         (run_m4): Remove files.
11488         (run_m4f): Remove.
11489         Update remainder of script to use them.
11490         (for warning in): Do not use a literal comma as it will not be
11491         split by IFS.
11493 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11495         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11496         Fortran compilers to check.
11497         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11498         information on library and object files.
11499         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11500         to check.
11502 2001-06-02  Akim Demaille  <akim@epita.fr>
11504         * autom4te.in (Request::@request): Declare with `vars', not `my',
11505         as it prevents updates via `do FILENAME'.
11507 2001-06-02  Akim Demaille  <akim@epita.fr>
11509         * configure.in (standards_texi): Remove, dead code.
11511 2001-06-02  Akim Demaille  <akim@epita.fr>
11513         * autom4te.in: New.
11515 2001-06-02  Pavel Roskin  <proski@gnu.org>
11517         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11518         for signals other than 0 - exit with code 1.
11519         * m4sh.m4 (AS_TMPDIR): Likewise.
11520         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11521         * autoheader.in: Likewise.
11522         * autoreconf.in: Likewise.
11523         * tests/torture.at (Signal handling): New test for the above.
11525 2001-06-01  Akim Demaille  <akim@epita.fr>
11527         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11528         message.
11530 2001-05-31  Akim Demaille  <akim@epita.fr>
11532         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11533         Add copyright and comments.
11534         * acheaders: Add stdint.h.
11535         Suggested by Paul Eggert.
11537 2001-05-31  Akim Demaille  <akim@epita.fr>
11539         * atgeneral.m4 (AT_INIT): Use $SHELL.
11540         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11542 2001-05-31  Akim Demaille  <akim@epita.fr>
11544         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11545         stdint.h.
11546         From Paul Eggert and Lars Hecking.
11548 2001-05-31  Akim Demaille  <akim@epita.fr>
11550         * tests/base.at: Adjust line numbers in error messages.
11552 2001-05-31  Akim Demaille  <akim@epita.fr>
11554         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11555         to emit the bangshe line.
11556         Reported by David Carter.
11558 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11560         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11561         Fortran (95) compilers to check.
11563 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11565         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11566         Macro Archive URL.
11568 2001-05-23  Pavel Roskin  <proski@gnu.org>
11570         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11571         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11572         (AC_PROG_CXXCPP): Likewise.
11574 2001-05-22  Akim Demaille  <akim@epita.fr>
11576         * config: New directory.
11577         * configure.in: AC_CONFIG_AUX_DIR it.
11578         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11580 2001-05-22  Akim Demaille  <akim@epita.fr>
11582         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11583         * autoupdate.in: Specify the Emacs mode.
11584         * acversion.m4.in: Rename as...
11585         * acversion.m4: this.
11586         * tests/Makefile.am (CLEANFILES): More garbage.
11588 2001-05-22  Akim Demaille  <akim@epita.fr>
11590         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11591         Rename as...
11592         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11593         these.
11595 2001-05-21  Akim Demaille  <akim@epita.fr>
11597         * configure.in: Bump to 2.50a.
11599 -----
11601 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11603 This file is part of GNU Autoconf.
11605 GNU Autoconf is free software; you can redistribute it and/or modify
11606 it under the terms of the GNU General Public License as published by
11607 the Free Software Foundation; either version 2, or (at your option)
11608 any later version.
11610 GNU Autoconf is distributed in the hope that it will be useful,
11611 but WITHOUT ANY WARRANTY; without even the implied warranty of
11612 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11613 GNU General Public License for more details.
11615 You should have received a copy of the GNU General Public License
11616 along with autoconf; see the file COPYING.  If not, write to
11617 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11618 Boston, MA 02110-1301, USA.