* lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
[autoconf/tsuna.git] / ChangeLog
blob8d11e23f73f172392a1cc540ff16a2d280e33a5d
1 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
3         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
4         in the restoring of the werror flag.
6 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8         * doc/autoconf.texi (Volatile Objects): Be even a little
9         less skeptical about "volatile", after discussion with
10         Bruno Haible on bug-gnulib.
11         (Limitations of Usual Tools): Warn about sed stripping
12         leading white space from text.  From Bruno Haible.
14 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
16         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
17         compiler complains about it, even if things works after the
18         complaint.  Problem reported by Peter O'Gorman.
20         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
21         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
22         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
24 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
26         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
27         after -R regardless of host.  Patrick Welche reports that this
28         fixes things on NetBSD 3.99.
30         * NEWS: Recommend M4 1.4.5.
31         * README: Likewise.
32         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
33         * tests/tools.at (autom4te cache): Update wording of diagnostic
34         to match M4 1.4.5.
36 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
39         under AC_C_VOLATILE.
40         (Volatile Objects): Be a little less skeptical about what
41         "volatile" means.  Derived from thoughts by Ben Pfaff in
42         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
44 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46         * doc/autoconf.texi: Fix some typos.
48 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
51         more globally, since the 2006-06-30 patch didn't suffice.  Problem
52         reported by Keith Marshall.  Also, don't bother with builddir2,
53         since it shouldn't be needed any more.
55 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
57         * doc/autoconf.texi (Generic compiler characteristics):
58         Document AC_COMPUTE_INT.  Fix wrong statements on Default
59         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
61         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
62         (_AC_COMPUTE_INT): Add obsoletion warnings.
63         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
64         AC_COMPUTE_INT.
66         * NEWS: Document change.
68 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
70         * doc/autoconf.texi (Volatile Objects): New section.
72         * NEWS: Document previous change.
74 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
76         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
77         Require that long long int be at least 64 bits wide.  C99 requires
78         this and enough programs depend on it so we should check for it.
79         Bruno Haible reports in
80         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
81         that long long int is 32 bits wide with some nonstandard compilers.
82         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
84 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
86         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
87         to a nonexistent file, so that we don't have to worry about
88         a local site configuration that doesn't use /usr/local.
89         Problem reported by Keith Marshall in
90         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
92 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
94         * doc/autoconf.texi: Be more consistent about using @acronym with
95         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
96         quite right (it talked about "OSF/Tru64", even though the
97         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
98         and it even mentioned "OSF 4"!) and at this point there's little
99         reason to talk about OSF any more, since it died in 1994.
100         (Specific Compiler Characteristics): Simplify example of
101         negative-size array.
102         (File Descriptors): Reorder to make the text flow better.
103         Remove joke about "appreciate the various levels"; I didn't get it.
104         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
105         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
106         (File Descriptors, Limitations of Usual Tools):
107         Tone down the advice against renaming or removing open files.
108         (Limitations of Usual Tools): Add a new section, on 'rm'.
110 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
112         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
113         -lXt in LIBS, idea from Karsten Hopp; this was due since
114         this change:
116         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
117         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
118         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
119         (which belong to Xt, not X itself).  See Debian bug 327655.
121 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
123         * configure.ac (AC_INIT): Bump to 2.60a.
124         * NEWS: Update.
126 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128         Version 2.60.
130         * configure.ac, NEWS: Update.
132 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
134         * config/texinfo.tex: Sync from upstream.
136         * bin/autom4te.in (handle_traces): Transform the `@S|@'
137         quadrigraph correctly in traces.
139         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
140         Fix typos.
142         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
143         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
144         not defined.
145         * doc/autoconf.texi (Changed Directory Variables): New node,
146         to document the whole `datarootdir' business a bit better.
147         * NEWS: Update.
148         * tests/torture.at (datarootdir workaround): Extend test.
149         Prompted by report by Alexandre Julliard.
151 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
153         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
154         when using default mode of IBM C 6 for AIX.  Problem and two-line
155         fix reported by Larry Jones.
157 2006-06-22  Alexandre Julliard <julliard@winehq.org>
159         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
160         about literal '${datarootdir}' if a definition is found in the
161         output file.
163 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
165         * NEWS: Use "M4" rather than "m4" when appropriate.
166         Problem reported by Eric Blake.
167         * doc/autoconf.texi: Likewise.
168         Use @acronym around BSD, GCC, and GNU when appropriate.
169         (Why GNU M4): Renamed from "Why GNU m4".
170         (Redefined M4 Macros): Mention that Posix
171         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
172         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
173         to int.
175 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
177         * bin/autom4te.in (handle_output): Do not forbid the empty
178         pattern.
179         * tests/tools.at (autoconf: the empty token): New test.
181 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
183         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
184         calls, so that we do not care whether they are LIFO or FIFO;
185         in the m4_wrap, do not check which diversion is the topmost
186         one, just check that the stack is balanced at the end.
187         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
188         base diversion forever--pop the previous diversion before
189         opening the new one; consequently, remove the m4_wrap call.
190         * lib/autotest/general.m4 (AT_INIT): Likewise.
191         * tests/m4sugar.at: Do not use
192         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
194 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
195         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
197         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
198         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
199         Rework example of m4wrap token-pasting trouble so that it doesn't
200         care whether it's LIFO or FIFO.
201         Fix some "contrary to"s that are awkward in English.
203 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
206         to `yes' instead of `int$1_t' if the type is found, for more
207         consistent configure output (where $1 is the number of bits).
208         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
209         Suggested by Bruno Haible.
211         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
212         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
213         with system headers.  Report by Bruno Haible.
215 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
217         * config/config.guess, config/config.sub: Sync from upstream.
219         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
220         in order to avoid picking up an older installed frozen m4sh.m4f.
221         Besides an outdated shell startup, this could have been created
222         by an earlier M4 version with incompatible frozen file format.
224 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
226         * README: Recommend m4 1.4.4 instead of 1.4.3..
227         * doc/autoconf.texi: Likewise.
228         (Special Chars in Names): Say that $(.FOO) is portable, as
229         suggested by Stepan Kasal.
230         (Installation Directory Variables, Build Directories):
231         (Automatic Remaking, Subdirectories, Fortran Compiler):
232         (Making testsuite Scripts, Defining Directories):
233         Quote variable usages better.
234         (Making testsuite Scripts): Add clean-local rule to makefile
235         snippet, by Eric Blake.
236         (Installation Directory Variables): Fix table item font.
237         Reword slightly to clarify.  Generalize advice about
238         not using special characters to include all file-related
239         vars, not just VPATH.
240         (Special Chars in Variables): Warn about special characters in
241         $(srcdir) too.
242         (Assignments): Clarify default-value example as suggested by
243         Ralf Wildenhues in
244         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
245         (Special Shell Variables): Note leading ./ or ../, as suggested
246         by Eric Blake.
247         (Limitations of Builtins): Under cd, warn about CDPATH.
248         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
249         Ralf Wildenhues.
251 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
253         * doc/autoconf.texi (Configuration Actions): Remove duplicate
254         `@var', for texi2html.
255         (Systemology): Some more word wrapping, for DVI output.
256         (autom4te Invocation): The short option for `--melt' is `-M',
257         not `-m'.
259 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
261         * doc/autoconf.texi: More formatting and English tweaks,
262         many suggested by Ralf Wildenhues.
263         Reword to avoid "@code{...}'s" and the like, since it's ugly
264         with Emacs info mode.  discontents -> woes.
265         Put a few "will"s back.  time stamp -> timestamp.
266         side-effect -> side effect.
268 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
270         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
271         Warn about $@ not persisting.  Problem reported by Julien Danjou in
272         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
273         (Special Chars in Names): Renamed from Leading _ in Macro Names.
274         Mention other special chars, too.
276 2006-06-14  Eric Blake  <ebb9@byu.net>
278         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
280 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
282         * doc/autoconf.texi: Some systematic minor improvements, as
283         follows.  Use "makefile" when talking about makefiles
284         generally (which might be named "makefile" or "Makefile" or even
285         "foo.mk"), "Makefile" when talking about a specific makefile
286         called "Makefile".  This unclutters the text from weird quotes
287         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
288         values" rather than "@var{foo}s" and similar constructs containing
289         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
290         English-language improvements.  Change the prefix "sub-" to "sub"
291         and "re-" to "re".
292         Put blank lines around examples more consistently.
293         Avoid "rather" and "very" as intensifiers.
294         Avoid "will" as an auxiliary.
295         (Limitations of Make): Split this node into....
296         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
297         (Leading _ in Macro Names, Backslash-Newline-Newline):
298         (Backslash-Newline Comments, Long Lines in Makefiles):
299         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
300         (obj/ and Make, make -k Status, VPATH and Make):
301         (VPATH and Double-colon, $< in Explicit Rules):
302         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
303         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
304         New nodes, resulting from splitup of Limitations of Make.
305         All cross-references changed.  Raise the top node from
306         a section to a chapter, and all subnodes accordingly.
307         Redo the introductory wording to match the new organization.
308         (Installation Directory Variables): Use an example that is
309         closer to what Autoconf actually does.  Mention that VPATH's
310         value should not contain metacharacters or white space.
311         (Fortran Compiler): Fix a VPATH bug in an example.
312         (Leading _ in Macro Names): Mention that this problem is no longer
313         of practical concern.
314         (VPATH and Make): Reword the advice to make it clearer
315         that Autoconf and Automake support VPATH in non-GNU make, but
316         many packages have bugs in this area.
317         ($< in Explicit Rules): Refer to Build Directories rather
318         than using a (non-VPATH-safe) example.
319         (Automatic Rule Rewriting): Mention the sort of disaster that
320         can ensue with Solaris-style rule rewriting with VPATH.
322 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
324         * doc/install.texi (Compilers and Options): Weaken the
325         suggestion to use GNU make for VPATH builds.
327         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
328         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
330         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
331         in regular expression.
333 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335         * doc/autoconf.texi (Installation Directory Variables):
336         Drop extra @samp from `@table @samp' item.
337         (Limitations of Usual Tools): Comment fix.
338         Do not nest @samp just to point to other table items.
339         (Writing testsuite.at) <AT_CHECK>: The second argument to
340         `@dvar' is already @samp'ed.
341         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
342         do not use @var in the second argument.
344 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
346         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
347         $as_shell.exe too.  Problem reported by Andreas Buening in
348         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
350 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
352         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
353         `unused variable' compiler warning, for `-Wall -Werror'.
354         Reported by Jaap Haitsma in
355         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
357 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
359         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
360         case the compiler dumps core.  Problem reported for
361         OpenServer 5.0.7 by Tim Rice in
362         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
363         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
364         Likewise.
366 2006-06-06  Tim Rice <tim@multitalents.net>.
368         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
369         "ERROR" only shows up in "make check" output if there is an
370         error.
372 2006-06-06  Eric Blake  <ebb9@byu.net>
374         * tests/tools.at (automatically allowed tokens): Fix typo.
376 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
378         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
380         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
381         typically overflows on x86 CPUs, even though the C standard
382         requires otherwise.
384 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
386         * configure.ac (AC_INIT): Bump to 2.59e.
387         * NEWS: Update.
389 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
391         Version 2.59d.
393         * config/texinfo.tex: Sync from upstream.
395         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
396         seen, invoke libtoolize with `--ltdl' argument.
397         * lib/autom4te.in (Autoreconf-preselections): Adjust.
398         * NEWS: Update.
399         Suggested by Eric Blake.
401 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
403         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
404         reported by Ralf Wildenhues.
405         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
407 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
409         * THANKS: Update.
411 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
413         * doc/autoconf.texi: Modernize some of the references to Solaris.
415 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
417         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
418         message issued by AC_REQUIRE.
419         * tests/m4sugar.at: Check m4_require's error message.
420         * tests/base.at: Check AC_REQUIRE's error message.
421         * tests/local.at (AT_CHECK_M4): New macro, almost identical
422         to...
423         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
424         AT_CHECK_M4.
425         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
426         `expout' as the last parameter.
427         * tests/tools.at: Adapt to the above change.
429 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
431         * doc/autoconf.texi (Limitations of Usual Tools): Correct
432         information about race-free implementations of mkdir.
434 2006-06-04  Eric Blake  <ebb9@byu.net>
436         * bin/autoreconf.in (help): Document M4 environment variable.
437         * bin/autoconf.as (Usage): Likewise.
438         * bin/autom4te.in (help): Likewise.
439         * doc/autoconf.texi (autom4te Invocation): Likewise.
441 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
443         * NEWS: GNU make now recommended for VPATH builds.
444         Mention that some macros are now documented to be obsolescent.
445         * doc/autoconf.texi:
446         Prefer "current" to "modern" to describe
447         currently-used (albeit perhaps old-fashioned) hosts.
448         Mention which ancient features no longer need to be worried about.
449         setgid -> set-group-ID
450         setuid -> set-user-ID (these are the Posix terms)
451         Fix some misuses of "only".
452         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
453         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
454         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
455         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
456         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
457         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
458         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
459         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
460         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
461         Mention that these macros are obsolescent.
462         (Installation Directory Variables): shall -> should
463         (File Descriptors): Mention that 0, 1, 2 might get reopened.
464         Mention that it's now safe to use 3 and 4.
465         (Limitations of Usual Tools): cp -r is now specified by Posix.
466         Omit longwinded and obsolescent discussion of cp -f.
467         Modernize discussion of expr, ls.
468         (Limitations of Make): Modernize discussion of VPATH builds.
469         Mention $? as a workaround in some cases.
470         * doc/install.texi (Basic Installation):
471         Mention "./configure; make; make install" first.  Be more
472         specific about why this file is generic.  Remove unnecessary
473         parens.  Remove misleading "only".  Remove obsolete advice
474         about csh.  Don't say "configure" takes awhile; say it
475         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
476         and CC=c99 rather than CC=c89, as these are blessed by current
477         Posix.  Recommend GNU make if doing a VPATH build.
479 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
481         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
482         examples involving shell prompts.
484 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
485         and Paul Eggert  <eggert@cs.ucla.edu>
487         * doc/autoconf.texi (Here-Documents): Add details about the
488         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
489         use "here-documents" instead of "here documents".
491 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
495 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
497         * doc/autoconf.texi (File System Conventions): Warn about ":"
498         anywhere in directory names.
500 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
502         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
503         about quoting the case statement, just in case.
504         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
505         was fixed in ksh93g; reported by Ralf Wildenhues.
507 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
509         * doc/autoconf.texi (System Services): Do not document
510         overriding EXEEXT via ac_cv_exeext=ext.
511         (Particular Programs) <AC_PROG_MKDIR_P>:
512         Document that ${MKDIR_P} understands --.
513         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
514         comment.
516 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
518         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
519         argument with leading hyphen.  Problem reported by Paul Eggert.
521 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
523         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
524         about quoting ac_try: quote all of it, if any of it seems suspicious.
525         This means we don't have to worry about ${ or sed any more.
526         Also, double-quote the case statement, to work around misuses via
527         underquoting as reported by Ralf Wildenhues in
528         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
529         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
530         undocumented and dangerous macro.
531         Problem reported by Ralf Wildenhues in
532         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
534 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
536         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
537         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
538         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
540 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
542         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
543         since evidently some packages rely on the old, broken behavior.
544         Problem reported by Ralf Wildenhues in
545         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
546         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
547         pre-2006-05-26 definitions, but leave in the comments that
548         these macros are dangerous and should not be used.
549         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
550         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
551         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
552         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
553         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
555 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
557         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
558         the use of 'tr', since this is our only use of 'tr'.
560 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
561         and Paul Eggert  <eggert@cs.ucla.edu>
563         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
564         Don't assume 'grep' works on long lines, since AIX grep doesn't.
566 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
568         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
569         the output file in the `${datarootdir}' test.
571 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
572         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
574         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
575         mention of `datarootdir' in the input file(s), but literal
576         `${datarootdir}' in the output file, and we haven't warned yet,
577         then warn as well: the user may have (erroneously) used
578         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
579         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
580         * tests/torture.at (datarootdir workaround): Extend this test.
581         * NEWS: Update.
583 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584         and Paul Eggert  <eggert@cs.ucla.edu>
586         * doc/autoconf.texi (autoheader Invocation): The first argument to
587         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
588         alternatives and clear up the language a bit.
590 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
592         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
593         ac_config_guess, ac_config_sub, ac_configure.
594         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
595         Fix typo that prevented an unnecessary space from being removed.
596         Problems reported by Ralf Wildenhues in:
597         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
599 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
601         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
602         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
603         Don't use the term "thread-safe" to talk about mkdir race
604         conditions, since the problem is more a process than a thread
605         issue.  Problem reported by Stepan Kasal in:
606         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
607         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
608         the test for 'install' more closely.  Look at MKDIR_P first.
609         Look in the PATH, and at /opt/sfw/bin.
610         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
611         Don't bother to try mkdir -p, since we already check mkdir --version;
612         just look at the version number.  (There's no easy way to check
613         for race-free implementations.)
614         * tests/tools.at (autoconf: subdirectories): Adjust to above
615         changes, since MKDIR_P now might end in "/mkdir -p".
617         * doc/autoconf.texi (autoheader Invocation): Mention that the
618         first arg of AC_DEFINE_UNQUOTED must be a literal.
619         Problem reported by Ben Pfaff in
620         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
622         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
623         * doc/autoconf.texi (Special Chars in Variables): New section.
624         (Preset Output Variables): Warn about special chars in CPPFLAGS.
625         (Installation Directory Variables): Quote $(datadir) better.
626         (Limitations of Builtins): Describe some of eval's trickiness.
628         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
629         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
630         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
631         in front of every arg, not just trailing args.  Quote apostrophes.
632         (_AC_EVAL_ECHO): New macro.
633         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
634         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
635         removed.
636         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
637         exposed by quoting of eval argument.  Put the command on line line
638         so it logs better.
639         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
640         (_AC_PATH_X, AC_PATH_X): Quote more safely.
641         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
642         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
643         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
644         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
645         Use eval more safely.
646         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
647         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
648         to be replaced.
649         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
650         lines, exposed by quoting of eval argument.
652 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
653         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
655         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
656         initialization of `ac_cv_exeext', do not override it if it was
657         already set, unless it was set to `no', for compatibility with
658         Autoconf-2.13, and comment this.
659         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
660         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
661         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
662         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
663         Document that this test may be overridden by setting
664         `ac_cv_exeext'.
666 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
668         Revert these two patches:
670         2006-04-06  Eric Blake  <ebb9@byu.net>
671         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
672         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
673         2006-04-01.
675         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
676         Clean up _AC_COMPILER_EXEEXT* macros.
677         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
678           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
679           ac_file to the name of the default output file and call
680           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
681           initial `rm' of the candidate files...
682         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
683           the same list in subsequent `rm' calls, and for the temporary
684           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
685           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
686         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
687         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
688           no longer needed) by libtool.  Make it a cache check.
689         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
690           copied here by mistake.
691         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
692           _AC_COMPILER_EXEEXT.
693         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
694           _AC_COMPILER_OBJEXT directly.
695         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
697 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
699         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
700         Fix description of how the buggy `sed' works.
702 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
704         Sync from Automake:
706         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
707         ENOLCK.  Only mention `make -j' when applicable.  Only raise
708         fatal errors when `make -j' is involved.  Improve error message.
710 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
712         * doc/autoconf.texi (Here-Documents): We now know more about
713         the variable expansion in here documents bug.
714         Thanks to Tim Rice and Stepan Kasal.
716         * doc/autoconf.texi (Making testsuite Scripts): Add an example
717         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
719 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721         * tests/autotest.at (Multiline command from M4 expansion):
722         No failure to be expected if the shell quotes newlines in
723         commands in the `set -x' output.  Report by Tim Rice.
724         * THANKS: Update.
726 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
728         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
729         expansion in the here-documents used by config.status, as that
730         runs afoul of the Korn shell version M-12/28/93d bug described in
731         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
732         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
733         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
735 2006-05-23  Jim Meyering  <jim@meyering.net>
737         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
738         Fix typo introduced with 2006-04-02 change.  It reversed the sense
739         of the test.
741 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
743         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
744         ac_dB slightly, to save bytes in the script.
745         Max out at 50 lines, rather than 96; this is more likely
746         (though not guaranteed) to avoid obscure 'sed' failures.
748 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
750         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
751         `tr -d -' as bad option argument.  Work around this by deleting
752         an unrelated character.
753         Report by Tim Rice <tim@multitalents.net>.
755 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
756             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
757             Stepan Kasal  <kasal@ucw.cz>
759         * doc/autoconf.texi (Particular Programs): Do not promise that
760         we always prefer the GNU version of the program, and that we
761         search according to PATH; both rules can have exceptions.
762         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
763         AC_PROG_SED.  Move descriptions of limitations
764         to the Limitations of Usual Tools section.
765         (Limitations of Usual Tools) <sed>: Mention script length
766         limitations with Solaris /usr/ucb/sed.
767         <grep>: Fix wording for empty alternative.  Mention that -c and
768         -l should not be combined, and that -E and -F should not be
769         combined.
771 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
772         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
774         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
775         limits in Solaris 8 /usr/ucb/sed by testing a long script.
777 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
779         * doc/autoconf.texi (Defining Symbols): Literal parameter of
780         AC_DEFINE is now passed to m4_pattern_allow.
781         * NEWS: Mention that; likewise for AC_SUBST.
782         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
783         the parameter to m4_pattern_allow.
784         * tests/tools.at: Add a check for that.
786 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
788         * lib/autoconf/status.m4: Fix typos.
790 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
792         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
793         only the files that this macro generates.
795 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
797         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
798         the HP-UX sed limitation of 99 commands, labels do not count.
799         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
800         in the comment.
801         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
803 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
805         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
806         Import the following fix from coreutils:
808         2006-01-13  Jim Meyering  <jim@meyering.net>
810         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
811         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
812         not double-quote uses of that variable, to accommodate the rare
813         case in which getmntent is available in none of the libraries
814         checked.  This happens at least on FreeBSD 5.0.
816 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
818         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
819         ac_config_guess, ac_config_sub, and ac_configure, since evidently
820         some other programs unwisely rely on these undocumented vars.
821         But put in warning comments about them.
822         Problem reported by Ralf Wildenhues in
823         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
824         * NEWS: Document that these variables are intended to go away.
826 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
828         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
829         and set the language to C++ (analogous to the equivalent Fortran
830         tests).
832         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
833         * doc/autoconf.texi (C++ Compiler): Document it.
834         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
835         * NEWS: Update.
837 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
839         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
840         that caused config.status to generate 100-command sed scripts; the
841         portable limit is 99.
843 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
845         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
846         variable `ac_d' instead of `d' to avoid infringing namespace.
847         Report by Ralf Menzel.
849 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
851         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
852         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
853         * tests/tools.at (autoconf: subdirectories): New test, taken from
854         the corresponding problem report by Ralf Wildenhues in:
855         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
857         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
858         Quote some uses of shell variables if they might suffer unexpected
859         globbing.  This doesn't fix all instances of quoting problems that
860         I found, just the easy ones that look safe.
861         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
862         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
863         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
864         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
865         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
866         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
867         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
868         Likewise.
869         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
870         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
872 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
874         * bin/autoreconf.in ($help): Reword according to the manual.
875         Suggested by Olly Betts.
877 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
878         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
880         * bin/autoreconf.in: Pass the directory argument to
881         `require_configure_ac'.  Fix comment.
882         * tests/torture.at (Configuring subdirectories): Expose this.
883         Reported by Olly Betts.
885 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
887         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
888         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
889         Automake as follows:
891         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
892         `$configure_in' instead of `configure.in', to preserve
893         directory component.
895 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
897         * config/config.guess, config/config.sub, config/texinfo.tex,
898         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
900 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
902         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
903         test for C99 conformance; (bool) 0.5 is an integer constant
904         expression, but (bool) -0.5 is not.  Problem reported by Fedor
905         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
907 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
909         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
910         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
911         Warn about obsolete install-sh files.  Remove stray sentence
912         fragment and fix cross reference.
913         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
914         install -d; this undoes the 2006-05-10 change.
915         (MKDIR_P): Mark with AN_MAKEVAR.
916         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
917         that we don't require $INSTALL to be thread-safe.  Move comments
918         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
919         of AC_PROG_INSTALL.  Output a message saying that we're checking
920         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
921         MKDIR_P instead of AC_SUBST.
922         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
923         Special magic for MKDIR_P, too.
924         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
925         a dnl.
926         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
928 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
930         Sync from Automake, as follows:
932         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
933         * config/install-sh: Initialize IFS, so field splitting isn't
934         turned off later.
935         * config/mkinstalldirs: Likewise.
936         * config/missing: Remove superfluous quotes.  Replace all uses of
937         `[' by `test', for consistency, and for..
938         * config/missing (sed_minuso, sed_output): New variables.
939         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
940         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
941         Fixes `missing' to detect `--output' for help2man.  Fixes
942         PR automake/483.  Report by Dennis J. Linse.
943         (autom4te): Document in `missing --help'.
945 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
947         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
948         * config/install-sh: Don't use 'path' to talk about file names,
949         as per GNU coding standards.  Close a race condition reported by Ralf
950         Wildenhues and Stepan Kasal.  There is still a race condition
951         on hosts that predate Posix 1003.1-1992, but we can't help this.
952         Don't mishandle weird characters like space on pre-Posix hosts.
953         Invoke mkdir at most once per dir arg on pre-Posix hosts.
954         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
955         AC_PROG_MKDIR_P from AS_MKDIR_P.
956         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
957         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
958         earlier editions are not (including Automake 1.8.3).
959         Do not suggest mkinstalldirs for thread-safety.
960         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
961         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
962         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
963         presence of special characters and race conditions.
964         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
965         in Autoconf's name space.
967 2006-05-10  Bruno Haible  <bruno@clisp.org>
968         and Paul Eggert  <eggert@cs.ucla.edu>
970         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
971         from Automake with minor changes.
972         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
974 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
976         * config/install-sh: Update to Automake CVS version, as follows:
977         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
978         * lib/install-sh: Simplify the expr implementation of dirname.
979         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
980         * lib/install-sh: Handle --, and diagnose unknown options.
982 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
984         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
985         `./autom4te' to create `./testsuite', since the `all' target
986         will ensure its presence, but `installcheck' should not create
987         the uninstalled wrappers.
989         * tests/torture.at (Unusual Automake input files): Skip if we
990         detect automake < 1.8.
992 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
994         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
995         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
996         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
997         * NEWS: Update.
999 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1001         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
1002         munge (multiple) white space and other oddities.
1003         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
1004         single quotes in variable assignment.
1005         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
1006         and similar failures by adding multiple spaces, tabs, and other
1007         special characters.
1008         Report and different test suggested by Francesco Romani
1009         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
1011         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
1012         single quotes, we only need to search for single quotes; this
1013         both simplifies the search pattern, and makes us less
1014         susceptible to `echo' variations for arguments not containing
1015         single quotes.
1016         (_AC_ARG_VAR_VALIDATE): Likewise.
1018 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1020         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
1021         `$*' and IFS concatenation issue with traditional shells and
1022         bash-2.04.  Report by Seanster@Seanster.com.
1024 2006-05-03  Bruno Haible  <bruno@clisp.org>
1026         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
1027         precisely which Mac OS X versions have the od problem.
1029 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1031         * doc/autoconf.texi: Use @option systematically.
1033 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1034         and Bruno Haible  <bruno@clisp.org>
1036         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
1037         about 'od'.
1038         (Integer Overflow): Mention the special case of integer division
1039         overflow.
1041 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1043         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
1044         traditional shells like the Solaris one that do not use the
1045         first IFS character for assembling `$*'.
1046         Prompted by a related report from autoconf_bug@nro.ca.
1048 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1049         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1051         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
1052         Mention more problems with the -e option.
1054 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056         * NEWS: Typo.
1057         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
1059         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
1060         in URLs to improve DVI formatted output (requires texinfo 4.6).
1061         (System Services, Systemology, Shellology): Likewise.
1062         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
1063         output.
1065         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
1066         continuous text.
1067         (Runtime): Fix macro argument names to match description:
1068         `action-if-found' -> `action-if-true' and similarly.
1069         (Obsolete Macros): Likewise.
1070         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
1071         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
1072         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1074 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1076         * doc/autoconf.texi (Limitations of Make): Clean up markup.
1078         * ChangeLog: Typo.
1079         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1080         DVI output.
1082 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1084         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1085         /bin/sh set unsorted output.
1086         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1087         * tests/local.at: Likewise.
1089 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1091         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1092         (Integer Overflow, Null Pointers, Buffer Overruns):
1093         (Floating Point Portability, Exiting Portably): New sections.
1094         (Writing Test Programs): Fix some langauge.  Recommend exiting
1095         with status 1, not merely nonzero.  Clarify exit declaration.
1096         (Run Time): Move C exit status stuff to new Exiting Portably section.
1097         (Systemology): Mention Posix and levenez.  Update v7 reference.
1098         (Portable Shell): Mention the Posix shell.
1100 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1102         * bin/autoconf.as (me): Replace by as_me.
1104 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1106         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1107         since as_me isn't set yet.
1109 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1111         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1112         a few minor bugs in this area.
1114         * doc/autoconf.texi (Programming in M4sh): Comment out the
1115         documentation of AS_BASENAME, for now.
1116         (Shell Substitutions): Do not use AS_DIRNAME in an example.
1117         (Limitations of Builtins) <basename>: Do not refer to
1118         AS_BASENAME.
1119         * bin/autoconf.as (me): Don't use AS_BASENAME.
1120         (dir): Remove the unused variable.
1121         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1122         AS_DETECT_REQUIRED.  All uses changed.
1123         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1124         All uses changed.
1125         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1126         (AS_BASENAME): Use "basename --" to protect against leading "-".
1127         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
1128         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
1129         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1130         (_AS_DIRNAME_PREPARE): Likewise.
1131         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
1132         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
1133         (AS_DIRNAME): Use "dirname --".
1135 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1137         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1138         of "run time" and "run-time" changed to "runtime", for consistency.
1139         * lib/autoconf/fortran.m4: Likewise (in comment).
1140         * lib/autoconf/functions.m4: Likewise.
1141         * lib/autoconf/general.m4: Likewise.
1142         * lib/autoconf/headers.m4: Likewise.
1144         * doc/autoconf.texi (Run Time): Document the exit status situation
1145         with more accuracy and detail.
1147 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1149         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1150         Archive is not officially `GNU' any more.  Update URL.
1151         (Defining Directories): Likewise
1152         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1154 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1156         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1157         newline from the `trap' code to finish `config.log'; the NetBSD
1158         /bin/sh resets the exit status after an empty command, as
1159         documented in doc/autoconf.texi.
1160         Reported by Dalibor Topic <robilad@kaffe.org>.
1162 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1164         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1165         Suggested by Bruno Haible.
1167 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1169         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1170         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1171         Instead, just list the shells that we know work.
1172         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1173         changed.  Be more cautious about the _cv_ variable.
1174         * tests/tools.at (Syntax of the shell scripts): Check the
1175         _cv_ variable once, at first, to avoid an internal autoconf error
1176         when sh -n does not work.
1178 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1180         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1182 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1184         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1185         use ">&-" since we're only 99.999% sure that this is portable,
1186         and since the MinGW bug is fixed in a different way.
1187         * lib/autotest/general.m4 (AT_INIT): Likewise.
1189 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1191         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1192         before opening config.log, to avoid hitting a bug on MinGW.
1194 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1196         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1197         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1198         This works around a MinGW bug reported by Eric Paire.
1199         Make sure that all writes to the log file append to it,
1200         rather than possibly losing data.
1201         * lib/autotest/general.m4 (AT_INIT): Likewise.
1203 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1205         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1206         description.
1208 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1210         * NEWS: Update.
1212         * configure.ac (AC_INIT): Bump to 2.59d.
1214 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1216         Version 2.59c.
1218         * Makefile.maint (news-date-check): Do not require a leading `*'
1219         before the release date in NEWS.
1221 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1222         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1224         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1225         the instantiated file do not contain the string 'datarootdir'
1226         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1227         @mandir@, replace the reference '${datarootdir}' by the value.
1228         * tests/torture.at (datarootdir workaround): New test.
1229         * NEWS: Advertise this temporary fixup.
1230         Based on a patch by Bruno Haible, reported and analyzed by
1231         Paul Eggert and Noah Misch.
1233 2006-04-12  Eric Blake  <ebb9@byu.net>
1235         * tests/autotest.at (Debugging a failed test): Fix comment.
1237 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1239         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1240         all the changes since 2006-04-07.
1242 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1244         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1245         succeeded, but `ln -s file dir' failed, take care to remove the
1246         leftover target before the next test, to prevent its spurious
1247         failure; also make sure `ln file dir' works before selecting it.
1248         Thanks to Keith Marshall for pointing this out.
1249         * THANKS: Update.
1251         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1252         assignments in `at_debug_args', so that we put them correctly
1253         in the `run' script.
1254         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1255         Reported by Eric Blake.
1257 2006-04-11  Eric Blake  <ebb9@byu.net>
1259         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1260         top-level tests after micro-suite has been run.   Used in...
1261         (Debugging a successful test, Debugging script and environment),
1262         (Debugging a failed test): ...these new tests.  The first of these
1263         is fixed by...
1264         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1265         macro, split out from...
1266         (AT_INIT): ...here, so that using -d also generates a run script.
1267         Document that -d inhibits top-level logging.
1268         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1269         inhibits top-level logging; debug scripts are created.
1271         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1272         check.
1273         * tests/autotest.at (Empty test, Empty check): New test to check it.
1275         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1276         from gcc.
1278 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1280         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1281         the files if a problem appears.  Make the empty *.at files
1282         read-only, too.  Proposed by Ralf Wildenhues.
1284 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1286         * config/Makefile.am: Add comment to force updated Makefile.in.
1288         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1289         space only patch to this file, this patch causes the Makefile.in
1290         files that include freeze.mk to be updated, and thus have a
1291         newer time stamp again, which in turn makes a pristine CVS
1292         checkout have correct time stamps.
1294         * Makefile.maint (cvs-sv): New macro, to be used..
1295         (config.guess-url_prefix, config.sub-url_prefix)
1296         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1297         point to CVS text checkout of Gnulib files.
1298         (copyright-check): Bump current year.
1299         (announcement): Do not hard-wire `./announce-gen'.
1300         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1301         correctly.
1302         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1303         `chmod +x'.
1304         (wget_files): Update config.guess, config.sub, texinfo.tex by
1305         `wget-update', now that their URLs work again.
1307 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1309         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1310         Problem noted by Paul D. Smith.
1312 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1314         * doc/autoconf.texi: Remove unused words from word list.
1315         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1316         .x-sc_trailing_space: New files.
1318         * doc/standards.texi: Sync from gnulib.
1320         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1321         `LIBOBJDIR' as experimental.
1323         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1324         with a target directory; it's internally implemented as `cp'
1325         anyway, but since Autoconf advertises the possibility to use
1326         a target directory when LN_S is `ln -s', we need to find out.
1327         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1328         analyzed by Keith Marshall <keith.marshall@total.com>.
1330         * THANKS: Update.
1332 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1334         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1335         confdefs.h as-is.  In general, if it has backslash-newline or the
1336         like, then it doesn't work either to sort or to remove empty
1337         lines.
1339 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1341         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1343 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1345         * lib/autom4te.in (Automake-preselections): Preselect
1346         _AM_SUBST_NOTMAKE.
1348 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1350         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1351         apostrophe within a single-quoted string, as this is the usual
1352         tradition and is easier to read than '"'"'.  Don't rely on the
1353         shell treating "$/" like '$/'.  Use a more-consistent indenting
1354         style for the trap.
1356 2006-04-09  Eric Blake  <ebb9@byu.net>
1358         * tests/autotest.at (Backquote command substitution),
1359         (Multiline backquote command substitution): Remove mistaken
1360         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1361         applied...
1362         (Parenthetical command substitution, Multiline parenthetical
1363         command substitution): here.
1365 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1367         Import macros from gnulib (often changing their name).
1369         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1370         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1371         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1372         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1373         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1374         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1375         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1376         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1377         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1378         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1379         The manual mentions Gnulib more prominently.
1380         * doc/autoconf.texi (Gnulib): New node.
1381         (Pointers): Add Gnulib URL.
1382         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1383         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1384         Gnulib section.
1385         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1386         suggest a #define rather than a typedef for _Bool, and mention
1387         Gnulib rather than trying to substitute stdbool code.
1388         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1389         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1390         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1391         AC_STRUCT_DIRENT_D_TYPE.
1392         (Particular Types): Mention stdint.h and inttypes.h as standard
1393         headers too.
1394         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1395         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1396         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1397         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1398         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1399         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1400         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1401         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1402         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1403         (Coding Style).  Don't mention m4_expand_once.
1404         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1405         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1406         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1407         (AC_CHECK_FUNCS): Use it.
1408         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1409         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1410         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1411         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1412         (AC_HEADER_ASSERT): New macro.
1413         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1414         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1415         Catch a bug in an HP-UX C compiler.
1416         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1417         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1418         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1419         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1420         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1421         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1422         New macros.
1424         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1425         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1427 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1429         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1430         of the warning introduced by the 2001-08-28 change.
1432 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1433             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1435         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1436         variables shall be overriden by the cache.
1437         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1438         that contains braces.
1440 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1442         Revert the patch from 2006-04-01 and only improve
1443         _AS_DETECT_BETTER_SHELL:
1445         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1446         skip nonexistent directories.
1447         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1448         only shell candidates which exist.
1449         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1450         * lib/autotest/general.m4 (AT_INIT): No need to give three
1451         parameters to _AS_PATH_WALK.
1453 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1454             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1456         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1457         distinguish m4sugar macros.
1458         * tests/tools.at (autoupdating with aclocal and m4_include):
1459         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1460         test case by Noah Misch <noah@cs.caltech.edu>.
1462 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1464         Revert my change from 2006-03-17, in other words:
1465         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1466           and DUALCASE=1.
1467         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1468         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1469           it is set.
1471 2006-04-07  Eric Blake  <ebb9@byu.net>
1473         * doc/autoconf.texi (Programming in M4sh): Document that
1474         AS_MKDIR_P exits the script on failure.
1475         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1477 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1479         * config/elisp-comp, config/install-sh, config/mdate-sh,
1480         config/missing, config/mkinstalldirs: Sync from Automake.
1482         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1483         from Automake.
1485         * doc/make-stds.texi: Sync from gnulib.
1487 2006-04-06  Eric Blake  <ebb9@byu.net>
1489         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1490         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1491         2006-04-01.
1493 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1494             Eric Blake  <ebb9@byu.net>,
1495             Paul Eggert  <eggert@cs.ucla.edu>,
1496             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1498         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1499         whether `set' quotes correctly: redirect stderr of the tested
1500         `set', and use a subshell, for Ultrix; use `sed' instead of
1501         `grep' for zsh `set' which may write binary output; match only
1502         at the beginning of a line, to avoid false positives.
1503         In order to avoid false positives by unrelated variables with
1504         multiline content, put the dump algorithm in a subshell and
1505         unset all variables containing newlines (except some which are
1506         special to the shell).  Warn about cache variables that are
1507         unset.
1509 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1511         * config/config.guess, config/config.sub, config/texinfo.tex:
1512         Sync from upstream.
1514         * tests/mktests.sh: Reword comments.
1516         * tests/mktests.sh: Only skip internal macros starting with
1517         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1518         Update exclusion lists for the test suite to this end:
1519         (AC_ARG_VAR): Do test this now.
1520         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1521         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1522         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1523         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1525         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1526         shell issue with double-quoted command substitutions of native
1527         commands.
1528         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1529         Marshall.
1531         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1532         no file matches the glob, discard the warning, set `nullglob'.
1533         (syntax-check): Likewise.
1534         (sc_cast_of_x_alloc_return_value): Likewise.
1535         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1536         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1537         (m4-check): Likewise.
1538         (sc_system_h_headers): Do not print rule on execution.
1539         (sc_tight_scope): Do not fail for non-existing `src' directory.
1540         (sc_changelog): Skip the Copyright footer.
1541         * lib/autoconf/lang.m4: Remove trailing space.
1543         * lib/autoconf/status.m4: More replacements to
1544         <tab><space> where this makes sense.
1546 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1548         * tests/Makefile.am (maintainer-check-posix):
1549           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1551         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1552           ac_config_<foo>s again, sometimes normalized, sometimes not.
1553         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1554         (AC_CONFIG_COMMANDS): Do not do so here.
1555         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1556           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1557           2005-07-25 rewrite.  Noticed by Noah Misch.
1559         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1560           _AC_PRESERVE_HELP_ORDER, ...
1561         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1563         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1564           inside m4_expand_once; it is redundant.
1566         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1567           for --help from Cygnus `configure.'
1569 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1571         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1572         on a patch proposed by Ralf Wildenhues.
1574 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1576         * lib/autoconf/status.m4: Replace <space>''<tab> with
1577         <tab><space> where this makes sense.
1579 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1580             Noah Misch  <noah@cs.caltech.edu>
1582         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1583         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1584         * doc/autoconf.texi (Help Formatting): New node.
1585         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1587 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1589         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1590         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1591         lib/autoconf/types.m4, lib/autotest/general.m4,
1592         tests/mktests.sh, tests/torture.at: White space cleanup:
1593         remove some SPACE before TAB, or add quoting ('' or @&t@).
1595         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1597         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1599 2006-04-05  Eric Blake  <ebb9@byu.net>
1601         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1602         empty test suite works.
1603         * tests/autotest.at (Empty test suite): Remove xfail.
1605 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1607         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1608         TAGS to ac_config_<foo>s.
1609         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1610         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1611         normalizing it, consistent it with previous releases.
1612         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1614 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1616         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1617         Use simplified args that Eric Blake originally suggested.
1619 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1621         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1622         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1623         Use 'comm' rather than N instances of grep; this also fixes a bug
1624         whereby substrings were incorrectly matched, causing us to not
1625         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1626         (exclude_list): Exclude empty macros.
1627         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1629         Use awk rather than grep -E or egrep, to avoid
1630         portability problems with regular expressions containing newlines.
1631         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1632         Switch from grep to awk syntax.
1633         (ac_exclude_script): Renamed from ac_exclude_egrep.
1634         (au_exclude_script): Renamed from au_exclude_egrep.
1636 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1638         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1639         a subdirectory subject to Cygnus `configure'.
1640         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1642         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1643         report request when we have no AC_PACKAGE_BUGREPORT.
1645 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1647         * THANKS: Update.
1649         * tests/mktests.sh: Update copyright year in the header of the
1650         generated files.
1652         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1653         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1654         typedef'ed restricted pointer, to catch a compiler bug on
1655         HP-UX 11.x, and fix warnings so it passes with -Werror.
1656         (_AC_PROG_CC_C99): Likewise.
1657         Reported by Albert Chin <china@thewrittenword.com>.
1658         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1660 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1662         * bin/autoscan.in (subdirs): New global.
1663         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1664         (output): Emit AC_CONFIG_SUBDIRS as needed.
1665         * tests/autoscan.at (autoscan): Remove XFAIL.
1667 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1669         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1671 2006-04-03  Eric Blake  <ebb9@byu.net>
1673         * THANKS: Add myself.
1675 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1678         to log, point to testsuite output tree.
1680 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1682         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1683         * doc/autoconf.texi (Function Portability): Mention that C++
1684         has trouble with 'exit'.
1685         (Guidelines): Test programs shouldn't use 'exit'.
1686         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1687         Remove; all uses removed.
1688         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1689         Return from 'main' instead of calling 'exit'.
1690         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1691         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1692         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1693         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1694         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1695         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1696         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1697         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1698         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1699         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1700         * tests/compile.at: Likewise.
1702 2006-04-02  Pavel Roskin  <proski@gnu.org>
1704         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1706 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1708         Clean up _AC_COMPILER_EXEEXT* macros.
1710         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1711           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1712           ac_file to the name of the default output file and call
1713           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1714           initial `rm' of the candidate files...
1715         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1716           the same list in subsequent `rm' calls, and for the temporary
1717           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1718           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1719         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1720         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1721           no longer needed) by libtool.  Make it a cache check.
1722         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1723           copied here by mistake.
1724         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1725           _AC_COMPILER_EXEEXT.
1726         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1727           _AC_COMPILER_OBJEXT directly.
1728         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1730 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1732         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1733         (AS_DIRNAME): Use it.
1734         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1736         * tests/*.at: Remove the generated ones.
1738 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1740         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1742 2006-04-01  Eric Blake  <ebb9@byu.net>
1744         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1745         directories, unless optional third argument supplied.
1746         (AS_UNAME): Don't optimize PATH walk.
1748         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1750 2006-04-01  Eric Blake  <ebb9@byu.net>
1751         and Stepan Kasal  <kasal@ucw.cz>
1753         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1754         and fix some typos.
1756 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1758         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1759         Autoconf version number despite a zero- or one-argument AC_INIT.
1761         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1762         subordinate tools.
1763         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1764         * doc/autoconf.texi (autoreconf Invocation): Document it.
1766         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1767         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1769 2006-04-01  Eric Blake  <ebb9@byu.net>
1771         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1772         * lib/autotest/general.m4: Be tolerant of existing directory when
1773           rm failed to remove it.
1775 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1777         * bin/autoupdate.in: Redefine m4_location so that warnings print
1778         the correct lines of the input file by subtracting..
1779         (_au__first_line): ..this new definition.
1781         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1782         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1783         Remove stray newline in output.
1784         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1785         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1786         Fixes autoupdating of code where the replacement output contains
1787         m4sugar macros.
1788         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1789         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1790          (au_exclude_list): Add AC_LANG_SAVE.
1791         * tests/tools.at: Several new tests for all of this.
1792         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1793         hairy details.
1794         The AC_LANG_SAVE issue was reported against Libtool by
1795         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1796         Kristian Kvilekval <kris@cs.ucsb.edu>.
1798 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1800         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1801           switch all of them on and of when necessary.  Fixes the bug when
1802           m4sugar macros (e.g., m4_define) were expanded after the first
1803           automatic update (e.g., after AC_PREREQ or AC_INIT).
1805 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1807         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1808         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1810         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1811         correctly.  Problem reported by Eric Blake.
1812         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1813         Ralf Wildenhues.
1815 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1817         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1818         Tighten up the basename/dirname wording.
1820 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1822         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1823         in texinfo files outside of verbatim environments.
1824         (syntax-check-rules): Update.
1825         * doc/autoconf.texi (Configuration Headers): Conform to it.
1827 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1829         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1830           aclocal cannot be given on the command line.
1832 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1834         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1835         Give an example for AS_DIRNAME instead of referring to Posix..
1836         (File System Conventions): Put discussion of // versus / here, and
1837         modernize it a bit.
1838         (Limitations of Usual Tools): Add basename.  Remove verbiage
1839         after dirname, since it got moved to the above sections.
1840         All this was inspired by a patch proposed earlier by Eric Blake.
1842 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1844         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1845         `$0' to protect against spaces.
1846         * lib/autotest/general.m4 (AT_INIT): Likewise.
1847         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1848         `$0', $as_me.
1850 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1852         * bin/autoscan.in: The value of find_configure_ac should be
1853         checked for existence, so we don't barf over a nonexisting
1854         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1856 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858         * bin/autoupdate.in: Fix some typos.
1860 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1862         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1864         * lib/autoscan/autoscan.list: Refreshed.
1866 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1869         and Erlang related variables.
1871         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1872         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1873         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1874         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1875         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1876         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1877         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1878         (_AC_PROG_OBJC_G): New macros.
1879         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1880         * doc/autoconf.texi (Objective C Compiler): New node.
1881         (Preset Output Variables): Document OBJCFLAGS.
1882         (Language Choice): Document `Objective C' language.
1883         (Fortran Compiler): Fix typo.
1884         * NEWS: Updated.
1885         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1887 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1889         * doc/autoconf.texi (Default Includes): Fix typo
1890           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1891         (Limitations of Usual Tools): s/unwriteable/unwritable/
1892         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1893           Fix typos in the comments.
1895 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1897         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1898           Factor out the warning to...
1899         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1900         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1901         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1903         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1904           case `ac_delim' when writing the sed script.
1906         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1907           moved DUALCASE=1 ...
1908         (AS_SHELL_SANITIZE): ... here.
1909         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1910           that it is set.
1912         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1913           AC_SUBST.
1914         (_AC_PATH_PROG): Store the result to VARIABLE.
1915         (AC_PATH_PROG): No need to set VARIABLE again.
1917         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1918           the first one is usual AT_CHECK_MACRO test, the second one checks
1919           that the same works when cross-compiling.
1920         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1921         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1923 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1925         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1926         the directory `/usr/bin/posix' in the shell search, to prefer
1927         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1928         on Tru64.
1930         * doc/autoconf.texi (contents): To fix texi2html output, hide
1931         `@setcontentsaftertitlepage' for HTML.
1932         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1933         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1934         `@,{c}'.
1936 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1938         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1939           sanitizing...
1940         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1941         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1942           why IFS is restored so late; thank you, Ralf, for reminding us.
1944 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1946         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1947           variables in the examples.
1949 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1951         * doc/autoconf.texi (several sections): Cleaned up documentation for
1952         macros in erlang.m4.
1954 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1956         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1957         failure condition for `$(cmd)' style command substitutions.
1958         (Parenthetical command substition, Multiline parenthetical
1959         command substition): Use it.
1961         * doc/autoconf.texi (Special Shell Variables): Missing word.
1962         Reported by Keith Marshall <keith.marshall@total.com>.
1964         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1965         IFS even in case of empty `$PATH'.
1967 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1969         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1970         `expr' away if there is nothing to do.
1971         < --keywords >: Simplify and robustify argument handling.
1972         Revert erroneous comment from 2005-08-23.  Extend to allow
1973         keyword negation with `!'.
1974         Update help message.  Remove broken code to prevent running
1975         tests multiple times.
1976         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1977         Update and fix the documentation accordingly.
1978         * tests/autotest.at (Keywords): Renamed to..
1979         (Keywords and ranges): .. this.  Extended to make sure negated
1980         keywords, keywords taken from AT_SETUP arguments, and numeric
1981         test ranges work, and that matching is case-insensitive.
1983 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1985         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1986         allow to pass unnamed structs even in C++.
1987         (AC_CHECK_SIZEOF):  Likewise.
1988         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1989         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1990         struct): New tests for unnamed structs, each both native and
1991         cross-compiling.
1993         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1994         a structure inside a cast, for C++ conformance.
1995         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1996         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1998         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1999         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
2000         trying to execute the command `no'.
2002         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
2003         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
2004         expanded outside.
2006         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
2007         example.  Do not emphasize `$%', it is hardly new and special.
2008         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
2010         * doc/autoconf.texi (Limitations of Usual Tools): Document
2011         OpenBSD and traditional `grep' failure to handle multiple
2012         patterns separated by newlines.
2014 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2016         * doc/autoconf.texi (several sections): Add documentation for macros
2017         in erlang.m4.
2019 2006-03-10  Eric Blake  <ebb9@byu.net>
2021         * doc/autoconf.texi (Obsolete Macros): Fix wording of
2022         AC_TRY_LINK_FUNC.
2024 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
2026         * doc/autoconf.texi: Use @acronym more consistently for acronyms
2027         like BSD, GPL, LGPL.  Fix minor English typos.
2028         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
2029         Mention that these macros are becoming obsolete.
2030         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
2031         Use more modern terminology for which standard is what.
2032         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
2033         and to ansi2knr.
2034         (AC_PROG_CXX): Likewise.
2035         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
2036         Remove obsolete discussion about how to port to K&R.
2037         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
2038         the obsolescent AC_HEADER_STDC.
2039         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
2040         can't rely on it.
2042 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2044         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2045         Remove stdin redirection from /dev/null to allow pipe to work.
2047 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
2049         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2050         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
2051         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
2052         Ralf Wildenhues.
2054 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2056         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
2057         HP-UX sed is 99 commands, not 100.
2058         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
2059         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
2060         newline for portability.
2061         * tests/torture.at (Torturing config.status): Also test 100
2062         AC_SUBST_FILE invocations.  Fix test to actually verify the
2063         AC_CONFIG_FILES output.
2064         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
2065         command, label, and read-file `r' limits.  Unify HP-UX spelling.
2067         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
2068         non-suffix rule.
2069         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
2070         non-GNU make.
2071         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
2072         * tests/mktests.sh: Small shell portability fixes.
2074 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2076         * doc/autoconf.texi (Caching Results): Fix the examples to use a
2077         recommended quoting style and discard unwanted output.
2079 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2081         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2082         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2083         cases, and to work around Tru64 expr bug.
2085 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2087         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2088         expr bug that turns the result of a regex match into a number if
2089         possible.
2091 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2093         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2094         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2095         in section `Specific Compiler Characteristics'.
2097 2006-03-04  Eric Blake  <ebb9@byu.net>
2099         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2100         variable warning.
2102 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2104         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2105         order of variable initialization, so even the Solaris 2.6 shell
2106         can create a config header correctly.  Fixes lots of test suite
2107         failures.
2109 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2111         * doc/autoconf.texi (Text processing Macros): New node to
2112         document the m4sugar macros m4_re_escape, m4_tolower,
2113         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2115 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2117         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2118         XrmInitialize (0) -> XrmInitialize ().
2119         Reported by Toshio Kuratomi.
2121 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2123         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2124         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2125         * doc/autoconf.texi (Programming in M4sh): Adjusted.
2126         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
2127         both macros are defun'ed so that required macros are evaluated
2128         outside.
2130         * doc/autoconf.texi (Prerequisite Macros): State more precisely
2131         where a required macro will be expanded.
2132         (Coding Style): Another reason not to use `m4_define'.
2134 2006-02-21  Eric Blake  <ebb9@byu.net>
2136         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2138 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2140         * doc/autoconf.texi (Looping constructs): New node, to
2141         document m4_for, m4_foreach, m4_foreach_w, and mention
2142         obsolete AC_FOREACH.
2143         (Obsolete Macros): Document AC_FOREACH.
2144         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2145         (m4_for): Fix to never loop (almost) endlessly, work correctly
2146         with arithmetic expressions in arguments, a step of zero or
2147         non-integer multiple of the interval, and avoid integer
2148         overflow.
2149         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2150         m4_foreach_w.
2152 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2154         Add basic support for Erlang, both for configuring Erlang/OTP
2155         tools, and Erlang as a conf test language.
2156         * lib/autoconf/erlang.m4: New file.
2157         * lib/autoconf/autoconf.m4: Add erlang.m4.
2158         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2159         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2160         * NEWS: Add short description of new macros.
2161         * THANKS: Add Romain Lenglet.
2163 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2165         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2166         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2168 2006-02-15  Eric Blake  <ebb9@byu.net>
2170         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2171         warning.
2173 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2175         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2176         (_AS_CASE): Private helper macro.
2177         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2178         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2179         Fix syntax of AS_IF description
2180         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2181         for the AC_REQUIRE mess.
2182         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2183         AS_SHELL_SANITIZE.
2185 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2187         * doc/autoconf.texi: Minor style cleanup.
2188         Be consistent about spaces after commas.
2189         Insert [] where empty args look a bit funny.
2190         Fix some "i.e." and "e.g." usages.
2191         Try to avoid "X/Y" usages.
2192         Don't be pedantic about "ISO C99"; just say C99.
2193         Prefer GNU style for spaces in front of parens.
2194         (Function Portability): Comment about C89 versus C99
2195         signed integer division.
2196         (Particular Headers): Use current gnulib style for dirent
2197         includes.
2199 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2200         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2202         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2203         macros without parameters.
2204         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2205         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2206         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2207         `$#' bug.
2208         (autoupdate): Updated to match AU_ALIAS fix.
2210 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2211         and Paul Eggert  <eggert@cs.ucla.edu>
2213         * doc/autoconf.texi (Programming in M4sh): Document
2214         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2216 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2218         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2219         (AS_BOURNE_COMPATIBLE): ..this.
2220         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2222 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2224         * doc/install.texi (Defining Variables): Tighten up the
2225         CONFIG_SHELL wording.
2227 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2228         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2230         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2231         of (set -o) rather than testing whether (set -o posix) succeeds,
2232         to work around a bug in the AIX 5.3 shell.  Problem originally
2233         reportd by Howard Chu for libtool.
2235 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2237         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2238         Changes the macro arguments in summaries to match the
2239         descriptions.
2241 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2243         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2244         hint as ``a workaround for a bug.''
2246 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2248         * bin/autoreconf.in: New option `--no-recursive'.
2249         Improve wording for subpackages a bit.
2250         * doc/autoconf.texi (autoreconf Invocation): Updated.
2251         * NEWS: Updated.
2253         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2254         in environment of `configure', not the command line.
2255         Reported by Howard Chu <hyc@highlandsun.com>.
2257 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2259         * doc/autoconf.texi (Limitations of Builtins): Document the
2260         problem with "trap -".
2262 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2264         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2265         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2266         messages to differentiate Fortran and Fortran 77 tests.
2267         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2268         AC_LANG_ASSERT, to allow use in mixed-language projects.
2270 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2272         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2273         FOO" to "defined (FOO)".
2274         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2275         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2276         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2277         * tests/tools.at (ifnames): Likewise.
2279 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2281         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2282         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2283         (END): Improve error message a bit.
2284         Reported by Bruce Korb <bkorb@gnu.org>.
2286 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2288         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2289         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2291 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2293         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2294         requires sys/stream.h.  Reported by Oliver Kiddle.
2296 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2297             Stepan Kasal  <kasal@ucw.cz>
2299         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2300         before the removals of test dirs, use `find' to avoid modification
2301         of symlinked directories.
2303 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2305         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2306         Don't ignore the macro arguments.
2308 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2310         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2311         declaration that works for MSVC.
2313 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2315         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2316         Add `*.map' and `.inf' for Green Hills compiler.
2317         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2319         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2320         correctly: pad with spaces after FIRST_PREFIX if necessary,
2321         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2322         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2323         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2324         * NEWS: Updated.
2325         Reported by numerous people, numerous times.
2327 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2329         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2330         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2331         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2332         * lib/autotest/general.m4, tests/local.at:
2333         Update copyright year to 2006.
2335         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2336         sed substitutions.
2337         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2338         for file names, again.  Reported by Noah Misch.
2339         (Coding Style): Explain that s|a|b| is preferred for file names.
2340         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2341         (AC_OUTPUT_MAKE_DEFS): Likewise.
2342         * lib/autotest/general.m4 (AT_INIT): Likewise.
2343         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2344         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2346         Fix Posix-conformance bugs re use of { command in sed scripts,
2347         and improve the sed-related documentation a bit.
2348         * doc/autoconf.texi (Installation Directory Variables): Use
2349         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2350         rather than "sed" when talking about Sed in general.
2351         (Particular Programs): Likewise.
2352         (Coding Style): y is like s with respect to / and ,.
2353         (Limitations of Usual Tools): Document the weird restrictions
2354         that Posix has about { }.  Use better quoting.
2355         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2356         Rewrite to conform to Posix rules about { } in sed scripts.
2357         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2358         * tests/foreign.at (Libtool): Likewise.
2359         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2360         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2362 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2364         * lib/autoconf/status.m4: Fix typo.
2366         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2367         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2368         `-def', for the benefit of Portland `pgf90 -Mipa'.
2369         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2371 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2373         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2374         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2375         shell from zsh to bash.
2377 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2379         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2380           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2382 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2384         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2385         parentheses in $(...).  Problem reported by Eric Blake.
2387 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2389         * doc/autoconf.texi (Limitations of Usual Tools):
2390         Mention which characters can be escaped with \ in portable regular
2391         expressions used in grep, sed, expr.  Mention the leading ^ problem
2392         with expr.  Clean up some confusing wording.  Mention which
2393         grep options are portable.
2395 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2397         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2399 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2401         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2402         patch, noted by Ralf Wildenhues.
2404 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2406         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2407         posix' unconditionally, for pdksh in `native sh' emulation.
2409 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2411         * doc/autoconf.texi (Shellology): Document eval $? problem
2412         with ash.
2413         (Limitations of Builtins): Likewise.
2415 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2417         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2418         CONFIG_SHELL in the environment of the configure rerun.
2419         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2420         Suggest passing CONFIG_SHELL absolute, and in the environment
2421         rather than as option.
2423 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2425         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2426         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2427         Fix macro quoting.  Fix output for n * 98 substituted variables.
2429 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2431         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2432         `tmp' to avoid file removal race.
2434 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2436         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2437         ac_clean_files and LIBOBJS.
2439 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2441         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2442         Factor functionality to..
2443         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2444         `AC_SUBST($1)' in the public version.
2445         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2446         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2447         ac_pt_* variables.
2449 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2451         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2452         filesystems.
2454 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2456         * NEWS: Move AH_HEADER mention to right place.
2458 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2460         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2461         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2463 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2465         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2466         conftst2.$ac_objext.
2467         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2469 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2471         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2472         conftest.o, to see whether the compiler really obeys; rm the object
2473         file before and after the test and register it with ac_clean_files.
2474         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2476 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2478         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2479         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2480         code so that the most common case requires less forks.
2482 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2484         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2485         not portable; thanks to Paul Eggert and Alexandre.
2487         * NEWS: Fix an old typo.
2489 2005-10-20  Jim Meyering  <jim@meyering.net>
2491         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2492         the latter'', in two places.
2494 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2496         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2497         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2498         the inner workings of AC_LANG_FUNC_LINK_TRY.
2499         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2500         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2501         by the function rather than ignoring it.
2502         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2503         comparing its address.  Intel's interprocedural optimization was
2504         outsmarting the old heuristic.  Problem reported by
2505         Mikulas Patocka.
2507 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2509         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2511 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2513         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2514         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2516 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2518         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2519         before removing it (chmod -R u+rwx); there are three instances of this.
2521 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2522             Stepan Kasal  <kasal@ucw.cz>
2524         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2525         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2526         make its content writable before removing it.  Remove an errorneous
2527         comment from the end, where the logs of the failed tests are copied
2528         to the main log file.
2530 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2532         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2533           in case the computer is too quick.  Double quote the configure.ac
2534           snippets.
2536         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2537           problems if the testsuite were running too fast.
2539 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2541         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2542         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2543         (which belong to Xt, not X itself).  See Debian bug 327655.
2544         * NEWS: Mention this.
2546 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2548         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2550 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2552         * config/move-if-change: Don't output "$2 is unchanged";
2553         suggested by Ben Elliston.  Handle weird characters correctly.
2555 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2557         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2558           calls, so that the final expansion of this macro is shorter.
2559           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2560           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2561           the cleanup there.  Use AS_VAR_* macros, to be more general.
2562         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2564         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2566         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2568 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2570         * doc/autoconf.texi (Configuration Headers): Add an index entry
2571           for AH_HEADER.
2573 2005-08-26  Pavel Roskin  <proski@gnu.org>
2575         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2576         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2577         running xmkmf.
2579 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2581         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2582         The previous patch didn't work, so try a better one.
2584 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2586         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2587         in the example.  Reported by Bruno Haible.
2588         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2589         "if $undefined_var;" succeeds with my shell.
2591         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2592         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2593         but change the m4_divert_text to m4_divert_once.
2595 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2597         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2598         Work around bug in Solaris /usr/xpg4/bin/awk.
2599         The bug is present in at least Solaris 8 through 10.
2601 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2603         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2604         some evil values and relying on the fact that $* concatenates the
2605         parameters by the first character from IFS.
2607 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2608             Stepan Kasal  <kasal@ucw.cz>
2610         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2611         first header appears, define AH_HEADER.
2612         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2613         Update limitations about when to call AC_CONFIG_HEADERS.
2614         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2615         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2616         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2617         ``Configuration Actions''; fix their index entries.
2619         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2620         options correctly.  Process N-M as M-N if M is smaller than N.
2621         Process ranges correctly so that N-N will run only N.
2622         Sort and uniquify the tests that will be run.  If there is more
2623         than one test, reinsert the banners for the tests.
2624         * tests/autotest.at (Keywords): Unmark XFAIL.
2626 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2628         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2629           before passing the macro name to AH_TEMPLATE.
2631         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2632           now opens log after option processing; in particular, --version
2633           and --help do not touch config.log.
2635         * Makefile.maint: Revert the change from 2005-08-12.
2637 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2639         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2640           common code to...
2641         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2643 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2645         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2646         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2647         Language cleanup.
2649         * doc/autoconf.texi (Defining Symbols, Changed Results):
2650         Prepend to LIBS, not append, in examples.
2652 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2654         When building in place, set srcdir="."; suggested by Tim Van Holder.
2656         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2657           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2658         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2659         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2660           does not mean "no --srcdir option".
2662 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2664         * tests/autoscan.at (autoscan): New file.
2665         * tests/suite.at: Use it.
2666         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2667         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2669         * tests/autotest.at (Keywords): Test keywords combinations.
2671 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2673         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2674           add "2>&1"; gzip 1.2.4 prints help on stderr.
2676 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2678         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2679         was pushdef'ed twice while popped only once.  Push it only once.
2680         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2682 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2684         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2685         prefixed by mere "===", not "configure: === ".
2687 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2689         * Makefile.maint: Update from Bison.
2691         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2692         "<tab>" in comment, so that the point is understandable.
2694 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2696         Rewrite substantial part of lib/autoconf/status.m4.
2697         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2698         and CONFIG_COMMANDS are not processed in four separate loops.
2699         Instead, there is one main loop.  This alows that the common code
2700         is expanded only once, thus config.status (and configure) is smaller.
2702         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2703         the AC_LIST_FILES and cousins macros are no longer used.
2705         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2706         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2707         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2708         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2709         contain the initialization, nor the for loop, nor the associated
2710         commands; all these go to ...
2711         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2712         _AC_OUTPUT_CONFIG_STATUS.
2713         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2714         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2715         (_AC_OUTPUT_FILE): The creation of the sed script ...
2716         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2717         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2718         _AC_OUTPUT_MAIN_LOOP.
2719         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2720         _AC_CONFIG_COMMANDS): Use ...
2721         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2722         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2723         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2724         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2725         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2726         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2727         ... new macros.
2728         (_AC_CONFIG_UNIQUE): Update.
2729         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2730         Replaced by this ...
2731         (_AC_LIST_TAGS): ... new common macro.
2732         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2733         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2734         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2735         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2736         this didn't belong to the `config commands' section.
2737         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2738         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2739         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2740         to the `config commands' section either.
2741         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2742         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2744         ... and many changes to the comments nearby.
2746         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2747         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2748         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2749         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2750         (#define header templates): The comment at the top of the generated
2751         header now includes the name(s) of the source file(s).
2753         Several unrelated small changes:
2755         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2756         parameter to AC_DIAGNOSE.
2757         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2758         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2759         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2760         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2761         with AU::AC_OUTPUT.
2762         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2763         in AC_OUTPUT doesn't double-quote it either.
2764         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2765         parameters.
2767 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2769         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2770         versions of Portland Group compiler produce single- and double-quoted
2771         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2772         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2774 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2776         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2777         This is a corrected version of yesterday's patch.
2779 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2781         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2782         path, too; insert a "===" to emphasize the line.
2784         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2785           ac_cv_build_alias to ac_build_alias.
2786         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2788         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2789         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2790         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2791         (AC_ARG_VAR): ... here.
2792         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2793           target_alias.
2795         Keep a list of all precious variables and process them with one simple
2796         for loop, instead of expanding all commands, or, OTOH, complicated
2797         processing of output of "set".
2798         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2799         variable names in new macro...
2800         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2801         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2802           a loop to assign all ac_env_* and ac_cv_env_* variables.
2803         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2804           to INIT_PREPARE.
2805         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2806           its value to shell variable ac_precious_vars and call
2807           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2808         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2809           _AC_ARG_VAR_VALIDATE.
2811         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2812           and the AC_SUBSTs ...
2813         (AC_INIT): ... here.
2815         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2816           the ac_subst_files section in config.log.
2818         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2820 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2822         * NEWS: New macro AC_C_TYPEOF.
2823         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2824         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2825         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2827         Fix problems reported by Nicolas Joly.
2828         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2829         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2830         They are generated by the Tru64 v5.1B shell.
2832 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2834         Fix my changes from 2005-07-01; reported by Noah Misch.
2835         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2836         description, the macro now accepts only a single tag.
2837         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2839         Fix cases when the varsions of Autoconf and Autotest don't match.
2840         Reported by Noah Misch.
2841         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2842         at_top_builddir, for compatibility with older autotest.
2843         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2844         is not set, use at_top_builddir, for compatibility with older
2845         versions of autoconf.
2847 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2849         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2850         Problem reported by Patrick Welche.
2852 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2854         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2855         sed substitution command, so that we allow | in program prefixes
2856         and program suffixes.  (& is a problem anyway; we're not fixing
2857         that here.)
2858         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2859         configure_input, top_builddir, srcdir, etc.
2860         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2861         PATH_SEPARATOR in AUTOTEST_PATH.
2863 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2865         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2866         for loop over config.site files using `set', to allow
2867         directory names containing IFS characters.
2869 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2871         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2872         directories with weird names.  Apparently some people like living
2873         on the edge.  However, improve the test that "pwd" actually does
2874         report a name for the working directory.
2875         * NEWS: Remove the claim that we test for funny chars in dir names.
2877 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2879         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2880         replaced ...
2881         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2882         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2883         Now accept a single tag, not whitespace separated list.
2884         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2886 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2888         * doc/autoconf.texi (Configuration Headers): Change the explanation
2889         about #include <config.h>.
2890         (Generic Functions): Mention the Gnulib project.
2891         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2893         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2894         document to output the default config_* lists to config.status.
2895         Don't recognize option --file, if the functionality is not there.
2896         Likewise for --header; moreover, recognize --he and --h as shortcuts
2897         for --help in that case.
2899         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2900         matches the order of execution.  No code changed.
2902 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2904         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2905         single-quoted -cmdline argument in Portland Group compiler.
2906         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2908 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2910         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2912 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2914         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2915         descriptors to child processes; reported by Norman Gray.
2917 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2919         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2921         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2922         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2923         (AC_SUBST): Call it.
2924         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2925         the directory specific variables; but don't call it for configure_input.
2927 2005-06-28  Derek Price  <derek@ximbiot.com>
2929         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2930         addition.
2932 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2934         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2935         directory have inherent problems with special characters like spaces,
2936         due to limitations in Make syntax.  Problem reported by Alexandre
2937         Duret-Lutz.
2938         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2939         Also, fix Tru64 porting problem with shell patterns,
2940         reported by Ralf Wildenhues.
2942 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2946 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2948         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2950         Fix some more shell quoting problems.  Prompted by a bug report
2951         from Justace Clutter.
2952         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2953         variable into diagnostic.  Make the diagnostic an error, not a warning,
2954         because we really don't support spaces and suchlike in dir names.
2955         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2956         Don't worry about backslashes in srcdir; it can't happen now.
2957         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2958         Simplify ac_optarg handling.
2959         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2961 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2963         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2964         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2965         * tests/atlocal.in: Propagate $EGREP and $SED.
2966         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2967         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2969         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2970         that '\|' is not allowed in BREs; recommend using newline separated
2971         list of patterns instead of multiple -e options.
2973         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2975         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2977 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2979         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2981 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2983         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2984         b, t, r, w commands require single space, while : cannot have any.
2985         (Special Shell Variables): Fix sed code this in the example.
2986         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2987         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2989         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2990         expand to the empty list.  Don't use two pairs of m4_changequote,
2991         it's not necessary.
2993 2005-06-20  Derek Price  <derek@ximbiot.com>
2995         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2997 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2999         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
3000         * doc/autoconf.texi:
3001         Don't mention Solaris versions so much, if a
3002         problem is common to all extant versions of Solaris.  Say "SunOS
3003         4" instead of "SunOS" for SunOS 4.
3004         (awk): Mention more of the limitations of traditional Awk.
3005         (cat): Don't talk about cat -v.
3007 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
3009         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
3010         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
3011         but the implementation is entirely different and is designed
3012         to be compatible with glibc strverscmp.
3013         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
3015         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
3016         on Mac OS X 10.4 reported by Peter O'Gorman in:
3017         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
3018         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
3019         Use shell builtins rather than 'expr', to work around expr bug.
3021 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
3023         * doc/autoconf.texi: "filesystem" -> "file system".
3024         "behaviour" -> "behavior".
3025         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
3026         * lib/autoconf/general.m4: Omit blank after ":" sed command,
3027         as per POSIX.
3028         * lib/m4sugar/m4sh.m4: Likewise.
3029         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
3030         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
3032         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
3033         (.x.1): Ignore the time stamp in the .TH line when deciding whether
3034         to update the man page.  That way, we don't have to check in new
3035         man pages every month.
3037         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
3038         quotes and backslashes.  Patch from Derek Price.
3040 2005-06-10  Derek Price  <derek@ximbiot.com>
3042         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
3043         AS_TR_SH.
3045 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
3047         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
3048         -u, since it outputs chatter if the input files are the same.
3049         Problem reported by Ralf Menzel.
3051 2005-06-08  Derek Price  <derek@ximbiot.com>
3053         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
3054         renaming them since they are about to be redefined anyhow.
3056 2005-06-08  Derek Price  <derek@ximbiot.com>
3058         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
3059         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
3060         Move m4_undefine to alphabetical order.
3062 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
3064         * README: Recommend GNU M4 1.4.3 or later.
3065         * doc/autoconf.texi (Introduction): Likewise.
3066         Reword to avoid some formatting glitches.
3067         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
3068         Clarify explanation of HP compiler bug.
3069         Redo example output tp match current CVS snapshot.
3070         Use @example.org in email addresses when the examples
3071         might get inadvertently cut-and-pasted into user code.
3072         Remove example of autom4te usage that doesn't seem to work now.
3073         Use modern AC_INIT (except when the example is meant to be
3074         shown with Autoconf 2.13).
3075         Update ksh info for Solaris 9 and later.
3076         KB -> kB.
3077         Modernize description of Automake versions a bit.
3078         Don't claim a future version of Autoconf is near.
3079         * doc/install.texi: Reword to avoid some formatting glitches.
3081 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3083         * doc/autoconf.texi: Add [] to examples, so that the manual
3084         follows its own advice about quoting better.
3085         Reword to avoid some formatting glitches.
3086         * doc/installt.exi: Reword to avoid some formatting glitches.
3088         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3089         Tru64 ksh pattern matching bug.  Reported against Libtool by
3090         Albert Chin <libtool@mlists.thewrittenword.com> and
3091         Nicolas Joly <njoly@pasteur.fr>.
3093 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3095         m4_cdr of one-member list was [[]] (one-member list containing an
3096         empty string) instead of [] (an empty list.  Callers were skewed to
3097         match this misbehaviour.  As a consequence of this:
3098          - m4_foreach([x], [], [foo]) expanded to `foo', while
3099          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3100         This bug has been fixed:
3102         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3103           expand to an empty string; print error msg if called without
3104           an argument list.
3105         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3106           misbehaviour; handle [] and [[]] correctly.
3108 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3110         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3111         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3112           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3114 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
3116         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3117           swallow records with more than 99 fields.
3118         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3119           parse the long line.
3121 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
3123         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3124           swallow literals longer than 399.  Reported by Ralf Wildenhues.
3125         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3126           to workaround this limitation.
3128 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
3130         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3131         to gfortran, and make these the first two compiler names
3132         checked (following the general autoconf preference for gcc).
3134 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3136         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3137         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3138         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3140 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3142         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3143         expression of unbounded size when processing the --list
3144         option.  This runs afoul of a limit of 399 bytes per regular
3145         expression on AIX.  Problem reported by Ralf Wildenhues.
3147 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3149         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3150         * doc/autoconf.texi (Particular Headers): Reword example
3151         for multiline stdbool replacement.
3152         (Setting Output Variables): Reword text a bit.  Don't
3153         give all the details about |#_!!_#|.
3154         Reword description of line replacement.
3156 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3158         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3159         now contain newlines, and substituted files must be referenced on
3160         a line alone; the sed scripts to substitute them are now very
3161         different.
3162         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3163         commands can be put in a sed script portably.
3164         * doc/autoconf.texi (Setting Output Variables): Document above
3165         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3166         use of multiline substitution.
3167         * tests/torture.at: No longer expect substitution of newline to fail.
3169 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3171         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3172         From Ralf Menzel (trivial change).
3174 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3176         * tests/local.at: Don't attempt to check for negated character
3177         classes in shell scripts.  The test was too brittle.
3179 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3181         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3182         * doc/autoconf.texi (Limitations of Builtins): Document this
3183           limitation.
3185 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3187         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3188           common code; used in many places in the tree.
3189         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3190         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3192         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3194         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3195           messages when ac_unique_file is not found.
3196         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3197         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3198           commands, for consistency with AC_MSG_ERROR and such.
3200         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3202         * bin/Makefile.am: Merge the two rules for creating scripts.
3204 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3206         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3207         obsolete; it was never documented.
3208         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3210 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3212         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3213         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3214         (ac_top_builddir): ... this ...
3215         (ac_top_build_prefix): ... to this; the old name is also kept, for
3216           backward compatibility.
3217         (ac_top_builddir_sub): New variable, without the trailing slash,
3218           always nonempty.
3219         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3220         * doc/autoconf.texi (Configuration Actions): Rename
3221           ac_top_builddir to ac_top_build_prefix.
3222         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3223           at_top_builddir to at_top_build_prefix.
3224         * lib/autotest/general.m4 (AT_INIT): Likewise.
3226 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3228         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3229           of confdefs.h .
3231 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3233         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3234           argument to m4_foreach.  I guess it was necessary in the past,
3235           but I think it's a no-op now.
3237 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3239         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3240           ``cat <<_ACEOF'' commands to one.
3241         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3242         * lib/autoconf/status.m4: On various places, use expr instead of
3243           ``echo|sed.''
3244         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3245         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3246         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3247           a range.
3248         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3249           the wrong patterns between ``case'' and ``esac.''  The previous
3250           code had false positives.
3252 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3254         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3255         as on 2005-05-02.
3256         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3257         Mention LIBOBJDIR.
3259 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3261         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3262         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
3263         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3264         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3265         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3266         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3267         config/config.guess, config/config.sub, config/elisp-comp,
3268         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3269         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3270         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3271         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3272         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3273         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3274         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3275         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3276         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3277         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3278         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3279         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3280         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3281         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3282         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3283         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3284         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3285         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3286         lib/autotest/general.m4, lib/emacs/Makefile.am,
3287         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3288         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3289         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3290         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3291         tests/compile.at, tests/foreign.at, tests/fortran.at,
3292         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3293         tests/semantics.at, tests/suite.at, tests/tools.at,
3294         tests/torture.at, tests/wrapper.as:
3295         Update FSF postal mail address.
3297 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3299         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3300           check.
3301         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3302           enough arguments, similarly as in m4_bpatsubsts.
3304 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3306         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3307           of absolute paths.
3309 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3311         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3312           for absolute directory names in one loop.
3313         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3314           abbreviations of --version and --debug.
3316 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3318         * doc/autoconf.texi (Autoconf Language): Be more precise about
3319         quoting rules.  Problems noted by Stepan Kasal.
3320         Also, throughout this document, be more careful about white space.
3321         "blank", "white space", and "space" all have different meanings
3322         and we should be careful to say what we mean.
3324 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3326         Fix C++ related problems reported by Werner Lemberg.
3327         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3328         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3329         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3330         avoid problems with C++ and throw.
3331         * tests/compile.at: .cpp, not .cc.
3333         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3335 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3337         * doc/autoconf.texi (Generic Functions): Typos.
3339 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3341         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3342         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3343         set by latest automake.
3345 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3347         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3348         outputs 0 on GNU/Linux these days.
3350 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3352         * doc/autoconf.texi (Autoconf Language): Add more description
3353         about quoting heuristics.
3354         (Limitations of Builtins): Describe "set -" problems.
3356 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3358         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3359         not newline.
3361         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3362         by AC_DEFINE; it was a mistake.
3363         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3365 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3367         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3369 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3371         * doc/autoconf.texi (External Software): Quadrigraphs are not
3372           processed correctly in AS_HELP_STRING; avoid this in the examples.
3373         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3374         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3375           comment and reduce m4_default([foo], []) to [foo].
3376         (m4_strip): Update the explanation.
3378 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3380         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3381         Remove core.conftest.* too; it's generated by Tru64 5.1.
3382         Problem reported by Jennis Pruett.
3383         * lib/autoconf/functions.m4
3384         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3385         Don't bother to remove core files; AC_RUN_IFELSE should do that
3386         for you.
3388 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3390         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3392 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3394         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3395         Report from Horst Wente.
3397 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3399         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3400           the comment.
3402 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3404         * doc/autoconf.texi (External Software, Package Options): Add
3405           examples showing how to implement --with-* and --enable-* options.
3407 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3409         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3410         as well as configure.in.  Problem reported by Gregorio Guidi.
3412 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3414         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3415         pattern for alloca snippet.
3417 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3419         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3421 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3423         * doc/autoconf.texi (Generic Programs): Fix a typo.
3425 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3427         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3428         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3430 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3432         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3433         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3434         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3435         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3436         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3438 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3440         * NEWS: The configure command now warns you if you attempt to use
3441         a directory whose name contains a special character like space,
3442         newline, or "\".
3443         * doc/autoconf.texi (Installation Directory Variables): Allow
3444         "," in file names.  Do not use \@; it's not a portable regexp.
3445         * bin/Makefile.am (edit): Likewise.
3446         * lib/Makefile.am (edit): Likewise.
3447         * tests/Makefile.am (edit): Likewise.
3448         * tests/semantics.at: Likewise.
3449         * tests/torture.at: Likewise.
3450         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3451         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3452         * doc/autoconf.texi (File System Conventions): Warn about
3453         unportable file names.
3454         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3455         (AC_INIT): Use it.
3456         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3457         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3458         ac_pwd, and quote srcdir.
3459         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3461         * doc/autoconf.texi: Fix some systematic formatting problems.
3462         ".)"  needs a following @: if not at the end of a sentence, and
3463         similarly for "!)".  "etc." should be preceded by a comma.
3464         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3466 2005-03-22  Bruno Haible  <bruno@clisp.org>
3468         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3469         argument is often called 'build-aux'.
3471 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3473         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3474           macro AC_TRY_LINK is obsolete.
3475         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3476           `AC_CONFIG_FILES'.
3478 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3480         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3481           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3482           from a Common Lisp's `cl'.
3483         (AC_PROG_CXX): Behave according to the documentation: don't
3484           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3485           make the variable CCC precious; use `cl.exe', not `cl'.
3487 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3488             Alexandre Duret-Lutz  <adl@gnu.org>
3490         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3491         /dev/null, as "configure" shouldn't read stdin, and this insulates
3492         us from problems (e.g., when testing for "cl").  Also, do this
3493         redirection before invoking "hostname" or "uname", and keep the
3494         original input stream available via...
3495         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3496         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3497         bother with "</dev/null" since it's now done at the top of
3498         'configure'.
3499         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3500         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3501         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3502         * doc/autoconf.texi (File Descriptor Macros): New section.
3503         (Printing Messages): Mention it.
3504         * tests/base.at (Input/Output): New test.
3506 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3508         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3509         newline if neither \c nor -n work, as that would output two
3510         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3512 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3514         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3515         This causes that any required macros inside will get before the if.
3516         * doc/autoconf.texi (autom4te.cache): A typo.
3518 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3520         Undo previous change, except keep the change to
3521         lib/autoconf/programs.m4 that replaced grep with shell
3522         pattern-matching.  This is because net-snmp configure reads stdin.
3523         Reported by Noah Misch.
3525 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3527         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3528         from /dev/null, as "configure" shouldn't read stdin, and this
3529         insulates us from problems (e.g., when testing for "cl").
3530         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3531         before invoking "hostname" or "uname".
3532         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3533         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3534         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3535         "</dev/null" since it's now done at the top of 'configure'.
3536         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3537         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3538         Also, replace grep with shell pattern-matching, to save a process.
3540 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3542         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3543         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3544         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3545         compiler.
3547 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3549         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3550         grep -q isn't portable.  Improve grep -s explanation.
3551         Problem reported by Dan Manthey.
3553 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3555         * doc/autoconf.texi (Special Shell Variables): Clarify
3556         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3558 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3560         * doc/autoconf.texi: Use @acronym for DJGPP.
3561         Fix some @code's that should have been @env's, and vice versa.
3562         Sort environment variable names.
3563         Mention that shells no longer inherit IFS.
3564         Don't recommend PATH_SEPARATOR=';' so strongly.
3565         Mention that $RANDOM might expand to the empty string.
3566         "symlink" and "soft link" -> "symbolic link".
3567         Improve mktemp description (reported by Bruno Haible).
3569 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3571         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3572         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3573         Likewise.
3574         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3575         Likewise.
3577 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3579         * NEWS: Mention AT_COPYRIGHT.
3581         * tests/local.at (AT_CMP): Use diff directly on input files rather
3582         than copying them.
3584         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3585         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3587 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3588         and Paul Eggert  <eggert@cs.ucla.edu>
3590         * tests/autotest.at (Empty test suite): New test.
3591         * tests/torture.at (Substitute and define special characters)
3592         (Substitute a 2000-byte string, Define to a 2000-byte string)
3593         (Substitute a newline, Define a newline): New tests.
3595 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3597         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3598         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3599         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3600         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3601         (Standard regular expressions): New test.
3602         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3603         excess test name quoting.
3604         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3605         CPPFLAGS to `configure' instead of setting it in `configure'.
3607         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3608         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3609         on some platforms.
3611         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3612         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3614         * tests/local.at (AT_CMP): New macro.
3615         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3616         (AC_SAVE_STATE): Move environment grep...
3617         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3618         (AT_CONFIG_CMP): New macro.
3619         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3620         * tests/c.at (Extensions): Do not exit early.
3621         * tests/atlocal.in: Inherit $GREP.
3623         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3624         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3626         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3627         (AC_COPYRIGHT): Factor header comment portion out and move into...
3628         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3629         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3630         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3631         --version output.
3632         * tests/local.at: Add Autoconf test suite copyright notice.
3633         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3635 2005-02-04  Bruno Haible  <bruno@clisp.org>
3636         and Paul Eggert  <eggert@cs.ucla.edu>
3638         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3640 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3642         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3643         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3645         Try not to generated lines of unlimited length, as POSIX places a
3646         2047-byte limit on line length of portable text files.
3647         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3648         Use newline as a separator, not space.
3649         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3650         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3651         space.
3653 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3655         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3656         as_func_*.  Add test to check whether positional parameters
3657         are restored after function return.
3659 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3661         * doc/autoconf.texi (Special Shell Variables): Mention _,
3662         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3663         if they contain a lower-case letter.  The DUALCASE problem was
3664         reported by Ralf Wildenhues.
3666         * bin/autoconf.as: Don't exit with status 0 after write failure
3667         with --help or --version.
3668         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3669         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3671 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3673         * doc/autoconf.texi (Limitations of Usual Tools):
3674         Unicos 9 sed limitations.
3675         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3676         to get the option-enhanced interface on older Crays.  Try ftn for
3677         Fortran 95 (newer Crays).
3679 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3681         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3682         care to echo the commands, so the user knows what's going on.
3683         Modified from a suggestion by Stepan Kasal.
3685         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3686         with a cross reference.  Derived from a suggestion by Bruce Korb.
3688 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3690         * doc/autoconf.texi (config.status Invocation): Warn about
3691         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3692         * doc/install.texi (Defining Variables): Likewise.
3693         Based on a proposed patch by Ralf Wildenhues.
3695         * man/Makefile.am (.x.1): Make sure the required generated files
3696         are up to date.  Problem and original solution proposed by Stepan Kasal.
3697         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3698         implicit-man-prerequisites): New rules, used by the above.
3700         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3701         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3702         * config/missing, config/texinfo.tex: Likewise.
3704 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3706         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3707         Update the long comment explaining it.
3709         m4_require no longer writes an ``is required by'' line to the
3710         execution stack.  It contains only one bit of non-redundant
3711         information: that the macro was required, not called.  And even
3712         this bit is useless in most situations: have you ever met a macro
3713         which both calls and requires the same macro?
3715         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3716         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3717           macro.
3718         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3719         (m4_expansion_stack_pop): Remove the misplaced comment.
3720         (m4_require): Don't put the ``is required by'' line to the
3721           execution stack; slightly improve the out-of-a-defun error message.
3722         (_m4_divert_grow): New macro, counter for the temporary diversions.
3723         (_m4_require_call): Use it.
3724         * tests/m4sugar.at (m4_require): Expect output without the
3725           ``is required by'' messages.
3727 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3729         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3730         rather than x for expr.
3732         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3733         this is safe.
3734         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3735         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3736         * lib/autotest/general.m4 (AT_INIT): Likewise.
3737         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3738         * tests/mktests.sh: Likewise.
3740 2005-01-27  Akim Demaille  <akim@epita.fr>
3742         Have autoheader honor --force.
3744         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3745         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3746         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3747         from masters, so that FileUtils.pm's update_file provide --force
3748         support.
3749         * bin/autoheader.in: Pass $force to update_file so that
3750         config.h.in is always recreated when --force.
3752 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3754         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3756 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3758         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3759         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3761 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3763         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3764         Warn about newline stripping in `` and $().  Update Solaris
3765         version to 9.
3766         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3767         X insulates us from future changes to Posix.
3768         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3769         stripping.
3771 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3773         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3774           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3776 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3778         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3779         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3780         bug-tar mailing list.
3782 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3784         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3786 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3788         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3789         ulongval to be static, to avoid unwanted GCC warning.  Problem
3790         reported by Michael Jennings via Daniel Reed; see
3791         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3793 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3795         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3796         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3797         datadir, infodir, and mandir.  Adjust argument parsing code.
3798         (_AC_INIT_HELP): Update help text.
3799         * doc/autoconf.texi (Installation Directory Variables): Document
3800         new variables.
3802 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3804         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3805         not seem to work, assume it does set $(MAKE).
3806         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3808 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3810         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3812 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3814         A cleanup of the diversion support in m4sugar.
3816         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3817         (_m4_divert_n_stack): New macro; the expansion is
3818           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3819           otherwise.
3820         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3821         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3822           stored in _m4_divert_diversion or _m4_divert_dump.
3823         (m4_divert_pop): When the parameter is given, compare the symbolic
3824           name with the last diversion pushed on the stack.  Previously, the
3825           current diversion was compared with the numeric value of the
3826           diversion given as the parameter.
3827         (m4_require): If the macro hasn't been expanded yet, call ...
3828         (_m4_require_call): this new macro.
3830 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3832         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3833         Workarounds for documented `case' limitations.
3835 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3837         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3838         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3840 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3842         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3843         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3844         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3846         Patch from Roger Leigh (with some minor changes) as follows:
3847         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3848         Resurrect AC_PROG_CC_STDC.
3849         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3850         AC_PROG_CC_C89, AC_PROG_CC_C99.
3851         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3852         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3853         AC_PROG_CC_C99): New macros.
3854         (AC_PROG_CC_STDC): Use them.
3855         (_AC_PROG_CC_STDC): Remove.
3856         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3857         * THANKS: Add Roger Leigh.
3859 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3861         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3862         signals that the package uses Automake; a `Makefile.am' is typical but
3863         not essential.  Reported by Magnus Therning.
3864         * tests/torture.at (autoreconf.): New banner.
3865         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3866         AC_CONFIG_SUBDIRS'.
3867         (autoreconf an empty directory): Rename to `Empty directory'.
3868         (Unusual Automake input files): New test.
3870 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3872         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3873         (AT_SETUP): Clear AT_capture_files.
3874         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3875         (AT_KEYWORDS): Fix comment typo.
3876         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3877         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3878         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3880 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3882         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3883         If the variable to set is already set, set ac_cv_path_$1
3884         to the preset value so caller can assume ac_cv_path_$1
3885         is available.  (trivial change)
3887 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3889         * BUGS (Minor Problems): Warn about makefile limitations.
3890         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3891         * man/Makefile.am: Find and update manual pages in $(srcdir).
3893 2004-12-24  Eric Blake  <ebb9@byu.net>
3895         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3896         shells in subshell, to avoid noise from ash.  (trivial change)
3898 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3900         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3901         problems with SunOS ksh and backslash escaping, Bourne shells and
3902         closing brackets (both within character classes).  Bug reported
3903         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3904         <read>: New entry.  Mention non-availability of -r.
3906 2004-12-21  Akim Demaille  <akim@epita.fr>
3908         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3909         avoid cluttering displayed messages.  Rather, prepend srcdir where
3910         AT_LINE is used for log files.
3912 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3914         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3915         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3916           no longer part of the macro, quote the occurrence of ``$tmp''.
3917         * doc/autoconf.texi (Forbidden Patterns): Typo.
3919 2004-12-21  Akim Demaille  <akim@epita.fr>
3921         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3922         separated from the test title by forcing a white space.
3924 2004-12-21  Akim Demaille  <akim@epita.fr>
3926         Enable Emacs navigation within testsuite.log files.
3928         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3929         use the compilation mode.
3930         (AT_LINE): Point to the srcdir.
3932 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3934         * tests/Makefile.am (installcheck-local): Use $(bindir).
3935         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3936         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3937         Makefile.am scheme Autoconf now uses.
3939 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3941         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3942         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3944 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3946         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3947         (_AT_CHECK): Use it.
3948         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3949         (AS_ESCAPE): Fix comment.
3950         * tests/autotest.at: Adjust section banner comments.
3951         (AT_CHECK_AT): Accept STATUS and STDERR.
3952         (AT_CHECK_AT_TEST): Likewise.
3953         (Invalid brace-enclosed parameter expansion)
3954         (Multiline command from M4 expansion)
3955         (Double-M4-quoted command): New tests.
3957 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3959         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3961 2004-12-17  Akim Demaille  <akim@epita.fr>
3963         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3964         m4_pattern_allow.
3965         Suggested by Alexandre Duret-Lutz.
3966         * doc/autoconf.texi (Setting Output Variables): Catch up.
3968 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3970         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3972 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3974         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3975           remove the comment which said we cannot.
3977 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3979         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3980         Reini Urban and Paul Eggert for reporting the dependencies.
3982         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3983         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3984         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3986 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3988         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3989           so that eg. ``autoscan --help'' doesn't truncate it.
3991 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3993         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3994         generated conftest files.
3996 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3998         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3999         tracing on commands with possibly-escaped newlines.
4000         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
4001         discontinued behavior and its implications.
4002         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
4003         (BSx641-newline in command, BS-BS-newline in command)
4004         (BSx640-newline in command, Newline-CODE-BS-newline in command)
4005         (Single-quote-BS-newline in command)
4006         (Single-quote-newline-BS-newline in command): New tests.
4008 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4010         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
4011           on platforms where it works.
4012         (_AS_TEST_PREPARE): Test for ``test -x''.
4013         (_AS_BROKEN_TEST_PREPARE): Nuke.
4015 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4017         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
4018         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
4019           give only 4-letter prefix to AS_TMPDIR, comment fixed.
4020         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
4021           create the temporary directory.
4022         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
4024 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
4026         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
4027         (trivial change)
4029 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
4031         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
4033 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
4035         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
4036         to avoid using a negated character class.  Reported by Nicolas Joly.
4037         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
4039 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
4041         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
4042         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
4043         Don't depend on .x file explicitly, since "make" does that for us.
4044         Suggested by Stepan Kasal.
4046         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
4047         Add *.tmp.
4048         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
4049         ifnames): Factor common code.  And they said it couldn't be done!
4051 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4053         * bin/.cvsignore: Add autoconf.in.
4054         * tests/.cvsignore: Add wrapper.in.
4055         * lib/autotest/general.m4: Escape '$' in case pattern.
4057 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
4059         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
4061         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
4063         * tests/autotest.at: New file.
4064         * tests/suite.at: Include it.
4065         * tests/Makefile.am: Distribute it.
4067         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
4068           shell tracing on a command that could contain multiple lines.
4069         * doc/autoconf.text: Document that fact and its implications.
4070         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
4071         * tests/autotest.at (Multiline backquote command substitution,
4072           Multiline parameter expansion, Literal multiline command,
4073           Multiline parenthetical command substitution): Remove XFAIL.
4075 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4077         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4078         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
4080 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4082         * configure.ac (test suite): Cease to generate wrapper scripts.
4083         * configure: Regenerate.
4084         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4085         (m4f_dependencies): Adjust accordingly.
4086         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4087         (wrapper.in): Generate it in the build directory.
4088         (MAINTAINERCLEANFILES): Delete wrapper.in.
4089         (CLEANFILES): Add wrapper.in.
4090         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4091         the output.  Replace each $as_me with a @wrap_program@.
4092         * tests/wrapper.in: Delete it; we always build it.
4094         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4095         (EXTRA_DIST): Remove autoconf.in.
4096         (CLEANFILES): Add autoconf.in.
4097         (autoconf): Find autoconf.in in the build directory.
4098         * bin/autoconf.in: Delete it; we always build it.
4100 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4102         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
4103         PATH members so as to not prepend an empty element.  Move a comment.
4104         * Makefile.am (SUBDIRS): Build in `tests' last.
4105         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4107 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
4109         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4110         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
4111         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4112         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4114 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
4116         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4117         patch: extra "-l"s.
4119 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4121         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4122         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
4123         * doc/autoconf.texi (Particular Functions): Mention new behavior.
4125 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
4127         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4128           out the common code to ...
4129         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4130           value of the #define--default to 1, iff the macro was called
4131           with exactly one parameter.
4133 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4135         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4136         "char c = '\200';" rather than "char c = 0x80;" as the
4137         latter doesn't conform to the strict C standard due to
4138         overflow on signed char hosts.
4140         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4141         to -qlanglvl=ansi.  We don't want to disable extensions.
4143 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4145         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4146         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4147         Reword slightly to avoid some English-language problems noted
4148         by Ralf Wildenhues in:
4149         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4151 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4153         * NEWS: Add ^L above each release.
4155 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4157         Fix documentation problems reported by Russ Boylan in
4158         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4159         along with some nearby cruft.
4160         * doc/autoconf.texi (Libtool): Libtool can be used without
4161         Automake (not without Autoconf).
4162         (Introduction): Mention lists.gnu.org.
4163         * BUGS: Don't mention bugs.gnu.org.
4164         Remove mention of ancient libtool compatibility problem.
4165         * NEWS: Mention that bugs.gnu.org is kaput.
4166         * README: Likewise.  Mention where mailing list archives can be found.
4168 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4170         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
4171         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4173 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4175         * doc/autoconf.texi (Pretty Help Strings): Go back to
4176         single-quoting assignments to cache variables.
4178 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4180         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4181         with the examples; fix the bug in MY_ARG_WITH example reported
4182         by Alexandre Duret-Lutz.
4183         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4184         expansion of $1 in the comment emitted to configure.
4186 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4188         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4189         in my editing of the previous patch.  Problem reported
4190         by Alexandre Duret-Lutz.
4192 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4194         * doc/autoconf.texi (Autoconf Language): Explain that
4195         ``descriptions'' may not be double quotes.
4196         (Quotation Rule Of Thumb): Likewise.
4197         (Pretty Help Strings): Likewise; remove the wrong comment;
4198         simplify the examples and improve their quoting.
4200 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4202         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4203         the $1_found variable, don't test whether the file is executable;
4204         Both things are checked ...
4205         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4206         the former ``test -f''.
4207         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4209 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4211         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4212         use cp -R instead.
4214 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4216         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4217         limitations.  Reorder paragraphs for clarity.
4219 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4221         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4222         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4223         variants", "Unix", and some related minor wording fixups.
4225         (Shellology, Special Shell Variables): Document that the Zsh
4226         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4227         to Alexandre Duret-Lutz for this info.
4229 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4231         * doc/autoconf.texi (One-Shot Macros): New node.
4233 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4235         * doc/autoconf.texi (Function Portability): Fix misdescription
4236         of putenv.  Problem reported by Michael Wardle.
4238 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4240         * doc/autoconf.texi (auindex): New macro.
4241         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4242         Problem reported by Stepan Kasal.
4244 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4246         Fix problems reported by Andreas Buening in:
4247         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4248         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4249         in test makefile.
4250         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4251         readable; it's not true in OS/2-emx.
4253 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4255         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4256         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4257         (trivial change).  Problem and patch reported by Andrew Church in:
4258         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4260 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4262         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4263         three args in examples.  Problem reported by Frederik Fouvry in:
4264         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4265         Also, fix some minor spacing and punctuation bugs.
4267 2004-09-02  Akim Demaille  <akim@epita.fr>
4269         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4270         "case" to restore ordering.
4271         Reported by Stepan Kasal.
4273 2004-08-26  Akim Demaille  <akim@epita.fr>
4275         * doc/autoconf.texi: Minor typos and stylos.
4277 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4279         * configure.ac (AC_INIT): Bump to 2.59c.
4281 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4283         Version 2.59b.
4285         * README: Add advice about m4 1.4.2.
4287         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4288         texinfo.tex for now (done by hand now).
4289         * Makefile.maint (wget_files, cvs_files):
4290         Remove ansi2knr.c; nobody uses it.
4291         (ansi2knr.c-url_prefix): Remove.
4292         (cvs-update): Fix test for failure.  I don't know why it ever
4293         worked...
4295         * doc/autoconf.texi: Update URLs, some of which went stale.
4296         Use @uref rather than @href.
4298         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4299         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4301         * config/config.guess, config/config.sub, config/elisp-comp,
4302         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4303         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4305         * NEWS, TODO, configure.ac, bin/autoscan.in,
4306         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4307         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4308         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4309         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4310         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4311         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4312         tests/tools.at, tests/torture.at:
4313         Use "file name" rather than "filename" or "path",
4314         to be consistent with the terminology of the GNU coding standards.
4316 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4318         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4319         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4320         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4321         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4323         More fixes to support spaces in the name of the build directory.
4324         This isn't a complete fix but it's an improvement.
4326         * bin/autoconf.as (autom4te_options): New var.
4327         Use it instead of appending to AUTOM4TE, so that we can allow
4328         spaces in the build directory's absolute name.
4329         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4330         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4331         AT_CHECK_NOESCAPE): Likewise.
4332         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4333         main program): Likewise.
4335 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4337         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4338         From Ralf Corsepius in:
4339         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4341 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4343         * doc/autoconf.texi (Function Portability): Document isinf and
4344         and isnan.  From a suggestion by Kevin Ryde.
4346         * lib/Autom4te/General.pm (END): Return correct exit status even
4347         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4349 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4351         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4352         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4353         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4355 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4357         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4358         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4359         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4360         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4361         * lib/autom4te.in (Automake-preselections): Preselect
4362         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4364 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4366         * lib/autom4te.in (Automake-preselections): Preselect
4367         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4368         trace them.
4370 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4372         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4373         Tru64.
4374         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4375         Document problem with "`""`" in pdksh POSIX mode.
4377 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4379         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4380         with pdksh, too.  Problem reported by Patrick Welche via
4381         Gary V. Vaughan.
4382         * doc/autoconf.texi (Shellology): Note that set -o posix is
4383         useful for pkdsh, too.
4385 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4387         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4388         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4389         Don't fail if ENV or BASH_ENV is readonly.
4390         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4391         etc. are read only.  Problem reported by Ludovic Courtes.
4393 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4395         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4396         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4397         (trivial change)
4399 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4401         * doc/autoconf.texi (File System Conventions): Warn about
4402         names like "aux".  Problem reported by Eric Blake.
4404         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4405         by zero instead of array size, so that we can use any arithmetic
4406         constant expression (instead of requiring an integer constant
4407         expression).  This allows us to test expressions like DBL_MAX <
4408         LDBL_MAX, which didn't conform to the C standard using the old
4409         method.
4410         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4411         now that we can do floating-point tests at compile time.
4413 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4415         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4416         and LDBL_EPSILON, as the resulting expression isn't an
4417         integer constant expression and violates the C standard.
4418         Problem reported by Nelson H. F. Beebe.  Also, check
4419         for "L" suffix, and check that long double doesn't have
4420         worse range or precision than double, that mixed-mode
4421         arithmetic doesn't generate a diagnostic, that double
4422         constants fit in long double.
4424 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4426         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4427         malloc(0) and realloc(NULL,size).
4429         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4430         Bob Proulx.
4432 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4434         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4435         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4436         by Jim Meyering.
4438 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4440         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4441         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4443 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4445         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4446         Problem reported by Stepan Kasal.
4448 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4450         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4451         change).  Patch reported by Ralf Wildenhues in
4452         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4454         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4455         function F exists if the compiler and linker let you compile an
4456         expression like (F != 0).  Recent versions of GCC optimize away
4457         the reference to F in that case, since every function address must
4458         be nonzero, so the link succeeds even if F does not exist.
4459         Problem reported by Manu in
4460         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4462         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4463         "Unix".  Many uses changed.
4464         (Limitations of Builtins): Explain better why the ! command isn't
4465         portable.
4467 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4469         * lib/autom4te.in (Automake-preselections): Preselect
4470         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4472 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4474         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4475         referencing AC_FUNC_STRERROR_R.
4477         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4478         note pessimistic assumption when cross compiling.
4480 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4482         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4483         (until 2004) invoked subcommands with sh -e, contra POSIX.
4484         Reported by Kevin Ryde.
4486 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4488         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4489         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4490         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4491         `test -f "        /usr/bin/grep"', which _always_ failed.
4492         (AC_PROG_SED): Ditto bogus PATH fix.
4493         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4494         requires that grep correctly supports _multiple_ `-e' options, rather
4495         than stating only that grep should accept `-e'.
4497 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4499         Port to C99, which requires that 'exit' be declared.
4501         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4502         to ensure that stdlib.h is included.
4503         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4504         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4505         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4506         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4507         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4508         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4509         when using 'exit' in a test; C99 requires that 'exit' be declared.
4511 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4513         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4514         now prefers 'grep' implementations that accept -e.
4515         (Limitations of Usual Tools): Describe problems of traditional
4516         egrep and fgrep with long input lines, and of traditional grep
4517         with -e.
4518         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4519         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4520         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4521         Solaris.
4522         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4523         the user with complaints about multiple -e options.
4524         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4525         Define it with AC_PROG_GREP.
4526         * configure.ac (AC_PROG_GREP): Add.
4527         * lib/freeze.mk (GREP): New macro.
4529 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4531         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4532         a possible candidate only after all others fail, rather than
4533         consulting it first.  This improves backward compatibility by
4534         better reflecting the way shell selection occurred in previous
4535         versions of Autoconf, and should help to avoid triggering latent
4536         problems in other packages, such as the one in Automake where zsh
4537         is not handled robustly:
4538         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4539         Although it is not Autoconf's responsibility to work around
4540         problems in Automake, it nevertheless makes sense to avoid
4541         introducing unnecessary incompatibilites.
4543 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4544             Gary V. Vaughan  <gary@gnu.org>
4546         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4547         how deeply nested we are when a suitable tool is found, set the
4548         ac_path_TOOL_found flag.
4549         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4550         nested we are in this macro.  Break out of all 3 nested loops if
4551         ac_path_TOOL_found is set.
4553 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4555         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4556         of the _AS_PATH_WALK loop too if GNU flavor is found.
4558 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4560         * doc/autoconf.texi (Limitations of Make): Update documentation
4561         for `$<'.  New entry `Long lines', based on a report from Simon
4562         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4563         paragraph about DJGPP, based on a mail from Richard Dawe.
4565 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4567         * tests/c.at (C keywords): Don't assume that GCC supports
4568         "restrict" and "inline", as sufficiently-old GCC versions do not
4569         (also, GCC configured to be in pedantic C89 mode does not).
4570         Problem reported by Sumit Pandya in:
4571         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4573         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4574         consider -g to work if it generates warnings when plain compiles
4575         don't.  Problem reported by Braden McDaniel in:
4576         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4578         * doc/autoconf.texi (Slashes): New section, to document a problem
4579         reported by Jim Meyering in:
4580         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4582         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4583         linker output files before linking, to work around IRIX 6 linker bug.
4584         Problem reported by Rainer Orth in:
4585         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4587 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4589         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4590         best tool so far counter rely on the tool path variable name to
4591         avoid checks for one tool being affected by the results of running
4592         the length check on a previous tool.
4594         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4595         match expression argument, as different greps have different
4596         regular expression flavours.
4597         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4598         literals.
4599         (AC_PROG_EGREP): Pass 'EGREP$'.
4600         (AC_PROG_GREP): Pass 'GREP$'.
4602 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4604         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4605         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4607 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4609         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4610         Types, Specific Compiler Characteristics, System Services,
4611         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4612         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4613         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4614         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4615         Likewise.
4616         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4617         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4618         AC_TYPE_OFF_T): Likewise.
4619         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4620         Likewise.
4622         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4623         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4625 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4627         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4628         now defines HAVE_DECL_TZNAME if it is declared, when
4629         HAVE_STRUCT_TM_TM_ZONE is not defined.
4630         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4631         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4632         for HAVE_TZNAME.
4634 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4636         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4637         superfluous backslashing of quotes (") in sed expressions;
4638         thanks to Paul Eggert.
4640 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4642         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4643         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4644         H. F. Beebe for the bug report.
4646 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4648         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4649         quoted -cmdline argument in Portland Group compiler (bug
4650         reported by Jeffrey J. Barteet).
4652 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4654         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4655         (Run Time): ... here, where it's now mentioned.
4657 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4659         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4660         inherits from language Autoconf-without-aclocal-m4.
4661         (Customizing autom4te): Adjust example; the cache must now be
4662         disabled for language Autoconf-without-aclocal-m4.
4664 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4665             Nathanael Nerode  <neroden@twcny.rr.com>
4667         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4668         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4669         a prefix.
4670         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4671         AC_CHECK_TARGET_TOOLS): New macros.
4672         * doc/autoconf.texi (Generic Programs): Document
4673         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4674         AC_CHECK_TARGET_TOOLS, and warn for future changes
4675         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4676         AC_CHECK_TOOLS.
4677         (Specifying Names): Document the reason for these future
4678         behavioral changes.
4679         * tests/mktests.sh: Do not generate tests for the
4680         new macros.
4681         * NEWS: Document these changes.
4683         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4684         they make TeX hang up.
4686 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4688         * NEWS: New macro AC_CHECK_ALIGNOF.
4689         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4690         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4691         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4692         vowel.
4693         (AC_CHECK_ALIGNOF): New macro.
4694         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4695         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4696         those for sizeof.
4698 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4700         * bin/Makefile.am (edit): Don't use $< in a context where
4701         POSIX doesn't require support for it.  Use $@.in instead.
4702         Problem reported by Anthony N. Frasso in
4703         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4704         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4706 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4708         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4709         from the next generation of Libtool.
4710         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4712 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4714         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4715         is not always thread-safe.  Report from Nathanael Nerode.
4717 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4719         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4720         problem on QNX reported by Stephen Rasku in
4721         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4723         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4724         $(m4sh_m4f_dependencies); this removes a FIXME.
4725         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4726         (MAINTAINERCLEANFILES): Split into pieces,
4727         one per related section.  Add $(srcdir)/wrapper.in.
4729 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4731         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4732         AC_SUBST provides no portable way to escape literal newlines.
4734         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4735         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4736         Darwin uses -lcrt2.o and there's little point to cataloging all
4737         the system variants.  Partial fix reported by Andreas Waechter in:
4738         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4739         for bug reported by Nelson H. F. Beebe in:
4740         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4742 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4744         * doc/autoconf.texi (AU_DEFUN): Fix English,
4745         suggested by Paul Eggert.
4746         * lib/autoconf/autoupdate.m4: Correct reference to
4747         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4749 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4751         * bin/autoupdate.in: Define __file__ so that warnings
4752         refer to the correct file.
4753         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4754         the behavior of the third argument.
4755         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4756         correctly the behavior of the third argument.  Document
4757         what the three macros that AU_DEFUN defines do.  Fix
4758         warning message when the third argument includes $0
4759         (reported by Alexandre Duret-Lutz).
4761 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4762             Eric Sunshine  <sunshine@sunshineco.com>
4763             Paul Eggert  <eggert@twinsun.com>
4765         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4766         (AS_INIT): Output shell initialization there. Removed optional
4767         parameter. Expand _AS_SHELL_FN_SPY.
4768         (AS_INIT_WITH_SHELL_FN): Removed.
4769         (_AS_SHELL_FN_SPY): New macro.
4770         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4771         macros.
4772         (AS_SHELL_SANITIZE): Remove loop to find better shell
4773         and documentation for the parameter.
4774         (_AS_DETECT_BETTER_SHELL): Move it here.
4775         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4776         (_AS_RUN): Move it here, support testing with eval.
4777         (AS_REQUIRE_SHELL_FN): Require shell functions when
4778         it is used.
4779         (_AS_LINENO_WORKS): Put around braces, we do not
4780         trigger the bash bug anymore.
4781         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4782         use AS_INIT_WITH_SHELL_FN.
4783         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4785 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4787         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4788         * doc/autoconf.texi: Don't say that the third parameter
4789         is broken.
4790         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4791         (AU_DEFUN): Honor the third parameter, create autoupdate
4792         macros with AU_DEFINE.
4793         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4794         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4795         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4796         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4797         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4798         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4799         AC_XENIX_DIR): Likewise.
4800         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4801         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4802         * lib/autoconf/status.m4: Remove FIXME.
4803         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4804         that the macro is not present anymore in the updated
4805         configure.ac.
4806         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4807         of autoupdate.
4809 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4811         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4812         copyright years.
4813         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4814         2003 (except 1997) to the list of copyright years.  This undoes
4815         the 2003-05-22 change, which removed the older years from the list.
4816         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4818 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4819             Albert Chin-A-Young  <china@thewrittenword.com>
4821         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4822         grep or ggrep program in PATH that accepts as long lines as
4823         possible.
4824         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4825         AC_PROG_GREP.
4826         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4827         egrep and fgrep respectively if $GREP -E/-F don't work.
4828         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4829         _AC_PROG_GREP, and AC_PROG_SED.
4830         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4831         longest input length accepted by a command.
4832         (AC_PROG_SED): Use it.
4833         * doc/autoconf.texi (Particular Programs): Document the changes.
4834         * NEWS: Updated.
4836 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4838         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4839         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4840         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4841         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4843         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4844         bin/autoconf.in, config/Makefile.in, config/config.guess,
4845         config/config.sub, config/install-sh, config/mdate-sh,
4846         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4847         lib/Makefile.in, lib/Autom4te/Makefile.in,
4848         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4849         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4850         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4851         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4852         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4853         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4854         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4855         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4856         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4857         tests/actypes.at: Regenerate and/or sync with original
4858         sources.
4860 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4862         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4863         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4864         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4865         not <inttypes.h>.  Problem reported by Tim Mooney in
4866         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4867         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4868         Likewise.
4870         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4871         otherwise "make check" fails because it forbids cmp (I guess
4872         because cmp treats files as binary on DOS-like systems).
4874         * tests/mktests.sh: Update copyright date to 2004, since some tests
4875         have changed in 2004.
4877 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4879         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4880         non-truncating sed or gsed program in PATH.
4881         * tests/acprograms.at: Add it.
4882         * doc/autoconf.texi (Particular Programs): Document it.
4883         * NEWS: Updated.
4885 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4887         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4888         -std1 disables some useful extensions on Tru64.  Problem reported
4889         by N. Lichtmaier in
4890         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4892 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4894         * doc/autoconf.texi (Programming in M4sh): Document that
4895         AS_MKDIR_P succeeds if the destination is a symbolic link
4896         to an existing directory.
4897         (Limitations of Usual Tools): Note that mkdir -p might not
4898         succeed on symlinks to directories.
4900 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4902         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4903         * bin/autoheader.in: Grammar fix in message.
4904         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4905         Test for dir before calling mkdir -p.  (trivial changes)
4907 2004-01-13  Eric Blake  <ebb9@byu.net>
4909         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4910         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4912 2004-01-10  Jim Meyering  <jim@meyering.net>
4914         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4916 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4918         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4919         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4920         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4921         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4922         AC_COMPILE_IFELSE, since we now assume our caller invokes
4923         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4924         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4925         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4926         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4928 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4930         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4931         `"'...'"`, as it's confusing (and I suspect it may not work on
4932         some platforms).  The code was incorrect anyway, as it assumed
4933         that \$ evaluated to itself in that context.  Reported by
4934         Alexandre Duret-Lutz.
4936 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4938         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4939         and _LT_AC_TAGCONFIG.
4941 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4943         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4944         example, and add more examples.  Reported by Eric Sunshine.
4946 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4948         * doc/autoconf.texi (Limitations of Usual Tools):
4949         Remove warning against "rm -fr" introduced yesterday; it
4950         was a false alarm.
4952         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4953         autoscan, autoupdate, ifnames): Don't use chmod -w.
4954         * lib/Makefile.am (autom4te.cfg): Likewise.
4955         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4956         "chmod -w".
4958 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4959             Paolo Bonzini  <bonzini@gnu.org>
4961         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4962         by doing lineno substitution only on lines containing "$LINENO".
4964 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4966         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4967         Use "rm -f" to remove conftest.sed, not plain "rm".
4968         Bug reported by David Relson in
4969         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4971         * Makefile.am (autom4te-update):
4972         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4973         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4974         * doc/autoconf.texi (Guidelines): Likewise.
4975         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4976         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4977         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4978         * lib/autotest/general.m4 (AT_INIT): Likewise.
4979         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4980         * tests/Makefile.am (clean-local): Likewise.
4981         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4982         srcdir): Likewise.
4983         * doc/autoconf.texi (Limitations of Usual Tools):
4984         Warn against "rm -fr".
4986 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4988         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4989         -c -o might not work.  From a suggestion by Kevin Ryde.
4990         (C Compiler, Generating Sources, Limitations
4991         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4992         Don't put '-o' after non-options, as POSIX doesn't allow this.
4993         Mention that cc's name might be gcc or c89 or whatever.
4995 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4997         * doc/autoconf.texi: Add various further index entries.
4999 2003-12-29  Paul Eggert  <eggert@twinsun.com>
5001         * bin/autoreconf.in (autoreconf_current_directory):
5002         Fix typo: mkdir without umask arg.
5004 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
5006         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
5007         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
5008         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
5009         explanation clearer.
5011 2003-12-24  Andreas Schwab  <schwab@suse.de>
5013         * doc/autoconf.texi (Default Includes): Fix misspelling of
5014         AC_INCLUDES_DEFAULT.
5016 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5018         * configure.ac: Test if sh -n works.
5019         * configure: Regenerate.
5020         * tests/atlocal.in: Store the result here.
5021         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
5022         tools.at, looking in atlocal's ac_cv_sh_n_works instead
5023         of explicitly testing.
5024         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
5025         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
5026         * tests/tools.at (Syntax of the shell scripts): Simplify
5027         using AT_CHECK_SHELL_SYNTAX.
5028         (Syntax of the Perl scripts): Remove definition of
5029         AT_CHECK_PERL_SYNTAX.
5031 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5033         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
5034         stderr to /dev/null.
5035         * bin/autoconf.in: Regenerate.
5036         * bin/wrapper.in: Regenerate.
5038 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
5040         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
5041         Extracted from AS_SHELL_SANITIZE.
5042         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
5043         macros.
5044         (AS_SHELL_SANITIZE): Move reinvocation code from
5045         _AS_LINENO_WORKS, use it to find out if shell
5046         functions work.
5047         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
5048         does not work.
5049         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
5050         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
5051         was called.
5052         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
5053         * bin/autoconf.in: Regenerate.
5054         * tests/wrapper.in: Regenerate.
5055         * tests/tools.at: Test the syntax of tests/autoconf
5056         and tests/testsuite.
5058 2003-11-24  Akim Demaille  <akim@epita.fr>
5060         * config/announce-gen (&print_locations, &print_signatures)
5061         (&sizes): New.
5062         Use them.
5063         No longer rely on Gnus to inline the list of signatures: compute
5064         them on the fly.
5066 2003-11-24  Akim Demaille  <akim@epita.fr>
5068         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
5069         override some files.
5070         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
5071         From Debian Autoconf 2.58.
5073 2003-11-24  Akim Demaille  <akim@epita.fr>
5075         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5076         uses.
5077         From Debian Autoconf 2.58.
5079 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5081         * TODO: Remove already done things.  Update the part about finding
5082         tools for the target.
5084 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5086         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5087         Make wording more consistent.
5088         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5089         Explain the transition better.
5090         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5091         the transition better.
5093 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5095         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5096         parameter of AU_DEFUN.
5097         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5098         (AU_DEFUN): Remove the third parameter, it was not used.
5099         Use AC_DEFUN directly, not AU_DEFINE.
5100         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5101         the expanded body, consistently with other macros such as AC_USG.
5103 2003-11-17  Paul Eggert  <eggert@twinsun.com>
5105         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5106         into the initial confdefs.h, to work around a bug in NextStep 3.3
5107         patch 3 reported by Eric Sunshine.
5109 2003-11-15  Kevin Ryde  <user42@zip.com.au>
5111         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5112         than $target since the latter is not usual, add guidelines on when to
5113         use or not use the system type.
5115 2003-11-12  Derek Price  <derek@ximbiot.com>
5117         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5118         typo misrepaired by an auto-spellcheck.
5120 2003-11-12  Akim Demaille  <akim@epita.fr>
5122         * bin/autoreconf.in (&parse_args): Don't call automake with
5123         --force-missing unless it actually supports it.
5124         From Debian #219336.
5126 2003-11-12  Akim Demaille  <akim@epita.fr>
5128         * configure.ac: Bump to 2.59a.
5129         Require 2.59.
5131 2003-11-06  Akim Demaille  <akim@epita.fr>
5133         Version 2.59.
5135 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5137         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5138         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5139         and ac_abs_top_srcdir are absolute paths.
5140         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5142 2003-11-05  Akim Demaille  <akim@epita.fr>
5144         * configure.ac: Bump to 2.58a.
5146 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5148         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5149         it provokes a warning from makeinfo about looking like a cross
5150         reference in info output.
5152         * doc/autoconf.texi (Function Portability): Add notes on signal
5153         handler return type, as per AC_TYPE_SIGNAL.
5155 2003-11-04  Akim Demaille  <akim@epita.fr>
5157         Version 2.58.
5158         * doc/standards.texi: Update from master.
5160         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5162 2003-11-04  Akim Demaille  <akim@epita.fr>
5164         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5165         computing the absolute path to d1 in the source hierarchy: it may
5166         not exist at all.  So don't cd into it.
5167         From Alexandre Duret-Lutz.
5168         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5170         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5171         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5172         * doc/autoconf.texi (Programming in M4sh): Document.
5173         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5175 2003-11-03  Pavel Roskin  <proski@gnu.org>
5177         * doc/autoconf.texi (Generic Structure Checks): Describe
5178         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5180 2003-10-31  Akim Demaille  <akim@epita.fr>
5182         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5183         (GNU Fortran): New.
5184         * doc/autoconf.texi (Language Choice): Document.
5185         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5186         the current language is Fortran.
5188 2003-10-31  Akim Demaille  <akim@epita.fr>
5190         * bin/autom4te.in (&freeze): Use a less likely warning separator
5191         than `\n\n', so that `\n\n\n' is valid in warnings.
5192         Reported by Steve Huston.
5194 2003-10-28  Akim Demaille  <akim@epita.fr>
5196         * Makefile.cfg (local_updates, executable-update): Tweak to be
5197         robust to parallel makes.
5198         Suggested by Alexandre Duret-Lutz.
5200 2003-10-27  Akim Demaille  <akim@epita.fr>
5202         * Makefile.cfg (executable-update): New.
5203         (local_updates): Call it.
5205 2003-10-27  Akim Demaille  <akim@epita.fr>
5207         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5208         Don't remove core.* as it may remove valid user files.
5209         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5210         (AC_FUNC_UTIME_NULL): Likewise.
5212 2003-10-23  Akim Demaille  <akim@epita.fr>
5214         Version 2.57g.
5215         * config/config.guess, config/config.sub: Upgrade from masters.
5217 2003-10-23  Akim Demaille  <akim@epita.fr>
5219         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5220         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5221         hand...
5223 2003-10-23  Akim Demaille  <akim@epita.fr>
5225         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5226         Don't forget to remove conftest.err.
5228 2003-10-23  Akim Demaille  <akim@epita.fr>
5230         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5231         same object file in $LIBOBJS.
5232         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5233         * doc/autoconf.texi (Generic Functions): Adjust.
5235 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5237         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5238         Use 'eval', so that the resulting configure scripts work even if
5239         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5241 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5243         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5244         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5245         (_AC_LINK_IFELSE): Check the werror flag.
5246         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5247         AC_LANG_WERROR.
5248         * NEWS: Mention it.
5250 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5252         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5253         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5254         override AC_LINK_IFELSE.
5256 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5258         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5259         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5260         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5261         Mention /usr/dt/bin/dtksh on Solaris.
5262         (Shell Substitutions): Warn about $((...)).
5263         (Parentheses): New section.
5265 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5267         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5268         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5270 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5272         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5273         cross test.
5275 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5277         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5278         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5280 2003-10-10  Andreas Schwab  <schwab@suse.de>
5282         * bin/autoheader.in: Avoid empty first line in --version and
5283         --help output.
5284         * bin/ifnames.in: Likewise.
5286 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5288         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5289         Issue a more-informative diagnostic.
5290         Problems reported by Eric Sunshine.
5292 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5294         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5295         -mGLOB_options_string stuff for Intel ifc, which can cause
5296         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5297         pattern-matching instead of grep.
5299 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5301         * doc/autoconf.texi: Document new FC Fortran macros.
5303 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5305         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5306         that future autopoint/aclocal/automake/autoreconf will be able
5307         to trace to find where to install local m4 macros.
5308         * doc/autoconf.texi (Input): Document it.
5309         * NEWS: Updated.
5311 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5313         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5314         -lcrtbegin.o to list of ignored flags and fix underquoting of
5315         -lcrt[01].o.
5317 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5319         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5320         cache variable instead of $G77 to decide whether to include -O2,
5321         since $G77 is specific to Fortran 77.
5323 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5325         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5326         free" flag.  Re-order flags tested into rough order of popularity.
5328 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5330         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5331         arguments so that it can be used with syntax identical to
5332         AC_PROG_F77, and so that we can more easily decide to
5333         remove/deprecate the DIALECT optional argument in the future if it
5334         proves troublesome.
5335         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5336         non-freeform-supporting compilers.  Document freeform flags.
5338 2003-10-03  Akim Demaille  <akim@epita.fr>
5340         * configure.ac: Look for emacs, not macs.
5341         Reported by Eric Sunshine.
5343 2003-10-03  Akim Demaille  <akim@epita.fr>
5345         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5346         * bin/autoreconf.in (autoreconf_current_directory): Create the
5347         AUX_DIR if needed, for sake of automake --add-missing etc.
5348         Suggested by Alexandre Duret-Lutz.
5350 2003-10-03  Akim Demaille  <akim@epita.fr>
5352         * configure.ac: Quotation and formatting changes.
5353         (EMACS): Don't set it if it is not recent enough to support
5354         autoconf-mode.el.
5355         From Eric Sunshine.
5357 2003-10-02  Akim Demaille  <akim@epita.fr>
5359         * bin/ifnames.in (&scan_file): Skip C++ comments.
5360         From Jeremy Yallop.
5362 2003-10-01  Pavel Roskin  <proski@gnu.org>
5364         * doc/autoconf.texi (Particular Structure Checks):
5365         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5367 2003-10-01  Akim Demaille  <akim@epita.fr>
5369         Version 2.57f.
5371 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5373         * lib/Autom4te/XFile.pm: Use Errno.
5374         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5375         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5377 2003-09-30  Akim Demaille  <akim@epita.fr>
5379         * config/announce-gen (&print_news_deltas): Extracted from...
5380         (&print_changelog_deltas): here.
5381         (&news_file): Rename as...
5382         (@news_file): this.
5384 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5386         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5387         have been created when invoking the compiler.
5388         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5390 2003-09-29  Akim Demaille  <akim@epita.fr>
5392         Version 2.57e.
5394         * config/mkinstalldirs: Upgrade.
5396 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5398         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5399         Problem reported by Lars J. Aas in
5400         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5401         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5402         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5403         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5405 2003-09-26  Akim Demaille  <akim@epita.fr>
5407         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5408         directory for AC_CONFIG_COMMANDS' first argument exists.
5409         This makes valid the invocation of _AC_SRCPATH that follows.
5410         Reported by Eric Sunshine.
5411         * doc/autoconf.texi (Configuration Commands): Adjust.
5413 2003-09-26  Akim Demaille  <akim@epita.fr>
5415         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5416         Reported by Ralf Corsepius.
5418 2003-09-26  Akim Demaille  <akim@epita.fr>
5420         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5421         arguments.
5422         Actually, use AU_ALIAS.
5423         From Bruno Haible.
5425 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5427         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5428         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5429         Problem reported by Eric Sunshine in:
5430         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5432 2003-09-26  Akim Demaille  <akim@epita.fr>
5434         The test suite are sometimes assigning timings incorrectly.
5435         Reported by Henk Krus.
5436         Diagnosed by Nicolas Joly.
5438         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5439         AT_help_all.
5440         Instead of making AT_help a sequence of assignments to grow
5441         $at_help_all, just make AT_help_all be the growing contents of
5442         $at_help_all, and make a single assignment in...
5443         (AT_INIT): here.
5444         (at_times_skip): Flip the meaning and rename as...
5445         (at_times_p): this.
5446         (AT_INIT): When summarizing the test that ran, remove
5447         $at_times_file after use, and check it is present before trying to
5448         use it.
5450 2003-09-25  Akim Demaille  <akim@epita.fr>
5452         Version 2.57d.
5454         * bin/Makefile.am (edit): Handle '@configure_input@'.
5455         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5456         (ifnames): chmod -w.
5457         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5458         executables, not bin/ executables!  Otherwise all the magic needed
5459         to find non installed files is turned off.  This caused a failure
5460         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5461         as found in its environment (sent by tests/autoreconf): pointing
5462         to bin/autom4te that could not find its files.
5463         * tests/mktests.sh: Force the replacement of generated files, for
5464         the sake of "mv" program that are interactive when overwriting a
5465         -w file.
5466         * config/install-sh: Upgrade from CVS Automake.
5468 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5470         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5471         versus test -L issues.
5473 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5474             Paul Eggert  <eggert@twinsun.com>
5476         Trivial change to support GCC's configuration procedure.
5477         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5478         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5479         about inconsistency if the preprocessor is set to give errors for
5480         any warning.
5481         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5483 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5485         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5486         and XFile.pm from Automake.
5487         * lib/Autom4te/XFile.pm: Update from Automake.
5489 2003-09-12  Akim Demaille  <akim@epita.fr>
5491         Version 2.57c.
5493 2003-09-12  Akim Demaille  <akim@epita.fr>
5495         * config/config.guess, config/config.sub, config/missing,
5496         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5497         from masters.
5499 2003-09-12  Akim Demaille  <akim@epita.fr>
5501         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5502         not asm/types.h.
5504 2003-09-11  Akim Demaille  <akim@epita.fr>
5506         * doc/autoconf.texi (Header Portability): linux/random.h.
5507         From Peter Hendrickson.
5509 2003-09-10  Akim Demaille  <akim@epita.fr>
5511         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5512         willing to edit the output files.
5514 2003-09-10  Akim Demaille  <akim@epita.fr>
5516         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5517         and AC_FC_FREEFORM.
5518         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5519         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5521 2003-09-09  Akim Demaille  <akim@epita.fr>
5523         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5524         Reported by Gary Vaughan.
5525         * bin/autom4te.in (handle_m4): Likewise.
5527 2003-09-09  Akim Demaille  <akim@epita.fr>
5529         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5530         trailing files.
5532 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5534         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5535         Improve the accuracy of the wording about obsolescence.
5536         From a suggestion by Ian Lance Taylor in
5537         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5539 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5541         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5542         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5544 2003-09-04  Akim Demaille  <akim@epita.fr>
5546         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5547         AC_FUNC_WAIT3.
5549 2003-09-04  Akim Demaille  <akim@epita.fr>
5551         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5552         (freeze): When exiting, use $exit_code.
5553         * lib/autoconf/fortran.m4: Comment changes.
5555 2003-09-04  Akim Demaille  <akim@epita.fr>
5557         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5559 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5561         Add support for newer Fortran dialects.  The F77 interface is
5562         unchanged, and continues to support Fortran 77.  New FC macros
5563         correspond to all the old F77 macros, with output variables FC,
5564         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5565         available dialect, but older dialects can be specified.  There are
5566         new macros AC_FC_SRCEXT to set the source extension, and
5567         AC_FC_FREEFORM to accept free-form source files.
5569         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5570         New macros.
5571         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5572         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5573         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5574         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5575         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5576         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5577         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5578         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5579         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5580         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5581         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5582         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5583         AC_FC_SRCEXT, AC_FC_FREEFORM):
5584         New macros.
5585         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5586         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5587         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5588         Rewrite in terms of the above.
5589         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5590         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5591         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5592         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5594 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5596         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5597         Document problems with timestamp resolution that 'make', 'cp -p', and
5598         'touch -r' have.
5600 2003-08-27  Akim Demaille  <akim@epita.fr>
5602         * tests/m4sugar.at (cross_warning): Make sure to enable the
5603         output, so that we can track spurious m4sugar output.
5604         * tests/local.at: Require 2.57.
5605         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5606         are defaulted by AT_CHECK anyway.
5607         Use AT_CHECK_AUTOM4TE.
5608         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5609         missing dnl.
5611 2003-08-27  Akim Demaille  <akim@epita.fr>
5613         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5614         when -Wobsolete is set.
5615         Set it on by default.
5616         Suggested by Klee Dienes.
5618 2003-08-27  Akim Demaille  <akim@epita.fr>
5620         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5621         documentation.
5622         From Guido Draheim.
5624 2003-08-26  Akim Demaille  <akim@epita.fr>
5626         * doc/autoconf.texi (Output): Make clear that one can run code
5627         after AC_OUTPUT.
5629 2003-08-25  Akim Demaille  <akim@epita.fr>
5631         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5632         CVS Bison.
5634 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5636         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5637         Automake versions prior to 1.8.
5639 2003-08-25  Akim Demaille  <akim@epita.fr>
5641         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5642         From Ville Karaila.
5644 2003-08-24  Akim Demaille  <akim@epita.fr>
5646         * configure.ac: Bump to 2.57c.
5648 2003-08-22  Akim Demaille  <akim@epita.fr>
5650         Version 2.57b.
5652         * Makefile.cfg (local-checks-to-skip): New.
5653         * Makefile.maint (local-check): Rename as...
5654         (local-checks-available): this.
5655         (local-check): New.
5657         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5658         * configure.ac: Require Automake 1.7.6.
5660 2003-08-22  Akim Demaille  <akim@epita.fr>
5662         Output stack traces in warnings.
5664         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5665         Replace the former...
5666         (m4_warn): Pass the call stack to _m4_warn.
5667         * bin/autom4te.in: Adjust to output the call stack.
5668         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5670 2003-08-22  Akim Demaille  <akim@epita.fr>
5672         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5673         * bin/autom4te.in: Adjust.
5675 2003-08-21  Akim Demaille  <akim@epita.fr>
5677         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5678         (&verbose): Remove.
5679         (&getopt): Adjust the note and verb channels, depending upon
5680         --verbose.
5681         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5682         * bin/autoupdate.in: Adjust.
5683         Use &verb, not &verbose.
5685 2003-08-21  Akim Demaille  <akim@epita.fr>
5687         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5688         &parse_WARNINGS.
5689         ($help): Use Autom4te::ChannelDefs::usage.
5690         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5691         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5693 2003-08-21  Akim Demaille  <akim@epita.fr>
5695         First stab at preserving warnings between calls to autom4te,
5696         including when the cache is used.
5698         There are still several issues: (i) there are too many runs of m4
5699         (one for include, one for warnings, and some more), (ii) warnings
5700         spreading on several lines are not handled gracefully, (iii) the
5701         code meant to have the call stack display for errors does not work
5702         (its handling should move from m4 to autom4te).
5704         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5705         Use them.
5706         (@preselect): Add m4_warn.
5707         ($exit_status): Remove, use $exit_code.
5708         ($help): Use Autom4te::ChannelDefs::usage.
5709         (&handle_m4): No longer define the m4_warnings.
5710         At each run, extract and report the warnings.
5711         Always cache the result, including if the exit status is on
5712         failure, since if nothing changes, we should result in the same
5713         failure, hence we can use the cache.
5714         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5715         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5716         Remove.
5717         (m4_warn): Redefine as a do-nothing: it is its invocation that
5718         matters, as warnings are now reported via traces.
5719         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5720         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5721         the latter reveals calls to the former.
5723         Adjust the tests.
5725         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5727 2003-08-21  Akim Demaille  <akim@epita.fr>
5729         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5730         Use them.
5732 2003-08-21  Akim Demaille  <akim@epita.fr>
5734         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5735         forward order.
5736         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5737         (&parse_warnings): Accept a list of warning requests.
5738         (&usage): Return a string, not a side effect.
5739         (cross): New warning category.
5741 2003-08-21  Akim Demaille  <akim@epita.fr>
5743         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5744         (&require_configure_ac): Accept an optional directory argument.
5745         ($configure_ac): Remove.
5746         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5747         (&catfile): Remove.
5748         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5749         * bin/autoscan.in: Adjust.
5751 2003-08-20  Akim Demaille  <akim@epita.fr>
5753         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5754         Reported by Alexandre Duret-Lutz.
5756 2003-08-20  Akim Demaille  <akim@epita.fr>
5758         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5759         * bin/autom4te: Adjust.
5760         In particular, be Autoconf tools are really silent when properly
5761         working, bind the verbosity of the 'note' channel to $verbose.
5762         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5763         (&xsystem, &contents): Remove, since they are exported by...
5764         * lib/Autom4te/FileUtils.pm: this.
5765         More perldoc.
5766         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5767         * lib/Autom4te/FileUtils.pm: here.
5769 2003-08-20  Akim Demaille  <akim@epita.fr>
5771         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5772         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5773         from CVS Automake.
5775 2003-08-20  Akim Demaille  <akim@epita.fr>
5777         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5778         (autom4te-update): New.
5779         * Makefile.cfg (update): Bind autom4te-update.
5781 2003-08-19  Derek Price  <derek@ximbiot.com>
5783         * lib/autotest/general.m4: Comment various HELP_* diversions.
5784         (PARSE_ARGS_BEGIN): New section for option parsing related
5785         initialization.
5786         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5787         package specific options and associated help.
5789 2003-08-19  Akim Demaille  <akim@epita.fr>
5791         * config/announce-gen, Makefile.cfg: New.
5792         * Makefile.am: Adjust.
5793         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5795 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5797         * lib/autom4te.in (Automake-preselections): Preselect
5798         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5799         and m4_sinclude.
5801 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5803         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5804         (Autoconf-without-aclocal-m4): ... this new language.
5805         * doc/autoconf.texi (autom4te Invocation): Mention
5806         Autoconf-without-aclocal-m4.
5808 2003-08-18  Derek Price  <derek@ximbiot.com>
5810         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5811         RUN-IF-PASS optional arguments.
5813 2003-08-18  Derek Price  <derek@ximbiot.com>
5815         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5817 2003-08-16  Derek Price  <derek@ximbiot.com>
5819         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5820         STDOUT & STDERR arguments.
5822 2003-08-14  Derek Price  <derek@ximbiot.com>
5824         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5825         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5826         shorter column three.  Add DESCRIPTION to log file content.
5828 2003-08-13  Derek Price  <derek@ximbiot.com>
5830         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5831         output.
5833 2003-08-12  Derek Price  <derek@ximbiot.com>
5835         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5836         (AT_CHECK_NOESCAPE): Move core functionality to...
5837         (_AT_CHECK): ...this new macro.
5839 2003-08-07  Derek Price  <derek@ximbiot.com>
5841         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5842         (AT_CHECK_NOESCAPE): ...to this new macro.
5844 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5846         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5847         in Bash 2.01.  Problem reported by Brian Gough in
5848         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5850 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5852         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5853         -lcrt1.o, for OS X.  (trivial change)
5855 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5857         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5858         inside '#ifndef __cplusplus'.  Problem reported by
5859         Bob Friesenhahn.
5861 2003-07-06  Bill Clarke  <llib@computer.org>
5863         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5864         'long', not 'int', for benefit of Sun's recent C++ compilers
5865         (trivial change).  See:
5866         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5867         (This really should be 'intptr_t', not 'long', but that would
5868         take more work.)
5870 2003-06-25  Akim Demaille  <akim@epita.fr>
5872         * lib/Makefile.am (autom4te.cfg): Make it read only.
5873         Depend on Makefile since it contains substitutions.
5874         From Paolo Bonzini.
5875         * lib/autom4te.in (args): Add local.at? for Autotest args.
5876         This change was made on autom4te.cfg which is generated.
5877         Reported by Raja R. Harinath.
5879 2003-06-25  Akim Demaille  <akim@epita.fr>
5881         * doc/autoconf.texi (Header Portability): sys/mount.h.
5882         From Gareth McCaughan.
5884 2003-06-23  Akim Demaille  <akim@epita.fr>
5886         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5887         not all of them.  This fixes 1. the fact that when testing
5888         Autoconf there are many many config.log, 2. the incorrect use of
5889         top_srcdir to find config.log.
5890         Don't mix the detailed output of failed test with the summary of
5891         failures.  Rather, append detailed log afterwards.
5893 2003-06-23  Akim Demaille  <akim@epita.fr>
5895         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5896         always run: output config.log on $at_group_log.
5898 2003-06-23  Akim Demaille  <akim@epita.fr>
5900         * tests/torture.at (#define header templates): Don't use quotes in
5901         C++ comments as it puzzles Emacs' sh font-lock-mode.
5903 2003-06-23  Akim Demaille  <akim@epita.fr>
5905         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5906         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5907         * tests/atspecific.m4: Rename as...
5908         * tests/local.at: This.
5909         * tests/suite.at: Move the globals into...
5910         * tests/local.at: here.
5911         * tests/Makefile.am: Adjust.
5912         * doc/autoconf.texi (testsuite Scripts): Adjust.
5914 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5916         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5917         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5918         ensuring we add -std1 for full-ANSI.
5920         * doc/autoconf.texi (hdrindex): New macro.
5921         Add index entries for portability of various standard header files.
5923 2003-06-20  Akim Demaille  <akim@epita.fr>
5925         * configure.ac: Bump to 2.57b.
5927 2003-06-20  Akim Demaille  <akim@epita.fr>
5929         Version 2.57a.
5931 2003-06-20  Akim Demaille  <akim@epita.fr>
5933         * bin/autom4te.in: Don't rely on $HOME being defined.
5934         Reported by Marc Espie as PR/233.
5936 2003-06-20  Akim Demaille  <akim@epita.fr>
5938         * lib/autotest/general.m4: Use at_times_file only if used.
5939         From Nicolas Joly.
5941 2003-06-20  Akim Demaille  <akim@epita.fr>
5943         * config/config.guess, config/config.sub, config/elisp-comp,
5944         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5945         Update from masters.
5947 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5949         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5950         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5951         (TEST_SCRIPT): New diversion.
5952         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5953         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5954         (AT_INIT): Support for expected failures.
5956 2003-06-02  Akim Demaille  <akim@epita.fr>
5958         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5959         changes.
5960         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5961         Autoconf nor Automake.
5962         (&contents): New, from Automake.
5963         PODify.
5965 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5967         * NEWS, doc/autoconf.texi (Particular Functions),
5968         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5969         is the inverse of localtime.
5971 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5973         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5974         (handle_exec_errors): New function.  Work around $! being
5975         altered by WEXITSTATUS.
5976         (xqx, xsystem): Use handle_exec_errors.
5978 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5980         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5981         Do not call `_exit()', simply modify `$?'.
5982         (xsystem): Reset $! before running system, and check it afterward.
5983         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5984         63 for version mismatches.
5986 2003-05-23  Akim Demaille  <akim@epita.fr>
5988         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5989         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5990         the middle of a line).
5991         * lib/m4sugar/m4sugar.m4: Likewise.
5992         Remove useless spaces in comments.
5994 2003-05-23  Akim Demaille  <akim@epita.fr>
5996         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5997         exit 63, so that we (or Automake's "missing") can tell the
5998         difference with a plain failure.
5999         * doc/autoconf.texi (Notices): Adjust.
6001 2003-05-23  Akim Demaille  <akim@epita.fr>
6003         * Makefile.am, bin/Makefile.am, config/Makefile.am,
6004         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
6005         White spaces cleanup.
6007 2003-05-22  Jim Meyering  <jim@meyering.net>
6008             Paul Eggert  <eggert@twinsun.com>
6010         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6011         Remove `#include <stdlib.h>' from the list; we should never
6012         make confdefs.h include <stdlib.h> or <cstdlib>, because the
6013         resulting namespace pollution would cause other tests to fail.
6014         Configure scripts run with some older versions of g++ and HP's
6015         aCC would fail due to such an #include.  Problems reported by
6016         Matthew Mueller in <http://bugs.debian.org/120704> and by
6017         Keith Bostic in
6018         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
6019         In the test, use the test declaration before including <stdlib.h>,
6020         as that's closer to how it'll be used.
6022 2003-05-23  Akim Demaille  <akim@epita.fr>
6024         * doc/autoconf.texi (Header Portability): ucred.h.
6025         From Ian Redfern.
6027 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6029         Overhaul Autotest's logging: generate separate log files
6030         in testsuite.dir/NNN/testsuite.log, and append them to
6031         testsuite.log instead of re-running the test verbosely.
6033         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
6034         file descriptor, write 0 to at_status_file instead of setting
6035         at_status=0, initialize some new variables (at_status_file,
6036         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
6037         to rerun the tests, instead append the at_group_log to the
6038         at_suite_log when a test fails.
6039         (AT_SETUP): pipe the test case's output into at_tee_pipe,
6040         with the AS_MESSAGE_LOG_FD redirected to stdout.
6041         (AT_CLEANUP): save the output status in $at_status_file
6042         and restore it, redirect the AS_MESSAGE_LOG_FD back to
6043         its original place.
6044         (AT_CHECK): since tests are run with a redirected stdout,
6045         and used to be re-run in verbose mode, turn some $at_verbose
6046         into echo, and don't redirect the output of testing stdout
6047         and stderr.
6049         * lib/autotest/autoconf.texi (testsuite Scripts): Update
6050         the name of the debugging directory and information about
6051         its contents.
6053 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6055         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
6056         parameter.
6058 2003-05-22  Akim Demaille  <akim@epita.fr>
6060         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
6061         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
6062         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
6063         * lib/autoconf/status.m4: Fix and adjust copyright notices.
6065 2003-05-22  Akim Demaille  <akim@epita.fr>
6067         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
6068         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
6069         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
6070         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
6071         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
6072         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6073         * lib/autoconf/status.m4, lib/autoconf/types.m4,
6074         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6075         * tests/atspecific.m4, tests/base.at, tests/compile.at,
6076         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6077         * tests/tools.at, tests/torture.at:
6078         Whitespace clean up.
6079         Suggested by Jim Meyering.
6081 2003-05-22  Akim Demaille  <akim@epita.fr>
6083         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6084         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6085         Reported by Jim Meyering.
6087 2003-05-22  Akim Demaille  <akim@epita.fr>
6089         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6090         Add AC_HELP_STRING  to the obsolete macros section.
6091         Typos.
6092         Use '@.' for sentences that ended in a capital letter.
6093         From Art Haas.
6095 2003-05-22  Akim Demaille  <akim@epita.fr>
6097         * config/config.guess, config/config.sub, config/elisp-comp,
6098         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6099         * config/texinfo.tex, doc/standards.texi: Update from masters.
6101 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
6103         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6104         it to eval.
6106 2003-05-21  Akim Demaille  <akim@epita.fr>
6108         * bin/autoupdate.in ($m4): Fix quotation.
6109         Reported by Martin Mokrejs.
6111 2003-05-19  Paul Eggert  <eggert@twinsun.com>
6113         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6114         Remove non-ASCII characters.
6116 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
6118         * tests/semantics.at (AC_SEARCH_LIBS): New test.
6119         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6120         AC_CHECK_HEADERS_NEW): New tests.
6122 2003-05-17  Akim Demaille  <akim@epita.fr>
6124         * lib/autoconf/functions.m4: Use the default includes so that
6125         memcmp be declared before being tested.
6126         Reported by Sander Niemeijer.
6127         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6128         * doc/autoconf.texi (Default Includes): Document
6129         AC_INCLUDES_DEFAULT.
6131 2003-05-17  Akim Demaille  <akim@epita.fr>
6133         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6134         * doc/autoconf.texi (Obsolete Macros): Adjust.
6135         Reported by Werner LEMBERG and Debian Bug 190886.
6137 2003-05-16  Akim Demaille  <akim@epita.fr>
6139         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6140         user name space clashes.
6141         Reported by Bruno Haible.
6143 2003-05-16  Akim Demaille  <akim@epita.fr>
6145         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6146         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6147         them uniform, and more robust to Perl special characters.
6148         Reported by Martin Mokrejs.
6150 2003-05-14  Akim Demaille  <akim@epita.fr>
6152         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6154 2003-05-14  Akim Demaille  <akim@epita.fr>
6156         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6157         linux/irda.h.
6159 2003-05-12  Akim Demaille  <akim@epita.fr>
6161         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6162         message.
6163         From Matthias Andree.
6165 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6167         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6168         and truncate.
6170 2003-05-06  Akim Demaille  <akim@epita.fr>
6172         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6173         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6174         by aclocal.m4 is changed it might require the importing of another
6175         m4 extension file, i.e., aclocal must be run.
6177         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6178         (&parse_args): Use --force with aclocal if required and supported.
6179         (&autoreconf_current_directory): Use &run_aclocal.
6181 2003-05-06  Akim Demaille  <akim@epita.fr>
6183         Lock autom4te's cache.
6185         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6186         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6187         argument instead of a file name, so that the request file remains
6188         open during the whole autom4te run.
6189         ($icache_file): New.
6190         (&freeze): Lock the $icache_file.
6192 2003-04-29  Derek Price  <derek@ximbiot.com>
6194         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6195         seperator with m4_append_uniq().  It doesn't work.
6196         (AT_CLEANUP): Add `;' to end of at_help_all.
6197         (AT_INIT): Allow --keywords to be specified more than once.  When
6198         grepping $at_help_all for keywords, use the field and keyword
6199         seperators to ensure a complete keyword match.  Alter at_prev handling
6200         to support the new --keywords behavior.
6202 2003-04-27  Karl Berry  <karl@freefriends.org>
6204         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6205         align better with others.  I also made some of the individual
6206         entries on one line, for brevity and to make it easier for me to
6207         sort my dir-example file in the Texinfo distribution :).
6209 2003-04-12  Jim Meyering  <jim@meyering.net>
6211         * NEWS: Mention the new macro.
6212         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6213         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6214         * tests/c.at: Test AC_C_RESTRICT.
6215         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6217 2003-04-08  Akim Demaille  <akim@epita.fr>
6219         * bin/ifnames.in: Skip C++ comments.
6220         From Jeremy Yallop.
6222 2003-04-08  Akim Demaille  <akim@epita.fr>
6224         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6225         From Ilya Zakharevich.
6227 2003-04-08  Akim Demaille  <akim@epita.fr>
6229         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6230         net/if.h, stdlib.h.
6232 2003-04-01  Derek Price  <derek@ximbiot.com>
6234         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6235         from Akim's checkin of 2003-03-29.
6237 2003-04-01  Derek Price  <derek@ximbiot.com>
6239         * tests/torture.at (Configuring subdirectories): Add missing
6240         close-quote for Akim's change from 2003-03-28.
6242 2003-04-01  Akim Demaille  <akim@epita.fr>
6244         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6245         (AC, AT, MS): these.
6246         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6247         New.
6248         Use them.
6249         * doc/Makefile.am (CLEANFILES): Adjust.
6250         (TEXI2DVI): Make it --batch.
6252 2003-03-31  Derek Price  <derek@ximbiot.com>
6254         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6255         which removed the main loop.
6256         Thanks to Akim Demaille.
6258 2003-03-29  Akim Demaille  <akim@epita.fr>
6260         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6261         that starts a GUI.
6262         From Ilya Zakharevich.
6264 2003-03-29  Akim Demaille  <akim@epita.fr>
6266         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6267         documentation to read is Autoconf's.
6268         Suggested by Paul Eggert.
6270 2003-03-28  Akim Demaille  <akim@epita.fr>
6272         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6273         reading the section "Present But Cannot Be Compiled" when the
6274         header causes problems.
6276 2003-03-28  Akim Demaille  <akim@epita.fr>
6278         * tests/torture.at (Configuring subdirectories): Require aclocal
6279         1.4, otherwise the test fails, as it does support configure.ac.
6280         This fixes the "test 40 failed" bug reports.
6282 2003-03-28  Akim Demaille  <akim@epita.fr>
6284         * doc/autoconf.texi (C Compiler): `#line' portability.
6285         From Paul Eggert and Nelson H. F. Beebe.
6287 2003-03-27  Derek Price  <derek@ximbiot.com>
6289         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6290         layout in order to allow scripting around test groups.
6292 2003-03-27  Derek Price  <derek@ximbiot.com>
6294         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6295         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6296         use new diversions in preparation for accepting new arguments and
6297         allowing scripting around tests.
6298         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6300 2003-03-26  Derek Price  <derek@ximbiot.com>
6302         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6303         obsolete AC_HELP_STRING.
6304         (AC_HELP_STRING): AU_DEFUN to...
6305         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6306         * tests/m4sh.at (AS_HELP_STRING): New test.
6308         * tests/acgeneral.at: Regenerated.
6310 2003-03-26  Derek Price  <derek@ximbiot.com>
6312         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6313         sense.  Verbosify the diversion definitions comment.
6315 2003-03-26  Derek Price  <derek@ximbiot.com>
6317         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6318         AS_PREPARE.
6320 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6322         * doc/autoconf.texi (Present But Cannot Be Compiled):
6323         Grammar fixes and minor rewording. (trivial change)
6325 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6327         Work around a problem noted by Nelson H. F. Beebe with coreutils
6328         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6329         2002/05/09) rejects '#line 32768 "configure"' because the line
6330         number overflows.
6331         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6332         #line directives.
6333         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6334         * doc/autoconf.texi (Generating Sources): Document this.
6336 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6338         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6339         file name for the m4 program, when it has an "exe" file extension.
6340         DJGPP's error messages include the error code in brackets -
6341         remove the error code during normalization.
6343 2003-02-28  Akim Demaille  <akim@epita.fr>
6345         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6347 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6349         * doc/autoconf.texi (Limitations of Make): Remove the section
6350         about `$<' in inference rules, it was a bogus interpretation of
6351         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6352         Tru64 make in the "target lookup" section.
6353         (Automake): Automake 1.5+ no longer requires special tools to be
6354         present on the developer's host.
6356 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6358         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6359         to a shell that can handle redirection or quoting correctly.
6360         Override SHELL with the shell detected by configure.
6361         Use of $^O suggested by Tim van Holder.
6362         * bin/autom4te.in (BEGIN): Likewise.
6363         * bin/autoreconf.in (BEGIN): Likewise.
6364         * bin/autoscan.in (BEGIN): Likewise.
6365         * bin/autoupdate.in (BEGIN): Likewise.
6366         * bin/ifnames.in (BEGIN): Likewise.
6368         * bin/ifnames.in: Add final newline to help and version messages.
6370         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6371         to cope with DOS-style absolute paths, when constructing
6372         ${ac_make}.
6374         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6375         When constructing paths with IFS=:, quote the path. If we're
6376         constructing a DOS-style absolute path, we don't want to split it
6377         on the colon.
6379         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6380         in description.
6382 2003-02-25  Pavel Roskin  <proski@gnu.org>
6384         * bin/autoheader.in: Add missing newline when printing
6385         suggestion how change AC_DEFINE call.
6387 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6389         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6390         2002-09-01 patch by replacing "test -n" with "test -z".
6391         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6392         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6394         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6395         to fix a mismatch between example and discussion.
6397 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6399         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6400         format starting with "-".
6402 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6404         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6405         is not portable inside Makefile.
6407 2003-02-20  Akim Demaille  <akim@epita.fr>
6409         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6410         compiler says yeah, but preproc says nope, compiler is right.
6411         Conversely, prompt the reader to send a bug report to the
6412         maintainers of the package, not of Autoconf.
6414 2003-02-20  Klee Dienes  <kdienes@apple.com>
6416         * bin/autoreconf.in (autoreconf_current_directory): Properly
6417         handle an empty aclocal.m4.
6419 2003-02-20  Akim Demaille  <akim@epita.fr>
6421         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6422         $ac_prefix_program.
6423         From Larry Jones.
6425 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6427         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6428         innocuous variant befor including <limits.h> or <assert.h>.  This
6429         works around a bug reported by Albert Chin: HP-UX 11i
6430         (and earlier versions) have a <limits.h> that declares
6431         gettimeofday and many other functions.
6433 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6435         Version 2.57.
6437         * NEWS, configure.ac: Update version.
6439         * doc/fdl.texi: Upgrade to FDL version 1.2.
6441         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6442         nontrivially in main's body, so that f's external declaration is
6443         not optimized away in AIX.  This should fix the bug reported by
6444         Martin Frydl in
6445         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6447         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6448         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6449         defined, to support freestanding compilers.  This should fix the
6450         bug reported by Momchil Velkov in
6451         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6453         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6454         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6455         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6456         by Simon Josefsson in
6457         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6459         * Makefile.maint (www-gnu): New macro.
6460         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6461         the location has moved.
6463 2002-12-02  Martin Frydl  <martin@systinet.com>
6465         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6466         \(.*\) match is too long and there is something more to be checked.
6467         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6469 2002-11-15  Akim Demaille  <akim@epita.fr>
6471         Version 2.56.
6473         * config/install-sh: chmod +x.
6474         From Paul Eggert.
6475         * config/move-if-change: Indenting changes.
6476         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6477         * configure.ac (AM_INIT_AUTOMAKE): here.
6478         Require 1.7.1.
6480 2002-11-14  Akim Demaille  <akim@epita.fr>
6482         Version 2.55.
6484         * config/config.guess, config/config.sub, config/install-sh:
6485         Update from masters.
6487 2002-11-14  Akim Demaille  <akim@epita.fr>
6489         * Makefile.maint: Sync with Bison, i.e.:
6490         (po-check): Scan .l and .y files instead of the
6491         .c and the .h files that they generate.  This fixes the bug
6492         reported by Tim Van Holder in:
6493         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6494         Look for N_ as well as for _.  Try to avoid matching #define for
6495         N_ and _.
6496         From Paul Eggert.
6498 2002-11-14  Akim Demaille  <akim@epita.fr>
6500         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6501         From Paul Eggert and Albert Chin-A-Young.
6503 2002-11-14  Akim Demaille  <akim@epita.fr>
6505         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6506         From Paul Eggert and Albert Chin-A-Young.
6508 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6510         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6511         than assigning in main, to avoid HP cc +O3 optimizing it away.
6513 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6515         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6516         option.  Process --recheck after parsing all options.  Pass -q
6517         option to configure on --recheck.
6518         (AC_OUTPUT): Pass -q from configure to config.status.
6519         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6520         arguments to record.
6521         * doc/autoconf.texi (config.status Invocation): Document
6522         config.status -q option.
6524 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6526         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6527         Makefile.in if Makefile.am exists.
6528         (output): Strip `.am' from Makefiles.  Don't
6529         output AC_CONFIG_FILES if no Makefiles were found.
6531 2002-11-07  Akim Demaille  <akim@epita.fr>
6533         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6534         (local_updates): New.
6535         * Makefile.maint: Update, from CVS Bison.
6536         (local_updates): New.
6538 2002-11-06  Akim Demaille  <akim@epita.fr>
6540         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6541         declaration in extern "C" too.
6542         Reported by Roberto Bagnara.
6544 2002-11-06  Akim Demaille  <akim@epita.fr>
6546         * tests/torture.at (Configuring subdirectories): Don't use grep
6547         -w.
6548         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6549         Reported by Ezra Peisach.
6551 2002-11-05  Akim Demaille  <akim@epita.fr>
6553         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6554         Remove.
6555         We _have_ to stop using the old compatibility scheme that tried to
6556         avoid useless backslashes because Libtool 1.4.3 contains a
6557         AC_DEFINE([error_t], [int],
6558         [Define to a type to use for \`error_t' if it is not
6559         otherwise available.])
6560         We _have_ to quote the single quote and backslashes with \.  The
6561         old compatibility scheme saw that ` was backslashed, and therefore
6562         did not quote the single quote.  Hence before this patch, Autoconf
6563         was not compatible with Libtool.
6565 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6567         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6568         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6569         LC_NAME, LC_PAPER, LC_TELEPHONE.
6570         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6572 2002-11-04  Akim Demaille  <akim@epita.fr>
6574         Version 2.54c.
6576         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6577         New.
6578         * config/texinfo.tex: Update.
6580 2002-11-03  Akim Demaille  <akim@epita.fr>
6582         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6583         from...
6584         (&autoreconf): here.
6585         ($help, $make, &parse_args, &autoreconf_current_directory):
6586         Support -m/--make.
6587         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6589 2002-10-31  Bruno Haible  <bruno@clisp.org>
6591         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6592         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6593         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6594         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6595         to ac_cv_func_realloc_0_nonnull.
6596         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6598 2002-10-31  Akim Demaille  <akim@epita.fr>
6600         The test suite was no longer checking for trailing envvars and files.
6602         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6603         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6605 2002-10-31  Akim Demaille  <akim@epita.fr>
6607         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6608         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6609         Make variable, not a shell variable.
6610         Suggested by Bruno Haible.
6612 2002-10-31  Akim Demaille  <akim@epita.fr>
6614         * bin/autom4te.in (load_configuration): Reject #args out of any
6615         language.
6617 2002-10-31  Akim Demaille  <akim@epita.fr>
6619         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6620         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6621         (_AC_RUN_IFELSE): Use it.
6622         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6623         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6624         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6625         inline it.
6627 2002-10-30  Akim Demaille  <akim@epita.fr>
6629         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6630         * doc/autoconf.texi (autom4te Invocation): Adjust.
6631         Suggested by Tim van Holder.
6633 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6635         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6636         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6637         Problem reported by Bruno Haible.
6639 2002-10-29  Akim Demaille  <akim@epita.fr>
6641         * doc/autoconf.texi (Header Templates): Put also in words what the
6642         pictures says to assist free style readers.
6643         (Customizing autom4te): s/--cache=/--cache /.
6645 2002-10-29  Akim Demaille  <akim@epita.fr>
6647         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6648         sys/wait.h.
6649         sparc_address_test returns void.
6650         Use it with an argument, as prototyped.
6651         From Bruno Haible.
6653 2002-10-29  Akim Demaille  <akim@epita.fr>
6655         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6656         configure.in, not configure.ac.
6657         Reported by Bruno Haible.
6659 2002-10-29  Akim Demaille  <akim@epita.fr>
6661         * tests/torture.at (Deep Package): New test.
6662         (Configuring subdirectories): Don't use a testSubDir as Autotest
6663         now does it itself.
6665 2002-10-29  Akim Demaille  <akim@epita.fr>
6667         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6668         * doc/autoconf.texi (Invoking autom4te): Rename as...
6669         (autom4te Invocation): this, for consistency with the other nodes.
6671 2002-10-29  Akim Demaille  <akim@epita.fr>
6673         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6674         Reported by Ralf Corsepius.
6676 2002-10-29  Akim Demaille  <akim@epita.fr>
6678         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6679         characters is a back as an `obsolete' warning now.
6680         Reported by Ralf Corsepius.
6682 2002-10-28  Akim Demaille  <akim@epita.fr>
6684         * configure.ac: Bump to 2.54c.
6686 2002-10-28  Akim Demaille  <akim@epita.fr>
6688         Version 2.54b.
6690         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6692 2002-10-28  Akim Demaille  <akim@epita.fr>
6694         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6695         m4 executable names, and different GNU M4 version.
6696         Reported by Ezra Peisach and Paul Jarc.
6698 2002-10-27  Akim Demaille  <akim@epita.fr>
6700         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6701         AC_RUN_IFELSE.
6703 2002-10-27  Akim Demaille  <akim@epita.fr>
6705         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6706         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6707         Die when a simple Fortran program cannot be compiled.
6708         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6709         Issue a warning if no function is given.
6711 2002-10-27  Akim Demaille  <akim@epita.fr>
6713         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6714         Move the documentation of AC_TRY_RUN to...
6715         (Obsolete Macros): here.
6716         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6717         (autoconf Invocation): Remove the duplicates with `invoking
6718         autom4te'.
6719         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6720         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6722 2002-10-27  Akim Demaille  <akim@epita.fr>
6724         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6725         and AC_LANG_FUNC_LINK_TRY.
6726         (Examining Libraries): Rename as...
6727         (Running the Linker): this.
6728         Document AC_LINK_IFELSE.
6729         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6730         (Obsolete Macros): here.
6731         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6732         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6733         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6734         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6736 2002-10-27  Akim Demaille  <akim@epita.fr>
6738         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6740         More `check config.log' messages.
6742         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6743         * doc/autoconf.texi (Printing Messages): Document it.
6744         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6745         appropriate.
6746         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6747         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6748         (_AC_COMPILER_OBJEXT): Likewise.
6749         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6750         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6751         Likewise.
6752         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6753         Likewise.
6755         Deprecate macros with unusual interfaces.
6757         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6758         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6760         Document the new ones, and proper style.
6762         * doc/autoconf.texi (Generating Sources): New.
6763         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6764         (Examining Declarations): Rename as...
6765         (Running the Preprocessor): this.
6766         Document AC_PREPROC_IFELSE.
6767         (Examining Syntax): Rename as...
6768         (Running the Compiler): this.
6769         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6770         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6771         AC_TRY_COMPILE here.
6773 2002-10-27  Akim Demaille  <akim@epita.fr>
6775         Move sections around.
6777         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6778         sentence.
6779         Reported by Burno Haible.
6780         (Language Choice): Now the first section of...
6781         (Writing Tests): this section.
6782         Make the introduction less C-centric.
6783         (Guidelines, Test Functions): Move to...
6784         (Writing Test Programs): this new section.
6785         (Test Programs): Merge into...
6786         (Run Time): this.
6788 2002-10-27  Akim Demaille  <akim@epita.fr>
6790         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6791         autom4te.in that resulted in the need for two `make' runs.
6793 2002-10-27  Akim Demaille  <akim@epita.fr>
6795         * configure.ac: Bump to 2.54b.
6797 2002-10-25  Akim Demaille  <akim@epita.fr>
6799         Version 2.54a.
6801         * Makefile.maint: Update from the Coreutils.
6802         (AMTAR): Remove, obsolete.
6803         (automake_repo): Update to redhat.com.
6804         (cvs_file): New.
6805         Adjust to the fact that ansi2knr is now hosted by Automake.
6806         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6807         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6808         Update from masters.
6809         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6810         autoscan.pre is not to be installed, and autoscan.list is not to
6811         be shipped.
6812         (CLEANFILES): Add autoscan.list.
6813         (autoscan.list): Disable the cache.
6814         * bin/Makefile.am: Include freeze.mk.
6816 2002-10-25  Akim Demaille  <akim@epita.fr>
6818         * bin/autom4te.in (&load_configuration): Take the file as
6819         argument.
6820         (&parse_args): Handle -C, --cache.
6821         ($help): Adjust.
6822         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6823         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6824         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6825         Now a subsection of...
6826         (Using autom4te): This new section.
6827         (Customizing autom4te): New.
6828         (autom4te.cache): Adjust.
6830 2002-10-25  Akim Demaille  <akim@epita.fr>
6832         * doc/autoconf.texi (Generic Headers): More information on how to
6833         use AC_CHECK_HEADERS.
6835 2002-10-25  Akim Demaille  <akim@epita.fr>
6837         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6838         Space changes.
6840 2002-10-25  Akim Demaille  <akim@epita.fr>
6842         * bin/autoscan.in (output): Output AC_PREREQ.
6843         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6844         be reported.
6846 2002-10-23  Akim Demaille  <akim@epita.fr>
6848         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6849         document _Bool.
6851 2002-10-23  Akim Demaille  <akim@epita.fr>
6853         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6854         Reported by Peter Eisentraut.
6856 2002-10-23  Akim Demaille  <akim@epita.fr>
6858         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6859         type _Bool.
6860         Fix a typo.
6861         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6862         Eggert's recommandations.
6864 2002-10-22  Akim Demaille  <akim@epita.fr>
6866         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6867         Bison, by Paul Eggert.
6868         * doc/autoconf.texi (Particular Headers): Document it.
6870 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6872         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6873         `$ac_configure_args'.
6875 2002-10-22  Akim Demaille  <akim@epita.fr>
6877         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6878         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6879         From Art Haas.
6881 2002-10-22  Akim Demaille  <akim@epita.fr>
6883         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6885         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6886         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6887         (_AC_CHECK_HEADER_NEW): Rename as...
6888         (AC_CHECK_HEADER): this.
6890 2002-10-22  Akim Demaille  <akim@epita.fr>
6892         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6893         words about HP-UX cmp: it was actually a user-written cmp.
6895 2002-10-22  Akim Demaille  <akim@epita.fr>
6897         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6898         are a few warnings.
6899         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6900         Quote for Perl '' strings, not "".
6901         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6902         strings.
6904 2002-10-22  Akim Demaille  <akim@epita.fr>
6906         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6907         characters is a syntax warning now.
6908         (_AS_QUOTE): Accept $2 as list of characters to quote.
6909         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6910         Quote for Perl, not sh.
6911         * bin/autoheader.in: When $debug, report the file which is
6912         `do'ne.
6913         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6914         `@', to tickle Perl's lists.
6915         Reported by Carlos Velasco.
6917 2002-10-18  Akim Demaille  <akim@epita.fr>
6919         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6920         missing included files _are_ errors.
6921         Thanks to Alexandre Duret-Lutz.
6922         * tests/tools.at (autom4te cache): Adjust.
6923         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6924         (AT_CHECK_M4SUGAR): Use it.
6925         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6926         Adjust.
6927         * tests/tools.at (autom4te): Now it does exit 1.
6929 2002-10-17  Akim Demaille  <akim@epita.fr>
6931         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6932         Fixes the `AC_ARG_VAR' test failures.
6933         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6934         * lib/freeze.mk (check-forbidden-patterns): New.
6935         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6936         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6937         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6938         /dev/null.
6939         Reported months ago by H. Merijn Brand.
6941 2002-10-17  Akim Demaille  <akim@epita.fr>
6943         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6945 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6947         * Makefile.maint (wget_files): Remove ansi2knr.c.
6948         (ansi2knr.c-url_prefix): Remove.
6950 2002-10-16  Akim Demaille  <akim@epita.fr>
6952         Because of caching, some files that no longer exist and are no
6953         longer required can still cause errors.
6954         Reported by Alexandre Duret-Lutz.
6956         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6957         to frozen files in @ARGV, as @ARGV must remain being a list of
6958         files.  Rather, at M4 call sites, use this...
6959         (&files_to_options): New function.
6960         (&freeze): Use &error.
6961         (&up_to_date): If a file that was included according to the cache
6962         is no longer there, then the output is out dated.
6963         (&main): Don't even check whether a file is up to date is anyway
6964         --force is given.
6965         * tests/tools.at (autom4te cache): New.
6967 2002-10-16  Akim Demaille  <akim@epita.fr>
6969         * bin/autoconf.as: Kill dead options.
6970         * bin/autoupdate.in (&parse_args): Kill old options.
6971         * bin/autoreconf.in (&parse_args): Remove dead options.
6972         Factor some code.
6973         (&autoreconf): Report the directories we enter *and leave*, so
6974         that error messages can be easily located, and use GNU Make
6975         format, so that Emacs' compile mode understands us.
6976         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6977         if some file was changed instead of `print'.
6978         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6979         (&parse_args): Remove the dead options.
6980         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6981         autoheader's quiet mode.
6982         (AT_CHECK_AUTOUPDATE): Likewise.
6983         * tests/tools.at (autoupdate): Adjust.
6984         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6986 2002-10-11  Akim Demaille  <akim@epita.fr>
6988         No longer use CPP to check for the existing of headers: use CC to
6989         check for compilability.
6991         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6992         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6993         (_AC_CHECK_HEADER_NEW): Rename as...
6994         (AC_CHECK_HEADER): this.
6996         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6997         numbers in the Subject suggestion.
6999 2002-10-11  Akim Demaille  <akim@epita.fr>
7001         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
7002         Suggest using AC_CHECK_DECLS instead.
7004 2002-10-11  Akim Demaille  <akim@epita.fr>
7006         * tests/torture.at (AC_ARG_VAR): Have configure report the value
7007         of `precious'.
7009 2002-10-11  Akim Demaille  <akim@epita.fr>
7011         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
7012         file name to enable parallel executions.
7013         From Sam Varshavchik.
7015 2002-10-08  Akim Demaille  <akim@epita.fr>
7017         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
7018         aclocal invocation, as Gettext macros might not be visible to
7019         aclocal.
7020         Instead of blindly running autopoint, scan configure.ac (not the
7021         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
7022         Reported by Paul D. Smith.
7024 2002-10-08  Paul Eggert  <eggert@twinsun.com>
7026         Work around problems found when POSIXLY_CORRECT=1 is set.
7027         None of this seems to have anything to do with POSIX, really,
7028         but it's how Perl getopt works.
7029         * bin/autom4te.in (parse_args): Configure GetOpt with
7030         "permute", too.
7031         * doc/autoconf.texi (Invoking autom4te):
7032         --warning -> --warnings.
7033         * lib/autom4te.in: --warning -> --warnings.
7035 2002-09-28  Akim Demaille  <akim@epita.fr>
7037         * doc/autoconf.texi (autom4te.cache): New section.
7039 2002-09-28  Akim Demaille  <akim@epita.fr>
7041         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
7042         (Automake-preselections): Update.
7043         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
7045 2002-09-28  Akim Demaille  <akim@epita.fr>
7047         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
7048         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
7049         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7050         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
7052 2002-09-28  Akim Demaille  <akim@epita.fr>
7054         * tests/torture.at (Configuring subdirectories): Be robust to
7055         users who use config.site to require for a cache: in this case,
7056         the two last configure runs, using two different sets of
7057         arguments, trigger a legitimate error.
7059 2002-09-28  Akim Demaille  <akim@epita.fr>
7061         * tests/m4sh.at (Functions Support, Functions and return Support):
7062         New.
7064 2002-09-28  Akim Demaille  <akim@epita.fr>
7066         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
7067         autoheader are Perl programs.
7068         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
7069         (autom4te): Specify that the sources are in the $srcdir.
7070         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7072 2002-09-28  Akim Demaille  <akim@epita.fr>
7074         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7075         (tm_zone): Move their rules to...
7076         * lib/autoconf/types.m4: here, using AN_ macros.
7077         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7078         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7079         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7080         * lib/autoconf/programs.m4: here.
7081         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7082         (ETAGS_FOR_AUTOCONF): New.
7083         Use it.
7085 2002-09-28  Akim Demaille  <akim@epita.fr>
7087         * lib/autoconf/autoscan.m4: New file.
7088         * lib/autoconf/autoconf.m4: Include it.
7089         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7090         that were listed in the original autoscan.list.
7091         * lib/autoconf/headers.m4: Similarly with headers.
7092         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7093         (.m4.m4f): Don't pass --prepend-include, since that's done by
7094         tests/autom4te itself.
7095         * lib/autoscan/Makefile.am: Include freeze.mk.
7096         (autoscan.list): New target --this file is no longer a source.
7097         (autoscan.pre): New file.
7099 2002-09-28  Akim Demaille  <akim@epita.fr>
7101         * bin/autoscan.in (@kinds): Make them singular.
7102         Adjust all uses.
7103         (&init_tables): When --debug, report the list of rules to ease
7104         tracking changes in autoscan.list.
7105         * lib/autoscan/autoscan.list (function): Strip comments, sort.
7107 2002-09-28  Akim Demaille  <akim@epita.fr>
7109         * lib/autoscan/functions, lib/autoscan/headers,
7110         * lib/autoscan/identifiers, lib/autoscan/makevars,
7111         * lib/autoscan/programs: Merge into...
7112         * lib/autoscan/autoscan.list: this.
7113         * bin/autoscan.in (&init_tables): Adjust.
7115 2002-09-28  Akim Demaille  <akim@epita.fr>
7117         * lib/autoscan/functions, lib/autoscan/headers,
7118         * lib/autoscan/identifiers, lib/autoscan/makevars,
7119         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7120         `functions' line is now prefixed with `function:'.
7121         * bin/autoscan.in (&init_tables): Adjust.
7123 2002-09-28  Akim Demaille  <akim@epita.fr>
7125         From now on, autoscan files must always map a macro name to a
7126         word: there is no `default' macro for autoscan.
7128         * bin/autoscan.in (&init_tables): Reject entries with no macro at
7129         all.
7130         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7131         explicit.
7133 2002-09-28  Akim Demaille  <akim@epita.fr>
7135         * bin/autoscan.in (%c_keywords): Remove.
7136         (&used): Keep only track of the words we might be interested in.
7137         (&output_kind): It is no longer needed to look for non active
7138         checks.
7140 2002-09-27  Akim Demaille  <akim@epita.fr>
7142         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7143         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7144         * lib/autoscan/functions: Adjust.
7145         * doc/autoconf.texi (Particular Functions): Adjust.
7147 2002-09-27  Akim Demaille  <akim@epita.fr>
7149         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7150         from /tmp.
7151         Thanks to Bill Moseley and Paul Eggert.
7152         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7153         the tmpdir must be created.
7154         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7155         dir be in the build tree, instead of $TMPDIR.
7157 2002-09-27  Akim Demaille  <akim@epita.fr>
7159         * bin/autoscan.in: Improve the comments.
7160         (&parse_args): Drop obsolete undocumented options.
7161         (&output_kind): Output warnings.
7162         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7163         (getwd): Trigger a warning.
7165 2002-09-26  Akim Demaille  <akim@epita.fr>
7167         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7168         Reported by Ralf Corsepius.
7169         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7171 2002-09-26  Akim Demaille  <akim@epita.fr>
7173         Single suffix rules and seperated dependencies are not portable.
7175         * doc/autoconf.texi (Installation Directory Variables): Update.
7176         (Limitations of Make): Some about `Single Suffix Rules and
7177         Separated Dependencies'.
7178         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7179         (ifnames, autoscan, autom4te): Un-factor into several rules.
7181 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7183         * BUGS (Interoperability bugs): New section.  Mention libtool
7184         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7186 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7188         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7189         make handles suffix-rules differently from GNU make.
7191         * bin/Makefile.am (SUFFIXES, .in): Remove.
7192         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7193         Move the body of the old .in rule here.
7195 2002-09-16  Akim Demaille  <akim@epita.fr>
7197         i960 compilers create `b.out' files by default.
7198         Reported by Ralf Corsepius.
7200         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7201         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7203 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7205         * doc/autoconf.texi (Particular Headers): Remove obsolete
7206         reference to `struct timezone' in the description of
7207         AC_HEADER_TIME.
7209 2002-09-13  Akim Demaille  <akim@epita.fr>
7211         Version 2.54.
7213         * config/config.sub, config/config.guess: Update.
7214         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7215         * Makefile.am: Adjust.
7217 2002-09-13  Akim Demaille  <akim@epita.fr>
7219         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7220         reading config.log when the compiler is rejected.
7221         Suggested by Guido Draheim.
7223 2002-09-13  Akim Demaille  <akim@epita.fr>
7225         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7226         (chdir_init) might hang when stat'ing mounted directories.
7227         Reported by Vance Shipley.
7229 2002-09-12  Akim Demaille  <akim@epita.fr>
7231         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7232         the lists.
7234 2002-09-12  Akim Demaille  <akim@epita.fr>
7236         * doc/autoconf.texi (Defining Symbols): Present two different
7237         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7238         difference between 1 argument calls, and 2-3 argument calls.
7240 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7242         * doc/autoconf.texi: Review grammar and punctuation.
7244 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7246         * doc/autoconf.texi: Fix minor formatting, spelling, and
7247         grammatical typos.
7248         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7249         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7250         is obsolescent.
7252 2002-09-11  Akim Demaille  <akim@epita.fr>
7254         * doc/autoconf.texi (Questions): Rename as...
7255         (FAQ): this.
7256         (Defining Directories): New.
7258 2002-09-09  Akim Demaille  <akim@epita.fr>
7260         * doc/autoconf.texi (Making testsuite Scripts): Update.
7261         Suggested by Nishio Futoshi.
7263 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7265         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7266         plain `@' is wanted.
7268 2002-09-09  Akim Demaille  <akim@epita.fr>
7270         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7271         `duplicates', since the algorithm was too naive and could keep
7272         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7273         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7274         Reported by Ralf Corsepius.
7275         * tests/torture.at (Configuring subdirectories): Exercise these
7276         cases.
7278 2002-09-09  Akim Demaille  <akim@epita.fr>
7280         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7281         looking for a replacement file.
7282         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7283         directory is relative.
7284         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7285         directory definition.
7286         Reported by Andreas Schwab and Jim Meyering.
7288 2002-09-06  Akim Demaille  <akim@epita.fr>
7290         * doc/autoconf.texi (Setting Output Variables): Clarify what
7291         precious variables are.
7292         Suggested by Pontus Skoeld.
7294 2002-09-05  Akim Demaille  <akim@epita.fr>
7296         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7297         (ifnames, autoscan, autom4te): Since we don't only depend on
7298         configure.ac variables (such as VERSION etc.), but also on prefix
7299         and so forth, depend on Makefile, not configure.ac.
7300         Reported by Alexandre Duret-Lutz.
7301         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7303 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7305         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7306         doesn't seem to be confined to ia64, just say "some versions".
7308 2002-09-04  Akim Demaille  <akim@epita.fr>
7310         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7311         Automake 1.6c.
7312         * Makefile.am (maintainer-clean-local): Remove.
7313         (MAINTAINERCLEANFILES): Remove COPYING.
7315 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7317         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7318         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7319         Brinkmann.
7321 2002-09-03  Akim Demaille  <akim@epita.fr>
7323         * configure.ac: Bump to 2.53d.
7324         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7325         as of today, on Automake's team suggestion.
7327 2002-09-03  Akim Demaille  <akim@epita.fr>
7329         Version 2.53c.
7331 2002-09-02  Akim Demaille  <akim@epita.fr>
7333         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7334         SITE_MACRO_DIR.
7335         * configure.ac: Disable SITE_MACRO_DIR.
7337 2002-09-02  Jim Meyering  <meyering@lucent.com>
7339         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7340         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7341         Also, tweak grammar: s/make sure to/be sure to/.
7343 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7345         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7346         directory names are generally preferable to physical names.
7348 2002-09-02  Akim Demaille  <akim@epita.fr>
7350         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7351         Reported by Raja R. Harinath.
7352         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7353         * bin/autoupdate.in: Use error instead of die.
7355 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7357         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7358         ordinary shell concatenation rather than echo+tr+sed command that
7359         runs afoul of a long-line-related sed bug in Solaris 8.
7361         * bin/autoheader.in (parse_args): --warning -> --warnings.
7363         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7364         stdout, as traditional "ls" does.
7365         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7366         _AC_COMPILER_EXEEXT_O): Likewise.
7367         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7369         * bin/autoconf.as: Add --prepend-include option.  This patch was
7370         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7371         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7373         * bin/autoconf.in, configure: Regenerate.
7375         * doc/autoconf.texi (Special Shell Variables): Mention
7376         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7378         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7379         MAILPATH and set PS1, PS2, PS4 to default values, to work
7380         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7381         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7382         the Autoconf documentation specifies; fall back to "unset" only if
7383         this fails.  Use a shell for-loop for this rather than an m4 loop,
7384         to shorten the output script.
7386 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7388         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7389         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7390         for the CDPATH problem.  Document PWD.
7391         (Limitations of Builtins): Document the problem that "cd $foo" and
7392         "ls $foo" may refer to different directories in shells conforming
7393         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7394         example, since the old example is now out of date.
7396         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7397         FOO" and "ls FOO" talk about different directories; this catches
7398         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7399         spaghetti.
7401         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7402         of rolling our own unset.
7403         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7404         in practice we needn't worry about CDPATH if unset doesn't work.
7406         * Makefile.in, aclocal.m4, bin/Makefile.in,
7407         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7408         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7409         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7410         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7411         tests/Makefile.in: Regenerate with Automake 1.6.3.
7413         * config/config.guess, config/config.sub, config/mkinstalldirs:
7414         Update.
7416         * configure: Regenerate with self.
7418 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7420         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7421         default output.
7423 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7425         * bin/autom4te.in (Request::load): Correctly test for "do" read
7426         failure.
7428 2002-08-29  Akim Demaille  <akim@epita.fr>
7430         * lib/Autom4te/General.pm (&xqx): New.
7431         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7432         hand, which is not portable.
7433         (&error): New.
7434         * bin/autom4te.in: Use them.
7435         Use &error instead of die.
7436         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7437         Adjust.
7439 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7441         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7442         default list of compilers to try, since it was long ago superseded
7443         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7445 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7447         * doc/autoconf.texi (Invoking autom4te): End the option table,
7448         fixing a bug introduced by the previous patch.
7449         (Limitations of Make): Add a 'target lookup' subentry in the
7450         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7452 2002-07-29  Mark D. Roth  <roth@feep.net>
7454         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7455         options and use $AUTOM4TE_PATH.
7456         * doc/autoconf.texi: Remove documentation of autom4te
7457         --include-envvar and --site-macro-subdir options and document
7458         use of $AUTOM4TE_PATH.
7459         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7460         arguments from each language section.
7462 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7464         * doc/install.texi: Include copyright symbol in copyright notice.
7466         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7467         Replace with:
7468         (AM_MAKEINFOFLAGS): New macro.
7469         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7470         * Makefile.am (INSTALL): Use the new macros.
7471         Use -o rather than --output, since "missing" does not grok --output.
7473 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7475         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7476         comments do not always work. Never trust the exit status of
7477         `make -k'.
7479 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7481         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7482         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7484 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7486         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7487         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7488         apparently treats PATH="nonexistent" as if it contained ".".
7489         Bug reported by Stefan `Sec' Zehl.
7491 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7493         * doc/autoconf.texi (Limitations of Make): Mention the special
7494         handling of the obj/ directory by BSD make.
7496 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7498         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7499         backslashes.
7501 2002-07-19  Akim Demaille  <akim@epita.fr>
7503         * doc/autoconf.texi (Function Portability): `exit'.
7504         (Programming in M4sh): Ethymology of M4sh.
7506 2002-07-19  Akim Demaille  <akim@epita.fr>
7508         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7510 2002-07-18  Akim Demaille  <akim@epita.fr>
7512         Version 2.53b.
7514 2002-07-18  Akim Demaille  <akim@epita.fr>
7516         * config/config.guess, config/config.sub: Update.
7518 2002-07-18  Akim Demaille  <akim@epita.fr>
7520         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7521         Automake's parts.
7523         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7524         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7525         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7527 2002-07-18  Akim Demaille  <akim@epita.fr>,
7528             Alexandre Duret-Lutz  <duret_g@epita.fr>
7530         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7531         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7533 2002-07-17  Russ Allbery  <rra@stanford.edu>
7535         * doc/autoconf.texi (Initializing configure): Clarify the
7536         description of the tarname default.
7538 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7540         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7541         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7542         latter was not run.
7544 2002-07-17  Akim Demaille  <akim@epita.fr>
7546         * lib/Autom4te/General.pm (find_file): Browse the directories in
7547         the order they are given.
7549 2002-07-17  Akim Demaille  <akim@epita.fr>
7551         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7552         * tests/wrapper.as: this.
7553         * tests/Makefile.am, configure.ac: Adjust.
7555 2002-07-17  Mark D. Roth  <roth@feep.net>
7557         * configure.ac: Add --enable-site-macro-dir option.
7558         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7559         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7560         --site-macro-subdir options.
7561         * bin/autoconf.in: Add --prepend-include option.
7562         * bin/autoheader.in: Add --prepend-include option.
7563         * bin/autoreconf.in: Add --prepend-include option.
7564         * bin/autoscan.in: Add --prepend-include option.
7565         * bin/autoupdate.in: Add --prepend-include option.
7566         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7567         macro directory, remove note that include path directories are
7568         used in reverse order, and document --prepend-include option.
7569         * lib/autom4te.in: Use --prepend-include instead of --include.
7570         * tests/wrapsh.in: Use --prepend-include instead of --include.
7572 2002-07-17  Akim Demaille  <akim@epita.fr>
7574         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7575         tarnames.
7576         * doc/autoconf.texi (Initializing configure): Adjust.
7578 2002-07-17  Akim Demaille  <akim@epita.fr>
7580         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7581         (_AC_FUNC_MALLOC): New.
7582         (AC_FUNC_MALLOC): Use the latter.
7583         Define HAVE_MALLOC to 0 if broken.
7584         * doc/autoconf.texi (Particular Functions): Adjust.
7586 2002-07-16  Akim Demaille  <akim@epita.fr>
7588         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7589         * doc/autoconf.texi (C Compiler): Adjust.
7591 2002-07-09  Akim Demaille  <akim@epita.fr>
7593         * doc/autoconf.texi: Properly set the ``header'' part.
7595 2002-07-09  Akim Demaille  <akim@epita.fr>
7597         * doc/autoconf.texi (Systemology): Some about Darwin.
7599 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7601         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7602         Don't use AC_REQUIRE in AU_DEFUN.
7604 2002-07-09  Art Haas  <ahaas@neosoft.com>
7606         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7608 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7610         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7611         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7612         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7613         so that Emacs setups GNU style for perl-mode and cperl-mode.
7615 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7617         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7618         as per "Limitations of Builtins".
7619         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7620         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7622         * tests/mktests.sh: Use grep instead of fgrep, as per
7623         "Limitations of Builtins".
7625 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7627         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7628         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7629         so that we consistently test the just-built programs.
7630         * tests/wrappl.as: Likewise.
7632 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7634         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7635         name, so that symlinks to 'autoconf' work properly.  Bug reported
7636         by Bruno Haible.
7637         * bin/autoheader.in (AUTOM4TE): Likewise.
7638         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7639         * bin/autoscan.in (autom4te): Likewise.
7640         * bin/autoupdate.in (autom4te): Likewise.
7642         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7643         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7644         on Solaris 2.5.1.
7646 2002-06-11  Andreas Schwab  <schwab@suse.de>
7648         * doc/autoconf.texi: Add more dir entries.
7650 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7652         * bin/autom4te.in ($cache): Don't define using `$me', the name
7653         of the cache should not depend on the name under which autom4te
7654         was installed.
7656 2002-06-07  Akim Demaille  <akim@epita.fr>
7658         * tests/tools.at (autoconf: forbidden tokens, basic)
7659         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7660         words in autom4te.in.
7662 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7664         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7665         _AC_LANG_PROGRAM_C_F77_HOOKS.
7667 2002-06-07  Akim Demaille  <akim@epita.fr>
7669         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7670         rename as...
7671         (AC_REPLACE_FNMATCH): this.
7672         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7673         AC_FUNC_FNMATCH_GNU.
7675 2002-06-07  Akim Demaille  <akim@epita.fr>
7677         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7678         Rosetta Stone for Unix.
7680 2002-06-07  Akim Demaille  <akim@epita.fr>
7682         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7683         suggest m4_pattern_allow.
7684         Suggested by Adam J. Richter.
7686 2002-06-07  Akim Demaille  <akim@epita.fr>
7688         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7689         ac_config_libobj_dir.
7690         (AC_CONFIG_LIBOBJ_DIR): New.
7691         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7692         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7693         Use ac_config_libobj_dir to find the replacement files.
7694         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7695         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7696         (AC_REPLACE_FNMATCH_GNU): these.
7697         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7698         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7699         * tests/mktests.sh (ac_exclude_list): Don't check
7700         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7702 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7704         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7705         if ln doesn't work.
7706         * NEWS: Likewise.
7707         * doc/autoconf.texi (Configuration Links): Likewise.
7708         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7710 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7712         * config/config.guess, config/config.sub, config/texinfo.tex:
7713         Update from masters.
7715 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7717         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7718         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7719         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7720         Likewise.
7721         * lib/autoconf/Makefile.am (check-local): Likewise.
7722         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7723         * lib/autoconf/types.m4 (commentary only): Likewise.
7724         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7725         * lib/autotest/Makefile.am (check-local): Likewise.
7726         * lib/m4sugar/Makefile.am (check-local): Likewise.
7727         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7728         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7730         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7731         * doc/autoconf.texi (Particular Programs): Document them.
7732         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7733         * NEWS: Likewise.
7735 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7737         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7738         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7739         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7740         instead of AC_MBSTATE_T, which never existed.
7742 2002-05-23  Akim Demaille  <akim@epita.fr>
7744         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7745         version of Autoconf that is discussed.
7747 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7749         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7750         from the default list of compilers to try.  Suggested by
7751         Kate Hedstrom.
7752         * NEWS: Document the above.
7753         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7755 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7757         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7758         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7759         This improves on an earlier suggestion by H. Peter Anvin.
7761 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7763         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7764         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7765         Both macros now accept an optional source-dir arg.
7766         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7768         * NEWS: Document this.
7769         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7771         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7772         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7773         not for GNU extensions; this undoes part of the 2000-11-03 change,
7774         reverting to 2.13-compatible behavior.
7775         Add new optional argument DIR.
7776         (AC_FUNC_FNMATCH_GNU): New macro.
7778         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7780 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7782         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7783         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7784         and it causes a 'test' syntax error if it fails.
7785         Bug reported by Stephen Gildea.
7787         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7788         If prototypes are supported, use them to check this at compile-time,
7789         instead of trying to check it at run-time.  If we must do a run-time
7790         check, assume that setvbuf is standard when cross-compiling, as
7791         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7792         Bug reported by Paul D. Smith.
7794         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7795         argument specifying location of getloadavg.c.  This removes a
7796         FIXME.  This idea was taken from Jim Meyering's implementation in
7797         textutils.
7798         * doc/autoconf.texi (Particular Functions): Document this.
7799         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7800         that's what the code does; this fixes a bug reported by
7801         Paul D. Smith.
7803 2002-05-03  Akim Demaille  <akim@epita.fr>
7805         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7806         autopoint instead of gettextize.
7807         ($uses_alocal): Rename as...
7808         ($uses_aclocal): this.
7809         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7810         Suggested by Bruno Haible.
7812 2002-05-03  Akim Demaille  <akim@epita.fr>
7814         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7816 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7818         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7819         files to be 1 second older; just set them to be the same time.
7820         Also, sleep 1 second after the first aclocal, to work around
7821         problems with sub-second time stamps on the input files.
7823 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7825         * doc/autoconf.texi: Mention "set -e -x" lossage
7826         under node "Limitations of Builtins".
7828 2002-04-29  Akim Demaille  <akim@epita.fr>
7830         * doc/install.texi: Better wording for setting variables when
7831         running configure.
7832         From Christian Cornelssen.
7834 2002-04-29  Akim Demaille  <akim@epita.fr>
7836         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7837         of lack of $LINENO support, then the test will compare the $LINENO
7838         in testsuite vs. the lineno in the test file.  This is wrong, of
7839         course.
7840         Be sure to protect it.
7841         Reported by Patrick Welche.
7843 2002-04-25  Akim Demaille  <akim@epita.fr>
7845         * doc/autoconf.texi (Obsolete Macros): Typo.
7846         Reported by Vladimir Volovich.
7848 2002-04-25  Akim Demaille  <akim@epita.fr>
7850         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7851         than some of the input files, hence, on the second run of aclocal,
7852         if some of its input are younger, make them older.
7853         Suggested by Paul Eggert.
7855 2002-04-25  Akim Demaille  <akim@epita.fr>
7857         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7858         Thanks to Paul Eggert.
7860 2002-04-25  Akim Demaille  <akim@epita.fr>
7862         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7863         and ac_subst_vars be sh variables containing the list of
7864         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7865         DEFAULT diversion.
7866         (_AC_INIT_PREPARE): Use them to log them.
7867         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7868         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7869         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7870         _AC_SUBST_FILES and _AC_SUBST_VARS.
7871         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7873 2002-04-24  Akim Demaille  <akim@epita.fr>
7875         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7876         autoheader, so that automake does not complain about a missing
7877         config.h.in that was to be created.
7879 2002-04-23  Akim Demaille  <akim@epita.fr>
7881         * bin/autoheader.in (parse_args): --warning takes an argument.
7882         Fixes PR/220.
7884 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7886         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7887         and bb.out when cleaning up.
7889 2002-04-22  Akim Demaille  <akim@epita.fr>
7891         Version 2.53a.
7893 2002-04-22  Akim Demaille  <akim@epita.fr>
7895         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7897 2002-04-22  Akim Demaille  <akim@epita.fr>
7899         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7900         comma.
7901         Reported by Gregory Giannoni.
7903 2002-04-22  Akim Demaille  <akim@epita.fr>
7905         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7906         Fixes false failures on Darwin.
7908 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7910         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7911         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7912         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7913         tests/tools.at: Minor spelling and grammar fixes.
7915 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7917         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7918         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7919         * lib/autotest/general.m4 (AT_INIT): Likewise.
7920         * tests/atgeneral.m4 (AT_INIT): Likewise.
7922 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7924         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7925         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7926         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7927         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7928         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7929         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7930         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7931         Minor spelling and grammar fixes.
7933         * doc/autoconf.texi: Follow the outline suggested in the GNU
7934         Sample Texts sections of the Texinfo 4.2 manual.  Most
7935         importantly, this makes sure that the copyright notices appear in
7936         all output formats.  You probably need Texinfo 4.2 to generate
7937         the manual now.
7939         Fix some bugs when using "$@" when there might be zero positional
7940         arguments in cases where this matters.
7942         * bin/autoconf.as: Rewrite so that the problem does not come up.
7943         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7944         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7945         * lib/autotest/general.m4 (AT_INIT): Likewise.
7947         * bin/autoheader.in: Use 'case' statement to work around problem.
7948         * bin/auto4mte.in: Likewise.
7949         * bin/autoreconf.in: Likewise.
7950         * bin/autoscan.in: Likewise.
7951         * bin/autoupdate.in: Likewise.
7952         * bin/ifnames.in: Likewise.
7954         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7956         * lib/autotest/general.m4 (AT_INIT):
7957         Use Zsh alias to work around problem.
7958         * tests/atgeneral.m4 (AT_INIT): Likewise.
7960         * tests/c.at: We can't have zero arguments, so remove workaround
7961         that is not portable to Zsh.
7963 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7965         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7966         from aclocal.m4 too.
7968 2002-04-12  Akim Demaille  <akim@epita.fr>
7970         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7972 2002-04-10  Akim Demaille  <akim@epita.fr>
7974         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7975         workaround for ${1+"$@"}.
7976         * doc/autoconf.texi (Shell Substitutions): Explain it.
7977         From Oliver Kiddle and Peter Stephenson.
7979         Have M4sh perform minimal shell sanitizing.
7981         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7982         part into...
7983         (_AS_PREPARE): this new macro.
7984         (AS_PREPARE): New.
7985         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7986         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7988         Adjust Autoconf and Autotest.
7990         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7991         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7992         * lib/autotest/general.m4 (AT_INIT): Likewise.
7993         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7994         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7995         AS_SHELL_SANITIZE.
7997         Use this M4sh to generate Autoconf's shell scripts.
7999         * tests/wrapsh.as: New, precursor of wrapsh.in.
8000         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
8001         on Autotest and M4sh.
8002         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
8003         (wrapsh.in): New target.
8004         * bin/autoconf.as: New, precursor of autoconf.in.
8005         (autoconf.in): New target.
8007 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8009         * doc/autoconf.texi (Limitations of Make): Mention the issue
8010         with indented comments in rules.
8012 2002-04-09  Andreas Schwab  <schwab@suse.de>
8014         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
8015         ac_top_builddir when setting ac_abs_top_builddir.
8017 2002-04-06  Kevin Ryde  <user42@zip.com.au>
8019         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
8020         (Portable Shell): Cross reference to Systemology.
8022 2002-04-05  Akim Demaille  <akim@epita.fr>
8024         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
8025         directories when descending in a SUBDIRS.
8026         Reported by Ezra Peisach.
8028 2002-04-04  Andreas Schwab  <schwab@suse.de>
8030         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
8031         contains no literal separators.
8033 2002-04-03  Akim Demaille  <akim@epita.fr>
8035         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
8036         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
8037         Use dnl, not the KILL diversion.
8038         Extracted from...
8039         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
8040         (AC_CONFIG_LINKS): here.
8041         Adjust.
8042         Don't use the KILL diversion, as it kills spurious output, which
8043         results in failures being hidden.
8044         Use m4_defn where appropriate.
8045         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
8046         after the second argument.
8047         Use m4_defn.
8048         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
8049         syntax, as it is provided by M4sugar.
8050         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
8052 2002-04-03  Andreas Schwab  <schwab@suse.de>
8054         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
8055         expanded if $# <= 2.
8057         * bin/autoreconf.in (autoreconf): Run automake after rerunning
8058         aclocal.
8060 2002-04-03  Akim Demaille  <akim@epita.fr>
8062         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
8063         (_AC_COMPILER_EXEEXT_REJECT): New.
8064         Also recognize *.bb and *.bbg as compilation byproducts.
8065         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
8066         (_AC_COMPILER_OBJEXT): Use them.
8067         Fixes Debian #138666.
8069 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
8071         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8073         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8074         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
8075         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8076         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8077         (AC_C_CONST): Same.
8078         (AC_C_INLINE): Same.
8079         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
8080         * doc/autoconf.texi, NEWS: Document.
8081         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8082         AC_C_CROSS.
8084 2002-04-02  Akim Demaille  <akim@epita.fr>
8086         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8087         _AS_MKDIR_P_PREPARE.
8089 2002-03-28  Kevin Ryde  <user42@zip.com.au>
8091         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8092         to avoid versions of HP C which don't allow that.
8094 2002-03-27  Paul Eggert  <eggert@twinsun.com>
8096         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8097         (AS_SHELL_SANITIZE): Invoke it.
8098         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8100 2002-03-26  Akim Demaille  <akim@epita.fr>
8102         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8104 2002-03-26  Akim Demaille  <akim@epita.fr>
8106         * doc/autoconf.texi (Introduction): The GNATS base moved.
8108 2002-03-25  Paul Eggert  <eggert@twinsun.com>
8110         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8111         as POSIX requires, as it doesn't work with Zsh.
8112         * doc/autoconf.texi (Assignments): Document the problem.
8114 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8116         * doc/autoconf.texi (Limitations of Make): Mention more issue
8117         about VPATH, overriding of macros in sub-makes, and handling of
8118         SHELL.
8120 2002-03-21  Paul Eggert  <eggert@twinsun.com>
8122         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8123         problem with here-document buffer boundaries.
8125         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8126         when reinvoking the shell, to work around problems with installers
8127         who put strange things like "cd" commands in their environments.
8129 2002-03-19  Akim Demaille  <akim@epita.fr>
8131         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8132         From Aaron Ucko.
8134 2002-03-19  Akim Demaille  <akim@epita.fr>
8136         * bin/autoscan.in (scan_file): Specify the location in `&used'
8137         invocations.
8138         From Nicolas Joly.
8140 2002-03-19  Akim Demaille  <akim@epita.fr>
8142         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8143         From Nishio Futoshi.
8145 2002-03-19  Akim Demaille  <akim@epita.fr>
8147         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8149 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8151         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8152         (Limitations of Usual Tools): Add mkdir section.
8154         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8155         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8156         back on AS_DIRNAME to compute prefixes otherwise; this is
8157         roughly what mkinstalldirs does.  That way, we need not have
8158         our own filename disassembler.  The old disassembler did not
8159         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8161         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8162         Create at_test_all by a series of assignments,
8163         not by a single assignment of a long string.  The latter causes ksh
8164         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8165         presumably because of a buffer overrun.
8167 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8169         * lib/autotest/general.m4 (at_times_skip):
8170         Renamed from at_times.  Now a boolean.
8171         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8172         says 'times: not found'.
8174 2002-03-14  Akim Demaille  <akim@epita.fr>
8176         * bin/autoreconf.in (&study_gettextize): New.
8177         (&autoreconf): Handle newest gettextize.
8178         Rerun aclocal if needed.
8179         Suggested by Andreas Schwab.
8181 2002-03-13  Akim Demaille  <akim@epita.fr>
8183         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8185 2002-03-13  Akim Demaille  <akim@epita.fr>
8187         * doc/autoconf.texi (Header Portability): New.
8188         Add information about stdint.h and inttypes.h from Paul Eggert.
8190 2002-03-13  Akim Demaille  <akim@epita.fr>
8192         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8193         -p'.
8194         From Bob Proulx.
8196 2002-03-12  Akim Demaille  <akim@epita.fr>
8198         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8199         m4_require.
8201 2002-03-11  Andreas Schwab  <schwab@suse.de>
8203         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8204         does not do it if --with-lispdir is given.
8206 2002-03-08  Akim Demaille  <akim@epita.fr>
8208         Version 2.53.
8210 2002-03-08  Akim Demaille  <akim@epita.fr>
8212         * doc/autoconf.texi (Subdirectories): Clarify that the
8213         subdirectory should exist.
8215 2002-03-08  Akim Demaille  <akim@epita.fr>
8217         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8219 2002-03-08  Akim Demaille  <akim@epita.fr>
8221         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8222         aliases the actual variables, and modifications of the former
8223         affect the latter.
8225 2002-03-08  Akim Demaille  <akim@epita.fr>
8227         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8228         because of C-c: have m4 output in tmp files, then mv them.
8230 2002-03-08  Akim Demaille  <akim@epita.fr>
8232         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8233         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8234         * bin/ifnames.in: Copyright update.
8236 2002-03-08  Akim Demaille  <akim@epita.fr>
8238         * doc/autoconf.texi (Invoking autom4te): New.
8240 2002-03-05  Akim Demaille  <akim@epita.fr>
8242         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8243         Kevin Ryde.
8245 2002-03-05  Akim Demaille  <akim@epita.fr>
8247         Version 2.52i.
8249 2002-03-04  Akim Demaille  <akim@epita.fr>
8251         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8252         * lib/autoconf/general.m4 (AC_INIT): More informative error
8253         message for LIBOBJ.
8255 2002-03-04  Akim Demaille  <akim@epita.fr>
8257         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8258         parallel builds.
8260 2002-03-04  Akim Demaille  <akim@epita.fr>
8262         * doc/autoconf.texi (Transforming Names): Equality between target
8263         and host is irrelevant.
8264         (Specifying Names, Canonicalizing): Remove all references to the
8265         backward compatibility hooks.  Rather, collect them all into...
8266         (Hosts and Cross-Compilation): this new section.
8267         * doc/install.texi (System Type): Ditto.
8268         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8269         that `--host' implies cross-compilation.
8271 2002-03-04  Akim Demaille  <akim@epita.fr>
8273         * doc/autoconf.texi (Evaluation Macros): New.
8274         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8275         useless.
8276         (_m4_foreach): Define the variant with immediate evaluation so
8277         that it contains exactly the items, not an expression which
8278         evaluation is the current item.
8279         (m4_re_string, m4_re_word): Don't over quote them.
8281 2002-03-04  Akim Demaille  <akim@epita.fr>
8283         Instead of having stacking `shift's evaluated at the end, let
8284         `foreach' loops immediately evaluate them.
8286         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8287         $*.  This is the n-th time I change my mind, but hopefully this is
8288         the last...
8289         (m4_lquote): New.
8290         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8291         efficient.
8292         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8293         it was only a hack for m4_text_wrap.
8294         (m4_car2): Remove, replaced by...
8295         (m4_cdr): New.
8296         (_m4_foreach): Adjust.
8297         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8298         m4_bpatsubst for clarification.
8300 2002-03-04  Akim Demaille  <akim@epita.fr>
8302         * doc/autoconf.texi (Changequote is Evil): New.
8304 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8306         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8307         on old systems like SunOS.
8309 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8311         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8312         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8313         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8314         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8315         of messages.
8317 2002-02-28  Akim Demaille  <akim@epita.fr>
8319         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8320         message to be sent.
8322 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8324         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8326 2002-02-25  Akim Demaille  <akim@epita.fr>
8328         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8329         From Akinori Musha.
8331 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8333         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8334         translate \r\n to \n.
8336 2002-02-07  Akim Demaille  <akim@epita.fr>
8338         Version 2.52h.
8340 2002-02-07  Akim Demaille  <akim@epita.fr>
8342         Fix Autoconf PR/209.
8343         Also reported by Frank Denis.
8345         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8347 2002-02-07  Akim Demaille  <akim@epita.fr>
8349         Fix Autoconf PR/207:
8350         AC_PREFIX_PROGRAM fails with dashed program names
8352         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8353         variable when looking for the prefix program.
8354         Now it also works for shell variables.
8356 2002-02-07  Akim Demaille  <akim@epita.fr>
8358         * doc/autoconf.texi (Limitations of Builtins): More about
8359         case/esac.
8361 2002-02-06  Akim Demaille  <akim@epita.fr>
8363         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8364         case/esac, some shells don't support it.
8365         Reported by Zack Weinberg.
8366         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8368 2002-02-06  Akim Demaille  <akim@epita.fr>
8370         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8371         sure not to introduce newlines in at_groups.
8372         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8374 2002-02-06  Akim Demaille  <akim@epita.fr>
8376         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8377         is not available.
8379 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8381         * doc/autoconf.texi (Specific Compiler Characteristics):
8382         Describe HP-UX cc bug workaround more accurately.
8383         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8384         not unsigned long.
8385         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8386         cross-compilers, too.  This undoes some of the most recent change
8387         to this file.
8389 2002-02-05  Akim Demaille  <akim@epita.fr>
8391         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8392         to make sure they are up to date when `check' is run.
8394 2002-02-05  Akim Demaille  <akim@epita.fr>
8396         * doc/autoconf.texi (Making testsuite Scripts): Document
8397         package.m4.
8399 2002-02-05  Akim Demaille  <akim@epita.fr>
8401         * lib/freeze.mk: New.
8403 2002-02-05  Akim Demaille  <akim@epita.fr>
8405         Implement `autom4te --freeze'.
8407         * bin/autom4te.in (&freeze): New.
8408         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8409         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8411 2002-02-05  Akim Demaille  <akim@epita.fr>
8413         * bin/autom4te.in (&parse_args): Implement `frozen files are
8414         optional are the sum of the previous files on the command line'.
8415         Also, pass `--reload-state=' on them, so...
8416         (handle_m4): don't.
8417         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8418         (M4sh): Rely on M4sugar.
8419         (Autotest, M4sh, M4sugar): Use frozen files.
8421 2002-01-31  Akim Demaille  <akim@epita.fr>
8423         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8424         * doc/autoconf.texi (Initializing configure): Adjust.
8426 2002-01-30  Akim Demaille  <akim@epita.fr>
8428         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8429         alphanumeric to `-' instead of `_'.
8431 2002-01-30  Akim Demaille  <akim@epita.fr>
8433         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8434         for plain code, the other for cross-compilation code.  The latter
8435         is now run with GCC only.
8436         * doc/autoconf.texi (Compilers and Preprocessors): New.
8438 2002-01-30  Akim Demaille  <akim@epita.fr>
8440         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8441         values.
8442         * doc/autoconf.texi (Initializing configure): Explain how to
8443         change AC_INIT default values.
8445 2002-01-29  Akim Demaille  <akim@epita.fr>
8447         * tests/torture.at (Configuring subdirectories): Use configure.in,
8448         so that aclocal 1.4 works.
8449         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8451 2002-01-28  Akim Demaille  <akim@epita.fr>
8453         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8454         needs an argument.
8456 2002-01-28  Akim Demaille  <akim@epita.fr>
8458         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8459         AUTOTEST_PATH *after* it was set.
8460         Don't put `.' in the PATH: the user should be precise and `./' if
8461         needed.  In addition, given that the test suite does some `cd', if
8462         `.' is in the path, the `tested programs' sections will report
8463         programs found in the test suite's directory, while during the
8464         tests (performed in their own directory), these programs are no
8465         longer visible.  In other words, the results is confusing and
8466         useless.
8467         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8469 2002-01-24  Akim Demaille  <akim@epita.fr>
8471         Version 2.52g.
8473 2002-01-24  Akim Demaille  <akim@epita.fr>
8475         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8476         * doc/autoconf.texi: Finally add Akim as an author.
8478 2002-01-24  Akim Demaille  <akim@epita.fr>
8480         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8481         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8482         Bourne. Use /bin/sh.
8483         From Andreas Buening.
8485 2002-01-24  Akim Demaille  <akim@epita.fr>
8487         * config/config.guess, config/config.sub, config/texinfo.tex:
8488         Update from masters.
8490 2002-01-24  Akim Demaille  <akim@epita.fr>
8492         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8493         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8494         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8495         * config/missing.m4, config/sanity.m4, config/select.m4,
8496         * config/strip.m4: Remove, to ease sync'ing with any version of
8497         Automake.
8499 2002-01-24  Akim Demaille  <akim@epita.fr>
8501         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8502         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8503         Reported by Geir Ove Myhr.
8505 2002-01-21  Akim Demaille  <akim@epita.fr>
8507         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8509 2002-01-21  Akim Demaille  <akim@epita.fr>
8511         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8512         message on invalid options.
8513         * bin/autom4te.in (parse_args): Don't use
8514         Autoconf::General::getopt with non valid options.
8516 2002-01-17  Jim Meyering  <meyering@lucent.com>
8518         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8519         $ac_cv_exeext so we don't use an old, invalid, cached value.
8521 2002-01-11  Akim Demaille  <akim@epita.fr>
8523         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8524         Meyering.
8525         * doc/autoconf.texi (Function Portability): Document the strnlen
8526         limitation.
8527         (Particular Functions): Document AC_FUNC_STRNLEN.
8528         * lib/autoscan/functions: Adjust.
8530 2002-01-06  Akim Demaille  <akim@epita.fr>
8532         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8533         package.m4, since is really depends upon configure.ac, not
8534         configure.
8535         * doc/autoconf.texi (testsuite Scripts): Adjust.
8536         * tests/Makefile.am (package.m4): New.
8537         EXTRA_DIST it since its a source.
8539 2002-01-06  Akim Demaille  <akim@epita.fr>
8541         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8542         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8543         and PACKAGE_BUGREPORT from here...
8544         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8545         arguments.
8546         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8547         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8548         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8549         * tests/tools.at (autoheader): Adjust.
8550         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8552 2002-01-06  Akim Demaille  <akim@epita.fr>
8554         * bin/autoscan.in (scan_file): Use `&used'.
8556 2002-01-03  Akim Demaille  <akim@epita.fr>
8558         * doc/autoconf.texi (Output): Improved wording regarding use of
8559         AC_OUTPUT.
8560         From Olly Betts.
8562 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8564         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8565         sometimes needing writable input.
8567 2001-12-17  Jim Meyering  <meyering@lucent.com>
8569         * doc/autoconf.texi (New Macros): Tweak wording.
8571 2001-12-14  Akim Demaille  <akim@epita.fr>
8573         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8574         trailing files, don't apply `-rf' to files which might not be
8575         created by configure (core, core.*, and *.core), but just `rm -f'.
8576         Suggested by Jonathan Kamens.
8578 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8580         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8582 2001-12-14  Akim Demaille  <akim@epita.fr>
8584         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8586 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8588         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8589         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8590         abs_srcdir, top_srcpath to abs_top_srcdir.
8591         (_AC_OUTPUT_FILES): Adjust.
8592         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8593         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8594         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8596 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8598         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8599         C/Fortran linking on HP/UX, by extracting the Fortran library
8600         search path from the LPATH line in the $F77 -v output.
8602 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8604         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8605         forbidden file descriptors table.
8607 2001-11-26  Akim Demaille  <akim@epita.fr>
8609         * bin/autoscan.in (%c_keywords): Build it at top level.
8610         Map to 1 in order to simplify its uses.
8612 2001-11-26  Akim Demaille  <akim@epita.fr>
8614         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8615         Remove $filepath, useless.
8616         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8617         variables, they are really part of the tokens.
8618         Split the input line on spaces and then look for tokens.
8619         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8620         because of `lex$U.$(OBJEXT)'.
8621         (&scan_files): Use "@list" instead of join.
8622         * doc/Makefile.am (CLEANFILES): Add *.fns.
8624 2001-11-26  Akim Demaille  <akim@epita.fr>
8626         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8627         Remove, replaced by...
8628         * tests/wrappl.in: Be common for all the Perl executables.
8629         In particular autoscan and autoheader want -I.
8630         * configure.ac: Adjust.
8631         * lib/autoscan/headers: errno.h is portable.
8633 2001-11-26  Akim Demaille  <akim@epita.fr>
8635         * bin/autoscan.in (used): New.
8636         Use it.
8638 2001-11-26  Akim Demaille  <akim@epita.fr>
8640         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8641         directives.
8642         (&scan_sh_file): Remove a duplicate pattern.
8643         (&check_configure_ac): Use long options.
8644         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8646 2001-11-26  Akim Demaille  <akim@epita.fr>
8648         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8649         Before, having a line containing the opening of a multi line
8650         comment made the whole line be ignored.
8652 2001-11-26  Akim Demaille  <akim@epita.fr>
8654         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8655         (testsuite Scripts): Be one of its subsection.
8656         (Autotest Logs): New.
8658 2001-11-26  Akim Demaille  <akim@epita.fr>
8660         Test groups are now run two directories deeper.
8662         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8663         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8664         at_top_builddir.
8665         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8666         top_srcdir, builddir and top_builddir.
8667         Use `at_*dir' relatively to the directory containing the
8668         suite, use `*dir' when relatively to the current group dir.
8670 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8672         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8673         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8674         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8675         spelling errors.
8677 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8679         * doc/autoconf.texi (Using System Type): Add an example of `case
8680         $host' usage so people quit using `case $target' everywhere.
8682 2001-11-22  Akim Demaille  <akim@epita.fr>
8684         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8685         spotted by Jim Meyering.
8687 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8689         This patch implements a `long double' suggestion by Oliver Kiddle.
8691         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8692         static, to catch errors if the value isn't known at compile-time
8693         and the compiler supports dynamic arrays.  Change its name from
8694         `_array_' to `test_array' to avoid potential name clashes.
8695         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8696         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8697         better than double.  Catch a bug in GCC 2.95.2 x86.
8698         * doc/autoconf.texi (C Compiler): Document the above.
8699         * NEWS: Likewise.
8701 2001-11-13  Akim Demaille  <akim@epita.fr>
8703         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8704         hand.
8705         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8707 2001-11-13  Akim Demaille  <akim@epita.fr>
8709         * lib/autotest/general.m4 (AT_INIT): After having run the test
8710         group, go back to the initial directory, not to at_suite_dir.
8712 2001-11-13  Akim Demaille  <akim@epita.fr>
8714         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8715         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8716         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8717         option.
8718         (AT_CHECK_CONFIGURE): Use absolute paths.
8719         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8720         The problem is still the old one: there is no means in M4 (that I
8721         know about) to create a defining macro, because there is no means
8722         to create `$1' etc., therefore, the defining macro ``swallows''
8723         all the arguments meant to the defined macro.
8725 2001-11-13  Akim Demaille  <akim@epita.fr>
8727         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8728         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8729         configure.ac.
8730         * tests/aclocal.m4: Remove, as it is no longer used.
8732 2001-11-13  Akim Demaille  <akim@epita.fr>
8734         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8735         variable names when referring to a single test group, or to
8736         `suite' when referring to the whole test suite.
8737         `at_last_test' is removed: m4 compute at_format itself.
8738         (at_stdout, at_stder1, at_stderr): New variables.
8739         (AT_CHECK): Use them.
8741 2001-11-13  Akim Demaille  <akim@epita.fr>
8743         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8744         in PATH.
8745         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8746         Do it as soon as a test fails, don't wait till the end of the test
8747         suite.
8748         Don't remove $as_me.[0-9]*, since these files no longer exist.
8750 2001-11-13  Akim Demaille  <akim@epita.fr>
8752         * tests/tools.at: Use absolute paths, since we are no longer run
8753         in place.
8755 2001-11-13  Akim Demaille  <akim@epita.fr>
8757         Now that tests are running in their own private dir, there is no
8758         need to list the files to remove at the end of tests groups.
8760         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8761         (AT_data_files, at_data_files): Remove.
8762         (AT_CLEANUP, AT_DATA): Simplify.
8763         (AT_INIT): Adjust.
8764         Remove the group dir if !debug && !failed.
8765         * tests/atspecific.m4: Adjust.
8767 2001-11-13  Akim Demaille  <akim@epita.fr>
8769         Start a new layout for Autotest: `testsuite' creates
8770         `testsuite.dir' in which the at-check-line etc. files are to be
8771         found, and `testsuite.dir/003' where the test group 3 is run.
8773         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8774         at_check_line_file, at_format, at_test_normalized, at_group_dir
8775         are new variables.
8776         Create the directories.
8777         Use absolute paths for at- files.
8778         (AT_CHECK): Adjust.
8780 2001-11-11  Michael Matz  <matz@kde.org>
8782         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8783         (m4_car2): New.
8784         (m4_car): Properly quote arguments.
8786 2001-11-13  Akim Demaille  <akim@epita.fr>
8788         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8789         with stricter rules on LIBOBJS.
8791 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8793         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8794         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8795         __PROTOTYPES too.
8797 2001-11-12  Akim Demaille  <akim@epita.fr>
8799         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8801 2001-11-12  Akim Demaille  <akim@epita.fr>
8803         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8804         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8805         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8806         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8807         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8808         specify to what the macro should be defined (typically to 1).
8810 2001-11-12  Akim Demaille  <akim@epita.fr>
8812         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8813         From Jim Meyering.
8815 2001-11-12  Akim Demaille  <akim@epita.fr>
8817         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8818         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8819         definition used by Automake where LEX is +/- "${missing} lex" and
8820         `missing' itself contains variables.
8822 2001-11-12  Akim Demaille  <akim@epita.fr>
8824         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8825         Now that M4sh pushes BODY, the comments were output at the end of
8826         the test suites.
8828 2001-11-08  Akim Demaille  <akim@epita.fr>
8830         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8831         that we can trace macros from aclocal.m4.
8832         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8833         obsoleted, and redirect to the former anyway.
8834         Reported by Ralf Corsepius.
8836 2001-11-08  Akim Demaille  <akim@epita.fr>
8838         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8839         processed only if present.
8840         * tests/torture.at (Configuring subdirectories): Use autoreconf
8841         instead of successive calls to autoconf.
8842         Add a nonexistent subdirectory to exercise the patch above.
8843         Reported by Ralf Corsepius.
8845 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8847         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8848         doesn't accept .S files.
8850 2001-11-07  Akim Demaille  <akim@epita.fr>
8852         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8853         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8854         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8855         * bin/autom4te.in (warn_forbidden): New.
8856         (handle_output): Use it.
8857         Read m4_pattern_forbid with messages.
8859 2001-11-05  Akim Demaille  <akim@epita.fr>
8861         * bin/autom4te.in (--normalize): Remove.
8862         * lib/autom4te.in: Adjust.
8864 2001-11-05  Akim Demaille  <akim@epita.fr>
8866         * tests/Makefile.am (testsuite): Rename this target as...
8867         ($(TESTSUITE)): this.
8868         From Nicolas Joly.
8870 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8872         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8873         the --prefix option, also remove it's argument.
8875 2001-11-05  Akim Demaille  <akim@epita.fr>
8877         * doc/autoconf.texi (testsuite Invocation): Update.
8878         (Writing testsuite.at): Update.
8880 2001-11-03  Akim Demaille  <akim@epita.fr>
8882         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8884 2001-11-03  Akim Demaille  <akim@epita.fr>
8886         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8887         (&file_name_is_absolute): New, wrappers around routines from
8888         File::Spec.
8889         Use and export them.
8890         (&find_configure_ac): Optionally take a directory where to look at.
8891         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8892         the arguments.
8893         Default @ARGV to `.', not find_configure_ac.
8894         (&autoreconf): Argument is a directory.
8895         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8896         * doc/autoconf.texi (autoreconf Invocation): Update.
8898 2001-11-03  Akim Demaille  <akim@epita.fr>
8900         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8901         (@export_forward_subs): New.
8902         Add basename, dirname, and fileparse.
8903         (@EXPORT): Adjust.
8904         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8905         Don't look for aclocal flags if we already know aclocal is not
8906         used.
8907         Move aclocal.m4t only if it exists.
8908         Reported by Ezra Peisach.
8910 2001-11-03  Akim Demaille  <akim@epita.fr>
8912         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8913         passed on command line, defaulting to ./configure.ac if present.
8914         (&maybe_autoreconf, File::Find): Remove, unused.
8915         (&autoreconf): If autoconf is not used, don't try to trace.
8917 2001-11-02  Akim Demaille  <akim@epita.fr>
8919         * configure.ac: Bump to 2.52g.
8921 2001-11-02  Akim Demaille  <akim@epita.fr>
8923         Version 2.52f.
8925 2001-11-02  Akim Demaille  <akim@epita.fr>
8927         * config/config.guess, config/config.sub, doc/standards.texi:
8928         * config/lispdir.m4: Update from masters.
8929         * configure.ac: Bump to 2.52f.
8931 2001-11-02  Akim Demaille  <akim@epita.fr>
8933         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8934         Don't run aclocal when aclocal.m4 is not from aclocal.
8935         From Ezra Peisach.
8936         Don't run libtoolize and gettextize if --install is not given.
8938 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8940         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8941         be invoked before _AS_LINENO_PREPARE.
8942         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8943         than character ranges.
8945         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8946         invoking AS_BASENAME.  Set the locale variables to 'C' if
8947         possible, as POSIX requires this to get the traditional
8948         behavior.
8949         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8951 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8953         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8954         with {}, as that triggers a bug in Bash 2.05.
8956         (_AS_LINENO_PREPARE): Use Sed rather than
8957         Awk.  Fix the sed prepass to work even if there are multiple
8958         instances of $LINENO on the same line.  Do not substitute for
8959         other variables like $LINENOT.  Do not check file dates; such a
8960         check is unreliable on sufficiently fast machines, and removing
8961         the check makes the code simpler and more reliable.  Check for
8962         output and chmod failures.
8964         * doc/autoconf.texi (Special Shell Variables): Document
8965         the above.
8967 2001-10-31  Akim Demaille  <akim@epita.fr>
8969         * tests/Makefile.am (atconfig): Remove this target, Automake
8970         handles it now.
8972 2001-10-31  Akim Demaille  <akim@epita.fr>
8974         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8975         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8976         provided, while it is optional.
8977         * configure.ac: Adjust.
8979 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8981         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8982           lib/Autom4te/Struct.pm:
8983         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8984         with 5.005_02.
8986         * doc/autoconf.texi (Special Shell Variables): Document some
8987         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8989         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8990         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8991         eval $LINENO is not portable in practice.
8993 2001-10-24  Akim Demaille  <akim@epita.fr>
8995         * lib/Autom4te/General.pm (backname): New.
8997 2001-10-24  Akim Demaille  <akim@epita.fr>
8999         * m4/: Remove, merged into...
9000         * config/: here.
9002 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
9004         * doc/autoconf.texi (Shellology): Mention the problems with bash
9005         2.05's use of ANSI quoting in its `set' builtin.
9007 2001-10-22  Paul Eggert  <eggert@twinsun.com>
9009         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
9010         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
9011         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
9012         POSIX decided to standardize on the int flavor of strerror_r.
9013         Always do char* test, as there's no reason not to.
9014         Assign to a char* var, to catch strerror_r that returns int*.
9016         * doc/autoconf.texi (Particular Functions):
9017         Document the above changes.  Also, document the fact that
9018         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
9020         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
9022 2001-10-20  Akim Demaille  <akim@epita.fr>
9024         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
9025         the executable was missing from the log.
9027 2001-10-20  Akim Demaille  <akim@epita.fr>
9029         * lib/Autom4te/General.pm (&update_file): If destination is
9030         unchanged, remove the source.
9031         (&up_to_date_p): Don't be verbose, be debug.
9032         * bin/autoreconf.in: No longer support --m4dir.
9033         (&autoreconf): Display the full path of the configure.ac we are
9034         studying.
9035         Trace it only once.
9036         Be sure to honor --force with gettextize.
9037         Always run aclocal.
9038         * doc/autoconf.texi: Adjust.
9040 2001-10-20  Akim Demaille  <akim@epita.fr>
9042         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
9043         Remove, dead.
9044         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
9045         `intl' is already present, as it refuses unless --force.
9046         (&parse_args): Use -I, --include instead of the old Autoconf
9047         options.
9048         ($localdir, $autoconf_dir): Remove.
9049         (@include): New.
9050         (&maybe_autoreconf): New, to preserve $_ for File::Find.
9052 2001-10-19  Jens Petersen  <petersen@redhat.com>
9054         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
9055         * doc/autoconf.texi (Particular Programs): Likewise.
9057 2001-10-19  Akim Demaille  <akim@epita.fr>
9059         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
9060         file in @configure_input@.
9061         Don't mention `automatically' in addition to `generated'.
9062         * tests/torture.at (#define header templates): Adjust.
9064 2001-10-19  Akim Demaille  <akim@epita.fr>
9066         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
9067         comment, explain how to install automatic mode selection.
9068         From Russ Allbery.
9070 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
9072         * bin/autoreconf.in (autoreconf): Display the path to the
9073         configure.ac being studied.
9075 2001-10-18  Paul Eggert  <eggert@twinsun.com>
9077         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9078         long, to work around a bug in the HP C compiler version HP92453-01
9079         B.11.11.23709.GP.
9081         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9082         (AS_BASENAME_EXPR): New macro.
9083         (AS_BASENAME_SED): Do not assume GNU sed semantics.
9084         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9085         and fall back on 'sed' only if the other two fail.  This makes
9086         AS_BASENAME act more like AS_DIRNAME.
9087         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9088         contains white space.
9089         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9090         Use AS_DIRNAME, since I think it's now DOS-friendly.
9091         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9092         Allow "dirname //FOO" to return either / or //, as POSIX allows
9093         either behavior.
9095 2001-10-10  Akim Demaille  <akim@epita.fr>
9097         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9098         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9099         From Eric Sharkey.
9101 2001-10-10  Akim Demaille  <akim@epita.fr>
9103         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9104         m4_define, since...
9105         (_AS_ECHO_N): AS_REQUIREs it.
9107 2001-10-10  Akim Demaille  <akim@epita.fr>
9109         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9110         (AC_INCLUDES_DEFAULT): Move to...
9111         * lib/autoconf/headers.m4: here.
9112         * lib/autoconf/types.m4: Comment changes.
9113         * doc/autoconf.texi: Specify where the default includes are used
9114         in the macro prototypes.
9116 2001-10-09  Akim Demaille  <akim@epita.fr>
9118         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9119         transition code.
9121 2001-10-08  Akim Demaille  <akim@epita.fr>
9123         * bin/autoreconf.in (&autoreconf): Remove debugging code.
9124         (&parse_args): Pass verbosity/debugging options to subtools when
9125         --debug, not when --verbose.
9126         * lib/autom4te.in (Autoreconf-preselections): New.
9127         (Autoconf): Use it.
9129 2001-10-08  Akim Demaille  <akim@epita.fr>
9131         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9133 2001-10-08  Akim Demaille  <akim@epita.fr>
9135         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9136         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9138 2001-10-08  Akim Demaille  <akim@epita.fr>
9140         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9141         (Syntax of the shell scripts): Don't.
9142         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9143         bother with $force since...
9144         * lib/Autom4te/General.pm: does.
9146 2001-10-08  Akim Demaille  <akim@epita.fr>
9148         * bin/autoreconf.in: Rewrite in Perl.
9149         * configure.ac: Adjust.
9150         * lib/Autom4te/General.pm (&up_to_date_p): New.
9151         * bin/autom4te.in (&up_to_date_p): Use it.
9152         Rename as...
9153         (&up_to_date): this.
9155 2001-10-08  Akim Demaille  <akim@epita.fr>
9157         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9158         (m4_list_cmp): Use $0 to reinvoke yourself.
9159         (m4_patsubsts): New.
9160         (m4_strip, m4_version_unletter): Use it.
9161         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9163 2001-10-08  Akim Demaille  <akim@epita.fr>
9165         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9166         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9167         * lib/autoconf/types.m4, lib/autotest/general.m4,
9168         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9169         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9170         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9171         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9173 2001-10-08  Akim Demaille  <akim@epita.fr>
9175         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9177 2001-10-08  Akim Demaille  <akim@epita.fr>
9179         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9180         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9181         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9182         * tests/tools.at, tests/m4sh.at: Use it.
9183         * tests/m4sh.at: Don't rely on Autoconf macros.
9184         (DIRNAME_TEST): Also exercise the expr variant.
9185         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9186         preferred M4sugar extension is now `.4s'.
9187         * tests/README: Remove.
9189 2001-10-08  Akim Demaille  <akim@epita.fr>
9191         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9192         (m4_provide_if): this.
9193         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9194         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9195         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9196         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9198 2001-10-08  Akim Demaille  <akim@epita.fr>
9200         Use `add-log-current-defun-function' for ChangeLog creation.
9201         Suggested by Tom Tromey.
9203         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9204         (autotest-mode): Adjust.
9205         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9206         'comment-region onto `C-c ;'.
9207         Comments are `#', not `dnl'.
9208         (autoconf-current-defun): New.
9209         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9211 2001-10-08  Akim Demaille  <akim@epita.fr>
9213         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9214         * lib/m4sugar/m4sh.m4: here.
9215         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9216         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9217         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9218         include handle the m4_pattern_*, no longer push the
9219         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9220         * lib/autotest/general.m4 (AT_INIT): Likewise.
9221         * tests/base.at: Adjust the tests to use AS_INIT.
9222         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9223         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9224         Autoconf.
9226 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9228         * doc/autoconf.texi (config.status Invocation):
9229         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9231         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9232         shell does not support LINENO, and if CONFIG_SHELL is unset or
9233         empty, and if we can find a shell that does support LINENO,
9234         then set CONFIG_SHELL to that shell and then re-execute
9235         ourselves with CONFIG_SHELL.
9237 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9239         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9240         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9241         build of $(TESTSUITE).
9243 2001-10-05  Akim Demaille  <akim@epita.fr>
9245         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9246         iff we are a bareword.
9247         Reported by Raja R Harinath.
9249 2001-10-05  Akim Demaille  <akim@epita.fr>
9251         * tests/m4sh.at (LINENO): New.
9252         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9253         PATH_SEPARATOR before using it.
9254         Fix the absolute path case/esac pattern.
9255         Provide $0 as fallback for as_myself.
9256         Reported by Raja R Harinath.
9258 2001-10-05  Akim Demaille  <akim@epita.fr>
9260         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9261         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9263 2001-10-05  Akim Demaille  <akim@epita.fr>
9265         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9266         (AS_SHELL_SANITIZE): here.  Use it.
9267         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9268         From Paul Eggert.
9270 2001-10-04  Akim Demaille  <akim@epita.fr>
9272         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9273         combination of Awk and sed to replace $LINENO.
9275 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9277         * doc/autoconf.texi (Limitations of Builtins): You can't use
9278         "source"; it's not portable.  Remove confusing and
9279         somewhat-incorrect example involving "." and "/".
9281         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9282         compatibility with POSIX shells.
9284 2001-10-02  Akim Demaille  <akim@epita.fr>
9286         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9287         instead of exec'ing to preserve $0 and $@.
9289 2001-10-01  Akim Demaille  <akim@epita.fr>
9291         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9292         Don't run twice the same test.
9294 2001-10-01  Akim Demaille  <akim@epita.fr>
9296         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9297         No longer output the list of tests.
9298         <--list>: New option.
9299         <--full-help>: Remove.
9300         Complete the short/long options duality.
9301         Various small adjustments.
9303 2001-10-01  Akim Demaille  <akim@epita.fr>
9305         * doc/autoconf.texi: Use @kbd for user input.
9306         Always use `$' as shell prompt.
9308 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9310         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9311         Don't use nested parenthesization.  This patch was originally
9312         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9313         but somehow it didn't get incorporated then.
9314         * doc/autoconf.texi (Limitations of Usual Tools):
9315         Clarify remark about sed and nested parenthesization.
9317         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9318         Report an error if the size cannot be determined even though
9319         the type exists.
9320         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9321         Check for `expr' arithmetic overflow, and for compilation failure,
9322         and invoke a new argument $4 if either is discovered.
9323         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9324         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9326 2001-09-28  Akim Demaille  <akim@epita.fr>
9328         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9329         * m4/lispdir.m4: New.
9330         * aclocal.m4, configure.ac: Adjust.
9332 2001-09-28  Akim Demaille  <akim@epita.fr>
9334         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9335         (AT_TESTED): this.
9336         (AT_INIT): More the wrapped section to where it will be expanded.
9337         Output `AT_tested' only when existing.
9338         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9340 2001-09-27  Akim Demaille  <akim@epita.fr>
9342         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9343         generates too many bug reports.
9345         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9346         status when executing the ACTION-IF-FALSE.
9347         * tests/base.at (AC_TRY_*): Rename as...
9348         (AC_TRY_COMMAND): this.
9349         (AC_RUN_IFELSE): New.
9350         * tests/compile.at (Extensions, C keywords)
9351         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9352         (Broken/missing compilers, AC_PROG_CPP with warnings)
9353         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9354         * tests/c.at (Extensions, C keywords)
9355         (Broken/missing compilers, AC_PROG_CPP with warnings)
9356         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9357         (AC_PROG_CPP requires AC_PROG_CC): here and...
9358         * tests/fortran.at (GNU Fortran 77): there.
9359         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9360         AC_TRY_RUN is about compilation, not shell commands.
9361         (Test Programs): AC_TRY_RUN works as used to be advertised.
9363 2001-09-27  Akim Demaille  <akim@epita.fr>
9365         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9366         Raja R Harinath:
9367         Be sure to detect when $LINENO always returns the same value.
9368         Look for the original script, basename($0) is certainly not
9369         enough.
9370         Pass the CLI arguments to `$as_me.lineno'.
9372 2001-09-25  Akim Demaille  <akim@epita.fr>
9374         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9375         Be sure the close and reopen the LOG fd before and after using tee
9376         to extend the log.
9377         <at_tests_pattern>: Adjust to the new format of at_help_all.
9379 2001-09-23  Akim Demaille  <akim@epita.fr>
9381         * bin/autom4te.in (parse_args): There can be several invocations
9382         of --language now.
9384 2001-09-23  Akim Demaille  <akim@epita.fr>
9386         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9388 2001-09-23  Akim Demaille  <akim@epita.fr>
9390         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9391         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9392         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9393         builddir, buildpath, top_builddir, and top_buildpath.
9394         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9395         the current directory.
9396         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9397         variables *before* changing the current directory.
9398         Skip nonexistent dirs.
9399         * doc/autoconf.texi (Preset Output Variables): Document these
9400         variables.
9402         * lib/autotest/general.m4: Do not reset AT_victims.
9403         Don't compute at_srcdir nor at_top_srcdir.
9405         * tests/tools.at: Hence use top_srcdir.
9407         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9408         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9409         Remove.
9410         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9411         * tests/wrapsh.in, tests/autoupdate.in: New.
9412         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9413         * configure.ac: Build the position independent wrappers.
9415         * man/Makefile.am: Now that test wrappers are position
9416         independent, use them and drop dark envvar magic.
9418 2001-09-23  Akim Demaille  <akim@epita.fr>
9420         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9421         (Programming in M4sh): this.
9422         Promote to @section.
9424 2001-09-23  Akim Demaille  <akim@epita.fr>
9426         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9427         Pass $at_debug_args to the rerun test suite.
9428         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9429         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9430         From Paul Eggert.
9432 2001-09-23  Akim Demaille  <akim@epita.fr>
9434         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9436 2001-09-23  Akim Demaille  <akim@epita.fr>
9438         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9439         over-escaping.
9441 2001-09-23  Akim Demaille  <akim@epita.fr>
9443         * lib/Autom4te/General.pm (&debug): New.
9444         * bin/autom4te.in ($language): Move to...
9445         (parse_args): here.
9446         Handle --language in languages.
9447         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9448         (Autoscan-selections): New.
9449         (Autoconf): Adjust.
9451 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9453         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9454         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9455         to match current versions from CVS Automake.
9457 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9459         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9460         for $LINENO.
9462 2001-09-22  Akim Demaille  <akim@epita.fr>
9464         * lib/autoconf/autotest.m4: Create `package.m4'.
9465         * tests/Makefile.am (package.m4): Remove.
9467 2001-09-22  Akim Demaille  <akim@epita.fr>
9469         Rely on `$LINENO' when possible instead of `__oline__'.
9471         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9472         `$LINENO' support replacement when not supported.
9473         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9474         them explicitly to be sure they are not output before this section
9475         (via m4_require).  Cosmetic only.
9476         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9477         * lib/autoconf/programs.m4: Replace all the occurrences of
9478         `__oline__' with `$LINENO'.
9479         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9481 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9483         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9484         character (u: -> ue) in a code comment.
9485         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9486         it works.
9488 2001-09-21  Akim Demaille  <akim@epita.fr>
9490         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9491         Suggested by Jim Meyering.
9493 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9495         * lib/autoconf/programs.m4: Use extensions listed in
9496         $ac_executable_extensions when looking for programs.
9498 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9500         * lib/autoconf/general.m4: Fix a small Englisho.
9501         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9502         setting up ac_dir_suffix and ac_top_builddir.
9503         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9505 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9507         * doc/autoconf.texi (File System Conventions): Clarify the use of
9508         PATH_SEPARATOR.
9509         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9510         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9511         be used instead of ':'.
9512         * lib/autotest/general.m4: Replace occurrences of ':' in
9513         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9515 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9517         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9518         arguments.  Fixed a typo.
9520 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9522         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9523         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9525 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9527         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9528         * bin/autoupdate.in: Ditto.
9529         * bin/autoheader.in: Reworded a few comments.
9530         * bin/autoconf.in: Reworded help text for a few options.
9531         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9532         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9534 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9536         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9537         already have $file).  Set output files to binary mode (helps avoid
9538         CR issues on DOSish systems).
9540 2001-09-19  Akim Demaille  <akim@epita.fr>
9542         * lib/autotest/general.m4: Englishoes.
9543         From Tim Van Holder and Alexey Mahotkin.
9545 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9547         * doc/autoconf.texi (Common Shell Constructs): New node,
9548         documenting AS_DIRNAME.
9549         (Limitations of Usual Tools): Refer to it when discussing dirname.
9550         Also, update discussion of POSIX standard to reflect latest draft.
9552         * lib/autoconf/c.m4:
9553         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9555         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9556         Do not pass a first argument with leading '-'
9557         to expr, by parenthesizing initial integers that might be negative.
9559         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9560         now merely checks whether it is an error to pass an argument
9561         to getpgrp.
9563         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9564         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9565         whether it is a (compile-time) error to pass an argument to
9566         getpgrp.  This simpler test supports the revised documentation,
9567         and is all that AC_FUNC_GETPGRP's users really need.
9569 2001-09-18  Akim Demaille  <akim@epita.fr>
9571         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9573 2001-09-18  Akim Demaille  <akim@epita.fr>
9575         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9576         `{}'.
9577         * lib/autotest/general.m4 (AT_INIT): Adjust.
9579 2001-09-18  Paul Wagland  <paul@wagland.net>
9581         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9582         correctly.
9583         Add test for AS_BASENAME.
9584         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9585         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9586         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9587         * tests/base.at: Fixed the expected responses. The old ones were
9588         one line out...
9589         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9590         the documentation claims it should (and how it behaved in 2.13).
9592 2001-09-18  Akim Demaille  <akim@epita.fr>
9594         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9595         the AC_CONFIG_COMMANDS invocation.
9596         This also solves the name clash problems.
9597         Don't set the package's ID.
9598         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9599         No longer to be shipped.
9600         (version.in): Remove.
9601         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9602         * lib/autoconf/status.m4: Adjust.
9603         Use `m4_PACKAGE_STRING'.
9604         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9605         the only optional argument is the name of the test suite.
9606         Expect `package.m4' to define the package signature.
9607         * lib/autom4te.in (Autotest): Add `package.m4?'.
9608         * tests/Makefile.am (package.m4): New.
9609         * tests/suite.at: ifnames is a victim.
9611 2001-09-18  Akim Demaille  <akim@epita.fr>
9613         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9614         AC_LIBSOURCE, AC_CONFIG_FILES.
9615         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9616         program version string doesn't match the package's.
9617         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9618         after `(cached)'.
9620 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9622         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9623         Allow expression to return any value that can fit into unsigned long
9624         (not int, as before).  Check for output errors.
9626 2001-09-17  Bruno Haible  <haible@ilog.fr>
9628         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9629         Always include <stdio.h> and <stdlib.h>. Evaluate
9630         the expression in an extra function before these includes. Call
9631         fprintf "%d" only after ensuring the argument is of type 'int'.
9632         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9634 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9636         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9637         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9638         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9639         when they don't exist.
9641         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9642         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9643         need it.
9645         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9646         version with the version used by fileutils 4.1, except use
9647         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9648         we don't need it.
9650         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9652 2001-09-13  Akim Demaille  <akim@epita.fr>
9654         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9655         _first_.
9656         Reported by Gerrit P. Haase.
9658 2001-09-13  Akim Demaille  <akim@epita.fr>
9660         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9661         m4_defn'ing is valid.
9663 2001-09-13  Akim Demaille  <akim@epita.fr>
9665         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9666         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9667         Use it.
9669 2001-09-13  Akim Demaille  <akim@epita.fr>
9671         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9672         m4_match.
9673         (m4_re_escape): New.
9674         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9675         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9676         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9677         Likewise.
9678         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9679         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9680         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9681         AT_tests_all for consistency.
9682         Set at_victims.
9683         (AT_VICTIMS): Similar to AT_KEYWORDS.
9684         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9686 2001-09-13  Akim Demaille  <akim@epita.fr>
9688         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9690 2001-09-13  Akim Demaille  <akim@epita.fr>
9692         * lib/autotest/general.m4 (AT_INIT): Create and remove
9693         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9694         test suites can cohabit.
9696 2001-09-13  Akim Demaille  <akim@epita.fr>
9698         * tests/mktests.sh: Don't output banners for empty test files.
9700 2001-09-13  Akim Demaille  <akim@epita.fr>
9702         Test suites can be run independently of configure.
9704         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9705         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9706         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9707         ECHO_N etc.
9708         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9709         and at_c.
9710         * lib/autotest/general.m4: Use ECHO_*.
9712 2001-09-13  Akim Demaille  <akim@epita.fr>
9714         * bin/ifnames.in: Rewrite in Perl.
9715         * configure.ac: Don't look for AWK.
9716         * tests/tools.at (AWK portability): Remove.
9717         (Syntax of the shell scripts): Don't check ifnames.
9718         (AT_CHECK_PERL_SYNTAX): New.
9719         (Syntax of the Perl scripts): Check ifnames.
9720         * tests/ifnames: New.
9722 2001-09-13  Akim Demaille  <akim@epita.fr>
9724         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9725         test group titles.
9726         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9727         Remove all the other keywords.
9729 2001-09-10  Akim Demaille  <akim@epita.fr>
9731         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9732         SETUP: no longer used.
9733         Support -k, --keywords.
9734         <at_help>: Be `no', `short', or `long'.
9735         <at_help_all>: New variable.
9736         (AT_KEYWORDS): New.
9737         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9738         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9739         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9740         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9741         No longer fill the HELP diversion.
9742         (AT_CLEANUP): Use them.
9743         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9744         (m4_list_append): Remove.
9746         Spread a few keywords in the Autoconf test suite.
9748 2001-09-10  Akim Demaille  <akim@epita.fr>
9750         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9751         PATH_SEPARATOR, let M4sh compute it.
9752         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9753         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9754         Move to...
9755         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9756         Simplify when the path is not a literal.
9757         (AS_UNAME): Use it to report PATH.
9758         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9759         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9760         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9761         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9762         normalize the path, and to look for victims.
9763         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9764         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9766 2001-09-07  Akim Demaille  <akim@epita.fr>
9768         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9769         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9770         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9771         related variables into `at_package_*'.
9772         * lib/autotest/general.m4 (AT_VICTIMS): New.
9773         (AT_INIT): Adjust for stand-alone/embedded test suites.
9774         (AS_MESSAGE_LOG_FD): Define and use it.
9775         * tests/suite.at (AT_VICTIMS): Use it.
9776         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9777         at_version.
9779 2001-09-07  Akim Demaille  <akim@epita.fr>
9781         Move toward possibly stand-alone test suites.
9783         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9784         in addition, it introduces useless differences in logs.
9785         (AT_INIT): Let atconfig and atlocal be both optional.
9786         Adjust PATH computation.
9787         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9789 2001-09-07  Akim Demaille  <akim@epita.fr>
9791         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9792         m4sugar/version.m4.
9794 2001-09-05  Akim Demaille  <akim@epita.fr>
9796         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9797         to avoid GCC warnings.
9798         From Uwe Seimet.
9800 2001-09-05  Akim Demaille  <akim@epita.fr>
9802         * bin/autom4te.in: --language is -l, not -s.
9804 2001-09-05  Akim Demaille  <akim@epita.fr>
9806         Be ready to handle filenames as stupid as `dnl.at', for if even
9807         the maintainer is dumb enough to do that...
9809         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9810         excellence in M4 quotation: consider `__file__' is active.
9812         And BTW, when invoking m4, pass the --include in the right order:
9813         the wrong one.
9815         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9816         4m.
9818 2001-09-05  Akim Demaille  <akim@epita.fr>
9820         * lib/Autom4te/XFile.pm: New lib file.
9821         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9822         * bin/autoheader.in: Use it.
9824 2001-09-05  Akim Demaille  <akim@epita.fr>
9826         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9827         defined.
9829 2001-09-05  Akim Demaille  <akim@epita.fr>
9831         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9832         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9834         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9835         Add -I, --include support.
9836         * doc/autoconf.texi (autoscan Invocation): Adjust.
9838 2001-09-05  Akim Demaille  <akim@epita.fr>
9840         CVS GNU M4 doesn't like `undefine(undefined)'.
9842         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9843         New, extracted from main.
9844         Use IO::File wherever possible.
9845         (input.m4): Be constant, use -I instead of hard coding $tmp.
9846         Therefore be a quoted heredoc.
9847         Don't invoke `_au_disable', since ac was not loaded, but just
9848         `unm4.m4'.
9850 2001-08-31  Akim Demaille  <akim@epita.fr>
9852         Version 2.52d.
9854 2001-08-31  Akim Demaille  <akim@epita.fr>
9856         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9857         previous patch.
9858         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9860 2001-08-31  Akim Demaille  <akim@epita.fr>
9862         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9863         serious problems handling heredocs in heredocs.
9864         Reported by Nicolas Joly.
9866 2001-08-31  Akim Demaille  <akim@epita.fr>
9868         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9869         (Making testsuite Scripts): Update.
9871 2001-08-31  Akim Demaille  <akim@epita.fr>
9873         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9875 2001-08-31  Akim Demaille  <akim@epita.fr>
9877         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9878         (testsuite Scripts): There is no such thing as `atconfig.in'.
9879         And actually one diagram is missing: test suite runtime.
9881 2001-08-31  Akim Demaille  <akim@epita.fr>
9883         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9884         inverse order.
9886 2001-08-31  Akim Demaille  <akim@epita.fr>
9888         * bin/autoupdate.in (@include): `installcheck' revealed the path
9889         to m4sugar was lacking!
9891 2001-08-31  Akim Demaille  <akim@epita.fr>
9893         * man/Makefile.am (.x.1): We really have to pass
9894         autom4te_perllibdir.
9896 2001-08-31  Akim Demaille  <akim@epita.fr>
9898         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9899         debug scripts, in particular passing explicitly listed tests to
9900         run is stupid.
9902 2001-08-31  Akim Demaille  <akim@epita.fr>
9904         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9905         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9906         Use directly autom4te, not autoconf.
9907         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9909 2001-08-31  Akim Demaille  <akim@epita.fr>
9911         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9912         * bin/autoheader.in (%symbol): Strip arguments of macros.
9914 2001-08-31  Akim Demaille  <akim@epita.fr>
9916         * doc/autoconf.texi: Catch up -I, --include changes.
9918 2001-08-31  Akim Demaille  <akim@epita.fr>
9920         * bin/autom4te.in (&parse_args): Die on unknown languages.
9921         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9922         need for autoconf.
9923         Promote --include over --macrodir and other obsolete options.
9925 2001-08-31  Akim Demaille  <akim@epita.fr>
9927         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9928         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9929         * bin/autom4te.in ($autoconf): Pass --force.
9930         `print $out' doesn't print `$_' but `$out'.
9931         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9932         (autoheader): Pass --force since the test suite goes too fast for
9933         the time stamps.
9934         Adjust to the new autoheader messages.
9936 2001-08-31  Akim Demaille  <akim@epita.fr>
9938         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9939         Check the completeness of the #template.
9940         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9941         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9942         invocation.
9944 2001-08-31  Akim Demaille  <akim@epita.fr>
9946         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9947         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9948         Drop AC_MACRODIR dead for real.
9949         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9950         `autoheader: `config.hin' is created'.
9951         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9953 2001-08-31  Akim Demaille  <akim@epita.fr>
9955         * bin/autoheader.in: Rewrite in Perl.
9956         * tests/autoheader: Adjust.
9958 2001-08-31  Akim Demaille  <akim@epita.fr>
9960         * bin/autoconf.in (--include, -I): New option.
9961         Map --localdir, --autoconf-dir onto it.
9962         Forward autom4te's options instead of interpreting them.
9963         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9964         There is no such envvar since the inception of autom4te.cfg.
9965         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9966         * bin/autoupdate.in: Adjust, and perform more control.
9967         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9968         * tests/autoconf: Dittowise.
9970 2001-08-31  Akim Demaille  <akim@epita.fr>
9972         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9973         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9974         optionally `FILE'.
9975         Use -e, not -f, since /dev/null for instance is OK.
9976         (&parse_args): Adjust.
9977         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9979 2001-08-31  Akim Demaille  <akim@epita.fr>
9981         * configure.ac: Also find tested executables in bin.
9982         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9983         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9984         installed peer executables, only PATH is allowed to resolve it.
9985         Pass `autoconf_dir' via options, not via invisible envvars.
9986         * lib/Autom4te/General.pm (&find_peer): Remove.
9987         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9988         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9989         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9990         find the executables for it.
9991         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9992         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9993         We only need PERL.
9994         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9995         indeed related to running the test suite, while passing
9996         --autoconf-dir and others is related to running non installed
9997         Autoconf executables.  So don't do that, leave it to...
9998         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9999         * tests/autoscan: New.
10000         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
10001         refer to library files: rely on --language.
10003 2001-08-29  Akim Demaille  <akim@epita.fr>
10005         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
10006         s/--set/--language/.
10008 2001-08-29  Akim Demaille  <akim@epita.fr>
10010         * doc/autoconf.texi: Strip the @nodes.
10011         Suggested by Paul Eggert.
10012         (Initializing configure): Typo.
10014 2001-08-29  Akim Demaille  <akim@epita.fr>
10016         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
10017         Suggested by Paul Eggert.
10019 2001-08-29  Akim Demaille  <akim@epita.fr>
10021         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
10022         download in a tmp dir.
10024 2001-08-29  Akim Demaille  <akim@epita.fr>
10026         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
10027         case insensitive OSes out there :(
10028         From Tim Van Holder.
10030 2001-08-29  Akim Demaille  <akim@epita.fr>
10032         * lib/autom4te.in: New.
10033         * lib/Makefile.am (edit, autom4te.cfg): New.
10034         * bin/autom4te.in (BEGIN): Simplify.
10035         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
10036         (&load_configuration): New.  Use it.
10037         (&parse_args): Support --mode, --set, and --melt.
10038         * bin/autoconf.in: Simplify and adjust.
10039         * tests/Makefile.am (AUTOMAKE): Use --set.
10040         * tests/atlocal.in: Adjust.
10041         * BUGS: distcheck and check are weak.
10043 2001-08-29  Akim Demaille  <akim@epita.fr>
10045         * lib/autotest/general.m4: Use
10046                 foo=`(command) 2>/dev/null`
10047         not
10048                 foo=`command` 2>/dev/null
10049         (at-devnull): Rename as...
10050         (AT-devnull): this.
10051         (--clean): Remove AT-* files too.
10052         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
10053         Reported by Nicolas Joly.
10055 2001-08-28  Akim Demaille  <akim@epita.fr>
10057         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
10058         quotes inside single quotes.
10059         Reported by Nicolas Joly.
10061 2001-08-28  Kevin Ryde  <user42@zip.com.au>
10063         * doc/autoconf.texi (Function Portability): Mention C right shifts.
10065 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
10067         * lib/autotest/general.m4: Reword some messages.
10068         (AT_INIT): Check for the `times' builtin before using it.
10069         Support test ranges as arguments to the testsuite.
10070         Have -e imply -d as the help text suggested.
10072 2001-08-27  Akim Demaille  <akim@epita.fr>
10074         * Makefile.maint: Formatting changes.
10075         (do-po-update, po-update, cvs-update, update): New targets.
10076         (AMTAR): Remove.
10078 2001-08-27  Akim Demaille  <akim@epita.fr>
10080         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10081         <at_cmd_line>: New.
10082         Pass it to debug-*.sh scripts.
10083         <AUTOTEST_PATH>: May contain absolute dir names.
10085 2001-08-27  Akim Demaille  <akim@epita.fr>
10087         * lib/autotest/general.m4 (AT_INIT): Log the command line.
10088         Support `VAR=VAL' as arguments.
10089         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10090         may be set via the command line.
10092 2001-08-27  Akim Demaille  <akim@epita.fr>
10094         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10095         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10096         first the build dirs, then the src dirs.
10097         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10099 2001-08-27  Akim Demaille  <akim@epita.fr>
10101         * lib/autotest/general.m4 (AT_INIT): Output the definition of
10102         at_data_files earlier.
10103         (--clean, -c): New option.
10104         * tests/Makefile.am: Use this option.
10106 2001-08-27  Akim Demaille  <akim@epita.fr>
10108         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10109         `ac_top_builddir' to mimic Automake's vocabulary, which much more
10110         readable.
10111         Adjust callers.
10112         * doc/autoconf.texi (Configuration Actions): Document the vars
10113         available in commands.
10114         Emphasize the risks of collisions in init-cmds.
10116 2001-08-27  Akim Demaille  <akim@epita.fr>
10118         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10119         (Initializing configure): this new node.
10121 2001-08-27  Akim Demaille  <akim@epita.fr>
10123         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10125 2001-08-27  Akim Demaille  <akim@epita.fr>
10127         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10128         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10129         New file.
10130         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10132 2001-08-27  Akim Demaille  <akim@epita.fr>
10134         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10135         to...
10136         * lib/autoconf/autoheader.m4: this new file.
10137         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10138         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10139         Move to...
10140         * lib/autoconf/autoupdate.m4: this new file.
10142 2001-08-27  Akim Demaille  <akim@epita.fr>
10144         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10145         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10146         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10147         -> ac_dir).
10148         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10149         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10151 2001-08-27  Akim Demaille  <akim@epita.fr>
10153         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10154         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10155         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10156         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10157         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10158         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10159         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10160         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10161         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10162         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10163         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10164         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10165         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10166         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10167         (_AC_OUTPUT_SUBDIRS): Move to...
10168         * lib/autoconf/status.m4: this new file.
10169         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10170         * tests/Makefile.am, tests/suite.at: Adjust.
10172 2001-08-27  Akim Demaille  <akim@epita.fr>
10174         Automake 1.5.
10176         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10177         (AMTAR): Help automake define it.
10178         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10179         needed, 1.5 can have a macro and a target with the same name.
10180         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10181         * m4/strip.m4: New.
10182         * m4/init.m4, m4/sanity.m4: Update.
10183         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10184         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10185         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10186         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10188 2001-08-27  Akim Demaille  <akim@epita.fr>
10190         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10192         * lib/autoconf/version.in: Remove.
10193         * lib/m4sugar/version.in: New.
10194         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10195         Adjust callers.
10196         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10197         the name of the directory they're in, instead of the filename,
10198         since version.m4 is now in m4sugar, but m4_acversion must not be
10199         classified as an Autoconf macro.
10200         ($input_m4): Don't qualify the path to m4sugar.
10201         Rather, pass autoconf_dir to m4.
10202         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10203         * tests/suite.at: Require 2.52c.
10205 2001-08-27  Akim Demaille  <akim@epita.fr>
10207         testsuite.log should include config.log.
10209         * lib/autotest/autotest.m4: New.
10210         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10211         * tests/suite.at : Adjust.
10212         (AT_INIT): Log config.log.
10213         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10214         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10215         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10216         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10217         of config.log on traps.
10218         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10219         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10220         for config.status'.
10221         Open the log as soon as possible.
10222         Use the same log introduction as configure's.
10224 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10226         * doc/autoconf.texi (Indices): New node.
10227         Move indices out of the top level menu and into this submenu.
10229 2001-08-22  Akim Demaille  <akim@epita.fr>
10231         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10232         AC_TRY_COMMAND.
10233         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10235 2001-08-22  Akim Demaille  <akim@epita.fr>
10237         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10238         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10239         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10240         * lib/autoconf/programs.m4: here.
10241         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10242         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10243         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10244         * lib/autoconf/programs.m4: here.
10245         (_AC_DECL_YYTEXT): Rename as...
10246         (_AC_PROG_LEX_YYTEXT_DECL): this.
10247         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10248         * tests/Makefile.am, tests/suite.am: Adjust.
10250 2001-08-22  Akim Demaille  <akim@epita.fr>
10252         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10253         Move to...
10254         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10255         here.
10256         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10257         * lib/autoconf/functions.m4: here.
10258         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10259         (AH_CHECK_LIB): Move to...
10260         * lib/autoconf/libs: this new file.
10261         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10262         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10263         * lib/autoconf/libs.m4: here.
10264         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10266 2001-08-22  Akim Demaille  <akim@epita.fr>
10268         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10269         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10270         (AC_SITE_LOAD): Better logging of config.site.
10272 2001-08-20  Akim Demaille  <akim@epita.fr>
10274         * configure.ac (AT_CONFIG): Fix the path.
10275         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10276         can be used.
10278 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10280         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10281         program with AC_LANG_PROGRAM before feeding it to
10282         AC_COMPILE_IFELSE.  Cleanup grep usage.
10284 2001-08-20  Akim Demaille  <akim@epita.fr>
10286         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10287         * NEWS, README, README-alpha, TODO, tests/README: This package is
10288         `Autoconf', not `autoconf' (the executable).
10290 2001-08-20  Akim Demaille  <akim@epita.fr>
10292         Info readers seem to need `Index' in the index node title :(
10294         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10295         simplified index node names.
10297 2001-08-20  Akim Demaille  <akim@epita.fr>
10299         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10300         arguments are not literals.
10301         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10302         Specify the output variables, and macros defined.
10304 2001-08-20  Akim Demaille  <akim@epita.fr>
10306         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10307         (Examining Syntax) <AC_TRY_COMPILE>
10308         (Examining Libraries) <AC_TRY_LINK>
10309         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10310         their arguments.
10311         Reported by Werner Lemberg.
10313 2001-08-20  Akim Demaille  <akim@epita.fr>
10315         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10316         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10317         Load atlocal late enough to dump it in the log.
10318         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10320 2001-08-20  Akim Demaille  <akim@epita.fr>
10322         * tests/torture.at (Configuring subdirectories): New test.
10323         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10324         looking for.
10325         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10326         (top_srcdir): Fix its computation.
10328 2001-08-20  Akim Demaille  <akim@epita.fr>
10330         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10331         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10332         test suite lives.
10333         Create `atconfig' automagically.
10334         Configure atlocal.in if present.
10335         * tests/atconfig.in: Remove.
10336         * tests/atlocal.in: New.
10337         * tests/Makefile.am: Adjust.
10339 2001-08-20  Akim Demaille  <akim@epita.fr>
10341         Huh!?!?!  There are still some user EOF tags used, which prevents
10342         their use in AC_CONFIG_COMMANDS for instance...
10344         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10345         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10346         `_CSEOF', or `_ATEOF', as appropriate.
10347         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10348         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10350 2001-08-20  Akim Demaille  <akim@epita.fr>
10352         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10353         * tests/semantics.at, tests/tools.at, tests/torture.at:
10354         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10356 2001-08-20  Akim Demaille  <akim@epita.fr>
10358         Autotest invokes M4sh's initialization.
10360         * lib/autotest/general.m4: Adjust the diversion names.
10361         (AT_INIT): Run AS_INIT.
10362         Use the BINSH diversion to invoke /bin/sh.
10363         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10364         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10366 2001-08-20  Akim Demaille  <akim@epita.fr>
10368         Let M4sh have its own diversions.
10370         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10371         (_m4_divert(NOTICE)): Rename as...
10372         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10373         (_m4_divert(HEADER-COMMENT)): these.
10374         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10375         (_m4_divert(NOTICE)): New, for Libtool.
10376         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10377         long ago with `_m4_divert(GROW)'.
10378         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10380 2001-08-20  Akim Demaille  <akim@epita.fr>
10382         * tests/base.at, tests/compile.at, tests/foreign.at,
10383         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10384         * tests/semantics.at, tests/suite.at, tests/tools.at,
10385         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10387 2001-08-20  Akim Demaille  <akim@epita.fr>
10389         * bin/autom4te.in (handle_output): Handle @__@.
10391 2001-08-20  Akim Demaille  <akim@epita.fr>
10393         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10394         * lib/autotest/general.m4: Adjust the license.
10396 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10398         * doc/autoconf.texi (Function Portability): Mention snprintf,
10399         following up on a suggestion by Kevin Ryde.
10401 2001-08-17  Akim Demaille  <akim@epita.fr>
10403         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10404         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10406 2001-08-17  Akim Demaille  <akim@epita.fr>
10408         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10409         `$0.log' as for projects where testsuite is in src, we'd have
10410         testsuite.log created in src.
10412 2001-08-17  Akim Demaille  <akim@epita.fr>
10414         * bin/autom4te.in (&parse_args): Recognize --normalize.
10416 2001-08-17  Akim Demaille  <akim@epita.fr>
10418         Start implementing the AC_CHECK_HEADER transition scheme.
10420         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10421         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10422         (AC_CHECK_HEADER): Use them.
10424 2001-08-17  Akim Demaille  <akim@epita.fr>
10426         * doc/autoconf.texi: Work around Texinfo buglets.
10427         (Transformation Rules): One example is enough, users are expected
10428         to have their brains on. And BTW, use DESTDIR.
10429         (dvar): New macro.  Use it.
10431 2001-08-17  Akim Demaille  <akim@epita.fr>
10433         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10434         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10435         looking for ChangeLogs.
10437 2001-08-17  Akim Demaille  <akim@epita.fr>
10439         * bin/autom4te.in: --normalize is a new option.
10440         * bin/autoconf.in: Use it.
10442 2001-08-17  Akim Demaille  <akim@epita.fr>
10444         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10445         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10447 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10449         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10450         start, not at end.
10452 2001-08-15  Akim Demaille  <akim@epita.fr>
10454         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10455         Use it.
10457 2001-08-15  Akim Demaille  <akim@epita.fr>
10459         * doc/autoconf.texi (pr): New index.
10460         (prindex, findex): Use, merge, and output them.
10461         (Environment Variable Index, Output Variable Index)
10462         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10463         (Autotest Macro Index): Rename as...
10464         (Environment Variables, Output Variables,Preprocessor Symbols)
10465         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10466         * doc/install.texi: Use @command.
10467         (Environment Variables): Rename as...
10468         (Defining Variables): this.
10470 2001-08-15  Akim Demaille  <akim@epita.fr>
10472         * doc/autoconf.texi (Function Portability): sprintf's return
10473         value.
10474         From Kevin Ryde.
10476 2001-08-15  Akim Demaille  <akim@epita.fr>
10478         * Makefile.maint (CVS): New.
10479         (local-check): Run changelog-check. last.
10480         (alpha): Don't depend upon local-check, since...
10481         (cvs-dist): depends upon it.
10483 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10485         * tests/Makefile.am: Use a clean-local rule to remove
10486         autom4te.cache (it's a directory, not a file.
10487         * Makefile.am: Ditto (but maintainer-clean-local).
10489 2001-08-15  Akim Demaille  <akim@epita.fr>
10491         * bin/autom4te.in (@m4_warning): New.
10492         (&handle_m4): Use it.
10493         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10494         warnings are issued at each run.
10495         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10496         is in the src tree.
10498 2001-08-15  Akim Demaille  <akim@epita.fr>
10500         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10501         don't waste time running `autoupdate --version' works.
10502         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10504 2001-08-13  Akim Demaille  <akim@epita.fr>
10506         * doc/autoconf.texi (ma): Rename this index as...
10507         (ac): this.
10509 2001-08-13  Akim Demaille  <akim@epita.fr>
10511         * Makefile.am: Remove dead code and dead comments.
10512         (pdf, html): New targets.
10513         * doc/autoconf.texi (Using Autotest): New chapter.
10514         * doc/Makefile.am (pdf): New targets.
10515         (CLEANFILES): Adjust.
10517 2001-08-13  Akim Demaille  <akim@epita.fr>
10519         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10520         duration of the test suite.
10522 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10524         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10525         endianness for comparison instead of relying on AT_CHECK_ENV.
10527 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10529         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10530         to the INSTALL file.
10532 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10534         * NEWS: The autoconf manual now is distributed under the terms
10535         of the GNU Free Documentation License.
10537         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10538         Add an appendix "Copying This Manual" for the FDL.
10540         * doc/fdl.texi: New file, from
10541         <http://www.gnu.org/licenses/fdl.texi>.
10543         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10545 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10547         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10548         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10549         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10550         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10551         m4/sanity.m4, tests/README, tests/aclocal.m4,
10552         tests/atspecific.m4, tests/base.at, tests/compile.at,
10553         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10554         tests/semantics.at, tests/suite.at, tests/tools.at,
10555         tests/torture.at: Add copyright notice.
10557         * tests/mktests.sh: Update year in copyright notice.
10559 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10561         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10563 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10565         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10566         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10567         * doc/autoconf.texi (C Compiler Characteristics): Update
10568         documentation for AC_C_BIGENDIAN.
10570 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10572         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10573         magic values from an object file when cross-compiling.
10574         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10576 2001-08-10  Akim Demaille  <akim@epita.fr>
10578         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10579         effects.
10580         Suggested by Russ Allbery.
10582 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10584         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10585         current $prefix to the sub-configures.
10587 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10589         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10590         extension (needed on BeOS).  Reported by Guido van Rossum.
10592 2001-08-09  Akim Demaille  <akim@epita.fr>
10594         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10596 2001-08-07  Akim Demaille  <akim@epita.fr>
10598         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10599         removed.
10600         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10601         No need to remove the files before and after the each test, before
10602         each test and at the end of the suite is enough.
10603         Display only the children `times', not the shell's.
10604         If the test failed or was skipped, at-times is not available.
10606 2001-08-07  Akim Demaille  <akim@epita.fr>
10608         Always produce testsuite.log, including when there are no
10609         failures.  This helps getting information on skipped tests, and
10610         duration of the tests.  Err, implement the latter btw.
10612         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10613         Dump information on the first run of each test.
10614         (AT_CLEANUP): Create `at-times' containing the duration of the
10615         test group.
10617 2001-08-07  Akim Demaille  <akim@epita.fr>
10619         The use of `dumpstat' revealed that `len' was used although it
10620         should not.  m4_text_wrap was using it, but in the Autoconf world
10621         where it is legal.  Hence (i) test M4sh in its own world, not
10622         Autoconf's, and (ii), ahem, fix the bug :)
10624         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10625         does not like `' instead of [].
10626         (AT_INIT): Forbid `^_?AT_'.
10627         And don't output such tokens.
10628         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10629         `script.as', and `autom4te.cache'.
10630         Remove `empty' and `macro' which are no longer used.
10631         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10632         * tests/m4sugar.at: Use it.
10633         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10635 2001-08-07  Akim Demaille  <akim@epita.fr>
10637         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10639 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10641         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10643 2001-08-04  Akim Demaille  <akim@epita.fr>
10645         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10646         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10647         AC_TRY_LINK.
10648         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10649         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10650         (AC_F77_MAIN): Likewise.
10652 2001-08-04  Akim Demaille  <akim@epita.fr>
10654         Don't rely on M4sugar outputting the patterns in files, since we
10655         might process the output _without_ running m4, hence without these
10656         files.
10658         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10659         * bin/autom4te.in (@Request::includes): Remove, unused.
10660         (@Request::source): Rename as...
10661         (@Request::input): this.
10662         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10663         (&handle_output): Fetch the patterns from the traces.
10664         `$forbidden' and `$allowed' are constant: use m//o.
10665         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10666         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10668 2001-08-04  Akim Demaille  <akim@epita.fr>
10670         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10671         autoconf', i.e., in addition to caching traces, cache the output.
10673         * bin/autom4te.in (Request::cache): Rename as...
10674         (Request::id): this.
10675         ($cache, $icache, $tcache, $ocache): New.
10676         (&handle_m4): Save M4 output in the cache instead of $tmp.
10677         (&handle_output): Adjust.
10678         (&up_to_date_p): Check that the output cache is up to date too.
10679         (top level): Run `&handle_m4' iff force or the cache is invalid.
10680         Run `&handle_output' if the output cache is more recent.
10682 2001-08-04  Akim Demaille  <akim@epita.fr>
10684         * bin/autom4te.in ($force): New.
10685         (&parse_args, &print_usage): -f, --force is a new option.
10686         (&handle_output): CPP directives might have spaces after `#'.
10687         (&parse_args): The first file only can be frozen.
10689 2001-08-04  Akim Demaille  <akim@epita.fr>
10691         Don't let autom4te compute the `include' traces several times:
10692         first check that the trace cache file is up to date, and then
10693         compare its timestamp with that of the output.
10695         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10696         the preamble.  Don't require 5.005 as Autom4te::General does it,
10697         and better yet (use `use', not `require'!).
10698         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10699         Class::Struct as Autom4te::Struct.
10700         * lib/Autom4te/General.pm (File::stat): Use it.
10701         (&mtime): New, export it.
10702         * bin/autom4te.in: Use it.
10703         Declare `$req' is invalid if it is outdated.
10704         Don't declare it valid before saving it if something went wrong.
10706 2001-08-04  Akim Demaille  <akim@epita.fr>
10708         Autom4te shall not encode Autoconf data, and preselecting traces
10709         must be proposed to the users.
10711         * bin/autom4te.in (@required_trace): Remove.
10712         (@preselect): New.
10713         (&parse_args, &print_usage): -p, --preselect is a new option.
10714         (&up_to_date_p): Adjust.
10715         * bin/autoconf.in: Preselect some Autoconf macros.
10717 2001-08-04  Akim Demaille  <akim@epita.fr>
10719         * tests/tools.at (autoconf --trace: user macros): Check traces on
10720         macros invoked without arguments, and macros invoked with multiple
10721         lines arguments.
10723 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10725         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10726         arguments.
10728 2001-08-03  Akim Demaille  <akim@epita.fr>
10730         * bin/autoconf.in ($@): Work around the usual sh bug.
10731         From Nicolas Joly.
10733 2001-08-03  Akim Demaille  <akim@epita.fr>
10735         Clean up the handling of the M4 builtins tracing exception.
10737         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10738         trace requests.
10739         (@m4_builtins): Rename as...
10740         (@m4_builtin): this.
10741         (%m4_builtin_alternate_name): New.
10742         (&parse_args): Complete the trace requests with alternate names.
10743         (&handle_traces): Hence no longer do it here.
10744         (&trace_requests): Remove, unused.
10746 2001-08-03  Akim Demaille  <akim@epita.fr>
10748         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10749         m4_if, and m4_wrap.
10751 2001-08-03  Akim Demaille  <akim@epita.fr>
10753         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10754         (m4_divert_pop): Dump the whole diversion stack when a diversion
10755         mismatch happens.
10756         * bin/autom4te.in (&handle_output): Remember of the first
10757         occurrence of a possibly undefined macro, not the last.
10758         Complain about the possibly undefined macros in the same order as
10759         the appear in the output.
10760         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10761         * tests/tools.at (autoconf: forbidden tokens, basic)
10762         (autoconf: forbidden tokens, exceptions): No longer sort
10763         autoconf's stderr, as it is now deterministic.
10764         Check that `dnl' is caught.
10766 2001-08-01  Akim Demaille  <akim@epita.fr>
10768         * configure.ac: Bump to 2.52c.
10770 2001-08-01  Akim Demaille  <akim@epita.fr>
10772         Version 2.52b.
10774         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10776 2001-08-01  Akim Demaille  <akim@epita.fr>
10778         Version 2.52a.
10780 2001-08-01  Akim Demaille  <akim@epita.fr>
10782         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10783         `die'.
10784         (&END): New.
10785         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10786         `END', as `Autom4te::General::END' will be triggered.
10787         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10788         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10789         system to run `mv', `rm', and `cmp'.
10791 2001-08-01  Akim Demaille  <akim@epita.fr>
10793         * lib/Autom4te/General.pm (&unique): New.
10794         * bin/autoscan.in (&output): Use it to issue trace requests once.
10796 2001-08-01  Akim Demaille  <akim@epita.fr>
10798         * lib/Autom4te/General.pm: New.
10799         * bin/autom4te.in (Autom4te::General): Use it.
10800         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10801         (&find_configure_ac, &find_slave): Remove.
10802         * bin/autoscan.in: Likewise.
10803         * bin/autoupdate.in: Likewise.
10805 2001-08-01  Akim Demaille  <akim@epita.fr>
10807         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10808         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10809         * bin: here, new directory.
10810         * lib/Autoconf: Rename as...
10811         * lib/Autom4te: this, to please case insensitive junkie OSes.
10813 2001-08-01  Akim Demaille  <akim@epita.fr>
10815         * autom4te.in ($m4): Handle the --nesting-limit.
10816         * autoconf.in (M4): Remove.
10818 2001-08-01  Akim Demaille  <akim@epita.fr>
10820         * autoconf.in ($AWK): Remove, no longer used.
10821         * test/tools.at: Use AT_CHECK_AUTOCONF.
10822         (AWK portability): Remove, for autoconf no longer uses AWK.
10823         (Syntax of the Perl scripts): New.
10824         * configure.ac: autoconf no longer needs an AWK with a good
10825         regexp engine.
10826         Use a static test on AC_PACKAGE_VERSION.
10827         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10828         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10829         * tests/atconfig.in (PERL): New.
10831 2001-08-01  Akim Demaille  <akim@epita.fr>
10833         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10834         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10835         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10836         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10837         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10838         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10839         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10840         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10841         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10842         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10843         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10844         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10845         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10846         * lib/autoconf/c.m4: here, new file.
10848         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10849         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10850         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10851         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10852         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10853         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10854         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10855         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10856         (AC_F77_FUNC): Move to...
10857         * lib/autoconf/fortran.m4: here, new file.
10859 2001-08-01  Akim Demaille  <akim@epita.fr>
10861         * acfunctions.m4: Rename as...
10862         * lib/autoconf/functions.m4: this.
10863         * acgeneral.m4: Rename as...
10864         * lib/autoconf/general.m4: this.
10865         * acheaders.m4: Rename as...
10866         * lib/autoconf/headers.m4: this.
10867         * aclang.m4: Rename as...
10868         * lib/autoconf/lang.m4: this.
10869         * acoldnames.m4: Rename as...
10870         * lib/autoconf/oldnames.m4: this.
10871         * acspecific.m4: Rename as...
10872         * lib/autoconf/specific.m4: this.
10873         * actypes.m4: Rename as...
10874         * lib/autoconf/types.m4: this.
10875         * autoconf.m4: Rename as...
10876         * lib/autoconf/autoconf.m4: this.
10878         * m4sugar.m4: Rename as...
10879         * lib/m4sugar/m4sugar.m4: this.
10880         * m4sh.m4: Rename as...
10881         * lib/m4sugar/m4sh.m4: this.
10883         * tests/atgeneral.m4: Rename as...
10884         * lib/autotest/general.m4: this.
10886         * acfunctions: Rename as...
10887         * lib/autoscan/functions: this.
10888         * acheaders: Rename as...
10889         * lib/autoscan/headers: this.
10890         * acidentifiers: Rename as...
10891         * lib/autoscan/identifiers: this.
10892         * aclibraries: Rename as...
10893         * lib/autoscan/libraries: this.
10894         * acmakevars: Rename as...
10895         * lib/autoscan/makevars: this.
10896         * acprograms: Rename as...
10897         * lib/autoscan/programs: this.
10899 2001-08-01  Akim Demaille  <akim@epita.fr>
10901         * doc/autoconf.texi: Moving/deleting open files is not portable.
10902         Portability issues for `.' (source), and more information about sed.
10904 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10906         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10907         which has a special meaning and is not a reference to libibmil.a.
10908         Reported by Matteo Frigo.
10910 2001-07-25  Pavel Roskin  <proski@gnu.org>
10912         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10913         output.
10915 2001-07-25  Akim Demaille  <akim@epita.fr>
10917         * autoconf.in: Try to define the variables before using them.
10918         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10919         instead of `$perllibdir'.
10920         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10922 2001-07-25  Akim Demaille  <akim@epita.fr>
10924         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10926 2001-07-24  Akim Demaille  <akim@epita.fr>
10928         Let autoconf use autom4te for traces.
10930         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10931         autom4te.
10932         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10933         (Because I found no way for autom4te to accept `-').
10934         * autom4te.in (&Request::request): Beware of M4 builtins.
10935         (END): Don't try to remove the content of an empty dir.
10936         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10937         (&handle_output): Set a default value to `$forbidden'.
10938         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10939         ($autoconf): Pass --debug and --verbose.
10940         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10941         cache.
10943 2001-07-24  Akim Demaille  <akim@epita.fr>
10945         Let autoconf use autom4te to create configure.
10947         * autoconf.in ($automate): New var.
10948         (task script): Use autom4te.
10949         * autom4te.in (File::Spec): Use it.
10950         (&find_file): New.
10951         (&parse_args): --warning is -W, not -w.
10952         Find the top level files.
10953         (&handle_m4): Pass the warnings flags.
10954         Don't report verbosely m4's failures, unless requested.
10955         (&handle_output): Don't complain for forbidden tokens in comments.
10956         Be sure to report all the forbidden tokens within a single line.
10957         (&trace_format_to_m4): Preserve `$_'.
10958         (&handle_traces): Sort the output macros.
10959         (&up_to_date_p): Find the files before trying to get its time stamp.
10961 2001-07-24  Akim Demaille  <akim@epita.fr>
10963         * Makefile.am: Ship, build and install Autom4te.
10964         (SUBDIRS): Add lib.
10965         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10966         * configure.in: Require Perl.
10967         * man/autom4te.in: New.
10969 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10971         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10972         example, rather than (exit 1); exit (which isn't portable).
10974 2001-07-18  Akim Demaille  <akim@epita.fr>
10976         Version 2.52.
10978 2001-07-18  Akim Demaille  <akim@epita.fr>
10980         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10981         was run, while they are needed also when it is expanded.
10982         Reported by Nicolas Joly.
10984         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10985         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10986         AC_F77_DUMMY_MAIN being expanded.
10988 2001-07-18  Akim Demaille  <akim@epita.fr>
10990         * configure.in: Bump to 2.51a.
10992 2001-07-17  Akim Demaille  <akim@epita.fr>
10994         Version 2.51.
10996 2001-07-17  Akim Demaille  <akim@epita.fr>
10998         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10999         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
11001 2001-07-17  Akim Demaille  <akim@epita.fr>
11003         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
11004         used.  Well, then use the prototypes when you can, and runtime as
11005         a last resort.
11006         Reported by Artur Frysiak
11008         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
11009         (AC_FUNC_GETPGRP): Use it.
11010         First try to compile with 0-ary or 1-ary calls.
11012 2001-07-17  Akim Demaille  <akim@epita.fr>
11014         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
11015         replacement type.
11016         From Paul Eggert.
11018 2001-07-17  Akim Demaille  <akim@epita.fr>
11020         * Makefile.maint: Sync. with cppi 1.10.
11022 2001-07-17  Akim Demaille  <akim@epita.fr>
11024         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
11025         AC_F77_DUMMY_MAIN has been run.
11026         From Pavel Roskin and Steven G. Johnson.
11028 2001-07-17  Akim Demaille  <akim@epita.fr>
11030         * configure.in: Rename as...
11031         * configure.ac: this.
11033 2001-07-17  Akim Demaille  <akim@epita.fr>
11035         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
11036         rules.
11037         From Marc Espie.
11038         * Makefile.maint (release-archive-dir): Rename as...
11039         (release_archive_dir): this, so that it can be specialized in
11040         Makefile.
11042 2001-07-14  Akim Demaille  <akim@epita.fr>
11044         * configure.in: Bump to 2.50d.
11046 2001-07-14  Akim Demaille  <akim@epita.fr>
11048         Version 2.50c.
11049         * Makefile.maint (alpha): Typo.
11051 2001-07-14  Akim Demaille  <akim@epita.fr>
11053         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
11055 2001-07-14  Akim Demaille  <akim@epita.fr>
11057         * config/config.guess, config/config.sub, config/texinfo.tex
11058         * doc/standards.texi, doc/make-stds.texi: Update.
11060 2001-07-14  Akim Demaille  <akim@epita.fr>
11062         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
11064 2001-07-14  Akim Demaille  <akim@epita.fr>
11066         * Makefile.maint (maintainer-check): Rename as...
11067         (maintainer-distcheck): this.
11068         (changelog-check, static-check): New.
11069         Use them.
11071 2001-07-14  Kevin Ryde  <user42@zip.com.au>
11073         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11074         for CXX is g++, not gcc.
11076 2001-07-14  Akim Demaille  <akim@epita.fr>
11078         * doc/autoconf.texi (Files): New subsection.
11080 2001-07-14  Akim Demaille  <akim@epita.fr>
11082         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11083         of...
11084         (Generic Compiler Characteristics): this.
11085         (C++ Compiler): New subsection.
11087 2001-07-14  Akim Demaille  <akim@epita.fr>
11089         * autoscan.in: Use IO::File.
11090         Adjust all the routines to use it.
11091         ($log): New file (autoscan.log).
11092         (output): Dump detailed logs into $log, and a shortened version to
11093         stderr.
11094         (&scan_makefile): Refine the regexp catching tokens in the code.
11095         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11096         and the `configure.ac' checking feature.
11098 2001-07-12  Akim Demaille  <akim@epita.fr>
11100         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11101         Reported by Michael Elizabeth Chastain.
11103         * autoconf.in: Refuse such AWK.
11104         * configure.in: Likewise.
11105         * Makefile.am (acversion.m4): Do not use move-if-change this file
11106         has dependencies.
11107         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11109 2001-07-10  Jens Petersen  <petersen@redhat.com>
11111         * autoscan.in (&scan_makefile): Improve programs regexp to parse
11112         things like "g++", "file.c" and "some-conf" as tokens.
11113         (&scan_file): Match C++ files extensions.
11114         If the filename extension is C++ then ask for c++.
11116 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
11118         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11119         AC_TRY_LINK_FUNC, to check whether defining a dummy
11120         main-like routine is needed for linking with F77 libs.
11122 2001-07-05  Pavel Roskin  <proski@gnu.org>
11124         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11125         after using break.
11126         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11127         linking.
11129 2001-07-05  Akim Demaille  <akim@epita.fr>
11131         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
11132         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11133         Makes' lives.
11134         Reported by Nicolas Joly.
11136 2001-07-04  Akim Demaille  <akim@epita.fr>
11138         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11139         up.
11140         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11141         warnings from compilers.
11142         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11143         for all the compilers, not only GNU.  Hence move from here...
11144         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11146 2001-07-04  Akim Demaille  <akim@epita.fr>
11148         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11149         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11150         AC_COMPILE_IFELSE.
11152 2001-07-04  Akim Demaille  <akim@epita.fr>
11154         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11155         the ``strings.h'' change claimed below.
11157 2001-07-04  Akim Demaille  <akim@epita.fr>
11159         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11161 2001-07-04  Akim Demaille  <akim@epita.fr>
11163         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11164         strings.h if usable with string.h.
11165         Suggested by Paul Eggert.
11167 2001-07-04  Akim Demaille  <akim@epita.fr>
11169         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11170         From Jens Petersen.
11172 2001-07-03  Akim Demaille  <akim@epita.fr>
11174         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11175         etc. in the log.
11177 2001-07-03  Akim Demaille  <akim@epita.fr>
11179         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11180         compiler, not the preprocessor.
11181         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11182         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11183         the right thing.
11184         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11185         earlier if there are.
11187 2001-07-03  Akim Demaille  <akim@epita.fr>
11189         * autoscan.in ($initfile): Remove.
11190         (&find_file): Rename as...
11191         (&scan_file): this.
11192         Immediately scan the current file, instead of gathering them, and
11193         later having them handled by &scan_files.
11194         (&scan_files): Merely invoke Find::File.
11195         Adjust.
11197 2001-07-02  Akim Demaille  <akim@epita.fr>
11199         * autoscan.in: Formatting changes, matching the invocation order.
11200         (File::Find): Use it instead of Perl 4's `find.pl'.
11201         (&wanted): Rename as...
11202         (&find_file): this.
11204 2001-07-01  Pavel Roskin  <proski@gnu.org>
11206         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11207         break in the argument to AC_TRY_LINK_FUNC.
11208         (AC_F77_MAIN): Remove conftest* after using break in the
11209         argument to AC_TRY_LINK.
11211 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11213         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11214         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11216         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11217         dummy alternate main is required even if the user provides her own
11218         'main'.
11219         (AC_F77_MAIN): New macro to detect whether it is possible to
11220         provide an alternate 'main' function name, using the 'main' from
11221         the Fortran libraries.
11222         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11223         cross-language link tests can be performed successfully.
11224         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11225         after $LIBS, for consistency; this should be the general rule since
11226         the user may want to link to Fortran libraries that require $FLIBS.
11227         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11229 2001-06-29  Pavel Roskin  <proski@gnu.org>
11231         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11232         at-stdout and at-stderr instead of removing the newline
11233         from the echo output, which is not guaranteed to work.
11235 2001-06-28  Jens Petersen  <petersen@redhat.com>
11237         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11238         confdefs.h when non-zero.
11240 2001-06-28  Akim Demaille  <akim@epita.fr>
11242         * configure.in: Bump to 2.50c.
11244 2001-06-26  Akim Demaille  <akim@epita.fr>
11246         Version 2.50b.
11248 2001-06-26  Akim Demaille  <akim@epita.fr>
11250         Version 2.50a.
11252 2001-06-25  Pavel Roskin  <proski@gnu.org>
11254         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11255         argument, AUTOCONF-FLAGS.
11256         * tests/mktests.sh (update_exclude_list): Add
11257         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11258         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11259         AC_FUNC_WAIT3 with "-W no-obsolete".
11261 2001-06-25  Akim Demaille  <akim@epita.fr>
11263         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11265 2001-06-25  Akim Demaille  <akim@epita.fr>
11267         * autoscan.in (%macro): Now maps from word to list of macros.
11268         (&init_tables): Die when a word which is already handled by
11269         explicit macros is mapped to the default macro.
11270         (&print_unique): Remove, inlined in...
11271         (&output_kind): here.
11272         (File::Basename): Use it.
11273         (&output): Sort the CONFIG_FILES.
11274         * acheaders: Normalize.
11275         * acfunctions: Likewise.
11277 2001-06-25  Akim Demaille  <akim@epita.fr>
11279         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11280         characteristics in the logs.
11281         Suggested by Mo DeJong.
11283 2001-06-24  Akim Demaille  <akim@epita.fr>
11285         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11286         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11287         * doc/autoconf.texi (Autoconf 2.13): New section.
11289 2001-06-24  Akim Demaille  <akim@epita.fr>
11291         * autoconf.in (Task traces): Separate the error messages from the
11292         traces to improve robustness.
11294 2001-06-23  Akim Demaille  <akim@epita.fr>
11296         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11297         three as failures are unlikely, and speed matters.
11299 2001-06-23  Akim Demaille  <akim@epita.fr>
11301         * doc/autoconf.texi (Redefined M4 Macros): New.
11303 2001-06-23  Akim Demaille  <akim@epita.fr>
11305         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11306         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11307         5.3.
11309 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11311         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11312         config.status targets to after the evaluation of the INIT-CMDS.
11313         Double quote config.status targets (used to be single quoted).
11315 2001-06-23  Akim Demaille  <akim@epita.fr>
11317         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11318         Check the content of the created file.
11319         Check the ./config.status command line invocation.
11321 2001-06-23  Akim Demaille  <akim@epita.fr>
11323         * tests/foreign.at (Libtool): Reject prehistoric versions.
11325 2001-06-23  Akim Demaille  <akim@epita.fr>
11327         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11328         preexisting files matching a.*.
11330 2001-06-23  Akim Demaille  <akim@epita.fr>
11332         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11333         stderr.
11334         * doc/autoconf.texi (AC_ARG_VAR): Update.
11336 2001-06-21  Akim Demaille  <akim@epita.fr>
11338         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11339         precious variables have changed.
11340         * tests/torture.at (AC_ARG_VAR): Adjust.
11342 2001-06-21  Akim Demaille  <akim@epita.fr>
11344         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11345         but some sed choke on multiple `;', and other tools (e.g.,
11346         Automake), include the separator themselves.
11348         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11350 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11352         * doc/autoconf.texi (Functions Portability): Rename as...
11353         (Function Portability): this.
11354         (Function Portability): Document potential problems with unlink().
11356 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11358         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11360 2001-06-18  Akim Demaille  <akim@epita.fr>
11362         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11364 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11366         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11367         (_AC_FUNC_VFORK): this.
11368         Remove AC_DEFINEs and don't guess cross-compilation values.
11369         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11370         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11371         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11372         vfork doesn't work.
11373         Guess values if cross-compiling, but warn.
11374         * acfunctions: Add AC_FUNC_FORK.
11375         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11376         and vfork appropriately.
11378 2001-06-18  Akim Demaille  <akim@epita.fr>
11380         * doc/autoconf.texi (Functions Portability): New section.
11382 2001-06-18  Akim Demaille  <akim@epita.fr>
11384         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11385         in $M4.
11386         Suggested by Andreas Schwab.
11388 2001-06-18  Akim Demaille  <akim@epita.fr>
11390         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11391         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11392         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11393         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11394         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11395         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11396         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11397         the converse).
11399 2001-06-18  Akim Demaille  <akim@epita.fr>
11401         * doc/autoconf.texi (ms): New index.
11402         (Macro Index): Rename as...
11403         (Autoconf Macro Index): this.
11404         (M4 Macro Index): New appendix.
11405         (Programming in M4): New chapter.
11406         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11407         (Quoting): Rename as...
11408         (M$ Quotation): this.
11409         Be part of `Programming in M4).
11411 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11413         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11414         in separate statements for compatibility with Tru64 v5.1.
11416 2001-06-17  Akim Demaille  <akim@epita.fr>
11418         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11419         current values of the precious variables, not the previously
11420         cached values.
11421         Pass precious variables which are set to config.status.
11422         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11423         * tests/torture.at (AC_ARG_VAR): New.
11425 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11427         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11428         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11429         and explain why and how to replace them.
11430         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11431         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11433 2001-06-15  Akim Demaille  <akim@epita.fr>
11435         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11436         Reported by Bruno Haible.
11438         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11439          (_AC_ARG_VAR_PRECIOUS): to here.
11441 2001-06-15  Pavel Roskin  <proski@gnu.org>
11443         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11444         an unused pointer use cast to this type and `if' statement to
11445         avoid warnings from the compiler.
11446         (AC_HEADER_TIME): Likewise.
11447         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11448         in `if' statement to avoid warnings from the compiler. Declare
11449         ac_aggr static to avoid the need to initialize it.
11451 2001-06-14  Akim Demaille  <akim@epita.fr>
11453         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11454         Macros'.
11456 2001-06-13  Akim Demaille  <akim@epita.fr>
11458         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11459         Suggested by Alexander Mai.
11461 2001-06-13  Akim Demaille  <akim@epita.fr>
11463         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11464         sys/types.h and sys/stat.h, and check for them.
11466 2001-06-13  Akim Demaille  <akim@epita.fr>
11468         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11469         INCLUDES.
11471 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11473         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11474         succeeds and only try adding libdnet upon a failure.
11476 2001-06-12  Akim Demaille  <akim@epita.fr>
11478         * autoscan.in (&output_kind): Output the comment only if it exists.
11479         (%kind_comment): Add entry for `programs'.
11480         (&output_programs): Use &output_kind.
11481         (&output_functions, &output_identifiers, &output_headers)
11482         (&output_programs): Inline, and remove.
11484 2001-06-12  Akim Demaille  <akim@epita.fr>
11486         * autoscan.in (%kind_comment): New.
11487         (output_kind): New.
11488         (output_functions, output_identifiers, output_headers): Use it.
11490 2001-06-12  Akim Demaille  <akim@epita.fr>
11492         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11493         arguments, to factor indirections into `%macro' and `%used'.
11494         (%generic_macro): Fix a typo.
11496 2001-06-12  Akim Demaille  <akim@epita.fr>
11498         * aclibraries: New.
11499         * autoscan.in (@kinds): Add `libraries'.
11500         Use `@kinds' instead of hard coded lists.
11501         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11502         Remove, replaced by...
11503         (%used): this.
11505 2001-06-12  Akim Demaille  <akim@epita.fr>
11507         * autoscan.in (%functions_macros %headers_macros)
11508         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11509         replaced by...
11510         (%macro): New.
11512 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11514         * aclang.m4 (AC_NO_EXECUTABLES): Override
11515         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11517 2001-06-11  Akim Demaille  <akim@epita.fr>
11519         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11520         trailing new line.
11521         Reported by Andreas Schwab.
11523 2001-06-11  Akim Demaille  <akim@epita.fr>
11525         * Makefile.am, Makefile.maint: Typos.
11527 2001-06-09  Akim Demaille  <akim@epita.fr>
11529         * doc/autoconf.texi (Here-Documents): New section, gathering
11530         documentation about here-documents.
11531         Use `href', not `uref', and other changes.
11533 2001-06-09  Akim Demaille  <akim@epita.fr>
11535         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11536         chapter.
11538 2001-06-09  Akim Demaille  <akim@epita.fr>
11540         * doc/autoconf.texi (Limitations of Builtins): Complete the
11541         description of the here-docs penalties with Alexandre Oliva's
11542         explanations.
11544 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11546         * doc/autoconf.texi: Talk about here documents and speedups.
11547         Do not use "echo" on arbitrary strings.
11548         Spell "here-documents" consistently with the standard.
11550 2001-06-09  Akim Demaille  <akim@epita.fr>
11552         * doc/autoconf.texi (Concept Index): Introduce it.
11553         Regenerate the menus.
11555 2001-06-09  Akim Demaille  <akim@epita.fr>
11557         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11558         * config/prev-version.txt: New.
11559         * config/move-if-change: New, for GNU libc.
11561 2001-06-06  Pavel Roskin  <proski@gnu.org>
11563         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11565 2001-06-06  Akim Demaille  <akim@epita.fr>
11567         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11568         properly when $1 is not a literal.
11569         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11571 2001-06-06  Akim Demaille  <akim@epita.fr>
11573         Invoking AC_COPYRIGHT before AC_INIT fails.
11575         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11576         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11577         (_m4_divert(VERSION_USER)): New.
11578         (AC_COPYRIGHT): $2 is the diversion to use.
11579         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11580         (AC_INIT): Remove dead comments as now it's commutative.
11582 2001-06-06  Akim Demaille  <akim@epita.fr>
11584         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11585         PR autoconf/187.
11587 2001-06-05  Akim Demaille  <akim@epita.fr>
11589         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11590         can be empty.
11591         `*dir' variables cannot be NONE.
11592         Reported by Mark Kettenis.
11594 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11596         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11598 2001-06-04  Akim Demaille  <akim@epita.fr>
11600         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11601         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11602         (AC_TR_SH): Move as...
11603         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11604         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11605         (AS_TR_SH): these.
11606         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11607         (_AS_TR_SH_PREPARE): New.
11608         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11609         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11611 2001-06-02  Akim Demaille  <akim@epita.fr>
11613         * Makefile.am (.m4.m4f): Pass the options first.
11614         Fixes PR autoconf/182.
11616 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11618         GNU getopt, when POSIXLY_CORRECT does not permute options and
11619         arguments.  So pass the options first.
11620         Fixes PR autoconf/184.
11622         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11623         (run_m4): Remove files.
11624         (run_m4f): Remove.
11625         Update remainder of script to use them.
11626         (for warning in): Do not use a literal comma as it will not be
11627         split by IFS.
11629 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11631         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11632         Fortran compilers to check.
11633         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11634         information on library and object files.
11635         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11636         to check.
11638 2001-06-02  Akim Demaille  <akim@epita.fr>
11640         * autom4te.in (Request::@request): Declare with `vars', not `my',
11641         as it prevents updates via `do FILENAME'.
11643 2001-06-02  Akim Demaille  <akim@epita.fr>
11645         * configure.in (standards_texi): Remove, dead code.
11647 2001-06-02  Akim Demaille  <akim@epita.fr>
11649         * autom4te.in: New.
11651 2001-06-02  Pavel Roskin  <proski@gnu.org>
11653         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11654         for signals other than 0 - exit with code 1.
11655         * m4sh.m4 (AS_TMPDIR): Likewise.
11656         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11657         * autoheader.in: Likewise.
11658         * autoreconf.in: Likewise.
11659         * tests/torture.at (Signal handling): New test for the above.
11661 2001-06-01  Akim Demaille  <akim@epita.fr>
11663         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11664         message.
11666 2001-05-31  Akim Demaille  <akim@epita.fr>
11668         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11669         Add copyright and comments.
11670         * acheaders: Add stdint.h.
11671         Suggested by Paul Eggert.
11673 2001-05-31  Akim Demaille  <akim@epita.fr>
11675         * atgeneral.m4 (AT_INIT): Use $SHELL.
11676         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11678 2001-05-31  Akim Demaille  <akim@epita.fr>
11680         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11681         stdint.h.
11682         From Paul Eggert and Lars Hecking.
11684 2001-05-31  Akim Demaille  <akim@epita.fr>
11686         * tests/base.at: Adjust line numbers in error messages.
11688 2001-05-31  Akim Demaille  <akim@epita.fr>
11690         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11691         to emit the bangshe line.
11692         Reported by David Carter.
11694 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11696         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11697         Fortran (95) compilers to check.
11699 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11701         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11702         Macro Archive URL.
11704 2001-05-23  Pavel Roskin  <proski@gnu.org>
11706         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11707         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11708         (AC_PROG_CXXCPP): Likewise.
11710 2001-05-22  Akim Demaille  <akim@epita.fr>
11712         * config: New directory.
11713         * configure.in: AC_CONFIG_AUX_DIR it.
11714         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11716 2001-05-22  Akim Demaille  <akim@epita.fr>
11718         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11719         * autoupdate.in: Specify the Emacs mode.
11720         * acversion.m4.in: Rename as...
11721         * acversion.m4: this.
11722         * tests/Makefile.am (CLEANFILES): More garbage.
11724 2001-05-22  Akim Demaille  <akim@epita.fr>
11726         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11727         Rename as...
11728         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11729         these.
11731 2001-05-21  Akim Demaille  <akim@epita.fr>
11733         * configure.in: Bump to 2.50a.
11735 -----
11737 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11739 This file is part of GNU Autoconf.
11741 GNU Autoconf is free software; you can redistribute it and/or modify
11742 it under the terms of the GNU General Public License as published by
11743 the Free Software Foundation; either version 2, or (at your option)
11744 any later version.
11746 GNU Autoconf is distributed in the hope that it will be useful,
11747 but WITHOUT ANY WARRANTY; without even the implied warranty of
11748 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11749 GNU General Public License for more details.
11751 You should have received a copy of the GNU General Public License
11752 along with autoconf; see the file COPYING.  If not, write to
11753 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11754 Boston, MA 02110-1301, USA.