Don't bother unsetting CONFIG_SITE.
[autoconf/tsuna.git] / ChangeLog
blob8806bc90954f0ed661c66cafe6ee48f9146abe9a
1 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
4         under AC_C_VOLATILE.
5         (Volatile Objects): Be a little less skeptical about what
6         "volatile" means.  Derived from thoughts by Ben Pfaff in
7         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
9 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11         * doc/autoconf.texi: Fix some typos.
13 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
16         more globally, since the 2006-06-30 patch didn't suffice.  Problem
17         reported by Keith Marshall.  Also, don't bother with builddir2,
18         since it shouldn't be needed any more.
20 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
22         * doc/autoconf.texi (Generic compiler characteristics):
23         Document AC_COMPUTE_INT.  Fix wrong statements on Default
24         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
26         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
27         (_AC_COMPUTE_INT): Add obsoletion warnings.
28         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
29         AC_COMPUTE_INT.
31         * NEWS: Document change.
33 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35         * doc/autoconf.texi (Volatile Objects): New section.
37         * NEWS: Document previous change.
39 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
41         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
42         Require that long long int be at least 64 bits wide.  C99 requires
43         this and enough programs depend on it so we should check for it.
44         Bruno Haible reports in
45         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
46         that long long int is 32 bits wide with some nonstandard compilers.
47         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
49 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
51         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
52         to a nonexistent file, so that we don't have to worry about
53         a local site configuration that doesn't use /usr/local.
54         Problem reported by Keith Marshall in
55         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
57 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
59         * doc/autoconf.texi: Be more consistent about using @acronym with
60         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
61         quite right (it talked about "OSF/Tru64", even though the
62         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
63         and it even mentioned "OSF 4"!) and at this point there's little
64         reason to talk about OSF any more, since it died in 1994.
65         (Specific Compiler Characteristics): Simplify example of
66         negative-size array.
67         (File Descriptors): Reorder to make the text flow better.
68         Remove joke about "appreciate the various levels"; I didn't get it.
69         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
70         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
71         (File Descriptors, Limitations of Usual Tools):
72         Tone down the advice against renaming or removing open files.
73         (Limitations of Usual Tools): Add a new section, on 'rm'.
75 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
77         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
78         -lXt in LIBS, idea from Karsten Hopp; this was due since
79         this change:
81         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
82         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
83         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
84         (which belong to Xt, not X itself).  See Debian bug 327655.
86 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88         * configure.ac (AC_INIT): Bump to 2.60a.
89         * NEWS: Update.
91 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93         Version 2.60.
95         * configure.ac, NEWS: Update.
97 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
99         * config/texinfo.tex: Sync from upstream.
101         * bin/autom4te.in (handle_traces): Transform the `@S|@'
102         quadrigraph correctly in traces.
104         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
105         Fix typos.
107         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
108         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
109         not defined.
110         * doc/autoconf.texi (Changed Directory Variables): New node,
111         to document the whole `datarootdir' business a bit better.
112         * NEWS: Update.
113         * tests/torture.at (datarootdir workaround): Extend test.
114         Prompted by report by Alexandre Julliard.
116 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
118         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
119         when using default mode of IBM C 6 for AIX.  Problem and two-line
120         fix reported by Larry Jones.
122 2006-06-22  Alexandre Julliard <julliard@winehq.org>
124         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
125         about literal '${datarootdir}' if a definition is found in the
126         output file.
128 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
130         * NEWS: Use "M4" rather than "m4" when appropriate.
131         Problem reported by Eric Blake.
132         * doc/autoconf.texi: Likewise.
133         Use @acronym around BSD, GCC, and GNU when appropriate.
134         (Why GNU M4): Renamed from "Why GNU m4".
135         (Redefined M4 Macros): Mention that Posix
136         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
137         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
138         to int.
140 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142         * bin/autom4te.in (handle_output): Do not forbid the empty
143         pattern.
144         * tests/tools.at (autoconf: the empty token): New test.
146 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
148         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
149         calls, so that we do not care whether they are LIFO or FIFO;
150         in the m4_wrap, do not check which diversion is the topmost
151         one, just check that the stack is balanced at the end.
152         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
153         base diversion forever--pop the previous diversion before
154         opening the new one; consequently, remove the m4_wrap call.
155         * lib/autotest/general.m4 (AT_INIT): Likewise.
156         * tests/m4sugar.at: Do not use
157         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
159 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
160         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
162         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
163         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
164         Rework example of m4wrap token-pasting trouble so that it doesn't
165         care whether it's LIFO or FIFO.
166         Fix some "contrary to"s that are awkward in English.
168 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
170         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
171         to `yes' instead of `int$1_t' if the type is found, for more
172         consistent configure output (where $1 is the number of bits).
173         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
174         Suggested by Bruno Haible.
176         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
177         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
178         with system headers.  Report by Bruno Haible.
180 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
182         * config/config.guess, config/config.sub: Sync from upstream.
184         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
185         in order to avoid picking up an older installed frozen m4sh.m4f.
186         Besides an outdated shell startup, this could have been created
187         by an earlier M4 version with incompatible frozen file format.
189 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
191         * README: Recommend m4 1.4.4 instead of 1.4.3..
192         * doc/autoconf.texi: Likewise.
193         (Special Chars in Names): Say that $(.FOO) is portable, as
194         suggested by Stepan Kasal.
195         (Installation Directory Variables, Build Directories):
196         (Automatic Remaking, Subdirectories, Fortran Compiler):
197         (Making testsuite Scripts, Defining Directories):
198         Quote variable usages better.
199         (Making testsuite Scripts): Add clean-local rule to makefile
200         snippet, by Eric Blake.
201         (Installation Directory Variables): Fix table item font.
202         Reword slightly to clarify.  Generalize advice about
203         not using special characters to include all file-related
204         vars, not just VPATH.
205         (Special Chars in Variables): Warn about special characters in
206         $(srcdir) too.
207         (Assignments): Clarify default-value example as suggested by
208         Ralf Wildenhues in
209         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
210         (Special Shell Variables): Note leading ./ or ../, as suggested
211         by Eric Blake.
212         (Limitations of Builtins): Under cd, warn about CDPATH.
213         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
214         Ralf Wildenhues.
216 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
218         * doc/autoconf.texi (Configuration Actions): Remove duplicate
219         `@var', for texi2html.
220         (Systemology): Some more word wrapping, for DVI output.
221         (autom4te Invocation): The short option for `--melt' is `-M',
222         not `-m'.
224 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
226         * doc/autoconf.texi: More formatting and English tweaks,
227         many suggested by Ralf Wildenhues.
228         Reword to avoid "@code{...}'s" and the like, since it's ugly
229         with Emacs info mode.  discontents -> woes.
230         Put a few "will"s back.  time stamp -> timestamp.
231         side-effect -> side effect.
233 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
235         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
236         Warn about $@ not persisting.  Problem reported by Julien Danjou in
237         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
238         (Special Chars in Names): Renamed from Leading _ in Macro Names.
239         Mention other special chars, too.
241 2006-06-14  Eric Blake  <ebb9@byu.net>
243         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
245 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
247         * doc/autoconf.texi: Some systematic minor improvements, as
248         follows.  Use "makefile" when talking about makefiles
249         generally (which might be named "makefile" or "Makefile" or even
250         "foo.mk"), "Makefile" when talking about a specific makefile
251         called "Makefile".  This unclutters the text from weird quotes
252         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
253         values" rather than "@var{foo}s" and similar constructs containing
254         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
255         English-language improvements.  Change the prefix "sub-" to "sub"
256         and "re-" to "re".
257         Put blank lines around examples more consistently.
258         Avoid "rather" and "very" as intensifiers.
259         Avoid "will" as an auxiliary.
260         (Limitations of Make): Split this node into....
261         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
262         (Leading _ in Macro Names, Backslash-Newline-Newline):
263         (Backslash-Newline Comments, Long Lines in Makefiles):
264         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
265         (obj/ and Make, make -k Status, VPATH and Make):
266         (VPATH and Double-colon, $< in Explicit Rules):
267         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
268         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
269         New nodes, resulting from splitup of Limitations of Make.
270         All cross-references changed.  Raise the top node from
271         a section to a chapter, and all subnodes accordingly.
272         Redo the introductory wording to match the new organization.
273         (Installation Directory Variables): Use an example that is
274         closer to what Autoconf actually does.  Mention that VPATH's
275         value should not contain metacharacters or white space.
276         (Fortran Compiler): Fix a VPATH bug in an example.
277         (Leading _ in Macro Names): Mention that this problem is no longer
278         of practical concern.
279         (VPATH and Make): Reword the advice to make it clearer
280         that Autoconf and Automake support VPATH in non-GNU make, but
281         many packages have bugs in this area.
282         ($< in Explicit Rules): Refer to Build Directories rather
283         than using a (non-VPATH-safe) example.
284         (Automatic Rule Rewriting): Mention the sort of disaster that
285         can ensue with Solaris-style rule rewriting with VPATH.
287 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
289         * doc/install.texi (Compilers and Options): Weaken the
290         suggestion to use GNU make for VPATH builds.
292         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
293         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
295         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
296         in regular expression.
298 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300         * doc/autoconf.texi (Installation Directory Variables):
301         Drop extra @samp from `@table @samp' item.
302         (Limitations of Usual Tools): Comment fix.
303         Do not nest @samp just to point to other table items.
304         (Writing testsuite.at) <AT_CHECK>: The second argument to
305         `@dvar' is already @samp'ed.
306         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
307         do not use @var in the second argument.
309 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
311         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
312         $as_shell.exe too.  Problem reported by Andreas Buening in
313         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
315 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
317         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
318         `unused variable' compiler warning, for `-Wall -Werror'.
319         Reported by Jaap Haitsma in
320         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
322 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
324         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
325         case the compiler dumps core.  Problem reported for
326         OpenServer 5.0.7 by Tim Rice in
327         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
328         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
329         Likewise.
331 2006-06-06  Tim Rice <tim@multitalents.net>.
333         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
334         "ERROR" only shows up in "make check" output if there is an
335         error.
337 2006-06-06  Eric Blake  <ebb9@byu.net>
339         * tests/tools.at (automatically allowed tokens): Fix typo.
341 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
343         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
345         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
346         typically overflows on x86 CPUs, even though the C standard
347         requires otherwise.
349 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
351         * configure.ac (AC_INIT): Bump to 2.59e.
352         * NEWS: Update.
354 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356         Version 2.59d.
358         * config/texinfo.tex: Sync from upstream.
360         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
361         seen, invoke libtoolize with `--ltdl' argument.
362         * lib/autom4te.in (Autoreconf-preselections): Adjust.
363         * NEWS: Update.
364         Suggested by Eric Blake.
366 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
368         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
369         reported by Ralf Wildenhues.
370         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
372 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
374         * THANKS: Update.
376 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
378         * doc/autoconf.texi: Modernize some of the references to Solaris.
380 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
382         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
383         message issued by AC_REQUIRE.
384         * tests/m4sugar.at: Check m4_require's error message.
385         * tests/base.at: Check AC_REQUIRE's error message.
386         * tests/local.at (AT_CHECK_M4): New macro, almost identical
387         to...
388         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
389         AT_CHECK_M4.
390         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
391         `expout' as the last parameter.
392         * tests/tools.at: Adapt to the above change.
394 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
396         * doc/autoconf.texi (Limitations of Usual Tools): Correct
397         information about race-free implementations of mkdir.
399 2006-06-04  Eric Blake  <ebb9@byu.net>
401         * bin/autoreconf.in (help): Document M4 environment variable.
402         * bin/autoconf.as (Usage): Likewise.
403         * bin/autom4te.in (help): Likewise.
404         * doc/autoconf.texi (autom4te Invocation): Likewise.
406 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
408         * NEWS: GNU make now recommended for VPATH builds.
409         Mention that some macros are now documented to be obsolescent.
410         * doc/autoconf.texi:
411         Prefer "current" to "modern" to describe
412         currently-used (albeit perhaps old-fashioned) hosts.
413         Mention which ancient features no longer need to be worried about.
414         setgid -> set-group-ID
415         setuid -> set-user-ID (these are the Posix terms)
416         Fix some misuses of "only".
417         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
418         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
419         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
420         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
421         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
422         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
423         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
424         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
425         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
426         Mention that these macros are obsolescent.
427         (Installation Directory Variables): shall -> should
428         (File Descriptors): Mention that 0, 1, 2 might get reopened.
429         Mention that it's now safe to use 3 and 4.
430         (Limitations of Usual Tools): cp -r is now specified by Posix.
431         Omit longwinded and obsolescent discussion of cp -f.
432         Modernize discussion of expr, ls.
433         (Limitations of Make): Modernize discussion of VPATH builds.
434         Mention $? as a workaround in some cases.
435         * doc/install.texi (Basic Installation):
436         Mention "./configure; make; make install" first.  Be more
437         specific about why this file is generic.  Remove unnecessary
438         parens.  Remove misleading "only".  Remove obsolete advice
439         about csh.  Don't say "configure" takes awhile; say it
440         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
441         and CC=c99 rather than CC=c89, as these are blessed by current
442         Posix.  Recommend GNU make if doing a VPATH build.
444 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
446         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
447         examples involving shell prompts.
449 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
450         and Paul Eggert  <eggert@cs.ucla.edu>
452         * doc/autoconf.texi (Here-Documents): Add details about the
453         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
454         use "here-documents" instead of "here documents".
456 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
458         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
460 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
462         * doc/autoconf.texi (File System Conventions): Warn about ":"
463         anywhere in directory names.
465 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
467         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
468         about quoting the case statement, just in case.
469         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
470         was fixed in ksh93g; reported by Ralf Wildenhues.
472 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
474         * doc/autoconf.texi (System Services): Do not document
475         overriding EXEEXT via ac_cv_exeext=ext.
476         (Particular Programs) <AC_PROG_MKDIR_P>:
477         Document that ${MKDIR_P} understands --.
478         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
479         comment.
481 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
483         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
484         argument with leading hyphen.  Problem reported by Paul Eggert.
486 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
488         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
489         about quoting ac_try: quote all of it, if any of it seems suspicious.
490         This means we don't have to worry about ${ or sed any more.
491         Also, double-quote the case statement, to work around misuses via
492         underquoting as reported by Ralf Wildenhues in
493         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
494         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
495         undocumented and dangerous macro.
496         Problem reported by Ralf Wildenhues in
497         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
499 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
501         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
502         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
503         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
505 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
507         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
508         since evidently some packages rely on the old, broken behavior.
509         Problem reported by Ralf Wildenhues in
510         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
511         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
512         pre-2006-05-26 definitions, but leave in the comments that
513         these macros are dangerous and should not be used.
514         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
515         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
516         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
517         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
518         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
520 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
522         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
523         the use of 'tr', since this is our only use of 'tr'.
525 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526         and Paul Eggert  <eggert@cs.ucla.edu>
528         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
529         Don't assume 'grep' works on long lines, since AIX grep doesn't.
531 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
533         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
534         the output file in the `${datarootdir}' test.
536 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
537         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
539         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
540         mention of `datarootdir' in the input file(s), but literal
541         `${datarootdir}' in the output file, and we haven't warned yet,
542         then warn as well: the user may have (erroneously) used
543         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
544         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
545         * tests/torture.at (datarootdir workaround): Extend this test.
546         * NEWS: Update.
548 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
549         and Paul Eggert  <eggert@cs.ucla.edu>
551         * doc/autoconf.texi (autoheader Invocation): The first argument to
552         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
553         alternatives and clear up the language a bit.
555 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
557         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
558         ac_config_guess, ac_config_sub, ac_configure.
559         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
560         Fix typo that prevented an unnecessary space from being removed.
561         Problems reported by Ralf Wildenhues in:
562         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
564 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
566         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
567         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
568         Don't use the term "thread-safe" to talk about mkdir race
569         conditions, since the problem is more a process than a thread
570         issue.  Problem reported by Stepan Kasal in:
571         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
572         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
573         the test for 'install' more closely.  Look at MKDIR_P first.
574         Look in the PATH, and at /opt/sfw/bin.
575         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
576         Don't bother to try mkdir -p, since we already check mkdir --version;
577         just look at the version number.  (There's no easy way to check
578         for race-free implementations.)
579         * tests/tools.at (autoconf: subdirectories): Adjust to above
580         changes, since MKDIR_P now might end in "/mkdir -p".
582         * doc/autoconf.texi (autoheader Invocation): Mention that the
583         first arg of AC_DEFINE_UNQUOTED must be a literal.
584         Problem reported by Ben Pfaff in
585         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
587         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
588         * doc/autoconf.texi (Special Chars in Variables): New section.
589         (Preset Output Variables): Warn about special chars in CPPFLAGS.
590         (Installation Directory Variables): Quote $(datadir) better.
591         (Limitations of Builtins): Describe some of eval's trickiness.
593         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
594         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
595         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
596         in front of every arg, not just trailing args.  Quote apostrophes.
597         (_AC_EVAL_ECHO): New macro.
598         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
599         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
600         removed.
601         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
602         exposed by quoting of eval argument.  Put the command on line line
603         so it logs better.
604         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
605         (_AC_PATH_X, AC_PATH_X): Quote more safely.
606         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
607         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
608         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
609         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
610         Use eval more safely.
611         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
612         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
613         to be replaced.
614         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
615         lines, exposed by quoting of eval argument.
617 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
618         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
620         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
621         initialization of `ac_cv_exeext', do not override it if it was
622         already set, unless it was set to `no', for compatibility with
623         Autoconf-2.13, and comment this.
624         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
625         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
626         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
627         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
628         Document that this test may be overridden by setting
629         `ac_cv_exeext'.
631 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
633         Revert these two patches:
635         2006-04-06  Eric Blake  <ebb9@byu.net>
636         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
637         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
638         2006-04-01.
640         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
641         Clean up _AC_COMPILER_EXEEXT* macros.
642         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
643           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
644           ac_file to the name of the default output file and call
645           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
646           initial `rm' of the candidate files...
647         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
648           the same list in subsequent `rm' calls, and for the temporary
649           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
650           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
651         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
652         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
653           no longer needed) by libtool.  Make it a cache check.
654         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
655           copied here by mistake.
656         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
657           _AC_COMPILER_EXEEXT.
658         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
659           _AC_COMPILER_OBJEXT directly.
660         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
662 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
664         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
665         Fix description of how the buggy `sed' works.
667 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
669         Sync from Automake:
671         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
672         ENOLCK.  Only mention `make -j' when applicable.  Only raise
673         fatal errors when `make -j' is involved.  Improve error message.
675 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
677         * doc/autoconf.texi (Here-Documents): We now know more about
678         the variable expansion in here documents bug.
679         Thanks to Tim Rice and Stepan Kasal.
681         * doc/autoconf.texi (Making testsuite Scripts): Add an example
682         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
684 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
686         * tests/autotest.at (Multiline command from M4 expansion):
687         No failure to be expected if the shell quotes newlines in
688         commands in the `set -x' output.  Report by Tim Rice.
689         * THANKS: Update.
691 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
693         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
694         expansion in the here-documents used by config.status, as that
695         runs afoul of the Korn shell version M-12/28/93d bug described in
696         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
697         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
698         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
700 2006-05-23  Jim Meyering  <jim@meyering.net>
702         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
703         Fix typo introduced with 2006-04-02 change.  It reversed the sense
704         of the test.
706 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
708         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
709         ac_dB slightly, to save bytes in the script.
710         Max out at 50 lines, rather than 96; this is more likely
711         (though not guaranteed) to avoid obscure 'sed' failures.
713 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
715         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
716         `tr -d -' as bad option argument.  Work around this by deleting
717         an unrelated character.
718         Report by Tim Rice <tim@multitalents.net>.
720 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
721             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
722             Stepan Kasal  <kasal@ucw.cz>
724         * doc/autoconf.texi (Particular Programs): Do not promise that
725         we always prefer the GNU version of the program, and that we
726         search according to PATH; both rules can have exceptions.
727         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
728         AC_PROG_SED.  Move descriptions of limitations
729         to the Limitations of Usual Tools section.
730         (Limitations of Usual Tools) <sed>: Mention script length
731         limitations with Solaris /usr/ucb/sed.
732         <grep>: Fix wording for empty alternative.  Mention that -c and
733         -l should not be combined, and that -E and -F should not be
734         combined.
736 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
737         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
739         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
740         limits in Solaris 8 /usr/ucb/sed by testing a long script.
742 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
744         * doc/autoconf.texi (Defining Symbols): Literal parameter of
745         AC_DEFINE is now passed to m4_pattern_allow.
746         * NEWS: Mention that; likewise for AC_SUBST.
747         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
748         the parameter to m4_pattern_allow.
749         * tests/tools.at: Add a check for that.
751 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
753         * lib/autoconf/status.m4: Fix typos.
755 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
758         only the files that this macro generates.
760 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
762         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
763         the HP-UX sed limitation of 99 commands, labels do not count.
764         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
765         in the comment.
766         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
768 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
770         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
771         Import the following fix from coreutils:
773         2006-01-13  Jim Meyering  <jim@meyering.net>
775         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
776         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
777         not double-quote uses of that variable, to accommodate the rare
778         case in which getmntent is available in none of the libraries
779         checked.  This happens at least on FreeBSD 5.0.
781 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
783         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
784         ac_config_guess, ac_config_sub, and ac_configure, since evidently
785         some other programs unwisely rely on these undocumented vars.
786         But put in warning comments about them.
787         Problem reported by Ralf Wildenhues in
788         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
789         * NEWS: Document that these variables are intended to go away.
791 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
793         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
794         and set the language to C++ (analogous to the equivalent Fortran
795         tests).
797         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
798         * doc/autoconf.texi (C++ Compiler): Document it.
799         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
800         * NEWS: Update.
802 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
804         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
805         that caused config.status to generate 100-command sed scripts; the
806         portable limit is 99.
808 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
810         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
811         variable `ac_d' instead of `d' to avoid infringing namespace.
812         Report by Ralf Menzel.
814 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
816         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
817         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
818         * tests/tools.at (autoconf: subdirectories): New test, taken from
819         the corresponding problem report by Ralf Wildenhues in:
820         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
822         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
823         Quote some uses of shell variables if they might suffer unexpected
824         globbing.  This doesn't fix all instances of quoting problems that
825         I found, just the easy ones that look safe.
826         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
827         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
828         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
829         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
830         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
831         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
832         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
833         Likewise.
834         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
835         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
837 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
839         * bin/autoreconf.in ($help): Reword according to the manual.
840         Suggested by Olly Betts.
842 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
843         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
845         * bin/autoreconf.in: Pass the directory argument to
846         `require_configure_ac'.  Fix comment.
847         * tests/torture.at (Configuring subdirectories): Expose this.
848         Reported by Olly Betts.
850 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
852         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
853         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
854         Automake as follows:
856         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
857         `$configure_in' instead of `configure.in', to preserve
858         directory component.
860 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
862         * config/config.guess, config/config.sub, config/texinfo.tex,
863         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
865 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
867         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
868         test for C99 conformance; (bool) 0.5 is an integer constant
869         expression, but (bool) -0.5 is not.  Problem reported by Fedor
870         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
872 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
874         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
875         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
876         Warn about obsolete install-sh files.  Remove stray sentence
877         fragment and fix cross reference.
878         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
879         install -d; this undoes the 2006-05-10 change.
880         (MKDIR_P): Mark with AN_MAKEVAR.
881         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
882         that we don't require $INSTALL to be thread-safe.  Move comments
883         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
884         of AC_PROG_INSTALL.  Output a message saying that we're checking
885         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
886         MKDIR_P instead of AC_SUBST.
887         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
888         Special magic for MKDIR_P, too.
889         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
890         a dnl.
891         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
893 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
895         Sync from Automake, as follows:
897         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
898         * config/install-sh: Initialize IFS, so field splitting isn't
899         turned off later.
900         * config/mkinstalldirs: Likewise.
901         * config/missing: Remove superfluous quotes.  Replace all uses of
902         `[' by `test', for consistency, and for..
903         * config/missing (sed_minuso, sed_output): New variables.
904         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
905         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
906         Fixes `missing' to detect `--output' for help2man.  Fixes
907         PR automake/483.  Report by Dennis J. Linse.
908         (autom4te): Document in `missing --help'.
910 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
912         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
913         * config/install-sh: Don't use 'path' to talk about file names,
914         as per GNU coding standards.  Close a race condition reported by Ralf
915         Wildenhues and Stepan Kasal.  There is still a race condition
916         on hosts that predate Posix 1003.1-1992, but we can't help this.
917         Don't mishandle weird characters like space on pre-Posix hosts.
918         Invoke mkdir at most once per dir arg on pre-Posix hosts.
919         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
920         AC_PROG_MKDIR_P from AS_MKDIR_P.
921         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
922         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
923         earlier editions are not (including Automake 1.8.3).
924         Do not suggest mkinstalldirs for thread-safety.
925         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
926         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
927         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
928         presence of special characters and race conditions.
929         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
930         in Autoconf's name space.
932 2006-05-10  Bruno Haible  <bruno@clisp.org>
933         and Paul Eggert  <eggert@cs.ucla.edu>
935         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
936         from Automake with minor changes.
937         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
939 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
941         * config/install-sh: Update to Automake CVS version, as follows:
942         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
943         * lib/install-sh: Simplify the expr implementation of dirname.
944         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
945         * lib/install-sh: Handle --, and diagnose unknown options.
947 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
949         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
950         `./autom4te' to create `./testsuite', since the `all' target
951         will ensure its presence, but `installcheck' should not create
952         the uninstalled wrappers.
954         * tests/torture.at (Unusual Automake input files): Skip if we
955         detect automake < 1.8.
957 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
959         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
960         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
961         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
962         * NEWS: Update.
964 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
966         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
967         munge (multiple) white space and other oddities.
968         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
969         single quotes in variable assignment.
970         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
971         and similar failures by adding multiple spaces, tabs, and other
972         special characters.
973         Report and different test suggested by Francesco Romani
974         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
976         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
977         single quotes, we only need to search for single quotes; this
978         both simplifies the search pattern, and makes us less
979         susceptible to `echo' variations for arguments not containing
980         single quotes.
981         (_AC_ARG_VAR_VALIDATE): Likewise.
983 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
985         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
986         `$*' and IFS concatenation issue with traditional shells and
987         bash-2.04.  Report by Seanster@Seanster.com.
989 2006-05-03  Bruno Haible  <bruno@clisp.org>
991         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
992         precisely which Mac OS X versions have the od problem.
994 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
996         * doc/autoconf.texi: Use @option systematically.
998 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
999         and Bruno Haible  <bruno@clisp.org>
1001         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
1002         about 'od'.
1003         (Integer Overflow): Mention the special case of integer division
1004         overflow.
1006 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1008         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
1009         traditional shells like the Solaris one that do not use the
1010         first IFS character for assembling `$*'.
1011         Prompted by a related report from autoconf_bug@nro.ca.
1013 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1014         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1016         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
1017         Mention more problems with the -e option.
1019 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1021         * NEWS: Typo.
1022         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
1024         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
1025         in URLs to improve DVI formatted output (requires texinfo 4.6).
1026         (System Services, Systemology, Shellology): Likewise.
1027         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
1028         output.
1030         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
1031         continuous text.
1032         (Runtime): Fix macro argument names to match description:
1033         `action-if-found' -> `action-if-true' and similarly.
1034         (Obsolete Macros): Likewise.
1035         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
1036         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
1037         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1039 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1041         * doc/autoconf.texi (Limitations of Make): Clean up markup.
1043         * ChangeLog: Typo.
1044         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1045         DVI output.
1047 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1049         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1050         /bin/sh set unsorted output.
1051         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1052         * tests/local.at: Likewise.
1054 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1056         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1057         (Integer Overflow, Null Pointers, Buffer Overruns):
1058         (Floating Point Portability, Exiting Portably): New sections.
1059         (Writing Test Programs): Fix some langauge.  Recommend exiting
1060         with status 1, not merely nonzero.  Clarify exit declaration.
1061         (Run Time): Move C exit status stuff to new Exiting Portably section.
1062         (Systemology): Mention Posix and levenez.  Update v7 reference.
1063         (Portable Shell): Mention the Posix shell.
1065 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1067         * bin/autoconf.as (me): Replace by as_me.
1069 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1071         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1072         since as_me isn't set yet.
1074 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1076         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1077         a few minor bugs in this area.
1079         * doc/autoconf.texi (Programming in M4sh): Comment out the
1080         documentation of AS_BASENAME, for now.
1081         (Shell Substitutions): Do not use AS_DIRNAME in an example.
1082         (Limitations of Builtins) <basename>: Do not refer to
1083         AS_BASENAME.
1084         * bin/autoconf.as (me): Don't use AS_BASENAME.
1085         (dir): Remove the unused variable.
1086         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1087         AS_DETECT_REQUIRED.  All uses changed.
1088         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1089         All uses changed.
1090         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1091         (AS_BASENAME): Use "basename --" to protect against leading "-".
1092         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
1093         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
1094         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1095         (_AS_DIRNAME_PREPARE): Likewise.
1096         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
1097         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
1098         (AS_DIRNAME): Use "dirname --".
1100 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1102         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1103         of "run time" and "run-time" changed to "runtime", for consistency.
1104         * lib/autoconf/fortran.m4: Likewise (in comment).
1105         * lib/autoconf/functions.m4: Likewise.
1106         * lib/autoconf/general.m4: Likewise.
1107         * lib/autoconf/headers.m4: Likewise.
1109         * doc/autoconf.texi (Run Time): Document the exit status situation
1110         with more accuracy and detail.
1112 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1114         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1115         Archive is not officially `GNU' any more.  Update URL.
1116         (Defining Directories): Likewise
1117         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1119 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1121         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1122         newline from the `trap' code to finish `config.log'; the NetBSD
1123         /bin/sh resets the exit status after an empty command, as
1124         documented in doc/autoconf.texi.
1125         Reported by Dalibor Topic <robilad@kaffe.org>.
1127 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1129         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1130         Suggested by Bruno Haible.
1132 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1134         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1135         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1136         Instead, just list the shells that we know work.
1137         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1138         changed.  Be more cautious about the _cv_ variable.
1139         * tests/tools.at (Syntax of the shell scripts): Check the
1140         _cv_ variable once, at first, to avoid an internal autoconf error
1141         when sh -n does not work.
1143 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1145         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1147 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1149         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1150         use ">&-" since we're only 99.999% sure that this is portable,
1151         and since the MinGW bug is fixed in a different way.
1152         * lib/autotest/general.m4 (AT_INIT): Likewise.
1154 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1156         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1157         before opening config.log, to avoid hitting a bug on MinGW.
1159 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1161         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1162         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1163         This works around a MinGW bug reported by Eric Paire.
1164         Make sure that all writes to the log file append to it,
1165         rather than possibly losing data.
1166         * lib/autotest/general.m4 (AT_INIT): Likewise.
1168 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1170         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1171         description.
1173 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1175         * NEWS: Update.
1177         * configure.ac (AC_INIT): Bump to 2.59d.
1179 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1181         Version 2.59c.
1183         * Makefile.maint (news-date-check): Do not require a leading `*'
1184         before the release date in NEWS.
1186 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1187         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1189         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1190         the instantiated file do not contain the string 'datarootdir'
1191         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1192         @mandir@, replace the reference '${datarootdir}' by the value.
1193         * tests/torture.at (datarootdir workaround): New test.
1194         * NEWS: Advertise this temporary fixup.
1195         Based on a patch by Bruno Haible, reported and analyzed by
1196         Paul Eggert and Noah Misch.
1198 2006-04-12  Eric Blake  <ebb9@byu.net>
1200         * tests/autotest.at (Debugging a failed test): Fix comment.
1202 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1204         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1205         all the changes since 2006-04-07.
1207 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1209         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1210         succeeded, but `ln -s file dir' failed, take care to remove the
1211         leftover target before the next test, to prevent its spurious
1212         failure; also make sure `ln file dir' works before selecting it.
1213         Thanks to Keith Marshall for pointing this out.
1214         * THANKS: Update.
1216         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1217         assignments in `at_debug_args', so that we put them correctly
1218         in the `run' script.
1219         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1220         Reported by Eric Blake.
1222 2006-04-11  Eric Blake  <ebb9@byu.net>
1224         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1225         top-level tests after micro-suite has been run.   Used in...
1226         (Debugging a successful test, Debugging script and environment),
1227         (Debugging a failed test): ...these new tests.  The first of these
1228         is fixed by...
1229         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1230         macro, split out from...
1231         (AT_INIT): ...here, so that using -d also generates a run script.
1232         Document that -d inhibits top-level logging.
1233         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1234         inhibits top-level logging; debug scripts are created.
1236         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1237         check.
1238         * tests/autotest.at (Empty test, Empty check): New test to check it.
1240         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1241         from gcc.
1243 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1245         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1246         the files if a problem appears.  Make the empty *.at files
1247         read-only, too.  Proposed by Ralf Wildenhues.
1249 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1251         * config/Makefile.am: Add comment to force updated Makefile.in.
1253         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1254         space only patch to this file, this patch causes the Makefile.in
1255         files that include freeze.mk to be updated, and thus have a
1256         newer time stamp again, which in turn makes a pristine CVS
1257         checkout have correct time stamps.
1259         * Makefile.maint (cvs-sv): New macro, to be used..
1260         (config.guess-url_prefix, config.sub-url_prefix)
1261         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1262         point to CVS text checkout of Gnulib files.
1263         (copyright-check): Bump current year.
1264         (announcement): Do not hard-wire `./announce-gen'.
1265         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1266         correctly.
1267         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1268         `chmod +x'.
1269         (wget_files): Update config.guess, config.sub, texinfo.tex by
1270         `wget-update', now that their URLs work again.
1272 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1274         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1275         Problem noted by Paul D. Smith.
1277 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1279         * doc/autoconf.texi: Remove unused words from word list.
1280         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1281         .x-sc_trailing_space: New files.
1283         * doc/standards.texi: Sync from gnulib.
1285         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1286         `LIBOBJDIR' as experimental.
1288         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1289         with a target directory; it's internally implemented as `cp'
1290         anyway, but since Autoconf advertises the possibility to use
1291         a target directory when LN_S is `ln -s', we need to find out.
1292         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1293         analyzed by Keith Marshall <keith.marshall@total.com>.
1295         * THANKS: Update.
1297 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1299         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1300         confdefs.h as-is.  In general, if it has backslash-newline or the
1301         like, then it doesn't work either to sort or to remove empty
1302         lines.
1304 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1306         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1308 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1310         * lib/autom4te.in (Automake-preselections): Preselect
1311         _AM_SUBST_NOTMAKE.
1313 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1315         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1316         apostrophe within a single-quoted string, as this is the usual
1317         tradition and is easier to read than '"'"'.  Don't rely on the
1318         shell treating "$/" like '$/'.  Use a more-consistent indenting
1319         style for the trap.
1321 2006-04-09  Eric Blake  <ebb9@byu.net>
1323         * tests/autotest.at (Backquote command substitution),
1324         (Multiline backquote command substitution): Remove mistaken
1325         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1326         applied...
1327         (Parenthetical command substitution, Multiline parenthetical
1328         command substitution): here.
1330 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1332         Import macros from gnulib (often changing their name).
1334         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1335         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1336         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1337         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1338         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1339         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1340         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1341         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1342         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1343         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1344         The manual mentions Gnulib more prominently.
1345         * doc/autoconf.texi (Gnulib): New node.
1346         (Pointers): Add Gnulib URL.
1347         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1348         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1349         Gnulib section.
1350         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1351         suggest a #define rather than a typedef for _Bool, and mention
1352         Gnulib rather than trying to substitute stdbool code.
1353         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1354         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1355         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1356         AC_STRUCT_DIRENT_D_TYPE.
1357         (Particular Types): Mention stdint.h and inttypes.h as standard
1358         headers too.
1359         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1360         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1361         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1362         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1363         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1364         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1365         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1366         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1367         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1368         (Coding Style).  Don't mention m4_expand_once.
1369         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1370         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1371         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1372         (AC_CHECK_FUNCS): Use it.
1373         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1374         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1375         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1376         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1377         (AC_HEADER_ASSERT): New macro.
1378         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1379         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1380         Catch a bug in an HP-UX C compiler.
1381         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1382         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1383         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1384         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1385         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1386         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1387         New macros.
1389         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1390         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1392 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1394         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1395         of the warning introduced by the 2001-08-28 change.
1397 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1398             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1400         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1401         variables shall be overriden by the cache.
1402         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1403         that contains braces.
1405 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1407         Revert the patch from 2006-04-01 and only improve
1408         _AS_DETECT_BETTER_SHELL:
1410         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1411         skip nonexistent directories.
1412         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1413         only shell candidates which exist.
1414         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1415         * lib/autotest/general.m4 (AT_INIT): No need to give three
1416         parameters to _AS_PATH_WALK.
1418 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1419             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1421         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1422         distinguish m4sugar macros.
1423         * tests/tools.at (autoupdating with aclocal and m4_include):
1424         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1425         test case by Noah Misch <noah@cs.caltech.edu>.
1427 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1429         Revert my change from 2006-03-17, in other words:
1430         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1431           and DUALCASE=1.
1432         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1433         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1434           it is set.
1436 2006-04-07  Eric Blake  <ebb9@byu.net>
1438         * doc/autoconf.texi (Programming in M4sh): Document that
1439         AS_MKDIR_P exits the script on failure.
1440         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1442 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1444         * config/elisp-comp, config/install-sh, config/mdate-sh,
1445         config/missing, config/mkinstalldirs: Sync from Automake.
1447         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1448         from Automake.
1450         * doc/make-stds.texi: Sync from gnulib.
1452 2006-04-06  Eric Blake  <ebb9@byu.net>
1454         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1455         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1456         2006-04-01.
1458 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1459             Eric Blake  <ebb9@byu.net>,
1460             Paul Eggert  <eggert@cs.ucla.edu>,
1461             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1463         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1464         whether `set' quotes correctly: redirect stderr of the tested
1465         `set', and use a subshell, for Ultrix; use `sed' instead of
1466         `grep' for zsh `set' which may write binary output; match only
1467         at the beginning of a line, to avoid false positives.
1468         In order to avoid false positives by unrelated variables with
1469         multiline content, put the dump algorithm in a subshell and
1470         unset all variables containing newlines (except some which are
1471         special to the shell).  Warn about cache variables that are
1472         unset.
1474 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1476         * config/config.guess, config/config.sub, config/texinfo.tex:
1477         Sync from upstream.
1479         * tests/mktests.sh: Reword comments.
1481         * tests/mktests.sh: Only skip internal macros starting with
1482         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1483         Update exclusion lists for the test suite to this end:
1484         (AC_ARG_VAR): Do test this now.
1485         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1486         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1487         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1488         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1490         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1491         shell issue with double-quoted command substitutions of native
1492         commands.
1493         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1494         Marshall.
1496         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1497         no file matches the glob, discard the warning, set `nullglob'.
1498         (syntax-check): Likewise.
1499         (sc_cast_of_x_alloc_return_value): Likewise.
1500         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1501         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1502         (m4-check): Likewise.
1503         (sc_system_h_headers): Do not print rule on execution.
1504         (sc_tight_scope): Do not fail for non-existing `src' directory.
1505         (sc_changelog): Skip the Copyright footer.
1506         * lib/autoconf/lang.m4: Remove trailing space.
1508         * lib/autoconf/status.m4: More replacements to
1509         <tab><space> where this makes sense.
1511 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1513         * tests/Makefile.am (maintainer-check-posix):
1514           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1516         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1517           ac_config_<foo>s again, sometimes normalized, sometimes not.
1518         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1519         (AC_CONFIG_COMMANDS): Do not do so here.
1520         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1521           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1522           2005-07-25 rewrite.  Noticed by Noah Misch.
1524         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1525           _AC_PRESERVE_HELP_ORDER, ...
1526         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1528         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1529           inside m4_expand_once; it is redundant.
1531         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1532           for --help from Cygnus `configure.'
1534 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1536         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1537         on a patch proposed by Ralf Wildenhues.
1539 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1541         * lib/autoconf/status.m4: Replace <space>''<tab> with
1542         <tab><space> where this makes sense.
1544 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1545             Noah Misch  <noah@cs.caltech.edu>
1547         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1548         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1549         * doc/autoconf.texi (Help Formatting): New node.
1550         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1552 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1554         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1555         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1556         lib/autoconf/types.m4, lib/autotest/general.m4,
1557         tests/mktests.sh, tests/torture.at: White space cleanup:
1558         remove some SPACE before TAB, or add quoting ('' or @&t@).
1560         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1562         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1564 2006-04-05  Eric Blake  <ebb9@byu.net>
1566         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1567         empty test suite works.
1568         * tests/autotest.at (Empty test suite): Remove xfail.
1570 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1572         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1573         TAGS to ac_config_<foo>s.
1574         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1575         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1576         normalizing it, consistent it with previous releases.
1577         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1579 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1581         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1582         Use simplified args that Eric Blake originally suggested.
1584 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1586         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1587         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1588         Use 'comm' rather than N instances of grep; this also fixes a bug
1589         whereby substrings were incorrectly matched, causing us to not
1590         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1591         (exclude_list): Exclude empty macros.
1592         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1594         Use awk rather than grep -E or egrep, to avoid
1595         portability problems with regular expressions containing newlines.
1596         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1597         Switch from grep to awk syntax.
1598         (ac_exclude_script): Renamed from ac_exclude_egrep.
1599         (au_exclude_script): Renamed from au_exclude_egrep.
1601 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1603         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1604         a subdirectory subject to Cygnus `configure'.
1605         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1607         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1608         report request when we have no AC_PACKAGE_BUGREPORT.
1610 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612         * THANKS: Update.
1614         * tests/mktests.sh: Update copyright year in the header of the
1615         generated files.
1617         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1618         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1619         typedef'ed restricted pointer, to catch a compiler bug on
1620         HP-UX 11.x, and fix warnings so it passes with -Werror.
1621         (_AC_PROG_CC_C99): Likewise.
1622         Reported by Albert Chin <china@thewrittenword.com>.
1623         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1625 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1627         * bin/autoscan.in (subdirs): New global.
1628         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1629         (output): Emit AC_CONFIG_SUBDIRS as needed.
1630         * tests/autoscan.at (autoscan): Remove XFAIL.
1632 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1634         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1636 2006-04-03  Eric Blake  <ebb9@byu.net>
1638         * THANKS: Add myself.
1640 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1643         to log, point to testsuite output tree.
1645 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1647         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1648         * doc/autoconf.texi (Function Portability): Mention that C++
1649         has trouble with 'exit'.
1650         (Guidelines): Test programs shouldn't use 'exit'.
1651         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1652         Remove; all uses removed.
1653         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1654         Return from 'main' instead of calling 'exit'.
1655         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1656         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1657         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1658         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1659         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1660         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1661         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1662         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1663         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1664         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1665         * tests/compile.at: Likewise.
1667 2006-04-02  Pavel Roskin  <proski@gnu.org>
1669         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1671 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1673         Clean up _AC_COMPILER_EXEEXT* macros.
1675         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1676           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1677           ac_file to the name of the default output file and call
1678           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1679           initial `rm' of the candidate files...
1680         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1681           the same list in subsequent `rm' calls, and for the temporary
1682           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1683           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1684         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1685         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1686           no longer needed) by libtool.  Make it a cache check.
1687         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1688           copied here by mistake.
1689         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1690           _AC_COMPILER_EXEEXT.
1691         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1692           _AC_COMPILER_OBJEXT directly.
1693         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1695 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1697         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1698         (AS_DIRNAME): Use it.
1699         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1701         * tests/*.at: Remove the generated ones.
1703 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1705         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1707 2006-04-01  Eric Blake  <ebb9@byu.net>
1709         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1710         directories, unless optional third argument supplied.
1711         (AS_UNAME): Don't optimize PATH walk.
1713         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1715 2006-04-01  Eric Blake  <ebb9@byu.net>
1716         and Stepan Kasal  <kasal@ucw.cz>
1718         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1719         and fix some typos.
1721 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1723         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1724         Autoconf version number despite a zero- or one-argument AC_INIT.
1726         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1727         subordinate tools.
1728         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1729         * doc/autoconf.texi (autoreconf Invocation): Document it.
1731         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1732         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1734 2006-04-01  Eric Blake  <ebb9@byu.net>
1736         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1737         * lib/autotest/general.m4: Be tolerant of existing directory when
1738           rm failed to remove it.
1740 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1742         * bin/autoupdate.in: Redefine m4_location so that warnings print
1743         the correct lines of the input file by subtracting..
1744         (_au__first_line): ..this new definition.
1746         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1747         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1748         Remove stray newline in output.
1749         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1750         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1751         Fixes autoupdating of code where the replacement output contains
1752         m4sugar macros.
1753         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1754         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1755          (au_exclude_list): Add AC_LANG_SAVE.
1756         * tests/tools.at: Several new tests for all of this.
1757         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1758         hairy details.
1759         The AC_LANG_SAVE issue was reported against Libtool by
1760         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1761         Kristian Kvilekval <kris@cs.ucsb.edu>.
1763 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1765         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1766           switch all of them on and of when necessary.  Fixes the bug when
1767           m4sugar macros (e.g., m4_define) were expanded after the first
1768           automatic update (e.g., after AC_PREREQ or AC_INIT).
1770 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1772         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1773         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1775         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1776         correctly.  Problem reported by Eric Blake.
1777         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1778         Ralf Wildenhues.
1780 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1782         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1783         Tighten up the basename/dirname wording.
1785 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1787         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1788         in texinfo files outside of verbatim environments.
1789         (syntax-check-rules): Update.
1790         * doc/autoconf.texi (Configuration Headers): Conform to it.
1792 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1794         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1795           aclocal cannot be given on the command line.
1797 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1799         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1800         Give an example for AS_DIRNAME instead of referring to Posix..
1801         (File System Conventions): Put discussion of // versus / here, and
1802         modernize it a bit.
1803         (Limitations of Usual Tools): Add basename.  Remove verbiage
1804         after dirname, since it got moved to the above sections.
1805         All this was inspired by a patch proposed earlier by Eric Blake.
1807 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1809         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1810         `$0' to protect against spaces.
1811         * lib/autotest/general.m4 (AT_INIT): Likewise.
1812         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1813         `$0', $as_me.
1815 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1817         * bin/autoscan.in: The value of find_configure_ac should be
1818         checked for existence, so we don't barf over a nonexisting
1819         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1821 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823         * bin/autoupdate.in: Fix some typos.
1825 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1827         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1829         * lib/autoscan/autoscan.list: Refreshed.
1831 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1833         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1834         and Erlang related variables.
1836         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1837         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1838         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1839         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1840         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1841         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1842         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1843         (_AC_PROG_OBJC_G): New macros.
1844         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1845         * doc/autoconf.texi (Objective C Compiler): New node.
1846         (Preset Output Variables): Document OBJCFLAGS.
1847         (Language Choice): Document `Objective C' language.
1848         (Fortran Compiler): Fix typo.
1849         * NEWS: Updated.
1850         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1852 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1854         * doc/autoconf.texi (Default Includes): Fix typo
1855           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1856         (Limitations of Usual Tools): s/unwriteable/unwritable/
1857         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1858           Fix typos in the comments.
1860 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1862         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1863           Factor out the warning to...
1864         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1865         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1866         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1868         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1869           case `ac_delim' when writing the sed script.
1871         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1872           moved DUALCASE=1 ...
1873         (AS_SHELL_SANITIZE): ... here.
1874         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1875           that it is set.
1877         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1878           AC_SUBST.
1879         (_AC_PATH_PROG): Store the result to VARIABLE.
1880         (AC_PATH_PROG): No need to set VARIABLE again.
1882         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1883           the first one is usual AT_CHECK_MACRO test, the second one checks
1884           that the same works when cross-compiling.
1885         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1886         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1888 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1890         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1891         the directory `/usr/bin/posix' in the shell search, to prefer
1892         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1893         on Tru64.
1895         * doc/autoconf.texi (contents): To fix texi2html output, hide
1896         `@setcontentsaftertitlepage' for HTML.
1897         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1898         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1899         `@,{c}'.
1901 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1903         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1904           sanitizing...
1905         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1906         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1907           why IFS is restored so late; thank you, Ralf, for reminding us.
1909 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1911         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1912           variables in the examples.
1914 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1916         * doc/autoconf.texi (several sections): Cleaned up documentation for
1917         macros in erlang.m4.
1919 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1921         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1922         failure condition for `$(cmd)' style command substitutions.
1923         (Parenthetical command substition, Multiline parenthetical
1924         command substition): Use it.
1926         * doc/autoconf.texi (Special Shell Variables): Missing word.
1927         Reported by Keith Marshall <keith.marshall@total.com>.
1929         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1930         IFS even in case of empty `$PATH'.
1932 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1934         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1935         `expr' away if there is nothing to do.
1936         < --keywords >: Simplify and robustify argument handling.
1937         Revert erroneous comment from 2005-08-23.  Extend to allow
1938         keyword negation with `!'.
1939         Update help message.  Remove broken code to prevent running
1940         tests multiple times.
1941         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1942         Update and fix the documentation accordingly.
1943         * tests/autotest.at (Keywords): Renamed to..
1944         (Keywords and ranges): .. this.  Extended to make sure negated
1945         keywords, keywords taken from AT_SETUP arguments, and numeric
1946         test ranges work, and that matching is case-insensitive.
1948 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1950         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1951         allow to pass unnamed structs even in C++.
1952         (AC_CHECK_SIZEOF):  Likewise.
1953         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1954         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1955         struct): New tests for unnamed structs, each both native and
1956         cross-compiling.
1958         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1959         a structure inside a cast, for C++ conformance.
1960         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1961         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1963         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1964         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1965         trying to execute the command `no'.
1967         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1968         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1969         expanded outside.
1971         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1972         example.  Do not emphasize `$%', it is hardly new and special.
1973         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1975         * doc/autoconf.texi (Limitations of Usual Tools): Document
1976         OpenBSD and traditional `grep' failure to handle multiple
1977         patterns separated by newlines.
1979 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1981         * doc/autoconf.texi (several sections): Add documentation for macros
1982         in erlang.m4.
1984 2006-03-10  Eric Blake  <ebb9@byu.net>
1986         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1987         AC_TRY_LINK_FUNC.
1989 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1991         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1992         like BSD, GPL, LGPL.  Fix minor English typos.
1993         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1994         Mention that these macros are becoming obsolete.
1995         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1996         Use more modern terminology for which standard is what.
1997         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1998         and to ansi2knr.
1999         (AC_PROG_CXX): Likewise.
2000         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
2001         Remove obsolete discussion about how to port to K&R.
2002         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
2003         the obsolescent AC_HEADER_STDC.
2004         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
2005         can't rely on it.
2007 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2010         Remove stdin redirection from /dev/null to allow pipe to work.
2012 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
2014         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2015         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
2016         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
2017         Ralf Wildenhues.
2019 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2021         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
2022         HP-UX sed is 99 commands, not 100.
2023         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
2024         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
2025         newline for portability.
2026         * tests/torture.at (Torturing config.status): Also test 100
2027         AC_SUBST_FILE invocations.  Fix test to actually verify the
2028         AC_CONFIG_FILES output.
2029         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
2030         command, label, and read-file `r' limits.  Unify HP-UX spelling.
2032         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
2033         non-suffix rule.
2034         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
2035         non-GNU make.
2036         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
2037         * tests/mktests.sh: Small shell portability fixes.
2039 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2041         * doc/autoconf.texi (Caching Results): Fix the examples to use a
2042         recommended quoting style and discard unwanted output.
2044 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2046         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2047         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2048         cases, and to work around Tru64 expr bug.
2050 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2053         expr bug that turns the result of a regex match into a number if
2054         possible.
2056 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2058         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2059         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2060         in section `Specific Compiler Characteristics'.
2062 2006-03-04  Eric Blake  <ebb9@byu.net>
2064         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2065         variable warning.
2067 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2069         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2070         order of variable initialization, so even the Solaris 2.6 shell
2071         can create a config header correctly.  Fixes lots of test suite
2072         failures.
2074 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2076         * doc/autoconf.texi (Text processing Macros): New node to
2077         document the m4sugar macros m4_re_escape, m4_tolower,
2078         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2080 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2082         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2083         XrmInitialize (0) -> XrmInitialize ().
2084         Reported by Toshio Kuratomi.
2086 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2088         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2089         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2090         * doc/autoconf.texi (Programming in M4sh): Adjusted.
2091         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
2092         both macros are defun'ed so that required macros are evaluated
2093         outside.
2095         * doc/autoconf.texi (Prerequisite Macros): State more precisely
2096         where a required macro will be expanded.
2097         (Coding Style): Another reason not to use `m4_define'.
2099 2006-02-21  Eric Blake  <ebb9@byu.net>
2101         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2103 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2105         * doc/autoconf.texi (Looping constructs): New node, to
2106         document m4_for, m4_foreach, m4_foreach_w, and mention
2107         obsolete AC_FOREACH.
2108         (Obsolete Macros): Document AC_FOREACH.
2109         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2110         (m4_for): Fix to never loop (almost) endlessly, work correctly
2111         with arithmetic expressions in arguments, a step of zero or
2112         non-integer multiple of the interval, and avoid integer
2113         overflow.
2114         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2115         m4_foreach_w.
2117 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2119         Add basic support for Erlang, both for configuring Erlang/OTP
2120         tools, and Erlang as a conf test language.
2121         * lib/autoconf/erlang.m4: New file.
2122         * lib/autoconf/autoconf.m4: Add erlang.m4.
2123         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2124         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2125         * NEWS: Add short description of new macros.
2126         * THANKS: Add Romain Lenglet.
2128 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2130         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2131         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2133 2006-02-15  Eric Blake  <ebb9@byu.net>
2135         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2136         warning.
2138 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2140         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2141         (_AS_CASE): Private helper macro.
2142         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2143         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2144         Fix syntax of AS_IF description
2145         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2146         for the AC_REQUIRE mess.
2147         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2148         AS_SHELL_SANITIZE.
2150 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2152         * doc/autoconf.texi: Minor style cleanup.
2153         Be consistent about spaces after commas.
2154         Insert [] where empty args look a bit funny.
2155         Fix some "i.e." and "e.g." usages.
2156         Try to avoid "X/Y" usages.
2157         Don't be pedantic about "ISO C99"; just say C99.
2158         Prefer GNU style for spaces in front of parens.
2159         (Function Portability): Comment about C89 versus C99
2160         signed integer division.
2161         (Particular Headers): Use current gnulib style for dirent
2162         includes.
2164 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2165         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2167         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2168         macros without parameters.
2169         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2170         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2171         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2172         `$#' bug.
2173         (autoupdate): Updated to match AU_ALIAS fix.
2175 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2176         and Paul Eggert  <eggert@cs.ucla.edu>
2178         * doc/autoconf.texi (Programming in M4sh): Document
2179         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2181 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2183         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2184         (AS_BOURNE_COMPATIBLE): ..this.
2185         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2187 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2189         * doc/install.texi (Defining Variables): Tighten up the
2190         CONFIG_SHELL wording.
2192 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2193         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2195         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2196         of (set -o) rather than testing whether (set -o posix) succeeds,
2197         to work around a bug in the AIX 5.3 shell.  Problem originally
2198         reportd by Howard Chu for libtool.
2200 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2202         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2203         Changes the macro arguments in summaries to match the
2204         descriptions.
2206 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2208         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2209         hint as ``a workaround for a bug.''
2211 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213         * bin/autoreconf.in: New option `--no-recursive'.
2214         Improve wording for subpackages a bit.
2215         * doc/autoconf.texi (autoreconf Invocation): Updated.
2216         * NEWS: Updated.
2218         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2219         in environment of `configure', not the command line.
2220         Reported by Howard Chu <hyc@highlandsun.com>.
2222 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2224         * doc/autoconf.texi (Limitations of Builtins): Document the
2225         problem with "trap -".
2227 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2229         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2230         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2231         messages to differentiate Fortran and Fortran 77 tests.
2232         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2233         AC_LANG_ASSERT, to allow use in mixed-language projects.
2235 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2237         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2238         FOO" to "defined (FOO)".
2239         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2240         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2241         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2242         * tests/tools.at (ifnames): Likewise.
2244 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2247         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2248         (END): Improve error message a bit.
2249         Reported by Bruce Korb <bkorb@gnu.org>.
2251 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2253         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2254         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2256 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2258         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2259         requires sys/stream.h.  Reported by Oliver Kiddle.
2261 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2262             Stepan Kasal  <kasal@ucw.cz>
2264         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2265         before the removals of test dirs, use `find' to avoid modification
2266         of symlinked directories.
2268 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2270         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2271         Don't ignore the macro arguments.
2273 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2275         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2276         declaration that works for MSVC.
2278 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2280         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2281         Add `*.map' and `.inf' for Green Hills compiler.
2282         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2284         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2285         correctly: pad with spaces after FIRST_PREFIX if necessary,
2286         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2287         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2288         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2289         * NEWS: Updated.
2290         Reported by numerous people, numerous times.
2292 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2294         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2295         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2296         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2297         * lib/autotest/general.m4, tests/local.at:
2298         Update copyright year to 2006.
2300         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2301         sed substitutions.
2302         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2303         for file names, again.  Reported by Noah Misch.
2304         (Coding Style): Explain that s|a|b| is preferred for file names.
2305         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2306         (AC_OUTPUT_MAKE_DEFS): Likewise.
2307         * lib/autotest/general.m4 (AT_INIT): Likewise.
2308         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2309         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2311         Fix Posix-conformance bugs re use of { command in sed scripts,
2312         and improve the sed-related documentation a bit.
2313         * doc/autoconf.texi (Installation Directory Variables): Use
2314         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2315         rather than "sed" when talking about Sed in general.
2316         (Particular Programs): Likewise.
2317         (Coding Style): y is like s with respect to / and ,.
2318         (Limitations of Usual Tools): Document the weird restrictions
2319         that Posix has about { }.  Use better quoting.
2320         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2321         Rewrite to conform to Posix rules about { } in sed scripts.
2322         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2323         * tests/foreign.at (Libtool): Likewise.
2324         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2325         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2327 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2329         * lib/autoconf/status.m4: Fix typo.
2331         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2332         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2333         `-def', for the benefit of Portland `pgf90 -Mipa'.
2334         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2336 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2338         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2339         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2340         shell from zsh to bash.
2342 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2344         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2345           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2347 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2349         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2350         parentheses in $(...).  Problem reported by Eric Blake.
2352 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2354         * doc/autoconf.texi (Limitations of Usual Tools):
2355         Mention which characters can be escaped with \ in portable regular
2356         expressions used in grep, sed, expr.  Mention the leading ^ problem
2357         with expr.  Clean up some confusing wording.  Mention which
2358         grep options are portable.
2360 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2362         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2364 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2366         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2367         patch, noted by Ralf Wildenhues.
2369 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2371         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2372         posix' unconditionally, for pdksh in `native sh' emulation.
2374 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2376         * doc/autoconf.texi (Shellology): Document eval $? problem
2377         with ash.
2378         (Limitations of Builtins): Likewise.
2380 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2382         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2383         CONFIG_SHELL in the environment of the configure rerun.
2384         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2385         Suggest passing CONFIG_SHELL absolute, and in the environment
2386         rather than as option.
2388 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2390         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2391         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2392         Fix macro quoting.  Fix output for n * 98 substituted variables.
2394 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2396         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2397         `tmp' to avoid file removal race.
2399 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2401         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2402         ac_clean_files and LIBOBJS.
2404 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2406         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2407         Factor functionality to..
2408         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2409         `AC_SUBST($1)' in the public version.
2410         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2411         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2412         ac_pt_* variables.
2414 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2416         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2417         filesystems.
2419 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2421         * NEWS: Move AH_HEADER mention to right place.
2423 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2425         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2426         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2428 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2430         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2431         conftst2.$ac_objext.
2432         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2434 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2436         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2437         conftest.o, to see whether the compiler really obeys; rm the object
2438         file before and after the test and register it with ac_clean_files.
2439         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2441 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2443         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2444         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2445         code so that the most common case requires less forks.
2447 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2449         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2450         not portable; thanks to Paul Eggert and Alexandre.
2452         * NEWS: Fix an old typo.
2454 2005-10-20  Jim Meyering  <jim@meyering.net>
2456         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2457         the latter'', in two places.
2459 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2461         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2462         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2463         the inner workings of AC_LANG_FUNC_LINK_TRY.
2464         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2465         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2466         by the function rather than ignoring it.
2467         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2468         comparing its address.  Intel's interprocedural optimization was
2469         outsmarting the old heuristic.  Problem reported by
2470         Mikulas Patocka.
2472 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2474         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2476 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2478         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2479         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2481 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2483         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2484         before removing it (chmod -R u+rwx); there are three instances of this.
2486 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2487             Stepan Kasal  <kasal@ucw.cz>
2489         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2490         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2491         make its content writable before removing it.  Remove an errorneous
2492         comment from the end, where the logs of the failed tests are copied
2493         to the main log file.
2495 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2497         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2498           in case the computer is too quick.  Double quote the configure.ac
2499           snippets.
2501         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2502           problems if the testsuite were running too fast.
2504 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2506         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2507         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2508         (which belong to Xt, not X itself).  See Debian bug 327655.
2509         * NEWS: Mention this.
2511 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2513         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2515 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2517         * config/move-if-change: Don't output "$2 is unchanged";
2518         suggested by Ben Elliston.  Handle weird characters correctly.
2520 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2522         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2523           calls, so that the final expansion of this macro is shorter.
2524           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2525           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2526           the cleanup there.  Use AS_VAR_* macros, to be more general.
2527         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2529         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2531         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2533 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2535         * doc/autoconf.texi (Configuration Headers): Add an index entry
2536           for AH_HEADER.
2538 2005-08-26  Pavel Roskin  <proski@gnu.org>
2540         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2541         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2542         running xmkmf.
2544 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2546         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2547         The previous patch didn't work, so try a better one.
2549 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2551         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2552         in the example.  Reported by Bruno Haible.
2553         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2554         "if $undefined_var;" succeeds with my shell.
2556         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2557         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2558         but change the m4_divert_text to m4_divert_once.
2560 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2562         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2563         Work around bug in Solaris /usr/xpg4/bin/awk.
2564         The bug is present in at least Solaris 8 through 10.
2566 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2568         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2569         some evil values and relying on the fact that $* concatenates the
2570         parameters by the first character from IFS.
2572 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2573             Stepan Kasal  <kasal@ucw.cz>
2575         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2576         first header appears, define AH_HEADER.
2577         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2578         Update limitations about when to call AC_CONFIG_HEADERS.
2579         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2580         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2581         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2582         ``Configuration Actions''; fix their index entries.
2584         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2585         options correctly.  Process N-M as M-N if M is smaller than N.
2586         Process ranges correctly so that N-N will run only N.
2587         Sort and uniquify the tests that will be run.  If there is more
2588         than one test, reinsert the banners for the tests.
2589         * tests/autotest.at (Keywords): Unmark XFAIL.
2591 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2593         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2594           before passing the macro name to AH_TEMPLATE.
2596         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2597           now opens log after option processing; in particular, --version
2598           and --help do not touch config.log.
2600         * Makefile.maint: Revert the change from 2005-08-12.
2602 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2604         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2605           common code to...
2606         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2608 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2610         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2611         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2612         Language cleanup.
2614         * doc/autoconf.texi (Defining Symbols, Changed Results):
2615         Prepend to LIBS, not append, in examples.
2617 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2619         When building in place, set srcdir="."; suggested by Tim Van Holder.
2621         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2622           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2623         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2624         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2625           does not mean "no --srcdir option".
2627 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2629         * tests/autoscan.at (autoscan): New file.
2630         * tests/suite.at: Use it.
2631         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2632         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2634         * tests/autotest.at (Keywords): Test keywords combinations.
2636 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2638         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2639           add "2>&1"; gzip 1.2.4 prints help on stderr.
2641 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2643         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2644         was pushdef'ed twice while popped only once.  Push it only once.
2645         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2647 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2649         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2650         prefixed by mere "===", not "configure: === ".
2652 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2654         * Makefile.maint: Update from Bison.
2656         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2657         "<tab>" in comment, so that the point is understandable.
2659 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2661         Rewrite substantial part of lib/autoconf/status.m4.
2662         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2663         and CONFIG_COMMANDS are not processed in four separate loops.
2664         Instead, there is one main loop.  This alows that the common code
2665         is expanded only once, thus config.status (and configure) is smaller.
2667         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2668         the AC_LIST_FILES and cousins macros are no longer used.
2670         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2671         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2672         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2673         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2674         contain the initialization, nor the for loop, nor the associated
2675         commands; all these go to ...
2676         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2677         _AC_OUTPUT_CONFIG_STATUS.
2678         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2679         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2680         (_AC_OUTPUT_FILE): The creation of the sed script ...
2681         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2682         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2683         _AC_OUTPUT_MAIN_LOOP.
2684         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2685         _AC_CONFIG_COMMANDS): Use ...
2686         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2687         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2688         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2689         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2690         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2691         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2692         ... new macros.
2693         (_AC_CONFIG_UNIQUE): Update.
2694         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2695         Replaced by this ...
2696         (_AC_LIST_TAGS): ... new common macro.
2697         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2698         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2699         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2700         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2701         this didn't belong to the `config commands' section.
2702         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2703         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2704         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2705         to the `config commands' section either.
2706         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2707         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2709         ... and many changes to the comments nearby.
2711         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2712         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2713         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2714         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2715         (#define header templates): The comment at the top of the generated
2716         header now includes the name(s) of the source file(s).
2718         Several unrelated small changes:
2720         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2721         parameter to AC_DIAGNOSE.
2722         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2723         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2724         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2725         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2726         with AU::AC_OUTPUT.
2727         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2728         in AC_OUTPUT doesn't double-quote it either.
2729         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2730         parameters.
2732 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2734         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2735         versions of Portland Group compiler produce single- and double-quoted
2736         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2737         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2739 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2741         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2742         This is a corrected version of yesterday's patch.
2744 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2746         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2747         path, too; insert a "===" to emphasize the line.
2749         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2750           ac_cv_build_alias to ac_build_alias.
2751         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2753         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2754         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2755         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2756         (AC_ARG_VAR): ... here.
2757         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2758           target_alias.
2760         Keep a list of all precious variables and process them with one simple
2761         for loop, instead of expanding all commands, or, OTOH, complicated
2762         processing of output of "set".
2763         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2764         variable names in new macro...
2765         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2766         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2767           a loop to assign all ac_env_* and ac_cv_env_* variables.
2768         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2769           to INIT_PREPARE.
2770         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2771           its value to shell variable ac_precious_vars and call
2772           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2773         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2774           _AC_ARG_VAR_VALIDATE.
2776         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2777           and the AC_SUBSTs ...
2778         (AC_INIT): ... here.
2780         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2781           the ac_subst_files section in config.log.
2783         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2785 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2787         * NEWS: New macro AC_C_TYPEOF.
2788         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2789         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2790         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2792         Fix problems reported by Nicolas Joly.
2793         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2794         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2795         They are generated by the Tru64 v5.1B shell.
2797 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2799         Fix my changes from 2005-07-01; reported by Noah Misch.
2800         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2801         description, the macro now accepts only a single tag.
2802         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2804         Fix cases when the varsions of Autoconf and Autotest don't match.
2805         Reported by Noah Misch.
2806         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2807         at_top_builddir, for compatibility with older autotest.
2808         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2809         is not set, use at_top_builddir, for compatibility with older
2810         versions of autoconf.
2812 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2814         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2815         Problem reported by Patrick Welche.
2817 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2819         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2820         sed substitution command, so that we allow | in program prefixes
2821         and program suffixes.  (& is a problem anyway; we're not fixing
2822         that here.)
2823         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2824         configure_input, top_builddir, srcdir, etc.
2825         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2826         PATH_SEPARATOR in AUTOTEST_PATH.
2828 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2830         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2831         for loop over config.site files using `set', to allow
2832         directory names containing IFS characters.
2834 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2836         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2837         directories with weird names.  Apparently some people like living
2838         on the edge.  However, improve the test that "pwd" actually does
2839         report a name for the working directory.
2840         * NEWS: Remove the claim that we test for funny chars in dir names.
2842 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2844         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2845         replaced ...
2846         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2847         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2848         Now accept a single tag, not whitespace separated list.
2849         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2851 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2853         * doc/autoconf.texi (Configuration Headers): Change the explanation
2854         about #include <config.h>.
2855         (Generic Functions): Mention the Gnulib project.
2856         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2858         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2859         document to output the default config_* lists to config.status.
2860         Don't recognize option --file, if the functionality is not there.
2861         Likewise for --header; moreover, recognize --he and --h as shortcuts
2862         for --help in that case.
2864         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2865         matches the order of execution.  No code changed.
2867 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2869         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2870         single-quoted -cmdline argument in Portland Group compiler.
2871         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2873 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2875         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2877 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2879         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2880         descriptors to child processes; reported by Norman Gray.
2882 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2884         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2886         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2887         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2888         (AC_SUBST): Call it.
2889         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2890         the directory specific variables; but don't call it for configure_input.
2892 2005-06-28  Derek Price  <derek@ximbiot.com>
2894         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2895         addition.
2897 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2899         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2900         directory have inherent problems with special characters like spaces,
2901         due to limitations in Make syntax.  Problem reported by Alexandre
2902         Duret-Lutz.
2903         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2904         Also, fix Tru64 porting problem with shell patterns,
2905         reported by Ralf Wildenhues.
2907 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2909         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2911 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2913         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2915         Fix some more shell quoting problems.  Prompted by a bug report
2916         from Justace Clutter.
2917         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2918         variable into diagnostic.  Make the diagnostic an error, not a warning,
2919         because we really don't support spaces and suchlike in dir names.
2920         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2921         Don't worry about backslashes in srcdir; it can't happen now.
2922         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2923         Simplify ac_optarg handling.
2924         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2926 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2928         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2929         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2930         * tests/atlocal.in: Propagate $EGREP and $SED.
2931         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2932         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2934         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2935         that '\|' is not allowed in BREs; recommend using newline separated
2936         list of patterns instead of multiple -e options.
2938         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2940         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2942 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2946 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2948         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2949         b, t, r, w commands require single space, while : cannot have any.
2950         (Special Shell Variables): Fix sed code this in the example.
2951         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2952         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2954         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2955         expand to the empty list.  Don't use two pairs of m4_changequote,
2956         it's not necessary.
2958 2005-06-20  Derek Price  <derek@ximbiot.com>
2960         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2962 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2964         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2965         * doc/autoconf.texi:
2966         Don't mention Solaris versions so much, if a
2967         problem is common to all extant versions of Solaris.  Say "SunOS
2968         4" instead of "SunOS" for SunOS 4.
2969         (awk): Mention more of the limitations of traditional Awk.
2970         (cat): Don't talk about cat -v.
2972 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2974         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2975         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2976         but the implementation is entirely different and is designed
2977         to be compatible with glibc strverscmp.
2978         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2980         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2981         on Mac OS X 10.4 reported by Peter O'Gorman in:
2982         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2983         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2984         Use shell builtins rather than 'expr', to work around expr bug.
2986 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2988         * doc/autoconf.texi: "filesystem" -> "file system".
2989         "behaviour" -> "behavior".
2990         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2991         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2992         as per POSIX.
2993         * lib/m4sugar/m4sh.m4: Likewise.
2994         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2995         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2997         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2998         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2999         to update the man page.  That way, we don't have to check in new
3000         man pages every month.
3002         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
3003         quotes and backslashes.  Patch from Derek Price.
3005 2005-06-10  Derek Price  <derek@ximbiot.com>
3007         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
3008         AS_TR_SH.
3010 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
3012         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
3013         -u, since it outputs chatter if the input files are the same.
3014         Problem reported by Ralf Menzel.
3016 2005-06-08  Derek Price  <derek@ximbiot.com>
3018         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
3019         renaming them since they are about to be redefined anyhow.
3021 2005-06-08  Derek Price  <derek@ximbiot.com>
3023         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
3024         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
3025         Move m4_undefine to alphabetical order.
3027 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
3029         * README: Recommend GNU M4 1.4.3 or later.
3030         * doc/autoconf.texi (Introduction): Likewise.
3031         Reword to avoid some formatting glitches.
3032         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
3033         Clarify explanation of HP compiler bug.
3034         Redo example output tp match current CVS snapshot.
3035         Use @example.org in email addresses when the examples
3036         might get inadvertently cut-and-pasted into user code.
3037         Remove example of autom4te usage that doesn't seem to work now.
3038         Use modern AC_INIT (except when the example is meant to be
3039         shown with Autoconf 2.13).
3040         Update ksh info for Solaris 9 and later.
3041         KB -> kB.
3042         Modernize description of Automake versions a bit.
3043         Don't claim a future version of Autoconf is near.
3044         * doc/install.texi: Reword to avoid some formatting glitches.
3046 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3048         * doc/autoconf.texi: Add [] to examples, so that the manual
3049         follows its own advice about quoting better.
3050         Reword to avoid some formatting glitches.
3051         * doc/installt.exi: Reword to avoid some formatting glitches.
3053         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3054         Tru64 ksh pattern matching bug.  Reported against Libtool by
3055         Albert Chin <libtool@mlists.thewrittenword.com> and
3056         Nicolas Joly <njoly@pasteur.fr>.
3058 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3060         m4_cdr of one-member list was [[]] (one-member list containing an
3061         empty string) instead of [] (an empty list.  Callers were skewed to
3062         match this misbehaviour.  As a consequence of this:
3063          - m4_foreach([x], [], [foo]) expanded to `foo', while
3064          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3065         This bug has been fixed:
3067         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3068           expand to an empty string; print error msg if called without
3069           an argument list.
3070         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3071           misbehaviour; handle [] and [[]] correctly.
3073 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3075         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3076         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3077           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3079 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
3081         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3082           swallow records with more than 99 fields.
3083         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3084           parse the long line.
3086 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
3088         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3089           swallow literals longer than 399.  Reported by Ralf Wildenhues.
3090         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3091           to workaround this limitation.
3093 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
3095         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3096         to gfortran, and make these the first two compiler names
3097         checked (following the general autoconf preference for gcc).
3099 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3101         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3102         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3103         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3105 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3107         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3108         expression of unbounded size when processing the --list
3109         option.  This runs afoul of a limit of 399 bytes per regular
3110         expression on AIX.  Problem reported by Ralf Wildenhues.
3112 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3114         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3115         * doc/autoconf.texi (Particular Headers): Reword example
3116         for multiline stdbool replacement.
3117         (Setting Output Variables): Reword text a bit.  Don't
3118         give all the details about |#_!!_#|.
3119         Reword description of line replacement.
3121 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3123         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3124         now contain newlines, and substituted files must be referenced on
3125         a line alone; the sed scripts to substitute them are now very
3126         different.
3127         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3128         commands can be put in a sed script portably.
3129         * doc/autoconf.texi (Setting Output Variables): Document above
3130         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3131         use of multiline substitution.
3132         * tests/torture.at: No longer expect substitution of newline to fail.
3134 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3136         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3137         From Ralf Menzel (trivial change).
3139 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3141         * tests/local.at: Don't attempt to check for negated character
3142         classes in shell scripts.  The test was too brittle.
3144 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3146         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3147         * doc/autoconf.texi (Limitations of Builtins): Document this
3148           limitation.
3150 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3152         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3153           common code; used in many places in the tree.
3154         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3155         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3157         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3159         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3160           messages when ac_unique_file is not found.
3161         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3162         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3163           commands, for consistency with AC_MSG_ERROR and such.
3165         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3167         * bin/Makefile.am: Merge the two rules for creating scripts.
3169 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3171         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3172         obsolete; it was never documented.
3173         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3175 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3177         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3178         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3179         (ac_top_builddir): ... this ...
3180         (ac_top_build_prefix): ... to this; the old name is also kept, for
3181           backward compatibility.
3182         (ac_top_builddir_sub): New variable, without the trailing slash,
3183           always nonempty.
3184         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3185         * doc/autoconf.texi (Configuration Actions): Rename
3186           ac_top_builddir to ac_top_build_prefix.
3187         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3188           at_top_builddir to at_top_build_prefix.
3189         * lib/autotest/general.m4 (AT_INIT): Likewise.
3191 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3193         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3194           of confdefs.h .
3196 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3198         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3199           argument to m4_foreach.  I guess it was necessary in the past,
3200           but I think it's a no-op now.
3202 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3204         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3205           ``cat <<_ACEOF'' commands to one.
3206         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3207         * lib/autoconf/status.m4: On various places, use expr instead of
3208           ``echo|sed.''
3209         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3210         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3211         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3212           a range.
3213         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3214           the wrong patterns between ``case'' and ``esac.''  The previous
3215           code had false positives.
3217 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3219         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3220         as on 2005-05-02.
3221         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3222         Mention LIBOBJDIR.
3224 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3226         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3227         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
3228         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3229         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3230         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3231         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3232         config/config.guess, config/config.sub, config/elisp-comp,
3233         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3234         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3235         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3236         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3237         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3238         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3239         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3240         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3241         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3242         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3243         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3244         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3245         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3246         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3247         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3248         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3249         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3250         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3251         lib/autotest/general.m4, lib/emacs/Makefile.am,
3252         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3253         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3254         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3255         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3256         tests/compile.at, tests/foreign.at, tests/fortran.at,
3257         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3258         tests/semantics.at, tests/suite.at, tests/tools.at,
3259         tests/torture.at, tests/wrapper.as:
3260         Update FSF postal mail address.
3262 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3264         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3265           check.
3266         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3267           enough arguments, similarly as in m4_bpatsubsts.
3269 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3271         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3272           of absolute paths.
3274 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3276         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3277           for absolute directory names in one loop.
3278         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3279           abbreviations of --version and --debug.
3281 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3283         * doc/autoconf.texi (Autoconf Language): Be more precise about
3284         quoting rules.  Problems noted by Stepan Kasal.
3285         Also, throughout this document, be more careful about white space.
3286         "blank", "white space", and "space" all have different meanings
3287         and we should be careful to say what we mean.
3289 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3291         Fix C++ related problems reported by Werner Lemberg.
3292         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3293         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3294         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3295         avoid problems with C++ and throw.
3296         * tests/compile.at: .cpp, not .cc.
3298         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3300 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3302         * doc/autoconf.texi (Generic Functions): Typos.
3304 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3306         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3307         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3308         set by latest automake.
3310 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3312         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3313         outputs 0 on GNU/Linux these days.
3315 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3317         * doc/autoconf.texi (Autoconf Language): Add more description
3318         about quoting heuristics.
3319         (Limitations of Builtins): Describe "set -" problems.
3321 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3323         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3324         not newline.
3326         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3327         by AC_DEFINE; it was a mistake.
3328         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3330 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3332         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3334 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3336         * doc/autoconf.texi (External Software): Quadrigraphs are not
3337           processed correctly in AS_HELP_STRING; avoid this in the examples.
3338         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3339         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3340           comment and reduce m4_default([foo], []) to [foo].
3341         (m4_strip): Update the explanation.
3343 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3345         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3346         Remove core.conftest.* too; it's generated by Tru64 5.1.
3347         Problem reported by Jennis Pruett.
3348         * lib/autoconf/functions.m4
3349         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3350         Don't bother to remove core files; AC_RUN_IFELSE should do that
3351         for you.
3353 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3355         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3357 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3359         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3360         Report from Horst Wente.
3362 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3364         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3365           the comment.
3367 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3369         * doc/autoconf.texi (External Software, Package Options): Add
3370           examples showing how to implement --with-* and --enable-* options.
3372 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3374         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3375         as well as configure.in.  Problem reported by Gregorio Guidi.
3377 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3379         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3380         pattern for alloca snippet.
3382 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3384         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3386 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3388         * doc/autoconf.texi (Generic Programs): Fix a typo.
3390 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3392         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3393         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3395 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3398         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3399         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3400         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3401         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3403 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3405         * NEWS: The configure command now warns you if you attempt to use
3406         a directory whose name contains a special character like space,
3407         newline, or "\".
3408         * doc/autoconf.texi (Installation Directory Variables): Allow
3409         "," in file names.  Do not use \@; it's not a portable regexp.
3410         * bin/Makefile.am (edit): Likewise.
3411         * lib/Makefile.am (edit): Likewise.
3412         * tests/Makefile.am (edit): Likewise.
3413         * tests/semantics.at: Likewise.
3414         * tests/torture.at: Likewise.
3415         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3416         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3417         * doc/autoconf.texi (File System Conventions): Warn about
3418         unportable file names.
3419         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3420         (AC_INIT): Use it.
3421         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3422         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3423         ac_pwd, and quote srcdir.
3424         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3426         * doc/autoconf.texi: Fix some systematic formatting problems.
3427         ".)"  needs a following @: if not at the end of a sentence, and
3428         similarly for "!)".  "etc." should be preceded by a comma.
3429         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3431 2005-03-22  Bruno Haible  <bruno@clisp.org>
3433         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3434         argument is often called 'build-aux'.
3436 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3438         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3439           macro AC_TRY_LINK is obsolete.
3440         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3441           `AC_CONFIG_FILES'.
3443 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3445         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3446           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3447           from a Common Lisp's `cl'.
3448         (AC_PROG_CXX): Behave according to the documentation: don't
3449           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3450           make the variable CCC precious; use `cl.exe', not `cl'.
3452 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3453             Alexandre Duret-Lutz  <adl@gnu.org>
3455         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3456         /dev/null, as "configure" shouldn't read stdin, and this insulates
3457         us from problems (e.g., when testing for "cl").  Also, do this
3458         redirection before invoking "hostname" or "uname", and keep the
3459         original input stream available via...
3460         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3461         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3462         bother with "</dev/null" since it's now done at the top of
3463         'configure'.
3464         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3465         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3466         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3467         * doc/autoconf.texi (File Descriptor Macros): New section.
3468         (Printing Messages): Mention it.
3469         * tests/base.at (Input/Output): New test.
3471 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3473         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3474         newline if neither \c nor -n work, as that would output two
3475         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3477 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3479         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3480         This causes that any required macros inside will get before the if.
3481         * doc/autoconf.texi (autom4te.cache): A typo.
3483 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3485         Undo previous change, except keep the change to
3486         lib/autoconf/programs.m4 that replaced grep with shell
3487         pattern-matching.  This is because net-snmp configure reads stdin.
3488         Reported by Noah Misch.
3490 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3492         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3493         from /dev/null, as "configure" shouldn't read stdin, and this
3494         insulates us from problems (e.g., when testing for "cl").
3495         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3496         before invoking "hostname" or "uname".
3497         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3498         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3499         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3500         "</dev/null" since it's now done at the top of 'configure'.
3501         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3502         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3503         Also, replace grep with shell pattern-matching, to save a process.
3505 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3507         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3508         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3509         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3510         compiler.
3512 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3514         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3515         grep -q isn't portable.  Improve grep -s explanation.
3516         Problem reported by Dan Manthey.
3518 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3520         * doc/autoconf.texi (Special Shell Variables): Clarify
3521         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3523 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3525         * doc/autoconf.texi: Use @acronym for DJGPP.
3526         Fix some @code's that should have been @env's, and vice versa.
3527         Sort environment variable names.
3528         Mention that shells no longer inherit IFS.
3529         Don't recommend PATH_SEPARATOR=';' so strongly.
3530         Mention that $RANDOM might expand to the empty string.
3531         "symlink" and "soft link" -> "symbolic link".
3532         Improve mktemp description (reported by Bruno Haible).
3534 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3536         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3537         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3538         Likewise.
3539         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3540         Likewise.
3542 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3544         * NEWS: Mention AT_COPYRIGHT.
3546         * tests/local.at (AT_CMP): Use diff directly on input files rather
3547         than copying them.
3549         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3550         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3552 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3553         and Paul Eggert  <eggert@cs.ucla.edu>
3555         * tests/autotest.at (Empty test suite): New test.
3556         * tests/torture.at (Substitute and define special characters)
3557         (Substitute a 2000-byte string, Define to a 2000-byte string)
3558         (Substitute a newline, Define a newline): New tests.
3560 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3562         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3563         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3564         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3565         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3566         (Standard regular expressions): New test.
3567         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3568         excess test name quoting.
3569         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3570         CPPFLAGS to `configure' instead of setting it in `configure'.
3572         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3573         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3574         on some platforms.
3576         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3577         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3579         * tests/local.at (AT_CMP): New macro.
3580         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3581         (AC_SAVE_STATE): Move environment grep...
3582         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3583         (AT_CONFIG_CMP): New macro.
3584         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3585         * tests/c.at (Extensions): Do not exit early.
3586         * tests/atlocal.in: Inherit $GREP.
3588         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3589         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3591         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3592         (AC_COPYRIGHT): Factor header comment portion out and move into...
3593         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3594         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3595         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3596         --version output.
3597         * tests/local.at: Add Autoconf test suite copyright notice.
3598         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3600 2005-02-04  Bruno Haible  <bruno@clisp.org>
3601         and Paul Eggert  <eggert@cs.ucla.edu>
3603         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3605 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3607         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3608         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3610         Try not to generated lines of unlimited length, as POSIX places a
3611         2047-byte limit on line length of portable text files.
3612         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3613         Use newline as a separator, not space.
3614         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3615         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3616         space.
3618 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3620         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3621         as_func_*.  Add test to check whether positional parameters
3622         are restored after function return.
3624 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3626         * doc/autoconf.texi (Special Shell Variables): Mention _,
3627         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3628         if they contain a lower-case letter.  The DUALCASE problem was
3629         reported by Ralf Wildenhues.
3631         * bin/autoconf.as: Don't exit with status 0 after write failure
3632         with --help or --version.
3633         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3634         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3636 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3638         * doc/autoconf.texi (Limitations of Usual Tools):
3639         Unicos 9 sed limitations.
3640         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3641         to get the option-enhanced interface on older Crays.  Try ftn for
3642         Fortran 95 (newer Crays).
3644 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3646         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3647         care to echo the commands, so the user knows what's going on.
3648         Modified from a suggestion by Stepan Kasal.
3650         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3651         with a cross reference.  Derived from a suggestion by Bruce Korb.
3653 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3655         * doc/autoconf.texi (config.status Invocation): Warn about
3656         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3657         * doc/install.texi (Defining Variables): Likewise.
3658         Based on a proposed patch by Ralf Wildenhues.
3660         * man/Makefile.am (.x.1): Make sure the required generated files
3661         are up to date.  Problem and original solution proposed by Stepan Kasal.
3662         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3663         implicit-man-prerequisites): New rules, used by the above.
3665         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3666         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3667         * config/missing, config/texinfo.tex: Likewise.
3669 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3671         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3672         Update the long comment explaining it.
3674         m4_require no longer writes an ``is required by'' line to the
3675         execution stack.  It contains only one bit of non-redundant
3676         information: that the macro was required, not called.  And even
3677         this bit is useless in most situations: have you ever met a macro
3678         which both calls and requires the same macro?
3680         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3681         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3682           macro.
3683         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3684         (m4_expansion_stack_pop): Remove the misplaced comment.
3685         (m4_require): Don't put the ``is required by'' line to the
3686           execution stack; slightly improve the out-of-a-defun error message.
3687         (_m4_divert_grow): New macro, counter for the temporary diversions.
3688         (_m4_require_call): Use it.
3689         * tests/m4sugar.at (m4_require): Expect output without the
3690           ``is required by'' messages.
3692 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3694         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3695         rather than x for expr.
3697         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3698         this is safe.
3699         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3700         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3701         * lib/autotest/general.m4 (AT_INIT): Likewise.
3702         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3703         * tests/mktests.sh: Likewise.
3705 2005-01-27  Akim Demaille  <akim@epita.fr>
3707         Have autoheader honor --force.
3709         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3710         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3711         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3712         from masters, so that FileUtils.pm's update_file provide --force
3713         support.
3714         * bin/autoheader.in: Pass $force to update_file so that
3715         config.h.in is always recreated when --force.
3717 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3719         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3721 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3723         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3724         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3726 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3728         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3729         Warn about newline stripping in `` and $().  Update Solaris
3730         version to 9.
3731         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3732         X insulates us from future changes to Posix.
3733         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3734         stripping.
3736 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3738         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3739           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3741 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3743         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3744         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3745         bug-tar mailing list.
3747 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3749         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3751 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3753         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3754         ulongval to be static, to avoid unwanted GCC warning.  Problem
3755         reported by Michael Jennings via Daniel Reed; see
3756         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3758 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3760         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3761         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3762         datadir, infodir, and mandir.  Adjust argument parsing code.
3763         (_AC_INIT_HELP): Update help text.
3764         * doc/autoconf.texi (Installation Directory Variables): Document
3765         new variables.
3767 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3769         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3770         not seem to work, assume it does set $(MAKE).
3771         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3773 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3775         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3777 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3779         A cleanup of the diversion support in m4sugar.
3781         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3782         (_m4_divert_n_stack): New macro; the expansion is
3783           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3784           otherwise.
3785         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3786         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3787           stored in _m4_divert_diversion or _m4_divert_dump.
3788         (m4_divert_pop): When the parameter is given, compare the symbolic
3789           name with the last diversion pushed on the stack.  Previously, the
3790           current diversion was compared with the numeric value of the
3791           diversion given as the parameter.
3792         (m4_require): If the macro hasn't been expanded yet, call ...
3793         (_m4_require_call): this new macro.
3795 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3797         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3798         Workarounds for documented `case' limitations.
3800 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3802         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3803         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3805 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3807         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3808         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3809         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3811         Patch from Roger Leigh (with some minor changes) as follows:
3812         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3813         Resurrect AC_PROG_CC_STDC.
3814         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3815         AC_PROG_CC_C89, AC_PROG_CC_C99.
3816         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3817         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3818         AC_PROG_CC_C99): New macros.
3819         (AC_PROG_CC_STDC): Use them.
3820         (_AC_PROG_CC_STDC): Remove.
3821         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3822         * THANKS: Add Roger Leigh.
3824 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3826         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3827         signals that the package uses Automake; a `Makefile.am' is typical but
3828         not essential.  Reported by Magnus Therning.
3829         * tests/torture.at (autoreconf.): New banner.
3830         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3831         AC_CONFIG_SUBDIRS'.
3832         (autoreconf an empty directory): Rename to `Empty directory'.
3833         (Unusual Automake input files): New test.
3835 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3837         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3838         (AT_SETUP): Clear AT_capture_files.
3839         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3840         (AT_KEYWORDS): Fix comment typo.
3841         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3842         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3843         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3845 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3847         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3848         If the variable to set is already set, set ac_cv_path_$1
3849         to the preset value so caller can assume ac_cv_path_$1
3850         is available.  (trivial change)
3852 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3854         * BUGS (Minor Problems): Warn about makefile limitations.
3855         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3856         * man/Makefile.am: Find and update manual pages in $(srcdir).
3858 2004-12-24  Eric Blake  <ebb9@byu.net>
3860         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3861         shells in subshell, to avoid noise from ash.  (trivial change)
3863 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3865         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3866         problems with SunOS ksh and backslash escaping, Bourne shells and
3867         closing brackets (both within character classes).  Bug reported
3868         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3869         <read>: New entry.  Mention non-availability of -r.
3871 2004-12-21  Akim Demaille  <akim@epita.fr>
3873         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3874         avoid cluttering displayed messages.  Rather, prepend srcdir where
3875         AT_LINE is used for log files.
3877 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3879         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3880         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3881           no longer part of the macro, quote the occurrence of ``$tmp''.
3882         * doc/autoconf.texi (Forbidden Patterns): Typo.
3884 2004-12-21  Akim Demaille  <akim@epita.fr>
3886         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3887         separated from the test title by forcing a white space.
3889 2004-12-21  Akim Demaille  <akim@epita.fr>
3891         Enable Emacs navigation within testsuite.log files.
3893         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3894         use the compilation mode.
3895         (AT_LINE): Point to the srcdir.
3897 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3899         * tests/Makefile.am (installcheck-local): Use $(bindir).
3900         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3901         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3902         Makefile.am scheme Autoconf now uses.
3904 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3906         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3907         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3909 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3911         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3912         (_AT_CHECK): Use it.
3913         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3914         (AS_ESCAPE): Fix comment.
3915         * tests/autotest.at: Adjust section banner comments.
3916         (AT_CHECK_AT): Accept STATUS and STDERR.
3917         (AT_CHECK_AT_TEST): Likewise.
3918         (Invalid brace-enclosed parameter expansion)
3919         (Multiline command from M4 expansion)
3920         (Double-M4-quoted command): New tests.
3922 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3924         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3926 2004-12-17  Akim Demaille  <akim@epita.fr>
3928         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3929         m4_pattern_allow.
3930         Suggested by Alexandre Duret-Lutz.
3931         * doc/autoconf.texi (Setting Output Variables): Catch up.
3933 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3935         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3937 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3939         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3940           remove the comment which said we cannot.
3942 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3944         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3945         Reini Urban and Paul Eggert for reporting the dependencies.
3947         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3948         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3949         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3951 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3953         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3954           so that eg. ``autoscan --help'' doesn't truncate it.
3956 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3958         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3959         generated conftest files.
3961 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3963         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3964         tracing on commands with possibly-escaped newlines.
3965         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3966         discontinued behavior and its implications.
3967         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3968         (BSx641-newline in command, BS-BS-newline in command)
3969         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3970         (Single-quote-BS-newline in command)
3971         (Single-quote-newline-BS-newline in command): New tests.
3973 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3975         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3976           on platforms where it works.
3977         (_AS_TEST_PREPARE): Test for ``test -x''.
3978         (_AS_BROKEN_TEST_PREPARE): Nuke.
3980 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3982         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3983         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3984           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3985         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3986           create the temporary directory.
3987         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3989 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3991         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3992         (trivial change)
3994 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3996         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3998 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
4000         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
4001         to avoid using a negated character class.  Reported by Nicolas Joly.
4002         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
4004 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
4006         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
4007         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
4008         Don't depend on .x file explicitly, since "make" does that for us.
4009         Suggested by Stepan Kasal.
4011         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
4012         Add *.tmp.
4013         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
4014         ifnames): Factor common code.  And they said it couldn't be done!
4016 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4018         * bin/.cvsignore: Add autoconf.in.
4019         * tests/.cvsignore: Add wrapper.in.
4020         * lib/autotest/general.m4: Escape '$' in case pattern.
4022 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
4024         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
4026         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
4028         * tests/autotest.at: New file.
4029         * tests/suite.at: Include it.
4030         * tests/Makefile.am: Distribute it.
4032         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
4033           shell tracing on a command that could contain multiple lines.
4034         * doc/autoconf.text: Document that fact and its implications.
4035         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
4036         * tests/autotest.at (Multiline backquote command substitution,
4037           Multiline parameter expansion, Literal multiline command,
4038           Multiline parenthetical command substitution): Remove XFAIL.
4040 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4042         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4043         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
4045 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4047         * configure.ac (test suite): Cease to generate wrapper scripts.
4048         * configure: Regenerate.
4049         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4050         (m4f_dependencies): Adjust accordingly.
4051         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4052         (wrapper.in): Generate it in the build directory.
4053         (MAINTAINERCLEANFILES): Delete wrapper.in.
4054         (CLEANFILES): Add wrapper.in.
4055         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4056         the output.  Replace each $as_me with a @wrap_program@.
4057         * tests/wrapper.in: Delete it; we always build it.
4059         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4060         (EXTRA_DIST): Remove autoconf.in.
4061         (CLEANFILES): Add autoconf.in.
4062         (autoconf): Find autoconf.in in the build directory.
4063         * bin/autoconf.in: Delete it; we always build it.
4065 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4067         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
4068         PATH members so as to not prepend an empty element.  Move a comment.
4069         * Makefile.am (SUBDIRS): Build in `tests' last.
4070         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4072 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
4074         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4075         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
4076         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4077         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4079 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
4081         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4082         patch: extra "-l"s.
4084 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4086         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4087         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
4088         * doc/autoconf.texi (Particular Functions): Mention new behavior.
4090 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
4092         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4093           out the common code to ...
4094         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4095           value of the #define--default to 1, iff the macro was called
4096           with exactly one parameter.
4098 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4100         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4101         "char c = '\200';" rather than "char c = 0x80;" as the
4102         latter doesn't conform to the strict C standard due to
4103         overflow on signed char hosts.
4105         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4106         to -qlanglvl=ansi.  We don't want to disable extensions.
4108 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4110         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4111         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4112         Reword slightly to avoid some English-language problems noted
4113         by Ralf Wildenhues in:
4114         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4116 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4118         * NEWS: Add ^L above each release.
4120 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4122         Fix documentation problems reported by Russ Boylan in
4123         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4124         along with some nearby cruft.
4125         * doc/autoconf.texi (Libtool): Libtool can be used without
4126         Automake (not without Autoconf).
4127         (Introduction): Mention lists.gnu.org.
4128         * BUGS: Don't mention bugs.gnu.org.
4129         Remove mention of ancient libtool compatibility problem.
4130         * NEWS: Mention that bugs.gnu.org is kaput.
4131         * README: Likewise.  Mention where mailing list archives can be found.
4133 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4135         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
4136         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4138 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4140         * doc/autoconf.texi (Pretty Help Strings): Go back to
4141         single-quoting assignments to cache variables.
4143 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4145         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4146         with the examples; fix the bug in MY_ARG_WITH example reported
4147         by Alexandre Duret-Lutz.
4148         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4149         expansion of $1 in the comment emitted to configure.
4151 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4153         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4154         in my editing of the previous patch.  Problem reported
4155         by Alexandre Duret-Lutz.
4157 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4159         * doc/autoconf.texi (Autoconf Language): Explain that
4160         ``descriptions'' may not be double quotes.
4161         (Quotation Rule Of Thumb): Likewise.
4162         (Pretty Help Strings): Likewise; remove the wrong comment;
4163         simplify the examples and improve their quoting.
4165 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4167         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4168         the $1_found variable, don't test whether the file is executable;
4169         Both things are checked ...
4170         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4171         the former ``test -f''.
4172         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4174 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4176         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4177         use cp -R instead.
4179 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4181         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4182         limitations.  Reorder paragraphs for clarity.
4184 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4186         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4187         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4188         variants", "Unix", and some related minor wording fixups.
4190         (Shellology, Special Shell Variables): Document that the Zsh
4191         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4192         to Alexandre Duret-Lutz for this info.
4194 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4196         * doc/autoconf.texi (One-Shot Macros): New node.
4198 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4200         * doc/autoconf.texi (Function Portability): Fix misdescription
4201         of putenv.  Problem reported by Michael Wardle.
4203 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4205         * doc/autoconf.texi (auindex): New macro.
4206         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4207         Problem reported by Stepan Kasal.
4209 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4211         Fix problems reported by Andreas Buening in:
4212         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4213         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4214         in test makefile.
4215         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4216         readable; it's not true in OS/2-emx.
4218 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4220         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4221         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4222         (trivial change).  Problem and patch reported by Andrew Church in:
4223         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4225 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4227         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4228         three args in examples.  Problem reported by Frederik Fouvry in:
4229         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4230         Also, fix some minor spacing and punctuation bugs.
4232 2004-09-02  Akim Demaille  <akim@epita.fr>
4234         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4235         "case" to restore ordering.
4236         Reported by Stepan Kasal.
4238 2004-08-26  Akim Demaille  <akim@epita.fr>
4240         * doc/autoconf.texi: Minor typos and stylos.
4242 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4244         * configure.ac (AC_INIT): Bump to 2.59c.
4246 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4248         Version 2.59b.
4250         * README: Add advice about m4 1.4.2.
4252         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4253         texinfo.tex for now (done by hand now).
4254         * Makefile.maint (wget_files, cvs_files):
4255         Remove ansi2knr.c; nobody uses it.
4256         (ansi2knr.c-url_prefix): Remove.
4257         (cvs-update): Fix test for failure.  I don't know why it ever
4258         worked...
4260         * doc/autoconf.texi: Update URLs, some of which went stale.
4261         Use @uref rather than @href.
4263         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4264         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4266         * config/config.guess, config/config.sub, config/elisp-comp,
4267         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4268         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4270         * NEWS, TODO, configure.ac, bin/autoscan.in,
4271         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4272         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4273         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4274         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4275         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4276         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4277         tests/tools.at, tests/torture.at:
4278         Use "file name" rather than "filename" or "path",
4279         to be consistent with the terminology of the GNU coding standards.
4281 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4283         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4284         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4285         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4286         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4288         More fixes to support spaces in the name of the build directory.
4289         This isn't a complete fix but it's an improvement.
4291         * bin/autoconf.as (autom4te_options): New var.
4292         Use it instead of appending to AUTOM4TE, so that we can allow
4293         spaces in the build directory's absolute name.
4294         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4295         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4296         AT_CHECK_NOESCAPE): Likewise.
4297         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4298         main program): Likewise.
4300 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4302         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4303         From Ralf Corsepius in:
4304         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4306 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4308         * doc/autoconf.texi (Function Portability): Document isinf and
4309         and isnan.  From a suggestion by Kevin Ryde.
4311         * lib/Autom4te/General.pm (END): Return correct exit status even
4312         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4314 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4316         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4317         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4318         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4320 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4322         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4323         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4324         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4325         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4326         * lib/autom4te.in (Automake-preselections): Preselect
4327         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4329 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4331         * lib/autom4te.in (Automake-preselections): Preselect
4332         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4333         trace them.
4335 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4337         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4338         Tru64.
4339         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4340         Document problem with "`""`" in pdksh POSIX mode.
4342 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4344         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4345         with pdksh, too.  Problem reported by Patrick Welche via
4346         Gary V. Vaughan.
4347         * doc/autoconf.texi (Shellology): Note that set -o posix is
4348         useful for pkdsh, too.
4350 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4352         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4353         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4354         Don't fail if ENV or BASH_ENV is readonly.
4355         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4356         etc. are read only.  Problem reported by Ludovic Courtes.
4358 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4360         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4361         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4362         (trivial change)
4364 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4366         * doc/autoconf.texi (File System Conventions): Warn about
4367         names like "aux".  Problem reported by Eric Blake.
4369         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4370         by zero instead of array size, so that we can use any arithmetic
4371         constant expression (instead of requiring an integer constant
4372         expression).  This allows us to test expressions like DBL_MAX <
4373         LDBL_MAX, which didn't conform to the C standard using the old
4374         method.
4375         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4376         now that we can do floating-point tests at compile time.
4378 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4380         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4381         and LDBL_EPSILON, as the resulting expression isn't an
4382         integer constant expression and violates the C standard.
4383         Problem reported by Nelson H. F. Beebe.  Also, check
4384         for "L" suffix, and check that long double doesn't have
4385         worse range or precision than double, that mixed-mode
4386         arithmetic doesn't generate a diagnostic, that double
4387         constants fit in long double.
4389 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4391         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4392         malloc(0) and realloc(NULL,size).
4394         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4395         Bob Proulx.
4397 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4399         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4400         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4401         by Jim Meyering.
4403 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4405         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4406         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4408 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4410         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4411         Problem reported by Stepan Kasal.
4413 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4415         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4416         change).  Patch reported by Ralf Wildenhues in
4417         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4419         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4420         function F exists if the compiler and linker let you compile an
4421         expression like (F != 0).  Recent versions of GCC optimize away
4422         the reference to F in that case, since every function address must
4423         be nonzero, so the link succeeds even if F does not exist.
4424         Problem reported by Manu in
4425         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4427         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4428         "Unix".  Many uses changed.
4429         (Limitations of Builtins): Explain better why the ! command isn't
4430         portable.
4432 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4434         * lib/autom4te.in (Automake-preselections): Preselect
4435         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4437 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4439         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4440         referencing AC_FUNC_STRERROR_R.
4442         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4443         note pessimistic assumption when cross compiling.
4445 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4447         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4448         (until 2004) invoked subcommands with sh -e, contra POSIX.
4449         Reported by Kevin Ryde.
4451 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4453         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4454         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4455         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4456         `test -f "        /usr/bin/grep"', which _always_ failed.
4457         (AC_PROG_SED): Ditto bogus PATH fix.
4458         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4459         requires that grep correctly supports _multiple_ `-e' options, rather
4460         than stating only that grep should accept `-e'.
4462 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4464         Port to C99, which requires that 'exit' be declared.
4466         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4467         to ensure that stdlib.h is included.
4468         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4469         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4470         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4471         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4472         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4473         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4474         when using 'exit' in a test; C99 requires that 'exit' be declared.
4476 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4478         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4479         now prefers 'grep' implementations that accept -e.
4480         (Limitations of Usual Tools): Describe problems of traditional
4481         egrep and fgrep with long input lines, and of traditional grep
4482         with -e.
4483         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4484         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4485         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4486         Solaris.
4487         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4488         the user with complaints about multiple -e options.
4489         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4490         Define it with AC_PROG_GREP.
4491         * configure.ac (AC_PROG_GREP): Add.
4492         * lib/freeze.mk (GREP): New macro.
4494 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4496         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4497         a possible candidate only after all others fail, rather than
4498         consulting it first.  This improves backward compatibility by
4499         better reflecting the way shell selection occurred in previous
4500         versions of Autoconf, and should help to avoid triggering latent
4501         problems in other packages, such as the one in Automake where zsh
4502         is not handled robustly:
4503         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4504         Although it is not Autoconf's responsibility to work around
4505         problems in Automake, it nevertheless makes sense to avoid
4506         introducing unnecessary incompatibilites.
4508 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4509             Gary V. Vaughan  <gary@gnu.org>
4511         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4512         how deeply nested we are when a suitable tool is found, set the
4513         ac_path_TOOL_found flag.
4514         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4515         nested we are in this macro.  Break out of all 3 nested loops if
4516         ac_path_TOOL_found is set.
4518 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4520         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4521         of the _AS_PATH_WALK loop too if GNU flavor is found.
4523 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4525         * doc/autoconf.texi (Limitations of Make): Update documentation
4526         for `$<'.  New entry `Long lines', based on a report from Simon
4527         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4528         paragraph about DJGPP, based on a mail from Richard Dawe.
4530 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4532         * tests/c.at (C keywords): Don't assume that GCC supports
4533         "restrict" and "inline", as sufficiently-old GCC versions do not
4534         (also, GCC configured to be in pedantic C89 mode does not).
4535         Problem reported by Sumit Pandya in:
4536         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4538         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4539         consider -g to work if it generates warnings when plain compiles
4540         don't.  Problem reported by Braden McDaniel in:
4541         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4543         * doc/autoconf.texi (Slashes): New section, to document a problem
4544         reported by Jim Meyering in:
4545         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4547         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4548         linker output files before linking, to work around IRIX 6 linker bug.
4549         Problem reported by Rainer Orth in:
4550         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4552 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4554         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4555         best tool so far counter rely on the tool path variable name to
4556         avoid checks for one tool being affected by the results of running
4557         the length check on a previous tool.
4559         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4560         match expression argument, as different greps have different
4561         regular expression flavours.
4562         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4563         literals.
4564         (AC_PROG_EGREP): Pass 'EGREP$'.
4565         (AC_PROG_GREP): Pass 'GREP$'.
4567 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4569         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4570         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4572 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4574         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4575         Types, Specific Compiler Characteristics, System Services,
4576         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4577         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4578         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4579         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4580         Likewise.
4581         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4582         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4583         AC_TYPE_OFF_T): Likewise.
4584         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4585         Likewise.
4587         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4588         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4590 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4592         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4593         now defines HAVE_DECL_TZNAME if it is declared, when
4594         HAVE_STRUCT_TM_TM_ZONE is not defined.
4595         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4596         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4597         for HAVE_TZNAME.
4599 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4601         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4602         superfluous backslashing of quotes (") in sed expressions;
4603         thanks to Paul Eggert.
4605 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4607         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4608         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4609         H. F. Beebe for the bug report.
4611 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4613         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4614         quoted -cmdline argument in Portland Group compiler (bug
4615         reported by Jeffrey J. Barteet).
4617 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4619         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4620         (Run Time): ... here, where it's now mentioned.
4622 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4624         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4625         inherits from language Autoconf-without-aclocal-m4.
4626         (Customizing autom4te): Adjust example; the cache must now be
4627         disabled for language Autoconf-without-aclocal-m4.
4629 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4630             Nathanael Nerode  <neroden@twcny.rr.com>
4632         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4633         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4634         a prefix.
4635         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4636         AC_CHECK_TARGET_TOOLS): New macros.
4637         * doc/autoconf.texi (Generic Programs): Document
4638         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4639         AC_CHECK_TARGET_TOOLS, and warn for future changes
4640         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4641         AC_CHECK_TOOLS.
4642         (Specifying Names): Document the reason for these future
4643         behavioral changes.
4644         * tests/mktests.sh: Do not generate tests for the
4645         new macros.
4646         * NEWS: Document these changes.
4648         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4649         they make TeX hang up.
4651 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4653         * NEWS: New macro AC_CHECK_ALIGNOF.
4654         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4655         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4656         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4657         vowel.
4658         (AC_CHECK_ALIGNOF): New macro.
4659         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4660         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4661         those for sizeof.
4663 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4665         * bin/Makefile.am (edit): Don't use $< in a context where
4666         POSIX doesn't require support for it.  Use $@.in instead.
4667         Problem reported by Anthony N. Frasso in
4668         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4669         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4671 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4673         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4674         from the next generation of Libtool.
4675         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4677 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4679         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4680         is not always thread-safe.  Report from Nathanael Nerode.
4682 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4684         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4685         problem on QNX reported by Stephen Rasku in
4686         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4688         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4689         $(m4sh_m4f_dependencies); this removes a FIXME.
4690         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4691         (MAINTAINERCLEANFILES): Split into pieces,
4692         one per related section.  Add $(srcdir)/wrapper.in.
4694 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4696         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4697         AC_SUBST provides no portable way to escape literal newlines.
4699         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4700         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4701         Darwin uses -lcrt2.o and there's little point to cataloging all
4702         the system variants.  Partial fix reported by Andreas Waechter in:
4703         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4704         for bug reported by Nelson H. F. Beebe in:
4705         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4707 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4709         * doc/autoconf.texi (AU_DEFUN): Fix English,
4710         suggested by Paul Eggert.
4711         * lib/autoconf/autoupdate.m4: Correct reference to
4712         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4714 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4716         * bin/autoupdate.in: Define __file__ so that warnings
4717         refer to the correct file.
4718         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4719         the behavior of the third argument.
4720         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4721         correctly the behavior of the third argument.  Document
4722         what the three macros that AU_DEFUN defines do.  Fix
4723         warning message when the third argument includes $0
4724         (reported by Alexandre Duret-Lutz).
4726 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4727             Eric Sunshine  <sunshine@sunshineco.com>
4728             Paul Eggert  <eggert@twinsun.com>
4730         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4731         (AS_INIT): Output shell initialization there. Removed optional
4732         parameter. Expand _AS_SHELL_FN_SPY.
4733         (AS_INIT_WITH_SHELL_FN): Removed.
4734         (_AS_SHELL_FN_SPY): New macro.
4735         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4736         macros.
4737         (AS_SHELL_SANITIZE): Remove loop to find better shell
4738         and documentation for the parameter.
4739         (_AS_DETECT_BETTER_SHELL): Move it here.
4740         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4741         (_AS_RUN): Move it here, support testing with eval.
4742         (AS_REQUIRE_SHELL_FN): Require shell functions when
4743         it is used.
4744         (_AS_LINENO_WORKS): Put around braces, we do not
4745         trigger the bash bug anymore.
4746         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4747         use AS_INIT_WITH_SHELL_FN.
4748         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4750 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4752         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4753         * doc/autoconf.texi: Don't say that the third parameter
4754         is broken.
4755         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4756         (AU_DEFUN): Honor the third parameter, create autoupdate
4757         macros with AU_DEFINE.
4758         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4759         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4760         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4761         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4762         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4763         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4764         AC_XENIX_DIR): Likewise.
4765         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4766         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4767         * lib/autoconf/status.m4: Remove FIXME.
4768         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4769         that the macro is not present anymore in the updated
4770         configure.ac.
4771         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4772         of autoupdate.
4774 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4776         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4777         copyright years.
4778         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4779         2003 (except 1997) to the list of copyright years.  This undoes
4780         the 2003-05-22 change, which removed the older years from the list.
4781         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4783 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4784             Albert Chin-A-Young  <china@thewrittenword.com>
4786         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4787         grep or ggrep program in PATH that accepts as long lines as
4788         possible.
4789         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4790         AC_PROG_GREP.
4791         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4792         egrep and fgrep respectively if $GREP -E/-F don't work.
4793         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4794         _AC_PROG_GREP, and AC_PROG_SED.
4795         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4796         longest input length accepted by a command.
4797         (AC_PROG_SED): Use it.
4798         * doc/autoconf.texi (Particular Programs): Document the changes.
4799         * NEWS: Updated.
4801 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4803         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4804         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4805         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4806         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4808         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4809         bin/autoconf.in, config/Makefile.in, config/config.guess,
4810         config/config.sub, config/install-sh, config/mdate-sh,
4811         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4812         lib/Makefile.in, lib/Autom4te/Makefile.in,
4813         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4814         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4815         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4816         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4817         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4818         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4819         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4820         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4821         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4822         tests/actypes.at: Regenerate and/or sync with original
4823         sources.
4825 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4827         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4828         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4829         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4830         not <inttypes.h>.  Problem reported by Tim Mooney in
4831         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4832         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4833         Likewise.
4835         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4836         otherwise "make check" fails because it forbids cmp (I guess
4837         because cmp treats files as binary on DOS-like systems).
4839         * tests/mktests.sh: Update copyright date to 2004, since some tests
4840         have changed in 2004.
4842 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4844         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4845         non-truncating sed or gsed program in PATH.
4846         * tests/acprograms.at: Add it.
4847         * doc/autoconf.texi (Particular Programs): Document it.
4848         * NEWS: Updated.
4850 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4852         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4853         -std1 disables some useful extensions on Tru64.  Problem reported
4854         by N. Lichtmaier in
4855         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4857 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4859         * doc/autoconf.texi (Programming in M4sh): Document that
4860         AS_MKDIR_P succeeds if the destination is a symbolic link
4861         to an existing directory.
4862         (Limitations of Usual Tools): Note that mkdir -p might not
4863         succeed on symlinks to directories.
4865 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4867         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4868         * bin/autoheader.in: Grammar fix in message.
4869         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4870         Test for dir before calling mkdir -p.  (trivial changes)
4872 2004-01-13  Eric Blake  <ebb9@byu.net>
4874         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4875         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4877 2004-01-10  Jim Meyering  <jim@meyering.net>
4879         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4881 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4883         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4884         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4885         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4886         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4887         AC_COMPILE_IFELSE, since we now assume our caller invokes
4888         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4889         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4890         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4891         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4893 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4895         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4896         `"'...'"`, as it's confusing (and I suspect it may not work on
4897         some platforms).  The code was incorrect anyway, as it assumed
4898         that \$ evaluated to itself in that context.  Reported by
4899         Alexandre Duret-Lutz.
4901 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4903         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4904         and _LT_AC_TAGCONFIG.
4906 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4908         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4909         example, and add more examples.  Reported by Eric Sunshine.
4911 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4913         * doc/autoconf.texi (Limitations of Usual Tools):
4914         Remove warning against "rm -fr" introduced yesterday; it
4915         was a false alarm.
4917         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4918         autoscan, autoupdate, ifnames): Don't use chmod -w.
4919         * lib/Makefile.am (autom4te.cfg): Likewise.
4920         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4921         "chmod -w".
4923 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4924             Paolo Bonzini  <bonzini@gnu.org>
4926         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4927         by doing lineno substitution only on lines containing "$LINENO".
4929 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4931         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4932         Use "rm -f" to remove conftest.sed, not plain "rm".
4933         Bug reported by David Relson in
4934         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4936         * Makefile.am (autom4te-update):
4937         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4938         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4939         * doc/autoconf.texi (Guidelines): Likewise.
4940         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4941         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4942         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4943         * lib/autotest/general.m4 (AT_INIT): Likewise.
4944         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4945         * tests/Makefile.am (clean-local): Likewise.
4946         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4947         srcdir): Likewise.
4948         * doc/autoconf.texi (Limitations of Usual Tools):
4949         Warn against "rm -fr".
4951 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4953         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4954         -c -o might not work.  From a suggestion by Kevin Ryde.
4955         (C Compiler, Generating Sources, Limitations
4956         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4957         Don't put '-o' after non-options, as POSIX doesn't allow this.
4958         Mention that cc's name might be gcc or c89 or whatever.
4960 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4962         * doc/autoconf.texi: Add various further index entries.
4964 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4966         * bin/autoreconf.in (autoreconf_current_directory):
4967         Fix typo: mkdir without umask arg.
4969 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4971         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4972         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4973         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4974         explanation clearer.
4976 2003-12-24  Andreas Schwab  <schwab@suse.de>
4978         * doc/autoconf.texi (Default Includes): Fix misspelling of
4979         AC_INCLUDES_DEFAULT.
4981 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4983         * configure.ac: Test if sh -n works.
4984         * configure: Regenerate.
4985         * tests/atlocal.in: Store the result here.
4986         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4987         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4988         of explicitly testing.
4989         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4990         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4991         * tests/tools.at (Syntax of the shell scripts): Simplify
4992         using AT_CHECK_SHELL_SYNTAX.
4993         (Syntax of the Perl scripts): Remove definition of
4994         AT_CHECK_PERL_SYNTAX.
4996 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4998         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4999         stderr to /dev/null.
5000         * bin/autoconf.in: Regenerate.
5001         * bin/wrapper.in: Regenerate.
5003 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
5005         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
5006         Extracted from AS_SHELL_SANITIZE.
5007         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
5008         macros.
5009         (AS_SHELL_SANITIZE): Move reinvocation code from
5010         _AS_LINENO_WORKS, use it to find out if shell
5011         functions work.
5012         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
5013         does not work.
5014         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
5015         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
5016         was called.
5017         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
5018         * bin/autoconf.in: Regenerate.
5019         * tests/wrapper.in: Regenerate.
5020         * tests/tools.at: Test the syntax of tests/autoconf
5021         and tests/testsuite.
5023 2003-11-24  Akim Demaille  <akim@epita.fr>
5025         * config/announce-gen (&print_locations, &print_signatures)
5026         (&sizes): New.
5027         Use them.
5028         No longer rely on Gnus to inline the list of signatures: compute
5029         them on the fly.
5031 2003-11-24  Akim Demaille  <akim@epita.fr>
5033         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
5034         override some files.
5035         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
5036         From Debian Autoconf 2.58.
5038 2003-11-24  Akim Demaille  <akim@epita.fr>
5040         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5041         uses.
5042         From Debian Autoconf 2.58.
5044 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5046         * TODO: Remove already done things.  Update the part about finding
5047         tools for the target.
5049 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5051         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5052         Make wording more consistent.
5053         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5054         Explain the transition better.
5055         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5056         the transition better.
5058 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5060         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5061         parameter of AU_DEFUN.
5062         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5063         (AU_DEFUN): Remove the third parameter, it was not used.
5064         Use AC_DEFUN directly, not AU_DEFINE.
5065         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5066         the expanded body, consistently with other macros such as AC_USG.
5068 2003-11-17  Paul Eggert  <eggert@twinsun.com>
5070         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5071         into the initial confdefs.h, to work around a bug in NextStep 3.3
5072         patch 3 reported by Eric Sunshine.
5074 2003-11-15  Kevin Ryde  <user42@zip.com.au>
5076         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5077         than $target since the latter is not usual, add guidelines on when to
5078         use or not use the system type.
5080 2003-11-12  Derek Price  <derek@ximbiot.com>
5082         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5083         typo misrepaired by an auto-spellcheck.
5085 2003-11-12  Akim Demaille  <akim@epita.fr>
5087         * bin/autoreconf.in (&parse_args): Don't call automake with
5088         --force-missing unless it actually supports it.
5089         From Debian #219336.
5091 2003-11-12  Akim Demaille  <akim@epita.fr>
5093         * configure.ac: Bump to 2.59a.
5094         Require 2.59.
5096 2003-11-06  Akim Demaille  <akim@epita.fr>
5098         Version 2.59.
5100 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5102         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5103         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5104         and ac_abs_top_srcdir are absolute paths.
5105         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5107 2003-11-05  Akim Demaille  <akim@epita.fr>
5109         * configure.ac: Bump to 2.58a.
5111 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5113         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5114         it provokes a warning from makeinfo about looking like a cross
5115         reference in info output.
5117         * doc/autoconf.texi (Function Portability): Add notes on signal
5118         handler return type, as per AC_TYPE_SIGNAL.
5120 2003-11-04  Akim Demaille  <akim@epita.fr>
5122         Version 2.58.
5123         * doc/standards.texi: Update from master.
5125         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5127 2003-11-04  Akim Demaille  <akim@epita.fr>
5129         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5130         computing the absolute path to d1 in the source hierarchy: it may
5131         not exist at all.  So don't cd into it.
5132         From Alexandre Duret-Lutz.
5133         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5135         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5136         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5137         * doc/autoconf.texi (Programming in M4sh): Document.
5138         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5140 2003-11-03  Pavel Roskin  <proski@gnu.org>
5142         * doc/autoconf.texi (Generic Structure Checks): Describe
5143         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5145 2003-10-31  Akim Demaille  <akim@epita.fr>
5147         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5148         (GNU Fortran): New.
5149         * doc/autoconf.texi (Language Choice): Document.
5150         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5151         the current language is Fortran.
5153 2003-10-31  Akim Demaille  <akim@epita.fr>
5155         * bin/autom4te.in (&freeze): Use a less likely warning separator
5156         than `\n\n', so that `\n\n\n' is valid in warnings.
5157         Reported by Steve Huston.
5159 2003-10-28  Akim Demaille  <akim@epita.fr>
5161         * Makefile.cfg (local_updates, executable-update): Tweak to be
5162         robust to parallel makes.
5163         Suggested by Alexandre Duret-Lutz.
5165 2003-10-27  Akim Demaille  <akim@epita.fr>
5167         * Makefile.cfg (executable-update): New.
5168         (local_updates): Call it.
5170 2003-10-27  Akim Demaille  <akim@epita.fr>
5172         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5173         Don't remove core.* as it may remove valid user files.
5174         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5175         (AC_FUNC_UTIME_NULL): Likewise.
5177 2003-10-23  Akim Demaille  <akim@epita.fr>
5179         Version 2.57g.
5180         * config/config.guess, config/config.sub: Upgrade from masters.
5182 2003-10-23  Akim Demaille  <akim@epita.fr>
5184         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5185         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5186         hand...
5188 2003-10-23  Akim Demaille  <akim@epita.fr>
5190         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5191         Don't forget to remove conftest.err.
5193 2003-10-23  Akim Demaille  <akim@epita.fr>
5195         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5196         same object file in $LIBOBJS.
5197         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5198         * doc/autoconf.texi (Generic Functions): Adjust.
5200 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5202         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5203         Use 'eval', so that the resulting configure scripts work even if
5204         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5206 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5208         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5209         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5210         (_AC_LINK_IFELSE): Check the werror flag.
5211         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5212         AC_LANG_WERROR.
5213         * NEWS: Mention it.
5215 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5217         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5218         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5219         override AC_LINK_IFELSE.
5221 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5223         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5224         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5225         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5226         Mention /usr/dt/bin/dtksh on Solaris.
5227         (Shell Substitutions): Warn about $((...)).
5228         (Parentheses): New section.
5230 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5232         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5233         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5235 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5237         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5238         cross test.
5240 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5242         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5243         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5245 2003-10-10  Andreas Schwab  <schwab@suse.de>
5247         * bin/autoheader.in: Avoid empty first line in --version and
5248         --help output.
5249         * bin/ifnames.in: Likewise.
5251 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5253         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5254         Issue a more-informative diagnostic.
5255         Problems reported by Eric Sunshine.
5257 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5259         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5260         -mGLOB_options_string stuff for Intel ifc, which can cause
5261         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5262         pattern-matching instead of grep.
5264 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5266         * doc/autoconf.texi: Document new FC Fortran macros.
5268 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5270         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5271         that future autopoint/aclocal/automake/autoreconf will be able
5272         to trace to find where to install local m4 macros.
5273         * doc/autoconf.texi (Input): Document it.
5274         * NEWS: Updated.
5276 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5278         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5279         -lcrtbegin.o to list of ignored flags and fix underquoting of
5280         -lcrt[01].o.
5282 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5284         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5285         cache variable instead of $G77 to decide whether to include -O2,
5286         since $G77 is specific to Fortran 77.
5288 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5290         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5291         free" flag.  Re-order flags tested into rough order of popularity.
5293 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5295         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5296         arguments so that it can be used with syntax identical to
5297         AC_PROG_F77, and so that we can more easily decide to
5298         remove/deprecate the DIALECT optional argument in the future if it
5299         proves troublesome.
5300         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5301         non-freeform-supporting compilers.  Document freeform flags.
5303 2003-10-03  Akim Demaille  <akim@epita.fr>
5305         * configure.ac: Look for emacs, not macs.
5306         Reported by Eric Sunshine.
5308 2003-10-03  Akim Demaille  <akim@epita.fr>
5310         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5311         * bin/autoreconf.in (autoreconf_current_directory): Create the
5312         AUX_DIR if needed, for sake of automake --add-missing etc.
5313         Suggested by Alexandre Duret-Lutz.
5315 2003-10-03  Akim Demaille  <akim@epita.fr>
5317         * configure.ac: Quotation and formatting changes.
5318         (EMACS): Don't set it if it is not recent enough to support
5319         autoconf-mode.el.
5320         From Eric Sunshine.
5322 2003-10-02  Akim Demaille  <akim@epita.fr>
5324         * bin/ifnames.in (&scan_file): Skip C++ comments.
5325         From Jeremy Yallop.
5327 2003-10-01  Pavel Roskin  <proski@gnu.org>
5329         * doc/autoconf.texi (Particular Structure Checks):
5330         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5332 2003-10-01  Akim Demaille  <akim@epita.fr>
5334         Version 2.57f.
5336 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5338         * lib/Autom4te/XFile.pm: Use Errno.
5339         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5340         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5342 2003-09-30  Akim Demaille  <akim@epita.fr>
5344         * config/announce-gen (&print_news_deltas): Extracted from...
5345         (&print_changelog_deltas): here.
5346         (&news_file): Rename as...
5347         (@news_file): this.
5349 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5351         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5352         have been created when invoking the compiler.
5353         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5355 2003-09-29  Akim Demaille  <akim@epita.fr>
5357         Version 2.57e.
5359         * config/mkinstalldirs: Upgrade.
5361 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5363         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5364         Problem reported by Lars J. Aas in
5365         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5366         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5367         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5368         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5370 2003-09-26  Akim Demaille  <akim@epita.fr>
5372         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5373         directory for AC_CONFIG_COMMANDS' first argument exists.
5374         This makes valid the invocation of _AC_SRCPATH that follows.
5375         Reported by Eric Sunshine.
5376         * doc/autoconf.texi (Configuration Commands): Adjust.
5378 2003-09-26  Akim Demaille  <akim@epita.fr>
5380         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5381         Reported by Ralf Corsepius.
5383 2003-09-26  Akim Demaille  <akim@epita.fr>
5385         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5386         arguments.
5387         Actually, use AU_ALIAS.
5388         From Bruno Haible.
5390 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5392         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5393         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5394         Problem reported by Eric Sunshine in:
5395         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5397 2003-09-26  Akim Demaille  <akim@epita.fr>
5399         The test suite are sometimes assigning timings incorrectly.
5400         Reported by Henk Krus.
5401         Diagnosed by Nicolas Joly.
5403         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5404         AT_help_all.
5405         Instead of making AT_help a sequence of assignments to grow
5406         $at_help_all, just make AT_help_all be the growing contents of
5407         $at_help_all, and make a single assignment in...
5408         (AT_INIT): here.
5409         (at_times_skip): Flip the meaning and rename as...
5410         (at_times_p): this.
5411         (AT_INIT): When summarizing the test that ran, remove
5412         $at_times_file after use, and check it is present before trying to
5413         use it.
5415 2003-09-25  Akim Demaille  <akim@epita.fr>
5417         Version 2.57d.
5419         * bin/Makefile.am (edit): Handle '@configure_input@'.
5420         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5421         (ifnames): chmod -w.
5422         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5423         executables, not bin/ executables!  Otherwise all the magic needed
5424         to find non installed files is turned off.  This caused a failure
5425         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5426         as found in its environment (sent by tests/autoreconf): pointing
5427         to bin/autom4te that could not find its files.
5428         * tests/mktests.sh: Force the replacement of generated files, for
5429         the sake of "mv" program that are interactive when overwriting a
5430         -w file.
5431         * config/install-sh: Upgrade from CVS Automake.
5433 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5435         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5436         versus test -L issues.
5438 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5439             Paul Eggert  <eggert@twinsun.com>
5441         Trivial change to support GCC's configuration procedure.
5442         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5443         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5444         about inconsistency if the preprocessor is set to give errors for
5445         any warning.
5446         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5448 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5450         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5451         and XFile.pm from Automake.
5452         * lib/Autom4te/XFile.pm: Update from Automake.
5454 2003-09-12  Akim Demaille  <akim@epita.fr>
5456         Version 2.57c.
5458 2003-09-12  Akim Demaille  <akim@epita.fr>
5460         * config/config.guess, config/config.sub, config/missing,
5461         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5462         from masters.
5464 2003-09-12  Akim Demaille  <akim@epita.fr>
5466         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5467         not asm/types.h.
5469 2003-09-11  Akim Demaille  <akim@epita.fr>
5471         * doc/autoconf.texi (Header Portability): linux/random.h.
5472         From Peter Hendrickson.
5474 2003-09-10  Akim Demaille  <akim@epita.fr>
5476         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5477         willing to edit the output files.
5479 2003-09-10  Akim Demaille  <akim@epita.fr>
5481         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5482         and AC_FC_FREEFORM.
5483         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5484         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5486 2003-09-09  Akim Demaille  <akim@epita.fr>
5488         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5489         Reported by Gary Vaughan.
5490         * bin/autom4te.in (handle_m4): Likewise.
5492 2003-09-09  Akim Demaille  <akim@epita.fr>
5494         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5495         trailing files.
5497 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5499         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5500         Improve the accuracy of the wording about obsolescence.
5501         From a suggestion by Ian Lance Taylor in
5502         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5504 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5506         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5507         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5509 2003-09-04  Akim Demaille  <akim@epita.fr>
5511         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5512         AC_FUNC_WAIT3.
5514 2003-09-04  Akim Demaille  <akim@epita.fr>
5516         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5517         (freeze): When exiting, use $exit_code.
5518         * lib/autoconf/fortran.m4: Comment changes.
5520 2003-09-04  Akim Demaille  <akim@epita.fr>
5522         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5524 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5526         Add support for newer Fortran dialects.  The F77 interface is
5527         unchanged, and continues to support Fortran 77.  New FC macros
5528         correspond to all the old F77 macros, with output variables FC,
5529         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5530         available dialect, but older dialects can be specified.  There are
5531         new macros AC_FC_SRCEXT to set the source extension, and
5532         AC_FC_FREEFORM to accept free-form source files.
5534         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5535         New macros.
5536         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5537         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5538         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5539         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5540         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5541         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5542         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5543         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5544         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5545         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5546         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5547         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5548         AC_FC_SRCEXT, AC_FC_FREEFORM):
5549         New macros.
5550         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5551         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5552         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5553         Rewrite in terms of the above.
5554         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5555         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5556         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5557         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5559 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5561         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5562         Document problems with timestamp resolution that 'make', 'cp -p', and
5563         'touch -r' have.
5565 2003-08-27  Akim Demaille  <akim@epita.fr>
5567         * tests/m4sugar.at (cross_warning): Make sure to enable the
5568         output, so that we can track spurious m4sugar output.
5569         * tests/local.at: Require 2.57.
5570         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5571         are defaulted by AT_CHECK anyway.
5572         Use AT_CHECK_AUTOM4TE.
5573         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5574         missing dnl.
5576 2003-08-27  Akim Demaille  <akim@epita.fr>
5578         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5579         when -Wobsolete is set.
5580         Set it on by default.
5581         Suggested by Klee Dienes.
5583 2003-08-27  Akim Demaille  <akim@epita.fr>
5585         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5586         documentation.
5587         From Guido Draheim.
5589 2003-08-26  Akim Demaille  <akim@epita.fr>
5591         * doc/autoconf.texi (Output): Make clear that one can run code
5592         after AC_OUTPUT.
5594 2003-08-25  Akim Demaille  <akim@epita.fr>
5596         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5597         CVS Bison.
5599 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5601         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5602         Automake versions prior to 1.8.
5604 2003-08-25  Akim Demaille  <akim@epita.fr>
5606         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5607         From Ville Karaila.
5609 2003-08-24  Akim Demaille  <akim@epita.fr>
5611         * configure.ac: Bump to 2.57c.
5613 2003-08-22  Akim Demaille  <akim@epita.fr>
5615         Version 2.57b.
5617         * Makefile.cfg (local-checks-to-skip): New.
5618         * Makefile.maint (local-check): Rename as...
5619         (local-checks-available): this.
5620         (local-check): New.
5622         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5623         * configure.ac: Require Automake 1.7.6.
5625 2003-08-22  Akim Demaille  <akim@epita.fr>
5627         Output stack traces in warnings.
5629         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5630         Replace the former...
5631         (m4_warn): Pass the call stack to _m4_warn.
5632         * bin/autom4te.in: Adjust to output the call stack.
5633         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5635 2003-08-22  Akim Demaille  <akim@epita.fr>
5637         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5638         * bin/autom4te.in: Adjust.
5640 2003-08-21  Akim Demaille  <akim@epita.fr>
5642         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5643         (&verbose): Remove.
5644         (&getopt): Adjust the note and verb channels, depending upon
5645         --verbose.
5646         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5647         * bin/autoupdate.in: Adjust.
5648         Use &verb, not &verbose.
5650 2003-08-21  Akim Demaille  <akim@epita.fr>
5652         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5653         &parse_WARNINGS.
5654         ($help): Use Autom4te::ChannelDefs::usage.
5655         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5656         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5658 2003-08-21  Akim Demaille  <akim@epita.fr>
5660         First stab at preserving warnings between calls to autom4te,
5661         including when the cache is used.
5663         There are still several issues: (i) there are too many runs of m4
5664         (one for include, one for warnings, and some more), (ii) warnings
5665         spreading on several lines are not handled gracefully, (iii) the
5666         code meant to have the call stack display for errors does not work
5667         (its handling should move from m4 to autom4te).
5669         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5670         Use them.
5671         (@preselect): Add m4_warn.
5672         ($exit_status): Remove, use $exit_code.
5673         ($help): Use Autom4te::ChannelDefs::usage.
5674         (&handle_m4): No longer define the m4_warnings.
5675         At each run, extract and report the warnings.
5676         Always cache the result, including if the exit status is on
5677         failure, since if nothing changes, we should result in the same
5678         failure, hence we can use the cache.
5679         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5680         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5681         Remove.
5682         (m4_warn): Redefine as a do-nothing: it is its invocation that
5683         matters, as warnings are now reported via traces.
5684         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5685         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5686         the latter reveals calls to the former.
5688         Adjust the tests.
5690         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5692 2003-08-21  Akim Demaille  <akim@epita.fr>
5694         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5695         Use them.
5697 2003-08-21  Akim Demaille  <akim@epita.fr>
5699         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5700         forward order.
5701         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5702         (&parse_warnings): Accept a list of warning requests.
5703         (&usage): Return a string, not a side effect.
5704         (cross): New warning category.
5706 2003-08-21  Akim Demaille  <akim@epita.fr>
5708         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5709         (&require_configure_ac): Accept an optional directory argument.
5710         ($configure_ac): Remove.
5711         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5712         (&catfile): Remove.
5713         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5714         * bin/autoscan.in: Adjust.
5716 2003-08-20  Akim Demaille  <akim@epita.fr>
5718         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5719         Reported by Alexandre Duret-Lutz.
5721 2003-08-20  Akim Demaille  <akim@epita.fr>
5723         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5724         * bin/autom4te: Adjust.
5725         In particular, be Autoconf tools are really silent when properly
5726         working, bind the verbosity of the 'note' channel to $verbose.
5727         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5728         (&xsystem, &contents): Remove, since they are exported by...
5729         * lib/Autom4te/FileUtils.pm: this.
5730         More perldoc.
5731         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5732         * lib/Autom4te/FileUtils.pm: here.
5734 2003-08-20  Akim Demaille  <akim@epita.fr>
5736         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5737         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5738         from CVS Automake.
5740 2003-08-20  Akim Demaille  <akim@epita.fr>
5742         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5743         (autom4te-update): New.
5744         * Makefile.cfg (update): Bind autom4te-update.
5746 2003-08-19  Derek Price  <derek@ximbiot.com>
5748         * lib/autotest/general.m4: Comment various HELP_* diversions.
5749         (PARSE_ARGS_BEGIN): New section for option parsing related
5750         initialization.
5751         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5752         package specific options and associated help.
5754 2003-08-19  Akim Demaille  <akim@epita.fr>
5756         * config/announce-gen, Makefile.cfg: New.
5757         * Makefile.am: Adjust.
5758         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5760 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5762         * lib/autom4te.in (Automake-preselections): Preselect
5763         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5764         and m4_sinclude.
5766 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5768         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5769         (Autoconf-without-aclocal-m4): ... this new language.
5770         * doc/autoconf.texi (autom4te Invocation): Mention
5771         Autoconf-without-aclocal-m4.
5773 2003-08-18  Derek Price  <derek@ximbiot.com>
5775         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5776         RUN-IF-PASS optional arguments.
5778 2003-08-18  Derek Price  <derek@ximbiot.com>
5780         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5782 2003-08-16  Derek Price  <derek@ximbiot.com>
5784         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5785         STDOUT & STDERR arguments.
5787 2003-08-14  Derek Price  <derek@ximbiot.com>
5789         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5790         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5791         shorter column three.  Add DESCRIPTION to log file content.
5793 2003-08-13  Derek Price  <derek@ximbiot.com>
5795         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5796         output.
5798 2003-08-12  Derek Price  <derek@ximbiot.com>
5800         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5801         (AT_CHECK_NOESCAPE): Move core functionality to...
5802         (_AT_CHECK): ...this new macro.
5804 2003-08-07  Derek Price  <derek@ximbiot.com>
5806         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5807         (AT_CHECK_NOESCAPE): ...to this new macro.
5809 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5811         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5812         in Bash 2.01.  Problem reported by Brian Gough in
5813         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5815 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5817         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5818         -lcrt1.o, for OS X.  (trivial change)
5820 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5822         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5823         inside '#ifndef __cplusplus'.  Problem reported by
5824         Bob Friesenhahn.
5826 2003-07-06  Bill Clarke  <llib@computer.org>
5828         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5829         'long', not 'int', for benefit of Sun's recent C++ compilers
5830         (trivial change).  See:
5831         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5832         (This really should be 'intptr_t', not 'long', but that would
5833         take more work.)
5835 2003-06-25  Akim Demaille  <akim@epita.fr>
5837         * lib/Makefile.am (autom4te.cfg): Make it read only.
5838         Depend on Makefile since it contains substitutions.
5839         From Paolo Bonzini.
5840         * lib/autom4te.in (args): Add local.at? for Autotest args.
5841         This change was made on autom4te.cfg which is generated.
5842         Reported by Raja R. Harinath.
5844 2003-06-25  Akim Demaille  <akim@epita.fr>
5846         * doc/autoconf.texi (Header Portability): sys/mount.h.
5847         From Gareth McCaughan.
5849 2003-06-23  Akim Demaille  <akim@epita.fr>
5851         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5852         not all of them.  This fixes 1. the fact that when testing
5853         Autoconf there are many many config.log, 2. the incorrect use of
5854         top_srcdir to find config.log.
5855         Don't mix the detailed output of failed test with the summary of
5856         failures.  Rather, append detailed log afterwards.
5858 2003-06-23  Akim Demaille  <akim@epita.fr>
5860         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5861         always run: output config.log on $at_group_log.
5863 2003-06-23  Akim Demaille  <akim@epita.fr>
5865         * tests/torture.at (#define header templates): Don't use quotes in
5866         C++ comments as it puzzles Emacs' sh font-lock-mode.
5868 2003-06-23  Akim Demaille  <akim@epita.fr>
5870         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5871         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5872         * tests/atspecific.m4: Rename as...
5873         * tests/local.at: This.
5874         * tests/suite.at: Move the globals into...
5875         * tests/local.at: here.
5876         * tests/Makefile.am: Adjust.
5877         * doc/autoconf.texi (testsuite Scripts): Adjust.
5879 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5881         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5882         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5883         ensuring we add -std1 for full-ANSI.
5885         * doc/autoconf.texi (hdrindex): New macro.
5886         Add index entries for portability of various standard header files.
5888 2003-06-20  Akim Demaille  <akim@epita.fr>
5890         * configure.ac: Bump to 2.57b.
5892 2003-06-20  Akim Demaille  <akim@epita.fr>
5894         Version 2.57a.
5896 2003-06-20  Akim Demaille  <akim@epita.fr>
5898         * bin/autom4te.in: Don't rely on $HOME being defined.
5899         Reported by Marc Espie as PR/233.
5901 2003-06-20  Akim Demaille  <akim@epita.fr>
5903         * lib/autotest/general.m4: Use at_times_file only if used.
5904         From Nicolas Joly.
5906 2003-06-20  Akim Demaille  <akim@epita.fr>
5908         * config/config.guess, config/config.sub, config/elisp-comp,
5909         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5910         Update from masters.
5912 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5914         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5915         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5916         (TEST_SCRIPT): New diversion.
5917         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5918         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5919         (AT_INIT): Support for expected failures.
5921 2003-06-02  Akim Demaille  <akim@epita.fr>
5923         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5924         changes.
5925         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5926         Autoconf nor Automake.
5927         (&contents): New, from Automake.
5928         PODify.
5930 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5932         * NEWS, doc/autoconf.texi (Particular Functions),
5933         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5934         is the inverse of localtime.
5936 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5938         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5939         (handle_exec_errors): New function.  Work around $! being
5940         altered by WEXITSTATUS.
5941         (xqx, xsystem): Use handle_exec_errors.
5943 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5945         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5946         Do not call `_exit()', simply modify `$?'.
5947         (xsystem): Reset $! before running system, and check it afterward.
5948         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5949         63 for version mismatches.
5951 2003-05-23  Akim Demaille  <akim@epita.fr>
5953         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5954         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5955         the middle of a line).
5956         * lib/m4sugar/m4sugar.m4: Likewise.
5957         Remove useless spaces in comments.
5959 2003-05-23  Akim Demaille  <akim@epita.fr>
5961         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5962         exit 63, so that we (or Automake's "missing") can tell the
5963         difference with a plain failure.
5964         * doc/autoconf.texi (Notices): Adjust.
5966 2003-05-23  Akim Demaille  <akim@epita.fr>
5968         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5969         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5970         White spaces cleanup.
5972 2003-05-22  Jim Meyering  <jim@meyering.net>
5973             Paul Eggert  <eggert@twinsun.com>
5975         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5976         Remove `#include <stdlib.h>' from the list; we should never
5977         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5978         resulting namespace pollution would cause other tests to fail.
5979         Configure scripts run with some older versions of g++ and HP's
5980         aCC would fail due to such an #include.  Problems reported by
5981         Matthew Mueller in <http://bugs.debian.org/120704> and by
5982         Keith Bostic in
5983         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5984         In the test, use the test declaration before including <stdlib.h>,
5985         as that's closer to how it'll be used.
5987 2003-05-23  Akim Demaille  <akim@epita.fr>
5989         * doc/autoconf.texi (Header Portability): ucred.h.
5990         From Ian Redfern.
5992 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5994         Overhaul Autotest's logging: generate separate log files
5995         in testsuite.dir/NNN/testsuite.log, and append them to
5996         testsuite.log instead of re-running the test verbosely.
5998         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5999         file descriptor, write 0 to at_status_file instead of setting
6000         at_status=0, initialize some new variables (at_status_file,
6001         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
6002         to rerun the tests, instead append the at_group_log to the
6003         at_suite_log when a test fails.
6004         (AT_SETUP): pipe the test case's output into at_tee_pipe,
6005         with the AS_MESSAGE_LOG_FD redirected to stdout.
6006         (AT_CLEANUP): save the output status in $at_status_file
6007         and restore it, redirect the AS_MESSAGE_LOG_FD back to
6008         its original place.
6009         (AT_CHECK): since tests are run with a redirected stdout,
6010         and used to be re-run in verbose mode, turn some $at_verbose
6011         into echo, and don't redirect the output of testing stdout
6012         and stderr.
6014         * lib/autotest/autoconf.texi (testsuite Scripts): Update
6015         the name of the debugging directory and information about
6016         its contents.
6018 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6020         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
6021         parameter.
6023 2003-05-22  Akim Demaille  <akim@epita.fr>
6025         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
6026         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
6027         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
6028         * lib/autoconf/status.m4: Fix and adjust copyright notices.
6030 2003-05-22  Akim Demaille  <akim@epita.fr>
6032         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
6033         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
6034         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
6035         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
6036         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
6037         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6038         * lib/autoconf/status.m4, lib/autoconf/types.m4,
6039         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6040         * tests/atspecific.m4, tests/base.at, tests/compile.at,
6041         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6042         * tests/tools.at, tests/torture.at:
6043         Whitespace clean up.
6044         Suggested by Jim Meyering.
6046 2003-05-22  Akim Demaille  <akim@epita.fr>
6048         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6049         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6050         Reported by Jim Meyering.
6052 2003-05-22  Akim Demaille  <akim@epita.fr>
6054         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6055         Add AC_HELP_STRING  to the obsolete macros section.
6056         Typos.
6057         Use '@.' for sentences that ended in a capital letter.
6058         From Art Haas.
6060 2003-05-22  Akim Demaille  <akim@epita.fr>
6062         * config/config.guess, config/config.sub, config/elisp-comp,
6063         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6064         * config/texinfo.tex, doc/standards.texi: Update from masters.
6066 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
6068         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6069         it to eval.
6071 2003-05-21  Akim Demaille  <akim@epita.fr>
6073         * bin/autoupdate.in ($m4): Fix quotation.
6074         Reported by Martin Mokrejs.
6076 2003-05-19  Paul Eggert  <eggert@twinsun.com>
6078         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6079         Remove non-ASCII characters.
6081 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
6083         * tests/semantics.at (AC_SEARCH_LIBS): New test.
6084         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6085         AC_CHECK_HEADERS_NEW): New tests.
6087 2003-05-17  Akim Demaille  <akim@epita.fr>
6089         * lib/autoconf/functions.m4: Use the default includes so that
6090         memcmp be declared before being tested.
6091         Reported by Sander Niemeijer.
6092         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6093         * doc/autoconf.texi (Default Includes): Document
6094         AC_INCLUDES_DEFAULT.
6096 2003-05-17  Akim Demaille  <akim@epita.fr>
6098         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6099         * doc/autoconf.texi (Obsolete Macros): Adjust.
6100         Reported by Werner LEMBERG and Debian Bug 190886.
6102 2003-05-16  Akim Demaille  <akim@epita.fr>
6104         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6105         user name space clashes.
6106         Reported by Bruno Haible.
6108 2003-05-16  Akim Demaille  <akim@epita.fr>
6110         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6111         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6112         them uniform, and more robust to Perl special characters.
6113         Reported by Martin Mokrejs.
6115 2003-05-14  Akim Demaille  <akim@epita.fr>
6117         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6119 2003-05-14  Akim Demaille  <akim@epita.fr>
6121         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6122         linux/irda.h.
6124 2003-05-12  Akim Demaille  <akim@epita.fr>
6126         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6127         message.
6128         From Matthias Andree.
6130 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6132         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6133         and truncate.
6135 2003-05-06  Akim Demaille  <akim@epita.fr>
6137         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6138         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6139         by aclocal.m4 is changed it might require the importing of another
6140         m4 extension file, i.e., aclocal must be run.
6142         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6143         (&parse_args): Use --force with aclocal if required and supported.
6144         (&autoreconf_current_directory): Use &run_aclocal.
6146 2003-05-06  Akim Demaille  <akim@epita.fr>
6148         Lock autom4te's cache.
6150         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6151         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6152         argument instead of a file name, so that the request file remains
6153         open during the whole autom4te run.
6154         ($icache_file): New.
6155         (&freeze): Lock the $icache_file.
6157 2003-04-29  Derek Price  <derek@ximbiot.com>
6159         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6160         seperator with m4_append_uniq().  It doesn't work.
6161         (AT_CLEANUP): Add `;' to end of at_help_all.
6162         (AT_INIT): Allow --keywords to be specified more than once.  When
6163         grepping $at_help_all for keywords, use the field and keyword
6164         seperators to ensure a complete keyword match.  Alter at_prev handling
6165         to support the new --keywords behavior.
6167 2003-04-27  Karl Berry  <karl@freefriends.org>
6169         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6170         align better with others.  I also made some of the individual
6171         entries on one line, for brevity and to make it easier for me to
6172         sort my dir-example file in the Texinfo distribution :).
6174 2003-04-12  Jim Meyering  <jim@meyering.net>
6176         * NEWS: Mention the new macro.
6177         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6178         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6179         * tests/c.at: Test AC_C_RESTRICT.
6180         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6182 2003-04-08  Akim Demaille  <akim@epita.fr>
6184         * bin/ifnames.in: Skip C++ comments.
6185         From Jeremy Yallop.
6187 2003-04-08  Akim Demaille  <akim@epita.fr>
6189         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6190         From Ilya Zakharevich.
6192 2003-04-08  Akim Demaille  <akim@epita.fr>
6194         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6195         net/if.h, stdlib.h.
6197 2003-04-01  Derek Price  <derek@ximbiot.com>
6199         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6200         from Akim's checkin of 2003-03-29.
6202 2003-04-01  Derek Price  <derek@ximbiot.com>
6204         * tests/torture.at (Configuring subdirectories): Add missing
6205         close-quote for Akim's change from 2003-03-28.
6207 2003-04-01  Akim Demaille  <akim@epita.fr>
6209         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6210         (AC, AT, MS): these.
6211         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6212         New.
6213         Use them.
6214         * doc/Makefile.am (CLEANFILES): Adjust.
6215         (TEXI2DVI): Make it --batch.
6217 2003-03-31  Derek Price  <derek@ximbiot.com>
6219         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6220         which removed the main loop.
6221         Thanks to Akim Demaille.
6223 2003-03-29  Akim Demaille  <akim@epita.fr>
6225         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6226         that starts a GUI.
6227         From Ilya Zakharevich.
6229 2003-03-29  Akim Demaille  <akim@epita.fr>
6231         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6232         documentation to read is Autoconf's.
6233         Suggested by Paul Eggert.
6235 2003-03-28  Akim Demaille  <akim@epita.fr>
6237         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6238         reading the section "Present But Cannot Be Compiled" when the
6239         header causes problems.
6241 2003-03-28  Akim Demaille  <akim@epita.fr>
6243         * tests/torture.at (Configuring subdirectories): Require aclocal
6244         1.4, otherwise the test fails, as it does support configure.ac.
6245         This fixes the "test 40 failed" bug reports.
6247 2003-03-28  Akim Demaille  <akim@epita.fr>
6249         * doc/autoconf.texi (C Compiler): `#line' portability.
6250         From Paul Eggert and Nelson H. F. Beebe.
6252 2003-03-27  Derek Price  <derek@ximbiot.com>
6254         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6255         layout in order to allow scripting around test groups.
6257 2003-03-27  Derek Price  <derek@ximbiot.com>
6259         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6260         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6261         use new diversions in preparation for accepting new arguments and
6262         allowing scripting around tests.
6263         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6265 2003-03-26  Derek Price  <derek@ximbiot.com>
6267         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6268         obsolete AC_HELP_STRING.
6269         (AC_HELP_STRING): AU_DEFUN to...
6270         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6271         * tests/m4sh.at (AS_HELP_STRING): New test.
6273         * tests/acgeneral.at: Regenerated.
6275 2003-03-26  Derek Price  <derek@ximbiot.com>
6277         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6278         sense.  Verbosify the diversion definitions comment.
6280 2003-03-26  Derek Price  <derek@ximbiot.com>
6282         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6283         AS_PREPARE.
6285 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6287         * doc/autoconf.texi (Present But Cannot Be Compiled):
6288         Grammar fixes and minor rewording. (trivial change)
6290 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6292         Work around a problem noted by Nelson H. F. Beebe with coreutils
6293         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6294         2002/05/09) rejects '#line 32768 "configure"' because the line
6295         number overflows.
6296         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6297         #line directives.
6298         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6299         * doc/autoconf.texi (Generating Sources): Document this.
6301 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6303         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6304         file name for the m4 program, when it has an "exe" file extension.
6305         DJGPP's error messages include the error code in brackets -
6306         remove the error code during normalization.
6308 2003-02-28  Akim Demaille  <akim@epita.fr>
6310         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6312 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6314         * doc/autoconf.texi (Limitations of Make): Remove the section
6315         about `$<' in inference rules, it was a bogus interpretation of
6316         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6317         Tru64 make in the "target lookup" section.
6318         (Automake): Automake 1.5+ no longer requires special tools to be
6319         present on the developer's host.
6321 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6323         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6324         to a shell that can handle redirection or quoting correctly.
6325         Override SHELL with the shell detected by configure.
6326         Use of $^O suggested by Tim van Holder.
6327         * bin/autom4te.in (BEGIN): Likewise.
6328         * bin/autoreconf.in (BEGIN): Likewise.
6329         * bin/autoscan.in (BEGIN): Likewise.
6330         * bin/autoupdate.in (BEGIN): Likewise.
6331         * bin/ifnames.in (BEGIN): Likewise.
6333         * bin/ifnames.in: Add final newline to help and version messages.
6335         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6336         to cope with DOS-style absolute paths, when constructing
6337         ${ac_make}.
6339         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6340         When constructing paths with IFS=:, quote the path. If we're
6341         constructing a DOS-style absolute path, we don't want to split it
6342         on the colon.
6344         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6345         in description.
6347 2003-02-25  Pavel Roskin  <proski@gnu.org>
6349         * bin/autoheader.in: Add missing newline when printing
6350         suggestion how change AC_DEFINE call.
6352 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6354         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6355         2002-09-01 patch by replacing "test -n" with "test -z".
6356         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6357         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6359         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6360         to fix a mismatch between example and discussion.
6362 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6364         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6365         format starting with "-".
6367 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6369         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6370         is not portable inside Makefile.
6372 2003-02-20  Akim Demaille  <akim@epita.fr>
6374         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6375         compiler says yeah, but preproc says nope, compiler is right.
6376         Conversely, prompt the reader to send a bug report to the
6377         maintainers of the package, not of Autoconf.
6379 2003-02-20  Klee Dienes  <kdienes@apple.com>
6381         * bin/autoreconf.in (autoreconf_current_directory): Properly
6382         handle an empty aclocal.m4.
6384 2003-02-20  Akim Demaille  <akim@epita.fr>
6386         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6387         $ac_prefix_program.
6388         From Larry Jones.
6390 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6392         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6393         innocuous variant befor including <limits.h> or <assert.h>.  This
6394         works around a bug reported by Albert Chin: HP-UX 11i
6395         (and earlier versions) have a <limits.h> that declares
6396         gettimeofday and many other functions.
6398 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6400         Version 2.57.
6402         * NEWS, configure.ac: Update version.
6404         * doc/fdl.texi: Upgrade to FDL version 1.2.
6406         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6407         nontrivially in main's body, so that f's external declaration is
6408         not optimized away in AIX.  This should fix the bug reported by
6409         Martin Frydl in
6410         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6412         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6413         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6414         defined, to support freestanding compilers.  This should fix the
6415         bug reported by Momchil Velkov in
6416         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6418         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6419         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6420         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6421         by Simon Josefsson in
6422         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6424         * Makefile.maint (www-gnu): New macro.
6425         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6426         the location has moved.
6428 2002-12-02  Martin Frydl  <martin@systinet.com>
6430         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6431         \(.*\) match is too long and there is something more to be checked.
6432         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6434 2002-11-15  Akim Demaille  <akim@epita.fr>
6436         Version 2.56.
6438         * config/install-sh: chmod +x.
6439         From Paul Eggert.
6440         * config/move-if-change: Indenting changes.
6441         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6442         * configure.ac (AM_INIT_AUTOMAKE): here.
6443         Require 1.7.1.
6445 2002-11-14  Akim Demaille  <akim@epita.fr>
6447         Version 2.55.
6449         * config/config.guess, config/config.sub, config/install-sh:
6450         Update from masters.
6452 2002-11-14  Akim Demaille  <akim@epita.fr>
6454         * Makefile.maint: Sync with Bison, i.e.:
6455         (po-check): Scan .l and .y files instead of the
6456         .c and the .h files that they generate.  This fixes the bug
6457         reported by Tim Van Holder in:
6458         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6459         Look for N_ as well as for _.  Try to avoid matching #define for
6460         N_ and _.
6461         From Paul Eggert.
6463 2002-11-14  Akim Demaille  <akim@epita.fr>
6465         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6466         From Paul Eggert and Albert Chin-A-Young.
6468 2002-11-14  Akim Demaille  <akim@epita.fr>
6470         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6471         From Paul Eggert and Albert Chin-A-Young.
6473 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6475         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6476         than assigning in main, to avoid HP cc +O3 optimizing it away.
6478 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6480         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6481         option.  Process --recheck after parsing all options.  Pass -q
6482         option to configure on --recheck.
6483         (AC_OUTPUT): Pass -q from configure to config.status.
6484         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6485         arguments to record.
6486         * doc/autoconf.texi (config.status Invocation): Document
6487         config.status -q option.
6489 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6491         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6492         Makefile.in if Makefile.am exists.
6493         (output): Strip `.am' from Makefiles.  Don't
6494         output AC_CONFIG_FILES if no Makefiles were found.
6496 2002-11-07  Akim Demaille  <akim@epita.fr>
6498         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6499         (local_updates): New.
6500         * Makefile.maint: Update, from CVS Bison.
6501         (local_updates): New.
6503 2002-11-06  Akim Demaille  <akim@epita.fr>
6505         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6506         declaration in extern "C" too.
6507         Reported by Roberto Bagnara.
6509 2002-11-06  Akim Demaille  <akim@epita.fr>
6511         * tests/torture.at (Configuring subdirectories): Don't use grep
6512         -w.
6513         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6514         Reported by Ezra Peisach.
6516 2002-11-05  Akim Demaille  <akim@epita.fr>
6518         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6519         Remove.
6520         We _have_ to stop using the old compatibility scheme that tried to
6521         avoid useless backslashes because Libtool 1.4.3 contains a
6522         AC_DEFINE([error_t], [int],
6523         [Define to a type to use for \`error_t' if it is not
6524         otherwise available.])
6525         We _have_ to quote the single quote and backslashes with \.  The
6526         old compatibility scheme saw that ` was backslashed, and therefore
6527         did not quote the single quote.  Hence before this patch, Autoconf
6528         was not compatible with Libtool.
6530 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6532         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6533         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6534         LC_NAME, LC_PAPER, LC_TELEPHONE.
6535         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6537 2002-11-04  Akim Demaille  <akim@epita.fr>
6539         Version 2.54c.
6541         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6542         New.
6543         * config/texinfo.tex: Update.
6545 2002-11-03  Akim Demaille  <akim@epita.fr>
6547         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6548         from...
6549         (&autoreconf): here.
6550         ($help, $make, &parse_args, &autoreconf_current_directory):
6551         Support -m/--make.
6552         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6554 2002-10-31  Bruno Haible  <bruno@clisp.org>
6556         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6557         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6558         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6559         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6560         to ac_cv_func_realloc_0_nonnull.
6561         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6563 2002-10-31  Akim Demaille  <akim@epita.fr>
6565         The test suite was no longer checking for trailing envvars and files.
6567         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6568         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6570 2002-10-31  Akim Demaille  <akim@epita.fr>
6572         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6573         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6574         Make variable, not a shell variable.
6575         Suggested by Bruno Haible.
6577 2002-10-31  Akim Demaille  <akim@epita.fr>
6579         * bin/autom4te.in (load_configuration): Reject #args out of any
6580         language.
6582 2002-10-31  Akim Demaille  <akim@epita.fr>
6584         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6585         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6586         (_AC_RUN_IFELSE): Use it.
6587         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6588         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6589         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6590         inline it.
6592 2002-10-30  Akim Demaille  <akim@epita.fr>
6594         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6595         * doc/autoconf.texi (autom4te Invocation): Adjust.
6596         Suggested by Tim van Holder.
6598 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6600         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6601         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6602         Problem reported by Bruno Haible.
6604 2002-10-29  Akim Demaille  <akim@epita.fr>
6606         * doc/autoconf.texi (Header Templates): Put also in words what the
6607         pictures says to assist free style readers.
6608         (Customizing autom4te): s/--cache=/--cache /.
6610 2002-10-29  Akim Demaille  <akim@epita.fr>
6612         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6613         sys/wait.h.
6614         sparc_address_test returns void.
6615         Use it with an argument, as prototyped.
6616         From Bruno Haible.
6618 2002-10-29  Akim Demaille  <akim@epita.fr>
6620         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6621         configure.in, not configure.ac.
6622         Reported by Bruno Haible.
6624 2002-10-29  Akim Demaille  <akim@epita.fr>
6626         * tests/torture.at (Deep Package): New test.
6627         (Configuring subdirectories): Don't use a testSubDir as Autotest
6628         now does it itself.
6630 2002-10-29  Akim Demaille  <akim@epita.fr>
6632         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6633         * doc/autoconf.texi (Invoking autom4te): Rename as...
6634         (autom4te Invocation): this, for consistency with the other nodes.
6636 2002-10-29  Akim Demaille  <akim@epita.fr>
6638         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6639         Reported by Ralf Corsepius.
6641 2002-10-29  Akim Demaille  <akim@epita.fr>
6643         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6644         characters is a back as an `obsolete' warning now.
6645         Reported by Ralf Corsepius.
6647 2002-10-28  Akim Demaille  <akim@epita.fr>
6649         * configure.ac: Bump to 2.54c.
6651 2002-10-28  Akim Demaille  <akim@epita.fr>
6653         Version 2.54b.
6655         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6657 2002-10-28  Akim Demaille  <akim@epita.fr>
6659         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6660         m4 executable names, and different GNU M4 version.
6661         Reported by Ezra Peisach and Paul Jarc.
6663 2002-10-27  Akim Demaille  <akim@epita.fr>
6665         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6666         AC_RUN_IFELSE.
6668 2002-10-27  Akim Demaille  <akim@epita.fr>
6670         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6671         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6672         Die when a simple Fortran program cannot be compiled.
6673         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6674         Issue a warning if no function is given.
6676 2002-10-27  Akim Demaille  <akim@epita.fr>
6678         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6679         Move the documentation of AC_TRY_RUN to...
6680         (Obsolete Macros): here.
6681         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6682         (autoconf Invocation): Remove the duplicates with `invoking
6683         autom4te'.
6684         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6685         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6687 2002-10-27  Akim Demaille  <akim@epita.fr>
6689         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6690         and AC_LANG_FUNC_LINK_TRY.
6691         (Examining Libraries): Rename as...
6692         (Running the Linker): this.
6693         Document AC_LINK_IFELSE.
6694         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6695         (Obsolete Macros): here.
6696         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6697         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6698         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6699         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6701 2002-10-27  Akim Demaille  <akim@epita.fr>
6703         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6705         More `check config.log' messages.
6707         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6708         * doc/autoconf.texi (Printing Messages): Document it.
6709         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6710         appropriate.
6711         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6712         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6713         (_AC_COMPILER_OBJEXT): Likewise.
6714         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6715         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6716         Likewise.
6717         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6718         Likewise.
6720         Deprecate macros with unusual interfaces.
6722         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6723         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6725         Document the new ones, and proper style.
6727         * doc/autoconf.texi (Generating Sources): New.
6728         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6729         (Examining Declarations): Rename as...
6730         (Running the Preprocessor): this.
6731         Document AC_PREPROC_IFELSE.
6732         (Examining Syntax): Rename as...
6733         (Running the Compiler): this.
6734         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6735         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6736         AC_TRY_COMPILE here.
6738 2002-10-27  Akim Demaille  <akim@epita.fr>
6740         Move sections around.
6742         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6743         sentence.
6744         Reported by Burno Haible.
6745         (Language Choice): Now the first section of...
6746         (Writing Tests): this section.
6747         Make the introduction less C-centric.
6748         (Guidelines, Test Functions): Move to...
6749         (Writing Test Programs): this new section.
6750         (Test Programs): Merge into...
6751         (Run Time): this.
6753 2002-10-27  Akim Demaille  <akim@epita.fr>
6755         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6756         autom4te.in that resulted in the need for two `make' runs.
6758 2002-10-27  Akim Demaille  <akim@epita.fr>
6760         * configure.ac: Bump to 2.54b.
6762 2002-10-25  Akim Demaille  <akim@epita.fr>
6764         Version 2.54a.
6766         * Makefile.maint: Update from the Coreutils.
6767         (AMTAR): Remove, obsolete.
6768         (automake_repo): Update to redhat.com.
6769         (cvs_file): New.
6770         Adjust to the fact that ansi2knr is now hosted by Automake.
6771         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6772         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6773         Update from masters.
6774         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6775         autoscan.pre is not to be installed, and autoscan.list is not to
6776         be shipped.
6777         (CLEANFILES): Add autoscan.list.
6778         (autoscan.list): Disable the cache.
6779         * bin/Makefile.am: Include freeze.mk.
6781 2002-10-25  Akim Demaille  <akim@epita.fr>
6783         * bin/autom4te.in (&load_configuration): Take the file as
6784         argument.
6785         (&parse_args): Handle -C, --cache.
6786         ($help): Adjust.
6787         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6788         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6789         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6790         Now a subsection of...
6791         (Using autom4te): This new section.
6792         (Customizing autom4te): New.
6793         (autom4te.cache): Adjust.
6795 2002-10-25  Akim Demaille  <akim@epita.fr>
6797         * doc/autoconf.texi (Generic Headers): More information on how to
6798         use AC_CHECK_HEADERS.
6800 2002-10-25  Akim Demaille  <akim@epita.fr>
6802         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6803         Space changes.
6805 2002-10-25  Akim Demaille  <akim@epita.fr>
6807         * bin/autoscan.in (output): Output AC_PREREQ.
6808         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6809         be reported.
6811 2002-10-23  Akim Demaille  <akim@epita.fr>
6813         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6814         document _Bool.
6816 2002-10-23  Akim Demaille  <akim@epita.fr>
6818         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6819         Reported by Peter Eisentraut.
6821 2002-10-23  Akim Demaille  <akim@epita.fr>
6823         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6824         type _Bool.
6825         Fix a typo.
6826         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6827         Eggert's recommandations.
6829 2002-10-22  Akim Demaille  <akim@epita.fr>
6831         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6832         Bison, by Paul Eggert.
6833         * doc/autoconf.texi (Particular Headers): Document it.
6835 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6837         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6838         `$ac_configure_args'.
6840 2002-10-22  Akim Demaille  <akim@epita.fr>
6842         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6843         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6844         From Art Haas.
6846 2002-10-22  Akim Demaille  <akim@epita.fr>
6848         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6850         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6851         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6852         (_AC_CHECK_HEADER_NEW): Rename as...
6853         (AC_CHECK_HEADER): this.
6855 2002-10-22  Akim Demaille  <akim@epita.fr>
6857         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6858         words about HP-UX cmp: it was actually a user-written cmp.
6860 2002-10-22  Akim Demaille  <akim@epita.fr>
6862         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6863         are a few warnings.
6864         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6865         Quote for Perl '' strings, not "".
6866         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6867         strings.
6869 2002-10-22  Akim Demaille  <akim@epita.fr>
6871         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6872         characters is a syntax warning now.
6873         (_AS_QUOTE): Accept $2 as list of characters to quote.
6874         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6875         Quote for Perl, not sh.
6876         * bin/autoheader.in: When $debug, report the file which is
6877         `do'ne.
6878         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6879         `@', to tickle Perl's lists.
6880         Reported by Carlos Velasco.
6882 2002-10-18  Akim Demaille  <akim@epita.fr>
6884         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6885         missing included files _are_ errors.
6886         Thanks to Alexandre Duret-Lutz.
6887         * tests/tools.at (autom4te cache): Adjust.
6888         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6889         (AT_CHECK_M4SUGAR): Use it.
6890         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6891         Adjust.
6892         * tests/tools.at (autom4te): Now it does exit 1.
6894 2002-10-17  Akim Demaille  <akim@epita.fr>
6896         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6897         Fixes the `AC_ARG_VAR' test failures.
6898         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6899         * lib/freeze.mk (check-forbidden-patterns): New.
6900         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6901         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6902         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6903         /dev/null.
6904         Reported months ago by H. Merijn Brand.
6906 2002-10-17  Akim Demaille  <akim@epita.fr>
6908         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6910 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6912         * Makefile.maint (wget_files): Remove ansi2knr.c.
6913         (ansi2knr.c-url_prefix): Remove.
6915 2002-10-16  Akim Demaille  <akim@epita.fr>
6917         Because of caching, some files that no longer exist and are no
6918         longer required can still cause errors.
6919         Reported by Alexandre Duret-Lutz.
6921         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6922         to frozen files in @ARGV, as @ARGV must remain being a list of
6923         files.  Rather, at M4 call sites, use this...
6924         (&files_to_options): New function.
6925         (&freeze): Use &error.
6926         (&up_to_date): If a file that was included according to the cache
6927         is no longer there, then the output is out dated.
6928         (&main): Don't even check whether a file is up to date is anyway
6929         --force is given.
6930         * tests/tools.at (autom4te cache): New.
6932 2002-10-16  Akim Demaille  <akim@epita.fr>
6934         * bin/autoconf.as: Kill dead options.
6935         * bin/autoupdate.in (&parse_args): Kill old options.
6936         * bin/autoreconf.in (&parse_args): Remove dead options.
6937         Factor some code.
6938         (&autoreconf): Report the directories we enter *and leave*, so
6939         that error messages can be easily located, and use GNU Make
6940         format, so that Emacs' compile mode understands us.
6941         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6942         if some file was changed instead of `print'.
6943         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6944         (&parse_args): Remove the dead options.
6945         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6946         autoheader's quiet mode.
6947         (AT_CHECK_AUTOUPDATE): Likewise.
6948         * tests/tools.at (autoupdate): Adjust.
6949         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6951 2002-10-11  Akim Demaille  <akim@epita.fr>
6953         No longer use CPP to check for the existing of headers: use CC to
6954         check for compilability.
6956         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6957         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6958         (_AC_CHECK_HEADER_NEW): Rename as...
6959         (AC_CHECK_HEADER): this.
6961         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6962         numbers in the Subject suggestion.
6964 2002-10-11  Akim Demaille  <akim@epita.fr>
6966         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6967         Suggest using AC_CHECK_DECLS instead.
6969 2002-10-11  Akim Demaille  <akim@epita.fr>
6971         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6972         of `precious'.
6974 2002-10-11  Akim Demaille  <akim@epita.fr>
6976         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6977         file name to enable parallel executions.
6978         From Sam Varshavchik.
6980 2002-10-08  Akim Demaille  <akim@epita.fr>
6982         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6983         aclocal invocation, as Gettext macros might not be visible to
6984         aclocal.
6985         Instead of blindly running autopoint, scan configure.ac (not the
6986         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6987         Reported by Paul D. Smith.
6989 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6991         Work around problems found when POSIXLY_CORRECT=1 is set.
6992         None of this seems to have anything to do with POSIX, really,
6993         but it's how Perl getopt works.
6994         * bin/autom4te.in (parse_args): Configure GetOpt with
6995         "permute", too.
6996         * doc/autoconf.texi (Invoking autom4te):
6997         --warning -> --warnings.
6998         * lib/autom4te.in: --warning -> --warnings.
7000 2002-09-28  Akim Demaille  <akim@epita.fr>
7002         * doc/autoconf.texi (autom4te.cache): New section.
7004 2002-09-28  Akim Demaille  <akim@epita.fr>
7006         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
7007         (Automake-preselections): Update.
7008         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
7010 2002-09-28  Akim Demaille  <akim@epita.fr>
7012         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
7013         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
7014         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7015         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
7017 2002-09-28  Akim Demaille  <akim@epita.fr>
7019         * tests/torture.at (Configuring subdirectories): Be robust to
7020         users who use config.site to require for a cache: in this case,
7021         the two last configure runs, using two different sets of
7022         arguments, trigger a legitimate error.
7024 2002-09-28  Akim Demaille  <akim@epita.fr>
7026         * tests/m4sh.at (Functions Support, Functions and return Support):
7027         New.
7029 2002-09-28  Akim Demaille  <akim@epita.fr>
7031         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
7032         autoheader are Perl programs.
7033         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
7034         (autom4te): Specify that the sources are in the $srcdir.
7035         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7037 2002-09-28  Akim Demaille  <akim@epita.fr>
7039         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7040         (tm_zone): Move their rules to...
7041         * lib/autoconf/types.m4: here, using AN_ macros.
7042         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7043         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7044         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7045         * lib/autoconf/programs.m4: here.
7046         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7047         (ETAGS_FOR_AUTOCONF): New.
7048         Use it.
7050 2002-09-28  Akim Demaille  <akim@epita.fr>
7052         * lib/autoconf/autoscan.m4: New file.
7053         * lib/autoconf/autoconf.m4: Include it.
7054         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7055         that were listed in the original autoscan.list.
7056         * lib/autoconf/headers.m4: Similarly with headers.
7057         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7058         (.m4.m4f): Don't pass --prepend-include, since that's done by
7059         tests/autom4te itself.
7060         * lib/autoscan/Makefile.am: Include freeze.mk.
7061         (autoscan.list): New target --this file is no longer a source.
7062         (autoscan.pre): New file.
7064 2002-09-28  Akim Demaille  <akim@epita.fr>
7066         * bin/autoscan.in (@kinds): Make them singular.
7067         Adjust all uses.
7068         (&init_tables): When --debug, report the list of rules to ease
7069         tracking changes in autoscan.list.
7070         * lib/autoscan/autoscan.list (function): Strip comments, sort.
7072 2002-09-28  Akim Demaille  <akim@epita.fr>
7074         * lib/autoscan/functions, lib/autoscan/headers,
7075         * lib/autoscan/identifiers, lib/autoscan/makevars,
7076         * lib/autoscan/programs: Merge into...
7077         * lib/autoscan/autoscan.list: this.
7078         * bin/autoscan.in (&init_tables): Adjust.
7080 2002-09-28  Akim Demaille  <akim@epita.fr>
7082         * lib/autoscan/functions, lib/autoscan/headers,
7083         * lib/autoscan/identifiers, lib/autoscan/makevars,
7084         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7085         `functions' line is now prefixed with `function:'.
7086         * bin/autoscan.in (&init_tables): Adjust.
7088 2002-09-28  Akim Demaille  <akim@epita.fr>
7090         From now on, autoscan files must always map a macro name to a
7091         word: there is no `default' macro for autoscan.
7093         * bin/autoscan.in (&init_tables): Reject entries with no macro at
7094         all.
7095         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7096         explicit.
7098 2002-09-28  Akim Demaille  <akim@epita.fr>
7100         * bin/autoscan.in (%c_keywords): Remove.
7101         (&used): Keep only track of the words we might be interested in.
7102         (&output_kind): It is no longer needed to look for non active
7103         checks.
7105 2002-09-27  Akim Demaille  <akim@epita.fr>
7107         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7108         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7109         * lib/autoscan/functions: Adjust.
7110         * doc/autoconf.texi (Particular Functions): Adjust.
7112 2002-09-27  Akim Demaille  <akim@epita.fr>
7114         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7115         from /tmp.
7116         Thanks to Bill Moseley and Paul Eggert.
7117         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7118         the tmpdir must be created.
7119         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7120         dir be in the build tree, instead of $TMPDIR.
7122 2002-09-27  Akim Demaille  <akim@epita.fr>
7124         * bin/autoscan.in: Improve the comments.
7125         (&parse_args): Drop obsolete undocumented options.
7126         (&output_kind): Output warnings.
7127         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7128         (getwd): Trigger a warning.
7130 2002-09-26  Akim Demaille  <akim@epita.fr>
7132         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7133         Reported by Ralf Corsepius.
7134         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7136 2002-09-26  Akim Demaille  <akim@epita.fr>
7138         Single suffix rules and seperated dependencies are not portable.
7140         * doc/autoconf.texi (Installation Directory Variables): Update.
7141         (Limitations of Make): Some about `Single Suffix Rules and
7142         Separated Dependencies'.
7143         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7144         (ifnames, autoscan, autom4te): Un-factor into several rules.
7146 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7148         * BUGS (Interoperability bugs): New section.  Mention libtool
7149         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7151 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7153         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7154         make handles suffix-rules differently from GNU make.
7156         * bin/Makefile.am (SUFFIXES, .in): Remove.
7157         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7158         Move the body of the old .in rule here.
7160 2002-09-16  Akim Demaille  <akim@epita.fr>
7162         i960 compilers create `b.out' files by default.
7163         Reported by Ralf Corsepius.
7165         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7166         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7168 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7170         * doc/autoconf.texi (Particular Headers): Remove obsolete
7171         reference to `struct timezone' in the description of
7172         AC_HEADER_TIME.
7174 2002-09-13  Akim Demaille  <akim@epita.fr>
7176         Version 2.54.
7178         * config/config.sub, config/config.guess: Update.
7179         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7180         * Makefile.am: Adjust.
7182 2002-09-13  Akim Demaille  <akim@epita.fr>
7184         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7185         reading config.log when the compiler is rejected.
7186         Suggested by Guido Draheim.
7188 2002-09-13  Akim Demaille  <akim@epita.fr>
7190         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7191         (chdir_init) might hang when stat'ing mounted directories.
7192         Reported by Vance Shipley.
7194 2002-09-12  Akim Demaille  <akim@epita.fr>
7196         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7197         the lists.
7199 2002-09-12  Akim Demaille  <akim@epita.fr>
7201         * doc/autoconf.texi (Defining Symbols): Present two different
7202         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7203         difference between 1 argument calls, and 2-3 argument calls.
7205 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7207         * doc/autoconf.texi: Review grammar and punctuation.
7209 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7211         * doc/autoconf.texi: Fix minor formatting, spelling, and
7212         grammatical typos.
7213         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7214         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7215         is obsolescent.
7217 2002-09-11  Akim Demaille  <akim@epita.fr>
7219         * doc/autoconf.texi (Questions): Rename as...
7220         (FAQ): this.
7221         (Defining Directories): New.
7223 2002-09-09  Akim Demaille  <akim@epita.fr>
7225         * doc/autoconf.texi (Making testsuite Scripts): Update.
7226         Suggested by Nishio Futoshi.
7228 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7230         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7231         plain `@' is wanted.
7233 2002-09-09  Akim Demaille  <akim@epita.fr>
7235         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7236         `duplicates', since the algorithm was too naive and could keep
7237         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7238         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7239         Reported by Ralf Corsepius.
7240         * tests/torture.at (Configuring subdirectories): Exercise these
7241         cases.
7243 2002-09-09  Akim Demaille  <akim@epita.fr>
7245         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7246         looking for a replacement file.
7247         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7248         directory is relative.
7249         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7250         directory definition.
7251         Reported by Andreas Schwab and Jim Meyering.
7253 2002-09-06  Akim Demaille  <akim@epita.fr>
7255         * doc/autoconf.texi (Setting Output Variables): Clarify what
7256         precious variables are.
7257         Suggested by Pontus Skoeld.
7259 2002-09-05  Akim Demaille  <akim@epita.fr>
7261         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7262         (ifnames, autoscan, autom4te): Since we don't only depend on
7263         configure.ac variables (such as VERSION etc.), but also on prefix
7264         and so forth, depend on Makefile, not configure.ac.
7265         Reported by Alexandre Duret-Lutz.
7266         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7268 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7270         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7271         doesn't seem to be confined to ia64, just say "some versions".
7273 2002-09-04  Akim Demaille  <akim@epita.fr>
7275         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7276         Automake 1.6c.
7277         * Makefile.am (maintainer-clean-local): Remove.
7278         (MAINTAINERCLEANFILES): Remove COPYING.
7280 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7282         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7283         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7284         Brinkmann.
7286 2002-09-03  Akim Demaille  <akim@epita.fr>
7288         * configure.ac: Bump to 2.53d.
7289         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7290         as of today, on Automake's team suggestion.
7292 2002-09-03  Akim Demaille  <akim@epita.fr>
7294         Version 2.53c.
7296 2002-09-02  Akim Demaille  <akim@epita.fr>
7298         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7299         SITE_MACRO_DIR.
7300         * configure.ac: Disable SITE_MACRO_DIR.
7302 2002-09-02  Jim Meyering  <meyering@lucent.com>
7304         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7305         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7306         Also, tweak grammar: s/make sure to/be sure to/.
7308 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7310         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7311         directory names are generally preferable to physical names.
7313 2002-09-02  Akim Demaille  <akim@epita.fr>
7315         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7316         Reported by Raja R. Harinath.
7317         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7318         * bin/autoupdate.in: Use error instead of die.
7320 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7322         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7323         ordinary shell concatenation rather than echo+tr+sed command that
7324         runs afoul of a long-line-related sed bug in Solaris 8.
7326         * bin/autoheader.in (parse_args): --warning -> --warnings.
7328         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7329         stdout, as traditional "ls" does.
7330         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7331         _AC_COMPILER_EXEEXT_O): Likewise.
7332         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7334         * bin/autoconf.as: Add --prepend-include option.  This patch was
7335         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7336         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7338         * bin/autoconf.in, configure: Regenerate.
7340         * doc/autoconf.texi (Special Shell Variables): Mention
7341         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7343         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7344         MAILPATH and set PS1, PS2, PS4 to default values, to work
7345         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7346         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7347         the Autoconf documentation specifies; fall back to "unset" only if
7348         this fails.  Use a shell for-loop for this rather than an m4 loop,
7349         to shorten the output script.
7351 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7353         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7354         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7355         for the CDPATH problem.  Document PWD.
7356         (Limitations of Builtins): Document the problem that "cd $foo" and
7357         "ls $foo" may refer to different directories in shells conforming
7358         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7359         example, since the old example is now out of date.
7361         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7362         FOO" and "ls FOO" talk about different directories; this catches
7363         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7364         spaghetti.
7366         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7367         of rolling our own unset.
7368         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7369         in practice we needn't worry about CDPATH if unset doesn't work.
7371         * Makefile.in, aclocal.m4, bin/Makefile.in,
7372         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7373         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7374         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7375         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7376         tests/Makefile.in: Regenerate with Automake 1.6.3.
7378         * config/config.guess, config/config.sub, config/mkinstalldirs:
7379         Update.
7381         * configure: Regenerate with self.
7383 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7385         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7386         default output.
7388 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7390         * bin/autom4te.in (Request::load): Correctly test for "do" read
7391         failure.
7393 2002-08-29  Akim Demaille  <akim@epita.fr>
7395         * lib/Autom4te/General.pm (&xqx): New.
7396         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7397         hand, which is not portable.
7398         (&error): New.
7399         * bin/autom4te.in: Use them.
7400         Use &error instead of die.
7401         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7402         Adjust.
7404 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7406         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7407         default list of compilers to try, since it was long ago superseded
7408         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7410 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7412         * doc/autoconf.texi (Invoking autom4te): End the option table,
7413         fixing a bug introduced by the previous patch.
7414         (Limitations of Make): Add a 'target lookup' subentry in the
7415         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7417 2002-07-29  Mark D. Roth  <roth@feep.net>
7419         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7420         options and use $AUTOM4TE_PATH.
7421         * doc/autoconf.texi: Remove documentation of autom4te
7422         --include-envvar and --site-macro-subdir options and document
7423         use of $AUTOM4TE_PATH.
7424         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7425         arguments from each language section.
7427 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7429         * doc/install.texi: Include copyright symbol in copyright notice.
7431         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7432         Replace with:
7433         (AM_MAKEINFOFLAGS): New macro.
7434         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7435         * Makefile.am (INSTALL): Use the new macros.
7436         Use -o rather than --output, since "missing" does not grok --output.
7438 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7440         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7441         comments do not always work. Never trust the exit status of
7442         `make -k'.
7444 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7446         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7447         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7449 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7451         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7452         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7453         apparently treats PATH="nonexistent" as if it contained ".".
7454         Bug reported by Stefan `Sec' Zehl.
7456 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7458         * doc/autoconf.texi (Limitations of Make): Mention the special
7459         handling of the obj/ directory by BSD make.
7461 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7463         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7464         backslashes.
7466 2002-07-19  Akim Demaille  <akim@epita.fr>
7468         * doc/autoconf.texi (Function Portability): `exit'.
7469         (Programming in M4sh): Ethymology of M4sh.
7471 2002-07-19  Akim Demaille  <akim@epita.fr>
7473         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7475 2002-07-18  Akim Demaille  <akim@epita.fr>
7477         Version 2.53b.
7479 2002-07-18  Akim Demaille  <akim@epita.fr>
7481         * config/config.guess, config/config.sub: Update.
7483 2002-07-18  Akim Demaille  <akim@epita.fr>
7485         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7486         Automake's parts.
7488         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7489         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7490         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7492 2002-07-18  Akim Demaille  <akim@epita.fr>,
7493             Alexandre Duret-Lutz  <duret_g@epita.fr>
7495         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7496         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7498 2002-07-17  Russ Allbery  <rra@stanford.edu>
7500         * doc/autoconf.texi (Initializing configure): Clarify the
7501         description of the tarname default.
7503 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7505         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7506         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7507         latter was not run.
7509 2002-07-17  Akim Demaille  <akim@epita.fr>
7511         * lib/Autom4te/General.pm (find_file): Browse the directories in
7512         the order they are given.
7514 2002-07-17  Akim Demaille  <akim@epita.fr>
7516         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7517         * tests/wrapper.as: this.
7518         * tests/Makefile.am, configure.ac: Adjust.
7520 2002-07-17  Mark D. Roth  <roth@feep.net>
7522         * configure.ac: Add --enable-site-macro-dir option.
7523         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7524         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7525         --site-macro-subdir options.
7526         * bin/autoconf.in: Add --prepend-include option.
7527         * bin/autoheader.in: Add --prepend-include option.
7528         * bin/autoreconf.in: Add --prepend-include option.
7529         * bin/autoscan.in: Add --prepend-include option.
7530         * bin/autoupdate.in: Add --prepend-include option.
7531         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7532         macro directory, remove note that include path directories are
7533         used in reverse order, and document --prepend-include option.
7534         * lib/autom4te.in: Use --prepend-include instead of --include.
7535         * tests/wrapsh.in: Use --prepend-include instead of --include.
7537 2002-07-17  Akim Demaille  <akim@epita.fr>
7539         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7540         tarnames.
7541         * doc/autoconf.texi (Initializing configure): Adjust.
7543 2002-07-17  Akim Demaille  <akim@epita.fr>
7545         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7546         (_AC_FUNC_MALLOC): New.
7547         (AC_FUNC_MALLOC): Use the latter.
7548         Define HAVE_MALLOC to 0 if broken.
7549         * doc/autoconf.texi (Particular Functions): Adjust.
7551 2002-07-16  Akim Demaille  <akim@epita.fr>
7553         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7554         * doc/autoconf.texi (C Compiler): Adjust.
7556 2002-07-09  Akim Demaille  <akim@epita.fr>
7558         * doc/autoconf.texi: Properly set the ``header'' part.
7560 2002-07-09  Akim Demaille  <akim@epita.fr>
7562         * doc/autoconf.texi (Systemology): Some about Darwin.
7564 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7566         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7567         Don't use AC_REQUIRE in AU_DEFUN.
7569 2002-07-09  Art Haas  <ahaas@neosoft.com>
7571         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7573 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7575         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7576         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7577         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7578         so that Emacs setups GNU style for perl-mode and cperl-mode.
7580 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7582         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7583         as per "Limitations of Builtins".
7584         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7585         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7587         * tests/mktests.sh: Use grep instead of fgrep, as per
7588         "Limitations of Builtins".
7590 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7592         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7593         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7594         so that we consistently test the just-built programs.
7595         * tests/wrappl.as: Likewise.
7597 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7599         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7600         name, so that symlinks to 'autoconf' work properly.  Bug reported
7601         by Bruno Haible.
7602         * bin/autoheader.in (AUTOM4TE): Likewise.
7603         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7604         * bin/autoscan.in (autom4te): Likewise.
7605         * bin/autoupdate.in (autom4te): Likewise.
7607         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7608         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7609         on Solaris 2.5.1.
7611 2002-06-11  Andreas Schwab  <schwab@suse.de>
7613         * doc/autoconf.texi: Add more dir entries.
7615 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7617         * bin/autom4te.in ($cache): Don't define using `$me', the name
7618         of the cache should not depend on the name under which autom4te
7619         was installed.
7621 2002-06-07  Akim Demaille  <akim@epita.fr>
7623         * tests/tools.at (autoconf: forbidden tokens, basic)
7624         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7625         words in autom4te.in.
7627 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7629         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7630         _AC_LANG_PROGRAM_C_F77_HOOKS.
7632 2002-06-07  Akim Demaille  <akim@epita.fr>
7634         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7635         rename as...
7636         (AC_REPLACE_FNMATCH): this.
7637         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7638         AC_FUNC_FNMATCH_GNU.
7640 2002-06-07  Akim Demaille  <akim@epita.fr>
7642         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7643         Rosetta Stone for Unix.
7645 2002-06-07  Akim Demaille  <akim@epita.fr>
7647         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7648         suggest m4_pattern_allow.
7649         Suggested by Adam J. Richter.
7651 2002-06-07  Akim Demaille  <akim@epita.fr>
7653         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7654         ac_config_libobj_dir.
7655         (AC_CONFIG_LIBOBJ_DIR): New.
7656         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7657         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7658         Use ac_config_libobj_dir to find the replacement files.
7659         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7660         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7661         (AC_REPLACE_FNMATCH_GNU): these.
7662         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7663         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7664         * tests/mktests.sh (ac_exclude_list): Don't check
7665         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7667 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7669         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7670         if ln doesn't work.
7671         * NEWS: Likewise.
7672         * doc/autoconf.texi (Configuration Links): Likewise.
7673         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7675 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7677         * config/config.guess, config/config.sub, config/texinfo.tex:
7678         Update from masters.
7680 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7682         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7683         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7684         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7685         Likewise.
7686         * lib/autoconf/Makefile.am (check-local): Likewise.
7687         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7688         * lib/autoconf/types.m4 (commentary only): Likewise.
7689         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7690         * lib/autotest/Makefile.am (check-local): Likewise.
7691         * lib/m4sugar/Makefile.am (check-local): Likewise.
7692         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7693         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7695         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7696         * doc/autoconf.texi (Particular Programs): Document them.
7697         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7698         * NEWS: Likewise.
7700 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7702         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7703         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7704         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7705         instead of AC_MBSTATE_T, which never existed.
7707 2002-05-23  Akim Demaille  <akim@epita.fr>
7709         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7710         version of Autoconf that is discussed.
7712 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7714         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7715         from the default list of compilers to try.  Suggested by
7716         Kate Hedstrom.
7717         * NEWS: Document the above.
7718         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7720 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7722         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7723         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7724         This improves on an earlier suggestion by H. Peter Anvin.
7726 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7728         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7729         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7730         Both macros now accept an optional source-dir arg.
7731         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7733         * NEWS: Document this.
7734         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7736         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7737         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7738         not for GNU extensions; this undoes part of the 2000-11-03 change,
7739         reverting to 2.13-compatible behavior.
7740         Add new optional argument DIR.
7741         (AC_FUNC_FNMATCH_GNU): New macro.
7743         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7745 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7747         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7748         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7749         and it causes a 'test' syntax error if it fails.
7750         Bug reported by Stephen Gildea.
7752         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7753         If prototypes are supported, use them to check this at compile-time,
7754         instead of trying to check it at run-time.  If we must do a run-time
7755         check, assume that setvbuf is standard when cross-compiling, as
7756         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7757         Bug reported by Paul D. Smith.
7759         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7760         argument specifying location of getloadavg.c.  This removes a
7761         FIXME.  This idea was taken from Jim Meyering's implementation in
7762         textutils.
7763         * doc/autoconf.texi (Particular Functions): Document this.
7764         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7765         that's what the code does; this fixes a bug reported by
7766         Paul D. Smith.
7768 2002-05-03  Akim Demaille  <akim@epita.fr>
7770         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7771         autopoint instead of gettextize.
7772         ($uses_alocal): Rename as...
7773         ($uses_aclocal): this.
7774         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7775         Suggested by Bruno Haible.
7777 2002-05-03  Akim Demaille  <akim@epita.fr>
7779         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7781 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7783         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7784         files to be 1 second older; just set them to be the same time.
7785         Also, sleep 1 second after the first aclocal, to work around
7786         problems with sub-second time stamps on the input files.
7788 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7790         * doc/autoconf.texi: Mention "set -e -x" lossage
7791         under node "Limitations of Builtins".
7793 2002-04-29  Akim Demaille  <akim@epita.fr>
7795         * doc/install.texi: Better wording for setting variables when
7796         running configure.
7797         From Christian Cornelssen.
7799 2002-04-29  Akim Demaille  <akim@epita.fr>
7801         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7802         of lack of $LINENO support, then the test will compare the $LINENO
7803         in testsuite vs. the lineno in the test file.  This is wrong, of
7804         course.
7805         Be sure to protect it.
7806         Reported by Patrick Welche.
7808 2002-04-25  Akim Demaille  <akim@epita.fr>
7810         * doc/autoconf.texi (Obsolete Macros): Typo.
7811         Reported by Vladimir Volovich.
7813 2002-04-25  Akim Demaille  <akim@epita.fr>
7815         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7816         than some of the input files, hence, on the second run of aclocal,
7817         if some of its input are younger, make them older.
7818         Suggested by Paul Eggert.
7820 2002-04-25  Akim Demaille  <akim@epita.fr>
7822         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7823         Thanks to Paul Eggert.
7825 2002-04-25  Akim Demaille  <akim@epita.fr>
7827         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7828         and ac_subst_vars be sh variables containing the list of
7829         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7830         DEFAULT diversion.
7831         (_AC_INIT_PREPARE): Use them to log them.
7832         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7833         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7834         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7835         _AC_SUBST_FILES and _AC_SUBST_VARS.
7836         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7838 2002-04-24  Akim Demaille  <akim@epita.fr>
7840         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7841         autoheader, so that automake does not complain about a missing
7842         config.h.in that was to be created.
7844 2002-04-23  Akim Demaille  <akim@epita.fr>
7846         * bin/autoheader.in (parse_args): --warning takes an argument.
7847         Fixes PR/220.
7849 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7851         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7852         and bb.out when cleaning up.
7854 2002-04-22  Akim Demaille  <akim@epita.fr>
7856         Version 2.53a.
7858 2002-04-22  Akim Demaille  <akim@epita.fr>
7860         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7862 2002-04-22  Akim Demaille  <akim@epita.fr>
7864         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7865         comma.
7866         Reported by Gregory Giannoni.
7868 2002-04-22  Akim Demaille  <akim@epita.fr>
7870         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7871         Fixes false failures on Darwin.
7873 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7875         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7876         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7877         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7878         tests/tools.at: Minor spelling and grammar fixes.
7880 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7882         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7883         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7884         * lib/autotest/general.m4 (AT_INIT): Likewise.
7885         * tests/atgeneral.m4 (AT_INIT): Likewise.
7887 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7889         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7890         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7891         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7892         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7893         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7894         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7895         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7896         Minor spelling and grammar fixes.
7898         * doc/autoconf.texi: Follow the outline suggested in the GNU
7899         Sample Texts sections of the Texinfo 4.2 manual.  Most
7900         importantly, this makes sure that the copyright notices appear in
7901         all output formats.  You probably need Texinfo 4.2 to generate
7902         the manual now.
7904         Fix some bugs when using "$@" when there might be zero positional
7905         arguments in cases where this matters.
7907         * bin/autoconf.as: Rewrite so that the problem does not come up.
7908         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7909         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7910         * lib/autotest/general.m4 (AT_INIT): Likewise.
7912         * bin/autoheader.in: Use 'case' statement to work around problem.
7913         * bin/auto4mte.in: Likewise.
7914         * bin/autoreconf.in: Likewise.
7915         * bin/autoscan.in: Likewise.
7916         * bin/autoupdate.in: Likewise.
7917         * bin/ifnames.in: Likewise.
7919         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7921         * lib/autotest/general.m4 (AT_INIT):
7922         Use Zsh alias to work around problem.
7923         * tests/atgeneral.m4 (AT_INIT): Likewise.
7925         * tests/c.at: We can't have zero arguments, so remove workaround
7926         that is not portable to Zsh.
7928 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7930         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7931         from aclocal.m4 too.
7933 2002-04-12  Akim Demaille  <akim@epita.fr>
7935         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7937 2002-04-10  Akim Demaille  <akim@epita.fr>
7939         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7940         workaround for ${1+"$@"}.
7941         * doc/autoconf.texi (Shell Substitutions): Explain it.
7942         From Oliver Kiddle and Peter Stephenson.
7944         Have M4sh perform minimal shell sanitizing.
7946         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7947         part into...
7948         (_AS_PREPARE): this new macro.
7949         (AS_PREPARE): New.
7950         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7951         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7953         Adjust Autoconf and Autotest.
7955         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7956         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7957         * lib/autotest/general.m4 (AT_INIT): Likewise.
7958         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7959         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7960         AS_SHELL_SANITIZE.
7962         Use this M4sh to generate Autoconf's shell scripts.
7964         * tests/wrapsh.as: New, precursor of wrapsh.in.
7965         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7966         on Autotest and M4sh.
7967         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7968         (wrapsh.in): New target.
7969         * bin/autoconf.as: New, precursor of autoconf.in.
7970         (autoconf.in): New target.
7972 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7974         * doc/autoconf.texi (Limitations of Make): Mention the issue
7975         with indented comments in rules.
7977 2002-04-09  Andreas Schwab  <schwab@suse.de>
7979         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7980         ac_top_builddir when setting ac_abs_top_builddir.
7982 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7984         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7985         (Portable Shell): Cross reference to Systemology.
7987 2002-04-05  Akim Demaille  <akim@epita.fr>
7989         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7990         directories when descending in a SUBDIRS.
7991         Reported by Ezra Peisach.
7993 2002-04-04  Andreas Schwab  <schwab@suse.de>
7995         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7996         contains no literal separators.
7998 2002-04-03  Akim Demaille  <akim@epita.fr>
8000         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
8001         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
8002         Use dnl, not the KILL diversion.
8003         Extracted from...
8004         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
8005         (AC_CONFIG_LINKS): here.
8006         Adjust.
8007         Don't use the KILL diversion, as it kills spurious output, which
8008         results in failures being hidden.
8009         Use m4_defn where appropriate.
8010         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
8011         after the second argument.
8012         Use m4_defn.
8013         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
8014         syntax, as it is provided by M4sugar.
8015         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
8017 2002-04-03  Andreas Schwab  <schwab@suse.de>
8019         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
8020         expanded if $# <= 2.
8022         * bin/autoreconf.in (autoreconf): Run automake after rerunning
8023         aclocal.
8025 2002-04-03  Akim Demaille  <akim@epita.fr>
8027         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
8028         (_AC_COMPILER_EXEEXT_REJECT): New.
8029         Also recognize *.bb and *.bbg as compilation byproducts.
8030         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
8031         (_AC_COMPILER_OBJEXT): Use them.
8032         Fixes Debian #138666.
8034 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
8036         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8038         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8039         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
8040         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8041         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8042         (AC_C_CONST): Same.
8043         (AC_C_INLINE): Same.
8044         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
8045         * doc/autoconf.texi, NEWS: Document.
8046         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8047         AC_C_CROSS.
8049 2002-04-02  Akim Demaille  <akim@epita.fr>
8051         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8052         _AS_MKDIR_P_PREPARE.
8054 2002-03-28  Kevin Ryde  <user42@zip.com.au>
8056         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8057         to avoid versions of HP C which don't allow that.
8059 2002-03-27  Paul Eggert  <eggert@twinsun.com>
8061         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8062         (AS_SHELL_SANITIZE): Invoke it.
8063         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8065 2002-03-26  Akim Demaille  <akim@epita.fr>
8067         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8069 2002-03-26  Akim Demaille  <akim@epita.fr>
8071         * doc/autoconf.texi (Introduction): The GNATS base moved.
8073 2002-03-25  Paul Eggert  <eggert@twinsun.com>
8075         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8076         as POSIX requires, as it doesn't work with Zsh.
8077         * doc/autoconf.texi (Assignments): Document the problem.
8079 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8081         * doc/autoconf.texi (Limitations of Make): Mention more issue
8082         about VPATH, overriding of macros in sub-makes, and handling of
8083         SHELL.
8085 2002-03-21  Paul Eggert  <eggert@twinsun.com>
8087         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8088         problem with here-document buffer boundaries.
8090         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8091         when reinvoking the shell, to work around problems with installers
8092         who put strange things like "cd" commands in their environments.
8094 2002-03-19  Akim Demaille  <akim@epita.fr>
8096         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8097         From Aaron Ucko.
8099 2002-03-19  Akim Demaille  <akim@epita.fr>
8101         * bin/autoscan.in (scan_file): Specify the location in `&used'
8102         invocations.
8103         From Nicolas Joly.
8105 2002-03-19  Akim Demaille  <akim@epita.fr>
8107         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8108         From Nishio Futoshi.
8110 2002-03-19  Akim Demaille  <akim@epita.fr>
8112         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8114 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8116         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8117         (Limitations of Usual Tools): Add mkdir section.
8119         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8120         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8121         back on AS_DIRNAME to compute prefixes otherwise; this is
8122         roughly what mkinstalldirs does.  That way, we need not have
8123         our own filename disassembler.  The old disassembler did not
8124         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8126         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8127         Create at_test_all by a series of assignments,
8128         not by a single assignment of a long string.  The latter causes ksh
8129         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8130         presumably because of a buffer overrun.
8132 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8134         * lib/autotest/general.m4 (at_times_skip):
8135         Renamed from at_times.  Now a boolean.
8136         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8137         says 'times: not found'.
8139 2002-03-14  Akim Demaille  <akim@epita.fr>
8141         * bin/autoreconf.in (&study_gettextize): New.
8142         (&autoreconf): Handle newest gettextize.
8143         Rerun aclocal if needed.
8144         Suggested by Andreas Schwab.
8146 2002-03-13  Akim Demaille  <akim@epita.fr>
8148         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8150 2002-03-13  Akim Demaille  <akim@epita.fr>
8152         * doc/autoconf.texi (Header Portability): New.
8153         Add information about stdint.h and inttypes.h from Paul Eggert.
8155 2002-03-13  Akim Demaille  <akim@epita.fr>
8157         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8158         -p'.
8159         From Bob Proulx.
8161 2002-03-12  Akim Demaille  <akim@epita.fr>
8163         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8164         m4_require.
8166 2002-03-11  Andreas Schwab  <schwab@suse.de>
8168         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8169         does not do it if --with-lispdir is given.
8171 2002-03-08  Akim Demaille  <akim@epita.fr>
8173         Version 2.53.
8175 2002-03-08  Akim Demaille  <akim@epita.fr>
8177         * doc/autoconf.texi (Subdirectories): Clarify that the
8178         subdirectory should exist.
8180 2002-03-08  Akim Demaille  <akim@epita.fr>
8182         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8184 2002-03-08  Akim Demaille  <akim@epita.fr>
8186         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8187         aliases the actual variables, and modifications of the former
8188         affect the latter.
8190 2002-03-08  Akim Demaille  <akim@epita.fr>
8192         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8193         because of C-c: have m4 output in tmp files, then mv them.
8195 2002-03-08  Akim Demaille  <akim@epita.fr>
8197         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8198         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8199         * bin/ifnames.in: Copyright update.
8201 2002-03-08  Akim Demaille  <akim@epita.fr>
8203         * doc/autoconf.texi (Invoking autom4te): New.
8205 2002-03-05  Akim Demaille  <akim@epita.fr>
8207         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8208         Kevin Ryde.
8210 2002-03-05  Akim Demaille  <akim@epita.fr>
8212         Version 2.52i.
8214 2002-03-04  Akim Demaille  <akim@epita.fr>
8216         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8217         * lib/autoconf/general.m4 (AC_INIT): More informative error
8218         message for LIBOBJ.
8220 2002-03-04  Akim Demaille  <akim@epita.fr>
8222         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8223         parallel builds.
8225 2002-03-04  Akim Demaille  <akim@epita.fr>
8227         * doc/autoconf.texi (Transforming Names): Equality between target
8228         and host is irrelevant.
8229         (Specifying Names, Canonicalizing): Remove all references to the
8230         backward compatibility hooks.  Rather, collect them all into...
8231         (Hosts and Cross-Compilation): this new section.
8232         * doc/install.texi (System Type): Ditto.
8233         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8234         that `--host' implies cross-compilation.
8236 2002-03-04  Akim Demaille  <akim@epita.fr>
8238         * doc/autoconf.texi (Evaluation Macros): New.
8239         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8240         useless.
8241         (_m4_foreach): Define the variant with immediate evaluation so
8242         that it contains exactly the items, not an expression which
8243         evaluation is the current item.
8244         (m4_re_string, m4_re_word): Don't over quote them.
8246 2002-03-04  Akim Demaille  <akim@epita.fr>
8248         Instead of having stacking `shift's evaluated at the end, let
8249         `foreach' loops immediately evaluate them.
8251         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8252         $*.  This is the n-th time I change my mind, but hopefully this is
8253         the last...
8254         (m4_lquote): New.
8255         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8256         efficient.
8257         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8258         it was only a hack for m4_text_wrap.
8259         (m4_car2): Remove, replaced by...
8260         (m4_cdr): New.
8261         (_m4_foreach): Adjust.
8262         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8263         m4_bpatsubst for clarification.
8265 2002-03-04  Akim Demaille  <akim@epita.fr>
8267         * doc/autoconf.texi (Changequote is Evil): New.
8269 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8271         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8272         on old systems like SunOS.
8274 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8276         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8277         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8278         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8279         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8280         of messages.
8282 2002-02-28  Akim Demaille  <akim@epita.fr>
8284         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8285         message to be sent.
8287 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8289         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8291 2002-02-25  Akim Demaille  <akim@epita.fr>
8293         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8294         From Akinori Musha.
8296 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8298         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8299         translate \r\n to \n.
8301 2002-02-07  Akim Demaille  <akim@epita.fr>
8303         Version 2.52h.
8305 2002-02-07  Akim Demaille  <akim@epita.fr>
8307         Fix Autoconf PR/209.
8308         Also reported by Frank Denis.
8310         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8312 2002-02-07  Akim Demaille  <akim@epita.fr>
8314         Fix Autoconf PR/207:
8315         AC_PREFIX_PROGRAM fails with dashed program names
8317         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8318         variable when looking for the prefix program.
8319         Now it also works for shell variables.
8321 2002-02-07  Akim Demaille  <akim@epita.fr>
8323         * doc/autoconf.texi (Limitations of Builtins): More about
8324         case/esac.
8326 2002-02-06  Akim Demaille  <akim@epita.fr>
8328         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8329         case/esac, some shells don't support it.
8330         Reported by Zack Weinberg.
8331         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8333 2002-02-06  Akim Demaille  <akim@epita.fr>
8335         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8336         sure not to introduce newlines in at_groups.
8337         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8339 2002-02-06  Akim Demaille  <akim@epita.fr>
8341         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8342         is not available.
8344 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8346         * doc/autoconf.texi (Specific Compiler Characteristics):
8347         Describe HP-UX cc bug workaround more accurately.
8348         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8349         not unsigned long.
8350         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8351         cross-compilers, too.  This undoes some of the most recent change
8352         to this file.
8354 2002-02-05  Akim Demaille  <akim@epita.fr>
8356         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8357         to make sure they are up to date when `check' is run.
8359 2002-02-05  Akim Demaille  <akim@epita.fr>
8361         * doc/autoconf.texi (Making testsuite Scripts): Document
8362         package.m4.
8364 2002-02-05  Akim Demaille  <akim@epita.fr>
8366         * lib/freeze.mk: New.
8368 2002-02-05  Akim Demaille  <akim@epita.fr>
8370         Implement `autom4te --freeze'.
8372         * bin/autom4te.in (&freeze): New.
8373         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8374         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8376 2002-02-05  Akim Demaille  <akim@epita.fr>
8378         * bin/autom4te.in (&parse_args): Implement `frozen files are
8379         optional are the sum of the previous files on the command line'.
8380         Also, pass `--reload-state=' on them, so...
8381         (handle_m4): don't.
8382         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8383         (M4sh): Rely on M4sugar.
8384         (Autotest, M4sh, M4sugar): Use frozen files.
8386 2002-01-31  Akim Demaille  <akim@epita.fr>
8388         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8389         * doc/autoconf.texi (Initializing configure): Adjust.
8391 2002-01-30  Akim Demaille  <akim@epita.fr>
8393         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8394         alphanumeric to `-' instead of `_'.
8396 2002-01-30  Akim Demaille  <akim@epita.fr>
8398         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8399         for plain code, the other for cross-compilation code.  The latter
8400         is now run with GCC only.
8401         * doc/autoconf.texi (Compilers and Preprocessors): New.
8403 2002-01-30  Akim Demaille  <akim@epita.fr>
8405         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8406         values.
8407         * doc/autoconf.texi (Initializing configure): Explain how to
8408         change AC_INIT default values.
8410 2002-01-29  Akim Demaille  <akim@epita.fr>
8412         * tests/torture.at (Configuring subdirectories): Use configure.in,
8413         so that aclocal 1.4 works.
8414         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8416 2002-01-28  Akim Demaille  <akim@epita.fr>
8418         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8419         needs an argument.
8421 2002-01-28  Akim Demaille  <akim@epita.fr>
8423         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8424         AUTOTEST_PATH *after* it was set.
8425         Don't put `.' in the PATH: the user should be precise and `./' if
8426         needed.  In addition, given that the test suite does some `cd', if
8427         `.' is in the path, the `tested programs' sections will report
8428         programs found in the test suite's directory, while during the
8429         tests (performed in their own directory), these programs are no
8430         longer visible.  In other words, the results is confusing and
8431         useless.
8432         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8434 2002-01-24  Akim Demaille  <akim@epita.fr>
8436         Version 2.52g.
8438 2002-01-24  Akim Demaille  <akim@epita.fr>
8440         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8441         * doc/autoconf.texi: Finally add Akim as an author.
8443 2002-01-24  Akim Demaille  <akim@epita.fr>
8445         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8446         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8447         Bourne. Use /bin/sh.
8448         From Andreas Buening.
8450 2002-01-24  Akim Demaille  <akim@epita.fr>
8452         * config/config.guess, config/config.sub, config/texinfo.tex:
8453         Update from masters.
8455 2002-01-24  Akim Demaille  <akim@epita.fr>
8457         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8458         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8459         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8460         * config/missing.m4, config/sanity.m4, config/select.m4,
8461         * config/strip.m4: Remove, to ease sync'ing with any version of
8462         Automake.
8464 2002-01-24  Akim Demaille  <akim@epita.fr>
8466         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8467         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8468         Reported by Geir Ove Myhr.
8470 2002-01-21  Akim Demaille  <akim@epita.fr>
8472         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8474 2002-01-21  Akim Demaille  <akim@epita.fr>
8476         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8477         message on invalid options.
8478         * bin/autom4te.in (parse_args): Don't use
8479         Autoconf::General::getopt with non valid options.
8481 2002-01-17  Jim Meyering  <meyering@lucent.com>
8483         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8484         $ac_cv_exeext so we don't use an old, invalid, cached value.
8486 2002-01-11  Akim Demaille  <akim@epita.fr>
8488         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8489         Meyering.
8490         * doc/autoconf.texi (Function Portability): Document the strnlen
8491         limitation.
8492         (Particular Functions): Document AC_FUNC_STRNLEN.
8493         * lib/autoscan/functions: Adjust.
8495 2002-01-06  Akim Demaille  <akim@epita.fr>
8497         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8498         package.m4, since is really depends upon configure.ac, not
8499         configure.
8500         * doc/autoconf.texi (testsuite Scripts): Adjust.
8501         * tests/Makefile.am (package.m4): New.
8502         EXTRA_DIST it since its a source.
8504 2002-01-06  Akim Demaille  <akim@epita.fr>
8506         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8507         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8508         and PACKAGE_BUGREPORT from here...
8509         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8510         arguments.
8511         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8512         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8513         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8514         * tests/tools.at (autoheader): Adjust.
8515         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8517 2002-01-06  Akim Demaille  <akim@epita.fr>
8519         * bin/autoscan.in (scan_file): Use `&used'.
8521 2002-01-03  Akim Demaille  <akim@epita.fr>
8523         * doc/autoconf.texi (Output): Improved wording regarding use of
8524         AC_OUTPUT.
8525         From Olly Betts.
8527 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8529         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8530         sometimes needing writable input.
8532 2001-12-17  Jim Meyering  <meyering@lucent.com>
8534         * doc/autoconf.texi (New Macros): Tweak wording.
8536 2001-12-14  Akim Demaille  <akim@epita.fr>
8538         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8539         trailing files, don't apply `-rf' to files which might not be
8540         created by configure (core, core.*, and *.core), but just `rm -f'.
8541         Suggested by Jonathan Kamens.
8543 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8545         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8547 2001-12-14  Akim Demaille  <akim@epita.fr>
8549         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8551 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8553         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8554         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8555         abs_srcdir, top_srcpath to abs_top_srcdir.
8556         (_AC_OUTPUT_FILES): Adjust.
8557         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8558         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8559         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8561 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8563         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8564         C/Fortran linking on HP/UX, by extracting the Fortran library
8565         search path from the LPATH line in the $F77 -v output.
8567 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8569         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8570         forbidden file descriptors table.
8572 2001-11-26  Akim Demaille  <akim@epita.fr>
8574         * bin/autoscan.in (%c_keywords): Build it at top level.
8575         Map to 1 in order to simplify its uses.
8577 2001-11-26  Akim Demaille  <akim@epita.fr>
8579         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8580         Remove $filepath, useless.
8581         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8582         variables, they are really part of the tokens.
8583         Split the input line on spaces and then look for tokens.
8584         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8585         because of `lex$U.$(OBJEXT)'.
8586         (&scan_files): Use "@list" instead of join.
8587         * doc/Makefile.am (CLEANFILES): Add *.fns.
8589 2001-11-26  Akim Demaille  <akim@epita.fr>
8591         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8592         Remove, replaced by...
8593         * tests/wrappl.in: Be common for all the Perl executables.
8594         In particular autoscan and autoheader want -I.
8595         * configure.ac: Adjust.
8596         * lib/autoscan/headers: errno.h is portable.
8598 2001-11-26  Akim Demaille  <akim@epita.fr>
8600         * bin/autoscan.in (used): New.
8601         Use it.
8603 2001-11-26  Akim Demaille  <akim@epita.fr>
8605         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8606         directives.
8607         (&scan_sh_file): Remove a duplicate pattern.
8608         (&check_configure_ac): Use long options.
8609         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8611 2001-11-26  Akim Demaille  <akim@epita.fr>
8613         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8614         Before, having a line containing the opening of a multi line
8615         comment made the whole line be ignored.
8617 2001-11-26  Akim Demaille  <akim@epita.fr>
8619         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8620         (testsuite Scripts): Be one of its subsection.
8621         (Autotest Logs): New.
8623 2001-11-26  Akim Demaille  <akim@epita.fr>
8625         Test groups are now run two directories deeper.
8627         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8628         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8629         at_top_builddir.
8630         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8631         top_srcdir, builddir and top_builddir.
8632         Use `at_*dir' relatively to the directory containing the
8633         suite, use `*dir' when relatively to the current group dir.
8635 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8637         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8638         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8639         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8640         spelling errors.
8642 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8644         * doc/autoconf.texi (Using System Type): Add an example of `case
8645         $host' usage so people quit using `case $target' everywhere.
8647 2001-11-22  Akim Demaille  <akim@epita.fr>
8649         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8650         spotted by Jim Meyering.
8652 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8654         This patch implements a `long double' suggestion by Oliver Kiddle.
8656         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8657         static, to catch errors if the value isn't known at compile-time
8658         and the compiler supports dynamic arrays.  Change its name from
8659         `_array_' to `test_array' to avoid potential name clashes.
8660         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8661         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8662         better than double.  Catch a bug in GCC 2.95.2 x86.
8663         * doc/autoconf.texi (C Compiler): Document the above.
8664         * NEWS: Likewise.
8666 2001-11-13  Akim Demaille  <akim@epita.fr>
8668         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8669         hand.
8670         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8672 2001-11-13  Akim Demaille  <akim@epita.fr>
8674         * lib/autotest/general.m4 (AT_INIT): After having run the test
8675         group, go back to the initial directory, not to at_suite_dir.
8677 2001-11-13  Akim Demaille  <akim@epita.fr>
8679         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8680         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8681         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8682         option.
8683         (AT_CHECK_CONFIGURE): Use absolute paths.
8684         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8685         The problem is still the old one: there is no means in M4 (that I
8686         know about) to create a defining macro, because there is no means
8687         to create `$1' etc., therefore, the defining macro ``swallows''
8688         all the arguments meant to the defined macro.
8690 2001-11-13  Akim Demaille  <akim@epita.fr>
8692         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8693         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8694         configure.ac.
8695         * tests/aclocal.m4: Remove, as it is no longer used.
8697 2001-11-13  Akim Demaille  <akim@epita.fr>
8699         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8700         variable names when referring to a single test group, or to
8701         `suite' when referring to the whole test suite.
8702         `at_last_test' is removed: m4 compute at_format itself.
8703         (at_stdout, at_stder1, at_stderr): New variables.
8704         (AT_CHECK): Use them.
8706 2001-11-13  Akim Demaille  <akim@epita.fr>
8708         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8709         in PATH.
8710         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8711         Do it as soon as a test fails, don't wait till the end of the test
8712         suite.
8713         Don't remove $as_me.[0-9]*, since these files no longer exist.
8715 2001-11-13  Akim Demaille  <akim@epita.fr>
8717         * tests/tools.at: Use absolute paths, since we are no longer run
8718         in place.
8720 2001-11-13  Akim Demaille  <akim@epita.fr>
8722         Now that tests are running in their own private dir, there is no
8723         need to list the files to remove at the end of tests groups.
8725         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8726         (AT_data_files, at_data_files): Remove.
8727         (AT_CLEANUP, AT_DATA): Simplify.
8728         (AT_INIT): Adjust.
8729         Remove the group dir if !debug && !failed.
8730         * tests/atspecific.m4: Adjust.
8732 2001-11-13  Akim Demaille  <akim@epita.fr>
8734         Start a new layout for Autotest: `testsuite' creates
8735         `testsuite.dir' in which the at-check-line etc. files are to be
8736         found, and `testsuite.dir/003' where the test group 3 is run.
8738         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8739         at_check_line_file, at_format, at_test_normalized, at_group_dir
8740         are new variables.
8741         Create the directories.
8742         Use absolute paths for at- files.
8743         (AT_CHECK): Adjust.
8745 2001-11-11  Michael Matz  <matz@kde.org>
8747         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8748         (m4_car2): New.
8749         (m4_car): Properly quote arguments.
8751 2001-11-13  Akim Demaille  <akim@epita.fr>
8753         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8754         with stricter rules on LIBOBJS.
8756 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8758         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8759         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8760         __PROTOTYPES too.
8762 2001-11-12  Akim Demaille  <akim@epita.fr>
8764         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8766 2001-11-12  Akim Demaille  <akim@epita.fr>
8768         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8769         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8770         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8771         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8772         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8773         specify to what the macro should be defined (typically to 1).
8775 2001-11-12  Akim Demaille  <akim@epita.fr>
8777         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8778         From Jim Meyering.
8780 2001-11-12  Akim Demaille  <akim@epita.fr>
8782         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8783         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8784         definition used by Automake where LEX is +/- "${missing} lex" and
8785         `missing' itself contains variables.
8787 2001-11-12  Akim Demaille  <akim@epita.fr>
8789         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8790         Now that M4sh pushes BODY, the comments were output at the end of
8791         the test suites.
8793 2001-11-08  Akim Demaille  <akim@epita.fr>
8795         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8796         that we can trace macros from aclocal.m4.
8797         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8798         obsoleted, and redirect to the former anyway.
8799         Reported by Ralf Corsepius.
8801 2001-11-08  Akim Demaille  <akim@epita.fr>
8803         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8804         processed only if present.
8805         * tests/torture.at (Configuring subdirectories): Use autoreconf
8806         instead of successive calls to autoconf.
8807         Add a nonexistent subdirectory to exercise the patch above.
8808         Reported by Ralf Corsepius.
8810 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8812         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8813         doesn't accept .S files.
8815 2001-11-07  Akim Demaille  <akim@epita.fr>
8817         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8818         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8819         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8820         * bin/autom4te.in (warn_forbidden): New.
8821         (handle_output): Use it.
8822         Read m4_pattern_forbid with messages.
8824 2001-11-05  Akim Demaille  <akim@epita.fr>
8826         * bin/autom4te.in (--normalize): Remove.
8827         * lib/autom4te.in: Adjust.
8829 2001-11-05  Akim Demaille  <akim@epita.fr>
8831         * tests/Makefile.am (testsuite): Rename this target as...
8832         ($(TESTSUITE)): this.
8833         From Nicolas Joly.
8835 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8837         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8838         the --prefix option, also remove it's argument.
8840 2001-11-05  Akim Demaille  <akim@epita.fr>
8842         * doc/autoconf.texi (testsuite Invocation): Update.
8843         (Writing testsuite.at): Update.
8845 2001-11-03  Akim Demaille  <akim@epita.fr>
8847         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8849 2001-11-03  Akim Demaille  <akim@epita.fr>
8851         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8852         (&file_name_is_absolute): New, wrappers around routines from
8853         File::Spec.
8854         Use and export them.
8855         (&find_configure_ac): Optionally take a directory where to look at.
8856         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8857         the arguments.
8858         Default @ARGV to `.', not find_configure_ac.
8859         (&autoreconf): Argument is a directory.
8860         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8861         * doc/autoconf.texi (autoreconf Invocation): Update.
8863 2001-11-03  Akim Demaille  <akim@epita.fr>
8865         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8866         (@export_forward_subs): New.
8867         Add basename, dirname, and fileparse.
8868         (@EXPORT): Adjust.
8869         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8870         Don't look for aclocal flags if we already know aclocal is not
8871         used.
8872         Move aclocal.m4t only if it exists.
8873         Reported by Ezra Peisach.
8875 2001-11-03  Akim Demaille  <akim@epita.fr>
8877         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8878         passed on command line, defaulting to ./configure.ac if present.
8879         (&maybe_autoreconf, File::Find): Remove, unused.
8880         (&autoreconf): If autoconf is not used, don't try to trace.
8882 2001-11-02  Akim Demaille  <akim@epita.fr>
8884         * configure.ac: Bump to 2.52g.
8886 2001-11-02  Akim Demaille  <akim@epita.fr>
8888         Version 2.52f.
8890 2001-11-02  Akim Demaille  <akim@epita.fr>
8892         * config/config.guess, config/config.sub, doc/standards.texi:
8893         * config/lispdir.m4: Update from masters.
8894         * configure.ac: Bump to 2.52f.
8896 2001-11-02  Akim Demaille  <akim@epita.fr>
8898         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8899         Don't run aclocal when aclocal.m4 is not from aclocal.
8900         From Ezra Peisach.
8901         Don't run libtoolize and gettextize if --install is not given.
8903 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8905         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8906         be invoked before _AS_LINENO_PREPARE.
8907         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8908         than character ranges.
8910         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8911         invoking AS_BASENAME.  Set the locale variables to 'C' if
8912         possible, as POSIX requires this to get the traditional
8913         behavior.
8914         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8916 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8918         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8919         with {}, as that triggers a bug in Bash 2.05.
8921         (_AS_LINENO_PREPARE): Use Sed rather than
8922         Awk.  Fix the sed prepass to work even if there are multiple
8923         instances of $LINENO on the same line.  Do not substitute for
8924         other variables like $LINENOT.  Do not check file dates; such a
8925         check is unreliable on sufficiently fast machines, and removing
8926         the check makes the code simpler and more reliable.  Check for
8927         output and chmod failures.
8929         * doc/autoconf.texi (Special Shell Variables): Document
8930         the above.
8932 2001-10-31  Akim Demaille  <akim@epita.fr>
8934         * tests/Makefile.am (atconfig): Remove this target, Automake
8935         handles it now.
8937 2001-10-31  Akim Demaille  <akim@epita.fr>
8939         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8940         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8941         provided, while it is optional.
8942         * configure.ac: Adjust.
8944 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8946         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8947           lib/Autom4te/Struct.pm:
8948         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8949         with 5.005_02.
8951         * doc/autoconf.texi (Special Shell Variables): Document some
8952         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8954         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8955         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8956         eval $LINENO is not portable in practice.
8958 2001-10-24  Akim Demaille  <akim@epita.fr>
8960         * lib/Autom4te/General.pm (backname): New.
8962 2001-10-24  Akim Demaille  <akim@epita.fr>
8964         * m4/: Remove, merged into...
8965         * config/: here.
8967 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8969         * doc/autoconf.texi (Shellology): Mention the problems with bash
8970         2.05's use of ANSI quoting in its `set' builtin.
8972 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8974         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8975         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8976         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8977         POSIX decided to standardize on the int flavor of strerror_r.
8978         Always do char* test, as there's no reason not to.
8979         Assign to a char* var, to catch strerror_r that returns int*.
8981         * doc/autoconf.texi (Particular Functions):
8982         Document the above changes.  Also, document the fact that
8983         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8985         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8987 2001-10-20  Akim Demaille  <akim@epita.fr>
8989         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8990         the executable was missing from the log.
8992 2001-10-20  Akim Demaille  <akim@epita.fr>
8994         * lib/Autom4te/General.pm (&update_file): If destination is
8995         unchanged, remove the source.
8996         (&up_to_date_p): Don't be verbose, be debug.
8997         * bin/autoreconf.in: No longer support --m4dir.
8998         (&autoreconf): Display the full path of the configure.ac we are
8999         studying.
9000         Trace it only once.
9001         Be sure to honor --force with gettextize.
9002         Always run aclocal.
9003         * doc/autoconf.texi: Adjust.
9005 2001-10-20  Akim Demaille  <akim@epita.fr>
9007         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
9008         Remove, dead.
9009         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
9010         `intl' is already present, as it refuses unless --force.
9011         (&parse_args): Use -I, --include instead of the old Autoconf
9012         options.
9013         ($localdir, $autoconf_dir): Remove.
9014         (@include): New.
9015         (&maybe_autoreconf): New, to preserve $_ for File::Find.
9017 2001-10-19  Jens Petersen  <petersen@redhat.com>
9019         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
9020         * doc/autoconf.texi (Particular Programs): Likewise.
9022 2001-10-19  Akim Demaille  <akim@epita.fr>
9024         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
9025         file in @configure_input@.
9026         Don't mention `automatically' in addition to `generated'.
9027         * tests/torture.at (#define header templates): Adjust.
9029 2001-10-19  Akim Demaille  <akim@epita.fr>
9031         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
9032         comment, explain how to install automatic mode selection.
9033         From Russ Allbery.
9035 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
9037         * bin/autoreconf.in (autoreconf): Display the path to the
9038         configure.ac being studied.
9040 2001-10-18  Paul Eggert  <eggert@twinsun.com>
9042         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9043         long, to work around a bug in the HP C compiler version HP92453-01
9044         B.11.11.23709.GP.
9046         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9047         (AS_BASENAME_EXPR): New macro.
9048         (AS_BASENAME_SED): Do not assume GNU sed semantics.
9049         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9050         and fall back on 'sed' only if the other two fail.  This makes
9051         AS_BASENAME act more like AS_DIRNAME.
9052         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9053         contains white space.
9054         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9055         Use AS_DIRNAME, since I think it's now DOS-friendly.
9056         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9057         Allow "dirname //FOO" to return either / or //, as POSIX allows
9058         either behavior.
9060 2001-10-10  Akim Demaille  <akim@epita.fr>
9062         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9063         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9064         From Eric Sharkey.
9066 2001-10-10  Akim Demaille  <akim@epita.fr>
9068         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9069         m4_define, since...
9070         (_AS_ECHO_N): AS_REQUIREs it.
9072 2001-10-10  Akim Demaille  <akim@epita.fr>
9074         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9075         (AC_INCLUDES_DEFAULT): Move to...
9076         * lib/autoconf/headers.m4: here.
9077         * lib/autoconf/types.m4: Comment changes.
9078         * doc/autoconf.texi: Specify where the default includes are used
9079         in the macro prototypes.
9081 2001-10-09  Akim Demaille  <akim@epita.fr>
9083         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9084         transition code.
9086 2001-10-08  Akim Demaille  <akim@epita.fr>
9088         * bin/autoreconf.in (&autoreconf): Remove debugging code.
9089         (&parse_args): Pass verbosity/debugging options to subtools when
9090         --debug, not when --verbose.
9091         * lib/autom4te.in (Autoreconf-preselections): New.
9092         (Autoconf): Use it.
9094 2001-10-08  Akim Demaille  <akim@epita.fr>
9096         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9098 2001-10-08  Akim Demaille  <akim@epita.fr>
9100         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9101         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9103 2001-10-08  Akim Demaille  <akim@epita.fr>
9105         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9106         (Syntax of the shell scripts): Don't.
9107         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9108         bother with $force since...
9109         * lib/Autom4te/General.pm: does.
9111 2001-10-08  Akim Demaille  <akim@epita.fr>
9113         * bin/autoreconf.in: Rewrite in Perl.
9114         * configure.ac: Adjust.
9115         * lib/Autom4te/General.pm (&up_to_date_p): New.
9116         * bin/autom4te.in (&up_to_date_p): Use it.
9117         Rename as...
9118         (&up_to_date): this.
9120 2001-10-08  Akim Demaille  <akim@epita.fr>
9122         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9123         (m4_list_cmp): Use $0 to reinvoke yourself.
9124         (m4_patsubsts): New.
9125         (m4_strip, m4_version_unletter): Use it.
9126         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9128 2001-10-08  Akim Demaille  <akim@epita.fr>
9130         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9131         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9132         * lib/autoconf/types.m4, lib/autotest/general.m4,
9133         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9134         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9135         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9136         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9138 2001-10-08  Akim Demaille  <akim@epita.fr>
9140         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9142 2001-10-08  Akim Demaille  <akim@epita.fr>
9144         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9145         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9146         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9147         * tests/tools.at, tests/m4sh.at: Use it.
9148         * tests/m4sh.at: Don't rely on Autoconf macros.
9149         (DIRNAME_TEST): Also exercise the expr variant.
9150         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9151         preferred M4sugar extension is now `.4s'.
9152         * tests/README: Remove.
9154 2001-10-08  Akim Demaille  <akim@epita.fr>
9156         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9157         (m4_provide_if): this.
9158         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9159         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9160         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9161         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9163 2001-10-08  Akim Demaille  <akim@epita.fr>
9165         Use `add-log-current-defun-function' for ChangeLog creation.
9166         Suggested by Tom Tromey.
9168         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9169         (autotest-mode): Adjust.
9170         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9171         'comment-region onto `C-c ;'.
9172         Comments are `#', not `dnl'.
9173         (autoconf-current-defun): New.
9174         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9176 2001-10-08  Akim Demaille  <akim@epita.fr>
9178         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9179         * lib/m4sugar/m4sh.m4: here.
9180         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9181         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9182         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9183         include handle the m4_pattern_*, no longer push the
9184         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9185         * lib/autotest/general.m4 (AT_INIT): Likewise.
9186         * tests/base.at: Adjust the tests to use AS_INIT.
9187         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9188         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9189         Autoconf.
9191 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9193         * doc/autoconf.texi (config.status Invocation):
9194         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9196         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9197         shell does not support LINENO, and if CONFIG_SHELL is unset or
9198         empty, and if we can find a shell that does support LINENO,
9199         then set CONFIG_SHELL to that shell and then re-execute
9200         ourselves with CONFIG_SHELL.
9202 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9204         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9205         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9206         build of $(TESTSUITE).
9208 2001-10-05  Akim Demaille  <akim@epita.fr>
9210         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9211         iff we are a bareword.
9212         Reported by Raja R Harinath.
9214 2001-10-05  Akim Demaille  <akim@epita.fr>
9216         * tests/m4sh.at (LINENO): New.
9217         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9218         PATH_SEPARATOR before using it.
9219         Fix the absolute path case/esac pattern.
9220         Provide $0 as fallback for as_myself.
9221         Reported by Raja R Harinath.
9223 2001-10-05  Akim Demaille  <akim@epita.fr>
9225         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9226         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9228 2001-10-05  Akim Demaille  <akim@epita.fr>
9230         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9231         (AS_SHELL_SANITIZE): here.  Use it.
9232         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9233         From Paul Eggert.
9235 2001-10-04  Akim Demaille  <akim@epita.fr>
9237         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9238         combination of Awk and sed to replace $LINENO.
9240 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9242         * doc/autoconf.texi (Limitations of Builtins): You can't use
9243         "source"; it's not portable.  Remove confusing and
9244         somewhat-incorrect example involving "." and "/".
9246         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9247         compatibility with POSIX shells.
9249 2001-10-02  Akim Demaille  <akim@epita.fr>
9251         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9252         instead of exec'ing to preserve $0 and $@.
9254 2001-10-01  Akim Demaille  <akim@epita.fr>
9256         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9257         Don't run twice the same test.
9259 2001-10-01  Akim Demaille  <akim@epita.fr>
9261         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9262         No longer output the list of tests.
9263         <--list>: New option.
9264         <--full-help>: Remove.
9265         Complete the short/long options duality.
9266         Various small adjustments.
9268 2001-10-01  Akim Demaille  <akim@epita.fr>
9270         * doc/autoconf.texi: Use @kbd for user input.
9271         Always use `$' as shell prompt.
9273 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9275         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9276         Don't use nested parenthesization.  This patch was originally
9277         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9278         but somehow it didn't get incorporated then.
9279         * doc/autoconf.texi (Limitations of Usual Tools):
9280         Clarify remark about sed and nested parenthesization.
9282         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9283         Report an error if the size cannot be determined even though
9284         the type exists.
9285         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9286         Check for `expr' arithmetic overflow, and for compilation failure,
9287         and invoke a new argument $4 if either is discovered.
9288         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9289         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9291 2001-09-28  Akim Demaille  <akim@epita.fr>
9293         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9294         * m4/lispdir.m4: New.
9295         * aclocal.m4, configure.ac: Adjust.
9297 2001-09-28  Akim Demaille  <akim@epita.fr>
9299         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9300         (AT_TESTED): this.
9301         (AT_INIT): More the wrapped section to where it will be expanded.
9302         Output `AT_tested' only when existing.
9303         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9305 2001-09-27  Akim Demaille  <akim@epita.fr>
9307         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9308         generates too many bug reports.
9310         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9311         status when executing the ACTION-IF-FALSE.
9312         * tests/base.at (AC_TRY_*): Rename as...
9313         (AC_TRY_COMMAND): this.
9314         (AC_RUN_IFELSE): New.
9315         * tests/compile.at (Extensions, C keywords)
9316         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9317         (Broken/missing compilers, AC_PROG_CPP with warnings)
9318         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9319         * tests/c.at (Extensions, C keywords)
9320         (Broken/missing compilers, AC_PROG_CPP with warnings)
9321         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9322         (AC_PROG_CPP requires AC_PROG_CC): here and...
9323         * tests/fortran.at (GNU Fortran 77): there.
9324         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9325         AC_TRY_RUN is about compilation, not shell commands.
9326         (Test Programs): AC_TRY_RUN works as used to be advertised.
9328 2001-09-27  Akim Demaille  <akim@epita.fr>
9330         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9331         Raja R Harinath:
9332         Be sure to detect when $LINENO always returns the same value.
9333         Look for the original script, basename($0) is certainly not
9334         enough.
9335         Pass the CLI arguments to `$as_me.lineno'.
9337 2001-09-25  Akim Demaille  <akim@epita.fr>
9339         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9340         Be sure the close and reopen the LOG fd before and after using tee
9341         to extend the log.
9342         <at_tests_pattern>: Adjust to the new format of at_help_all.
9344 2001-09-23  Akim Demaille  <akim@epita.fr>
9346         * bin/autom4te.in (parse_args): There can be several invocations
9347         of --language now.
9349 2001-09-23  Akim Demaille  <akim@epita.fr>
9351         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9353 2001-09-23  Akim Demaille  <akim@epita.fr>
9355         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9356         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9357         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9358         builddir, buildpath, top_builddir, and top_buildpath.
9359         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9360         the current directory.
9361         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9362         variables *before* changing the current directory.
9363         Skip nonexistent dirs.
9364         * doc/autoconf.texi (Preset Output Variables): Document these
9365         variables.
9367         * lib/autotest/general.m4: Do not reset AT_victims.
9368         Don't compute at_srcdir nor at_top_srcdir.
9370         * tests/tools.at: Hence use top_srcdir.
9372         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9373         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9374         Remove.
9375         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9376         * tests/wrapsh.in, tests/autoupdate.in: New.
9377         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9378         * configure.ac: Build the position independent wrappers.
9380         * man/Makefile.am: Now that test wrappers are position
9381         independent, use them and drop dark envvar magic.
9383 2001-09-23  Akim Demaille  <akim@epita.fr>
9385         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9386         (Programming in M4sh): this.
9387         Promote to @section.
9389 2001-09-23  Akim Demaille  <akim@epita.fr>
9391         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9392         Pass $at_debug_args to the rerun test suite.
9393         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9394         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9395         From Paul Eggert.
9397 2001-09-23  Akim Demaille  <akim@epita.fr>
9399         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9401 2001-09-23  Akim Demaille  <akim@epita.fr>
9403         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9404         over-escaping.
9406 2001-09-23  Akim Demaille  <akim@epita.fr>
9408         * lib/Autom4te/General.pm (&debug): New.
9409         * bin/autom4te.in ($language): Move to...
9410         (parse_args): here.
9411         Handle --language in languages.
9412         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9413         (Autoscan-selections): New.
9414         (Autoconf): Adjust.
9416 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9418         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9419         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9420         to match current versions from CVS Automake.
9422 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9424         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9425         for $LINENO.
9427 2001-09-22  Akim Demaille  <akim@epita.fr>
9429         * lib/autoconf/autotest.m4: Create `package.m4'.
9430         * tests/Makefile.am (package.m4): Remove.
9432 2001-09-22  Akim Demaille  <akim@epita.fr>
9434         Rely on `$LINENO' when possible instead of `__oline__'.
9436         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9437         `$LINENO' support replacement when not supported.
9438         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9439         them explicitly to be sure they are not output before this section
9440         (via m4_require).  Cosmetic only.
9441         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9442         * lib/autoconf/programs.m4: Replace all the occurrences of
9443         `__oline__' with `$LINENO'.
9444         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9446 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9448         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9449         character (u: -> ue) in a code comment.
9450         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9451         it works.
9453 2001-09-21  Akim Demaille  <akim@epita.fr>
9455         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9456         Suggested by Jim Meyering.
9458 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9460         * lib/autoconf/programs.m4: Use extensions listed in
9461         $ac_executable_extensions when looking for programs.
9463 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9465         * lib/autoconf/general.m4: Fix a small Englisho.
9466         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9467         setting up ac_dir_suffix and ac_top_builddir.
9468         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9470 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9472         * doc/autoconf.texi (File System Conventions): Clarify the use of
9473         PATH_SEPARATOR.
9474         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9475         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9476         be used instead of ':'.
9477         * lib/autotest/general.m4: Replace occurrences of ':' in
9478         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9480 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9482         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9483         arguments.  Fixed a typo.
9485 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9487         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9488         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9490 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9492         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9493         * bin/autoupdate.in: Ditto.
9494         * bin/autoheader.in: Reworded a few comments.
9495         * bin/autoconf.in: Reworded help text for a few options.
9496         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9497         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9499 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9501         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9502         already have $file).  Set output files to binary mode (helps avoid
9503         CR issues on DOSish systems).
9505 2001-09-19  Akim Demaille  <akim@epita.fr>
9507         * lib/autotest/general.m4: Englishoes.
9508         From Tim Van Holder and Alexey Mahotkin.
9510 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9512         * doc/autoconf.texi (Common Shell Constructs): New node,
9513         documenting AS_DIRNAME.
9514         (Limitations of Usual Tools): Refer to it when discussing dirname.
9515         Also, update discussion of POSIX standard to reflect latest draft.
9517         * lib/autoconf/c.m4:
9518         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9520         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9521         Do not pass a first argument with leading '-'
9522         to expr, by parenthesizing initial integers that might be negative.
9524         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9525         now merely checks whether it is an error to pass an argument
9526         to getpgrp.
9528         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9529         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9530         whether it is a (compile-time) error to pass an argument to
9531         getpgrp.  This simpler test supports the revised documentation,
9532         and is all that AC_FUNC_GETPGRP's users really need.
9534 2001-09-18  Akim Demaille  <akim@epita.fr>
9536         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9538 2001-09-18  Akim Demaille  <akim@epita.fr>
9540         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9541         `{}'.
9542         * lib/autotest/general.m4 (AT_INIT): Adjust.
9544 2001-09-18  Paul Wagland  <paul@wagland.net>
9546         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9547         correctly.
9548         Add test for AS_BASENAME.
9549         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9550         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9551         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9552         * tests/base.at: Fixed the expected responses. The old ones were
9553         one line out...
9554         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9555         the documentation claims it should (and how it behaved in 2.13).
9557 2001-09-18  Akim Demaille  <akim@epita.fr>
9559         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9560         the AC_CONFIG_COMMANDS invocation.
9561         This also solves the name clash problems.
9562         Don't set the package's ID.
9563         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9564         No longer to be shipped.
9565         (version.in): Remove.
9566         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9567         * lib/autoconf/status.m4: Adjust.
9568         Use `m4_PACKAGE_STRING'.
9569         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9570         the only optional argument is the name of the test suite.
9571         Expect `package.m4' to define the package signature.
9572         * lib/autom4te.in (Autotest): Add `package.m4?'.
9573         * tests/Makefile.am (package.m4): New.
9574         * tests/suite.at: ifnames is a victim.
9576 2001-09-18  Akim Demaille  <akim@epita.fr>
9578         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9579         AC_LIBSOURCE, AC_CONFIG_FILES.
9580         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9581         program version string doesn't match the package's.
9582         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9583         after `(cached)'.
9585 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9587         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9588         Allow expression to return any value that can fit into unsigned long
9589         (not int, as before).  Check for output errors.
9591 2001-09-17  Bruno Haible  <haible@ilog.fr>
9593         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9594         Always include <stdio.h> and <stdlib.h>. Evaluate
9595         the expression in an extra function before these includes. Call
9596         fprintf "%d" only after ensuring the argument is of type 'int'.
9597         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9599 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9601         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9602         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9603         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9604         when they don't exist.
9606         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9607         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9608         need it.
9610         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9611         version with the version used by fileutils 4.1, except use
9612         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9613         we don't need it.
9615         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9617 2001-09-13  Akim Demaille  <akim@epita.fr>
9619         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9620         _first_.
9621         Reported by Gerrit P. Haase.
9623 2001-09-13  Akim Demaille  <akim@epita.fr>
9625         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9626         m4_defn'ing is valid.
9628 2001-09-13  Akim Demaille  <akim@epita.fr>
9630         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9631         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9632         Use it.
9634 2001-09-13  Akim Demaille  <akim@epita.fr>
9636         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9637         m4_match.
9638         (m4_re_escape): New.
9639         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9640         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9641         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9642         Likewise.
9643         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9644         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9645         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9646         AT_tests_all for consistency.
9647         Set at_victims.
9648         (AT_VICTIMS): Similar to AT_KEYWORDS.
9649         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9651 2001-09-13  Akim Demaille  <akim@epita.fr>
9653         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9655 2001-09-13  Akim Demaille  <akim@epita.fr>
9657         * lib/autotest/general.m4 (AT_INIT): Create and remove
9658         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9659         test suites can cohabit.
9661 2001-09-13  Akim Demaille  <akim@epita.fr>
9663         * tests/mktests.sh: Don't output banners for empty test files.
9665 2001-09-13  Akim Demaille  <akim@epita.fr>
9667         Test suites can be run independently of configure.
9669         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9670         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9671         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9672         ECHO_N etc.
9673         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9674         and at_c.
9675         * lib/autotest/general.m4: Use ECHO_*.
9677 2001-09-13  Akim Demaille  <akim@epita.fr>
9679         * bin/ifnames.in: Rewrite in Perl.
9680         * configure.ac: Don't look for AWK.
9681         * tests/tools.at (AWK portability): Remove.
9682         (Syntax of the shell scripts): Don't check ifnames.
9683         (AT_CHECK_PERL_SYNTAX): New.
9684         (Syntax of the Perl scripts): Check ifnames.
9685         * tests/ifnames: New.
9687 2001-09-13  Akim Demaille  <akim@epita.fr>
9689         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9690         test group titles.
9691         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9692         Remove all the other keywords.
9694 2001-09-10  Akim Demaille  <akim@epita.fr>
9696         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9697         SETUP: no longer used.
9698         Support -k, --keywords.
9699         <at_help>: Be `no', `short', or `long'.
9700         <at_help_all>: New variable.
9701         (AT_KEYWORDS): New.
9702         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9703         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9704         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9705         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9706         No longer fill the HELP diversion.
9707         (AT_CLEANUP): Use them.
9708         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9709         (m4_list_append): Remove.
9711         Spread a few keywords in the Autoconf test suite.
9713 2001-09-10  Akim Demaille  <akim@epita.fr>
9715         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9716         PATH_SEPARATOR, let M4sh compute it.
9717         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9718         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9719         Move to...
9720         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9721         Simplify when the path is not a literal.
9722         (AS_UNAME): Use it to report PATH.
9723         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9724         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9725         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9726         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9727         normalize the path, and to look for victims.
9728         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9729         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9731 2001-09-07  Akim Demaille  <akim@epita.fr>
9733         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9734         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9735         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9736         related variables into `at_package_*'.
9737         * lib/autotest/general.m4 (AT_VICTIMS): New.
9738         (AT_INIT): Adjust for stand-alone/embedded test suites.
9739         (AS_MESSAGE_LOG_FD): Define and use it.
9740         * tests/suite.at (AT_VICTIMS): Use it.
9741         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9742         at_version.
9744 2001-09-07  Akim Demaille  <akim@epita.fr>
9746         Move toward possibly stand-alone test suites.
9748         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9749         in addition, it introduces useless differences in logs.
9750         (AT_INIT): Let atconfig and atlocal be both optional.
9751         Adjust PATH computation.
9752         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9754 2001-09-07  Akim Demaille  <akim@epita.fr>
9756         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9757         m4sugar/version.m4.
9759 2001-09-05  Akim Demaille  <akim@epita.fr>
9761         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9762         to avoid GCC warnings.
9763         From Uwe Seimet.
9765 2001-09-05  Akim Demaille  <akim@epita.fr>
9767         * bin/autom4te.in: --language is -l, not -s.
9769 2001-09-05  Akim Demaille  <akim@epita.fr>
9771         Be ready to handle filenames as stupid as `dnl.at', for if even
9772         the maintainer is dumb enough to do that...
9774         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9775         excellence in M4 quotation: consider `__file__' is active.
9777         And BTW, when invoking m4, pass the --include in the right order:
9778         the wrong one.
9780         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9781         4m.
9783 2001-09-05  Akim Demaille  <akim@epita.fr>
9785         * lib/Autom4te/XFile.pm: New lib file.
9786         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9787         * bin/autoheader.in: Use it.
9789 2001-09-05  Akim Demaille  <akim@epita.fr>
9791         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9792         defined.
9794 2001-09-05  Akim Demaille  <akim@epita.fr>
9796         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9797         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9799         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9800         Add -I, --include support.
9801         * doc/autoconf.texi (autoscan Invocation): Adjust.
9803 2001-09-05  Akim Demaille  <akim@epita.fr>
9805         CVS GNU M4 doesn't like `undefine(undefined)'.
9807         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9808         New, extracted from main.
9809         Use IO::File wherever possible.
9810         (input.m4): Be constant, use -I instead of hard coding $tmp.
9811         Therefore be a quoted heredoc.
9812         Don't invoke `_au_disable', since ac was not loaded, but just
9813         `unm4.m4'.
9815 2001-08-31  Akim Demaille  <akim@epita.fr>
9817         Version 2.52d.
9819 2001-08-31  Akim Demaille  <akim@epita.fr>
9821         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9822         previous patch.
9823         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9825 2001-08-31  Akim Demaille  <akim@epita.fr>
9827         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9828         serious problems handling heredocs in heredocs.
9829         Reported by Nicolas Joly.
9831 2001-08-31  Akim Demaille  <akim@epita.fr>
9833         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9834         (Making testsuite Scripts): Update.
9836 2001-08-31  Akim Demaille  <akim@epita.fr>
9838         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9840 2001-08-31  Akim Demaille  <akim@epita.fr>
9842         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9843         (testsuite Scripts): There is no such thing as `atconfig.in'.
9844         And actually one diagram is missing: test suite runtime.
9846 2001-08-31  Akim Demaille  <akim@epita.fr>
9848         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9849         inverse order.
9851 2001-08-31  Akim Demaille  <akim@epita.fr>
9853         * bin/autoupdate.in (@include): `installcheck' revealed the path
9854         to m4sugar was lacking!
9856 2001-08-31  Akim Demaille  <akim@epita.fr>
9858         * man/Makefile.am (.x.1): We really have to pass
9859         autom4te_perllibdir.
9861 2001-08-31  Akim Demaille  <akim@epita.fr>
9863         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9864         debug scripts, in particular passing explicitly listed tests to
9865         run is stupid.
9867 2001-08-31  Akim Demaille  <akim@epita.fr>
9869         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9870         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9871         Use directly autom4te, not autoconf.
9872         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9874 2001-08-31  Akim Demaille  <akim@epita.fr>
9876         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9877         * bin/autoheader.in (%symbol): Strip arguments of macros.
9879 2001-08-31  Akim Demaille  <akim@epita.fr>
9881         * doc/autoconf.texi: Catch up -I, --include changes.
9883 2001-08-31  Akim Demaille  <akim@epita.fr>
9885         * bin/autom4te.in (&parse_args): Die on unknown languages.
9886         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9887         need for autoconf.
9888         Promote --include over --macrodir and other obsolete options.
9890 2001-08-31  Akim Demaille  <akim@epita.fr>
9892         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9893         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9894         * bin/autom4te.in ($autoconf): Pass --force.
9895         `print $out' doesn't print `$_' but `$out'.
9896         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9897         (autoheader): Pass --force since the test suite goes too fast for
9898         the time stamps.
9899         Adjust to the new autoheader messages.
9901 2001-08-31  Akim Demaille  <akim@epita.fr>
9903         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9904         Check the completeness of the #template.
9905         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9906         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9907         invocation.
9909 2001-08-31  Akim Demaille  <akim@epita.fr>
9911         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9912         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9913         Drop AC_MACRODIR dead for real.
9914         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9915         `autoheader: `config.hin' is created'.
9916         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9918 2001-08-31  Akim Demaille  <akim@epita.fr>
9920         * bin/autoheader.in: Rewrite in Perl.
9921         * tests/autoheader: Adjust.
9923 2001-08-31  Akim Demaille  <akim@epita.fr>
9925         * bin/autoconf.in (--include, -I): New option.
9926         Map --localdir, --autoconf-dir onto it.
9927         Forward autom4te's options instead of interpreting them.
9928         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9929         There is no such envvar since the inception of autom4te.cfg.
9930         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9931         * bin/autoupdate.in: Adjust, and perform more control.
9932         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9933         * tests/autoconf: Dittowise.
9935 2001-08-31  Akim Demaille  <akim@epita.fr>
9937         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9938         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9939         optionally `FILE'.
9940         Use -e, not -f, since /dev/null for instance is OK.
9941         (&parse_args): Adjust.
9942         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9944 2001-08-31  Akim Demaille  <akim@epita.fr>
9946         * configure.ac: Also find tested executables in bin.
9947         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9948         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9949         installed peer executables, only PATH is allowed to resolve it.
9950         Pass `autoconf_dir' via options, not via invisible envvars.
9951         * lib/Autom4te/General.pm (&find_peer): Remove.
9952         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9953         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9954         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9955         find the executables for it.
9956         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9957         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9958         We only need PERL.
9959         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9960         indeed related to running the test suite, while passing
9961         --autoconf-dir and others is related to running non installed
9962         Autoconf executables.  So don't do that, leave it to...
9963         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9964         * tests/autoscan: New.
9965         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9966         refer to library files: rely on --language.
9968 2001-08-29  Akim Demaille  <akim@epita.fr>
9970         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9971         s/--set/--language/.
9973 2001-08-29  Akim Demaille  <akim@epita.fr>
9975         * doc/autoconf.texi: Strip the @nodes.
9976         Suggested by Paul Eggert.
9977         (Initializing configure): Typo.
9979 2001-08-29  Akim Demaille  <akim@epita.fr>
9981         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9982         Suggested by Paul Eggert.
9984 2001-08-29  Akim Demaille  <akim@epita.fr>
9986         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9987         download in a tmp dir.
9989 2001-08-29  Akim Demaille  <akim@epita.fr>
9991         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9992         case insensitive OSes out there :(
9993         From Tim Van Holder.
9995 2001-08-29  Akim Demaille  <akim@epita.fr>
9997         * lib/autom4te.in: New.
9998         * lib/Makefile.am (edit, autom4te.cfg): New.
9999         * bin/autom4te.in (BEGIN): Simplify.
10000         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
10001         (&load_configuration): New.  Use it.
10002         (&parse_args): Support --mode, --set, and --melt.
10003         * bin/autoconf.in: Simplify and adjust.
10004         * tests/Makefile.am (AUTOMAKE): Use --set.
10005         * tests/atlocal.in: Adjust.
10006         * BUGS: distcheck and check are weak.
10008 2001-08-29  Akim Demaille  <akim@epita.fr>
10010         * lib/autotest/general.m4: Use
10011                 foo=`(command) 2>/dev/null`
10012         not
10013                 foo=`command` 2>/dev/null
10014         (at-devnull): Rename as...
10015         (AT-devnull): this.
10016         (--clean): Remove AT-* files too.
10017         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
10018         Reported by Nicolas Joly.
10020 2001-08-28  Akim Demaille  <akim@epita.fr>
10022         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
10023         quotes inside single quotes.
10024         Reported by Nicolas Joly.
10026 2001-08-28  Kevin Ryde  <user42@zip.com.au>
10028         * doc/autoconf.texi (Function Portability): Mention C right shifts.
10030 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
10032         * lib/autotest/general.m4: Reword some messages.
10033         (AT_INIT): Check for the `times' builtin before using it.
10034         Support test ranges as arguments to the testsuite.
10035         Have -e imply -d as the help text suggested.
10037 2001-08-27  Akim Demaille  <akim@epita.fr>
10039         * Makefile.maint: Formatting changes.
10040         (do-po-update, po-update, cvs-update, update): New targets.
10041         (AMTAR): Remove.
10043 2001-08-27  Akim Demaille  <akim@epita.fr>
10045         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10046         <at_cmd_line>: New.
10047         Pass it to debug-*.sh scripts.
10048         <AUTOTEST_PATH>: May contain absolute dir names.
10050 2001-08-27  Akim Demaille  <akim@epita.fr>
10052         * lib/autotest/general.m4 (AT_INIT): Log the command line.
10053         Support `VAR=VAL' as arguments.
10054         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10055         may be set via the command line.
10057 2001-08-27  Akim Demaille  <akim@epita.fr>
10059         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10060         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10061         first the build dirs, then the src dirs.
10062         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10064 2001-08-27  Akim Demaille  <akim@epita.fr>
10066         * lib/autotest/general.m4 (AT_INIT): Output the definition of
10067         at_data_files earlier.
10068         (--clean, -c): New option.
10069         * tests/Makefile.am: Use this option.
10071 2001-08-27  Akim Demaille  <akim@epita.fr>
10073         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10074         `ac_top_builddir' to mimic Automake's vocabulary, which much more
10075         readable.
10076         Adjust callers.
10077         * doc/autoconf.texi (Configuration Actions): Document the vars
10078         available in commands.
10079         Emphasize the risks of collisions in init-cmds.
10081 2001-08-27  Akim Demaille  <akim@epita.fr>
10083         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10084         (Initializing configure): this new node.
10086 2001-08-27  Akim Demaille  <akim@epita.fr>
10088         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10090 2001-08-27  Akim Demaille  <akim@epita.fr>
10092         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10093         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10094         New file.
10095         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10097 2001-08-27  Akim Demaille  <akim@epita.fr>
10099         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10100         to...
10101         * lib/autoconf/autoheader.m4: this new file.
10102         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10103         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10104         Move to...
10105         * lib/autoconf/autoupdate.m4: this new file.
10107 2001-08-27  Akim Demaille  <akim@epita.fr>
10109         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10110         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10111         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10112         -> ac_dir).
10113         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10114         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10116 2001-08-27  Akim Demaille  <akim@epita.fr>
10118         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10119         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10120         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10121         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10122         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10123         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10124         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10125         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10126         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10127         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10128         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10129         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10130         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10131         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10132         (_AC_OUTPUT_SUBDIRS): Move to...
10133         * lib/autoconf/status.m4: this new file.
10134         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10135         * tests/Makefile.am, tests/suite.at: Adjust.
10137 2001-08-27  Akim Demaille  <akim@epita.fr>
10139         Automake 1.5.
10141         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10142         (AMTAR): Help automake define it.
10143         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10144         needed, 1.5 can have a macro and a target with the same name.
10145         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10146         * m4/strip.m4: New.
10147         * m4/init.m4, m4/sanity.m4: Update.
10148         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10149         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10150         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10151         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10153 2001-08-27  Akim Demaille  <akim@epita.fr>
10155         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10157         * lib/autoconf/version.in: Remove.
10158         * lib/m4sugar/version.in: New.
10159         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10160         Adjust callers.
10161         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10162         the name of the directory they're in, instead of the filename,
10163         since version.m4 is now in m4sugar, but m4_acversion must not be
10164         classified as an Autoconf macro.
10165         ($input_m4): Don't qualify the path to m4sugar.
10166         Rather, pass autoconf_dir to m4.
10167         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10168         * tests/suite.at: Require 2.52c.
10170 2001-08-27  Akim Demaille  <akim@epita.fr>
10172         testsuite.log should include config.log.
10174         * lib/autotest/autotest.m4: New.
10175         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10176         * tests/suite.at : Adjust.
10177         (AT_INIT): Log config.log.
10178         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10179         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10180         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10181         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10182         of config.log on traps.
10183         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10184         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10185         for config.status'.
10186         Open the log as soon as possible.
10187         Use the same log introduction as configure's.
10189 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10191         * doc/autoconf.texi (Indices): New node.
10192         Move indices out of the top level menu and into this submenu.
10194 2001-08-22  Akim Demaille  <akim@epita.fr>
10196         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10197         AC_TRY_COMMAND.
10198         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10200 2001-08-22  Akim Demaille  <akim@epita.fr>
10202         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10203         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10204         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10205         * lib/autoconf/programs.m4: here.
10206         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10207         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10208         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10209         * lib/autoconf/programs.m4: here.
10210         (_AC_DECL_YYTEXT): Rename as...
10211         (_AC_PROG_LEX_YYTEXT_DECL): this.
10212         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10213         * tests/Makefile.am, tests/suite.am: Adjust.
10215 2001-08-22  Akim Demaille  <akim@epita.fr>
10217         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10218         Move to...
10219         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10220         here.
10221         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10222         * lib/autoconf/functions.m4: here.
10223         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10224         (AH_CHECK_LIB): Move to...
10225         * lib/autoconf/libs: this new file.
10226         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10227         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10228         * lib/autoconf/libs.m4: here.
10229         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10231 2001-08-22  Akim Demaille  <akim@epita.fr>
10233         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10234         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10235         (AC_SITE_LOAD): Better logging of config.site.
10237 2001-08-20  Akim Demaille  <akim@epita.fr>
10239         * configure.ac (AT_CONFIG): Fix the path.
10240         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10241         can be used.
10243 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10245         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10246         program with AC_LANG_PROGRAM before feeding it to
10247         AC_COMPILE_IFELSE.  Cleanup grep usage.
10249 2001-08-20  Akim Demaille  <akim@epita.fr>
10251         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10252         * NEWS, README, README-alpha, TODO, tests/README: This package is
10253         `Autoconf', not `autoconf' (the executable).
10255 2001-08-20  Akim Demaille  <akim@epita.fr>
10257         Info readers seem to need `Index' in the index node title :(
10259         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10260         simplified index node names.
10262 2001-08-20  Akim Demaille  <akim@epita.fr>
10264         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10265         arguments are not literals.
10266         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10267         Specify the output variables, and macros defined.
10269 2001-08-20  Akim Demaille  <akim@epita.fr>
10271         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10272         (Examining Syntax) <AC_TRY_COMPILE>
10273         (Examining Libraries) <AC_TRY_LINK>
10274         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10275         their arguments.
10276         Reported by Werner Lemberg.
10278 2001-08-20  Akim Demaille  <akim@epita.fr>
10280         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10281         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10282         Load atlocal late enough to dump it in the log.
10283         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10285 2001-08-20  Akim Demaille  <akim@epita.fr>
10287         * tests/torture.at (Configuring subdirectories): New test.
10288         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10289         looking for.
10290         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10291         (top_srcdir): Fix its computation.
10293 2001-08-20  Akim Demaille  <akim@epita.fr>
10295         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10296         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10297         test suite lives.
10298         Create `atconfig' automagically.
10299         Configure atlocal.in if present.
10300         * tests/atconfig.in: Remove.
10301         * tests/atlocal.in: New.
10302         * tests/Makefile.am: Adjust.
10304 2001-08-20  Akim Demaille  <akim@epita.fr>
10306         Huh!?!?!  There are still some user EOF tags used, which prevents
10307         their use in AC_CONFIG_COMMANDS for instance...
10309         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10310         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10311         `_CSEOF', or `_ATEOF', as appropriate.
10312         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10313         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10315 2001-08-20  Akim Demaille  <akim@epita.fr>
10317         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10318         * tests/semantics.at, tests/tools.at, tests/torture.at:
10319         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10321 2001-08-20  Akim Demaille  <akim@epita.fr>
10323         Autotest invokes M4sh's initialization.
10325         * lib/autotest/general.m4: Adjust the diversion names.
10326         (AT_INIT): Run AS_INIT.
10327         Use the BINSH diversion to invoke /bin/sh.
10328         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10329         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10331 2001-08-20  Akim Demaille  <akim@epita.fr>
10333         Let M4sh have its own diversions.
10335         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10336         (_m4_divert(NOTICE)): Rename as...
10337         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10338         (_m4_divert(HEADER-COMMENT)): these.
10339         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10340         (_m4_divert(NOTICE)): New, for Libtool.
10341         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10342         long ago with `_m4_divert(GROW)'.
10343         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10345 2001-08-20  Akim Demaille  <akim@epita.fr>
10347         * tests/base.at, tests/compile.at, tests/foreign.at,
10348         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10349         * tests/semantics.at, tests/suite.at, tests/tools.at,
10350         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10352 2001-08-20  Akim Demaille  <akim@epita.fr>
10354         * bin/autom4te.in (handle_output): Handle @__@.
10356 2001-08-20  Akim Demaille  <akim@epita.fr>
10358         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10359         * lib/autotest/general.m4: Adjust the license.
10361 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10363         * doc/autoconf.texi (Function Portability): Mention snprintf,
10364         following up on a suggestion by Kevin Ryde.
10366 2001-08-17  Akim Demaille  <akim@epita.fr>
10368         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10369         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10371 2001-08-17  Akim Demaille  <akim@epita.fr>
10373         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10374         `$0.log' as for projects where testsuite is in src, we'd have
10375         testsuite.log created in src.
10377 2001-08-17  Akim Demaille  <akim@epita.fr>
10379         * bin/autom4te.in (&parse_args): Recognize --normalize.
10381 2001-08-17  Akim Demaille  <akim@epita.fr>
10383         Start implementing the AC_CHECK_HEADER transition scheme.
10385         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10386         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10387         (AC_CHECK_HEADER): Use them.
10389 2001-08-17  Akim Demaille  <akim@epita.fr>
10391         * doc/autoconf.texi: Work around Texinfo buglets.
10392         (Transformation Rules): One example is enough, users are expected
10393         to have their brains on. And BTW, use DESTDIR.
10394         (dvar): New macro.  Use it.
10396 2001-08-17  Akim Demaille  <akim@epita.fr>
10398         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10399         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10400         looking for ChangeLogs.
10402 2001-08-17  Akim Demaille  <akim@epita.fr>
10404         * bin/autom4te.in: --normalize is a new option.
10405         * bin/autoconf.in: Use it.
10407 2001-08-17  Akim Demaille  <akim@epita.fr>
10409         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10410         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10412 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10414         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10415         start, not at end.
10417 2001-08-15  Akim Demaille  <akim@epita.fr>
10419         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10420         Use it.
10422 2001-08-15  Akim Demaille  <akim@epita.fr>
10424         * doc/autoconf.texi (pr): New index.
10425         (prindex, findex): Use, merge, and output them.
10426         (Environment Variable Index, Output Variable Index)
10427         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10428         (Autotest Macro Index): Rename as...
10429         (Environment Variables, Output Variables,Preprocessor Symbols)
10430         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10431         * doc/install.texi: Use @command.
10432         (Environment Variables): Rename as...
10433         (Defining Variables): this.
10435 2001-08-15  Akim Demaille  <akim@epita.fr>
10437         * doc/autoconf.texi (Function Portability): sprintf's return
10438         value.
10439         From Kevin Ryde.
10441 2001-08-15  Akim Demaille  <akim@epita.fr>
10443         * Makefile.maint (CVS): New.
10444         (local-check): Run changelog-check. last.
10445         (alpha): Don't depend upon local-check, since...
10446         (cvs-dist): depends upon it.
10448 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10450         * tests/Makefile.am: Use a clean-local rule to remove
10451         autom4te.cache (it's a directory, not a file.
10452         * Makefile.am: Ditto (but maintainer-clean-local).
10454 2001-08-15  Akim Demaille  <akim@epita.fr>
10456         * bin/autom4te.in (@m4_warning): New.
10457         (&handle_m4): Use it.
10458         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10459         warnings are issued at each run.
10460         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10461         is in the src tree.
10463 2001-08-15  Akim Demaille  <akim@epita.fr>
10465         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10466         don't waste time running `autoupdate --version' works.
10467         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10469 2001-08-13  Akim Demaille  <akim@epita.fr>
10471         * doc/autoconf.texi (ma): Rename this index as...
10472         (ac): this.
10474 2001-08-13  Akim Demaille  <akim@epita.fr>
10476         * Makefile.am: Remove dead code and dead comments.
10477         (pdf, html): New targets.
10478         * doc/autoconf.texi (Using Autotest): New chapter.
10479         * doc/Makefile.am (pdf): New targets.
10480         (CLEANFILES): Adjust.
10482 2001-08-13  Akim Demaille  <akim@epita.fr>
10484         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10485         duration of the test suite.
10487 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10489         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10490         endianness for comparison instead of relying on AT_CHECK_ENV.
10492 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10494         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10495         to the INSTALL file.
10497 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10499         * NEWS: The autoconf manual now is distributed under the terms
10500         of the GNU Free Documentation License.
10502         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10503         Add an appendix "Copying This Manual" for the FDL.
10505         * doc/fdl.texi: New file, from
10506         <http://www.gnu.org/licenses/fdl.texi>.
10508         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10510 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10512         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10513         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10514         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10515         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10516         m4/sanity.m4, tests/README, tests/aclocal.m4,
10517         tests/atspecific.m4, tests/base.at, tests/compile.at,
10518         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10519         tests/semantics.at, tests/suite.at, tests/tools.at,
10520         tests/torture.at: Add copyright notice.
10522         * tests/mktests.sh: Update year in copyright notice.
10524 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10526         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10528 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10530         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10531         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10532         * doc/autoconf.texi (C Compiler Characteristics): Update
10533         documentation for AC_C_BIGENDIAN.
10535 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10537         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10538         magic values from an object file when cross-compiling.
10539         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10541 2001-08-10  Akim Demaille  <akim@epita.fr>
10543         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10544         effects.
10545         Suggested by Russ Allbery.
10547 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10549         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10550         current $prefix to the sub-configures.
10552 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10554         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10555         extension (needed on BeOS).  Reported by Guido van Rossum.
10557 2001-08-09  Akim Demaille  <akim@epita.fr>
10559         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10561 2001-08-07  Akim Demaille  <akim@epita.fr>
10563         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10564         removed.
10565         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10566         No need to remove the files before and after the each test, before
10567         each test and at the end of the suite is enough.
10568         Display only the children `times', not the shell's.
10569         If the test failed or was skipped, at-times is not available.
10571 2001-08-07  Akim Demaille  <akim@epita.fr>
10573         Always produce testsuite.log, including when there are no
10574         failures.  This helps getting information on skipped tests, and
10575         duration of the tests.  Err, implement the latter btw.
10577         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10578         Dump information on the first run of each test.
10579         (AT_CLEANUP): Create `at-times' containing the duration of the
10580         test group.
10582 2001-08-07  Akim Demaille  <akim@epita.fr>
10584         The use of `dumpstat' revealed that `len' was used although it
10585         should not.  m4_text_wrap was using it, but in the Autoconf world
10586         where it is legal.  Hence (i) test M4sh in its own world, not
10587         Autoconf's, and (ii), ahem, fix the bug :)
10589         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10590         does not like `' instead of [].
10591         (AT_INIT): Forbid `^_?AT_'.
10592         And don't output such tokens.
10593         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10594         `script.as', and `autom4te.cache'.
10595         Remove `empty' and `macro' which are no longer used.
10596         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10597         * tests/m4sugar.at: Use it.
10598         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10600 2001-08-07  Akim Demaille  <akim@epita.fr>
10602         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10604 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10606         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10608 2001-08-04  Akim Demaille  <akim@epita.fr>
10610         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10611         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10612         AC_TRY_LINK.
10613         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10614         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10615         (AC_F77_MAIN): Likewise.
10617 2001-08-04  Akim Demaille  <akim@epita.fr>
10619         Don't rely on M4sugar outputting the patterns in files, since we
10620         might process the output _without_ running m4, hence without these
10621         files.
10623         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10624         * bin/autom4te.in (@Request::includes): Remove, unused.
10625         (@Request::source): Rename as...
10626         (@Request::input): this.
10627         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10628         (&handle_output): Fetch the patterns from the traces.
10629         `$forbidden' and `$allowed' are constant: use m//o.
10630         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10631         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10633 2001-08-04  Akim Demaille  <akim@epita.fr>
10635         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10636         autoconf', i.e., in addition to caching traces, cache the output.
10638         * bin/autom4te.in (Request::cache): Rename as...
10639         (Request::id): this.
10640         ($cache, $icache, $tcache, $ocache): New.
10641         (&handle_m4): Save M4 output in the cache instead of $tmp.
10642         (&handle_output): Adjust.
10643         (&up_to_date_p): Check that the output cache is up to date too.
10644         (top level): Run `&handle_m4' iff force or the cache is invalid.
10645         Run `&handle_output' if the output cache is more recent.
10647 2001-08-04  Akim Demaille  <akim@epita.fr>
10649         * bin/autom4te.in ($force): New.
10650         (&parse_args, &print_usage): -f, --force is a new option.
10651         (&handle_output): CPP directives might have spaces after `#'.
10652         (&parse_args): The first file only can be frozen.
10654 2001-08-04  Akim Demaille  <akim@epita.fr>
10656         Don't let autom4te compute the `include' traces several times:
10657         first check that the trace cache file is up to date, and then
10658         compare its timestamp with that of the output.
10660         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10661         the preamble.  Don't require 5.005 as Autom4te::General does it,
10662         and better yet (use `use', not `require'!).
10663         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10664         Class::Struct as Autom4te::Struct.
10665         * lib/Autom4te/General.pm (File::stat): Use it.
10666         (&mtime): New, export it.
10667         * bin/autom4te.in: Use it.
10668         Declare `$req' is invalid if it is outdated.
10669         Don't declare it valid before saving it if something went wrong.
10671 2001-08-04  Akim Demaille  <akim@epita.fr>
10673         Autom4te shall not encode Autoconf data, and preselecting traces
10674         must be proposed to the users.
10676         * bin/autom4te.in (@required_trace): Remove.
10677         (@preselect): New.
10678         (&parse_args, &print_usage): -p, --preselect is a new option.
10679         (&up_to_date_p): Adjust.
10680         * bin/autoconf.in: Preselect some Autoconf macros.
10682 2001-08-04  Akim Demaille  <akim@epita.fr>
10684         * tests/tools.at (autoconf --trace: user macros): Check traces on
10685         macros invoked without arguments, and macros invoked with multiple
10686         lines arguments.
10688 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10690         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10691         arguments.
10693 2001-08-03  Akim Demaille  <akim@epita.fr>
10695         * bin/autoconf.in ($@): Work around the usual sh bug.
10696         From Nicolas Joly.
10698 2001-08-03  Akim Demaille  <akim@epita.fr>
10700         Clean up the handling of the M4 builtins tracing exception.
10702         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10703         trace requests.
10704         (@m4_builtins): Rename as...
10705         (@m4_builtin): this.
10706         (%m4_builtin_alternate_name): New.
10707         (&parse_args): Complete the trace requests with alternate names.
10708         (&handle_traces): Hence no longer do it here.
10709         (&trace_requests): Remove, unused.
10711 2001-08-03  Akim Demaille  <akim@epita.fr>
10713         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10714         m4_if, and m4_wrap.
10716 2001-08-03  Akim Demaille  <akim@epita.fr>
10718         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10719         (m4_divert_pop): Dump the whole diversion stack when a diversion
10720         mismatch happens.
10721         * bin/autom4te.in (&handle_output): Remember of the first
10722         occurrence of a possibly undefined macro, not the last.
10723         Complain about the possibly undefined macros in the same order as
10724         the appear in the output.
10725         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10726         * tests/tools.at (autoconf: forbidden tokens, basic)
10727         (autoconf: forbidden tokens, exceptions): No longer sort
10728         autoconf's stderr, as it is now deterministic.
10729         Check that `dnl' is caught.
10731 2001-08-01  Akim Demaille  <akim@epita.fr>
10733         * configure.ac: Bump to 2.52c.
10735 2001-08-01  Akim Demaille  <akim@epita.fr>
10737         Version 2.52b.
10739         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10741 2001-08-01  Akim Demaille  <akim@epita.fr>
10743         Version 2.52a.
10745 2001-08-01  Akim Demaille  <akim@epita.fr>
10747         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10748         `die'.
10749         (&END): New.
10750         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10751         `END', as `Autom4te::General::END' will be triggered.
10752         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10753         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10754         system to run `mv', `rm', and `cmp'.
10756 2001-08-01  Akim Demaille  <akim@epita.fr>
10758         * lib/Autom4te/General.pm (&unique): New.
10759         * bin/autoscan.in (&output): Use it to issue trace requests once.
10761 2001-08-01  Akim Demaille  <akim@epita.fr>
10763         * lib/Autom4te/General.pm: New.
10764         * bin/autom4te.in (Autom4te::General): Use it.
10765         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10766         (&find_configure_ac, &find_slave): Remove.
10767         * bin/autoscan.in: Likewise.
10768         * bin/autoupdate.in: Likewise.
10770 2001-08-01  Akim Demaille  <akim@epita.fr>
10772         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10773         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10774         * bin: here, new directory.
10775         * lib/Autoconf: Rename as...
10776         * lib/Autom4te: this, to please case insensitive junkie OSes.
10778 2001-08-01  Akim Demaille  <akim@epita.fr>
10780         * autom4te.in ($m4): Handle the --nesting-limit.
10781         * autoconf.in (M4): Remove.
10783 2001-08-01  Akim Demaille  <akim@epita.fr>
10785         * autoconf.in ($AWK): Remove, no longer used.
10786         * test/tools.at: Use AT_CHECK_AUTOCONF.
10787         (AWK portability): Remove, for autoconf no longer uses AWK.
10788         (Syntax of the Perl scripts): New.
10789         * configure.ac: autoconf no longer needs an AWK with a good
10790         regexp engine.
10791         Use a static test on AC_PACKAGE_VERSION.
10792         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10793         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10794         * tests/atconfig.in (PERL): New.
10796 2001-08-01  Akim Demaille  <akim@epita.fr>
10798         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10799         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10800         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10801         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10802         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10803         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10804         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10805         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10806         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10807         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10808         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10809         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10810         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10811         * lib/autoconf/c.m4: here, new file.
10813         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10814         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10815         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10816         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10817         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10818         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10819         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10820         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10821         (AC_F77_FUNC): Move to...
10822         * lib/autoconf/fortran.m4: here, new file.
10824 2001-08-01  Akim Demaille  <akim@epita.fr>
10826         * acfunctions.m4: Rename as...
10827         * lib/autoconf/functions.m4: this.
10828         * acgeneral.m4: Rename as...
10829         * lib/autoconf/general.m4: this.
10830         * acheaders.m4: Rename as...
10831         * lib/autoconf/headers.m4: this.
10832         * aclang.m4: Rename as...
10833         * lib/autoconf/lang.m4: this.
10834         * acoldnames.m4: Rename as...
10835         * lib/autoconf/oldnames.m4: this.
10836         * acspecific.m4: Rename as...
10837         * lib/autoconf/specific.m4: this.
10838         * actypes.m4: Rename as...
10839         * lib/autoconf/types.m4: this.
10840         * autoconf.m4: Rename as...
10841         * lib/autoconf/autoconf.m4: this.
10843         * m4sugar.m4: Rename as...
10844         * lib/m4sugar/m4sugar.m4: this.
10845         * m4sh.m4: Rename as...
10846         * lib/m4sugar/m4sh.m4: this.
10848         * tests/atgeneral.m4: Rename as...
10849         * lib/autotest/general.m4: this.
10851         * acfunctions: Rename as...
10852         * lib/autoscan/functions: this.
10853         * acheaders: Rename as...
10854         * lib/autoscan/headers: this.
10855         * acidentifiers: Rename as...
10856         * lib/autoscan/identifiers: this.
10857         * aclibraries: Rename as...
10858         * lib/autoscan/libraries: this.
10859         * acmakevars: Rename as...
10860         * lib/autoscan/makevars: this.
10861         * acprograms: Rename as...
10862         * lib/autoscan/programs: this.
10864 2001-08-01  Akim Demaille  <akim@epita.fr>
10866         * doc/autoconf.texi: Moving/deleting open files is not portable.
10867         Portability issues for `.' (source), and more information about sed.
10869 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10871         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10872         which has a special meaning and is not a reference to libibmil.a.
10873         Reported by Matteo Frigo.
10875 2001-07-25  Pavel Roskin  <proski@gnu.org>
10877         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10878         output.
10880 2001-07-25  Akim Demaille  <akim@epita.fr>
10882         * autoconf.in: Try to define the variables before using them.
10883         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10884         instead of `$perllibdir'.
10885         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10887 2001-07-25  Akim Demaille  <akim@epita.fr>
10889         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10891 2001-07-24  Akim Demaille  <akim@epita.fr>
10893         Let autoconf use autom4te for traces.
10895         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10896         autom4te.
10897         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10898         (Because I found no way for autom4te to accept `-').
10899         * autom4te.in (&Request::request): Beware of M4 builtins.
10900         (END): Don't try to remove the content of an empty dir.
10901         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10902         (&handle_output): Set a default value to `$forbidden'.
10903         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10904         ($autoconf): Pass --debug and --verbose.
10905         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10906         cache.
10908 2001-07-24  Akim Demaille  <akim@epita.fr>
10910         Let autoconf use autom4te to create configure.
10912         * autoconf.in ($automate): New var.
10913         (task script): Use autom4te.
10914         * autom4te.in (File::Spec): Use it.
10915         (&find_file): New.
10916         (&parse_args): --warning is -W, not -w.
10917         Find the top level files.
10918         (&handle_m4): Pass the warnings flags.
10919         Don't report verbosely m4's failures, unless requested.
10920         (&handle_output): Don't complain for forbidden tokens in comments.
10921         Be sure to report all the forbidden tokens within a single line.
10922         (&trace_format_to_m4): Preserve `$_'.
10923         (&handle_traces): Sort the output macros.
10924         (&up_to_date_p): Find the files before trying to get its time stamp.
10926 2001-07-24  Akim Demaille  <akim@epita.fr>
10928         * Makefile.am: Ship, build and install Autom4te.
10929         (SUBDIRS): Add lib.
10930         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10931         * configure.in: Require Perl.
10932         * man/autom4te.in: New.
10934 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10936         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10937         example, rather than (exit 1); exit (which isn't portable).
10939 2001-07-18  Akim Demaille  <akim@epita.fr>
10941         Version 2.52.
10943 2001-07-18  Akim Demaille  <akim@epita.fr>
10945         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10946         was run, while they are needed also when it is expanded.
10947         Reported by Nicolas Joly.
10949         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10950         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10951         AC_F77_DUMMY_MAIN being expanded.
10953 2001-07-18  Akim Demaille  <akim@epita.fr>
10955         * configure.in: Bump to 2.51a.
10957 2001-07-17  Akim Demaille  <akim@epita.fr>
10959         Version 2.51.
10961 2001-07-17  Akim Demaille  <akim@epita.fr>
10963         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10964         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10966 2001-07-17  Akim Demaille  <akim@epita.fr>
10968         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10969         used.  Well, then use the prototypes when you can, and runtime as
10970         a last resort.
10971         Reported by Artur Frysiak
10973         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10974         (AC_FUNC_GETPGRP): Use it.
10975         First try to compile with 0-ary or 1-ary calls.
10977 2001-07-17  Akim Demaille  <akim@epita.fr>
10979         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10980         replacement type.
10981         From Paul Eggert.
10983 2001-07-17  Akim Demaille  <akim@epita.fr>
10985         * Makefile.maint: Sync. with cppi 1.10.
10987 2001-07-17  Akim Demaille  <akim@epita.fr>
10989         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10990         AC_F77_DUMMY_MAIN has been run.
10991         From Pavel Roskin and Steven G. Johnson.
10993 2001-07-17  Akim Demaille  <akim@epita.fr>
10995         * configure.in: Rename as...
10996         * configure.ac: this.
10998 2001-07-17  Akim Demaille  <akim@epita.fr>
11000         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
11001         rules.
11002         From Marc Espie.
11003         * Makefile.maint (release-archive-dir): Rename as...
11004         (release_archive_dir): this, so that it can be specialized in
11005         Makefile.
11007 2001-07-14  Akim Demaille  <akim@epita.fr>
11009         * configure.in: Bump to 2.50d.
11011 2001-07-14  Akim Demaille  <akim@epita.fr>
11013         Version 2.50c.
11014         * Makefile.maint (alpha): Typo.
11016 2001-07-14  Akim Demaille  <akim@epita.fr>
11018         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
11020 2001-07-14  Akim Demaille  <akim@epita.fr>
11022         * config/config.guess, config/config.sub, config/texinfo.tex
11023         * doc/standards.texi, doc/make-stds.texi: Update.
11025 2001-07-14  Akim Demaille  <akim@epita.fr>
11027         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
11029 2001-07-14  Akim Demaille  <akim@epita.fr>
11031         * Makefile.maint (maintainer-check): Rename as...
11032         (maintainer-distcheck): this.
11033         (changelog-check, static-check): New.
11034         Use them.
11036 2001-07-14  Kevin Ryde  <user42@zip.com.au>
11038         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11039         for CXX is g++, not gcc.
11041 2001-07-14  Akim Demaille  <akim@epita.fr>
11043         * doc/autoconf.texi (Files): New subsection.
11045 2001-07-14  Akim Demaille  <akim@epita.fr>
11047         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11048         of...
11049         (Generic Compiler Characteristics): this.
11050         (C++ Compiler): New subsection.
11052 2001-07-14  Akim Demaille  <akim@epita.fr>
11054         * autoscan.in: Use IO::File.
11055         Adjust all the routines to use it.
11056         ($log): New file (autoscan.log).
11057         (output): Dump detailed logs into $log, and a shortened version to
11058         stderr.
11059         (&scan_makefile): Refine the regexp catching tokens in the code.
11060         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11061         and the `configure.ac' checking feature.
11063 2001-07-12  Akim Demaille  <akim@epita.fr>
11065         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11066         Reported by Michael Elizabeth Chastain.
11068         * autoconf.in: Refuse such AWK.
11069         * configure.in: Likewise.
11070         * Makefile.am (acversion.m4): Do not use move-if-change this file
11071         has dependencies.
11072         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11074 2001-07-10  Jens Petersen  <petersen@redhat.com>
11076         * autoscan.in (&scan_makefile): Improve programs regexp to parse
11077         things like "g++", "file.c" and "some-conf" as tokens.
11078         (&scan_file): Match C++ files extensions.
11079         If the filename extension is C++ then ask for c++.
11081 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
11083         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11084         AC_TRY_LINK_FUNC, to check whether defining a dummy
11085         main-like routine is needed for linking with F77 libs.
11087 2001-07-05  Pavel Roskin  <proski@gnu.org>
11089         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11090         after using break.
11091         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11092         linking.
11094 2001-07-05  Akim Demaille  <akim@epita.fr>
11096         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
11097         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11098         Makes' lives.
11099         Reported by Nicolas Joly.
11101 2001-07-04  Akim Demaille  <akim@epita.fr>
11103         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11104         up.
11105         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11106         warnings from compilers.
11107         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11108         for all the compilers, not only GNU.  Hence move from here...
11109         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11111 2001-07-04  Akim Demaille  <akim@epita.fr>
11113         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11114         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11115         AC_COMPILE_IFELSE.
11117 2001-07-04  Akim Demaille  <akim@epita.fr>
11119         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11120         the ``strings.h'' change claimed below.
11122 2001-07-04  Akim Demaille  <akim@epita.fr>
11124         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11126 2001-07-04  Akim Demaille  <akim@epita.fr>
11128         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11129         strings.h if usable with string.h.
11130         Suggested by Paul Eggert.
11132 2001-07-04  Akim Demaille  <akim@epita.fr>
11134         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11135         From Jens Petersen.
11137 2001-07-03  Akim Demaille  <akim@epita.fr>
11139         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11140         etc. in the log.
11142 2001-07-03  Akim Demaille  <akim@epita.fr>
11144         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11145         compiler, not the preprocessor.
11146         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11147         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11148         the right thing.
11149         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11150         earlier if there are.
11152 2001-07-03  Akim Demaille  <akim@epita.fr>
11154         * autoscan.in ($initfile): Remove.
11155         (&find_file): Rename as...
11156         (&scan_file): this.
11157         Immediately scan the current file, instead of gathering them, and
11158         later having them handled by &scan_files.
11159         (&scan_files): Merely invoke Find::File.
11160         Adjust.
11162 2001-07-02  Akim Demaille  <akim@epita.fr>
11164         * autoscan.in: Formatting changes, matching the invocation order.
11165         (File::Find): Use it instead of Perl 4's `find.pl'.
11166         (&wanted): Rename as...
11167         (&find_file): this.
11169 2001-07-01  Pavel Roskin  <proski@gnu.org>
11171         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11172         break in the argument to AC_TRY_LINK_FUNC.
11173         (AC_F77_MAIN): Remove conftest* after using break in the
11174         argument to AC_TRY_LINK.
11176 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11178         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11179         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11181         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11182         dummy alternate main is required even if the user provides her own
11183         'main'.
11184         (AC_F77_MAIN): New macro to detect whether it is possible to
11185         provide an alternate 'main' function name, using the 'main' from
11186         the Fortran libraries.
11187         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11188         cross-language link tests can be performed successfully.
11189         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11190         after $LIBS, for consistency; this should be the general rule since
11191         the user may want to link to Fortran libraries that require $FLIBS.
11192         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11194 2001-06-29  Pavel Roskin  <proski@gnu.org>
11196         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11197         at-stdout and at-stderr instead of removing the newline
11198         from the echo output, which is not guaranteed to work.
11200 2001-06-28  Jens Petersen  <petersen@redhat.com>
11202         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11203         confdefs.h when non-zero.
11205 2001-06-28  Akim Demaille  <akim@epita.fr>
11207         * configure.in: Bump to 2.50c.
11209 2001-06-26  Akim Demaille  <akim@epita.fr>
11211         Version 2.50b.
11213 2001-06-26  Akim Demaille  <akim@epita.fr>
11215         Version 2.50a.
11217 2001-06-25  Pavel Roskin  <proski@gnu.org>
11219         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11220         argument, AUTOCONF-FLAGS.
11221         * tests/mktests.sh (update_exclude_list): Add
11222         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11223         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11224         AC_FUNC_WAIT3 with "-W no-obsolete".
11226 2001-06-25  Akim Demaille  <akim@epita.fr>
11228         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11230 2001-06-25  Akim Demaille  <akim@epita.fr>
11232         * autoscan.in (%macro): Now maps from word to list of macros.
11233         (&init_tables): Die when a word which is already handled by
11234         explicit macros is mapped to the default macro.
11235         (&print_unique): Remove, inlined in...
11236         (&output_kind): here.
11237         (File::Basename): Use it.
11238         (&output): Sort the CONFIG_FILES.
11239         * acheaders: Normalize.
11240         * acfunctions: Likewise.
11242 2001-06-25  Akim Demaille  <akim@epita.fr>
11244         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11245         characteristics in the logs.
11246         Suggested by Mo DeJong.
11248 2001-06-24  Akim Demaille  <akim@epita.fr>
11250         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11251         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11252         * doc/autoconf.texi (Autoconf 2.13): New section.
11254 2001-06-24  Akim Demaille  <akim@epita.fr>
11256         * autoconf.in (Task traces): Separate the error messages from the
11257         traces to improve robustness.
11259 2001-06-23  Akim Demaille  <akim@epita.fr>
11261         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11262         three as failures are unlikely, and speed matters.
11264 2001-06-23  Akim Demaille  <akim@epita.fr>
11266         * doc/autoconf.texi (Redefined M4 Macros): New.
11268 2001-06-23  Akim Demaille  <akim@epita.fr>
11270         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11271         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11272         5.3.
11274 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11276         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11277         config.status targets to after the evaluation of the INIT-CMDS.
11278         Double quote config.status targets (used to be single quoted).
11280 2001-06-23  Akim Demaille  <akim@epita.fr>
11282         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11283         Check the content of the created file.
11284         Check the ./config.status command line invocation.
11286 2001-06-23  Akim Demaille  <akim@epita.fr>
11288         * tests/foreign.at (Libtool): Reject prehistoric versions.
11290 2001-06-23  Akim Demaille  <akim@epita.fr>
11292         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11293         preexisting files matching a.*.
11295 2001-06-23  Akim Demaille  <akim@epita.fr>
11297         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11298         stderr.
11299         * doc/autoconf.texi (AC_ARG_VAR): Update.
11301 2001-06-21  Akim Demaille  <akim@epita.fr>
11303         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11304         precious variables have changed.
11305         * tests/torture.at (AC_ARG_VAR): Adjust.
11307 2001-06-21  Akim Demaille  <akim@epita.fr>
11309         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11310         but some sed choke on multiple `;', and other tools (e.g.,
11311         Automake), include the separator themselves.
11313         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11315 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11317         * doc/autoconf.texi (Functions Portability): Rename as...
11318         (Function Portability): this.
11319         (Function Portability): Document potential problems with unlink().
11321 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11323         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11325 2001-06-18  Akim Demaille  <akim@epita.fr>
11327         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11329 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11331         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11332         (_AC_FUNC_VFORK): this.
11333         Remove AC_DEFINEs and don't guess cross-compilation values.
11334         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11335         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11336         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11337         vfork doesn't work.
11338         Guess values if cross-compiling, but warn.
11339         * acfunctions: Add AC_FUNC_FORK.
11340         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11341         and vfork appropriately.
11343 2001-06-18  Akim Demaille  <akim@epita.fr>
11345         * doc/autoconf.texi (Functions Portability): New section.
11347 2001-06-18  Akim Demaille  <akim@epita.fr>
11349         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11350         in $M4.
11351         Suggested by Andreas Schwab.
11353 2001-06-18  Akim Demaille  <akim@epita.fr>
11355         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11356         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11357         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11358         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11359         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11360         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11361         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11362         the converse).
11364 2001-06-18  Akim Demaille  <akim@epita.fr>
11366         * doc/autoconf.texi (ms): New index.
11367         (Macro Index): Rename as...
11368         (Autoconf Macro Index): this.
11369         (M4 Macro Index): New appendix.
11370         (Programming in M4): New chapter.
11371         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11372         (Quoting): Rename as...
11373         (M$ Quotation): this.
11374         Be part of `Programming in M4).
11376 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11378         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11379         in separate statements for compatibility with Tru64 v5.1.
11381 2001-06-17  Akim Demaille  <akim@epita.fr>
11383         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11384         current values of the precious variables, not the previously
11385         cached values.
11386         Pass precious variables which are set to config.status.
11387         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11388         * tests/torture.at (AC_ARG_VAR): New.
11390 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11392         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11393         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11394         and explain why and how to replace them.
11395         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11396         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11398 2001-06-15  Akim Demaille  <akim@epita.fr>
11400         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11401         Reported by Bruno Haible.
11403         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11404          (_AC_ARG_VAR_PRECIOUS): to here.
11406 2001-06-15  Pavel Roskin  <proski@gnu.org>
11408         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11409         an unused pointer use cast to this type and `if' statement to
11410         avoid warnings from the compiler.
11411         (AC_HEADER_TIME): Likewise.
11412         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11413         in `if' statement to avoid warnings from the compiler. Declare
11414         ac_aggr static to avoid the need to initialize it.
11416 2001-06-14  Akim Demaille  <akim@epita.fr>
11418         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11419         Macros'.
11421 2001-06-13  Akim Demaille  <akim@epita.fr>
11423         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11424         Suggested by Alexander Mai.
11426 2001-06-13  Akim Demaille  <akim@epita.fr>
11428         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11429         sys/types.h and sys/stat.h, and check for them.
11431 2001-06-13  Akim Demaille  <akim@epita.fr>
11433         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11434         INCLUDES.
11436 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11438         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11439         succeeds and only try adding libdnet upon a failure.
11441 2001-06-12  Akim Demaille  <akim@epita.fr>
11443         * autoscan.in (&output_kind): Output the comment only if it exists.
11444         (%kind_comment): Add entry for `programs'.
11445         (&output_programs): Use &output_kind.
11446         (&output_functions, &output_identifiers, &output_headers)
11447         (&output_programs): Inline, and remove.
11449 2001-06-12  Akim Demaille  <akim@epita.fr>
11451         * autoscan.in (%kind_comment): New.
11452         (output_kind): New.
11453         (output_functions, output_identifiers, output_headers): Use it.
11455 2001-06-12  Akim Demaille  <akim@epita.fr>
11457         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11458         arguments, to factor indirections into `%macro' and `%used'.
11459         (%generic_macro): Fix a typo.
11461 2001-06-12  Akim Demaille  <akim@epita.fr>
11463         * aclibraries: New.
11464         * autoscan.in (@kinds): Add `libraries'.
11465         Use `@kinds' instead of hard coded lists.
11466         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11467         Remove, replaced by...
11468         (%used): this.
11470 2001-06-12  Akim Demaille  <akim@epita.fr>
11472         * autoscan.in (%functions_macros %headers_macros)
11473         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11474         replaced by...
11475         (%macro): New.
11477 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11479         * aclang.m4 (AC_NO_EXECUTABLES): Override
11480         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11482 2001-06-11  Akim Demaille  <akim@epita.fr>
11484         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11485         trailing new line.
11486         Reported by Andreas Schwab.
11488 2001-06-11  Akim Demaille  <akim@epita.fr>
11490         * Makefile.am, Makefile.maint: Typos.
11492 2001-06-09  Akim Demaille  <akim@epita.fr>
11494         * doc/autoconf.texi (Here-Documents): New section, gathering
11495         documentation about here-documents.
11496         Use `href', not `uref', and other changes.
11498 2001-06-09  Akim Demaille  <akim@epita.fr>
11500         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11501         chapter.
11503 2001-06-09  Akim Demaille  <akim@epita.fr>
11505         * doc/autoconf.texi (Limitations of Builtins): Complete the
11506         description of the here-docs penalties with Alexandre Oliva's
11507         explanations.
11509 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11511         * doc/autoconf.texi: Talk about here documents and speedups.
11512         Do not use "echo" on arbitrary strings.
11513         Spell "here-documents" consistently with the standard.
11515 2001-06-09  Akim Demaille  <akim@epita.fr>
11517         * doc/autoconf.texi (Concept Index): Introduce it.
11518         Regenerate the menus.
11520 2001-06-09  Akim Demaille  <akim@epita.fr>
11522         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11523         * config/prev-version.txt: New.
11524         * config/move-if-change: New, for GNU libc.
11526 2001-06-06  Pavel Roskin  <proski@gnu.org>
11528         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11530 2001-06-06  Akim Demaille  <akim@epita.fr>
11532         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11533         properly when $1 is not a literal.
11534         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11536 2001-06-06  Akim Demaille  <akim@epita.fr>
11538         Invoking AC_COPYRIGHT before AC_INIT fails.
11540         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11541         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11542         (_m4_divert(VERSION_USER)): New.
11543         (AC_COPYRIGHT): $2 is the diversion to use.
11544         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11545         (AC_INIT): Remove dead comments as now it's commutative.
11547 2001-06-06  Akim Demaille  <akim@epita.fr>
11549         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11550         PR autoconf/187.
11552 2001-06-05  Akim Demaille  <akim@epita.fr>
11554         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11555         can be empty.
11556         `*dir' variables cannot be NONE.
11557         Reported by Mark Kettenis.
11559 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11561         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11563 2001-06-04  Akim Demaille  <akim@epita.fr>
11565         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11566         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11567         (AC_TR_SH): Move as...
11568         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11569         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11570         (AS_TR_SH): these.
11571         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11572         (_AS_TR_SH_PREPARE): New.
11573         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11574         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11576 2001-06-02  Akim Demaille  <akim@epita.fr>
11578         * Makefile.am (.m4.m4f): Pass the options first.
11579         Fixes PR autoconf/182.
11581 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11583         GNU getopt, when POSIXLY_CORRECT does not permute options and
11584         arguments.  So pass the options first.
11585         Fixes PR autoconf/184.
11587         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11588         (run_m4): Remove files.
11589         (run_m4f): Remove.
11590         Update remainder of script to use them.
11591         (for warning in): Do not use a literal comma as it will not be
11592         split by IFS.
11594 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11596         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11597         Fortran compilers to check.
11598         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11599         information on library and object files.
11600         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11601         to check.
11603 2001-06-02  Akim Demaille  <akim@epita.fr>
11605         * autom4te.in (Request::@request): Declare with `vars', not `my',
11606         as it prevents updates via `do FILENAME'.
11608 2001-06-02  Akim Demaille  <akim@epita.fr>
11610         * configure.in (standards_texi): Remove, dead code.
11612 2001-06-02  Akim Demaille  <akim@epita.fr>
11614         * autom4te.in: New.
11616 2001-06-02  Pavel Roskin  <proski@gnu.org>
11618         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11619         for signals other than 0 - exit with code 1.
11620         * m4sh.m4 (AS_TMPDIR): Likewise.
11621         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11622         * autoheader.in: Likewise.
11623         * autoreconf.in: Likewise.
11624         * tests/torture.at (Signal handling): New test for the above.
11626 2001-06-01  Akim Demaille  <akim@epita.fr>
11628         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11629         message.
11631 2001-05-31  Akim Demaille  <akim@epita.fr>
11633         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11634         Add copyright and comments.
11635         * acheaders: Add stdint.h.
11636         Suggested by Paul Eggert.
11638 2001-05-31  Akim Demaille  <akim@epita.fr>
11640         * atgeneral.m4 (AT_INIT): Use $SHELL.
11641         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11643 2001-05-31  Akim Demaille  <akim@epita.fr>
11645         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11646         stdint.h.
11647         From Paul Eggert and Lars Hecking.
11649 2001-05-31  Akim Demaille  <akim@epita.fr>
11651         * tests/base.at: Adjust line numbers in error messages.
11653 2001-05-31  Akim Demaille  <akim@epita.fr>
11655         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11656         to emit the bangshe line.
11657         Reported by David Carter.
11659 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11661         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11662         Fortran (95) compilers to check.
11664 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11666         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11667         Macro Archive URL.
11669 2001-05-23  Pavel Roskin  <proski@gnu.org>
11671         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11672         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11673         (AC_PROG_CXXCPP): Likewise.
11675 2001-05-22  Akim Demaille  <akim@epita.fr>
11677         * config: New directory.
11678         * configure.in: AC_CONFIG_AUX_DIR it.
11679         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11681 2001-05-22  Akim Demaille  <akim@epita.fr>
11683         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11684         * autoupdate.in: Specify the Emacs mode.
11685         * acversion.m4.in: Rename as...
11686         * acversion.m4: this.
11687         * tests/Makefile.am (CLEANFILES): More garbage.
11689 2001-05-22  Akim Demaille  <akim@epita.fr>
11691         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11692         Rename as...
11693         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11694         these.
11696 2001-05-21  Akim Demaille  <akim@epita.fr>
11698         * configure.in: Bump to 2.50a.
11700 -----
11702 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11704 This file is part of GNU Autoconf.
11706 GNU Autoconf is free software; you can redistribute it and/or modify
11707 it under the terms of the GNU General Public License as published by
11708 the Free Software Foundation; either version 2, or (at your option)
11709 any later version.
11711 GNU Autoconf is distributed in the hope that it will be useful,
11712 but WITHOUT ANY WARRANTY; without even the implied warranty of
11713 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11714 GNU General Public License for more details.
11716 You should have received a copy of the GNU General Public License
11717 along with autoconf; see the file COPYING.  If not, write to
11718 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11719 Boston, MA 02110-1301, USA.