Reword to pacify "make alpha".
[autoconf.git] / ChangeLog
blob4d236d696317e0b5955e6fa7f5fcdaceb41c46bc
1 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3         * NEWS: Version 2.60a.
5 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
7         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
8         simplify the code.
10 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12         Fix Lex library problem reported to us by Julio Garvia.
13         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
14         for the default, which the user can override.
15         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
16         deal with LEXLIB.
17         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
18         didn't work if some values were cached but not others.  Test for
19         broken lex libraries like native ia64-hp-hpux11.22; see
20         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
21         work around the problem by preferring an empty LEXLIB to -lfl or
22         -ll.  Let the user set LEXLIB='' to indicate no library needed.
24         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
25         * README: Likewise.
26         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
28 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30         Rework to use more-modern build style.
31         Many files are renamed; all uses of their names were changed.
32         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
33         * .x-sc_useless_cpp_parens: New file.
34         * build-aux/config.guess: Renamed from config/config.guess.  Update.
35         * build-aux/config.sub: Renamed from config/config.sub.  Update.
36         * build-aux/elisp-comp: Renamed from config/elisp-comp.
37         * build-aux/install-sh: Renamed from config/install-sh.  Update.
38         * build-aux/mdate-sh: Renamed from config/mdate-sh.
39         * build-aux/missing: Renamed from config/missing.
40         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
41         * build-aux/vc-list-files: Renamed from config/vc-list-files.
42         * config/Makefile.am: Removed.
43         * config/mkinstalldirs: Removed.
44         * config/move-if-change: Removed.
45         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
46         * Makefile.am (SUBDIRS): Remove config.
47         (ACLOCAL_AMFLAGS): Include from m4, not config.
48         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
49         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
50         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
51         Fail if there's an error.
52         * Makefile.cfg (move_if_change): Remove.
53         (wget_files): Remove.
54         (cvs_executable_files): New macro.
55         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
56         (executable-update): Use $(cvs_executable_files).
57         (local-checks-to-skip): Remove.
58         * Makefile.maint: Merge from coreutils, plus add our own changes
59         (gzip_rsyncable): New macro.
60         (GZIP_ENV): Use it.
61         (CVS_LIST): Use build-aux/vc-list-files.
62         (VERSION_REGEXP): New macro.
63         (local-checks-available): Add patch-check, $(syntax-check-rules),
64         check-AUTHORS.
65         (syntax-check-rules): Compute dynamically.
66         (sc_cast_of_x_alloc_return_value): Work even if no source files.
67         (sc_cast_of_alloca_return_value): Likewise.
68         (sc_prohibit_atoi_atof): Simplify regexp.
69         (sc_no_if_have_config_h, sc_require_config_h):
70         (sc_prohibit_assert_without_use,
71         (sc_obsolete_symbols): Check for O_NDELAY.
72         (sc_texi_notab): Remove.
73         (sc-changelog): Don't make an exception for '----' lines.
74         (.re-list): Remove, so we don't have a junk file behind.
75         (sc_system_h_headers): Remove the need for .re-list.
76         (sc_the_the):  New rule.
77         (sc_tight_scope): Simplify.
78         (sc_trailing_blank): Renamed from sc_trailing_space.
79         (longopt_re): New macro.
80         (sc_two_space_separator_in_usage): New rule.
81         (sc_unmarked_diagnostics): Look at all files under CVS.
82         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
83         (news-date-check, changelog-check): Version is OK.
84         (po-check): Look for lib files even if not in CVS.
85         (copyright-check): Use $() not ``.
86         (maintainer-distcheck): Do not depend on changelog-check.
87         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
88         Also check for -Wpointer-arith.
89         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
90         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
91         Remove.
92         (announcement): Add --gpg-key-id arg.
93         (cvs-sv): Remove.
94         (move_if_change): Just use mv.
95         (local_updates: Remove wget-update, po-update.
96         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
97         (config.guess-url_prefix, config.sub-url_prefix): Remove.
98         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
99         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
100         ($(get-targets)): Remove.
101         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
102         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
103         (cvs-update): Get from gnulib.
104         (emut_upload_commands): gnupload is in build-aux now.
105         (alpha beta major): Add changelog-check.  Check version.
106         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
107         (AC_CONFIG_FILES): Remove.
108         * bin/autoconf.as: Add spaces to avoid distcheck warning.
109         * config/announce-gen: Sync from coreutils.
110         * doc/make-stds.texi: Sync from gnulib.
111         * doc/standards.texi: Likewise.
112         * man/Makefile.am: Adjust for config -> build-aux renaming.
113         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
114         * tests/local.at: Adjust from config -> build-aux renaming.
115         * tests/tools.at: Likewise.
116         * tests/torture.at: Likewise.
118         * NEWS: The C99 check now tests for vararg macros and 64-bit
119         preprocessor ints.
120         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
121         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
122         64-bit preprocessor ints.  Check for static initialization of
123         long long.  Remove unnecessary casts.
125 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
127         * doc/autoconf.texi (Particular Programs): Mention that
128         @INSTALL@ and @MKDIR_P@ may vary for different output files.
129         Reported by Alexandre Duret-Lutz.
131 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
133         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
134         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
135         Bill Northcott in
136         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
138 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
140         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
141         pacify insanely picky compilers.  Problem reported by Eric Blake.
143         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
144         longer supported by Sun.
146 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
148         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
149         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
150         -Wundef -Werror".  Problem reported by David Fang in
151         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
152         * doc/autoconf.texi (Header Templates, Default Includes):
153         (Particular Functions, Generic Functions, Header Portability):
154         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
155         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
156         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
157         Prefer #ifdef to #if.
158         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
159         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
160         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
161         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
162         Likewise.
163         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
164         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
165         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
166         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
167         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
168         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
169         this.
171 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
173         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
174         problems with arg script text that doesn't end in newline, and
175         with '-e a...'.  Problems reported by Ralf Wildenhues.
177 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
179         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
180         check for libXt by a check for libX11.
182 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
184         * doc/autoconf.texi (config.status Invocation): Adjust according
185         to last change.
187 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
190         --help' should mention that `--version' outputs configuration
191         settings.  Report by Bruno Haible.
193 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
195         Fix test suite failures reported by Pierre in
196         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
197         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
198         the compiler created a file "b.out" when it didn't create anything
199         at all.
200         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
201         Discard stderr too, when invoking the test script.
203 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
205         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
206         in the restoring of the werror flag.
208 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
210         * doc/autoconf.texi (Volatile Objects): Be even a little
211         less skeptical about "volatile", after discussion with
212         Bruno Haible on bug-gnulib.
213         (Limitations of Usual Tools): Warn about sed stripping
214         leading white space from text.  From Bruno Haible.
216 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
218         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
219         compiler complains about it, even if things works after the
220         complaint.  Problem reported by Peter O'Gorman.
222         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
223         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
224         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
226 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
228         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
229         after -R regardless of host.  Patrick Welche reports that this
230         fixes things on NetBSD 3.99.
232         * NEWS: Recommend M4 1.4.5.
233         * README: Likewise.
234         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
235         * tests/tools.at (autom4te cache): Update wording of diagnostic
236         to match M4 1.4.5.
238 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
240         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
241         under AC_C_VOLATILE.
242         (Volatile Objects): Be a little less skeptical about what
243         "volatile" means.  Derived from thoughts by Ben Pfaff in
244         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
246 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
248         * doc/autoconf.texi: Fix some typos.
250 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
252         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
253         more globally, since the 2006-06-30 patch didn't suffice.  Problem
254         reported by Keith Marshall.  Also, don't bother with builddir2,
255         since it shouldn't be needed any more.
257 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
259         * doc/autoconf.texi (Generic compiler characteristics):
260         Document AC_COMPUTE_INT.  Fix wrong statements on Default
261         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
263         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
264         (_AC_COMPUTE_INT): Add obsoletion warnings.
265         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
266         AC_COMPUTE_INT.
268         * NEWS: Document change.
270 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
272         * doc/autoconf.texi (Volatile Objects): New section.
274         * NEWS: Document previous change.
276 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
278         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
279         Require that long long int be at least 64 bits wide.  C99 requires
280         this and enough programs depend on it so we should check for it.
281         Bruno Haible reports in
282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
283         that long long int is 32 bits wide with some nonstandard compilers.
284         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
286 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
288         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
289         to a nonexistent file, so that we don't have to worry about
290         a local site configuration that doesn't use /usr/local.
291         Problem reported by Keith Marshall in
292         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
294 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
296         * doc/autoconf.texi: Be more consistent about using @acronym with
297         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
298         quite right (it talked about "OSF/Tru64", even though the
299         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
300         and it even mentioned "OSF 4"!) and at this point there's little
301         reason to talk about OSF any more, since it died in 1994.
302         (Specific Compiler Characteristics): Simplify example of
303         negative-size array.
304         (File Descriptors): Reorder to make the text flow better.
305         Remove joke about "appreciate the various levels"; I didn't get it.
306         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
307         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
308         (File Descriptors, Limitations of Usual Tools):
309         Tone down the advice against renaming or removing open files.
310         (Limitations of Usual Tools): Add a new section, on 'rm'.
312 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
314         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
315         -lXt in LIBS, idea from Karsten Hopp; this was due since
316         this change:
318         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
319         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
320         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
321         (which belong to Xt, not X itself).  See Debian bug 327655.
323 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
325         * configure.ac (AC_INIT): Bump to 2.60a.
326         * NEWS: Update.
328 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
330         Version 2.60.
332         * configure.ac, NEWS: Update.
334 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         * config/texinfo.tex: Sync from upstream.
338         * bin/autom4te.in (handle_traces): Transform the `@S|@'
339         quadrigraph correctly in traces.
341         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
342         Fix typos.
344         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
345         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
346         not defined.
347         * doc/autoconf.texi (Changed Directory Variables): New node,
348         to document the whole `datarootdir' business a bit better.
349         * NEWS: Update.
350         * tests/torture.at (datarootdir workaround): Extend test.
351         Prompted by report by Alexandre Julliard.
353 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
355         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
356         when using default mode of IBM C 6 for AIX.  Problem and two-line
357         fix reported by Larry Jones.
359 2006-06-22  Alexandre Julliard <julliard@winehq.org>
361         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
362         about literal '${datarootdir}' if a definition is found in the
363         output file.
365 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
367         * NEWS: Use "M4" rather than "m4" when appropriate.
368         Problem reported by Eric Blake.
369         * doc/autoconf.texi: Likewise.
370         Use @acronym around BSD, GCC, and GNU when appropriate.
371         (Why GNU M4): Renamed from "Why GNU m4".
372         (Redefined M4 Macros): Mention that Posix
373         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
374         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
375         to int.
377 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
379         * bin/autom4te.in (handle_output): Do not forbid the empty
380         pattern.
381         * tests/tools.at (autoconf: the empty token): New test.
383 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
385         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
386         calls, so that we do not care whether they are LIFO or FIFO;
387         in the m4_wrap, do not check which diversion is the topmost
388         one, just check that the stack is balanced at the end.
389         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
390         base diversion forever--pop the previous diversion before
391         opening the new one; consequently, remove the m4_wrap call.
392         * lib/autotest/general.m4 (AT_INIT): Likewise.
393         * tests/m4sugar.at: Do not use
394         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
396 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
397         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
399         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
400         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
401         Rework example of m4wrap token-pasting trouble so that it doesn't
402         care whether it's LIFO or FIFO.
403         Fix some "contrary to"s that are awkward in English.
405 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
407         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
408         to `yes' instead of `int$1_t' if the type is found, for more
409         consistent configure output (where $1 is the number of bits).
410         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
411         Suggested by Bruno Haible.
413         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
414         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
415         with system headers.  Report by Bruno Haible.
417 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
419         * config/config.guess, config/config.sub: Sync from upstream.
421         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
422         in order to avoid picking up an older installed frozen m4sh.m4f.
423         Besides an outdated shell startup, this could have been created
424         by an earlier M4 version with incompatible frozen file format.
426 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
428         * README: Recommend m4 1.4.4 instead of 1.4.3..
429         * doc/autoconf.texi: Likewise.
430         (Special Chars in Names): Say that $(.FOO) is portable, as
431         suggested by Stepan Kasal.
432         (Installation Directory Variables, Build Directories):
433         (Automatic Remaking, Subdirectories, Fortran Compiler):
434         (Making testsuite Scripts, Defining Directories):
435         Quote variable usages better.
436         (Making testsuite Scripts): Add clean-local rule to makefile
437         snippet, by Eric Blake.
438         (Installation Directory Variables): Fix table item font.
439         Reword slightly to clarify.  Generalize advice about
440         not using special characters to include all file-related
441         vars, not just VPATH.
442         (Special Chars in Variables): Warn about special characters in
443         $(srcdir) too.
444         (Assignments): Clarify default-value example as suggested by
445         Ralf Wildenhues in
446         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
447         (Special Shell Variables): Note leading ./ or ../, as suggested
448         by Eric Blake.
449         (Limitations of Builtins): Under cd, warn about CDPATH.
450         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
451         Ralf Wildenhues.
453 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
455         * doc/autoconf.texi (Configuration Actions): Remove duplicate
456         `@var', for texi2html.
457         (Systemology): Some more word wrapping, for DVI output.
458         (autom4te Invocation): The short option for `--melt' is `-M',
459         not `-m'.
461 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
463         * doc/autoconf.texi: More formatting and English tweaks,
464         many suggested by Ralf Wildenhues.
465         Reword to avoid "@code{...}'s" and the like, since it's ugly
466         with Emacs info mode.  discontents -> woes.
467         Put a few "will"s back.  time stamp -> timestamp.
468         side-effect -> side effect.
470 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
472         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
473         Warn about $@ not persisting.  Problem reported by Julien Danjou in
474         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
475         (Special Chars in Names): Renamed from Leading _ in Macro Names.
476         Mention other special chars, too.
478 2006-06-14  Eric Blake  <ebb9@byu.net>
480         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
482 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
484         * doc/autoconf.texi: Some systematic minor improvements, as
485         follows.  Use "makefile" when talking about makefiles
486         generally (which might be named "makefile" or "Makefile" or even
487         "foo.mk"), "Makefile" when talking about a specific makefile
488         called "Makefile".  This unclutters the text from weird quotes
489         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
490         values" rather than "@var{foo}s" and similar constructs containing
491         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
492         English-language improvements.  Change the prefix "sub-" to "sub"
493         and "re-" to "re".
494         Put blank lines around examples more consistently.
495         Avoid "rather" and "very" as intensifiers.
496         Avoid "will" as an auxiliary.
497         (Limitations of Make): Split this node into....
498         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
499         (Leading _ in Macro Names, Backslash-Newline-Newline):
500         (Backslash-Newline Comments, Long Lines in Makefiles):
501         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
502         (obj/ and Make, make -k Status, VPATH and Make):
503         (VPATH and Double-colon, $< in Explicit Rules):
504         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
505         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
506         New nodes, resulting from splitup of Limitations of Make.
507         All cross-references changed.  Raise the top node from
508         a section to a chapter, and all subnodes accordingly.
509         Redo the introductory wording to match the new organization.
510         (Installation Directory Variables): Use an example that is
511         closer to what Autoconf actually does.  Mention that VPATH's
512         value should not contain metacharacters or white space.
513         (Fortran Compiler): Fix a VPATH bug in an example.
514         (Leading _ in Macro Names): Mention that this problem is no longer
515         of practical concern.
516         (VPATH and Make): Reword the advice to make it clearer
517         that Autoconf and Automake support VPATH in non-GNU make, but
518         many packages have bugs in this area.
519         ($< in Explicit Rules): Refer to Build Directories rather
520         than using a (non-VPATH-safe) example.
521         (Automatic Rule Rewriting): Mention the sort of disaster that
522         can ensue with Solaris-style rule rewriting with VPATH.
524 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526         * doc/install.texi (Compilers and Options): Weaken the
527         suggestion to use GNU make for VPATH builds.
529         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
530         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
532         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
533         in regular expression.
535 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
537         * doc/autoconf.texi (Installation Directory Variables):
538         Drop extra @samp from `@table @samp' item.
539         (Limitations of Usual Tools): Comment fix.
540         Do not nest @samp just to point to other table items.
541         (Writing testsuite.at) <AT_CHECK>: The second argument to
542         `@dvar' is already @samp'ed.
543         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
544         do not use @var in the second argument.
546 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
548         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
549         $as_shell.exe too.  Problem reported by Andreas Buening in
550         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
552 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
554         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
555         `unused variable' compiler warning, for `-Wall -Werror'.
556         Reported by Jaap Haitsma in
557         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
559 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
561         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
562         case the compiler dumps core.  Problem reported for
563         OpenServer 5.0.7 by Tim Rice in
564         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
565         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
566         Likewise.
568 2006-06-06  Tim Rice <tim@multitalents.net>.
570         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
571         "ERROR" only shows up in "make check" output if there is an
572         error.
574 2006-06-06  Eric Blake  <ebb9@byu.net>
576         * tests/tools.at (automatically allowed tokens): Fix typo.
578 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
580         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
582         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
583         typically overflows on x86 CPUs, even though the C standard
584         requires otherwise.
586 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
588         * configure.ac (AC_INIT): Bump to 2.59e.
589         * NEWS: Update.
591 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593         Version 2.59d.
595         * config/texinfo.tex: Sync from upstream.
597         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
598         seen, invoke libtoolize with `--ltdl' argument.
599         * lib/autom4te.in (Autoreconf-preselections): Adjust.
600         * NEWS: Update.
601         Suggested by Eric Blake.
603 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
605         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
606         reported by Ralf Wildenhues.
607         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
609 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
611         * THANKS: Update.
613 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
615         * doc/autoconf.texi: Modernize some of the references to Solaris.
617 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
619         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
620         message issued by AC_REQUIRE.
621         * tests/m4sugar.at: Check m4_require's error message.
622         * tests/base.at: Check AC_REQUIRE's error message.
623         * tests/local.at (AT_CHECK_M4): New macro, almost identical
624         to...
625         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
626         AT_CHECK_M4.
627         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
628         `expout' as the last parameter.
629         * tests/tools.at: Adapt to the above change.
631 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
633         * doc/autoconf.texi (Limitations of Usual Tools): Correct
634         information about race-free implementations of mkdir.
636 2006-06-04  Eric Blake  <ebb9@byu.net>
638         * bin/autoreconf.in (help): Document M4 environment variable.
639         * bin/autoconf.as (Usage): Likewise.
640         * bin/autom4te.in (help): Likewise.
641         * doc/autoconf.texi (autom4te Invocation): Likewise.
643 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
645         * NEWS: GNU make now recommended for VPATH builds.
646         Mention that some macros are now documented to be obsolescent.
647         * doc/autoconf.texi:
648         Prefer "current" to "modern" to describe
649         currently-used (albeit perhaps old-fashioned) hosts.
650         Mention which ancient features no longer need to be worried about.
651         setgid -> set-group-ID
652         setuid -> set-user-ID (these are the Posix terms)
653         Fix some misuses of "only".
654         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
655         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
656         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
657         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
658         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
659         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
660         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
661         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
662         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
663         Mention that these macros are obsolescent.
664         (Installation Directory Variables): shall -> should
665         (File Descriptors): Mention that 0, 1, 2 might get reopened.
666         Mention that it's now safe to use 3 and 4.
667         (Limitations of Usual Tools): cp -r is now specified by Posix.
668         Omit longwinded and obsolescent discussion of cp -f.
669         Modernize discussion of expr, ls.
670         (Limitations of Make): Modernize discussion of VPATH builds.
671         Mention $? as a workaround in some cases.
672         * doc/install.texi (Basic Installation):
673         Mention "./configure; make; make install" first.  Be more
674         specific about why this file is generic.  Remove unnecessary
675         parens.  Remove misleading "only".  Remove obsolete advice
676         about csh.  Don't say "configure" takes awhile; say it
677         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
678         and CC=c99 rather than CC=c89, as these are blessed by current
679         Posix.  Recommend GNU make if doing a VPATH build.
681 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
683         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
684         examples involving shell prompts.
686 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
687         and Paul Eggert  <eggert@cs.ucla.edu>
689         * doc/autoconf.texi (Here-Documents): Add details about the
690         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
691         use "here-documents" instead of "here documents".
693 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
695         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
697 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
699         * doc/autoconf.texi (File System Conventions): Warn about ":"
700         anywhere in directory names.
702 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
704         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
705         about quoting the case statement, just in case.
706         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
707         was fixed in ksh93g; reported by Ralf Wildenhues.
709 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
711         * doc/autoconf.texi (System Services): Do not document
712         overriding EXEEXT via ac_cv_exeext=ext.
713         (Particular Programs) <AC_PROG_MKDIR_P>:
714         Document that ${MKDIR_P} understands --.
715         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
716         comment.
718 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
720         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
721         argument with leading hyphen.  Problem reported by Paul Eggert.
723 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
725         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
726         about quoting ac_try: quote all of it, if any of it seems suspicious.
727         This means we don't have to worry about ${ or sed any more.
728         Also, double-quote the case statement, to work around misuses via
729         underquoting as reported by Ralf Wildenhues in
730         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
731         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
732         undocumented and dangerous macro.
733         Problem reported by Ralf Wildenhues in
734         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
736 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
738         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
739         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
740         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
742 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
744         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
745         since evidently some packages rely on the old, broken behavior.
746         Problem reported by Ralf Wildenhues in
747         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
748         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
749         pre-2006-05-26 definitions, but leave in the comments that
750         these macros are dangerous and should not be used.
751         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
752         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
753         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
754         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
755         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
757 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
759         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
760         the use of 'tr', since this is our only use of 'tr'.
762 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
763         and Paul Eggert  <eggert@cs.ucla.edu>
765         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
766         Don't assume 'grep' works on long lines, since AIX grep doesn't.
768 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
770         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
771         the output file in the `${datarootdir}' test.
773 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
774         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
776         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
777         mention of `datarootdir' in the input file(s), but literal
778         `${datarootdir}' in the output file, and we haven't warned yet,
779         then warn as well: the user may have (erroneously) used
780         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
781         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
782         * tests/torture.at (datarootdir workaround): Extend this test.
783         * NEWS: Update.
785 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
786         and Paul Eggert  <eggert@cs.ucla.edu>
788         * doc/autoconf.texi (autoheader Invocation): The first argument to
789         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
790         alternatives and clear up the language a bit.
792 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
794         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
795         ac_config_guess, ac_config_sub, ac_configure.
796         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
797         Fix typo that prevented an unnecessary space from being removed.
798         Problems reported by Ralf Wildenhues in:
799         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
801 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
803         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
804         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
805         Don't use the term "thread-safe" to talk about mkdir race
806         conditions, since the problem is more a process than a thread
807         issue.  Problem reported by Stepan Kasal in:
808         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
809         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
810         the test for 'install' more closely.  Look at MKDIR_P first.
811         Look in the PATH, and at /opt/sfw/bin.
812         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
813         Don't bother to try mkdir -p, since we already check mkdir --version;
814         just look at the version number.  (There's no easy way to check
815         for race-free implementations.)
816         * tests/tools.at (autoconf: subdirectories): Adjust to above
817         changes, since MKDIR_P now might end in "/mkdir -p".
819         * doc/autoconf.texi (autoheader Invocation): Mention that the
820         first arg of AC_DEFINE_UNQUOTED must be a literal.
821         Problem reported by Ben Pfaff in
822         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
824         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
825         * doc/autoconf.texi (Special Chars in Variables): New section.
826         (Preset Output Variables): Warn about special chars in CPPFLAGS.
827         (Installation Directory Variables): Quote $(datadir) better.
828         (Limitations of Builtins): Describe some of eval's trickiness.
830         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
831         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
832         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
833         in front of every arg, not just trailing args.  Quote apostrophes.
834         (_AC_EVAL_ECHO): New macro.
835         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
836         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
837         removed.
838         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
839         exposed by quoting of eval argument.  Put the command on line line
840         so it logs better.
841         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
842         (_AC_PATH_X, AC_PATH_X): Quote more safely.
843         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
844         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
845         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
846         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
847         Use eval more safely.
848         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
849         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
850         to be replaced.
851         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
852         lines, exposed by quoting of eval argument.
854 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
855         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
857         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
858         initialization of `ac_cv_exeext', do not override it if it was
859         already set, unless it was set to `no', for compatibility with
860         Autoconf-2.13, and comment this.
861         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
862         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
863         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
864         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
865         Document that this test may be overridden by setting
866         `ac_cv_exeext'.
868 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
870         Revert these two patches:
872         2006-04-06  Eric Blake  <ebb9@byu.net>
873         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
874         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
875         2006-04-01.
877         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
878         Clean up _AC_COMPILER_EXEEXT* macros.
879         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
880           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
881           ac_file to the name of the default output file and call
882           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
883           initial `rm' of the candidate files...
884         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
885           the same list in subsequent `rm' calls, and for the temporary
886           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
887           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
888         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
889         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
890           no longer needed) by libtool.  Make it a cache check.
891         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
892           copied here by mistake.
893         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
894           _AC_COMPILER_EXEEXT.
895         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
896           _AC_COMPILER_OBJEXT directly.
897         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
899 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
901         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
902         Fix description of how the buggy `sed' works.
904 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
906         Sync from Automake:
908         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
909         ENOLCK.  Only mention `make -j' when applicable.  Only raise
910         fatal errors when `make -j' is involved.  Improve error message.
912 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
914         * doc/autoconf.texi (Here-Documents): We now know more about
915         the variable expansion in here documents bug.
916         Thanks to Tim Rice and Stepan Kasal.
918         * doc/autoconf.texi (Making testsuite Scripts): Add an example
919         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
921 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
923         * tests/autotest.at (Multiline command from M4 expansion):
924         No failure to be expected if the shell quotes newlines in
925         commands in the `set -x' output.  Report by Tim Rice.
926         * THANKS: Update.
928 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
930         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
931         expansion in the here-documents used by config.status, as that
932         runs afoul of the Korn shell version M-12/28/93d bug described in
933         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
934         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
935         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
937 2006-05-23  Jim Meyering  <jim@meyering.net>
939         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
940         Fix typo introduced with 2006-04-02 change.  It reversed the sense
941         of the test.
943 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
945         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
946         ac_dB slightly, to save bytes in the script.
947         Max out at 50 lines, rather than 96; this is more likely
948         (though not guaranteed) to avoid obscure 'sed' failures.
950 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
952         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
953         `tr -d -' as bad option argument.  Work around this by deleting
954         an unrelated character.
955         Report by Tim Rice <tim@multitalents.net>.
957 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
958             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
959             Stepan Kasal  <kasal@ucw.cz>
961         * doc/autoconf.texi (Particular Programs): Do not promise that
962         we always prefer the GNU version of the program, and that we
963         search according to PATH; both rules can have exceptions.
964         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
965         AC_PROG_SED.  Move descriptions of limitations
966         to the Limitations of Usual Tools section.
967         (Limitations of Usual Tools) <sed>: Mention script length
968         limitations with Solaris /usr/ucb/sed.
969         <grep>: Fix wording for empty alternative.  Mention that -c and
970         -l should not be combined, and that -E and -F should not be
971         combined.
973 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
974         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
976         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
977         limits in Solaris 8 /usr/ucb/sed by testing a long script.
979 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
981         * doc/autoconf.texi (Defining Symbols): Literal parameter of
982         AC_DEFINE is now passed to m4_pattern_allow.
983         * NEWS: Mention that; likewise for AC_SUBST.
984         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
985         the parameter to m4_pattern_allow.
986         * tests/tools.at: Add a check for that.
988 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
990         * lib/autoconf/status.m4: Fix typos.
992 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
994         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
995         only the files that this macro generates.
997 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
999         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
1000         the HP-UX sed limitation of 99 commands, labels do not count.
1001         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
1002         in the comment.
1003         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
1005 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1007         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
1008         Import the following fix from coreutils:
1010         2006-01-13  Jim Meyering  <jim@meyering.net>
1012         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
1013         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
1014         not double-quote uses of that variable, to accommodate the rare
1015         case in which getmntent is available in none of the libraries
1016         checked.  This happens at least on FreeBSD 5.0.
1018 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1020         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
1021         ac_config_guess, ac_config_sub, and ac_configure, since evidently
1022         some other programs unwisely rely on these undocumented vars.
1023         But put in warning comments about them.
1024         Problem reported by Ralf Wildenhues in
1025         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
1026         * NEWS: Document that these variables are intended to go away.
1028 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1030         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
1031         and set the language to C++ (analogous to the equivalent Fortran
1032         tests).
1034         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
1035         * doc/autoconf.texi (C++ Compiler): Document it.
1036         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
1037         * NEWS: Update.
1039 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1041         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
1042         that caused config.status to generate 100-command sed scripts; the
1043         portable limit is 99.
1045 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1047         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
1048         variable `ac_d' instead of `d' to avoid infringing namespace.
1049         Report by Ralf Menzel.
1051 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1053         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
1054         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
1055         * tests/tools.at (autoconf: subdirectories): New test, taken from
1056         the corresponding problem report by Ralf Wildenhues in:
1057         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
1059         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
1060         Quote some uses of shell variables if they might suffer unexpected
1061         globbing.  This doesn't fix all instances of quoting problems that
1062         I found, just the easy ones that look safe.
1063         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
1064         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
1065         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
1066         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
1067         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
1068         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
1069         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
1070         Likewise.
1071         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
1072         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
1074 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1076         * bin/autoreconf.in ($help): Reword according to the manual.
1077         Suggested by Olly Betts.
1079 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
1080         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1082         * bin/autoreconf.in: Pass the directory argument to
1083         `require_configure_ac'.  Fix comment.
1084         * tests/torture.at (Configuring subdirectories): Expose this.
1085         Reported by Olly Betts.
1087 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1089         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
1090         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
1091         Automake as follows:
1093         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
1094         `$configure_in' instead of `configure.in', to preserve
1095         directory component.
1097 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1099         * config/config.guess, config/config.sub, config/texinfo.tex,
1100         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
1102 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1104         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
1105         test for C99 conformance; (bool) 0.5 is an integer constant
1106         expression, but (bool) -0.5 is not.  Problem reported by Fedor
1107         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
1109 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1111         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
1112         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
1113         Warn about obsolete install-sh files.  Remove stray sentence
1114         fragment and fix cross reference.
1115         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
1116         install -d; this undoes the 2006-05-10 change.
1117         (MKDIR_P): Mark with AN_MAKEVAR.
1118         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
1119         that we don't require $INSTALL to be thread-safe.  Move comments
1120         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
1121         of AC_PROG_INSTALL.  Output a message saying that we're checking
1122         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
1123         MKDIR_P instead of AC_SUBST.
1124         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
1125         Special magic for MKDIR_P, too.
1126         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
1127         a dnl.
1128         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
1130 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
1132         Sync from Automake, as follows:
1134         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1135         * config/install-sh: Initialize IFS, so field splitting isn't
1136         turned off later.
1137         * config/mkinstalldirs: Likewise.
1138         * config/missing: Remove superfluous quotes.  Replace all uses of
1139         `[' by `test', for consistency, and for..
1140         * config/missing (sed_minuso, sed_output): New variables.
1141         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
1142         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
1143         Fixes `missing' to detect `--output' for help2man.  Fixes
1144         PR automake/483.  Report by Dennis J. Linse.
1145         (autom4te): Document in `missing --help'.
1147 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
1149         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
1150         * config/install-sh: Don't use 'path' to talk about file names,
1151         as per GNU coding standards.  Close a race condition reported by Ralf
1152         Wildenhues and Stepan Kasal.  There is still a race condition
1153         on hosts that predate Posix 1003.1-1992, but we can't help this.
1154         Don't mishandle weird characters like space on pre-Posix hosts.
1155         Invoke mkdir at most once per dir arg on pre-Posix hosts.
1156         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
1157         AC_PROG_MKDIR_P from AS_MKDIR_P.
1158         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
1159         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
1160         earlier editions are not (including Automake 1.8.3).
1161         Do not suggest mkinstalldirs for thread-safety.
1162         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
1163         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
1164         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
1165         presence of special characters and race conditions.
1166         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
1167         in Autoconf's name space.
1169 2006-05-10  Bruno Haible  <bruno@clisp.org>
1170         and Paul Eggert  <eggert@cs.ucla.edu>
1172         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
1173         from Automake with minor changes.
1174         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
1176 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
1178         * config/install-sh: Update to Automake CVS version, as follows:
1179         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1180         * lib/install-sh: Simplify the expr implementation of dirname.
1181         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
1182         * lib/install-sh: Handle --, and diagnose unknown options.
1184 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1186         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
1187         `./autom4te' to create `./testsuite', since the `all' target
1188         will ensure its presence, but `installcheck' should not create
1189         the uninstalled wrappers.
1191         * tests/torture.at (Unusual Automake input files): Skip if we
1192         detect automake < 1.8.
1194 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1196         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
1197         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
1198         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
1199         * NEWS: Update.
1201 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1203         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
1204         munge (multiple) white space and other oddities.
1205         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
1206         single quotes in variable assignment.
1207         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
1208         and similar failures by adding multiple spaces, tabs, and other
1209         special characters.
1210         Report and different test suggested by Francesco Romani
1211         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
1213         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
1214         single quotes, we only need to search for single quotes; this
1215         both simplifies the search pattern, and makes us less
1216         susceptible to `echo' variations for arguments not containing
1217         single quotes.
1218         (_AC_ARG_VAR_VALIDATE): Likewise.
1220 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1222         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
1223         `$*' and IFS concatenation issue with traditional shells and
1224         bash-2.04.  Report by Seanster@Seanster.com.
1226 2006-05-03  Bruno Haible  <bruno@clisp.org>
1228         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
1229         precisely which Mac OS X versions have the od problem.
1231 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1233         * doc/autoconf.texi: Use @option systematically.
1235 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1236         and Bruno Haible  <bruno@clisp.org>
1238         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
1239         about 'od'.
1240         (Integer Overflow): Mention the special case of integer division
1241         overflow.
1243 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1245         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
1246         traditional shells like the Solaris one that do not use the
1247         first IFS character for assembling `$*'.
1248         Prompted by a related report from autoconf_bug@nro.ca.
1250 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1251         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1253         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
1254         Mention more problems with the -e option.
1256 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1258         * NEWS: Typo.
1259         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
1261         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
1262         in URLs to improve DVI formatted output (requires texinfo 4.6).
1263         (System Services, Systemology, Shellology): Likewise.
1264         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
1265         output.
1267         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
1268         continuous text.
1269         (Runtime): Fix macro argument names to match description:
1270         `action-if-found' -> `action-if-true' and similarly.
1271         (Obsolete Macros): Likewise.
1272         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
1273         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
1274         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1276 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1278         * doc/autoconf.texi (Limitations of Make): Clean up markup.
1280         * ChangeLog: Typo.
1281         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1282         DVI output.
1284 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1286         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1287         /bin/sh set unsorted output.
1288         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1289         * tests/local.at: Likewise.
1291 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1293         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1294         (Integer Overflow, Null Pointers, Buffer Overruns):
1295         (Floating Point Portability, Exiting Portably): New sections.
1296         (Writing Test Programs): Fix some langauge.  Recommend exiting
1297         with status 1, not merely nonzero.  Clarify exit declaration.
1298         (Run Time): Move C exit status stuff to new Exiting Portably section.
1299         (Systemology): Mention Posix and levenez.  Update v7 reference.
1300         (Portable Shell): Mention the Posix shell.
1302 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1304         * bin/autoconf.as (me): Replace by as_me.
1306 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1308         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1309         since as_me isn't set yet.
1311 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1313         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1314         a few minor bugs in this area.
1316         * doc/autoconf.texi (Programming in M4sh): Comment out the
1317         documentation of AS_BASENAME, for now.
1318         (Shell Substitutions): Do not use AS_DIRNAME in an example.
1319         (Limitations of Builtins) <basename>: Do not refer to
1320         AS_BASENAME.
1321         * bin/autoconf.as (me): Don't use AS_BASENAME.
1322         (dir): Remove the unused variable.
1323         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1324         AS_DETECT_REQUIRED.  All uses changed.
1325         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1326         All uses changed.
1327         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1328         (AS_BASENAME): Use "basename --" to protect against leading "-".
1329         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
1330         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
1331         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1332         (_AS_DIRNAME_PREPARE): Likewise.
1333         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
1334         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
1335         (AS_DIRNAME): Use "dirname --".
1337 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1339         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1340         of "run time" and "run-time" changed to "runtime", for consistency.
1341         * lib/autoconf/fortran.m4: Likewise (in comment).
1342         * lib/autoconf/functions.m4: Likewise.
1343         * lib/autoconf/general.m4: Likewise.
1344         * lib/autoconf/headers.m4: Likewise.
1346         * doc/autoconf.texi (Run Time): Document the exit status situation
1347         with more accuracy and detail.
1349 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1351         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1352         Archive is not officially `GNU' any more.  Update URL.
1353         (Defining Directories): Likewise
1354         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1356 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1358         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1359         newline from the `trap' code to finish `config.log'; the NetBSD
1360         /bin/sh resets the exit status after an empty command, as
1361         documented in doc/autoconf.texi.
1362         Reported by Dalibor Topic <robilad@kaffe.org>.
1364 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1366         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1367         Suggested by Bruno Haible.
1369 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1371         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1372         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1373         Instead, just list the shells that we know work.
1374         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1375         changed.  Be more cautious about the _cv_ variable.
1376         * tests/tools.at (Syntax of the shell scripts): Check the
1377         _cv_ variable once, at first, to avoid an internal autoconf error
1378         when sh -n does not work.
1380 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1382         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1384 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1386         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1387         use ">&-" since we're only 99.999% sure that this is portable,
1388         and since the MinGW bug is fixed in a different way.
1389         * lib/autotest/general.m4 (AT_INIT): Likewise.
1391 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1393         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1394         before opening config.log, to avoid hitting a bug on MinGW.
1396 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1398         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1399         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1400         This works around a MinGW bug reported by Eric Paire.
1401         Make sure that all writes to the log file append to it,
1402         rather than possibly losing data.
1403         * lib/autotest/general.m4 (AT_INIT): Likewise.
1405 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1407         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1408         description.
1410 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412         * NEWS: Update.
1414         * configure.ac (AC_INIT): Bump to 2.59d.
1416 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1418         Version 2.59c.
1420         * Makefile.maint (news-date-check): Do not require a leading `*'
1421         before the release date in NEWS.
1423 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1424         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1426         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1427         the instantiated file do not contain the string 'datarootdir'
1428         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1429         @mandir@, replace the reference '${datarootdir}' by the value.
1430         * tests/torture.at (datarootdir workaround): New test.
1431         * NEWS: Advertise this temporary fixup.
1432         Based on a patch by Bruno Haible, reported and analyzed by
1433         Paul Eggert and Noah Misch.
1435 2006-04-12  Eric Blake  <ebb9@byu.net>
1437         * tests/autotest.at (Debugging a failed test): Fix comment.
1439 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1441         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1442         all the changes since 2006-04-07.
1444 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1446         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1447         succeeded, but `ln -s file dir' failed, take care to remove the
1448         leftover target before the next test, to prevent its spurious
1449         failure; also make sure `ln file dir' works before selecting it.
1450         Thanks to Keith Marshall for pointing this out.
1451         * THANKS: Update.
1453         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1454         assignments in `at_debug_args', so that we put them correctly
1455         in the `run' script.
1456         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1457         Reported by Eric Blake.
1459 2006-04-11  Eric Blake  <ebb9@byu.net>
1461         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1462         top-level tests after micro-suite has been run.   Used in...
1463         (Debugging a successful test, Debugging script and environment),
1464         (Debugging a failed test): ...these new tests.  The first of these
1465         is fixed by...
1466         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1467         macro, split out from...
1468         (AT_INIT): ...here, so that using -d also generates a run script.
1469         Document that -d inhibits top-level logging.
1470         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1471         inhibits top-level logging; debug scripts are created.
1473         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1474         check.
1475         * tests/autotest.at (Empty test, Empty check): New test to check it.
1477         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1478         from gcc.
1480 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1482         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1483         the files if a problem appears.  Make the empty *.at files
1484         read-only, too.  Proposed by Ralf Wildenhues.
1486 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1488         * config/Makefile.am: Add comment to force updated Makefile.in.
1490         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1491         space only patch to this file, this patch causes the Makefile.in
1492         files that include freeze.mk to be updated, and thus have a
1493         newer time stamp again, which in turn makes a pristine CVS
1494         checkout have correct time stamps.
1496         * Makefile.maint (cvs-sv): New macro, to be used..
1497         (config.guess-url_prefix, config.sub-url_prefix)
1498         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1499         point to CVS text checkout of Gnulib files.
1500         (copyright-check): Bump current year.
1501         (announcement): Do not hard-wire `./announce-gen'.
1502         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1503         correctly.
1504         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1505         `chmod +x'.
1506         (wget_files): Update config.guess, config.sub, texinfo.tex by
1507         `wget-update', now that their URLs work again.
1509 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1511         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1512         Problem noted by Paul D. Smith.
1514 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1516         * doc/autoconf.texi: Remove unused words from word list.
1517         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1518         .x-sc_trailing_space: New files.
1520         * doc/standards.texi: Sync from gnulib.
1522         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1523         `LIBOBJDIR' as experimental.
1525         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1526         with a target directory; it's internally implemented as `cp'
1527         anyway, but since Autoconf advertises the possibility to use
1528         a target directory when LN_S is `ln -s', we need to find out.
1529         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1530         analyzed by Keith Marshall <keith.marshall@total.com>.
1532         * THANKS: Update.
1534 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1536         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1537         confdefs.h as-is.  In general, if it has backslash-newline or the
1538         like, then it doesn't work either to sort or to remove empty
1539         lines.
1541 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1543         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1545 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1547         * lib/autom4te.in (Automake-preselections): Preselect
1548         _AM_SUBST_NOTMAKE.
1550 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1552         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1553         apostrophe within a single-quoted string, as this is the usual
1554         tradition and is easier to read than '"'"'.  Don't rely on the
1555         shell treating "$/" like '$/'.  Use a more-consistent indenting
1556         style for the trap.
1558 2006-04-09  Eric Blake  <ebb9@byu.net>
1560         * tests/autotest.at (Backquote command substitution),
1561         (Multiline backquote command substitution): Remove mistaken
1562         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1563         applied...
1564         (Parenthetical command substitution, Multiline parenthetical
1565         command substitution): here.
1567 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1569         Import macros from gnulib (often changing their name).
1571         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1572         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1573         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1574         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1575         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1576         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1577         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1578         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1579         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1580         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1581         The manual mentions Gnulib more prominently.
1582         * doc/autoconf.texi (Gnulib): New node.
1583         (Pointers): Add Gnulib URL.
1584         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1585         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1586         Gnulib section.
1587         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1588         suggest a #define rather than a typedef for _Bool, and mention
1589         Gnulib rather than trying to substitute stdbool code.
1590         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1591         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1592         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1593         AC_STRUCT_DIRENT_D_TYPE.
1594         (Particular Types): Mention stdint.h and inttypes.h as standard
1595         headers too.
1596         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1597         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1598         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1599         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1600         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1601         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1602         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1603         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1604         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1605         (Coding Style).  Don't mention m4_expand_once.
1606         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1607         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1608         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1609         (AC_CHECK_FUNCS): Use it.
1610         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1611         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1612         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1613         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1614         (AC_HEADER_ASSERT): New macro.
1615         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1616         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1617         Catch a bug in an HP-UX C compiler.
1618         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1619         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1620         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1621         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1622         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1623         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1624         New macros.
1626         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1627         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1629 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1631         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1632         of the warning introduced by the 2001-08-28 change.
1634 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1635             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1637         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1638         variables shall be overriden by the cache.
1639         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1640         that contains braces.
1642 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1644         Revert the patch from 2006-04-01 and only improve
1645         _AS_DETECT_BETTER_SHELL:
1647         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1648         skip nonexistent directories.
1649         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1650         only shell candidates which exist.
1651         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1652         * lib/autotest/general.m4 (AT_INIT): No need to give three
1653         parameters to _AS_PATH_WALK.
1655 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1656             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1658         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1659         distinguish m4sugar macros.
1660         * tests/tools.at (autoupdating with aclocal and m4_include):
1661         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1662         test case by Noah Misch <noah@cs.caltech.edu>.
1664 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1666         Revert my change from 2006-03-17, in other words:
1667         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1668           and DUALCASE=1.
1669         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1670         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1671           it is set.
1673 2006-04-07  Eric Blake  <ebb9@byu.net>
1675         * doc/autoconf.texi (Programming in M4sh): Document that
1676         AS_MKDIR_P exits the script on failure.
1677         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1679 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1681         * config/elisp-comp, config/install-sh, config/mdate-sh,
1682         config/missing, config/mkinstalldirs: Sync from Automake.
1684         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1685         from Automake.
1687         * doc/make-stds.texi: Sync from gnulib.
1689 2006-04-06  Eric Blake  <ebb9@byu.net>
1691         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1692         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1693         2006-04-01.
1695 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1696             Eric Blake  <ebb9@byu.net>,
1697             Paul Eggert  <eggert@cs.ucla.edu>,
1698             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1700         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1701         whether `set' quotes correctly: redirect stderr of the tested
1702         `set', and use a subshell, for Ultrix; use `sed' instead of
1703         `grep' for zsh `set' which may write binary output; match only
1704         at the beginning of a line, to avoid false positives.
1705         In order to avoid false positives by unrelated variables with
1706         multiline content, put the dump algorithm in a subshell and
1707         unset all variables containing newlines (except some which are
1708         special to the shell).  Warn about cache variables that are
1709         unset.
1711 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713         * config/config.guess, config/config.sub, config/texinfo.tex:
1714         Sync from upstream.
1716         * tests/mktests.sh: Reword comments.
1718         * tests/mktests.sh: Only skip internal macros starting with
1719         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1720         Update exclusion lists for the test suite to this end:
1721         (AC_ARG_VAR): Do test this now.
1722         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1723         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1724         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1725         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1727         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1728         shell issue with double-quoted command substitutions of native
1729         commands.
1730         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1731         Marshall.
1733         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1734         no file matches the glob, discard the warning, set `nullglob'.
1735         (syntax-check): Likewise.
1736         (sc_cast_of_x_alloc_return_value): Likewise.
1737         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1738         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1739         (m4-check): Likewise.
1740         (sc_system_h_headers): Do not print rule on execution.
1741         (sc_tight_scope): Do not fail for non-existing `src' directory.
1742         (sc_changelog): Skip the Copyright footer.
1743         * lib/autoconf/lang.m4: Remove trailing space.
1745         * lib/autoconf/status.m4: More replacements to
1746         <tab><space> where this makes sense.
1748 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1750         * tests/Makefile.am (maintainer-check-posix):
1751           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1753         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1754           ac_config_<foo>s again, sometimes normalized, sometimes not.
1755         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1756         (AC_CONFIG_COMMANDS): Do not do so here.
1757         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1758           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1759           2005-07-25 rewrite.  Noticed by Noah Misch.
1761         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1762           _AC_PRESERVE_HELP_ORDER, ...
1763         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1765         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1766           inside m4_expand_once; it is redundant.
1768         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1769           for --help from Cygnus `configure.'
1771 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1773         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1774         on a patch proposed by Ralf Wildenhues.
1776 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1778         * lib/autoconf/status.m4: Replace <space>''<tab> with
1779         <tab><space> where this makes sense.
1781 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1782             Noah Misch  <noah@cs.caltech.edu>
1784         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1785         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1786         * doc/autoconf.texi (Help Formatting): New node.
1787         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1789 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1791         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1792         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1793         lib/autoconf/types.m4, lib/autotest/general.m4,
1794         tests/mktests.sh, tests/torture.at: White space cleanup:
1795         remove some SPACE before TAB, or add quoting ('' or @&t@).
1797         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1799         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1801 2006-04-05  Eric Blake  <ebb9@byu.net>
1803         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1804         empty test suite works.
1805         * tests/autotest.at (Empty test suite): Remove xfail.
1807 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1809         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1810         TAGS to ac_config_<foo>s.
1811         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1812         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1813         normalizing it, consistent it with previous releases.
1814         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1816 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1818         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1819         Use simplified args that Eric Blake originally suggested.
1821 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1823         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1824         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1825         Use 'comm' rather than N instances of grep; this also fixes a bug
1826         whereby substrings were incorrectly matched, causing us to not
1827         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1828         (exclude_list): Exclude empty macros.
1829         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1831         Use awk rather than grep -E or egrep, to avoid
1832         portability problems with regular expressions containing newlines.
1833         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1834         Switch from grep to awk syntax.
1835         (ac_exclude_script): Renamed from ac_exclude_egrep.
1836         (au_exclude_script): Renamed from au_exclude_egrep.
1838 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1840         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1841         a subdirectory subject to Cygnus `configure'.
1842         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1844         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1845         report request when we have no AC_PACKAGE_BUGREPORT.
1847 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1849         * THANKS: Update.
1851         * tests/mktests.sh: Update copyright year in the header of the
1852         generated files.
1854         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1855         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1856         typedef'ed restricted pointer, to catch a compiler bug on
1857         HP-UX 11.x, and fix warnings so it passes with -Werror.
1858         (_AC_PROG_CC_C99): Likewise.
1859         Reported by Albert Chin <china@thewrittenword.com>.
1860         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1862 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1864         * bin/autoscan.in (subdirs): New global.
1865         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1866         (output): Emit AC_CONFIG_SUBDIRS as needed.
1867         * tests/autoscan.at (autoscan): Remove XFAIL.
1869 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1871         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1873 2006-04-03  Eric Blake  <ebb9@byu.net>
1875         * THANKS: Add myself.
1877 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1879         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1880         to log, point to testsuite output tree.
1882 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1884         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1885         * doc/autoconf.texi (Function Portability): Mention that C++
1886         has trouble with 'exit'.
1887         (Guidelines): Test programs shouldn't use 'exit'.
1888         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1889         Remove; all uses removed.
1890         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1891         Return from 'main' instead of calling 'exit'.
1892         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1893         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1894         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1895         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1896         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1897         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1898         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1899         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1900         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1901         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1902         * tests/compile.at: Likewise.
1904 2006-04-02  Pavel Roskin  <proski@gnu.org>
1906         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1908 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1910         Clean up _AC_COMPILER_EXEEXT* macros.
1912         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1913           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1914           ac_file to the name of the default output file and call
1915           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1916           initial `rm' of the candidate files...
1917         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1918           the same list in subsequent `rm' calls, and for the temporary
1919           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1920           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1921         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1922         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1923           no longer needed) by libtool.  Make it a cache check.
1924         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1925           copied here by mistake.
1926         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1927           _AC_COMPILER_EXEEXT.
1928         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1929           _AC_COMPILER_OBJEXT directly.
1930         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1932 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1934         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1935         (AS_DIRNAME): Use it.
1936         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1938         * tests/*.at: Remove the generated ones.
1940 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1942         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1944 2006-04-01  Eric Blake  <ebb9@byu.net>
1946         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1947         directories, unless optional third argument supplied.
1948         (AS_UNAME): Don't optimize PATH walk.
1950         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1952 2006-04-01  Eric Blake  <ebb9@byu.net>
1953         and Stepan Kasal  <kasal@ucw.cz>
1955         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1956         and fix some typos.
1958 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1960         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1961         Autoconf version number despite a zero- or one-argument AC_INIT.
1963         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1964         subordinate tools.
1965         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1966         * doc/autoconf.texi (autoreconf Invocation): Document it.
1968         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1969         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1971 2006-04-01  Eric Blake  <ebb9@byu.net>
1973         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1974         * lib/autotest/general.m4: Be tolerant of existing directory when
1975           rm failed to remove it.
1977 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1979         * bin/autoupdate.in: Redefine m4_location so that warnings print
1980         the correct lines of the input file by subtracting..
1981         (_au__first_line): ..this new definition.
1983         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1984         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1985         Remove stray newline in output.
1986         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1987         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1988         Fixes autoupdating of code where the replacement output contains
1989         m4sugar macros.
1990         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1991         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1992          (au_exclude_list): Add AC_LANG_SAVE.
1993         * tests/tools.at: Several new tests for all of this.
1994         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1995         hairy details.
1996         The AC_LANG_SAVE issue was reported against Libtool by
1997         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1998         Kristian Kvilekval <kris@cs.ucsb.edu>.
2000 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2002         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
2003           switch all of them on and of when necessary.  Fixes the bug when
2004           m4sugar macros (e.g., m4_define) were expanded after the first
2005           automatic update (e.g., after AC_PREREQ or AC_INIT).
2007 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
2009         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
2010         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
2012         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
2013         correctly.  Problem reported by Eric Blake.
2014         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
2015         Ralf Wildenhues.
2017 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2019         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
2020         Tighten up the basename/dirname wording.
2022 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2024         * Makefile.maint (sc_texi_notab): New check: do not use TABs
2025         in texinfo files outside of verbatim environments.
2026         (syntax-check-rules): Update.
2027         * doc/autoconf.texi (Configuration Headers): Conform to it.
2029 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
2031         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
2032           aclocal cannot be given on the command line.
2034 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2036         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
2037         Give an example for AS_DIRNAME instead of referring to Posix..
2038         (File System Conventions): Put discussion of // versus / here, and
2039         modernize it a bit.
2040         (Limitations of Usual Tools): Add basename.  Remove verbiage
2041         after dirname, since it got moved to the above sections.
2042         All this was inspired by a patch proposed earlier by Eric Blake.
2044 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2046         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
2047         `$0' to protect against spaces.
2048         * lib/autotest/general.m4 (AT_INIT): Likewise.
2049         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
2050         `$0', $as_me.
2052 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2054         * bin/autoscan.in: The value of find_configure_ac should be
2055         checked for existence, so we don't barf over a nonexisting
2056         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
2058 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2060         * bin/autoupdate.in: Fix some typos.
2062 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
2064         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
2066         * lib/autoscan/autoscan.list: Refreshed.
2068 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2070         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
2071         and Erlang related variables.
2073         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
2074         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
2075         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
2076         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
2077         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
2078         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
2079         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
2080         (_AC_PROG_OBJC_G): New macros.
2081         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
2082         * doc/autoconf.texi (Objective C Compiler): New node.
2083         (Preset Output Variables): Document OBJCFLAGS.
2084         (Language Choice): Document `Objective C' language.
2085         (Fortran Compiler): Fix typo.
2086         * NEWS: Updated.
2087         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
2089 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
2091         * doc/autoconf.texi (Default Includes): Fix typo
2092           s/AC_HEADERS_STDC/AC_HEADER_STDC/
2093         (Limitations of Usual Tools): s/unwriteable/unwritable/
2094         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
2095           Fix typos in the comments.
2097 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
2099         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
2100           Factor out the warning to...
2101         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
2102         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
2103         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
2105         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
2106           case `ac_delim' when writing the sed script.
2108         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
2109           moved DUALCASE=1 ...
2110         (AS_SHELL_SANITIZE): ... here.
2111         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
2112           that it is set.
2114         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
2115           AC_SUBST.
2116         (_AC_PATH_PROG): Store the result to VARIABLE.
2117         (AC_PATH_PROG): No need to set VARIABLE again.
2119         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
2120           the first one is usual AT_CHECK_MACRO test, the second one checks
2121           that the same works when cross-compiling.
2122         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
2123         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
2125 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2127         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
2128         the directory `/usr/bin/posix' in the shell search, to prefer
2129         the Posix shell not only in subsequent spawns as with `$BIN_SH'
2130         on Tru64.
2132         * doc/autoconf.texi (contents): To fix texi2html output, hide
2133         `@setcontentsaftertitlepage' for HTML.
2134         (Writing Autoconf Macros): Likewise, insert space after `@c'.
2135         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
2136         `@,{c}'.
2138 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
2140         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
2141           sanitizing...
2142         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
2143         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
2144           why IFS is restored so late; thank you, Ralf, for reminding us.
2146 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
2148         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
2149           variables in the examples.
2151 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2153         * doc/autoconf.texi (several sections): Cleaned up documentation for
2154         macros in erlang.m4.
2156 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2158         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
2159         failure condition for `$(cmd)' style command substitutions.
2160         (Parenthetical command substition, Multiline parenthetical
2161         command substition): Use it.
2163         * doc/autoconf.texi (Special Shell Variables): Missing word.
2164         Reported by Keith Marshall <keith.marshall@total.com>.
2166         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
2167         IFS even in case of empty `$PATH'.
2169 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2171         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
2172         `expr' away if there is nothing to do.
2173         < --keywords >: Simplify and robustify argument handling.
2174         Revert erroneous comment from 2005-08-23.  Extend to allow
2175         keyword negation with `!'.
2176         Update help message.  Remove broken code to prevent running
2177         tests multiple times.
2178         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
2179         Update and fix the documentation accordingly.
2180         * tests/autotest.at (Keywords): Renamed to..
2181         (Keywords and ranges): .. this.  Extended to make sure negated
2182         keywords, keywords taken from AT_SETUP arguments, and numeric
2183         test ranges work, and that matching is case-insensitive.
2185 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2187         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
2188         allow to pass unnamed structs even in C++.
2189         (AC_CHECK_SIZEOF):  Likewise.
2190         Also fix quoting error in `AC_MSG_FAILURE' arguments.
2191         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
2192         struct): New tests for unnamed structs, each both native and
2193         cross-compiling.
2195         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
2196         a structure inside a cast, for C++ conformance.
2197         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
2198         Also fix quoting error in `AC_MSG_FAILURE' arguments.
2200         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
2201         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
2202         trying to execute the command `no'.
2204         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
2205         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
2206         expanded outside.
2208         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
2209         example.  Do not emphasize `$%', it is hardly new and special.
2210         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
2212         * doc/autoconf.texi (Limitations of Usual Tools): Document
2213         OpenBSD and traditional `grep' failure to handle multiple
2214         patterns separated by newlines.
2216 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2218         * doc/autoconf.texi (several sections): Add documentation for macros
2219         in erlang.m4.
2221 2006-03-10  Eric Blake  <ebb9@byu.net>
2223         * doc/autoconf.texi (Obsolete Macros): Fix wording of
2224         AC_TRY_LINK_FUNC.
2226 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
2228         * doc/autoconf.texi: Use @acronym more consistently for acronyms
2229         like BSD, GPL, LGPL.  Fix minor English typos.
2230         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
2231         Mention that these macros are becoming obsolete.
2232         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
2233         Use more modern terminology for which standard is what.
2234         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
2235         and to ansi2knr.
2236         (AC_PROG_CXX): Likewise.
2237         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
2238         Remove obsolete discussion about how to port to K&R.
2239         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
2240         the obsolescent AC_HEADER_STDC.
2241         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
2242         can't rely on it.
2244 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2247         Remove stdin redirection from /dev/null to allow pipe to work.
2249 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
2251         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2252         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
2253         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
2254         Ralf Wildenhues.
2256 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2258         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
2259         HP-UX sed is 99 commands, not 100.
2260         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
2261         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
2262         newline for portability.
2263         * tests/torture.at (Torturing config.status): Also test 100
2264         AC_SUBST_FILE invocations.  Fix test to actually verify the
2265         AC_CONFIG_FILES output.
2266         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
2267         command, label, and read-file `r' limits.  Unify HP-UX spelling.
2269         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
2270         non-suffix rule.
2271         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
2272         non-GNU make.
2273         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
2274         * tests/mktests.sh: Small shell portability fixes.
2276 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2278         * doc/autoconf.texi (Caching Results): Fix the examples to use a
2279         recommended quoting style and discard unwanted output.
2281 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2283         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2284         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2285         cases, and to work around Tru64 expr bug.
2287 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2289         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2290         expr bug that turns the result of a regex match into a number if
2291         possible.
2293 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2295         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2296         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2297         in section `Specific Compiler Characteristics'.
2299 2006-03-04  Eric Blake  <ebb9@byu.net>
2301         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2302         variable warning.
2304 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2306         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2307         order of variable initialization, so even the Solaris 2.6 shell
2308         can create a config header correctly.  Fixes lots of test suite
2309         failures.
2311 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2313         * doc/autoconf.texi (Text processing Macros): New node to
2314         document the m4sugar macros m4_re_escape, m4_tolower,
2315         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2317 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2319         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2320         XrmInitialize (0) -> XrmInitialize ().
2321         Reported by Toshio Kuratomi.
2323 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2325         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2326         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2327         * doc/autoconf.texi (Programming in M4sh): Adjusted.
2328         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
2329         both macros are defun'ed so that required macros are evaluated
2330         outside.
2332         * doc/autoconf.texi (Prerequisite Macros): State more precisely
2333         where a required macro will be expanded.
2334         (Coding Style): Another reason not to use `m4_define'.
2336 2006-02-21  Eric Blake  <ebb9@byu.net>
2338         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2340 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2342         * doc/autoconf.texi (Looping constructs): New node, to
2343         document m4_for, m4_foreach, m4_foreach_w, and mention
2344         obsolete AC_FOREACH.
2345         (Obsolete Macros): Document AC_FOREACH.
2346         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2347         (m4_for): Fix to never loop (almost) endlessly, work correctly
2348         with arithmetic expressions in arguments, a step of zero or
2349         non-integer multiple of the interval, and avoid integer
2350         overflow.
2351         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2352         m4_foreach_w.
2354 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2356         Add basic support for Erlang, both for configuring Erlang/OTP
2357         tools, and Erlang as a conf test language.
2358         * lib/autoconf/erlang.m4: New file.
2359         * lib/autoconf/autoconf.m4: Add erlang.m4.
2360         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2361         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2362         * NEWS: Add short description of new macros.
2363         * THANKS: Add Romain Lenglet.
2365 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2367         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2368         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2370 2006-02-15  Eric Blake  <ebb9@byu.net>
2372         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2373         warning.
2375 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2377         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2378         (_AS_CASE): Private helper macro.
2379         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2380         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2381         Fix syntax of AS_IF description
2382         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2383         for the AC_REQUIRE mess.
2384         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2385         AS_SHELL_SANITIZE.
2387 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2389         * doc/autoconf.texi: Minor style cleanup.
2390         Be consistent about spaces after commas.
2391         Insert [] where empty args look a bit funny.
2392         Fix some "i.e." and "e.g." usages.
2393         Try to avoid "X/Y" usages.
2394         Don't be pedantic about "ISO C99"; just say C99.
2395         Prefer GNU style for spaces in front of parens.
2396         (Function Portability): Comment about C89 versus C99
2397         signed integer division.
2398         (Particular Headers): Use current gnulib style for dirent
2399         includes.
2401 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2402         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2404         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2405         macros without parameters.
2406         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2407         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2408         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2409         `$#' bug.
2410         (autoupdate): Updated to match AU_ALIAS fix.
2412 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2413         and Paul Eggert  <eggert@cs.ucla.edu>
2415         * doc/autoconf.texi (Programming in M4sh): Document
2416         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2418 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2420         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2421         (AS_BOURNE_COMPATIBLE): ..this.
2422         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2424 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2426         * doc/install.texi (Defining Variables): Tighten up the
2427         CONFIG_SHELL wording.
2429 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2430         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2432         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2433         of (set -o) rather than testing whether (set -o posix) succeeds,
2434         to work around a bug in the AIX 5.3 shell.  Problem originally
2435         reportd by Howard Chu for libtool.
2437 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2439         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2440         Changes the macro arguments in summaries to match the
2441         descriptions.
2443 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2445         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2446         hint as ``a workaround for a bug.''
2448 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2450         * bin/autoreconf.in: New option `--no-recursive'.
2451         Improve wording for subpackages a bit.
2452         * doc/autoconf.texi (autoreconf Invocation): Updated.
2453         * NEWS: Updated.
2455         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2456         in environment of `configure', not the command line.
2457         Reported by Howard Chu <hyc@highlandsun.com>.
2459 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2461         * doc/autoconf.texi (Limitations of Builtins): Document the
2462         problem with "trap -".
2464 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2466         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2467         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2468         messages to differentiate Fortran and Fortran 77 tests.
2469         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2470         AC_LANG_ASSERT, to allow use in mixed-language projects.
2472 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2474         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2475         FOO" to "defined (FOO)".
2476         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2477         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2478         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2479         * tests/tools.at (ifnames): Likewise.
2481 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2483         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2484         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2485         (END): Improve error message a bit.
2486         Reported by Bruce Korb <bkorb@gnu.org>.
2488 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2490         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2491         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2493 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2495         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2496         requires sys/stream.h.  Reported by Oliver Kiddle.
2498 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2499             Stepan Kasal  <kasal@ucw.cz>
2501         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2502         before the removals of test dirs, use `find' to avoid modification
2503         of symlinked directories.
2505 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2507         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2508         Don't ignore the macro arguments.
2510 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2512         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2513         declaration that works for MSVC.
2515 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2517         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2518         Add `*.map' and `.inf' for Green Hills compiler.
2519         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2521         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2522         correctly: pad with spaces after FIRST_PREFIX if necessary,
2523         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2524         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2525         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2526         * NEWS: Updated.
2527         Reported by numerous people, numerous times.
2529 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2531         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2532         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2533         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2534         * lib/autotest/general.m4, tests/local.at:
2535         Update copyright year to 2006.
2537         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2538         sed substitutions.
2539         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2540         for file names, again.  Reported by Noah Misch.
2541         (Coding Style): Explain that s|a|b| is preferred for file names.
2542         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2543         (AC_OUTPUT_MAKE_DEFS): Likewise.
2544         * lib/autotest/general.m4 (AT_INIT): Likewise.
2545         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2546         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2548         Fix Posix-conformance bugs re use of { command in sed scripts,
2549         and improve the sed-related documentation a bit.
2550         * doc/autoconf.texi (Installation Directory Variables): Use
2551         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2552         rather than "sed" when talking about Sed in general.
2553         (Particular Programs): Likewise.
2554         (Coding Style): y is like s with respect to / and ,.
2555         (Limitations of Usual Tools): Document the weird restrictions
2556         that Posix has about { }.  Use better quoting.
2557         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2558         Rewrite to conform to Posix rules about { } in sed scripts.
2559         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2560         * tests/foreign.at (Libtool): Likewise.
2561         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2562         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2564 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2566         * lib/autoconf/status.m4: Fix typo.
2568         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2569         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2570         `-def', for the benefit of Portland `pgf90 -Mipa'.
2571         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2573 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2575         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2576         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2577         shell from zsh to bash.
2579 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2581         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2582           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2584 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2586         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2587         parentheses in $(...).  Problem reported by Eric Blake.
2589 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2591         * doc/autoconf.texi (Limitations of Usual Tools):
2592         Mention which characters can be escaped with \ in portable regular
2593         expressions used in grep, sed, expr.  Mention the leading ^ problem
2594         with expr.  Clean up some confusing wording.  Mention which
2595         grep options are portable.
2597 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2599         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2601 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2603         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2604         patch, noted by Ralf Wildenhues.
2606 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2609         posix' unconditionally, for pdksh in `native sh' emulation.
2611 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2613         * doc/autoconf.texi (Shellology): Document eval $? problem
2614         with ash.
2615         (Limitations of Builtins): Likewise.
2617 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2619         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2620         CONFIG_SHELL in the environment of the configure rerun.
2621         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2622         Suggest passing CONFIG_SHELL absolute, and in the environment
2623         rather than as option.
2625 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2627         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2628         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2629         Fix macro quoting.  Fix output for n * 98 substituted variables.
2631 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2633         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2634         `tmp' to avoid file removal race.
2636 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2638         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2639         ac_clean_files and LIBOBJS.
2641 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2643         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2644         Factor functionality to..
2645         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2646         `AC_SUBST($1)' in the public version.
2647         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2648         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2649         ac_pt_* variables.
2651 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2653         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2654         filesystems.
2656 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2658         * NEWS: Move AH_HEADER mention to right place.
2660 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2662         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2663         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2665 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2667         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2668         conftst2.$ac_objext.
2669         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2671 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2673         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2674         conftest.o, to see whether the compiler really obeys; rm the object
2675         file before and after the test and register it with ac_clean_files.
2676         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2678 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2680         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2681         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2682         code so that the most common case requires less forks.
2684 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2686         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2687         not portable; thanks to Paul Eggert and Alexandre.
2689         * NEWS: Fix an old typo.
2691 2005-10-20  Jim Meyering  <jim@meyering.net>
2693         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2694         the latter'', in two places.
2696 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2698         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2699         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2700         the inner workings of AC_LANG_FUNC_LINK_TRY.
2701         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2702         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2703         by the function rather than ignoring it.
2704         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2705         comparing its address.  Intel's interprocedural optimization was
2706         outsmarting the old heuristic.  Problem reported by
2707         Mikulas Patocka.
2709 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2711         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2713 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2715         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2716         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2718 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2720         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2721         before removing it (chmod -R u+rwx); there are three instances of this.
2723 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2724             Stepan Kasal  <kasal@ucw.cz>
2726         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2727         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2728         make its content writable before removing it.  Remove an errorneous
2729         comment from the end, where the logs of the failed tests are copied
2730         to the main log file.
2732 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2734         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2735           in case the computer is too quick.  Double quote the configure.ac
2736           snippets.
2738         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2739           problems if the testsuite were running too fast.
2741 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2743         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2744         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2745         (which belong to Xt, not X itself).  See Debian bug 327655.
2746         * NEWS: Mention this.
2748 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2750         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2752 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2754         * config/move-if-change: Don't output "$2 is unchanged";
2755         suggested by Ben Elliston.  Handle weird characters correctly.
2757 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2759         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2760           calls, so that the final expansion of this macro is shorter.
2761           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2762           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2763           the cleanup there.  Use AS_VAR_* macros, to be more general.
2764         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2766         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2768         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2770 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2772         * doc/autoconf.texi (Configuration Headers): Add an index entry
2773           for AH_HEADER.
2775 2005-08-26  Pavel Roskin  <proski@gnu.org>
2777         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2778         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2779         running xmkmf.
2781 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2783         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2784         The previous patch didn't work, so try a better one.
2786 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2788         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2789         in the example.  Reported by Bruno Haible.
2790         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2791         "if $undefined_var;" succeeds with my shell.
2793         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2794         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2795         but change the m4_divert_text to m4_divert_once.
2797 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2799         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2800         Work around bug in Solaris /usr/xpg4/bin/awk.
2801         The bug is present in at least Solaris 8 through 10.
2803 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2805         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2806         some evil values and relying on the fact that $* concatenates the
2807         parameters by the first character from IFS.
2809 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2810             Stepan Kasal  <kasal@ucw.cz>
2812         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2813         first header appears, define AH_HEADER.
2814         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2815         Update limitations about when to call AC_CONFIG_HEADERS.
2816         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2817         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2818         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2819         ``Configuration Actions''; fix their index entries.
2821         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2822         options correctly.  Process N-M as M-N if M is smaller than N.
2823         Process ranges correctly so that N-N will run only N.
2824         Sort and uniquify the tests that will be run.  If there is more
2825         than one test, reinsert the banners for the tests.
2826         * tests/autotest.at (Keywords): Unmark XFAIL.
2828 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2830         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2831           before passing the macro name to AH_TEMPLATE.
2833         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2834           now opens log after option processing; in particular, --version
2835           and --help do not touch config.log.
2837         * Makefile.maint: Revert the change from 2005-08-12.
2839 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2841         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2842           common code to...
2843         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2845 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2847         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2848         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2849         Language cleanup.
2851         * doc/autoconf.texi (Defining Symbols, Changed Results):
2852         Prepend to LIBS, not append, in examples.
2854 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2856         When building in place, set srcdir="."; suggested by Tim Van Holder.
2858         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2859           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2860         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2861         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2862           does not mean "no --srcdir option".
2864 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2866         * tests/autoscan.at (autoscan): New file.
2867         * tests/suite.at: Use it.
2868         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2869         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2871         * tests/autotest.at (Keywords): Test keywords combinations.
2873 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2875         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2876           add "2>&1"; gzip 1.2.4 prints help on stderr.
2878 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2880         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2881         was pushdef'ed twice while popped only once.  Push it only once.
2882         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2884 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2886         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2887         prefixed by mere "===", not "configure: === ".
2889 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2891         * Makefile.maint: Update from Bison.
2893         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2894         "<tab>" in comment, so that the point is understandable.
2896 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2898         Rewrite substantial part of lib/autoconf/status.m4.
2899         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2900         and CONFIG_COMMANDS are not processed in four separate loops.
2901         Instead, there is one main loop.  This alows that the common code
2902         is expanded only once, thus config.status (and configure) is smaller.
2904         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2905         the AC_LIST_FILES and cousins macros are no longer used.
2907         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2908         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2909         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2910         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2911         contain the initialization, nor the for loop, nor the associated
2912         commands; all these go to ...
2913         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2914         _AC_OUTPUT_CONFIG_STATUS.
2915         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2916         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2917         (_AC_OUTPUT_FILE): The creation of the sed script ...
2918         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2919         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2920         _AC_OUTPUT_MAIN_LOOP.
2921         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2922         _AC_CONFIG_COMMANDS): Use ...
2923         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2924         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2925         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2926         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2927         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2928         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2929         ... new macros.
2930         (_AC_CONFIG_UNIQUE): Update.
2931         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2932         Replaced by this ...
2933         (_AC_LIST_TAGS): ... new common macro.
2934         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2935         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2936         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2937         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2938         this didn't belong to the `config commands' section.
2939         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2940         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2941         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2942         to the `config commands' section either.
2943         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2944         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2946         ... and many changes to the comments nearby.
2948         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2949         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2950         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2951         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2952         (#define header templates): The comment at the top of the generated
2953         header now includes the name(s) of the source file(s).
2955         Several unrelated small changes:
2957         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2958         parameter to AC_DIAGNOSE.
2959         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2960         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2961         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2962         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2963         with AU::AC_OUTPUT.
2964         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2965         in AC_OUTPUT doesn't double-quote it either.
2966         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2967         parameters.
2969 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2971         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2972         versions of Portland Group compiler produce single- and double-quoted
2973         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2974         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2976 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2978         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2979         This is a corrected version of yesterday's patch.
2981 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2983         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2984         path, too; insert a "===" to emphasize the line.
2986         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2987           ac_cv_build_alias to ac_build_alias.
2988         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2990         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2991         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2992         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2993         (AC_ARG_VAR): ... here.
2994         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2995           target_alias.
2997         Keep a list of all precious variables and process them with one simple
2998         for loop, instead of expanding all commands, or, OTOH, complicated
2999         processing of output of "set".
3000         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
3001         variable names in new macro...
3002         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
3003         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
3004           a loop to assign all ac_env_* and ac_cv_env_* variables.
3005         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
3006           to INIT_PREPARE.
3007         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
3008           its value to shell variable ac_precious_vars and call
3009           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
3010         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
3011           _AC_ARG_VAR_VALIDATE.
3013         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
3014           and the AC_SUBSTs ...
3015         (AC_INIT): ... here.
3017         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
3018           the ac_subst_files section in config.log.
3020         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
3022 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3024         * NEWS: New macro AC_C_TYPEOF.
3025         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
3026         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
3027         * tests/c.at (C keywords): Test AC_C_TYPEOF.
3029         Fix problems reported by Nicolas Joly.
3030         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
3031         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3032         They are generated by the Tru64 v5.1B shell.
3034 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
3036         Fix my changes from 2005-07-01; reported by Noah Misch.
3037         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
3038         description, the macro now accepts only a single tag.
3039         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
3041         Fix cases when the varsions of Autoconf and Autotest don't match.
3042         Reported by Noah Misch.
3043         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
3044         at_top_builddir, for compatibility with older autotest.
3045         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
3046         is not set, use at_top_builddir, for compatibility with older
3047         versions of autoconf.
3049 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3051         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
3052         Problem reported by Patrick Welche.
3054 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3056         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
3057         sed substitution command, so that we allow | in program prefixes
3058         and program suffixes.  (& is a problem anyway; we're not fixing
3059         that here.)
3060         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
3061         configure_input, top_builddir, srcdir, etc.
3062         * lib/autotest/general.m4 (AT_INIT): Likewise, for
3063         PATH_SEPARATOR in AUTOTEST_PATH.
3065 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
3067         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
3068         for loop over config.site files using `set', to allow
3069         directory names containing IFS characters.
3071 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3073         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
3074         directories with weird names.  Apparently some people like living
3075         on the edge.  However, improve the test that "pwd" actually does
3076         report a name for the working directory.
3077         * NEWS: Remove the claim that we test for funny chars in dir names.
3079 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
3081         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
3082         replaced ...
3083         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
3084         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
3085         Now accept a single tag, not whitespace separated list.
3086         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
3088 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
3090         * doc/autoconf.texi (Configuration Headers): Change the explanation
3091         about #include <config.h>.
3092         (Generic Functions): Mention the Gnulib project.
3093         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
3095         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
3096         document to output the default config_* lists to config.status.
3097         Don't recognize option --file, if the functionality is not there.
3098         Likewise for --header; moreover, recognize --he and --h as shortcuts
3099         for --help in that case.
3101         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
3102         matches the order of execution.  No code changed.
3104 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3106         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
3107         single-quoted -cmdline argument in Portland Group compiler.
3108         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3110 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
3112         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
3114 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3116         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
3117         descriptors to child processes; reported by Norman Gray.
3119 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3121         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
3123         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
3124         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
3125         (AC_SUBST): Call it.
3126         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
3127         the directory specific variables; but don't call it for configure_input.
3129 2005-06-28  Derek Price  <derek@ximbiot.com>
3131         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
3132         addition.
3134 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3136         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
3137         directory have inherent problems with special characters like spaces,
3138         due to limitations in Make syntax.  Problem reported by Alexandre
3139         Duret-Lutz.
3140         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
3141         Also, fix Tru64 porting problem with shell patterns,
3142         reported by Ralf Wildenhues.
3144 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3146         * doc/autoconf.texi (Subdirectories): Fix markup typos.
3148 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3150         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
3152         Fix some more shell quoting problems.  Prompted by a bug report
3153         from Justace Clutter.
3154         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
3155         variable into diagnostic.  Make the diagnostic an error, not a warning,
3156         because we really don't support spaces and suchlike in dir names.
3157         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
3158         Don't worry about backslashes in srcdir; it can't happen now.
3159         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
3160         Simplify ac_optarg handling.
3161         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
3163 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
3165         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
3166         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
3167         * tests/atlocal.in: Propagate $EGREP and $SED.
3168         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
3169         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
3171         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
3172         that '\|' is not allowed in BREs; recommend using newline separated
3173         list of patterns instead of multiple -e options.
3175         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
3177         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
3179 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3181         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
3183 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
3185         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
3186         b, t, r, w commands require single space, while : cannot have any.
3187         (Special Shell Variables): Fix sed code this in the example.
3188         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
3189         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
3191         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
3192         expand to the empty list.  Don't use two pairs of m4_changequote,
3193         it's not necessary.
3195 2005-06-20  Derek Price  <derek@ximbiot.com>
3197         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
3199 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
3201         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
3202         * doc/autoconf.texi:
3203         Don't mention Solaris versions so much, if a
3204         problem is common to all extant versions of Solaris.  Say "SunOS
3205         4" instead of "SunOS" for SunOS 4.
3206         (awk): Mention more of the limitations of traditional Awk.
3207         (cat): Don't talk about cat -v.
3209 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
3211         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
3212         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
3213         but the implementation is entirely different and is designed
3214         to be compatible with glibc strverscmp.
3215         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
3217         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
3218         on Mac OS X 10.4 reported by Peter O'Gorman in:
3219         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
3220         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
3221         Use shell builtins rather than 'expr', to work around expr bug.
3223 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
3225         * doc/autoconf.texi: "filesystem" -> "file system".
3226         "behaviour" -> "behavior".
3227         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
3228         * lib/autoconf/general.m4: Omit blank after ":" sed command,
3229         as per POSIX.
3230         * lib/m4sugar/m4sh.m4: Likewise.
3231         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
3232         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
3234         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
3235         (.x.1): Ignore the time stamp in the .TH line when deciding whether
3236         to update the man page.  That way, we don't have to check in new
3237         man pages every month.
3239         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
3240         quotes and backslashes.  Patch from Derek Price.
3242 2005-06-10  Derek Price  <derek@ximbiot.com>
3244         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
3245         AS_TR_SH.
3247 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
3249         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
3250         -u, since it outputs chatter if the input files are the same.
3251         Problem reported by Ralf Menzel.
3253 2005-06-08  Derek Price  <derek@ximbiot.com>
3255         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
3256         renaming them since they are about to be redefined anyhow.
3258 2005-06-08  Derek Price  <derek@ximbiot.com>
3260         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
3261         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
3262         Move m4_undefine to alphabetical order.
3264 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
3266         * README: Recommend GNU M4 1.4.3 or later.
3267         * doc/autoconf.texi (Introduction): Likewise.
3268         Reword to avoid some formatting glitches.
3269         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
3270         Clarify explanation of HP compiler bug.
3271         Redo example output tp match current CVS snapshot.
3272         Use @example.org in email addresses when the examples
3273         might get inadvertently cut-and-pasted into user code.
3274         Remove example of autom4te usage that doesn't seem to work now.
3275         Use modern AC_INIT (except when the example is meant to be
3276         shown with Autoconf 2.13).
3277         Update ksh info for Solaris 9 and later.
3278         KB -> kB.
3279         Modernize description of Automake versions a bit.
3280         Don't claim a future version of Autoconf is near.
3281         * doc/install.texi: Reword to avoid some formatting glitches.
3283 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3285         * doc/autoconf.texi: Add [] to examples, so that the manual
3286         follows its own advice about quoting better.
3287         Reword to avoid some formatting glitches.
3288         * doc/installt.exi: Reword to avoid some formatting glitches.
3290         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3291         Tru64 ksh pattern matching bug.  Reported against Libtool by
3292         Albert Chin <libtool@mlists.thewrittenword.com> and
3293         Nicolas Joly <njoly@pasteur.fr>.
3295 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3297         m4_cdr of one-member list was [[]] (one-member list containing an
3298         empty string) instead of [] (an empty list.  Callers were skewed to
3299         match this misbehaviour.  As a consequence of this:
3300          - m4_foreach([x], [], [foo]) expanded to `foo', while
3301          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3302         This bug has been fixed:
3304         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3305           expand to an empty string; print error msg if called without
3306           an argument list.
3307         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3308           misbehaviour; handle [] and [[]] correctly.
3310 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3312         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3313         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3314           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3316 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
3318         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3319           swallow records with more than 99 fields.
3320         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3321           parse the long line.
3323 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
3325         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3326           swallow literals longer than 399.  Reported by Ralf Wildenhues.
3327         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3328           to workaround this limitation.
3330 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
3332         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3333         to gfortran, and make these the first two compiler names
3334         checked (following the general autoconf preference for gcc).
3336 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3338         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3339         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3340         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3342 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3344         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3345         expression of unbounded size when processing the --list
3346         option.  This runs afoul of a limit of 399 bytes per regular
3347         expression on AIX.  Problem reported by Ralf Wildenhues.
3349 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3351         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3352         * doc/autoconf.texi (Particular Headers): Reword example
3353         for multiline stdbool replacement.
3354         (Setting Output Variables): Reword text a bit.  Don't
3355         give all the details about |#_!!_#|.
3356         Reword description of line replacement.
3358 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3360         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3361         now contain newlines, and substituted files must be referenced on
3362         a line alone; the sed scripts to substitute them are now very
3363         different.
3364         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3365         commands can be put in a sed script portably.
3366         * doc/autoconf.texi (Setting Output Variables): Document above
3367         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3368         use of multiline substitution.
3369         * tests/torture.at: No longer expect substitution of newline to fail.
3371 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3373         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3374         From Ralf Menzel (trivial change).
3376 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3378         * tests/local.at: Don't attempt to check for negated character
3379         classes in shell scripts.  The test was too brittle.
3381 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3383         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3384         * doc/autoconf.texi (Limitations of Builtins): Document this
3385           limitation.
3387 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3389         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3390           common code; used in many places in the tree.
3391         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3392         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3394         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3396         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3397           messages when ac_unique_file is not found.
3398         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3399         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3400           commands, for consistency with AC_MSG_ERROR and such.
3402         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3404         * bin/Makefile.am: Merge the two rules for creating scripts.
3406 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3408         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3409         obsolete; it was never documented.
3410         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3412 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3414         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3415         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3416         (ac_top_builddir): ... this ...
3417         (ac_top_build_prefix): ... to this; the old name is also kept, for
3418           backward compatibility.
3419         (ac_top_builddir_sub): New variable, without the trailing slash,
3420           always nonempty.
3421         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3422         * doc/autoconf.texi (Configuration Actions): Rename
3423           ac_top_builddir to ac_top_build_prefix.
3424         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3425           at_top_builddir to at_top_build_prefix.
3426         * lib/autotest/general.m4 (AT_INIT): Likewise.
3428 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3430         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3431           of confdefs.h .
3433 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3435         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3436           argument to m4_foreach.  I guess it was necessary in the past,
3437           but I think it's a no-op now.
3439 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3441         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3442           ``cat <<_ACEOF'' commands to one.
3443         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3444         * lib/autoconf/status.m4: On various places, use expr instead of
3445           ``echo|sed.''
3446         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3447         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3448         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3449           a range.
3450         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3451           the wrong patterns between ``case'' and ``esac.''  The previous
3452           code had false positives.
3454 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3456         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3457         as on 2005-05-02.
3458         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3459         Mention LIBOBJDIR.
3461 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3463         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3464         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
3465         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3466         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3467         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3468         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3469         config/config.guess, config/config.sub, config/elisp-comp,
3470         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3471         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3472         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3473         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3474         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3475         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3476         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3477         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3478         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3479         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3480         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3481         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3482         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3483         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3484         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3485         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3486         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3487         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3488         lib/autotest/general.m4, lib/emacs/Makefile.am,
3489         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3490         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3491         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3492         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3493         tests/compile.at, tests/foreign.at, tests/fortran.at,
3494         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3495         tests/semantics.at, tests/suite.at, tests/tools.at,
3496         tests/torture.at, tests/wrapper.as:
3497         Update FSF postal mail address.
3499 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3501         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3502           check.
3503         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3504           enough arguments, similarly as in m4_bpatsubsts.
3506 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3508         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3509           of absolute paths.
3511 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3513         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3514           for absolute directory names in one loop.
3515         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3516           abbreviations of --version and --debug.
3518 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3520         * doc/autoconf.texi (Autoconf Language): Be more precise about
3521         quoting rules.  Problems noted by Stepan Kasal.
3522         Also, throughout this document, be more careful about white space.
3523         "blank", "white space", and "space" all have different meanings
3524         and we should be careful to say what we mean.
3526 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3528         Fix C++ related problems reported by Werner Lemberg.
3529         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3530         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3531         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3532         avoid problems with C++ and throw.
3533         * tests/compile.at: .cpp, not .cc.
3535         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3537 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3539         * doc/autoconf.texi (Generic Functions): Typos.
3541 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3543         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3544         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3545         set by latest automake.
3547 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3549         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3550         outputs 0 on GNU/Linux these days.
3552 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3554         * doc/autoconf.texi (Autoconf Language): Add more description
3555         about quoting heuristics.
3556         (Limitations of Builtins): Describe "set -" problems.
3558 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3560         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3561         not newline.
3563         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3564         by AC_DEFINE; it was a mistake.
3565         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3567 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3569         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3571 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3573         * doc/autoconf.texi (External Software): Quadrigraphs are not
3574           processed correctly in AS_HELP_STRING; avoid this in the examples.
3575         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3576         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3577           comment and reduce m4_default([foo], []) to [foo].
3578         (m4_strip): Update the explanation.
3580 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3582         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3583         Remove core.conftest.* too; it's generated by Tru64 5.1.
3584         Problem reported by Jennis Pruett.
3585         * lib/autoconf/functions.m4
3586         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3587         Don't bother to remove core files; AC_RUN_IFELSE should do that
3588         for you.
3590 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3592         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3594 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3596         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3597         Report from Horst Wente.
3599 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3601         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3602           the comment.
3604 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3606         * doc/autoconf.texi (External Software, Package Options): Add
3607           examples showing how to implement --with-* and --enable-* options.
3609 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3611         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3612         as well as configure.in.  Problem reported by Gregorio Guidi.
3614 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3616         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3617         pattern for alloca snippet.
3619 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3621         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3623 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3625         * doc/autoconf.texi (Generic Programs): Fix a typo.
3627 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3629         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3630         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3632 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3634         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3635         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3636         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3637         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3638         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3640 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3642         * NEWS: The configure command now warns you if you attempt to use
3643         a directory whose name contains a special character like space,
3644         newline, or "\".
3645         * doc/autoconf.texi (Installation Directory Variables): Allow
3646         "," in file names.  Do not use \@; it's not a portable regexp.
3647         * bin/Makefile.am (edit): Likewise.
3648         * lib/Makefile.am (edit): Likewise.
3649         * tests/Makefile.am (edit): Likewise.
3650         * tests/semantics.at: Likewise.
3651         * tests/torture.at: Likewise.
3652         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3653         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3654         * doc/autoconf.texi (File System Conventions): Warn about
3655         unportable file names.
3656         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3657         (AC_INIT): Use it.
3658         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3659         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3660         ac_pwd, and quote srcdir.
3661         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3663         * doc/autoconf.texi: Fix some systematic formatting problems.
3664         ".)"  needs a following @: if not at the end of a sentence, and
3665         similarly for "!)".  "etc." should be preceded by a comma.
3666         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3668 2005-03-22  Bruno Haible  <bruno@clisp.org>
3670         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3671         argument is often called 'build-aux'.
3673 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3675         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3676           macro AC_TRY_LINK is obsolete.
3677         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3678           `AC_CONFIG_FILES'.
3680 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3682         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3683           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3684           from a Common Lisp's `cl'.
3685         (AC_PROG_CXX): Behave according to the documentation: don't
3686           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3687           make the variable CCC precious; use `cl.exe', not `cl'.
3689 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3690             Alexandre Duret-Lutz  <adl@gnu.org>
3692         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3693         /dev/null, as "configure" shouldn't read stdin, and this insulates
3694         us from problems (e.g., when testing for "cl").  Also, do this
3695         redirection before invoking "hostname" or "uname", and keep the
3696         original input stream available via...
3697         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3698         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3699         bother with "</dev/null" since it's now done at the top of
3700         'configure'.
3701         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3702         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3703         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3704         * doc/autoconf.texi (File Descriptor Macros): New section.
3705         (Printing Messages): Mention it.
3706         * tests/base.at (Input/Output): New test.
3708 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3710         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3711         newline if neither \c nor -n work, as that would output two
3712         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3714 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3716         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3717         This causes that any required macros inside will get before the if.
3718         * doc/autoconf.texi (autom4te.cache): A typo.
3720 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3722         Undo previous change, except keep the change to
3723         lib/autoconf/programs.m4 that replaced grep with shell
3724         pattern-matching.  This is because net-snmp configure reads stdin.
3725         Reported by Noah Misch.
3727 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3729         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3730         from /dev/null, as "configure" shouldn't read stdin, and this
3731         insulates us from problems (e.g., when testing for "cl").
3732         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3733         before invoking "hostname" or "uname".
3734         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3735         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3736         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3737         "</dev/null" since it's now done at the top of 'configure'.
3738         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3739         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3740         Also, replace grep with shell pattern-matching, to save a process.
3742 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3744         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3745         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3746         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3747         compiler.
3749 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3751         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3752         grep -q isn't portable.  Improve grep -s explanation.
3753         Problem reported by Dan Manthey.
3755 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3757         * doc/autoconf.texi (Special Shell Variables): Clarify
3758         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3760 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3762         * doc/autoconf.texi: Use @acronym for DJGPP.
3763         Fix some @code's that should have been @env's, and vice versa.
3764         Sort environment variable names.
3765         Mention that shells no longer inherit IFS.
3766         Don't recommend PATH_SEPARATOR=';' so strongly.
3767         Mention that $RANDOM might expand to the empty string.
3768         "symlink" and "soft link" -> "symbolic link".
3769         Improve mktemp description (reported by Bruno Haible).
3771 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3773         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3774         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3775         Likewise.
3776         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3777         Likewise.
3779 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3781         * NEWS: Mention AT_COPYRIGHT.
3783         * tests/local.at (AT_CMP): Use diff directly on input files rather
3784         than copying them.
3786         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3787         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3789 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3790         and Paul Eggert  <eggert@cs.ucla.edu>
3792         * tests/autotest.at (Empty test suite): New test.
3793         * tests/torture.at (Substitute and define special characters)
3794         (Substitute a 2000-byte string, Define to a 2000-byte string)
3795         (Substitute a newline, Define a newline): New tests.
3797 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3799         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3800         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3801         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3802         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3803         (Standard regular expressions): New test.
3804         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3805         excess test name quoting.
3806         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3807         CPPFLAGS to `configure' instead of setting it in `configure'.
3809         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3810         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3811         on some platforms.
3813         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3814         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3816         * tests/local.at (AT_CMP): New macro.
3817         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3818         (AC_SAVE_STATE): Move environment grep...
3819         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3820         (AT_CONFIG_CMP): New macro.
3821         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3822         * tests/c.at (Extensions): Do not exit early.
3823         * tests/atlocal.in: Inherit $GREP.
3825         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3826         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3828         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3829         (AC_COPYRIGHT): Factor header comment portion out and move into...
3830         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3831         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3832         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3833         --version output.
3834         * tests/local.at: Add Autoconf test suite copyright notice.
3835         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3837 2005-02-04  Bruno Haible  <bruno@clisp.org>
3838         and Paul Eggert  <eggert@cs.ucla.edu>
3840         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3842 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3844         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3845         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3847         Try not to generated lines of unlimited length, as POSIX places a
3848         2047-byte limit on line length of portable text files.
3849         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3850         Use newline as a separator, not space.
3851         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3852         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3853         space.
3855 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3857         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3858         as_func_*.  Add test to check whether positional parameters
3859         are restored after function return.
3861 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3863         * doc/autoconf.texi (Special Shell Variables): Mention _,
3864         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3865         if they contain a lower-case letter.  The DUALCASE problem was
3866         reported by Ralf Wildenhues.
3868         * bin/autoconf.as: Don't exit with status 0 after write failure
3869         with --help or --version.
3870         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3871         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3873 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3875         * doc/autoconf.texi (Limitations of Usual Tools):
3876         Unicos 9 sed limitations.
3877         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3878         to get the option-enhanced interface on older Crays.  Try ftn for
3879         Fortran 95 (newer Crays).
3881 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3883         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3884         care to echo the commands, so the user knows what's going on.
3885         Modified from a suggestion by Stepan Kasal.
3887         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3888         with a cross reference.  Derived from a suggestion by Bruce Korb.
3890 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3892         * doc/autoconf.texi (config.status Invocation): Warn about
3893         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3894         * doc/install.texi (Defining Variables): Likewise.
3895         Based on a proposed patch by Ralf Wildenhues.
3897         * man/Makefile.am (.x.1): Make sure the required generated files
3898         are up to date.  Problem and original solution proposed by Stepan Kasal.
3899         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3900         implicit-man-prerequisites): New rules, used by the above.
3902         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3903         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3904         * config/missing, config/texinfo.tex: Likewise.
3906 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3908         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3909         Update the long comment explaining it.
3911         m4_require no longer writes an ``is required by'' line to the
3912         execution stack.  It contains only one bit of non-redundant
3913         information: that the macro was required, not called.  And even
3914         this bit is useless in most situations: have you ever met a macro
3915         which both calls and requires the same macro?
3917         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3918         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3919           macro.
3920         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3921         (m4_expansion_stack_pop): Remove the misplaced comment.
3922         (m4_require): Don't put the ``is required by'' line to the
3923           execution stack; slightly improve the out-of-a-defun error message.
3924         (_m4_divert_grow): New macro, counter for the temporary diversions.
3925         (_m4_require_call): Use it.
3926         * tests/m4sugar.at (m4_require): Expect output without the
3927           ``is required by'' messages.
3929 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3931         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3932         rather than x for expr.
3934         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3935         this is safe.
3936         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3937         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3938         * lib/autotest/general.m4 (AT_INIT): Likewise.
3939         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3940         * tests/mktests.sh: Likewise.
3942 2005-01-27  Akim Demaille  <akim@epita.fr>
3944         Have autoheader honor --force.
3946         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3947         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3948         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3949         from masters, so that FileUtils.pm's update_file provide --force
3950         support.
3951         * bin/autoheader.in: Pass $force to update_file so that
3952         config.h.in is always recreated when --force.
3954 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3956         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3958 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3960         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3961         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3963 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3965         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3966         Warn about newline stripping in `` and $().  Update Solaris
3967         version to 9.
3968         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3969         X insulates us from future changes to Posix.
3970         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3971         stripping.
3973 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3975         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3976           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3978 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3980         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3981         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3982         bug-tar mailing list.
3984 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3986         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3988 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3990         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3991         ulongval to be static, to avoid unwanted GCC warning.  Problem
3992         reported by Michael Jennings via Daniel Reed; see
3993         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3995 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3997         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3998         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3999         datadir, infodir, and mandir.  Adjust argument parsing code.
4000         (_AC_INIT_HELP): Update help text.
4001         * doc/autoconf.texi (Installation Directory Variables): Document
4002         new variables.
4004 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
4006         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
4007         not seem to work, assume it does set $(MAKE).
4008         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
4010 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4012         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
4014 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4016         A cleanup of the diversion support in m4sugar.
4018         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
4019         (_m4_divert_n_stack): New macro; the expansion is
4020           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
4021           otherwise.
4022         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
4023         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
4024           stored in _m4_divert_diversion or _m4_divert_dump.
4025         (m4_divert_pop): When the parameter is given, compare the symbolic
4026           name with the last diversion pushed on the stack.  Previously, the
4027           current diversion was compared with the numeric value of the
4028           diversion given as the parameter.
4029         (m4_require): If the macro hasn't been expanded yet, call ...
4030         (_m4_require_call): this new macro.
4032 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4034         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
4035         Workarounds for documented `case' limitations.
4037 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
4039         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
4040         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
4042 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
4044         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
4045         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
4046         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
4048         Patch from Roger Leigh (with some minor changes) as follows:
4049         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
4050         Resurrect AC_PROG_CC_STDC.
4051         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
4052         AC_PROG_CC_C89, AC_PROG_CC_C99.
4053         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
4054         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
4055         AC_PROG_CC_C99): New macros.
4056         (AC_PROG_CC_STDC): Use them.
4057         (_AC_PROG_CC_STDC): Remove.
4058         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
4059         * THANKS: Add Roger Leigh.
4061 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4063         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
4064         signals that the package uses Automake; a `Makefile.am' is typical but
4065         not essential.  Reported by Magnus Therning.
4066         * tests/torture.at (autoreconf.): New banner.
4067         (autoreconf and non-AC configure): Rename to `Non-Autoconf
4068         AC_CONFIG_SUBDIRS'.
4069         (autoreconf an empty directory): Rename to `Empty directory'.
4070         (Unusual Automake input files): New test.
4072 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4074         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
4075         (AT_SETUP): Clear AT_capture_files.
4076         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
4077         (AT_KEYWORDS): Fix comment typo.
4078         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
4079         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
4080         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
4082 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
4084         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
4085         If the variable to set is already set, set ac_cv_path_$1
4086         to the preset value so caller can assume ac_cv_path_$1
4087         is available.  (trivial change)
4089 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
4091         * BUGS (Minor Problems): Warn about makefile limitations.
4092         * Makefile.am: Find and update `INSTALL' in $(srcdir).
4093         * man/Makefile.am: Find and update manual pages in $(srcdir).
4095 2004-12-24  Eric Blake  <ebb9@byu.net>
4097         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
4098         shells in subshell, to avoid noise from ash.  (trivial change)
4100 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4102         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4103         problems with SunOS ksh and backslash escaping, Bourne shells and
4104         closing brackets (both within character classes).  Bug reported
4105         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
4106         <read>: New entry.  Mention non-availability of -r.
4108 2004-12-21  Akim Demaille  <akim@epita.fr>
4110         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
4111         avoid cluttering displayed messages.  Rather, prepend srcdir where
4112         AT_LINE is used for log files.
4114 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
4116         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
4117         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
4118           no longer part of the macro, quote the occurrence of ``$tmp''.
4119         * doc/autoconf.texi (Forbidden Patterns): Typo.
4121 2004-12-21  Akim Demaille  <akim@epita.fr>
4123         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
4124         separated from the test title by forcing a white space.
4126 2004-12-21  Akim Demaille  <akim@epita.fr>
4128         Enable Emacs navigation within testsuite.log files.
4130         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
4131         use the compilation mode.
4132         (AT_LINE): Point to the srcdir.
4134 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
4136         * tests/Makefile.am (installcheck-local): Use $(bindir).
4137         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
4138         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
4139         Makefile.am scheme Autoconf now uses.
4141 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
4143         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
4144         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
4146 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
4148         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
4149         (_AT_CHECK): Use it.
4150         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
4151         (AS_ESCAPE): Fix comment.
4152         * tests/autotest.at: Adjust section banner comments.
4153         (AT_CHECK_AT): Accept STATUS and STDERR.
4154         (AT_CHECK_AT_TEST): Likewise.
4155         (Invalid brace-enclosed parameter expansion)
4156         (Multiline command from M4 expansion)
4157         (Double-M4-quoted command): New tests.
4159 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
4161         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
4163 2004-12-17  Akim Demaille  <akim@epita.fr>
4165         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
4166         m4_pattern_allow.
4167         Suggested by Alexandre Duret-Lutz.
4168         * doc/autoconf.texi (Setting Output Variables): Catch up.
4170 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4172         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
4174 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4176         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
4177           remove the comment which said we cannot.
4179 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4181         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
4182         Reini Urban and Paul Eggert for reporting the dependencies.
4184         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
4185         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
4186         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
4188 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4190         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
4191           so that eg. ``autoscan --help'' doesn't truncate it.
4193 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
4195         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
4196         generated conftest files.
4198 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
4200         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
4201         tracing on commands with possibly-escaped newlines.
4202         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
4203         discontinued behavior and its implications.
4204         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
4205         (BSx641-newline in command, BS-BS-newline in command)
4206         (BSx640-newline in command, Newline-CODE-BS-newline in command)
4207         (Single-quote-BS-newline in command)
4208         (Single-quote-newline-BS-newline in command): New tests.
4210 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4212         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
4213           on platforms where it works.
4214         (_AS_TEST_PREPARE): Test for ``test -x''.
4215         (_AS_BROKEN_TEST_PREPARE): Nuke.
4217 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4219         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
4220         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
4221           give only 4-letter prefix to AS_TMPDIR, comment fixed.
4222         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
4223           create the temporary directory.
4224         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
4226 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
4228         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
4229         (trivial change)
4231 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
4233         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
4235 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
4237         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
4238         to avoid using a negated character class.  Reported by Nicolas Joly.
4239         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
4241 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
4243         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
4244         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
4245         Don't depend on .x file explicitly, since "make" does that for us.
4246         Suggested by Stepan Kasal.
4248         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
4249         Add *.tmp.
4250         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
4251         ifnames): Factor common code.  And they said it couldn't be done!
4253 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4255         * bin/.cvsignore: Add autoconf.in.
4256         * tests/.cvsignore: Add wrapper.in.
4257         * lib/autotest/general.m4: Escape '$' in case pattern.
4259 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
4261         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
4263         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
4265         * tests/autotest.at: New file.
4266         * tests/suite.at: Include it.
4267         * tests/Makefile.am: Distribute it.
4269         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
4270           shell tracing on a command that could contain multiple lines.
4271         * doc/autoconf.text: Document that fact and its implications.
4272         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
4273         * tests/autotest.at (Multiline backquote command substitution,
4274           Multiline parameter expansion, Literal multiline command,
4275           Multiline parenthetical command substitution): Remove XFAIL.
4277 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4279         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4280         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
4282 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4284         * configure.ac (test suite): Cease to generate wrapper scripts.
4285         * configure: Regenerate.
4286         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4287         (m4f_dependencies): Adjust accordingly.
4288         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4289         (wrapper.in): Generate it in the build directory.
4290         (MAINTAINERCLEANFILES): Delete wrapper.in.
4291         (CLEANFILES): Add wrapper.in.
4292         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4293         the output.  Replace each $as_me with a @wrap_program@.
4294         * tests/wrapper.in: Delete it; we always build it.
4296         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4297         (EXTRA_DIST): Remove autoconf.in.
4298         (CLEANFILES): Add autoconf.in.
4299         (autoconf): Find autoconf.in in the build directory.
4300         * bin/autoconf.in: Delete it; we always build it.
4302 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4304         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
4305         PATH members so as to not prepend an empty element.  Move a comment.
4306         * Makefile.am (SUBDIRS): Build in `tests' last.
4307         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4309 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
4311         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4312         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
4313         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4314         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4316 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
4318         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4319         patch: extra "-l"s.
4321 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4323         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4324         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
4325         * doc/autoconf.texi (Particular Functions): Mention new behavior.
4327 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
4329         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4330           out the common code to ...
4331         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4332           value of the #define--default to 1, iff the macro was called
4333           with exactly one parameter.
4335 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4337         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4338         "char c = '\200';" rather than "char c = 0x80;" as the
4339         latter doesn't conform to the strict C standard due to
4340         overflow on signed char hosts.
4342         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4343         to -qlanglvl=ansi.  We don't want to disable extensions.
4345 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4347         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4348         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4349         Reword slightly to avoid some English-language problems noted
4350         by Ralf Wildenhues in:
4351         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4353 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4355         * NEWS: Add ^L above each release.
4357 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4359         Fix documentation problems reported by Russ Boylan in
4360         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4361         along with some nearby cruft.
4362         * doc/autoconf.texi (Libtool): Libtool can be used without
4363         Automake (not without Autoconf).
4364         (Introduction): Mention lists.gnu.org.
4365         * BUGS: Don't mention bugs.gnu.org.
4366         Remove mention of ancient libtool compatibility problem.
4367         * NEWS: Mention that bugs.gnu.org is kaput.
4368         * README: Likewise.  Mention where mailing list archives can be found.
4370 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4372         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4374 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4376         * doc/autoconf.texi (Pretty Help Strings): Go back to
4377         single-quoting assignments to cache variables.
4379 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4381         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4382         with the examples; fix the bug in MY_ARG_WITH example reported
4383         by Alexandre Duret-Lutz.
4384         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4385         expansion of $1 in the comment emitted to configure.
4387 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4389         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4390         in my editing of the previous patch.  Problem reported
4391         by Alexandre Duret-Lutz.
4393 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4395         * doc/autoconf.texi (Autoconf Language): Explain that
4396         ``descriptions'' may not be double quotes.
4397         (Quotation Rule Of Thumb): Likewise.
4398         (Pretty Help Strings): Likewise; remove the wrong comment;
4399         simplify the examples and improve their quoting.
4401 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4403         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4404         the $1_found variable, don't test whether the file is executable;
4405         Both things are checked ...
4406         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4407         the former ``test -f''.
4408         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4410 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4412         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4413         use cp -R instead.
4415 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4417         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4418         limitations.  Reorder paragraphs for clarity.
4420 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4422         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4423         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4424         variants", "Unix", and some related minor wording fixups.
4426         (Shellology, Special Shell Variables): Document that the Zsh
4427         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4428         to Alexandre Duret-Lutz for this info.
4430 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4432         * doc/autoconf.texi (One-Shot Macros): New node.
4434 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4436         * doc/autoconf.texi (Function Portability): Fix misdescription
4437         of putenv.  Problem reported by Michael Wardle.
4439 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4441         * doc/autoconf.texi (auindex): New macro.
4442         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4443         Problem reported by Stepan Kasal.
4445 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4447         Fix problems reported by Andreas Buening in:
4448         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4449         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4450         in test makefile.
4451         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4452         readable; it's not true in OS/2-emx.
4454 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4456         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4457         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4458         (trivial change).  Problem and patch reported by Andrew Church in:
4459         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4461 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4463         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4464         three args in examples.  Problem reported by Frederik Fouvry in:
4465         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4466         Also, fix some minor spacing and punctuation bugs.
4468 2004-09-02  Akim Demaille  <akim@epita.fr>
4470         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4471         "case" to restore ordering.
4472         Reported by Stepan Kasal.
4474 2004-08-26  Akim Demaille  <akim@epita.fr>
4476         * doc/autoconf.texi: Minor typos and stylos.
4478 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4480         * configure.ac (AC_INIT): Bump to 2.59c.
4482 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4484         Version 2.59b.
4486         * README: Add advice about m4 1.4.2.
4488         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4489         texinfo.tex for now (done by hand now).
4490         * Makefile.maint (wget_files, cvs_files):
4491         Remove ansi2knr.c; nobody uses it.
4492         (ansi2knr.c-url_prefix): Remove.
4493         (cvs-update): Fix test for failure.  I don't know why it ever
4494         worked...
4496         * doc/autoconf.texi: Update URLs, some of which went stale.
4497         Use @uref rather than @href.
4499         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4500         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4502         * config/config.guess, config/config.sub, config/elisp-comp,
4503         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4504         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4506         * NEWS, TODO, configure.ac, bin/autoscan.in,
4507         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4508         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4509         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4510         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4511         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4512         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4513         tests/tools.at, tests/torture.at:
4514         Use "file name" rather than "filename" or "path",
4515         to be consistent with the terminology of the GNU coding standards.
4517 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4519         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4520         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4521         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4522         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4524         More fixes to support spaces in the name of the build directory.
4525         This isn't a complete fix but it's an improvement.
4527         * bin/autoconf.as (autom4te_options): New var.
4528         Use it instead of appending to AUTOM4TE, so that we can allow
4529         spaces in the build directory's absolute name.
4530         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4531         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4532         AT_CHECK_NOESCAPE): Likewise.
4533         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4534         main program): Likewise.
4536 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4538         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4539         From Ralf Corsepius in:
4540         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4542 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4544         * doc/autoconf.texi (Function Portability): Document isinf and
4545         and isnan.  From a suggestion by Kevin Ryde.
4547         * lib/Autom4te/General.pm (END): Return correct exit status even
4548         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4550 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4552         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4553         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4554         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4556 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4558         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4559         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4560         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4561         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4562         * lib/autom4te.in (Automake-preselections): Preselect
4563         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4565 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4567         * lib/autom4te.in (Automake-preselections): Preselect
4568         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4569         trace them.
4571 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4573         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4574         Tru64.
4575         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4576         Document problem with "`""`" in pdksh POSIX mode.
4578 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4580         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4581         with pdksh, too.  Problem reported by Patrick Welche via
4582         Gary V. Vaughan.
4583         * doc/autoconf.texi (Shellology): Note that set -o posix is
4584         useful for pkdsh, too.
4586 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4588         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4589         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4590         Don't fail if ENV or BASH_ENV is readonly.
4591         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4592         etc. are read only.  Problem reported by Ludovic Courtes.
4594 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4596         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4597         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4598         (trivial change)
4600 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4602         * doc/autoconf.texi (File System Conventions): Warn about
4603         names like "aux".  Problem reported by Eric Blake.
4605         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4606         by zero instead of array size, so that we can use any arithmetic
4607         constant expression (instead of requiring an integer constant
4608         expression).  This allows us to test expressions like DBL_MAX <
4609         LDBL_MAX, which didn't conform to the C standard using the old
4610         method.
4611         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4612         now that we can do floating-point tests at compile time.
4614 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4616         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4617         and LDBL_EPSILON, as the resulting expression isn't an
4618         integer constant expression and violates the C standard.
4619         Problem reported by Nelson H. F. Beebe.  Also, check
4620         for "L" suffix, and check that long double doesn't have
4621         worse range or precision than double, that mixed-mode
4622         arithmetic doesn't generate a diagnostic, that double
4623         constants fit in long double.
4625 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4627         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4628         malloc(0) and realloc(NULL,size).
4630         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4631         Bob Proulx.
4633 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4635         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4636         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4637         by Jim Meyering.
4639 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4641         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4642         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4644 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4646         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4647         Problem reported by Stepan Kasal.
4649 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4651         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4652         change).  Patch reported by Ralf Wildenhues in
4653         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4655         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4656         function F exists if the compiler and linker let you compile an
4657         expression like (F != 0).  Recent versions of GCC optimize away
4658         the reference to F in that case, since every function address must
4659         be nonzero, so the link succeeds even if F does not exist.
4660         Problem reported by Manu in
4661         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4663         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4664         "Unix".  Many uses changed.
4665         (Limitations of Builtins): Explain better why the ! command isn't
4666         portable.
4668 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4670         * lib/autom4te.in (Automake-preselections): Preselect
4671         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4673 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4675         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4676         referencing AC_FUNC_STRERROR_R.
4678         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4679         note pessimistic assumption when cross compiling.
4681 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4683         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4684         (until 2004) invoked subcommands with sh -e, contra POSIX.
4685         Reported by Kevin Ryde.
4687 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4689         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4690         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4691         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4692         `test -f "        /usr/bin/grep"', which _always_ failed.
4693         (AC_PROG_SED): Ditto bogus PATH fix.
4694         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4695         requires that grep correctly supports _multiple_ `-e' options, rather
4696         than stating only that grep should accept `-e'.
4698 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4700         Port to C99, which requires that 'exit' be declared.
4702         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4703         to ensure that stdlib.h is included.
4704         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4705         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4706         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4707         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4708         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4709         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4710         when using 'exit' in a test; C99 requires that 'exit' be declared.
4712 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4714         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4715         now prefers 'grep' implementations that accept -e.
4716         (Limitations of Usual Tools): Describe problems of traditional
4717         egrep and fgrep with long input lines, and of traditional grep
4718         with -e.
4719         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4720         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4721         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4722         Solaris.
4723         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4724         the user with complaints about multiple -e options.
4725         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4726         Define it with AC_PROG_GREP.
4727         * configure.ac (AC_PROG_GREP): Add.
4728         * lib/freeze.mk (GREP): New macro.
4730 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4732         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4733         a possible candidate only after all others fail, rather than
4734         consulting it first.  This improves backward compatibility by
4735         better reflecting the way shell selection occurred in previous
4736         versions of Autoconf, and should help to avoid triggering latent
4737         problems in other packages, such as the one in Automake where zsh
4738         is not handled robustly:
4739         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4740         Although it is not Autoconf's responsibility to work around
4741         problems in Automake, it nevertheless makes sense to avoid
4742         introducing unnecessary incompatibilites.
4744 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4745             Gary V. Vaughan  <gary@gnu.org>
4747         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4748         how deeply nested we are when a suitable tool is found, set the
4749         ac_path_TOOL_found flag.
4750         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4751         nested we are in this macro.  Break out of all 3 nested loops if
4752         ac_path_TOOL_found is set.
4754 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4756         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4757         of the _AS_PATH_WALK loop too if GNU flavor is found.
4759 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4761         * doc/autoconf.texi (Limitations of Make): Update documentation
4762         for `$<'.  New entry `Long lines', based on a report from Simon
4763         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4764         paragraph about DJGPP, based on a mail from Richard Dawe.
4766 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4768         * tests/c.at (C keywords): Don't assume that GCC supports
4769         "restrict" and "inline", as sufficiently-old GCC versions do not
4770         (also, GCC configured to be in pedantic C89 mode does not).
4771         Problem reported by Sumit Pandya in:
4772         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4774         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4775         consider -g to work if it generates warnings when plain compiles
4776         don't.  Problem reported by Braden McDaniel in:
4777         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4779         * doc/autoconf.texi (Slashes): New section, to document a problem
4780         reported by Jim Meyering in:
4781         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4783         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4784         linker output files before linking, to work around IRIX 6 linker bug.
4785         Problem reported by Rainer Orth in:
4786         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4788 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4790         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4791         best tool so far counter rely on the tool path variable name to
4792         avoid checks for one tool being affected by the results of running
4793         the length check on a previous tool.
4795         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4796         match expression argument, as different greps have different
4797         regular expression flavours.
4798         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4799         literals.
4800         (AC_PROG_EGREP): Pass 'EGREP$'.
4801         (AC_PROG_GREP): Pass 'GREP$'.
4803 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4805         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4806         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4808 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4810         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4811         Types, Specific Compiler Characteristics, System Services,
4812         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4813         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4814         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4815         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4816         Likewise.
4817         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4818         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4819         AC_TYPE_OFF_T): Likewise.
4820         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4821         Likewise.
4823         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4824         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4826 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4828         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4829         now defines HAVE_DECL_TZNAME if it is declared, when
4830         HAVE_STRUCT_TM_TM_ZONE is not defined.
4831         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4832         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4833         for HAVE_TZNAME.
4835 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4837         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4838         superfluous backslashing of quotes (") in sed expressions;
4839         thanks to Paul Eggert.
4841 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4843         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4844         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4845         H. F. Beebe for the bug report.
4847 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4849         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4850         quoted -cmdline argument in Portland Group compiler (bug
4851         reported by Jeffrey J. Barteet).
4853 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4855         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4856         (Run Time): ... here, where it's now mentioned.
4858 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4860         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4861         inherits from language Autoconf-without-aclocal-m4.
4862         (Customizing autom4te): Adjust example; the cache must now be
4863         disabled for language Autoconf-without-aclocal-m4.
4865 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4866             Nathanael Nerode  <neroden@twcny.rr.com>
4868         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4869         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4870         a prefix.
4871         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4872         AC_CHECK_TARGET_TOOLS): New macros.
4873         * doc/autoconf.texi (Generic Programs): Document
4874         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4875         AC_CHECK_TARGET_TOOLS, and warn for future changes
4876         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4877         AC_CHECK_TOOLS.
4878         (Specifying Names): Document the reason for these future
4879         behavioral changes.
4880         * tests/mktests.sh: Do not generate tests for the
4881         new macros.
4882         * NEWS: Document these changes.
4884         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4885         they make TeX hang up.
4887 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4889         * NEWS: New macro AC_CHECK_ALIGNOF.
4890         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4891         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4892         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4893         vowel.
4894         (AC_CHECK_ALIGNOF): New macro.
4895         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4896         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4897         those for sizeof.
4899 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4901         * bin/Makefile.am (edit): Don't use $< in a context where
4902         POSIX doesn't require support for it.  Use $@.in instead.
4903         Problem reported by Anthony N. Frasso in
4904         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4905         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4907 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4909         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4910         from the next generation of Libtool.
4911         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4913 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4915         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4916         is not always thread-safe.  Report from Nathanael Nerode.
4918 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4920         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4921         problem on QNX reported by Stephen Rasku in
4922         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4924         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4925         $(m4sh_m4f_dependencies); this removes a FIXME.
4926         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4927         (MAINTAINERCLEANFILES): Split into pieces,
4928         one per related section.  Add $(srcdir)/wrapper.in.
4930 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4932         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4933         AC_SUBST provides no portable way to escape literal newlines.
4935         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4936         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4937         Darwin uses -lcrt2.o and there's little point to cataloging all
4938         the system variants.  Partial fix reported by Andreas Waechter in:
4939         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4940         for bug reported by Nelson H. F. Beebe in:
4941         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4943 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4945         * doc/autoconf.texi (AU_DEFUN): Fix English,
4946         suggested by Paul Eggert.
4947         * lib/autoconf/autoupdate.m4: Correct reference to
4948         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4950 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4952         * bin/autoupdate.in: Define __file__ so that warnings
4953         refer to the correct file.
4954         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4955         the behavior of the third argument.
4956         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4957         correctly the behavior of the third argument.  Document
4958         what the three macros that AU_DEFUN defines do.  Fix
4959         warning message when the third argument includes $0
4960         (reported by Alexandre Duret-Lutz).
4962 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4963             Eric Sunshine  <sunshine@sunshineco.com>
4964             Paul Eggert  <eggert@twinsun.com>
4966         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4967         (AS_INIT): Output shell initialization there. Removed optional
4968         parameter. Expand _AS_SHELL_FN_SPY.
4969         (AS_INIT_WITH_SHELL_FN): Removed.
4970         (_AS_SHELL_FN_SPY): New macro.
4971         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4972         macros.
4973         (AS_SHELL_SANITIZE): Remove loop to find better shell
4974         and documentation for the parameter.
4975         (_AS_DETECT_BETTER_SHELL): Move it here.
4976         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4977         (_AS_RUN): Move it here, support testing with eval.
4978         (AS_REQUIRE_SHELL_FN): Require shell functions when
4979         it is used.
4980         (_AS_LINENO_WORKS): Put around braces, we do not
4981         trigger the bash bug anymore.
4982         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4983         use AS_INIT_WITH_SHELL_FN.
4984         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4986 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4988         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4989         * doc/autoconf.texi: Don't say that the third parameter
4990         is broken.
4991         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4992         (AU_DEFUN): Honor the third parameter, create autoupdate
4993         macros with AU_DEFINE.
4994         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4995         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4996         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4997         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4998         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4999         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
5000         AC_XENIX_DIR): Likewise.
5001         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
5002         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
5003         * lib/autoconf/status.m4: Remove FIXME.
5004         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
5005         that the macro is not present anymore in the updated
5006         configure.ac.
5007         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
5008         of autoupdate.
5010 2004-01-28  Paul Eggert  <eggert@twinsun.com>
5012         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
5013         copyright years.
5014         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
5015         2003 (except 1997) to the list of copyright years.  This undoes
5016         the 2003-05-22 change, which removed the older years from the list.
5017         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
5019 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
5020             Albert Chin-A-Young  <china@thewrittenword.com>
5022         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
5023         grep or ggrep program in PATH that accepts as long lines as
5024         possible.
5025         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
5026         AC_PROG_GREP.
5027         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
5028         egrep and fgrep respectively if $GREP -E/-F don't work.
5029         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
5030         _AC_PROG_GREP, and AC_PROG_SED.
5031         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
5032         longest input length accepted by a command.
5033         (AC_PROG_SED): Use it.
5034         * doc/autoconf.texi (Particular Programs): Document the changes.
5035         * NEWS: Updated.
5037 2004-01-27  Paul Eggert  <eggert@twinsun.com>
5039         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
5040         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5041         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
5042         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
5044         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
5045         bin/autoconf.in, config/Makefile.in, config/config.guess,
5046         config/config.sub, config/install-sh, config/mdate-sh,
5047         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
5048         lib/Makefile.in, lib/Autom4te/Makefile.in,
5049         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
5050         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
5051         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
5052         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
5053         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
5054         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
5055         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
5056         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
5057         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
5058         tests/actypes.at: Regenerate and/or sync with original
5059         sources.
5061 2004-01-26  Paul Eggert  <eggert@twinsun.com>
5063         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
5064         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
5065         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
5066         not <inttypes.h>.  Problem reported by Tim Mooney in
5067         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
5068         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
5069         Likewise.
5071         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
5072         otherwise "make check" fails because it forbids cmp (I guess
5073         because cmp treats files as binary on DOS-like systems).
5075         * tests/mktests.sh: Update copyright date to 2004, since some tests
5076         have changed in 2004.
5078 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
5080         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
5081         non-truncating sed or gsed program in PATH.
5082         * tests/acprograms.at: Add it.
5083         * doc/autoconf.texi (Particular Programs): Document it.
5084         * NEWS: Updated.
5086 2004-01-15  Paul Eggert  <eggert@twinsun.com>
5088         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
5089         -std1 disables some useful extensions on Tru64.  Problem reported
5090         by N. Lichtmaier in
5091         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
5093 2004-01-14  Paul Eggert  <eggert@twinsun.com>
5095         * doc/autoconf.texi (Programming in M4sh): Document that
5096         AS_MKDIR_P succeeds if the destination is a symbolic link
5097         to an existing directory.
5098         (Limitations of Usual Tools): Note that mkdir -p might not
5099         succeed on symlinks to directories.
5101 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
5103         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
5104         * bin/autoheader.in: Grammar fix in message.
5105         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
5106         Test for dir before calling mkdir -p.  (trivial changes)
5108 2004-01-13  Eric Blake  <ebb9@byu.net>
5110         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
5111         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
5113 2004-01-10  Jim Meyering  <jim@meyering.net>
5115         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
5117 2004-01-09  Paul Eggert  <eggert@twinsun.com>
5119         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
5120         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
5121         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
5122         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
5123         AC_COMPILE_IFELSE, since we now assume our caller invokes
5124         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
5125         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
5126         of AC_RUN_IFELSE; this avoids the warning mentioned above.
5127         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
5129 2004-01-07  Paul Eggert  <eggert@twinsun.com>
5131         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
5132         `"'...'"`, as it's confusing (and I suspect it may not work on
5133         some platforms).  The code was incorrect anyway, as it assumed
5134         that \$ evaluated to itself in that context.  Reported by
5135         Alexandre Duret-Lutz.
5137 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
5139         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
5140         and _LT_AC_TAGCONFIG.
5142 2004-01-06  Paul Eggert  <eggert@twinsun.com>
5144         * doc/autoconf.texi (One Macro Call): Fix an incorrect
5145         example, and add more examples.  Reported by Eric Sunshine.
5147 2004-01-05  Paul Eggert  <eggert@twinsun.com>
5149         * doc/autoconf.texi (Limitations of Usual Tools):
5150         Remove warning against "rm -fr" introduced yesterday; it
5151         was a false alarm.
5153         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
5154         autoscan, autoupdate, ifnames): Don't use chmod -w.
5155         * lib/Makefile.am (autom4te.cfg): Likewise.
5156         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
5157         "chmod -w".
5159 2004-01-04  Paul Eggert  <eggert@twinsun.com>
5160             Paolo Bonzini  <bonzini@gnu.org>
5162         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
5163         by doing lineno substitution only on lines containing "$LINENO".
5165 2004-01-04  Paul Eggert  <eggert@twinsun.com>
5167         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
5168         Use "rm -f" to remove conftest.sed, not plain "rm".
5169         Bug reported by David Relson in
5170         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
5172         * Makefile.am (autom4te-update):
5173         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
5174         * Makefile.maint (my-distcheck, do-po-update): Likewise.
5175         * doc/autoconf.texi (Guidelines): Likewise.
5176         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
5177         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
5178         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5179         * lib/autotest/general.m4 (AT_INIT): Likewise.
5180         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
5181         * tests/Makefile.am (clean-local): Likewise.
5182         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
5183         srcdir): Likewise.
5184         * doc/autoconf.texi (Limitations of Usual Tools):
5185         Warn against "rm -fr".
5187 2004-01-03  Paul Eggert  <eggert@twinsun.com>
5189         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
5190         -c -o might not work.  From a suggestion by Kevin Ryde.
5191         (C Compiler, Generating Sources, Limitations
5192         of Usual Tools, Limitations of Make, Making testsuite Scripts):
5193         Don't put '-o' after non-options, as POSIX doesn't allow this.
5194         Mention that cc's name might be gcc or c89 or whatever.
5196 2004-01-04  Kevin Ryde  <user42@zip.com.au>
5198         * doc/autoconf.texi: Add various further index entries.
5200 2003-12-29  Paul Eggert  <eggert@twinsun.com>
5202         * bin/autoreconf.in (autoreconf_current_directory):
5203         Fix typo: mkdir without umask arg.
5205 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
5207         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
5208         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
5209         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
5210         explanation clearer.
5212 2003-12-24  Andreas Schwab  <schwab@suse.de>
5214         * doc/autoconf.texi (Default Includes): Fix misspelling of
5215         AC_INCLUDES_DEFAULT.
5217 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5219         * configure.ac: Test if sh -n works.
5220         * configure: Regenerate.
5221         * tests/atlocal.in: Store the result here.
5222         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
5223         tools.at, looking in atlocal's ac_cv_sh_n_works instead
5224         of explicitly testing.
5225         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
5226         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
5227         * tests/tools.at (Syntax of the shell scripts): Simplify
5228         using AT_CHECK_SHELL_SYNTAX.
5229         (Syntax of the Perl scripts): Remove definition of
5230         AT_CHECK_PERL_SYNTAX.
5232 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5234         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
5235         stderr to /dev/null.
5236         * bin/autoconf.in: Regenerate.
5237         * bin/wrapper.in: Regenerate.
5239 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
5241         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
5242         Extracted from AS_SHELL_SANITIZE.
5243         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
5244         macros.
5245         (AS_SHELL_SANITIZE): Move reinvocation code from
5246         _AS_LINENO_WORKS, use it to find out if shell
5247         functions work.
5248         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
5249         does not work.
5250         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
5251         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
5252         was called.
5253         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
5254         * bin/autoconf.in: Regenerate.
5255         * tests/wrapper.in: Regenerate.
5256         * tests/tools.at: Test the syntax of tests/autoconf
5257         and tests/testsuite.
5259 2003-11-24  Akim Demaille  <akim@epita.fr>
5261         * config/announce-gen (&print_locations, &print_signatures)
5262         (&sizes): New.
5263         Use them.
5264         No longer rely on Gnus to inline the list of signatures: compute
5265         them on the fly.
5267 2003-11-24  Akim Demaille  <akim@epita.fr>
5269         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
5270         override some files.
5271         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
5272         From Debian Autoconf 2.58.
5274 2003-11-24  Akim Demaille  <akim@epita.fr>
5276         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5277         uses.
5278         From Debian Autoconf 2.58.
5280 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5282         * TODO: Remove already done things.  Update the part about finding
5283         tools for the target.
5285 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5287         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5288         Make wording more consistent.
5289         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5290         Explain the transition better.
5291         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5292         the transition better.
5294 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5296         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5297         parameter of AU_DEFUN.
5298         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5299         (AU_DEFUN): Remove the third parameter, it was not used.
5300         Use AC_DEFUN directly, not AU_DEFINE.
5301         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5302         the expanded body, consistently with other macros such as AC_USG.
5304 2003-11-17  Paul Eggert  <eggert@twinsun.com>
5306         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5307         into the initial confdefs.h, to work around a bug in NextStep 3.3
5308         patch 3 reported by Eric Sunshine.
5310 2003-11-15  Kevin Ryde  <user42@zip.com.au>
5312         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5313         than $target since the latter is not usual, add guidelines on when to
5314         use or not use the system type.
5316 2003-11-12  Derek Price  <derek@ximbiot.com>
5318         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5319         typo misrepaired by an auto-spellcheck.
5321 2003-11-12  Akim Demaille  <akim@epita.fr>
5323         * bin/autoreconf.in (&parse_args): Don't call automake with
5324         --force-missing unless it actually supports it.
5325         From Debian #219336.
5327 2003-11-12  Akim Demaille  <akim@epita.fr>
5329         * configure.ac: Bump to 2.59a.
5330         Require 2.59.
5332 2003-11-06  Akim Demaille  <akim@epita.fr>
5334         Version 2.59.
5336 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5338         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5339         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5340         and ac_abs_top_srcdir are absolute paths.
5341         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5343 2003-11-05  Akim Demaille  <akim@epita.fr>
5345         * configure.ac: Bump to 2.58a.
5347 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5349         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5350         it provokes a warning from makeinfo about looking like a cross
5351         reference in info output.
5353         * doc/autoconf.texi (Function Portability): Add notes on signal
5354         handler return type, as per AC_TYPE_SIGNAL.
5356 2003-11-04  Akim Demaille  <akim@epita.fr>
5358         Version 2.58.
5359         * doc/standards.texi: Update from master.
5361         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5363 2003-11-04  Akim Demaille  <akim@epita.fr>
5365         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5366         computing the absolute path to d1 in the source hierarchy: it may
5367         not exist at all.  So don't cd into it.
5368         From Alexandre Duret-Lutz.
5369         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5371         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5372         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5373         * doc/autoconf.texi (Programming in M4sh): Document.
5374         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5376 2003-11-03  Pavel Roskin  <proski@gnu.org>
5378         * doc/autoconf.texi (Generic Structure Checks): Describe
5379         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5381 2003-10-31  Akim Demaille  <akim@epita.fr>
5383         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5384         (GNU Fortran): New.
5385         * doc/autoconf.texi (Language Choice): Document.
5386         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5387         the current language is Fortran.
5389 2003-10-31  Akim Demaille  <akim@epita.fr>
5391         * bin/autom4te.in (&freeze): Use a less likely warning separator
5392         than `\n\n', so that `\n\n\n' is valid in warnings.
5393         Reported by Steve Huston.
5395 2003-10-28  Akim Demaille  <akim@epita.fr>
5397         * Makefile.cfg (local_updates, executable-update): Tweak to be
5398         robust to parallel makes.
5399         Suggested by Alexandre Duret-Lutz.
5401 2003-10-27  Akim Demaille  <akim@epita.fr>
5403         * Makefile.cfg (executable-update): New.
5404         (local_updates): Call it.
5406 2003-10-27  Akim Demaille  <akim@epita.fr>
5408         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5409         Don't remove core.* as it may remove valid user files.
5410         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5411         (AC_FUNC_UTIME_NULL): Likewise.
5413 2003-10-23  Akim Demaille  <akim@epita.fr>
5415         Version 2.57g.
5416         * config/config.guess, config/config.sub: Upgrade from masters.
5418 2003-10-23  Akim Demaille  <akim@epita.fr>
5420         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5421         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5422         hand...
5424 2003-10-23  Akim Demaille  <akim@epita.fr>
5426         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5427         Don't forget to remove conftest.err.
5429 2003-10-23  Akim Demaille  <akim@epita.fr>
5431         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5432         same object file in $LIBOBJS.
5433         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5434         * doc/autoconf.texi (Generic Functions): Adjust.
5436 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5438         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5439         Use 'eval', so that the resulting configure scripts work even if
5440         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5442 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5444         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5445         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5446         (_AC_LINK_IFELSE): Check the werror flag.
5447         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5448         AC_LANG_WERROR.
5449         * NEWS: Mention it.
5451 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5453         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5454         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5455         override AC_LINK_IFELSE.
5457 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5459         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5460         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5461         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5462         Mention /usr/dt/bin/dtksh on Solaris.
5463         (Shell Substitutions): Warn about $((...)).
5464         (Parentheses): New section.
5466 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5468         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5469         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5471 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5473         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5474         cross test.
5476 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5478         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5479         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5481 2003-10-10  Andreas Schwab  <schwab@suse.de>
5483         * bin/autoheader.in: Avoid empty first line in --version and
5484         --help output.
5485         * bin/ifnames.in: Likewise.
5487 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5489         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5490         Issue a more-informative diagnostic.
5491         Problems reported by Eric Sunshine.
5493 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5495         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5496         -mGLOB_options_string stuff for Intel ifc, which can cause
5497         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5498         pattern-matching instead of grep.
5500 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5502         * doc/autoconf.texi: Document new FC Fortran macros.
5504 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5506         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5507         that future autopoint/aclocal/automake/autoreconf will be able
5508         to trace to find where to install local m4 macros.
5509         * doc/autoconf.texi (Input): Document it.
5510         * NEWS: Updated.
5512 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5514         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5515         -lcrtbegin.o to list of ignored flags and fix underquoting of
5516         -lcrt[01].o.
5518 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5520         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5521         cache variable instead of $G77 to decide whether to include -O2,
5522         since $G77 is specific to Fortran 77.
5524 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5526         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5527         free" flag.  Re-order flags tested into rough order of popularity.
5529 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5531         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5532         arguments so that it can be used with syntax identical to
5533         AC_PROG_F77, and so that we can more easily decide to
5534         remove/deprecate the DIALECT optional argument in the future if it
5535         proves troublesome.
5536         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5537         non-freeform-supporting compilers.  Document freeform flags.
5539 2003-10-03  Akim Demaille  <akim@epita.fr>
5541         * configure.ac: Look for emacs, not macs.
5542         Reported by Eric Sunshine.
5544 2003-10-03  Akim Demaille  <akim@epita.fr>
5546         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5547         * bin/autoreconf.in (autoreconf_current_directory): Create the
5548         AUX_DIR if needed, for sake of automake --add-missing etc.
5549         Suggested by Alexandre Duret-Lutz.
5551 2003-10-03  Akim Demaille  <akim@epita.fr>
5553         * configure.ac: Quotation and formatting changes.
5554         (EMACS): Don't set it if it is not recent enough to support
5555         autoconf-mode.el.
5556         From Eric Sunshine.
5558 2003-10-02  Akim Demaille  <akim@epita.fr>
5560         * bin/ifnames.in (&scan_file): Skip C++ comments.
5561         From Jeremy Yallop.
5563 2003-10-01  Pavel Roskin  <proski@gnu.org>
5565         * doc/autoconf.texi (Particular Structure Checks):
5566         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5568 2003-10-01  Akim Demaille  <akim@epita.fr>
5570         Version 2.57f.
5572 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5574         * lib/Autom4te/XFile.pm: Use Errno.
5575         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5576         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5578 2003-09-30  Akim Demaille  <akim@epita.fr>
5580         * config/announce-gen (&print_news_deltas): Extracted from...
5581         (&print_changelog_deltas): here.
5582         (&news_file): Rename as...
5583         (@news_file): this.
5585 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5587         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5588         have been created when invoking the compiler.
5589         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5591 2003-09-29  Akim Demaille  <akim@epita.fr>
5593         Version 2.57e.
5595         * config/mkinstalldirs: Upgrade.
5597 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5599         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5600         Problem reported by Lars J. Aas in
5601         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5602         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5603         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5604         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5606 2003-09-26  Akim Demaille  <akim@epita.fr>
5608         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5609         directory for AC_CONFIG_COMMANDS' first argument exists.
5610         This makes valid the invocation of _AC_SRCPATH that follows.
5611         Reported by Eric Sunshine.
5612         * doc/autoconf.texi (Configuration Commands): Adjust.
5614 2003-09-26  Akim Demaille  <akim@epita.fr>
5616         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5617         Reported by Ralf Corsepius.
5619 2003-09-26  Akim Demaille  <akim@epita.fr>
5621         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5622         arguments.
5623         Actually, use AU_ALIAS.
5624         From Bruno Haible.
5626 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5628         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5629         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5630         Problem reported by Eric Sunshine in:
5631         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5633 2003-09-26  Akim Demaille  <akim@epita.fr>
5635         The test suite are sometimes assigning timings incorrectly.
5636         Reported by Henk Krus.
5637         Diagnosed by Nicolas Joly.
5639         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5640         AT_help_all.
5641         Instead of making AT_help a sequence of assignments to grow
5642         $at_help_all, just make AT_help_all be the growing contents of
5643         $at_help_all, and make a single assignment in...
5644         (AT_INIT): here.
5645         (at_times_skip): Flip the meaning and rename as...
5646         (at_times_p): this.
5647         (AT_INIT): When summarizing the test that ran, remove
5648         $at_times_file after use, and check it is present before trying to
5649         use it.
5651 2003-09-25  Akim Demaille  <akim@epita.fr>
5653         Version 2.57d.
5655         * bin/Makefile.am (edit): Handle '@configure_input@'.
5656         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5657         (ifnames): chmod -w.
5658         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5659         executables, not bin/ executables!  Otherwise all the magic needed
5660         to find non installed files is turned off.  This caused a failure
5661         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5662         as found in its environment (sent by tests/autoreconf): pointing
5663         to bin/autom4te that could not find its files.
5664         * tests/mktests.sh: Force the replacement of generated files, for
5665         the sake of "mv" program that are interactive when overwriting a
5666         -w file.
5667         * config/install-sh: Upgrade from CVS Automake.
5669 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5671         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5672         versus test -L issues.
5674 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5675             Paul Eggert  <eggert@twinsun.com>
5677         Trivial change to support GCC's configuration procedure.
5678         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5679         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5680         about inconsistency if the preprocessor is set to give errors for
5681         any warning.
5682         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5684 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5686         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5687         and XFile.pm from Automake.
5688         * lib/Autom4te/XFile.pm: Update from Automake.
5690 2003-09-12  Akim Demaille  <akim@epita.fr>
5692         Version 2.57c.
5694 2003-09-12  Akim Demaille  <akim@epita.fr>
5696         * config/config.guess, config/config.sub, config/missing,
5697         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5698         from masters.
5700 2003-09-12  Akim Demaille  <akim@epita.fr>
5702         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5703         not asm/types.h.
5705 2003-09-11  Akim Demaille  <akim@epita.fr>
5707         * doc/autoconf.texi (Header Portability): linux/random.h.
5708         From Peter Hendrickson.
5710 2003-09-10  Akim Demaille  <akim@epita.fr>
5712         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5713         willing to edit the output files.
5715 2003-09-10  Akim Demaille  <akim@epita.fr>
5717         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5718         and AC_FC_FREEFORM.
5719         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5720         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5722 2003-09-09  Akim Demaille  <akim@epita.fr>
5724         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5725         Reported by Gary Vaughan.
5726         * bin/autom4te.in (handle_m4): Likewise.
5728 2003-09-09  Akim Demaille  <akim@epita.fr>
5730         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5731         trailing files.
5733 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5735         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5736         Improve the accuracy of the wording about obsolescence.
5737         From a suggestion by Ian Lance Taylor in
5738         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5740 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5742         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5743         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5745 2003-09-04  Akim Demaille  <akim@epita.fr>
5747         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5748         AC_FUNC_WAIT3.
5750 2003-09-04  Akim Demaille  <akim@epita.fr>
5752         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5753         (freeze): When exiting, use $exit_code.
5754         * lib/autoconf/fortran.m4: Comment changes.
5756 2003-09-04  Akim Demaille  <akim@epita.fr>
5758         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5760 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5762         Add support for newer Fortran dialects.  The F77 interface is
5763         unchanged, and continues to support Fortran 77.  New FC macros
5764         correspond to all the old F77 macros, with output variables FC,
5765         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5766         available dialect, but older dialects can be specified.  There are
5767         new macros AC_FC_SRCEXT to set the source extension, and
5768         AC_FC_FREEFORM to accept free-form source files.
5770         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5771         New macros.
5772         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5773         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5774         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5775         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5776         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5777         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5778         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5779         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5780         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5781         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5782         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5783         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5784         AC_FC_SRCEXT, AC_FC_FREEFORM):
5785         New macros.
5786         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5787         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5788         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5789         Rewrite in terms of the above.
5790         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5791         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5792         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5793         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5795 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5797         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5798         Document problems with timestamp resolution that 'make', 'cp -p', and
5799         'touch -r' have.
5801 2003-08-27  Akim Demaille  <akim@epita.fr>
5803         * tests/m4sugar.at (cross_warning): Make sure to enable the
5804         output, so that we can track spurious m4sugar output.
5805         * tests/local.at: Require 2.57.
5806         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5807         are defaulted by AT_CHECK anyway.
5808         Use AT_CHECK_AUTOM4TE.
5809         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5810         missing dnl.
5812 2003-08-27  Akim Demaille  <akim@epita.fr>
5814         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5815         when -Wobsolete is set.
5816         Set it on by default.
5817         Suggested by Klee Dienes.
5819 2003-08-27  Akim Demaille  <akim@epita.fr>
5821         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5822         documentation.
5823         From Guido Draheim.
5825 2003-08-26  Akim Demaille  <akim@epita.fr>
5827         * doc/autoconf.texi (Output): Make clear that one can run code
5828         after AC_OUTPUT.
5830 2003-08-25  Akim Demaille  <akim@epita.fr>
5832         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5833         CVS Bison.
5835 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5837         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5838         Automake versions prior to 1.8.
5840 2003-08-25  Akim Demaille  <akim@epita.fr>
5842         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5843         From Ville Karaila.
5845 2003-08-24  Akim Demaille  <akim@epita.fr>
5847         * configure.ac: Bump to 2.57c.
5849 2003-08-22  Akim Demaille  <akim@epita.fr>
5851         Version 2.57b.
5853         * Makefile.cfg (local-checks-to-skip): New.
5854         * Makefile.maint (local-check): Rename as...
5855         (local-checks-available): this.
5856         (local-check): New.
5858         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5859         * configure.ac: Require Automake 1.7.6.
5861 2003-08-22  Akim Demaille  <akim@epita.fr>
5863         Output stack traces in warnings.
5865         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5866         Replace the former...
5867         (m4_warn): Pass the call stack to _m4_warn.
5868         * bin/autom4te.in: Adjust to output the call stack.
5869         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5871 2003-08-22  Akim Demaille  <akim@epita.fr>
5873         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5874         * bin/autom4te.in: Adjust.
5876 2003-08-21  Akim Demaille  <akim@epita.fr>
5878         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5879         (&verbose): Remove.
5880         (&getopt): Adjust the note and verb channels, depending upon
5881         --verbose.
5882         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5883         * bin/autoupdate.in: Adjust.
5884         Use &verb, not &verbose.
5886 2003-08-21  Akim Demaille  <akim@epita.fr>
5888         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5889         &parse_WARNINGS.
5890         ($help): Use Autom4te::ChannelDefs::usage.
5891         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5892         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5894 2003-08-21  Akim Demaille  <akim@epita.fr>
5896         First stab at preserving warnings between calls to autom4te,
5897         including when the cache is used.
5899         There are still several issues: (i) there are too many runs of m4
5900         (one for include, one for warnings, and some more), (ii) warnings
5901         spreading on several lines are not handled gracefully, (iii) the
5902         code meant to have the call stack display for errors does not work
5903         (its handling should move from m4 to autom4te).
5905         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5906         Use them.
5907         (@preselect): Add m4_warn.
5908         ($exit_status): Remove, use $exit_code.
5909         ($help): Use Autom4te::ChannelDefs::usage.
5910         (&handle_m4): No longer define the m4_warnings.
5911         At each run, extract and report the warnings.
5912         Always cache the result, including if the exit status is on
5913         failure, since if nothing changes, we should result in the same
5914         failure, hence we can use the cache.
5915         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5916         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5917         Remove.
5918         (m4_warn): Redefine as a do-nothing: it is its invocation that
5919         matters, as warnings are now reported via traces.
5920         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5921         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5922         the latter reveals calls to the former.
5924         Adjust the tests.
5926         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5928 2003-08-21  Akim Demaille  <akim@epita.fr>
5930         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5931         Use them.
5933 2003-08-21  Akim Demaille  <akim@epita.fr>
5935         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5936         forward order.
5937         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5938         (&parse_warnings): Accept a list of warning requests.
5939         (&usage): Return a string, not a side effect.
5940         (cross): New warning category.
5942 2003-08-21  Akim Demaille  <akim@epita.fr>
5944         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5945         (&require_configure_ac): Accept an optional directory argument.
5946         ($configure_ac): Remove.
5947         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5948         (&catfile): Remove.
5949         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5950         * bin/autoscan.in: Adjust.
5952 2003-08-20  Akim Demaille  <akim@epita.fr>
5954         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5955         Reported by Alexandre Duret-Lutz.
5957 2003-08-20  Akim Demaille  <akim@epita.fr>
5959         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5960         * bin/autom4te: Adjust.
5961         In particular, be Autoconf tools are really silent when properly
5962         working, bind the verbosity of the 'note' channel to $verbose.
5963         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5964         (&xsystem, &contents): Remove, since they are exported by...
5965         * lib/Autom4te/FileUtils.pm: this.
5966         More perldoc.
5967         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5968         * lib/Autom4te/FileUtils.pm: here.
5970 2003-08-20  Akim Demaille  <akim@epita.fr>
5972         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5973         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5974         from CVS Automake.
5976 2003-08-20  Akim Demaille  <akim@epita.fr>
5978         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5979         (autom4te-update): New.
5980         * Makefile.cfg (update): Bind autom4te-update.
5982 2003-08-19  Derek Price  <derek@ximbiot.com>
5984         * lib/autotest/general.m4: Comment various HELP_* diversions.
5985         (PARSE_ARGS_BEGIN): New section for option parsing related
5986         initialization.
5987         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5988         package specific options and associated help.
5990 2003-08-19  Akim Demaille  <akim@epita.fr>
5992         * config/announce-gen, Makefile.cfg: New.
5993         * Makefile.am: Adjust.
5994         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5996 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5998         * lib/autom4te.in (Automake-preselections): Preselect
5999         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
6000         and m4_sinclude.
6002 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
6004         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
6005         (Autoconf-without-aclocal-m4): ... this new language.
6006         * doc/autoconf.texi (autom4te Invocation): Mention
6007         Autoconf-without-aclocal-m4.
6009 2003-08-18  Derek Price  <derek@ximbiot.com>
6011         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
6012         RUN-IF-PASS optional arguments.
6014 2003-08-18  Derek Price  <derek@ximbiot.com>
6016         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
6018 2003-08-16  Derek Price  <derek@ximbiot.com>
6020         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
6021         STDOUT & STDERR arguments.
6023 2003-08-14  Derek Price  <derek@ximbiot.com>
6025         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
6026         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
6027         shorter column three.  Add DESCRIPTION to log file content.
6029 2003-08-13  Derek Price  <derek@ximbiot.com>
6031         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
6032         output.
6034 2003-08-12  Derek Price  <derek@ximbiot.com>
6036         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
6037         (AT_CHECK_NOESCAPE): Move core functionality to...
6038         (_AT_CHECK): ...this new macro.
6040 2003-08-07  Derek Price  <derek@ximbiot.com>
6042         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
6043         (AT_CHECK_NOESCAPE): ...to this new macro.
6045 2003-07-31  Paul Eggert  <eggert@twinsun.com>
6047         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
6048         in Bash 2.01.  Problem reported by Brian Gough in
6049         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
6051 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
6053         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
6054         -lcrt1.o, for OS X.  (trivial change)
6056 2003-07-07  Paul Eggert  <eggert@twinsun.com>
6058         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
6059         inside '#ifndef __cplusplus'.  Problem reported by
6060         Bob Friesenhahn.
6062 2003-07-06  Bill Clarke  <llib@computer.org>
6064         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
6065         'long', not 'int', for benefit of Sun's recent C++ compilers
6066         (trivial change).  See:
6067         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
6068         (This really should be 'intptr_t', not 'long', but that would
6069         take more work.)
6071 2003-06-25  Akim Demaille  <akim@epita.fr>
6073         * lib/Makefile.am (autom4te.cfg): Make it read only.
6074         Depend on Makefile since it contains substitutions.
6075         From Paolo Bonzini.
6076         * lib/autom4te.in (args): Add local.at? for Autotest args.
6077         This change was made on autom4te.cfg which is generated.
6078         Reported by Raja R. Harinath.
6080 2003-06-25  Akim Demaille  <akim@epita.fr>
6082         * doc/autoconf.texi (Header Portability): sys/mount.h.
6083         From Gareth McCaughan.
6085 2003-06-23  Akim Demaille  <akim@epita.fr>
6087         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
6088         not all of them.  This fixes 1. the fact that when testing
6089         Autoconf there are many many config.log, 2. the incorrect use of
6090         top_srcdir to find config.log.
6091         Don't mix the detailed output of failed test with the summary of
6092         failures.  Rather, append detailed log afterwards.
6094 2003-06-23  Akim Demaille  <akim@epita.fr>
6096         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
6097         always run: output config.log on $at_group_log.
6099 2003-06-23  Akim Demaille  <akim@epita.fr>
6101         * tests/torture.at (#define header templates): Don't use quotes in
6102         C++ comments as it puzzles Emacs' sh font-lock-mode.
6104 2003-06-23  Akim Demaille  <akim@epita.fr>
6106         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
6107         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
6108         * tests/atspecific.m4: Rename as...
6109         * tests/local.at: This.
6110         * tests/suite.at: Move the globals into...
6111         * tests/local.at: here.
6112         * tests/Makefile.am: Adjust.
6113         * doc/autoconf.texi (testsuite Scripts): Adjust.
6115 2003-06-21  Kevin Ryde  <user42@zip.com.au>
6117         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
6118         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
6119         ensuring we add -std1 for full-ANSI.
6121         * doc/autoconf.texi (hdrindex): New macro.
6122         Add index entries for portability of various standard header files.
6124 2003-06-20  Akim Demaille  <akim@epita.fr>
6126         * configure.ac: Bump to 2.57b.
6128 2003-06-20  Akim Demaille  <akim@epita.fr>
6130         Version 2.57a.
6132 2003-06-20  Akim Demaille  <akim@epita.fr>
6134         * bin/autom4te.in: Don't rely on $HOME being defined.
6135         Reported by Marc Espie as PR/233.
6137 2003-06-20  Akim Demaille  <akim@epita.fr>
6139         * lib/autotest/general.m4: Use at_times_file only if used.
6140         From Nicolas Joly.
6142 2003-06-20  Akim Demaille  <akim@epita.fr>
6144         * config/config.guess, config/config.sub, config/elisp-comp,
6145         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
6146         Update from masters.
6148 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
6150         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
6151         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
6152         (TEST_SCRIPT): New diversion.
6153         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
6154         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
6155         (AT_INIT): Support for expected failures.
6157 2003-06-02  Akim Demaille  <akim@epita.fr>
6159         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
6160         changes.
6161         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
6162         Autoconf nor Automake.
6163         (&contents): New, from Automake.
6164         PODify.
6166 2003-05-28  Paul Eggert  <eggert@twinsun.com>
6168         * NEWS, doc/autoconf.texi (Particular Functions),
6169         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
6170         is the inverse of localtime.
6172 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
6174         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
6175         (handle_exec_errors): New function.  Work around $! being
6176         altered by WEXITSTATUS.
6177         (xqx, xsystem): Use handle_exec_errors.
6179 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
6181         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
6182         Do not call `_exit()', simply modify `$?'.
6183         (xsystem): Reset $! before running system, and check it afterward.
6184         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
6185         63 for version mismatches.
6187 2003-05-23  Akim Demaille  <akim@epita.fr>
6189         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
6190         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
6191         the middle of a line).
6192         * lib/m4sugar/m4sugar.m4: Likewise.
6193         Remove useless spaces in comments.
6195 2003-05-23  Akim Demaille  <akim@epita.fr>
6197         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
6198         exit 63, so that we (or Automake's "missing") can tell the
6199         difference with a plain failure.
6200         * doc/autoconf.texi (Notices): Adjust.
6202 2003-05-23  Akim Demaille  <akim@epita.fr>
6204         * Makefile.am, bin/Makefile.am, config/Makefile.am,
6205         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
6206         White spaces cleanup.
6208 2003-05-22  Jim Meyering  <jim@meyering.net>
6209             Paul Eggert  <eggert@twinsun.com>
6211         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6212         Remove `#include <stdlib.h>' from the list; we should never
6213         make confdefs.h include <stdlib.h> or <cstdlib>, because the
6214         resulting namespace pollution would cause other tests to fail.
6215         Configure scripts run with some older versions of g++ and HP's
6216         aCC would fail due to such an #include.  Problems reported by
6217         Matthew Mueller in <http://bugs.debian.org/120704> and by
6218         Keith Bostic in
6219         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
6220         In the test, use the test declaration before including <stdlib.h>,
6221         as that's closer to how it'll be used.
6223 2003-05-23  Akim Demaille  <akim@epita.fr>
6225         * doc/autoconf.texi (Header Portability): ucred.h.
6226         From Ian Redfern.
6228 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6230         Overhaul Autotest's logging: generate separate log files
6231         in testsuite.dir/NNN/testsuite.log, and append them to
6232         testsuite.log instead of re-running the test verbosely.
6234         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
6235         file descriptor, write 0 to at_status_file instead of setting
6236         at_status=0, initialize some new variables (at_status_file,
6237         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
6238         to rerun the tests, instead append the at_group_log to the
6239         at_suite_log when a test fails.
6240         (AT_SETUP): pipe the test case's output into at_tee_pipe,
6241         with the AS_MESSAGE_LOG_FD redirected to stdout.
6242         (AT_CLEANUP): save the output status in $at_status_file
6243         and restore it, redirect the AS_MESSAGE_LOG_FD back to
6244         its original place.
6245         (AT_CHECK): since tests are run with a redirected stdout,
6246         and used to be re-run in verbose mode, turn some $at_verbose
6247         into echo, and don't redirect the output of testing stdout
6248         and stderr.
6250         * lib/autotest/autoconf.texi (testsuite Scripts): Update
6251         the name of the debugging directory and information about
6252         its contents.
6254 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6256         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
6257         parameter.
6259 2003-05-22  Akim Demaille  <akim@epita.fr>
6261         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
6262         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
6263         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
6264         * lib/autoconf/status.m4: Fix and adjust copyright notices.
6266 2003-05-22  Akim Demaille  <akim@epita.fr>
6268         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
6269         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
6270         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
6271         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
6272         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
6273         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6274         * lib/autoconf/status.m4, lib/autoconf/types.m4,
6275         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6276         * tests/atspecific.m4, tests/base.at, tests/compile.at,
6277         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6278         * tests/tools.at, tests/torture.at:
6279         Whitespace clean up.
6280         Suggested by Jim Meyering.
6282 2003-05-22  Akim Demaille  <akim@epita.fr>
6284         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6285         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6286         Reported by Jim Meyering.
6288 2003-05-22  Akim Demaille  <akim@epita.fr>
6290         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6291         Add AC_HELP_STRING  to the obsolete macros section.
6292         Typos.
6293         Use '@.' for sentences that ended in a capital letter.
6294         From Art Haas.
6296 2003-05-22  Akim Demaille  <akim@epita.fr>
6298         * config/config.guess, config/config.sub, config/elisp-comp,
6299         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6300         * config/texinfo.tex, doc/standards.texi: Update from masters.
6302 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
6304         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6305         it to eval.
6307 2003-05-21  Akim Demaille  <akim@epita.fr>
6309         * bin/autoupdate.in ($m4): Fix quotation.
6310         Reported by Martin Mokrejs.
6312 2003-05-19  Paul Eggert  <eggert@twinsun.com>
6314         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6315         Remove non-ASCII characters.
6317 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
6319         * tests/semantics.at (AC_SEARCH_LIBS): New test.
6320         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6321         AC_CHECK_HEADERS_NEW): New tests.
6323 2003-05-17  Akim Demaille  <akim@epita.fr>
6325         * lib/autoconf/functions.m4: Use the default includes so that
6326         memcmp be declared before being tested.
6327         Reported by Sander Niemeijer.
6328         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6329         * doc/autoconf.texi (Default Includes): Document
6330         AC_INCLUDES_DEFAULT.
6332 2003-05-17  Akim Demaille  <akim@epita.fr>
6334         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6335         * doc/autoconf.texi (Obsolete Macros): Adjust.
6336         Reported by Werner LEMBERG and Debian Bug 190886.
6338 2003-05-16  Akim Demaille  <akim@epita.fr>
6340         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6341         user name space clashes.
6342         Reported by Bruno Haible.
6344 2003-05-16  Akim Demaille  <akim@epita.fr>
6346         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6347         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6348         them uniform, and more robust to Perl special characters.
6349         Reported by Martin Mokrejs.
6351 2003-05-14  Akim Demaille  <akim@epita.fr>
6353         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6355 2003-05-14  Akim Demaille  <akim@epita.fr>
6357         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6358         linux/irda.h.
6360 2003-05-12  Akim Demaille  <akim@epita.fr>
6362         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6363         message.
6364         From Matthias Andree.
6366 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6368         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6369         and truncate.
6371 2003-05-06  Akim Demaille  <akim@epita.fr>
6373         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6374         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6375         by aclocal.m4 is changed it might require the importing of another
6376         m4 extension file, i.e., aclocal must be run.
6378         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6379         (&parse_args): Use --force with aclocal if required and supported.
6380         (&autoreconf_current_directory): Use &run_aclocal.
6382 2003-05-06  Akim Demaille  <akim@epita.fr>
6384         Lock autom4te's cache.
6386         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6387         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6388         argument instead of a file name, so that the request file remains
6389         open during the whole autom4te run.
6390         ($icache_file): New.
6391         (&freeze): Lock the $icache_file.
6393 2003-04-29  Derek Price  <derek@ximbiot.com>
6395         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6396         seperator with m4_append_uniq().  It doesn't work.
6397         (AT_CLEANUP): Add `;' to end of at_help_all.
6398         (AT_INIT): Allow --keywords to be specified more than once.  When
6399         grepping $at_help_all for keywords, use the field and keyword
6400         seperators to ensure a complete keyword match.  Alter at_prev handling
6401         to support the new --keywords behavior.
6403 2003-04-27  Karl Berry  <karl@freefriends.org>
6405         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6406         align better with others.  I also made some of the individual
6407         entries on one line, for brevity and to make it easier for me to
6408         sort my dir-example file in the Texinfo distribution :).
6410 2003-04-12  Jim Meyering  <jim@meyering.net>
6412         * NEWS: Mention the new macro.
6413         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6414         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6415         * tests/c.at: Test AC_C_RESTRICT.
6416         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6418 2003-04-08  Akim Demaille  <akim@epita.fr>
6420         * bin/ifnames.in: Skip C++ comments.
6421         From Jeremy Yallop.
6423 2003-04-08  Akim Demaille  <akim@epita.fr>
6425         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6426         From Ilya Zakharevich.
6428 2003-04-08  Akim Demaille  <akim@epita.fr>
6430         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6431         net/if.h, stdlib.h.
6433 2003-04-01  Derek Price  <derek@ximbiot.com>
6435         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6436         from Akim's checkin of 2003-03-29.
6438 2003-04-01  Derek Price  <derek@ximbiot.com>
6440         * tests/torture.at (Configuring subdirectories): Add missing
6441         close-quote for Akim's change from 2003-03-28.
6443 2003-04-01  Akim Demaille  <akim@epita.fr>
6445         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6446         (AC, AT, MS): these.
6447         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6448         New.
6449         Use them.
6450         * doc/Makefile.am (CLEANFILES): Adjust.
6451         (TEXI2DVI): Make it --batch.
6453 2003-03-31  Derek Price  <derek@ximbiot.com>
6455         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6456         which removed the main loop.
6457         Thanks to Akim Demaille.
6459 2003-03-29  Akim Demaille  <akim@epita.fr>
6461         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6462         that starts a GUI.
6463         From Ilya Zakharevich.
6465 2003-03-29  Akim Demaille  <akim@epita.fr>
6467         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6468         documentation to read is Autoconf's.
6469         Suggested by Paul Eggert.
6471 2003-03-28  Akim Demaille  <akim@epita.fr>
6473         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6474         reading the section "Present But Cannot Be Compiled" when the
6475         header causes problems.
6477 2003-03-28  Akim Demaille  <akim@epita.fr>
6479         * tests/torture.at (Configuring subdirectories): Require aclocal
6480         1.4, otherwise the test fails, as it does support configure.ac.
6481         This fixes the "test 40 failed" bug reports.
6483 2003-03-28  Akim Demaille  <akim@epita.fr>
6485         * doc/autoconf.texi (C Compiler): `#line' portability.
6486         From Paul Eggert and Nelson H. F. Beebe.
6488 2003-03-27  Derek Price  <derek@ximbiot.com>
6490         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6491         layout in order to allow scripting around test groups.
6493 2003-03-27  Derek Price  <derek@ximbiot.com>
6495         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6496         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6497         use new diversions in preparation for accepting new arguments and
6498         allowing scripting around tests.
6499         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6501 2003-03-26  Derek Price  <derek@ximbiot.com>
6503         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6504         obsolete AC_HELP_STRING.
6505         (AC_HELP_STRING): AU_DEFUN to...
6506         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6507         * tests/m4sh.at (AS_HELP_STRING): New test.
6509         * tests/acgeneral.at: Regenerated.
6511 2003-03-26  Derek Price  <derek@ximbiot.com>
6513         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6514         sense.  Verbosify the diversion definitions comment.
6516 2003-03-26  Derek Price  <derek@ximbiot.com>
6518         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6519         AS_PREPARE.
6521 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6523         * doc/autoconf.texi (Present But Cannot Be Compiled):
6524         Grammar fixes and minor rewording. (trivial change)
6526 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6528         Work around a problem noted by Nelson H. F. Beebe with coreutils
6529         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6530         2002/05/09) rejects '#line 32768 "configure"' because the line
6531         number overflows.
6532         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6533         #line directives.
6534         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6535         * doc/autoconf.texi (Generating Sources): Document this.
6537 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6539         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6540         file name for the m4 program, when it has an "exe" file extension.
6541         DJGPP's error messages include the error code in brackets -
6542         remove the error code during normalization.
6544 2003-02-28  Akim Demaille  <akim@epita.fr>
6546         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6548 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6550         * doc/autoconf.texi (Limitations of Make): Remove the section
6551         about `$<' in inference rules, it was a bogus interpretation of
6552         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6553         Tru64 make in the "target lookup" section.
6554         (Automake): Automake 1.5+ no longer requires special tools to be
6555         present on the developer's host.
6557 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6559         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6560         to a shell that can handle redirection or quoting correctly.
6561         Override SHELL with the shell detected by configure.
6562         Use of $^O suggested by Tim van Holder.
6563         * bin/autom4te.in (BEGIN): Likewise.
6564         * bin/autoreconf.in (BEGIN): Likewise.
6565         * bin/autoscan.in (BEGIN): Likewise.
6566         * bin/autoupdate.in (BEGIN): Likewise.
6567         * bin/ifnames.in (BEGIN): Likewise.
6569         * bin/ifnames.in: Add final newline to help and version messages.
6571         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6572         to cope with DOS-style absolute paths, when constructing
6573         ${ac_make}.
6575         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6576         When constructing paths with IFS=:, quote the path. If we're
6577         constructing a DOS-style absolute path, we don't want to split it
6578         on the colon.
6580         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6581         in description.
6583 2003-02-25  Pavel Roskin  <proski@gnu.org>
6585         * bin/autoheader.in: Add missing newline when printing
6586         suggestion how change AC_DEFINE call.
6588 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6590         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6591         2002-09-01 patch by replacing "test -n" with "test -z".
6592         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6593         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6595         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6596         to fix a mismatch between example and discussion.
6598 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6600         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6601         format starting with "-".
6603 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6605         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6606         is not portable inside Makefile.
6608 2003-02-20  Akim Demaille  <akim@epita.fr>
6610         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6611         compiler says yeah, but preproc says nope, compiler is right.
6612         Conversely, prompt the reader to send a bug report to the
6613         maintainers of the package, not of Autoconf.
6615 2003-02-20  Klee Dienes  <kdienes@apple.com>
6617         * bin/autoreconf.in (autoreconf_current_directory): Properly
6618         handle an empty aclocal.m4.
6620 2003-02-20  Akim Demaille  <akim@epita.fr>
6622         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6623         $ac_prefix_program.
6624         From Larry Jones.
6626 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6628         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6629         innocuous variant befor including <limits.h> or <assert.h>.  This
6630         works around a bug reported by Albert Chin: HP-UX 11i
6631         (and earlier versions) have a <limits.h> that declares
6632         gettimeofday and many other functions.
6634 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6636         Version 2.57.
6638         * NEWS, configure.ac: Update version.
6640         * doc/fdl.texi: Upgrade to FDL version 1.2.
6642         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6643         nontrivially in main's body, so that f's external declaration is
6644         not optimized away in AIX.  This should fix the bug reported by
6645         Martin Frydl in
6646         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6648         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6649         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6650         defined, to support freestanding compilers.  This should fix the
6651         bug reported by Momchil Velkov in
6652         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6654         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6655         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6656         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6657         by Simon Josefsson in
6658         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6660         * Makefile.maint (www-gnu): New macro.
6661         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6662         the location has moved.
6664 2002-12-02  Martin Frydl  <martin@systinet.com>
6666         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6667         \(.*\) match is too long and there is something more to be checked.
6668         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6670 2002-11-15  Akim Demaille  <akim@epita.fr>
6672         Version 2.56.
6674         * config/install-sh: chmod +x.
6675         From Paul Eggert.
6676         * config/move-if-change: Indenting changes.
6677         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6678         * configure.ac (AM_INIT_AUTOMAKE): here.
6679         Require 1.7.1.
6681 2002-11-14  Akim Demaille  <akim@epita.fr>
6683         Version 2.55.
6685         * config/config.guess, config/config.sub, config/install-sh:
6686         Update from masters.
6688 2002-11-14  Akim Demaille  <akim@epita.fr>
6690         * Makefile.maint: Sync with Bison, i.e.:
6691         (po-check): Scan .l and .y files instead of the
6692         .c and the .h files that they generate.  This fixes the bug
6693         reported by Tim Van Holder in:
6694         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6695         Look for N_ as well as for _.  Try to avoid matching #define for
6696         N_ and _.
6697         From Paul Eggert.
6699 2002-11-14  Akim Demaille  <akim@epita.fr>
6701         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6702         From Paul Eggert and Albert Chin-A-Young.
6704 2002-11-14  Akim Demaille  <akim@epita.fr>
6706         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6707         From Paul Eggert and Albert Chin-A-Young.
6709 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6711         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6712         than assigning in main, to avoid HP cc +O3 optimizing it away.
6714 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6716         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6717         option.  Process --recheck after parsing all options.  Pass -q
6718         option to configure on --recheck.
6719         (AC_OUTPUT): Pass -q from configure to config.status.
6720         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6721         arguments to record.
6722         * doc/autoconf.texi (config.status Invocation): Document
6723         config.status -q option.
6725 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6727         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6728         Makefile.in if Makefile.am exists.
6729         (output): Strip `.am' from Makefiles.  Don't
6730         output AC_CONFIG_FILES if no Makefiles were found.
6732 2002-11-07  Akim Demaille  <akim@epita.fr>
6734         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6735         (local_updates): New.
6736         * Makefile.maint: Update, from CVS Bison.
6737         (local_updates): New.
6739 2002-11-06  Akim Demaille  <akim@epita.fr>
6741         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6742         declaration in extern "C" too.
6743         Reported by Roberto Bagnara.
6745 2002-11-06  Akim Demaille  <akim@epita.fr>
6747         * tests/torture.at (Configuring subdirectories): Don't use grep
6748         -w.
6749         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6750         Reported by Ezra Peisach.
6752 2002-11-05  Akim Demaille  <akim@epita.fr>
6754         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6755         Remove.
6756         We _have_ to stop using the old compatibility scheme that tried to
6757         avoid useless backslashes because Libtool 1.4.3 contains a
6758         AC_DEFINE([error_t], [int],
6759         [Define to a type to use for \`error_t' if it is not
6760         otherwise available.])
6761         We _have_ to quote the single quote and backslashes with \.  The
6762         old compatibility scheme saw that ` was backslashed, and therefore
6763         did not quote the single quote.  Hence before this patch, Autoconf
6764         was not compatible with Libtool.
6766 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6768         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6769         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6770         LC_NAME, LC_PAPER, LC_TELEPHONE.
6771         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6773 2002-11-04  Akim Demaille  <akim@epita.fr>
6775         Version 2.54c.
6777         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6778         New.
6779         * config/texinfo.tex: Update.
6781 2002-11-03  Akim Demaille  <akim@epita.fr>
6783         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6784         from...
6785         (&autoreconf): here.
6786         ($help, $make, &parse_args, &autoreconf_current_directory):
6787         Support -m/--make.
6788         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6790 2002-10-31  Bruno Haible  <bruno@clisp.org>
6792         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6793         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6794         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6795         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6796         to ac_cv_func_realloc_0_nonnull.
6797         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6799 2002-10-31  Akim Demaille  <akim@epita.fr>
6801         The test suite was no longer checking for trailing envvars and files.
6803         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6804         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6806 2002-10-31  Akim Demaille  <akim@epita.fr>
6808         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6809         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6810         Make variable, not a shell variable.
6811         Suggested by Bruno Haible.
6813 2002-10-31  Akim Demaille  <akim@epita.fr>
6815         * bin/autom4te.in (load_configuration): Reject #args out of any
6816         language.
6818 2002-10-31  Akim Demaille  <akim@epita.fr>
6820         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6821         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6822         (_AC_RUN_IFELSE): Use it.
6823         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6824         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6825         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6826         inline it.
6828 2002-10-30  Akim Demaille  <akim@epita.fr>
6830         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6831         * doc/autoconf.texi (autom4te Invocation): Adjust.
6832         Suggested by Tim van Holder.
6834 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6836         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6837         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6838         Problem reported by Bruno Haible.
6840 2002-10-29  Akim Demaille  <akim@epita.fr>
6842         * doc/autoconf.texi (Header Templates): Put also in words what the
6843         pictures says to assist free style readers.
6844         (Customizing autom4te): s/--cache=/--cache /.
6846 2002-10-29  Akim Demaille  <akim@epita.fr>
6848         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6849         sys/wait.h.
6850         sparc_address_test returns void.
6851         Use it with an argument, as prototyped.
6852         From Bruno Haible.
6854 2002-10-29  Akim Demaille  <akim@epita.fr>
6856         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6857         configure.in, not configure.ac.
6858         Reported by Bruno Haible.
6860 2002-10-29  Akim Demaille  <akim@epita.fr>
6862         * tests/torture.at (Deep Package): New test.
6863         (Configuring subdirectories): Don't use a testSubDir as Autotest
6864         now does it itself.
6866 2002-10-29  Akim Demaille  <akim@epita.fr>
6868         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6869         * doc/autoconf.texi (Invoking autom4te): Rename as...
6870         (autom4te Invocation): this, for consistency with the other nodes.
6872 2002-10-29  Akim Demaille  <akim@epita.fr>
6874         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6875         Reported by Ralf Corsepius.
6877 2002-10-29  Akim Demaille  <akim@epita.fr>
6879         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6880         characters is a back as an `obsolete' warning now.
6881         Reported by Ralf Corsepius.
6883 2002-10-28  Akim Demaille  <akim@epita.fr>
6885         * configure.ac: Bump to 2.54c.
6887 2002-10-28  Akim Demaille  <akim@epita.fr>
6889         Version 2.54b.
6891         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6893 2002-10-28  Akim Demaille  <akim@epita.fr>
6895         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6896         m4 executable names, and different GNU M4 version.
6897         Reported by Ezra Peisach and Paul Jarc.
6899 2002-10-27  Akim Demaille  <akim@epita.fr>
6901         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6902         AC_RUN_IFELSE.
6904 2002-10-27  Akim Demaille  <akim@epita.fr>
6906         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6907         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6908         Die when a simple Fortran program cannot be compiled.
6909         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6910         Issue a warning if no function is given.
6912 2002-10-27  Akim Demaille  <akim@epita.fr>
6914         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6915         Move the documentation of AC_TRY_RUN to...
6916         (Obsolete Macros): here.
6917         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6918         (autoconf Invocation): Remove the duplicates with `invoking
6919         autom4te'.
6920         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6921         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6923 2002-10-27  Akim Demaille  <akim@epita.fr>
6925         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6926         and AC_LANG_FUNC_LINK_TRY.
6927         (Examining Libraries): Rename as...
6928         (Running the Linker): this.
6929         Document AC_LINK_IFELSE.
6930         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6931         (Obsolete Macros): here.
6932         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6933         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6934         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6935         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6937 2002-10-27  Akim Demaille  <akim@epita.fr>
6939         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6941         More `check config.log' messages.
6943         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6944         * doc/autoconf.texi (Printing Messages): Document it.
6945         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6946         appropriate.
6947         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6948         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6949         (_AC_COMPILER_OBJEXT): Likewise.
6950         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6951         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6952         Likewise.
6953         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6954         Likewise.
6956         Deprecate macros with unusual interfaces.
6958         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6959         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6961         Document the new ones, and proper style.
6963         * doc/autoconf.texi (Generating Sources): New.
6964         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6965         (Examining Declarations): Rename as...
6966         (Running the Preprocessor): this.
6967         Document AC_PREPROC_IFELSE.
6968         (Examining Syntax): Rename as...
6969         (Running the Compiler): this.
6970         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6971         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6972         AC_TRY_COMPILE here.
6974 2002-10-27  Akim Demaille  <akim@epita.fr>
6976         Move sections around.
6978         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6979         sentence.
6980         Reported by Burno Haible.
6981         (Language Choice): Now the first section of...
6982         (Writing Tests): this section.
6983         Make the introduction less C-centric.
6984         (Guidelines, Test Functions): Move to...
6985         (Writing Test Programs): this new section.
6986         (Test Programs): Merge into...
6987         (Run Time): this.
6989 2002-10-27  Akim Demaille  <akim@epita.fr>
6991         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6992         autom4te.in that resulted in the need for two `make' runs.
6994 2002-10-27  Akim Demaille  <akim@epita.fr>
6996         * configure.ac: Bump to 2.54b.
6998 2002-10-25  Akim Demaille  <akim@epita.fr>
7000         Version 2.54a.
7002         * Makefile.maint: Update from the Coreutils.
7003         (AMTAR): Remove, obsolete.
7004         (automake_repo): Update to redhat.com.
7005         (cvs_file): New.
7006         Adjust to the fact that ansi2knr is now hosted by Automake.
7007         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
7008         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
7009         Update from masters.
7010         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
7011         autoscan.pre is not to be installed, and autoscan.list is not to
7012         be shipped.
7013         (CLEANFILES): Add autoscan.list.
7014         (autoscan.list): Disable the cache.
7015         * bin/Makefile.am: Include freeze.mk.
7017 2002-10-25  Akim Demaille  <akim@epita.fr>
7019         * bin/autom4te.in (&load_configuration): Take the file as
7020         argument.
7021         (&parse_args): Handle -C, --cache.
7022         ($help): Adjust.
7023         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
7024         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
7025         * doc/autoconf.texi (Invoking autom4te): Document --cache.
7026         Now a subsection of...
7027         (Using autom4te): This new section.
7028         (Customizing autom4te): New.
7029         (autom4te.cache): Adjust.
7031 2002-10-25  Akim Demaille  <akim@epita.fr>
7033         * doc/autoconf.texi (Generic Headers): More information on how to
7034         use AC_CHECK_HEADERS.
7036 2002-10-25  Akim Demaille  <akim@epita.fr>
7038         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
7039         Space changes.
7041 2002-10-25  Akim Demaille  <akim@epita.fr>
7043         * bin/autoscan.in (output): Output AC_PREREQ.
7044         (%needed_macros): Add AC_PREREQ so that configure.ac without one
7045         be reported.
7047 2002-10-23  Akim Demaille  <akim@epita.fr>
7049         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
7050         document _Bool.
7052 2002-10-23  Akim Demaille  <akim@epita.fr>
7054         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
7055         Reported by Peter Eisentraut.
7057 2002-10-23  Akim Demaille  <akim@epita.fr>
7059         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
7060         type _Bool.
7061         Fix a typo.
7062         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
7063         Eggert's recommandations.
7065 2002-10-22  Akim Demaille  <akim@epita.fr>
7067         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
7068         Bison, by Paul Eggert.
7069         * doc/autoconf.texi (Particular Headers): Document it.
7071 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
7073         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
7074         `$ac_configure_args'.
7076 2002-10-22  Akim Demaille  <akim@epita.fr>
7078         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
7079         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
7080         From Art Haas.
7082 2002-10-22  Akim Demaille  <akim@epita.fr>
7084         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
7086         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7087         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
7088         (_AC_CHECK_HEADER_NEW): Rename as...
7089         (AC_CHECK_HEADER): this.
7091 2002-10-22  Akim Demaille  <akim@epita.fr>
7093         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
7094         words about HP-UX cmp: it was actually a user-written cmp.
7096 2002-10-22  Akim Demaille  <akim@epita.fr>
7098         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
7099         are a few warnings.
7100         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7101         Quote for Perl '' strings, not "".
7102         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
7103         strings.
7105 2002-10-22  Akim Demaille  <akim@epita.fr>
7107         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7108         characters is a syntax warning now.
7109         (_AS_QUOTE): Accept $2 as list of characters to quote.
7110         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7111         Quote for Perl, not sh.
7112         * bin/autoheader.in: When $debug, report the file which is
7113         `do'ne.
7114         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
7115         `@', to tickle Perl's lists.
7116         Reported by Carlos Velasco.
7118 2002-10-18  Akim Demaille  <akim@epita.fr>
7120         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
7121         missing included files _are_ errors.
7122         Thanks to Alexandre Duret-Lutz.
7123         * tests/tools.at (autom4te cache): Adjust.
7124         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
7125         (AT_CHECK_M4SUGAR): Use it.
7126         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7127         Adjust.
7128         * tests/tools.at (autom4te): Now it does exit 1.
7130 2002-10-17  Akim Demaille  <akim@epita.fr>
7132         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
7133         Fixes the `AC_ARG_VAR' test failures.
7134         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
7135         * lib/freeze.mk (check-forbidden-patterns): New.
7136         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
7137         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
7138         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
7139         /dev/null.
7140         Reported months ago by H. Merijn Brand.
7142 2002-10-17  Akim Demaille  <akim@epita.fr>
7144         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
7146 2002-10-16  Paul Eggert  <eggert@twinsun.com>
7148         * Makefile.maint (wget_files): Remove ansi2knr.c.
7149         (ansi2knr.c-url_prefix): Remove.
7151 2002-10-16  Akim Demaille  <akim@epita.fr>
7153         Because of caching, some files that no longer exist and are no
7154         longer required can still cause errors.
7155         Reported by Alexandre Duret-Lutz.
7157         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
7158         to frozen files in @ARGV, as @ARGV must remain being a list of
7159         files.  Rather, at M4 call sites, use this...
7160         (&files_to_options): New function.
7161         (&freeze): Use &error.
7162         (&up_to_date): If a file that was included according to the cache
7163         is no longer there, then the output is out dated.
7164         (&main): Don't even check whether a file is up to date is anyway
7165         --force is given.
7166         * tests/tools.at (autom4te cache): New.
7168 2002-10-16  Akim Demaille  <akim@epita.fr>
7170         * bin/autoconf.as: Kill dead options.
7171         * bin/autoupdate.in (&parse_args): Kill old options.
7172         * bin/autoreconf.in (&parse_args): Remove dead options.
7173         Factor some code.
7174         (&autoreconf): Report the directories we enter *and leave*, so
7175         that error messages can be easily located, and use GNU Make
7176         format, so that Emacs' compile mode understands us.
7177         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
7178         if some file was changed instead of `print'.
7179         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
7180         (&parse_args): Remove the dead options.
7181         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
7182         autoheader's quiet mode.
7183         (AT_CHECK_AUTOUPDATE): Likewise.
7184         * tests/tools.at (autoupdate): Adjust.
7185         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7187 2002-10-11  Akim Demaille  <akim@epita.fr>
7189         No longer use CPP to check for the existing of headers: use CC to
7190         check for compilability.
7192         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7193         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
7194         (_AC_CHECK_HEADER_NEW): Rename as...
7195         (AC_CHECK_HEADER): this.
7197         * lib/autotest/general.m4 (AT_INIT): Include the failed test
7198         numbers in the Subject suggestion.
7200 2002-10-11  Akim Demaille  <akim@epita.fr>
7202         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
7203         Suggest using AC_CHECK_DECLS instead.
7205 2002-10-11  Akim Demaille  <akim@epita.fr>
7207         * tests/torture.at (AC_ARG_VAR): Have configure report the value
7208         of `precious'.
7210 2002-10-11  Akim Demaille  <akim@epita.fr>
7212         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
7213         file name to enable parallel executions.
7214         From Sam Varshavchik.
7216 2002-10-08  Akim Demaille  <akim@epita.fr>
7218         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
7219         aclocal invocation, as Gettext macros might not be visible to
7220         aclocal.
7221         Instead of blindly running autopoint, scan configure.ac (not the
7222         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
7223         Reported by Paul D. Smith.
7225 2002-10-08  Paul Eggert  <eggert@twinsun.com>
7227         Work around problems found when POSIXLY_CORRECT=1 is set.
7228         None of this seems to have anything to do with POSIX, really,
7229         but it's how Perl getopt works.
7230         * bin/autom4te.in (parse_args): Configure GetOpt with
7231         "permute", too.
7232         * doc/autoconf.texi (Invoking autom4te):
7233         --warning -> --warnings.
7234         * lib/autom4te.in: --warning -> --warnings.
7236 2002-09-28  Akim Demaille  <akim@epita.fr>
7238         * doc/autoconf.texi (autom4te.cache): New section.
7240 2002-09-28  Akim Demaille  <akim@epita.fr>
7242         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
7243         (Automake-preselections): Update.
7244         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
7246 2002-09-28  Akim Demaille  <akim@epita.fr>
7248         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
7249         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
7250         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7251         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
7253 2002-09-28  Akim Demaille  <akim@epita.fr>
7255         * tests/torture.at (Configuring subdirectories): Be robust to
7256         users who use config.site to require for a cache: in this case,
7257         the two last configure runs, using two different sets of
7258         arguments, trigger a legitimate error.
7260 2002-09-28  Akim Demaille  <akim@epita.fr>
7262         * tests/m4sh.at (Functions Support, Functions and return Support):
7263         New.
7265 2002-09-28  Akim Demaille  <akim@epita.fr>
7267         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
7268         autoheader are Perl programs.
7269         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
7270         (autom4te): Specify that the sources are in the $srcdir.
7271         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7273 2002-09-28  Akim Demaille  <akim@epita.fr>
7275         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7276         (tm_zone): Move their rules to...
7277         * lib/autoconf/types.m4: here, using AN_ macros.
7278         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7279         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7280         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7281         * lib/autoconf/programs.m4: here.
7282         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7283         (ETAGS_FOR_AUTOCONF): New.
7284         Use it.
7286 2002-09-28  Akim Demaille  <akim@epita.fr>
7288         * lib/autoconf/autoscan.m4: New file.
7289         * lib/autoconf/autoconf.m4: Include it.
7290         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7291         that were listed in the original autoscan.list.
7292         * lib/autoconf/headers.m4: Similarly with headers.
7293         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7294         (.m4.m4f): Don't pass --prepend-include, since that's done by
7295         tests/autom4te itself.
7296         * lib/autoscan/Makefile.am: Include freeze.mk.
7297         (autoscan.list): New target --this file is no longer a source.
7298         (autoscan.pre): New file.
7300 2002-09-28  Akim Demaille  <akim@epita.fr>
7302         * bin/autoscan.in (@kinds): Make them singular.
7303         Adjust all uses.
7304         (&init_tables): When --debug, report the list of rules to ease
7305         tracking changes in autoscan.list.
7306         * lib/autoscan/autoscan.list (function): Strip comments, sort.
7308 2002-09-28  Akim Demaille  <akim@epita.fr>
7310         * lib/autoscan/functions, lib/autoscan/headers,
7311         * lib/autoscan/identifiers, lib/autoscan/makevars,
7312         * lib/autoscan/programs: Merge into...
7313         * lib/autoscan/autoscan.list: this.
7314         * bin/autoscan.in (&init_tables): Adjust.
7316 2002-09-28  Akim Demaille  <akim@epita.fr>
7318         * lib/autoscan/functions, lib/autoscan/headers,
7319         * lib/autoscan/identifiers, lib/autoscan/makevars,
7320         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7321         `functions' line is now prefixed with `function:'.
7322         * bin/autoscan.in (&init_tables): Adjust.
7324 2002-09-28  Akim Demaille  <akim@epita.fr>
7326         From now on, autoscan files must always map a macro name to a
7327         word: there is no `default' macro for autoscan.
7329         * bin/autoscan.in (&init_tables): Reject entries with no macro at
7330         all.
7331         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7332         explicit.
7334 2002-09-28  Akim Demaille  <akim@epita.fr>
7336         * bin/autoscan.in (%c_keywords): Remove.
7337         (&used): Keep only track of the words we might be interested in.
7338         (&output_kind): It is no longer needed to look for non active
7339         checks.
7341 2002-09-27  Akim Demaille  <akim@epita.fr>
7343         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7344         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7345         * lib/autoscan/functions: Adjust.
7346         * doc/autoconf.texi (Particular Functions): Adjust.
7348 2002-09-27  Akim Demaille  <akim@epita.fr>
7350         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7351         from /tmp.
7352         Thanks to Bill Moseley and Paul Eggert.
7353         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7354         the tmpdir must be created.
7355         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7356         dir be in the build tree, instead of $TMPDIR.
7358 2002-09-27  Akim Demaille  <akim@epita.fr>
7360         * bin/autoscan.in: Improve the comments.
7361         (&parse_args): Drop obsolete undocumented options.
7362         (&output_kind): Output warnings.
7363         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7364         (getwd): Trigger a warning.
7366 2002-09-26  Akim Demaille  <akim@epita.fr>
7368         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7369         Reported by Ralf Corsepius.
7370         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7372 2002-09-26  Akim Demaille  <akim@epita.fr>
7374         Single suffix rules and seperated dependencies are not portable.
7376         * doc/autoconf.texi (Installation Directory Variables): Update.
7377         (Limitations of Make): Some about `Single Suffix Rules and
7378         Separated Dependencies'.
7379         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7380         (ifnames, autoscan, autom4te): Un-factor into several rules.
7382 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7384         * BUGS (Interoperability bugs): New section.  Mention libtool
7385         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7387 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7389         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7390         make handles suffix-rules differently from GNU make.
7392         * bin/Makefile.am (SUFFIXES, .in): Remove.
7393         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7394         Move the body of the old .in rule here.
7396 2002-09-16  Akim Demaille  <akim@epita.fr>
7398         i960 compilers create `b.out' files by default.
7399         Reported by Ralf Corsepius.
7401         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7402         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7404 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7406         * doc/autoconf.texi (Particular Headers): Remove obsolete
7407         reference to `struct timezone' in the description of
7408         AC_HEADER_TIME.
7410 2002-09-13  Akim Demaille  <akim@epita.fr>
7412         Version 2.54.
7414         * config/config.sub, config/config.guess: Update.
7415         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7416         * Makefile.am: Adjust.
7418 2002-09-13  Akim Demaille  <akim@epita.fr>
7420         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7421         reading config.log when the compiler is rejected.
7422         Suggested by Guido Draheim.
7424 2002-09-13  Akim Demaille  <akim@epita.fr>
7426         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7427         (chdir_init) might hang when stat'ing mounted directories.
7428         Reported by Vance Shipley.
7430 2002-09-12  Akim Demaille  <akim@epita.fr>
7432         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7433         the lists.
7435 2002-09-12  Akim Demaille  <akim@epita.fr>
7437         * doc/autoconf.texi (Defining Symbols): Present two different
7438         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7439         difference between 1 argument calls, and 2-3 argument calls.
7441 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7443         * doc/autoconf.texi: Review grammar and punctuation.
7445 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7447         * doc/autoconf.texi: Fix minor formatting, spelling, and
7448         grammatical typos.
7449         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7450         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7451         is obsolescent.
7453 2002-09-11  Akim Demaille  <akim@epita.fr>
7455         * doc/autoconf.texi (Questions): Rename as...
7456         (FAQ): this.
7457         (Defining Directories): New.
7459 2002-09-09  Akim Demaille  <akim@epita.fr>
7461         * doc/autoconf.texi (Making testsuite Scripts): Update.
7462         Suggested by Nishio Futoshi.
7464 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7466         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7467         plain `@' is wanted.
7469 2002-09-09  Akim Demaille  <akim@epita.fr>
7471         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7472         `duplicates', since the algorithm was too naive and could keep
7473         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7474         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7475         Reported by Ralf Corsepius.
7476         * tests/torture.at (Configuring subdirectories): Exercise these
7477         cases.
7479 2002-09-09  Akim Demaille  <akim@epita.fr>
7481         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7482         looking for a replacement file.
7483         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7484         directory is relative.
7485         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7486         directory definition.
7487         Reported by Andreas Schwab and Jim Meyering.
7489 2002-09-06  Akim Demaille  <akim@epita.fr>
7491         * doc/autoconf.texi (Setting Output Variables): Clarify what
7492         precious variables are.
7493         Suggested by Pontus Skoeld.
7495 2002-09-05  Akim Demaille  <akim@epita.fr>
7497         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7498         (ifnames, autoscan, autom4te): Since we don't only depend on
7499         configure.ac variables (such as VERSION etc.), but also on prefix
7500         and so forth, depend on Makefile, not configure.ac.
7501         Reported by Alexandre Duret-Lutz.
7502         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7504 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7506         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7507         doesn't seem to be confined to ia64, just say "some versions".
7509 2002-09-04  Akim Demaille  <akim@epita.fr>
7511         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7512         Automake 1.6c.
7513         * Makefile.am (maintainer-clean-local): Remove.
7514         (MAINTAINERCLEANFILES): Remove COPYING.
7516 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7518         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7519         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7520         Brinkmann.
7522 2002-09-03  Akim Demaille  <akim@epita.fr>
7524         * configure.ac: Bump to 2.53d.
7525         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7526         as of today, on Automake's team suggestion.
7528 2002-09-03  Akim Demaille  <akim@epita.fr>
7530         Version 2.53c.
7532 2002-09-02  Akim Demaille  <akim@epita.fr>
7534         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7535         SITE_MACRO_DIR.
7536         * configure.ac: Disable SITE_MACRO_DIR.
7538 2002-09-02  Jim Meyering  <meyering@lucent.com>
7540         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7541         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7542         Also, tweak grammar: s/make sure to/be sure to/.
7544 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7546         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7547         directory names are generally preferable to physical names.
7549 2002-09-02  Akim Demaille  <akim@epita.fr>
7551         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7552         Reported by Raja R. Harinath.
7553         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7554         * bin/autoupdate.in: Use error instead of die.
7556 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7558         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7559         ordinary shell concatenation rather than echo+tr+sed command that
7560         runs afoul of a long-line-related sed bug in Solaris 8.
7562         * bin/autoheader.in (parse_args): --warning -> --warnings.
7564         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7565         stdout, as traditional "ls" does.
7566         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7567         _AC_COMPILER_EXEEXT_O): Likewise.
7568         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7570         * bin/autoconf.as: Add --prepend-include option.  This patch was
7571         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7572         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7574         * bin/autoconf.in, configure: Regenerate.
7576         * doc/autoconf.texi (Special Shell Variables): Mention
7577         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7579         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7580         MAILPATH and set PS1, PS2, PS4 to default values, to work
7581         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7582         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7583         the Autoconf documentation specifies; fall back to "unset" only if
7584         this fails.  Use a shell for-loop for this rather than an m4 loop,
7585         to shorten the output script.
7587 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7589         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7590         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7591         for the CDPATH problem.  Document PWD.
7592         (Limitations of Builtins): Document the problem that "cd $foo" and
7593         "ls $foo" may refer to different directories in shells conforming
7594         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7595         example, since the old example is now out of date.
7597         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7598         FOO" and "ls FOO" talk about different directories; this catches
7599         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7600         spaghetti.
7602         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7603         of rolling our own unset.
7604         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7605         in practice we needn't worry about CDPATH if unset doesn't work.
7607         * Makefile.in, aclocal.m4, bin/Makefile.in,
7608         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7609         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7610         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7611         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7612         tests/Makefile.in: Regenerate with Automake 1.6.3.
7614         * config/config.guess, config/config.sub, config/mkinstalldirs:
7615         Update.
7617         * configure: Regenerate with self.
7619 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7621         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7622         default output.
7624 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7626         * bin/autom4te.in (Request::load): Correctly test for "do" read
7627         failure.
7629 2002-08-29  Akim Demaille  <akim@epita.fr>
7631         * lib/Autom4te/General.pm (&xqx): New.
7632         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7633         hand, which is not portable.
7634         (&error): New.
7635         * bin/autom4te.in: Use them.
7636         Use &error instead of die.
7637         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7638         Adjust.
7640 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7642         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7643         default list of compilers to try, since it was long ago superseded
7644         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7646 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7648         * doc/autoconf.texi (Invoking autom4te): End the option table,
7649         fixing a bug introduced by the previous patch.
7650         (Limitations of Make): Add a 'target lookup' subentry in the
7651         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7653 2002-07-29  Mark D. Roth  <roth@feep.net>
7655         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7656         options and use $AUTOM4TE_PATH.
7657         * doc/autoconf.texi: Remove documentation of autom4te
7658         --include-envvar and --site-macro-subdir options and document
7659         use of $AUTOM4TE_PATH.
7660         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7661         arguments from each language section.
7663 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7665         * doc/install.texi: Include copyright symbol in copyright notice.
7667         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7668         Replace with:
7669         (AM_MAKEINFOFLAGS): New macro.
7670         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7671         * Makefile.am (INSTALL): Use the new macros.
7672         Use -o rather than --output, since "missing" does not grok --output.
7674 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7676         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7677         comments do not always work. Never trust the exit status of
7678         `make -k'.
7680 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7682         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7683         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7685 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7687         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7688         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7689         apparently treats PATH="nonexistent" as if it contained ".".
7690         Bug reported by Stefan `Sec' Zehl.
7692 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7694         * doc/autoconf.texi (Limitations of Make): Mention the special
7695         handling of the obj/ directory by BSD make.
7697 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7699         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7700         backslashes.
7702 2002-07-19  Akim Demaille  <akim@epita.fr>
7704         * doc/autoconf.texi (Function Portability): `exit'.
7705         (Programming in M4sh): Ethymology of M4sh.
7707 2002-07-19  Akim Demaille  <akim@epita.fr>
7709         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7711 2002-07-18  Akim Demaille  <akim@epita.fr>
7713         Version 2.53b.
7715 2002-07-18  Akim Demaille  <akim@epita.fr>
7717         * config/config.guess, config/config.sub: Update.
7719 2002-07-18  Akim Demaille  <akim@epita.fr>
7721         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7722         Automake's parts.
7724         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7725         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7726         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7728 2002-07-18  Akim Demaille  <akim@epita.fr>,
7729             Alexandre Duret-Lutz  <duret_g@epita.fr>
7731         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7732         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7734 2002-07-17  Russ Allbery  <rra@stanford.edu>
7736         * doc/autoconf.texi (Initializing configure): Clarify the
7737         description of the tarname default.
7739 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7741         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7742         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7743         latter was not run.
7745 2002-07-17  Akim Demaille  <akim@epita.fr>
7747         * lib/Autom4te/General.pm (find_file): Browse the directories in
7748         the order they are given.
7750 2002-07-17  Akim Demaille  <akim@epita.fr>
7752         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7753         * tests/wrapper.as: this.
7754         * tests/Makefile.am, configure.ac: Adjust.
7756 2002-07-17  Mark D. Roth  <roth@feep.net>
7758         * configure.ac: Add --enable-site-macro-dir option.
7759         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7760         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7761         --site-macro-subdir options.
7762         * bin/autoconf.in: Add --prepend-include option.
7763         * bin/autoheader.in: Add --prepend-include option.
7764         * bin/autoreconf.in: Add --prepend-include option.
7765         * bin/autoscan.in: Add --prepend-include option.
7766         * bin/autoupdate.in: Add --prepend-include option.
7767         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7768         macro directory, remove note that include path directories are
7769         used in reverse order, and document --prepend-include option.
7770         * lib/autom4te.in: Use --prepend-include instead of --include.
7771         * tests/wrapsh.in: Use --prepend-include instead of --include.
7773 2002-07-17  Akim Demaille  <akim@epita.fr>
7775         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7776         tarnames.
7777         * doc/autoconf.texi (Initializing configure): Adjust.
7779 2002-07-17  Akim Demaille  <akim@epita.fr>
7781         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7782         (_AC_FUNC_MALLOC): New.
7783         (AC_FUNC_MALLOC): Use the latter.
7784         Define HAVE_MALLOC to 0 if broken.
7785         * doc/autoconf.texi (Particular Functions): Adjust.
7787 2002-07-16  Akim Demaille  <akim@epita.fr>
7789         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7790         * doc/autoconf.texi (C Compiler): Adjust.
7792 2002-07-09  Akim Demaille  <akim@epita.fr>
7794         * doc/autoconf.texi: Properly set the ``header'' part.
7796 2002-07-09  Akim Demaille  <akim@epita.fr>
7798         * doc/autoconf.texi (Systemology): Some about Darwin.
7800 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7802         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7803         Don't use AC_REQUIRE in AU_DEFUN.
7805 2002-07-09  Art Haas  <ahaas@neosoft.com>
7807         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7809 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7811         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7812         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7813         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7814         so that Emacs setups GNU style for perl-mode and cperl-mode.
7816 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7818         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7819         as per "Limitations of Builtins".
7820         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7821         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7823         * tests/mktests.sh: Use grep instead of fgrep, as per
7824         "Limitations of Builtins".
7826 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7828         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7829         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7830         so that we consistently test the just-built programs.
7831         * tests/wrappl.as: Likewise.
7833 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7835         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7836         name, so that symlinks to 'autoconf' work properly.  Bug reported
7837         by Bruno Haible.
7838         * bin/autoheader.in (AUTOM4TE): Likewise.
7839         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7840         * bin/autoscan.in (autom4te): Likewise.
7841         * bin/autoupdate.in (autom4te): Likewise.
7843         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7844         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7845         on Solaris 2.5.1.
7847 2002-06-11  Andreas Schwab  <schwab@suse.de>
7849         * doc/autoconf.texi: Add more dir entries.
7851 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7853         * bin/autom4te.in ($cache): Don't define using `$me', the name
7854         of the cache should not depend on the name under which autom4te
7855         was installed.
7857 2002-06-07  Akim Demaille  <akim@epita.fr>
7859         * tests/tools.at (autoconf: forbidden tokens, basic)
7860         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7861         words in autom4te.in.
7863 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7865         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7866         _AC_LANG_PROGRAM_C_F77_HOOKS.
7868 2002-06-07  Akim Demaille  <akim@epita.fr>
7870         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7871         rename as...
7872         (AC_REPLACE_FNMATCH): this.
7873         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7874         AC_FUNC_FNMATCH_GNU.
7876 2002-06-07  Akim Demaille  <akim@epita.fr>
7878         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7879         Rosetta Stone for Unix.
7881 2002-06-07  Akim Demaille  <akim@epita.fr>
7883         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7884         suggest m4_pattern_allow.
7885         Suggested by Adam J. Richter.
7887 2002-06-07  Akim Demaille  <akim@epita.fr>
7889         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7890         ac_config_libobj_dir.
7891         (AC_CONFIG_LIBOBJ_DIR): New.
7892         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7893         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7894         Use ac_config_libobj_dir to find the replacement files.
7895         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7896         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7897         (AC_REPLACE_FNMATCH_GNU): these.
7898         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7899         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7900         * tests/mktests.sh (ac_exclude_list): Don't check
7901         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7903 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7905         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7906         if ln doesn't work.
7907         * NEWS: Likewise.
7908         * doc/autoconf.texi (Configuration Links): Likewise.
7909         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7911 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7913         * config/config.guess, config/config.sub, config/texinfo.tex:
7914         Update from masters.
7916 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7918         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7919         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7920         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7921         Likewise.
7922         * lib/autoconf/Makefile.am (check-local): Likewise.
7923         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7924         * lib/autoconf/types.m4 (commentary only): Likewise.
7925         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7926         * lib/autotest/Makefile.am (check-local): Likewise.
7927         * lib/m4sugar/Makefile.am (check-local): Likewise.
7928         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7929         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7931         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7932         * doc/autoconf.texi (Particular Programs): Document them.
7933         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7934         * NEWS: Likewise.
7936 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7938         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7939         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7940         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7941         instead of AC_MBSTATE_T, which never existed.
7943 2002-05-23  Akim Demaille  <akim@epita.fr>
7945         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7946         version of Autoconf that is discussed.
7948 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7950         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7951         from the default list of compilers to try.  Suggested by
7952         Kate Hedstrom.
7953         * NEWS: Document the above.
7954         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7956 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7958         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7959         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7960         This improves on an earlier suggestion by H. Peter Anvin.
7962 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7964         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7965         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7966         Both macros now accept an optional source-dir arg.
7967         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7969         * NEWS: Document this.
7970         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7972         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7973         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7974         not for GNU extensions; this undoes part of the 2000-11-03 change,
7975         reverting to 2.13-compatible behavior.
7976         Add new optional argument DIR.
7977         (AC_FUNC_FNMATCH_GNU): New macro.
7979         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7981 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7983         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7984         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7985         and it causes a 'test' syntax error if it fails.
7986         Bug reported by Stephen Gildea.
7988         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7989         If prototypes are supported, use them to check this at compile-time,
7990         instead of trying to check it at run-time.  If we must do a run-time
7991         check, assume that setvbuf is standard when cross-compiling, as
7992         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7993         Bug reported by Paul D. Smith.
7995         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7996         argument specifying location of getloadavg.c.  This removes a
7997         FIXME.  This idea was taken from Jim Meyering's implementation in
7998         textutils.
7999         * doc/autoconf.texi (Particular Functions): Document this.
8000         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
8001         that's what the code does; this fixes a bug reported by
8002         Paul D. Smith.
8004 2002-05-03  Akim Demaille  <akim@epita.fr>
8006         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
8007         autopoint instead of gettextize.
8008         ($uses_alocal): Rename as...
8009         ($uses_aclocal): this.
8010         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8011         Suggested by Bruno Haible.
8013 2002-05-03  Akim Demaille  <akim@epita.fr>
8015         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
8017 2002-04-29  Paul Eggert  <eggert@twinsun.com>
8019         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
8020         files to be 1 second older; just set them to be the same time.
8021         Also, sleep 1 second after the first aclocal, to work around
8022         problems with sub-second time stamps on the input files.
8024 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
8026         * doc/autoconf.texi: Mention "set -e -x" lossage
8027         under node "Limitations of Builtins".
8029 2002-04-29  Akim Demaille  <akim@epita.fr>
8031         * doc/install.texi: Better wording for setting variables when
8032         running configure.
8033         From Christian Cornelssen.
8035 2002-04-29  Akim Demaille  <akim@epita.fr>
8037         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
8038         of lack of $LINENO support, then the test will compare the $LINENO
8039         in testsuite vs. the lineno in the test file.  This is wrong, of
8040         course.
8041         Be sure to protect it.
8042         Reported by Patrick Welche.
8044 2002-04-25  Akim Demaille  <akim@epita.fr>
8046         * doc/autoconf.texi (Obsolete Macros): Typo.
8047         Reported by Vladimir Volovich.
8049 2002-04-25  Akim Demaille  <akim@epita.fr>
8051         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
8052         than some of the input files, hence, on the second run of aclocal,
8053         if some of its input are younger, make them older.
8054         Suggested by Paul Eggert.
8056 2002-04-25  Akim Demaille  <akim@epita.fr>
8058         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
8059         Thanks to Paul Eggert.
8061 2002-04-25  Akim Demaille  <akim@epita.fr>
8063         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
8064         and ac_subst_vars be sh variables containing the list of
8065         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
8066         DEFAULT diversion.
8067         (_AC_INIT_PREPARE): Use them to log them.
8068         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
8069         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
8070         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
8071         _AC_SUBST_FILES and _AC_SUBST_VARS.
8072         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
8074 2002-04-24  Akim Demaille  <akim@epita.fr>
8076         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
8077         autoheader, so that automake does not complain about a missing
8078         config.h.in that was to be created.
8080 2002-04-23  Akim Demaille  <akim@epita.fr>
8082         * bin/autoheader.in (parse_args): --warning takes an argument.
8083         Fixes PR/220.
8085 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
8087         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
8088         and bb.out when cleaning up.
8090 2002-04-22  Akim Demaille  <akim@epita.fr>
8092         Version 2.53a.
8094 2002-04-22  Akim Demaille  <akim@epita.fr>
8096         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
8098 2002-04-22  Akim Demaille  <akim@epita.fr>
8100         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
8101         comma.
8102         Reported by Gregory Giannoni.
8104 2002-04-22  Akim Demaille  <akim@epita.fr>
8106         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
8107         Fixes false failures on Darwin.
8109 2002-04-21  Paul Eggert  <eggert@twinsun.com>
8111         * TODO, bin/autoupdate.in, doc/autoconf.texi,
8112         lib/autoconf/general.m4, lib/autoconf/libs.m4,
8113         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
8114         tests/tools.at: Minor spelling and grammar fixes.
8116 2002-04-20  Paul Eggert  <eggert@twinsun.com>
8118         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
8119         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
8120         * lib/autotest/general.m4 (AT_INIT): Likewise.
8121         * tests/atgeneral.m4 (AT_INIT): Likewise.
8123 2002-04-19  Paul Eggert  <eggert@twinsun.com>
8125         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
8126         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
8127         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
8128         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8129         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
8130         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
8131         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
8132         Minor spelling and grammar fixes.
8134         * doc/autoconf.texi: Follow the outline suggested in the GNU
8135         Sample Texts sections of the Texinfo 4.2 manual.  Most
8136         importantly, this makes sure that the copyright notices appear in
8137         all output formats.  You probably need Texinfo 4.2 to generate
8138         the manual now.
8140         Fix some bugs when using "$@" when there might be zero positional
8141         arguments in cases where this matters.
8143         * bin/autoconf.as: Rewrite so that the problem does not come up.
8144         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
8145         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
8146         * lib/autotest/general.m4 (AT_INIT): Likewise.
8148         * bin/autoheader.in: Use 'case' statement to work around problem.
8149         * bin/auto4mte.in: Likewise.
8150         * bin/autoreconf.in: Likewise.
8151         * bin/autoscan.in: Likewise.
8152         * bin/autoupdate.in: Likewise.
8153         * bin/ifnames.in: Likewise.
8155         * doc/autoconf.texi (Shell Substitutions): Document the problem.
8157         * lib/autotest/general.m4 (AT_INIT):
8158         Use Zsh alias to work around problem.
8159         * tests/atgeneral.m4 (AT_INIT): Likewise.
8161         * tests/c.at: We can't have zero arguments, so remove workaround
8162         that is not portable to Zsh.
8164 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
8166         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
8167         from aclocal.m4 too.
8169 2002-04-12  Akim Demaille  <akim@epita.fr>
8171         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
8173 2002-04-10  Akim Demaille  <akim@epita.fr>
8175         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
8176         workaround for ${1+"$@"}.
8177         * doc/autoconf.texi (Shell Substitutions): Explain it.
8178         From Oliver Kiddle and Peter Stephenson.
8180         Have M4sh perform minimal shell sanitizing.
8182         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
8183         part into...
8184         (_AS_PREPARE): this new macro.
8185         (AS_PREPARE): New.
8186         (AS_INIT): Invoke AS_SHELL_SANITIZE.
8187         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
8189         Adjust Autoconf and Autotest.
8191         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
8192         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
8193         * lib/autotest/general.m4 (AT_INIT): Likewise.
8194         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
8195         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
8196         AS_SHELL_SANITIZE.
8198         Use this M4sh to generate Autoconf's shell scripts.
8200         * tests/wrapsh.as: New, precursor of wrapsh.in.
8201         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
8202         on Autotest and M4sh.
8203         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
8204         (wrapsh.in): New target.
8205         * bin/autoconf.as: New, precursor of autoconf.in.
8206         (autoconf.in): New target.
8208 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8210         * doc/autoconf.texi (Limitations of Make): Mention the issue
8211         with indented comments in rules.
8213 2002-04-09  Andreas Schwab  <schwab@suse.de>
8215         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
8216         ac_top_builddir when setting ac_abs_top_builddir.
8218 2002-04-06  Kevin Ryde  <user42@zip.com.au>
8220         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
8221         (Portable Shell): Cross reference to Systemology.
8223 2002-04-05  Akim Demaille  <akim@epita.fr>
8225         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
8226         directories when descending in a SUBDIRS.
8227         Reported by Ezra Peisach.
8229 2002-04-04  Andreas Schwab  <schwab@suse.de>
8231         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
8232         contains no literal separators.
8234 2002-04-03  Akim Demaille  <akim@epita.fr>
8236         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
8237         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
8238         Use dnl, not the KILL diversion.
8239         Extracted from...
8240         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
8241         (AC_CONFIG_LINKS): here.
8242         Adjust.
8243         Don't use the KILL diversion, as it kills spurious output, which
8244         results in failures being hidden.
8245         Use m4_defn where appropriate.
8246         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
8247         after the second argument.
8248         Use m4_defn.
8249         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
8250         syntax, as it is provided by M4sugar.
8251         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
8253 2002-04-03  Andreas Schwab  <schwab@suse.de>
8255         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
8256         expanded if $# <= 2.
8258         * bin/autoreconf.in (autoreconf): Run automake after rerunning
8259         aclocal.
8261 2002-04-03  Akim Demaille  <akim@epita.fr>
8263         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
8264         (_AC_COMPILER_EXEEXT_REJECT): New.
8265         Also recognize *.bb and *.bbg as compilation byproducts.
8266         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
8267         (_AC_COMPILER_OBJEXT): Use them.
8268         Fixes Debian #138666.
8270 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
8272         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8274         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8275         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
8276         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8277         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8278         (AC_C_CONST): Same.
8279         (AC_C_INLINE): Same.
8280         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
8281         * doc/autoconf.texi, NEWS: Document.
8282         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8283         AC_C_CROSS.
8285 2002-04-02  Akim Demaille  <akim@epita.fr>
8287         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8288         _AS_MKDIR_P_PREPARE.
8290 2002-03-28  Kevin Ryde  <user42@zip.com.au>
8292         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8293         to avoid versions of HP C which don't allow that.
8295 2002-03-27  Paul Eggert  <eggert@twinsun.com>
8297         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8298         (AS_SHELL_SANITIZE): Invoke it.
8299         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8301 2002-03-26  Akim Demaille  <akim@epita.fr>
8303         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8305 2002-03-26  Akim Demaille  <akim@epita.fr>
8307         * doc/autoconf.texi (Introduction): The GNATS base moved.
8309 2002-03-25  Paul Eggert  <eggert@twinsun.com>
8311         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8312         as POSIX requires, as it doesn't work with Zsh.
8313         * doc/autoconf.texi (Assignments): Document the problem.
8315 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8317         * doc/autoconf.texi (Limitations of Make): Mention more issue
8318         about VPATH, overriding of macros in sub-makes, and handling of
8319         SHELL.
8321 2002-03-21  Paul Eggert  <eggert@twinsun.com>
8323         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8324         problem with here-document buffer boundaries.
8326         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8327         when reinvoking the shell, to work around problems with installers
8328         who put strange things like "cd" commands in their environments.
8330 2002-03-19  Akim Demaille  <akim@epita.fr>
8332         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8333         From Aaron Ucko.
8335 2002-03-19  Akim Demaille  <akim@epita.fr>
8337         * bin/autoscan.in (scan_file): Specify the location in `&used'
8338         invocations.
8339         From Nicolas Joly.
8341 2002-03-19  Akim Demaille  <akim@epita.fr>
8343         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8344         From Nishio Futoshi.
8346 2002-03-19  Akim Demaille  <akim@epita.fr>
8348         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8350 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8352         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8353         (Limitations of Usual Tools): Add mkdir section.
8355         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8356         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8357         back on AS_DIRNAME to compute prefixes otherwise; this is
8358         roughly what mkinstalldirs does.  That way, we need not have
8359         our own filename disassembler.  The old disassembler did not
8360         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8362         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8363         Create at_test_all by a series of assignments,
8364         not by a single assignment of a long string.  The latter causes ksh
8365         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8366         presumably because of a buffer overrun.
8368 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8370         * lib/autotest/general.m4 (at_times_skip):
8371         Renamed from at_times.  Now a boolean.
8372         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8373         says 'times: not found'.
8375 2002-03-14  Akim Demaille  <akim@epita.fr>
8377         * bin/autoreconf.in (&study_gettextize): New.
8378         (&autoreconf): Handle newest gettextize.
8379         Rerun aclocal if needed.
8380         Suggested by Andreas Schwab.
8382 2002-03-13  Akim Demaille  <akim@epita.fr>
8384         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8386 2002-03-13  Akim Demaille  <akim@epita.fr>
8388         * doc/autoconf.texi (Header Portability): New.
8389         Add information about stdint.h and inttypes.h from Paul Eggert.
8391 2002-03-13  Akim Demaille  <akim@epita.fr>
8393         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8394         -p'.
8395         From Bob Proulx.
8397 2002-03-12  Akim Demaille  <akim@epita.fr>
8399         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8400         m4_require.
8402 2002-03-11  Andreas Schwab  <schwab@suse.de>
8404         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8405         does not do it if --with-lispdir is given.
8407 2002-03-08  Akim Demaille  <akim@epita.fr>
8409         Version 2.53.
8411 2002-03-08  Akim Demaille  <akim@epita.fr>
8413         * doc/autoconf.texi (Subdirectories): Clarify that the
8414         subdirectory should exist.
8416 2002-03-08  Akim Demaille  <akim@epita.fr>
8418         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8420 2002-03-08  Akim Demaille  <akim@epita.fr>
8422         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8423         aliases the actual variables, and modifications of the former
8424         affect the latter.
8426 2002-03-08  Akim Demaille  <akim@epita.fr>
8428         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8429         because of C-c: have m4 output in tmp files, then mv them.
8431 2002-03-08  Akim Demaille  <akim@epita.fr>
8433         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8434         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8435         * bin/ifnames.in: Copyright update.
8437 2002-03-08  Akim Demaille  <akim@epita.fr>
8439         * doc/autoconf.texi (Invoking autom4te): New.
8441 2002-03-05  Akim Demaille  <akim@epita.fr>
8443         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8444         Kevin Ryde.
8446 2002-03-05  Akim Demaille  <akim@epita.fr>
8448         Version 2.52i.
8450 2002-03-04  Akim Demaille  <akim@epita.fr>
8452         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8453         * lib/autoconf/general.m4 (AC_INIT): More informative error
8454         message for LIBOBJ.
8456 2002-03-04  Akim Demaille  <akim@epita.fr>
8458         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8459         parallel builds.
8461 2002-03-04  Akim Demaille  <akim@epita.fr>
8463         * doc/autoconf.texi (Transforming Names): Equality between target
8464         and host is irrelevant.
8465         (Specifying Names, Canonicalizing): Remove all references to the
8466         backward compatibility hooks.  Rather, collect them all into...
8467         (Hosts and Cross-Compilation): this new section.
8468         * doc/install.texi (System Type): Ditto.
8469         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8470         that `--host' implies cross-compilation.
8472 2002-03-04  Akim Demaille  <akim@epita.fr>
8474         * doc/autoconf.texi (Evaluation Macros): New.
8475         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8476         useless.
8477         (_m4_foreach): Define the variant with immediate evaluation so
8478         that it contains exactly the items, not an expression which
8479         evaluation is the current item.
8480         (m4_re_string, m4_re_word): Don't over quote them.
8482 2002-03-04  Akim Demaille  <akim@epita.fr>
8484         Instead of having stacking `shift's evaluated at the end, let
8485         `foreach' loops immediately evaluate them.
8487         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8488         $*.  This is the n-th time I change my mind, but hopefully this is
8489         the last...
8490         (m4_lquote): New.
8491         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8492         efficient.
8493         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8494         it was only a hack for m4_text_wrap.
8495         (m4_car2): Remove, replaced by...
8496         (m4_cdr): New.
8497         (_m4_foreach): Adjust.
8498         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8499         m4_bpatsubst for clarification.
8501 2002-03-04  Akim Demaille  <akim@epita.fr>
8503         * doc/autoconf.texi (Changequote is Evil): New.
8505 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8507         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8508         on old systems like SunOS.
8510 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8512         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8513         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8514         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8515         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8516         of messages.
8518 2002-02-28  Akim Demaille  <akim@epita.fr>
8520         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8521         message to be sent.
8523 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8525         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8527 2002-02-25  Akim Demaille  <akim@epita.fr>
8529         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8530         From Akinori Musha.
8532 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8534         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8535         translate \r\n to \n.
8537 2002-02-07  Akim Demaille  <akim@epita.fr>
8539         Version 2.52h.
8541 2002-02-07  Akim Demaille  <akim@epita.fr>
8543         Fix Autoconf PR/209.
8544         Also reported by Frank Denis.
8546         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8548 2002-02-07  Akim Demaille  <akim@epita.fr>
8550         Fix Autoconf PR/207:
8551         AC_PREFIX_PROGRAM fails with dashed program names
8553         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8554         variable when looking for the prefix program.
8555         Now it also works for shell variables.
8557 2002-02-07  Akim Demaille  <akim@epita.fr>
8559         * doc/autoconf.texi (Limitations of Builtins): More about
8560         case/esac.
8562 2002-02-06  Akim Demaille  <akim@epita.fr>
8564         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8565         case/esac, some shells don't support it.
8566         Reported by Zack Weinberg.
8567         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8569 2002-02-06  Akim Demaille  <akim@epita.fr>
8571         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8572         sure not to introduce newlines in at_groups.
8573         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8575 2002-02-06  Akim Demaille  <akim@epita.fr>
8577         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8578         is not available.
8580 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8582         * doc/autoconf.texi (Specific Compiler Characteristics):
8583         Describe HP-UX cc bug workaround more accurately.
8584         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8585         not unsigned long.
8586         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8587         cross-compilers, too.  This undoes some of the most recent change
8588         to this file.
8590 2002-02-05  Akim Demaille  <akim@epita.fr>
8592         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8593         to make sure they are up to date when `check' is run.
8595 2002-02-05  Akim Demaille  <akim@epita.fr>
8597         * doc/autoconf.texi (Making testsuite Scripts): Document
8598         package.m4.
8600 2002-02-05  Akim Demaille  <akim@epita.fr>
8602         * lib/freeze.mk: New.
8604 2002-02-05  Akim Demaille  <akim@epita.fr>
8606         Implement `autom4te --freeze'.
8608         * bin/autom4te.in (&freeze): New.
8609         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8610         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8612 2002-02-05  Akim Demaille  <akim@epita.fr>
8614         * bin/autom4te.in (&parse_args): Implement `frozen files are
8615         optional are the sum of the previous files on the command line'.
8616         Also, pass `--reload-state=' on them, so...
8617         (handle_m4): don't.
8618         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8619         (M4sh): Rely on M4sugar.
8620         (Autotest, M4sh, M4sugar): Use frozen files.
8622 2002-01-31  Akim Demaille  <akim@epita.fr>
8624         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8625         * doc/autoconf.texi (Initializing configure): Adjust.
8627 2002-01-30  Akim Demaille  <akim@epita.fr>
8629         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8630         alphanumeric to `-' instead of `_'.
8632 2002-01-30  Akim Demaille  <akim@epita.fr>
8634         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8635         for plain code, the other for cross-compilation code.  The latter
8636         is now run with GCC only.
8637         * doc/autoconf.texi (Compilers and Preprocessors): New.
8639 2002-01-30  Akim Demaille  <akim@epita.fr>
8641         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8642         values.
8643         * doc/autoconf.texi (Initializing configure): Explain how to
8644         change AC_INIT default values.
8646 2002-01-29  Akim Demaille  <akim@epita.fr>
8648         * tests/torture.at (Configuring subdirectories): Use configure.in,
8649         so that aclocal 1.4 works.
8650         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8652 2002-01-28  Akim Demaille  <akim@epita.fr>
8654         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8655         needs an argument.
8657 2002-01-28  Akim Demaille  <akim@epita.fr>
8659         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8660         AUTOTEST_PATH *after* it was set.
8661         Don't put `.' in the PATH: the user should be precise and `./' if
8662         needed.  In addition, given that the test suite does some `cd', if
8663         `.' is in the path, the `tested programs' sections will report
8664         programs found in the test suite's directory, while during the
8665         tests (performed in their own directory), these programs are no
8666         longer visible.  In other words, the results is confusing and
8667         useless.
8668         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8670 2002-01-24  Akim Demaille  <akim@epita.fr>
8672         Version 2.52g.
8674 2002-01-24  Akim Demaille  <akim@epita.fr>
8676         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8677         * doc/autoconf.texi: Finally add Akim as an author.
8679 2002-01-24  Akim Demaille  <akim@epita.fr>
8681         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8682         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8683         Bourne. Use /bin/sh.
8684         From Andreas Buening.
8686 2002-01-24  Akim Demaille  <akim@epita.fr>
8688         * config/config.guess, config/config.sub, config/texinfo.tex:
8689         Update from masters.
8691 2002-01-24  Akim Demaille  <akim@epita.fr>
8693         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8694         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8695         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8696         * config/missing.m4, config/sanity.m4, config/select.m4,
8697         * config/strip.m4: Remove, to ease sync'ing with any version of
8698         Automake.
8700 2002-01-24  Akim Demaille  <akim@epita.fr>
8702         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8703         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8704         Reported by Geir Ove Myhr.
8706 2002-01-21  Akim Demaille  <akim@epita.fr>
8708         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8710 2002-01-21  Akim Demaille  <akim@epita.fr>
8712         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8713         message on invalid options.
8714         * bin/autom4te.in (parse_args): Don't use
8715         Autoconf::General::getopt with non valid options.
8717 2002-01-17  Jim Meyering  <meyering@lucent.com>
8719         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8720         $ac_cv_exeext so we don't use an old, invalid, cached value.
8722 2002-01-11  Akim Demaille  <akim@epita.fr>
8724         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8725         Meyering.
8726         * doc/autoconf.texi (Function Portability): Document the strnlen
8727         limitation.
8728         (Particular Functions): Document AC_FUNC_STRNLEN.
8729         * lib/autoscan/functions: Adjust.
8731 2002-01-06  Akim Demaille  <akim@epita.fr>
8733         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8734         package.m4, since is really depends upon configure.ac, not
8735         configure.
8736         * doc/autoconf.texi (testsuite Scripts): Adjust.
8737         * tests/Makefile.am (package.m4): New.
8738         EXTRA_DIST it since its a source.
8740 2002-01-06  Akim Demaille  <akim@epita.fr>
8742         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8743         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8744         and PACKAGE_BUGREPORT from here...
8745         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8746         arguments.
8747         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8748         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8749         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8750         * tests/tools.at (autoheader): Adjust.
8751         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8753 2002-01-06  Akim Demaille  <akim@epita.fr>
8755         * bin/autoscan.in (scan_file): Use `&used'.
8757 2002-01-03  Akim Demaille  <akim@epita.fr>
8759         * doc/autoconf.texi (Output): Improved wording regarding use of
8760         AC_OUTPUT.
8761         From Olly Betts.
8763 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8765         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8766         sometimes needing writable input.
8768 2001-12-17  Jim Meyering  <meyering@lucent.com>
8770         * doc/autoconf.texi (New Macros): Tweak wording.
8772 2001-12-14  Akim Demaille  <akim@epita.fr>
8774         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8775         trailing files, don't apply `-rf' to files which might not be
8776         created by configure (core, core.*, and *.core), but just `rm -f'.
8777         Suggested by Jonathan Kamens.
8779 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8781         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8783 2001-12-14  Akim Demaille  <akim@epita.fr>
8785         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8787 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8789         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8790         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8791         abs_srcdir, top_srcpath to abs_top_srcdir.
8792         (_AC_OUTPUT_FILES): Adjust.
8793         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8794         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8795         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8797 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8799         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8800         C/Fortran linking on HP/UX, by extracting the Fortran library
8801         search path from the LPATH line in the $F77 -v output.
8803 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8805         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8806         forbidden file descriptors table.
8808 2001-11-26  Akim Demaille  <akim@epita.fr>
8810         * bin/autoscan.in (%c_keywords): Build it at top level.
8811         Map to 1 in order to simplify its uses.
8813 2001-11-26  Akim Demaille  <akim@epita.fr>
8815         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8816         Remove $filepath, useless.
8817         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8818         variables, they are really part of the tokens.
8819         Split the input line on spaces and then look for tokens.
8820         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8821         because of `lex$U.$(OBJEXT)'.
8822         (&scan_files): Use "@list" instead of join.
8823         * doc/Makefile.am (CLEANFILES): Add *.fns.
8825 2001-11-26  Akim Demaille  <akim@epita.fr>
8827         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8828         Remove, replaced by...
8829         * tests/wrappl.in: Be common for all the Perl executables.
8830         In particular autoscan and autoheader want -I.
8831         * configure.ac: Adjust.
8832         * lib/autoscan/headers: errno.h is portable.
8834 2001-11-26  Akim Demaille  <akim@epita.fr>
8836         * bin/autoscan.in (used): New.
8837         Use it.
8839 2001-11-26  Akim Demaille  <akim@epita.fr>
8841         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8842         directives.
8843         (&scan_sh_file): Remove a duplicate pattern.
8844         (&check_configure_ac): Use long options.
8845         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8847 2001-11-26  Akim Demaille  <akim@epita.fr>
8849         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8850         Before, having a line containing the opening of a multi line
8851         comment made the whole line be ignored.
8853 2001-11-26  Akim Demaille  <akim@epita.fr>
8855         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8856         (testsuite Scripts): Be one of its subsection.
8857         (Autotest Logs): New.
8859 2001-11-26  Akim Demaille  <akim@epita.fr>
8861         Test groups are now run two directories deeper.
8863         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8864         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8865         at_top_builddir.
8866         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8867         top_srcdir, builddir and top_builddir.
8868         Use `at_*dir' relatively to the directory containing the
8869         suite, use `*dir' when relatively to the current group dir.
8871 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8873         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8874         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8875         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8876         spelling errors.
8878 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8880         * doc/autoconf.texi (Using System Type): Add an example of `case
8881         $host' usage so people quit using `case $target' everywhere.
8883 2001-11-22  Akim Demaille  <akim@epita.fr>
8885         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8886         spotted by Jim Meyering.
8888 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8890         This patch implements a `long double' suggestion by Oliver Kiddle.
8892         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8893         static, to catch errors if the value isn't known at compile-time
8894         and the compiler supports dynamic arrays.  Change its name from
8895         `_array_' to `test_array' to avoid potential name clashes.
8896         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8897         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8898         better than double.  Catch a bug in GCC 2.95.2 x86.
8899         * doc/autoconf.texi (C Compiler): Document the above.
8900         * NEWS: Likewise.
8902 2001-11-13  Akim Demaille  <akim@epita.fr>
8904         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8905         hand.
8906         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8908 2001-11-13  Akim Demaille  <akim@epita.fr>
8910         * lib/autotest/general.m4 (AT_INIT): After having run the test
8911         group, go back to the initial directory, not to at_suite_dir.
8913 2001-11-13  Akim Demaille  <akim@epita.fr>
8915         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8916         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8917         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8918         option.
8919         (AT_CHECK_CONFIGURE): Use absolute paths.
8920         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8921         The problem is still the old one: there is no means in M4 (that I
8922         know about) to create a defining macro, because there is no means
8923         to create `$1' etc., therefore, the defining macro ``swallows''
8924         all the arguments meant to the defined macro.
8926 2001-11-13  Akim Demaille  <akim@epita.fr>
8928         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8929         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8930         configure.ac.
8931         * tests/aclocal.m4: Remove, as it is no longer used.
8933 2001-11-13  Akim Demaille  <akim@epita.fr>
8935         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8936         variable names when referring to a single test group, or to
8937         `suite' when referring to the whole test suite.
8938         `at_last_test' is removed: m4 compute at_format itself.
8939         (at_stdout, at_stder1, at_stderr): New variables.
8940         (AT_CHECK): Use them.
8942 2001-11-13  Akim Demaille  <akim@epita.fr>
8944         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8945         in PATH.
8946         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8947         Do it as soon as a test fails, don't wait till the end of the test
8948         suite.
8949         Don't remove $as_me.[0-9]*, since these files no longer exist.
8951 2001-11-13  Akim Demaille  <akim@epita.fr>
8953         * tests/tools.at: Use absolute paths, since we are no longer run
8954         in place.
8956 2001-11-13  Akim Demaille  <akim@epita.fr>
8958         Now that tests are running in their own private dir, there is no
8959         need to list the files to remove at the end of tests groups.
8961         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8962         (AT_data_files, at_data_files): Remove.
8963         (AT_CLEANUP, AT_DATA): Simplify.
8964         (AT_INIT): Adjust.
8965         Remove the group dir if !debug && !failed.
8966         * tests/atspecific.m4: Adjust.
8968 2001-11-13  Akim Demaille  <akim@epita.fr>
8970         Start a new layout for Autotest: `testsuite' creates
8971         `testsuite.dir' in which the at-check-line etc. files are to be
8972         found, and `testsuite.dir/003' where the test group 3 is run.
8974         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8975         at_check_line_file, at_format, at_test_normalized, at_group_dir
8976         are new variables.
8977         Create the directories.
8978         Use absolute paths for at- files.
8979         (AT_CHECK): Adjust.
8981 2001-11-11  Michael Matz  <matz@kde.org>
8983         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8984         (m4_car2): New.
8985         (m4_car): Properly quote arguments.
8987 2001-11-13  Akim Demaille  <akim@epita.fr>
8989         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8990         with stricter rules on LIBOBJS.
8992 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8994         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8995         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8996         __PROTOTYPES too.
8998 2001-11-12  Akim Demaille  <akim@epita.fr>
9000         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
9002 2001-11-12  Akim Demaille  <akim@epita.fr>
9004         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9005         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
9006         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
9007         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
9008         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
9009         specify to what the macro should be defined (typically to 1).
9011 2001-11-12  Akim Demaille  <akim@epita.fr>
9013         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
9014         From Jim Meyering.
9016 2001-11-12  Akim Demaille  <akim@epita.fr>
9018         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9019         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
9020         definition used by Automake where LEX is +/- "${missing} lex" and
9021         `missing' itself contains variables.
9023 2001-11-12  Akim Demaille  <akim@epita.fr>
9025         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
9026         Now that M4sh pushes BODY, the comments were output at the end of
9027         the test suites.
9029 2001-11-08  Akim Demaille  <akim@epita.fr>
9031         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
9032         that we can trace macros from aclocal.m4.
9033         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
9034         obsoleted, and redirect to the former anyway.
9035         Reported by Ralf Corsepius.
9037 2001-11-08  Akim Demaille  <akim@epita.fr>
9039         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
9040         processed only if present.
9041         * tests/torture.at (Configuring subdirectories): Use autoreconf
9042         instead of successive calls to autoconf.
9043         Add a nonexistent subdirectory to exercise the patch above.
9044         Reported by Ralf Corsepius.
9046 2001-11-08  Kevin Ryde  <user42@zip.com.au>
9048         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
9049         doesn't accept .S files.
9051 2001-11-07  Akim Demaille  <akim@epita.fr>
9053         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
9054         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
9055         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
9056         * bin/autom4te.in (warn_forbidden): New.
9057         (handle_output): Use it.
9058         Read m4_pattern_forbid with messages.
9060 2001-11-05  Akim Demaille  <akim@epita.fr>
9062         * bin/autom4te.in (--normalize): Remove.
9063         * lib/autom4te.in: Adjust.
9065 2001-11-05  Akim Demaille  <akim@epita.fr>
9067         * tests/Makefile.am (testsuite): Rename this target as...
9068         ($(TESTSUITE)): this.
9069         From Nicolas Joly.
9071 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
9073         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
9074         the --prefix option, also remove it's argument.
9076 2001-11-05  Akim Demaille  <akim@epita.fr>
9078         * doc/autoconf.texi (testsuite Invocation): Update.
9079         (Writing testsuite.at): Update.
9081 2001-11-03  Akim Demaille  <akim@epita.fr>
9083         * doc/autoconf.texi: s/@code/@command/ where appropriate.
9085 2001-11-03  Akim Demaille  <akim@epita.fr>
9087         * lib/Autom4te/General.pm: (&catfile, &canonfile)
9088         (&file_name_is_absolute): New, wrappers around routines from
9089         File::Spec.
9090         Use and export them.
9091         (&find_configure_ac): Optionally take a directory where to look at.
9092         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
9093         the arguments.
9094         Default @ARGV to `.', not find_configure_ac.
9095         (&autoreconf): Argument is a directory.
9096         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
9097         * doc/autoconf.texi (autoreconf Invocation): Update.
9099 2001-11-03  Akim Demaille  <akim@epita.fr>
9101         * lib/Autom4te/General.pm (@export_vars, @export_subs)
9102         (@export_forward_subs): New.
9103         Add basename, dirname, and fileparse.
9104         (@EXPORT): Adjust.
9105         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
9106         Don't look for aclocal flags if we already know aclocal is not
9107         used.
9108         Move aclocal.m4t only if it exists.
9109         Reported by Ezra Peisach.
9111 2001-11-03  Akim Demaille  <akim@epita.fr>
9113         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
9114         passed on command line, defaulting to ./configure.ac if present.
9115         (&maybe_autoreconf, File::Find): Remove, unused.
9116         (&autoreconf): If autoconf is not used, don't try to trace.
9118 2001-11-02  Akim Demaille  <akim@epita.fr>
9120         * configure.ac: Bump to 2.52g.
9122 2001-11-02  Akim Demaille  <akim@epita.fr>
9124         Version 2.52f.
9126 2001-11-02  Akim Demaille  <akim@epita.fr>
9128         * config/config.guess, config/config.sub, doc/standards.texi:
9129         * config/lispdir.m4: Update from masters.
9130         * configure.ac: Bump to 2.52f.
9132 2001-11-02  Akim Demaille  <akim@epita.fr>
9134         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
9135         Don't run aclocal when aclocal.m4 is not from aclocal.
9136         From Ezra Peisach.
9137         Don't run libtoolize and gettextize if --install is not given.
9139 2001-11-01  Paul Eggert  <eggert@twinsun.com>
9141         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
9142         be invoked before _AS_LINENO_PREPARE.
9143         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
9144         than character ranges.
9146         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
9147         invoking AS_BASENAME.  Set the locale variables to 'C' if
9148         possible, as POSIX requires this to get the traditional
9149         behavior.
9150         * doc/autoconf.texi (Special Shell Variables): Describe the above.
9152 2001-10-31  Paul Eggert  <eggert@twinsun.com>
9154         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
9155         with {}, as that triggers a bug in Bash 2.05.
9157         (_AS_LINENO_PREPARE): Use Sed rather than
9158         Awk.  Fix the sed prepass to work even if there are multiple
9159         instances of $LINENO on the same line.  Do not substitute for
9160         other variables like $LINENOT.  Do not check file dates; such a
9161         check is unreliable on sufficiently fast machines, and removing
9162         the check makes the code simpler and more reliable.  Check for
9163         output and chmod failures.
9165         * doc/autoconf.texi (Special Shell Variables): Document
9166         the above.
9168 2001-10-31  Akim Demaille  <akim@epita.fr>
9170         * tests/Makefile.am (atconfig): Remove this target, Automake
9171         handles it now.
9173 2001-10-31  Akim Demaille  <akim@epita.fr>
9175         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
9176         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
9177         provided, while it is optional.
9178         * configure.ac: Adjust.
9180 2001-10-26  Paul Eggert  <eggert@twinsun.com>
9182         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
9183           lib/Autom4te/Struct.pm:
9184         Require Perl 5.005_03 instead of just 5.005, as some tests fail
9185         with 5.005_02.
9187         * doc/autoconf.texi (Special Shell Variables): Document some
9188         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
9190         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
9191         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
9192         eval $LINENO is not portable in practice.
9194 2001-10-24  Akim Demaille  <akim@epita.fr>
9196         * lib/Autom4te/General.pm (backname): New.
9198 2001-10-24  Akim Demaille  <akim@epita.fr>
9200         * m4/: Remove, merged into...
9201         * config/: here.
9203 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
9205         * doc/autoconf.texi (Shellology): Mention the problems with bash
9206         2.05's use of ANSI quoting in its `set' builtin.
9208 2001-10-22  Paul Eggert  <eggert@twinsun.com>
9210         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
9211         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
9212         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
9213         POSIX decided to standardize on the int flavor of strerror_r.
9214         Always do char* test, as there's no reason not to.
9215         Assign to a char* var, to catch strerror_r that returns int*.
9217         * doc/autoconf.texi (Particular Functions):
9218         Document the above changes.  Also, document the fact that
9219         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
9221         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
9223 2001-10-20  Akim Demaille  <akim@epita.fr>
9225         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
9226         the executable was missing from the log.
9228 2001-10-20  Akim Demaille  <akim@epita.fr>
9230         * lib/Autom4te/General.pm (&update_file): If destination is
9231         unchanged, remove the source.
9232         (&up_to_date_p): Don't be verbose, be debug.
9233         * bin/autoreconf.in: No longer support --m4dir.
9234         (&autoreconf): Display the full path of the configure.ac we are
9235         studying.
9236         Trace it only once.
9237         Be sure to honor --force with gettextize.
9238         Always run aclocal.
9239         * doc/autoconf.texi: Adjust.
9241 2001-10-20  Akim Demaille  <akim@epita.fr>
9243         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
9244         Remove, dead.
9245         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
9246         `intl' is already present, as it refuses unless --force.
9247         (&parse_args): Use -I, --include instead of the old Autoconf
9248         options.
9249         ($localdir, $autoconf_dir): Remove.
9250         (@include): New.
9251         (&maybe_autoreconf): New, to preserve $_ for File::Find.
9253 2001-10-19  Jens Petersen  <petersen@redhat.com>
9255         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
9256         * doc/autoconf.texi (Particular Programs): Likewise.
9258 2001-10-19  Akim Demaille  <akim@epita.fr>
9260         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
9261         file in @configure_input@.
9262         Don't mention `automatically' in addition to `generated'.
9263         * tests/torture.at (#define header templates): Adjust.
9265 2001-10-19  Akim Demaille  <akim@epita.fr>
9267         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
9268         comment, explain how to install automatic mode selection.
9269         From Russ Allbery.
9271 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
9273         * bin/autoreconf.in (autoreconf): Display the path to the
9274         configure.ac being studied.
9276 2001-10-18  Paul Eggert  <eggert@twinsun.com>
9278         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9279         long, to work around a bug in the HP C compiler version HP92453-01
9280         B.11.11.23709.GP.
9282         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9283         (AS_BASENAME_EXPR): New macro.
9284         (AS_BASENAME_SED): Do not assume GNU sed semantics.
9285         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9286         and fall back on 'sed' only if the other two fail.  This makes
9287         AS_BASENAME act more like AS_DIRNAME.
9288         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9289         contains white space.
9290         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9291         Use AS_DIRNAME, since I think it's now DOS-friendly.
9292         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9293         Allow "dirname //FOO" to return either / or //, as POSIX allows
9294         either behavior.
9296 2001-10-10  Akim Demaille  <akim@epita.fr>
9298         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9299         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9300         From Eric Sharkey.
9302 2001-10-10  Akim Demaille  <akim@epita.fr>
9304         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9305         m4_define, since...
9306         (_AS_ECHO_N): AS_REQUIREs it.
9308 2001-10-10  Akim Demaille  <akim@epita.fr>
9310         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9311         (AC_INCLUDES_DEFAULT): Move to...
9312         * lib/autoconf/headers.m4: here.
9313         * lib/autoconf/types.m4: Comment changes.
9314         * doc/autoconf.texi: Specify where the default includes are used
9315         in the macro prototypes.
9317 2001-10-09  Akim Demaille  <akim@epita.fr>
9319         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9320         transition code.
9322 2001-10-08  Akim Demaille  <akim@epita.fr>
9324         * bin/autoreconf.in (&autoreconf): Remove debugging code.
9325         (&parse_args): Pass verbosity/debugging options to subtools when
9326         --debug, not when --verbose.
9327         * lib/autom4te.in (Autoreconf-preselections): New.
9328         (Autoconf): Use it.
9330 2001-10-08  Akim Demaille  <akim@epita.fr>
9332         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9334 2001-10-08  Akim Demaille  <akim@epita.fr>
9336         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9337         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9339 2001-10-08  Akim Demaille  <akim@epita.fr>
9341         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9342         (Syntax of the shell scripts): Don't.
9343         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9344         bother with $force since...
9345         * lib/Autom4te/General.pm: does.
9347 2001-10-08  Akim Demaille  <akim@epita.fr>
9349         * bin/autoreconf.in: Rewrite in Perl.
9350         * configure.ac: Adjust.
9351         * lib/Autom4te/General.pm (&up_to_date_p): New.
9352         * bin/autom4te.in (&up_to_date_p): Use it.
9353         Rename as...
9354         (&up_to_date): this.
9356 2001-10-08  Akim Demaille  <akim@epita.fr>
9358         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9359         (m4_list_cmp): Use $0 to reinvoke yourself.
9360         (m4_patsubsts): New.
9361         (m4_strip, m4_version_unletter): Use it.
9362         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9364 2001-10-08  Akim Demaille  <akim@epita.fr>
9366         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9367         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9368         * lib/autoconf/types.m4, lib/autotest/general.m4,
9369         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9370         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9371         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9372         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9374 2001-10-08  Akim Demaille  <akim@epita.fr>
9376         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9378 2001-10-08  Akim Demaille  <akim@epita.fr>
9380         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9381         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9382         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9383         * tests/tools.at, tests/m4sh.at: Use it.
9384         * tests/m4sh.at: Don't rely on Autoconf macros.
9385         (DIRNAME_TEST): Also exercise the expr variant.
9386         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9387         preferred M4sugar extension is now `.4s'.
9388         * tests/README: Remove.
9390 2001-10-08  Akim Demaille  <akim@epita.fr>
9392         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9393         (m4_provide_if): this.
9394         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9395         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9396         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9397         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9399 2001-10-08  Akim Demaille  <akim@epita.fr>
9401         Use `add-log-current-defun-function' for ChangeLog creation.
9402         Suggested by Tom Tromey.
9404         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9405         (autotest-mode): Adjust.
9406         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9407         'comment-region onto `C-c ;'.
9408         Comments are `#', not `dnl'.
9409         (autoconf-current-defun): New.
9410         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9412 2001-10-08  Akim Demaille  <akim@epita.fr>
9414         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9415         * lib/m4sugar/m4sh.m4: here.
9416         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9417         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9418         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9419         include handle the m4_pattern_*, no longer push the
9420         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9421         * lib/autotest/general.m4 (AT_INIT): Likewise.
9422         * tests/base.at: Adjust the tests to use AS_INIT.
9423         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9424         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9425         Autoconf.
9427 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9429         * doc/autoconf.texi (config.status Invocation):
9430         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9432         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9433         shell does not support LINENO, and if CONFIG_SHELL is unset or
9434         empty, and if we can find a shell that does support LINENO,
9435         then set CONFIG_SHELL to that shell and then re-execute
9436         ourselves with CONFIG_SHELL.
9438 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9440         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9441         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9442         build of $(TESTSUITE).
9444 2001-10-05  Akim Demaille  <akim@epita.fr>
9446         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9447         iff we are a bareword.
9448         Reported by Raja R Harinath.
9450 2001-10-05  Akim Demaille  <akim@epita.fr>
9452         * tests/m4sh.at (LINENO): New.
9453         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9454         PATH_SEPARATOR before using it.
9455         Fix the absolute path case/esac pattern.
9456         Provide $0 as fallback for as_myself.
9457         Reported by Raja R Harinath.
9459 2001-10-05  Akim Demaille  <akim@epita.fr>
9461         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9462         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9464 2001-10-05  Akim Demaille  <akim@epita.fr>
9466         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9467         (AS_SHELL_SANITIZE): here.  Use it.
9468         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9469         From Paul Eggert.
9471 2001-10-04  Akim Demaille  <akim@epita.fr>
9473         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9474         combination of Awk and sed to replace $LINENO.
9476 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9478         * doc/autoconf.texi (Limitations of Builtins): You can't use
9479         "source"; it's not portable.  Remove confusing and
9480         somewhat-incorrect example involving "." and "/".
9482         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9483         compatibility with POSIX shells.
9485 2001-10-02  Akim Demaille  <akim@epita.fr>
9487         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9488         instead of exec'ing to preserve $0 and $@.
9490 2001-10-01  Akim Demaille  <akim@epita.fr>
9492         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9493         Don't run twice the same test.
9495 2001-10-01  Akim Demaille  <akim@epita.fr>
9497         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9498         No longer output the list of tests.
9499         <--list>: New option.
9500         <--full-help>: Remove.
9501         Complete the short/long options duality.
9502         Various small adjustments.
9504 2001-10-01  Akim Demaille  <akim@epita.fr>
9506         * doc/autoconf.texi: Use @kbd for user input.
9507         Always use `$' as shell prompt.
9509 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9511         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9512         Don't use nested parenthesization.  This patch was originally
9513         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9514         but somehow it didn't get incorporated then.
9515         * doc/autoconf.texi (Limitations of Usual Tools):
9516         Clarify remark about sed and nested parenthesization.
9518         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9519         Report an error if the size cannot be determined even though
9520         the type exists.
9521         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9522         Check for `expr' arithmetic overflow, and for compilation failure,
9523         and invoke a new argument $4 if either is discovered.
9524         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9525         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9527 2001-09-28  Akim Demaille  <akim@epita.fr>
9529         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9530         * m4/lispdir.m4: New.
9531         * aclocal.m4, configure.ac: Adjust.
9533 2001-09-28  Akim Demaille  <akim@epita.fr>
9535         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9536         (AT_TESTED): this.
9537         (AT_INIT): More the wrapped section to where it will be expanded.
9538         Output `AT_tested' only when existing.
9539         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9541 2001-09-27  Akim Demaille  <akim@epita.fr>
9543         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9544         generates too many bug reports.
9546         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9547         status when executing the ACTION-IF-FALSE.
9548         * tests/base.at (AC_TRY_*): Rename as...
9549         (AC_TRY_COMMAND): this.
9550         (AC_RUN_IFELSE): New.
9551         * tests/compile.at (Extensions, C keywords)
9552         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9553         (Broken/missing compilers, AC_PROG_CPP with warnings)
9554         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9555         * tests/c.at (Extensions, C keywords)
9556         (Broken/missing compilers, AC_PROG_CPP with warnings)
9557         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9558         (AC_PROG_CPP requires AC_PROG_CC): here and...
9559         * tests/fortran.at (GNU Fortran 77): there.
9560         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9561         AC_TRY_RUN is about compilation, not shell commands.
9562         (Test Programs): AC_TRY_RUN works as used to be advertised.
9564 2001-09-27  Akim Demaille  <akim@epita.fr>
9566         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9567         Raja R Harinath:
9568         Be sure to detect when $LINENO always returns the same value.
9569         Look for the original script, basename($0) is certainly not
9570         enough.
9571         Pass the CLI arguments to `$as_me.lineno'.
9573 2001-09-25  Akim Demaille  <akim@epita.fr>
9575         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9576         Be sure the close and reopen the LOG fd before and after using tee
9577         to extend the log.
9578         <at_tests_pattern>: Adjust to the new format of at_help_all.
9580 2001-09-23  Akim Demaille  <akim@epita.fr>
9582         * bin/autom4te.in (parse_args): There can be several invocations
9583         of --language now.
9585 2001-09-23  Akim Demaille  <akim@epita.fr>
9587         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9589 2001-09-23  Akim Demaille  <akim@epita.fr>
9591         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9592         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9593         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9594         builddir, buildpath, top_builddir, and top_buildpath.
9595         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9596         the current directory.
9597         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9598         variables *before* changing the current directory.
9599         Skip nonexistent dirs.
9600         * doc/autoconf.texi (Preset Output Variables): Document these
9601         variables.
9603         * lib/autotest/general.m4: Do not reset AT_victims.
9604         Don't compute at_srcdir nor at_top_srcdir.
9606         * tests/tools.at: Hence use top_srcdir.
9608         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9609         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9610         Remove.
9611         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9612         * tests/wrapsh.in, tests/autoupdate.in: New.
9613         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9614         * configure.ac: Build the position independent wrappers.
9616         * man/Makefile.am: Now that test wrappers are position
9617         independent, use them and drop dark envvar magic.
9619 2001-09-23  Akim Demaille  <akim@epita.fr>
9621         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9622         (Programming in M4sh): this.
9623         Promote to @section.
9625 2001-09-23  Akim Demaille  <akim@epita.fr>
9627         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9628         Pass $at_debug_args to the rerun test suite.
9629         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9630         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9631         From Paul Eggert.
9633 2001-09-23  Akim Demaille  <akim@epita.fr>
9635         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9637 2001-09-23  Akim Demaille  <akim@epita.fr>
9639         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9640         over-escaping.
9642 2001-09-23  Akim Demaille  <akim@epita.fr>
9644         * lib/Autom4te/General.pm (&debug): New.
9645         * bin/autom4te.in ($language): Move to...
9646         (parse_args): here.
9647         Handle --language in languages.
9648         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9649         (Autoscan-selections): New.
9650         (Autoconf): Adjust.
9652 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9654         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9655         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9656         to match current versions from CVS Automake.
9658 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9660         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9661         for $LINENO.
9663 2001-09-22  Akim Demaille  <akim@epita.fr>
9665         * lib/autoconf/autotest.m4: Create `package.m4'.
9666         * tests/Makefile.am (package.m4): Remove.
9668 2001-09-22  Akim Demaille  <akim@epita.fr>
9670         Rely on `$LINENO' when possible instead of `__oline__'.
9672         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9673         `$LINENO' support replacement when not supported.
9674         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9675         them explicitly to be sure they are not output before this section
9676         (via m4_require).  Cosmetic only.
9677         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9678         * lib/autoconf/programs.m4: Replace all the occurrences of
9679         `__oline__' with `$LINENO'.
9680         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9682 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9684         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9685         character (u: -> ue) in a code comment.
9686         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9687         it works.
9689 2001-09-21  Akim Demaille  <akim@epita.fr>
9691         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9692         Suggested by Jim Meyering.
9694 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9696         * lib/autoconf/programs.m4: Use extensions listed in
9697         $ac_executable_extensions when looking for programs.
9699 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9701         * lib/autoconf/general.m4: Fix a small Englisho.
9702         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9703         setting up ac_dir_suffix and ac_top_builddir.
9704         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9706 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9708         * doc/autoconf.texi (File System Conventions): Clarify the use of
9709         PATH_SEPARATOR.
9710         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9711         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9712         be used instead of ':'.
9713         * lib/autotest/general.m4: Replace occurrences of ':' in
9714         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9716 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9718         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9719         arguments.  Fixed a typo.
9721 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9723         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9724         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9726 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9728         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9729         * bin/autoupdate.in: Ditto.
9730         * bin/autoheader.in: Reworded a few comments.
9731         * bin/autoconf.in: Reworded help text for a few options.
9732         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9733         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9735 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9737         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9738         already have $file).  Set output files to binary mode (helps avoid
9739         CR issues on DOSish systems).
9741 2001-09-19  Akim Demaille  <akim@epita.fr>
9743         * lib/autotest/general.m4: Englishoes.
9744         From Tim Van Holder and Alexey Mahotkin.
9746 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9748         * doc/autoconf.texi (Common Shell Constructs): New node,
9749         documenting AS_DIRNAME.
9750         (Limitations of Usual Tools): Refer to it when discussing dirname.
9751         Also, update discussion of POSIX standard to reflect latest draft.
9753         * lib/autoconf/c.m4:
9754         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9756         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9757         Do not pass a first argument with leading '-'
9758         to expr, by parenthesizing initial integers that might be negative.
9760         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9761         now merely checks whether it is an error to pass an argument
9762         to getpgrp.
9764         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9765         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9766         whether it is a (compile-time) error to pass an argument to
9767         getpgrp.  This simpler test supports the revised documentation,
9768         and is all that AC_FUNC_GETPGRP's users really need.
9770 2001-09-18  Akim Demaille  <akim@epita.fr>
9772         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9774 2001-09-18  Akim Demaille  <akim@epita.fr>
9776         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9777         `{}'.
9778         * lib/autotest/general.m4 (AT_INIT): Adjust.
9780 2001-09-18  Paul Wagland  <paul@wagland.net>
9782         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9783         correctly.
9784         Add test for AS_BASENAME.
9785         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9786         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9787         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9788         * tests/base.at: Fixed the expected responses. The old ones were
9789         one line out...
9790         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9791         the documentation claims it should (and how it behaved in 2.13).
9793 2001-09-18  Akim Demaille  <akim@epita.fr>
9795         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9796         the AC_CONFIG_COMMANDS invocation.
9797         This also solves the name clash problems.
9798         Don't set the package's ID.
9799         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9800         No longer to be shipped.
9801         (version.in): Remove.
9802         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9803         * lib/autoconf/status.m4: Adjust.
9804         Use `m4_PACKAGE_STRING'.
9805         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9806         the only optional argument is the name of the test suite.
9807         Expect `package.m4' to define the package signature.
9808         * lib/autom4te.in (Autotest): Add `package.m4?'.
9809         * tests/Makefile.am (package.m4): New.
9810         * tests/suite.at: ifnames is a victim.
9812 2001-09-18  Akim Demaille  <akim@epita.fr>
9814         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9815         AC_LIBSOURCE, AC_CONFIG_FILES.
9816         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9817         program version string doesn't match the package's.
9818         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9819         after `(cached)'.
9821 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9823         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9824         Allow expression to return any value that can fit into unsigned long
9825         (not int, as before).  Check for output errors.
9827 2001-09-17  Bruno Haible  <haible@ilog.fr>
9829         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9830         Always include <stdio.h> and <stdlib.h>. Evaluate
9831         the expression in an extra function before these includes. Call
9832         fprintf "%d" only after ensuring the argument is of type 'int'.
9833         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9835 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9837         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9838         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9839         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9840         when they don't exist.
9842         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9843         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9844         need it.
9846         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9847         version with the version used by fileutils 4.1, except use
9848         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9849         we don't need it.
9851         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9853 2001-09-13  Akim Demaille  <akim@epita.fr>
9855         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9856         _first_.
9857         Reported by Gerrit P. Haase.
9859 2001-09-13  Akim Demaille  <akim@epita.fr>
9861         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9862         m4_defn'ing is valid.
9864 2001-09-13  Akim Demaille  <akim@epita.fr>
9866         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9867         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9868         Use it.
9870 2001-09-13  Akim Demaille  <akim@epita.fr>
9872         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9873         m4_match.
9874         (m4_re_escape): New.
9875         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9876         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9877         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9878         Likewise.
9879         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9880         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9881         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9882         AT_tests_all for consistency.
9883         Set at_victims.
9884         (AT_VICTIMS): Similar to AT_KEYWORDS.
9885         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9887 2001-09-13  Akim Demaille  <akim@epita.fr>
9889         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9891 2001-09-13  Akim Demaille  <akim@epita.fr>
9893         * lib/autotest/general.m4 (AT_INIT): Create and remove
9894         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9895         test suites can cohabit.
9897 2001-09-13  Akim Demaille  <akim@epita.fr>
9899         * tests/mktests.sh: Don't output banners for empty test files.
9901 2001-09-13  Akim Demaille  <akim@epita.fr>
9903         Test suites can be run independently of configure.
9905         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9906         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9907         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9908         ECHO_N etc.
9909         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9910         and at_c.
9911         * lib/autotest/general.m4: Use ECHO_*.
9913 2001-09-13  Akim Demaille  <akim@epita.fr>
9915         * bin/ifnames.in: Rewrite in Perl.
9916         * configure.ac: Don't look for AWK.
9917         * tests/tools.at (AWK portability): Remove.
9918         (Syntax of the shell scripts): Don't check ifnames.
9919         (AT_CHECK_PERL_SYNTAX): New.
9920         (Syntax of the Perl scripts): Check ifnames.
9921         * tests/ifnames: New.
9923 2001-09-13  Akim Demaille  <akim@epita.fr>
9925         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9926         test group titles.
9927         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9928         Remove all the other keywords.
9930 2001-09-10  Akim Demaille  <akim@epita.fr>
9932         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9933         SETUP: no longer used.
9934         Support -k, --keywords.
9935         <at_help>: Be `no', `short', or `long'.
9936         <at_help_all>: New variable.
9937         (AT_KEYWORDS): New.
9938         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9939         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9940         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9941         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9942         No longer fill the HELP diversion.
9943         (AT_CLEANUP): Use them.
9944         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9945         (m4_list_append): Remove.
9947         Spread a few keywords in the Autoconf test suite.
9949 2001-09-10  Akim Demaille  <akim@epita.fr>
9951         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9952         PATH_SEPARATOR, let M4sh compute it.
9953         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9954         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9955         Move to...
9956         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9957         Simplify when the path is not a literal.
9958         (AS_UNAME): Use it to report PATH.
9959         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9960         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9961         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9962         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9963         normalize the path, and to look for victims.
9964         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9965         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9967 2001-09-07  Akim Demaille  <akim@epita.fr>
9969         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9970         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9971         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9972         related variables into `at_package_*'.
9973         * lib/autotest/general.m4 (AT_VICTIMS): New.
9974         (AT_INIT): Adjust for stand-alone/embedded test suites.
9975         (AS_MESSAGE_LOG_FD): Define and use it.
9976         * tests/suite.at (AT_VICTIMS): Use it.
9977         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9978         at_version.
9980 2001-09-07  Akim Demaille  <akim@epita.fr>
9982         Move toward possibly stand-alone test suites.
9984         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9985         in addition, it introduces useless differences in logs.
9986         (AT_INIT): Let atconfig and atlocal be both optional.
9987         Adjust PATH computation.
9988         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9990 2001-09-07  Akim Demaille  <akim@epita.fr>
9992         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9993         m4sugar/version.m4.
9995 2001-09-05  Akim Demaille  <akim@epita.fr>
9997         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9998         to avoid GCC warnings.
9999         From Uwe Seimet.
10001 2001-09-05  Akim Demaille  <akim@epita.fr>
10003         * bin/autom4te.in: --language is -l, not -s.
10005 2001-09-05  Akim Demaille  <akim@epita.fr>
10007         Be ready to handle filenames as stupid as `dnl.at', for if even
10008         the maintainer is dumb enough to do that...
10010         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
10011         excellence in M4 quotation: consider `__file__' is active.
10013         And BTW, when invoking m4, pass the --include in the right order:
10014         the wrong one.
10016         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
10017         4m.
10019 2001-09-05  Akim Demaille  <akim@epita.fr>
10021         * lib/Autom4te/XFile.pm: New lib file.
10022         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
10023         * bin/autoheader.in: Use it.
10025 2001-09-05  Akim Demaille  <akim@epita.fr>
10027         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
10028         defined.
10030 2001-09-05  Akim Demaille  <akim@epita.fr>
10032         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
10033         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
10035         * bin/autoscan.in: Use `getopt' and `find_files' etc.
10036         Add -I, --include support.
10037         * doc/autoconf.texi (autoscan Invocation): Adjust.
10039 2001-09-05  Akim Demaille  <akim@epita.fr>
10041         CVS GNU M4 doesn't like `undefine(undefined)'.
10043         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
10044         New, extracted from main.
10045         Use IO::File wherever possible.
10046         (input.m4): Be constant, use -I instead of hard coding $tmp.
10047         Therefore be a quoted heredoc.
10048         Don't invoke `_au_disable', since ac was not loaded, but just
10049         `unm4.m4'.
10051 2001-08-31  Akim Demaille  <akim@epita.fr>
10053         Version 2.52d.
10055 2001-08-31  Akim Demaille  <akim@epita.fr>
10057         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
10058         previous patch.
10059         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
10061 2001-08-31  Akim Demaille  <akim@epita.fr>
10063         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
10064         serious problems handling heredocs in heredocs.
10065         Reported by Nicolas Joly.
10067 2001-08-31  Akim Demaille  <akim@epita.fr>
10069         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
10070         (Making testsuite Scripts): Update.
10072 2001-08-31  Akim Demaille  <akim@epita.fr>
10074         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
10076 2001-08-31  Akim Demaille  <akim@epita.fr>
10078         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
10079         (testsuite Scripts): There is no such thing as `atconfig.in'.
10080         And actually one diagram is missing: test suite runtime.
10082 2001-08-31  Akim Demaille  <akim@epita.fr>
10084         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
10085         inverse order.
10087 2001-08-31  Akim Demaille  <akim@epita.fr>
10089         * bin/autoupdate.in (@include): `installcheck' revealed the path
10090         to m4sugar was lacking!
10092 2001-08-31  Akim Demaille  <akim@epita.fr>
10094         * man/Makefile.am (.x.1): We really have to pass
10095         autom4te_perllibdir.
10097 2001-08-31  Akim Demaille  <akim@epita.fr>
10099         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
10100         debug scripts, in particular passing explicitly listed tests to
10101         run is stupid.
10103 2001-08-31  Akim Demaille  <akim@epita.fr>
10105         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
10106         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
10107         Use directly autom4te, not autoconf.
10108         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
10110 2001-08-31  Akim Demaille  <akim@epita.fr>
10112         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
10113         * bin/autoheader.in (%symbol): Strip arguments of macros.
10115 2001-08-31  Akim Demaille  <akim@epita.fr>
10117         * doc/autoconf.texi: Catch up -I, --include changes.
10119 2001-08-31  Akim Demaille  <akim@epita.fr>
10121         * bin/autom4te.in (&parse_args): Die on unknown languages.
10122         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
10123         need for autoconf.
10124         Promote --include over --macrodir and other obsolete options.
10126 2001-08-31  Akim Demaille  <akim@epita.fr>
10128         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
10129         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
10130         * bin/autom4te.in ($autoconf): Pass --force.
10131         `print $out' doesn't print `$_' but `$out'.
10132         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
10133         (autoheader): Pass --force since the test suite goes too fast for
10134         the time stamps.
10135         Adjust to the new autoheader messages.
10137 2001-08-31  Akim Demaille  <akim@epita.fr>
10139         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
10140         Check the completeness of the #template.
10141         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
10142         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
10143         invocation.
10145 2001-08-31  Akim Demaille  <akim@epita.fr>
10147         * lib/Autom4te/General.pm (&find_file, &update_file): New.
10148         * bin/autoupdate.in, bin/autoheader.in: Adjust.
10149         Drop AC_MACRODIR dead for real.
10150         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
10151         `autoheader: `config.hin' is created'.
10152         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
10154 2001-08-31  Akim Demaille  <akim@epita.fr>
10156         * bin/autoheader.in: Rewrite in Perl.
10157         * tests/autoheader: Adjust.
10159 2001-08-31  Akim Demaille  <akim@epita.fr>
10161         * bin/autoconf.in (--include, -I): New option.
10162         Map --localdir, --autoconf-dir onto it.
10163         Forward autom4te's options instead of interpreting them.
10164         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
10165         There is no such envvar since the inception of autom4te.cfg.
10166         * bin/autom4te.in (&parse_args): Uniquify `@include'.
10167         * bin/autoupdate.in: Adjust, and perform more control.
10168         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
10169         * tests/autoconf: Dittowise.
10171 2001-08-31  Akim Demaille  <akim@epita.fr>
10173         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
10174         * bin/autom4te.in (&find_file): Support `FILE?' standing for
10175         optionally `FILE'.
10176         Use -e, not -f, since /dev/null for instance is OK.
10177         (&parse_args): Adjust.
10178         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
10180 2001-08-31  Akim Demaille  <akim@epita.fr>
10182         * configure.ac: Also find tested executables in bin.
10183         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
10184         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
10185         installed peer executables, only PATH is allowed to resolve it.
10186         Pass `autoconf_dir' via options, not via invisible envvars.
10187         * lib/Autom4te/General.pm (&find_peer): Remove.
10188         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
10189         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
10190         * man/Makefile.am: Let help2man rely on PATH instead of trying to
10191         find the executables for it.
10192         * tests/Makefile.am: Major cleanup.  Too lazy to document...
10193         * tests/atlocal.in: Remove all the obscure envvar manipulations.
10194         We only need PERL.
10195         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
10196         indeed related to running the test suite, while passing
10197         --autoconf-dir and others is related to running non installed
10198         Autoconf executables.  So don't do that, leave it to...
10199         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
10200         * tests/autoscan: New.
10201         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
10202         refer to library files: rely on --language.
10204 2001-08-29  Akim Demaille  <akim@epita.fr>
10206         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
10207         s/--set/--language/.
10209 2001-08-29  Akim Demaille  <akim@epita.fr>
10211         * doc/autoconf.texi: Strip the @nodes.
10212         Suggested by Paul Eggert.
10213         (Initializing configure): Typo.
10215 2001-08-29  Akim Demaille  <akim@epita.fr>
10217         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
10218         Suggested by Paul Eggert.
10220 2001-08-29  Akim Demaille  <akim@epita.fr>
10222         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
10223         download in a tmp dir.
10225 2001-08-29  Akim Demaille  <akim@epita.fr>
10227         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
10228         case insensitive OSes out there :(
10229         From Tim Van Holder.
10231 2001-08-29  Akim Demaille  <akim@epita.fr>
10233         * lib/autom4te.in: New.
10234         * lib/Makefile.am (edit, autom4te.cfg): New.
10235         * bin/autom4te.in (BEGIN): Simplify.
10236         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
10237         (&load_configuration): New.  Use it.
10238         (&parse_args): Support --mode, --set, and --melt.
10239         * bin/autoconf.in: Simplify and adjust.
10240         * tests/Makefile.am (AUTOMAKE): Use --set.
10241         * tests/atlocal.in: Adjust.
10242         * BUGS: distcheck and check are weak.
10244 2001-08-29  Akim Demaille  <akim@epita.fr>
10246         * lib/autotest/general.m4: Use
10247                 foo=`(command) 2>/dev/null`
10248         not
10249                 foo=`command` 2>/dev/null
10250         (at-devnull): Rename as...
10251         (AT-devnull): this.
10252         (--clean): Remove AT-* files too.
10253         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
10254         Reported by Nicolas Joly.
10256 2001-08-28  Akim Demaille  <akim@epita.fr>
10258         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
10259         quotes inside single quotes.
10260         Reported by Nicolas Joly.
10262 2001-08-28  Kevin Ryde  <user42@zip.com.au>
10264         * doc/autoconf.texi (Function Portability): Mention C right shifts.
10266 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
10268         * lib/autotest/general.m4: Reword some messages.
10269         (AT_INIT): Check for the `times' builtin before using it.
10270         Support test ranges as arguments to the testsuite.
10271         Have -e imply -d as the help text suggested.
10273 2001-08-27  Akim Demaille  <akim@epita.fr>
10275         * Makefile.maint: Formatting changes.
10276         (do-po-update, po-update, cvs-update, update): New targets.
10277         (AMTAR): Remove.
10279 2001-08-27  Akim Demaille  <akim@epita.fr>
10281         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10282         <at_cmd_line>: New.
10283         Pass it to debug-*.sh scripts.
10284         <AUTOTEST_PATH>: May contain absolute dir names.
10286 2001-08-27  Akim Demaille  <akim@epita.fr>
10288         * lib/autotest/general.m4 (AT_INIT): Log the command line.
10289         Support `VAR=VAL' as arguments.
10290         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10291         may be set via the command line.
10293 2001-08-27  Akim Demaille  <akim@epita.fr>
10295         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10296         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10297         first the build dirs, then the src dirs.
10298         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10300 2001-08-27  Akim Demaille  <akim@epita.fr>
10302         * lib/autotest/general.m4 (AT_INIT): Output the definition of
10303         at_data_files earlier.
10304         (--clean, -c): New option.
10305         * tests/Makefile.am: Use this option.
10307 2001-08-27  Akim Demaille  <akim@epita.fr>
10309         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10310         `ac_top_builddir' to mimic Automake's vocabulary, which much more
10311         readable.
10312         Adjust callers.
10313         * doc/autoconf.texi (Configuration Actions): Document the vars
10314         available in commands.
10315         Emphasize the risks of collisions in init-cmds.
10317 2001-08-27  Akim Demaille  <akim@epita.fr>
10319         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10320         (Initializing configure): this new node.
10322 2001-08-27  Akim Demaille  <akim@epita.fr>
10324         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10326 2001-08-27  Akim Demaille  <akim@epita.fr>
10328         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10329         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10330         New file.
10331         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10333 2001-08-27  Akim Demaille  <akim@epita.fr>
10335         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10336         to...
10337         * lib/autoconf/autoheader.m4: this new file.
10338         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10339         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10340         Move to...
10341         * lib/autoconf/autoupdate.m4: this new file.
10343 2001-08-27  Akim Demaille  <akim@epita.fr>
10345         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10346         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10347         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10348         -> ac_dir).
10349         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10350         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10352 2001-08-27  Akim Demaille  <akim@epita.fr>
10354         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10355         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10356         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10357         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10358         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10359         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10360         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10361         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10362         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10363         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10364         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10365         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10366         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10367         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10368         (_AC_OUTPUT_SUBDIRS): Move to...
10369         * lib/autoconf/status.m4: this new file.
10370         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10371         * tests/Makefile.am, tests/suite.at: Adjust.
10373 2001-08-27  Akim Demaille  <akim@epita.fr>
10375         Automake 1.5.
10377         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10378         (AMTAR): Help automake define it.
10379         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10380         needed, 1.5 can have a macro and a target with the same name.
10381         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10382         * m4/strip.m4: New.
10383         * m4/init.m4, m4/sanity.m4: Update.
10384         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10385         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10386         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10387         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10389 2001-08-27  Akim Demaille  <akim@epita.fr>
10391         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10393         * lib/autoconf/version.in: Remove.
10394         * lib/m4sugar/version.in: New.
10395         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10396         Adjust callers.
10397         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10398         the name of the directory they're in, instead of the filename,
10399         since version.m4 is now in m4sugar, but m4_acversion must not be
10400         classified as an Autoconf macro.
10401         ($input_m4): Don't qualify the path to m4sugar.
10402         Rather, pass autoconf_dir to m4.
10403         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10404         * tests/suite.at: Require 2.52c.
10406 2001-08-27  Akim Demaille  <akim@epita.fr>
10408         testsuite.log should include config.log.
10410         * lib/autotest/autotest.m4: New.
10411         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10412         * tests/suite.at : Adjust.
10413         (AT_INIT): Log config.log.
10414         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10415         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10416         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10417         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10418         of config.log on traps.
10419         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10420         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10421         for config.status'.
10422         Open the log as soon as possible.
10423         Use the same log introduction as configure's.
10425 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10427         * doc/autoconf.texi (Indices): New node.
10428         Move indices out of the top level menu and into this submenu.
10430 2001-08-22  Akim Demaille  <akim@epita.fr>
10432         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10433         AC_TRY_COMMAND.
10434         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10436 2001-08-22  Akim Demaille  <akim@epita.fr>
10438         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10439         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10440         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10441         * lib/autoconf/programs.m4: here.
10442         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10443         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10444         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10445         * lib/autoconf/programs.m4: here.
10446         (_AC_DECL_YYTEXT): Rename as...
10447         (_AC_PROG_LEX_YYTEXT_DECL): this.
10448         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10449         * tests/Makefile.am, tests/suite.am: Adjust.
10451 2001-08-22  Akim Demaille  <akim@epita.fr>
10453         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10454         Move to...
10455         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10456         here.
10457         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10458         * lib/autoconf/functions.m4: here.
10459         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10460         (AH_CHECK_LIB): Move to...
10461         * lib/autoconf/libs: this new file.
10462         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10463         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10464         * lib/autoconf/libs.m4: here.
10465         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10467 2001-08-22  Akim Demaille  <akim@epita.fr>
10469         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10470         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10471         (AC_SITE_LOAD): Better logging of config.site.
10473 2001-08-20  Akim Demaille  <akim@epita.fr>
10475         * configure.ac (AT_CONFIG): Fix the path.
10476         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10477         can be used.
10479 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10481         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10482         program with AC_LANG_PROGRAM before feeding it to
10483         AC_COMPILE_IFELSE.  Cleanup grep usage.
10485 2001-08-20  Akim Demaille  <akim@epita.fr>
10487         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10488         * NEWS, README, README-alpha, TODO, tests/README: This package is
10489         `Autoconf', not `autoconf' (the executable).
10491 2001-08-20  Akim Demaille  <akim@epita.fr>
10493         Info readers seem to need `Index' in the index node title :(
10495         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10496         simplified index node names.
10498 2001-08-20  Akim Demaille  <akim@epita.fr>
10500         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10501         arguments are not literals.
10502         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10503         Specify the output variables, and macros defined.
10505 2001-08-20  Akim Demaille  <akim@epita.fr>
10507         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10508         (Examining Syntax) <AC_TRY_COMPILE>
10509         (Examining Libraries) <AC_TRY_LINK>
10510         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10511         their arguments.
10512         Reported by Werner Lemberg.
10514 2001-08-20  Akim Demaille  <akim@epita.fr>
10516         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10517         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10518         Load atlocal late enough to dump it in the log.
10519         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10521 2001-08-20  Akim Demaille  <akim@epita.fr>
10523         * tests/torture.at (Configuring subdirectories): New test.
10524         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10525         looking for.
10526         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10527         (top_srcdir): Fix its computation.
10529 2001-08-20  Akim Demaille  <akim@epita.fr>
10531         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10532         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10533         test suite lives.
10534         Create `atconfig' automagically.
10535         Configure atlocal.in if present.
10536         * tests/atconfig.in: Remove.
10537         * tests/atlocal.in: New.
10538         * tests/Makefile.am: Adjust.
10540 2001-08-20  Akim Demaille  <akim@epita.fr>
10542         Huh!?!?!  There are still some user EOF tags used, which prevents
10543         their use in AC_CONFIG_COMMANDS for instance...
10545         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10546         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10547         `_CSEOF', or `_ATEOF', as appropriate.
10548         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10549         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10551 2001-08-20  Akim Demaille  <akim@epita.fr>
10553         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10554         * tests/semantics.at, tests/tools.at, tests/torture.at:
10555         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10557 2001-08-20  Akim Demaille  <akim@epita.fr>
10559         Autotest invokes M4sh's initialization.
10561         * lib/autotest/general.m4: Adjust the diversion names.
10562         (AT_INIT): Run AS_INIT.
10563         Use the BINSH diversion to invoke /bin/sh.
10564         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10565         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10567 2001-08-20  Akim Demaille  <akim@epita.fr>
10569         Let M4sh have its own diversions.
10571         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10572         (_m4_divert(NOTICE)): Rename as...
10573         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10574         (_m4_divert(HEADER-COMMENT)): these.
10575         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10576         (_m4_divert(NOTICE)): New, for Libtool.
10577         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10578         long ago with `_m4_divert(GROW)'.
10579         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10581 2001-08-20  Akim Demaille  <akim@epita.fr>
10583         * tests/base.at, tests/compile.at, tests/foreign.at,
10584         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10585         * tests/semantics.at, tests/suite.at, tests/tools.at,
10586         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10588 2001-08-20  Akim Demaille  <akim@epita.fr>
10590         * bin/autom4te.in (handle_output): Handle @__@.
10592 2001-08-20  Akim Demaille  <akim@epita.fr>
10594         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10595         * lib/autotest/general.m4: Adjust the license.
10597 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10599         * doc/autoconf.texi (Function Portability): Mention snprintf,
10600         following up on a suggestion by Kevin Ryde.
10602 2001-08-17  Akim Demaille  <akim@epita.fr>
10604         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10605         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10607 2001-08-17  Akim Demaille  <akim@epita.fr>
10609         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10610         `$0.log' as for projects where testsuite is in src, we'd have
10611         testsuite.log created in src.
10613 2001-08-17  Akim Demaille  <akim@epita.fr>
10615         * bin/autom4te.in (&parse_args): Recognize --normalize.
10617 2001-08-17  Akim Demaille  <akim@epita.fr>
10619         Start implementing the AC_CHECK_HEADER transition scheme.
10621         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10622         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10623         (AC_CHECK_HEADER): Use them.
10625 2001-08-17  Akim Demaille  <akim@epita.fr>
10627         * doc/autoconf.texi: Work around Texinfo buglets.
10628         (Transformation Rules): One example is enough, users are expected
10629         to have their brains on. And BTW, use DESTDIR.
10630         (dvar): New macro.  Use it.
10632 2001-08-17  Akim Demaille  <akim@epita.fr>
10634         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10635         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10636         looking for ChangeLogs.
10638 2001-08-17  Akim Demaille  <akim@epita.fr>
10640         * bin/autom4te.in: --normalize is a new option.
10641         * bin/autoconf.in: Use it.
10643 2001-08-17  Akim Demaille  <akim@epita.fr>
10645         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10646         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10648 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10650         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10651         start, not at end.
10653 2001-08-15  Akim Demaille  <akim@epita.fr>
10655         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10656         Use it.
10658 2001-08-15  Akim Demaille  <akim@epita.fr>
10660         * doc/autoconf.texi (pr): New index.
10661         (prindex, findex): Use, merge, and output them.
10662         (Environment Variable Index, Output Variable Index)
10663         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10664         (Autotest Macro Index): Rename as...
10665         (Environment Variables, Output Variables,Preprocessor Symbols)
10666         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10667         * doc/install.texi: Use @command.
10668         (Environment Variables): Rename as...
10669         (Defining Variables): this.
10671 2001-08-15  Akim Demaille  <akim@epita.fr>
10673         * doc/autoconf.texi (Function Portability): sprintf's return
10674         value.
10675         From Kevin Ryde.
10677 2001-08-15  Akim Demaille  <akim@epita.fr>
10679         * Makefile.maint (CVS): New.
10680         (local-check): Run changelog-check. last.
10681         (alpha): Don't depend upon local-check, since...
10682         (cvs-dist): depends upon it.
10684 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10686         * tests/Makefile.am: Use a clean-local rule to remove
10687         autom4te.cache (it's a directory, not a file.
10688         * Makefile.am: Ditto (but maintainer-clean-local).
10690 2001-08-15  Akim Demaille  <akim@epita.fr>
10692         * bin/autom4te.in (@m4_warning): New.
10693         (&handle_m4): Use it.
10694         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10695         warnings are issued at each run.
10696         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10697         is in the src tree.
10699 2001-08-15  Akim Demaille  <akim@epita.fr>
10701         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10702         don't waste time running `autoupdate --version' works.
10703         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10705 2001-08-13  Akim Demaille  <akim@epita.fr>
10707         * doc/autoconf.texi (ma): Rename this index as...
10708         (ac): this.
10710 2001-08-13  Akim Demaille  <akim@epita.fr>
10712         * Makefile.am: Remove dead code and dead comments.
10713         (pdf, html): New targets.
10714         * doc/autoconf.texi (Using Autotest): New chapter.
10715         * doc/Makefile.am (pdf): New targets.
10716         (CLEANFILES): Adjust.
10718 2001-08-13  Akim Demaille  <akim@epita.fr>
10720         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10721         duration of the test suite.
10723 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10725         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10726         endianness for comparison instead of relying on AT_CHECK_ENV.
10728 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10730         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10731         to the INSTALL file.
10733 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10735         * NEWS: The autoconf manual now is distributed under the terms
10736         of the GNU Free Documentation License.
10738         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10739         Add an appendix "Copying This Manual" for the FDL.
10741         * doc/fdl.texi: New file, from
10742         <http://www.gnu.org/licenses/fdl.texi>.
10744         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10746 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10748         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10749         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10750         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10751         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10752         m4/sanity.m4, tests/README, tests/aclocal.m4,
10753         tests/atspecific.m4, tests/base.at, tests/compile.at,
10754         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10755         tests/semantics.at, tests/suite.at, tests/tools.at,
10756         tests/torture.at: Add copyright notice.
10758         * tests/mktests.sh: Update year in copyright notice.
10760 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10762         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10764 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10766         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10767         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10768         * doc/autoconf.texi (C Compiler Characteristics): Update
10769         documentation for AC_C_BIGENDIAN.
10771 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10773         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10774         magic values from an object file when cross-compiling.
10775         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10777 2001-08-10  Akim Demaille  <akim@epita.fr>
10779         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10780         effects.
10781         Suggested by Russ Allbery.
10783 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10785         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10786         current $prefix to the sub-configures.
10788 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10790         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10791         extension (needed on BeOS).  Reported by Guido van Rossum.
10793 2001-08-09  Akim Demaille  <akim@epita.fr>
10795         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10797 2001-08-07  Akim Demaille  <akim@epita.fr>
10799         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10800         removed.
10801         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10802         No need to remove the files before and after the each test, before
10803         each test and at the end of the suite is enough.
10804         Display only the children `times', not the shell's.
10805         If the test failed or was skipped, at-times is not available.
10807 2001-08-07  Akim Demaille  <akim@epita.fr>
10809         Always produce testsuite.log, including when there are no
10810         failures.  This helps getting information on skipped tests, and
10811         duration of the tests.  Err, implement the latter btw.
10813         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10814         Dump information on the first run of each test.
10815         (AT_CLEANUP): Create `at-times' containing the duration of the
10816         test group.
10818 2001-08-07  Akim Demaille  <akim@epita.fr>
10820         The use of `dumpstat' revealed that `len' was used although it
10821         should not.  m4_text_wrap was using it, but in the Autoconf world
10822         where it is legal.  Hence (i) test M4sh in its own world, not
10823         Autoconf's, and (ii), ahem, fix the bug :)
10825         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10826         does not like `' instead of [].
10827         (AT_INIT): Forbid `^_?AT_'.
10828         And don't output such tokens.
10829         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10830         `script.as', and `autom4te.cache'.
10831         Remove `empty' and `macro' which are no longer used.
10832         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10833         * tests/m4sugar.at: Use it.
10834         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10836 2001-08-07  Akim Demaille  <akim@epita.fr>
10838         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10840 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10842         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10844 2001-08-04  Akim Demaille  <akim@epita.fr>
10846         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10847         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10848         AC_TRY_LINK.
10849         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10850         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10851         (AC_F77_MAIN): Likewise.
10853 2001-08-04  Akim Demaille  <akim@epita.fr>
10855         Don't rely on M4sugar outputting the patterns in files, since we
10856         might process the output _without_ running m4, hence without these
10857         files.
10859         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10860         * bin/autom4te.in (@Request::includes): Remove, unused.
10861         (@Request::source): Rename as...
10862         (@Request::input): this.
10863         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10864         (&handle_output): Fetch the patterns from the traces.
10865         `$forbidden' and `$allowed' are constant: use m//o.
10866         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10867         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10869 2001-08-04  Akim Demaille  <akim@epita.fr>
10871         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10872         autoconf', i.e., in addition to caching traces, cache the output.
10874         * bin/autom4te.in (Request::cache): Rename as...
10875         (Request::id): this.
10876         ($cache, $icache, $tcache, $ocache): New.
10877         (&handle_m4): Save M4 output in the cache instead of $tmp.
10878         (&handle_output): Adjust.
10879         (&up_to_date_p): Check that the output cache is up to date too.
10880         (top level): Run `&handle_m4' iff force or the cache is invalid.
10881         Run `&handle_output' if the output cache is more recent.
10883 2001-08-04  Akim Demaille  <akim@epita.fr>
10885         * bin/autom4te.in ($force): New.
10886         (&parse_args, &print_usage): -f, --force is a new option.
10887         (&handle_output): CPP directives might have spaces after `#'.
10888         (&parse_args): The first file only can be frozen.
10890 2001-08-04  Akim Demaille  <akim@epita.fr>
10892         Don't let autom4te compute the `include' traces several times:
10893         first check that the trace cache file is up to date, and then
10894         compare its timestamp with that of the output.
10896         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10897         the preamble.  Don't require 5.005 as Autom4te::General does it,
10898         and better yet (use `use', not `require'!).
10899         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10900         Class::Struct as Autom4te::Struct.
10901         * lib/Autom4te/General.pm (File::stat): Use it.
10902         (&mtime): New, export it.
10903         * bin/autom4te.in: Use it.
10904         Declare `$req' is invalid if it is outdated.
10905         Don't declare it valid before saving it if something went wrong.
10907 2001-08-04  Akim Demaille  <akim@epita.fr>
10909         Autom4te shall not encode Autoconf data, and preselecting traces
10910         must be proposed to the users.
10912         * bin/autom4te.in (@required_trace): Remove.
10913         (@preselect): New.
10914         (&parse_args, &print_usage): -p, --preselect is a new option.
10915         (&up_to_date_p): Adjust.
10916         * bin/autoconf.in: Preselect some Autoconf macros.
10918 2001-08-04  Akim Demaille  <akim@epita.fr>
10920         * tests/tools.at (autoconf --trace: user macros): Check traces on
10921         macros invoked without arguments, and macros invoked with multiple
10922         lines arguments.
10924 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10926         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10927         arguments.
10929 2001-08-03  Akim Demaille  <akim@epita.fr>
10931         * bin/autoconf.in ($@): Work around the usual sh bug.
10932         From Nicolas Joly.
10934 2001-08-03  Akim Demaille  <akim@epita.fr>
10936         Clean up the handling of the M4 builtins tracing exception.
10938         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10939         trace requests.
10940         (@m4_builtins): Rename as...
10941         (@m4_builtin): this.
10942         (%m4_builtin_alternate_name): New.
10943         (&parse_args): Complete the trace requests with alternate names.
10944         (&handle_traces): Hence no longer do it here.
10945         (&trace_requests): Remove, unused.
10947 2001-08-03  Akim Demaille  <akim@epita.fr>
10949         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10950         m4_if, and m4_wrap.
10952 2001-08-03  Akim Demaille  <akim@epita.fr>
10954         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10955         (m4_divert_pop): Dump the whole diversion stack when a diversion
10956         mismatch happens.
10957         * bin/autom4te.in (&handle_output): Remember of the first
10958         occurrence of a possibly undefined macro, not the last.
10959         Complain about the possibly undefined macros in the same order as
10960         the appear in the output.
10961         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10962         * tests/tools.at (autoconf: forbidden tokens, basic)
10963         (autoconf: forbidden tokens, exceptions): No longer sort
10964         autoconf's stderr, as it is now deterministic.
10965         Check that `dnl' is caught.
10967 2001-08-01  Akim Demaille  <akim@epita.fr>
10969         * configure.ac: Bump to 2.52c.
10971 2001-08-01  Akim Demaille  <akim@epita.fr>
10973         Version 2.52b.
10975         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10977 2001-08-01  Akim Demaille  <akim@epita.fr>
10979         Version 2.52a.
10981 2001-08-01  Akim Demaille  <akim@epita.fr>
10983         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10984         `die'.
10985         (&END): New.
10986         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10987         `END', as `Autom4te::General::END' will be triggered.
10988         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10989         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10990         system to run `mv', `rm', and `cmp'.
10992 2001-08-01  Akim Demaille  <akim@epita.fr>
10994         * lib/Autom4te/General.pm (&unique): New.
10995         * bin/autoscan.in (&output): Use it to issue trace requests once.
10997 2001-08-01  Akim Demaille  <akim@epita.fr>
10999         * lib/Autom4te/General.pm: New.
11000         * bin/autom4te.in (Autom4te::General): Use it.
11001         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
11002         (&find_configure_ac, &find_slave): Remove.
11003         * bin/autoscan.in: Likewise.
11004         * bin/autoupdate.in: Likewise.
11006 2001-08-01  Akim Demaille  <akim@epita.fr>
11008         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
11009         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
11010         * bin: here, new directory.
11011         * lib/Autoconf: Rename as...
11012         * lib/Autom4te: this, to please case insensitive junkie OSes.
11014 2001-08-01  Akim Demaille  <akim@epita.fr>
11016         * autom4te.in ($m4): Handle the --nesting-limit.
11017         * autoconf.in (M4): Remove.
11019 2001-08-01  Akim Demaille  <akim@epita.fr>
11021         * autoconf.in ($AWK): Remove, no longer used.
11022         * test/tools.at: Use AT_CHECK_AUTOCONF.
11023         (AWK portability): Remove, for autoconf no longer uses AWK.
11024         (Syntax of the Perl scripts): New.
11025         * configure.ac: autoconf no longer needs an AWK with a good
11026         regexp engine.
11027         Use a static test on AC_PACKAGE_VERSION.
11028         * autom4te.in (&up_to_date_p): Output depends on the arguments.
11029         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
11030         * tests/atconfig.in (PERL): New.
11032 2001-08-01  Akim Demaille  <akim@epita.fr>
11034         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
11035         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
11036         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
11037         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
11038         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
11039         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
11040         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
11041         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
11042         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
11043         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
11044         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
11045         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
11046         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
11047         * lib/autoconf/c.m4: here, new file.
11049         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
11050         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
11051         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
11052         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
11053         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
11054         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
11055         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
11056         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
11057         (AC_F77_FUNC): Move to...
11058         * lib/autoconf/fortran.m4: here, new file.
11060 2001-08-01  Akim Demaille  <akim@epita.fr>
11062         * acfunctions.m4: Rename as...
11063         * lib/autoconf/functions.m4: this.
11064         * acgeneral.m4: Rename as...
11065         * lib/autoconf/general.m4: this.
11066         * acheaders.m4: Rename as...
11067         * lib/autoconf/headers.m4: this.
11068         * aclang.m4: Rename as...
11069         * lib/autoconf/lang.m4: this.
11070         * acoldnames.m4: Rename as...
11071         * lib/autoconf/oldnames.m4: this.
11072         * acspecific.m4: Rename as...
11073         * lib/autoconf/specific.m4: this.
11074         * actypes.m4: Rename as...
11075         * lib/autoconf/types.m4: this.
11076         * autoconf.m4: Rename as...
11077         * lib/autoconf/autoconf.m4: this.
11079         * m4sugar.m4: Rename as...
11080         * lib/m4sugar/m4sugar.m4: this.
11081         * m4sh.m4: Rename as...
11082         * lib/m4sugar/m4sh.m4: this.
11084         * tests/atgeneral.m4: Rename as...
11085         * lib/autotest/general.m4: this.
11087         * acfunctions: Rename as...
11088         * lib/autoscan/functions: this.
11089         * acheaders: Rename as...
11090         * lib/autoscan/headers: this.
11091         * acidentifiers: Rename as...
11092         * lib/autoscan/identifiers: this.
11093         * aclibraries: Rename as...
11094         * lib/autoscan/libraries: this.
11095         * acmakevars: Rename as...
11096         * lib/autoscan/makevars: this.
11097         * acprograms: Rename as...
11098         * lib/autoscan/programs: this.
11100 2001-08-01  Akim Demaille  <akim@epita.fr>
11102         * doc/autoconf.texi: Moving/deleting open files is not portable.
11103         Portability issues for `.' (source), and more information about sed.
11105 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
11107         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
11108         which has a special meaning and is not a reference to libibmil.a.
11109         Reported by Matteo Frigo.
11111 2001-07-25  Pavel Roskin  <proski@gnu.org>
11113         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
11114         output.
11116 2001-07-25  Akim Demaille  <akim@epita.fr>
11118         * autoconf.in: Try to define the variables before using them.
11119         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
11120         instead of `$perllibdir'.
11121         * tests/atconfig.in ($autom4te_perllibdir): Export it.
11123 2001-07-25  Akim Demaille  <akim@epita.fr>
11125         * autoconf.in (ac_LF_and_DOT): Remove, unused.
11127 2001-07-24  Akim Demaille  <akim@epita.fr>
11129         Let autoconf use autom4te for traces.
11131         * autoconf.in ($task, task trace): Remove, merely pass --trace to
11132         autom4te.
11133         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
11134         (Because I found no way for autom4te to accept `-').
11135         * autom4te.in (&Request::request): Beware of M4 builtins.
11136         (END): Don't try to remove the content of an empty dir.
11137         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
11138         (&handle_output): Set a default value to `$forbidden'.
11139         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
11140         ($autoconf): Pass --debug and --verbose.
11141         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
11142         cache.
11144 2001-07-24  Akim Demaille  <akim@epita.fr>
11146         Let autoconf use autom4te to create configure.
11148         * autoconf.in ($automate): New var.
11149         (task script): Use autom4te.
11150         * autom4te.in (File::Spec): Use it.
11151         (&find_file): New.
11152         (&parse_args): --warning is -W, not -w.
11153         Find the top level files.
11154         (&handle_m4): Pass the warnings flags.
11155         Don't report verbosely m4's failures, unless requested.
11156         (&handle_output): Don't complain for forbidden tokens in comments.
11157         Be sure to report all the forbidden tokens within a single line.
11158         (&trace_format_to_m4): Preserve `$_'.
11159         (&handle_traces): Sort the output macros.
11160         (&up_to_date_p): Find the files before trying to get its time stamp.
11162 2001-07-24  Akim Demaille  <akim@epita.fr>
11164         * Makefile.am: Ship, build and install Autom4te.
11165         (SUBDIRS): Add lib.
11166         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
11167         * configure.in: Require Perl.
11168         * man/autom4te.in: New.
11170 2001-07-19  Paul Eggert  <eggert@twinsun.com>
11172         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
11173         example, rather than (exit 1); exit (which isn't portable).
11175 2001-07-18  Akim Demaille  <akim@epita.fr>
11177         Version 2.52.
11179 2001-07-18  Akim Demaille  <akim@epita.fr>
11181         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
11182         was run, while they are needed also when it is expanded.
11183         Reported by Nicolas Joly.
11185         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
11186         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
11187         AC_F77_DUMMY_MAIN being expanded.
11189 2001-07-18  Akim Demaille  <akim@epita.fr>
11191         * configure.in: Bump to 2.51a.
11193 2001-07-17  Akim Demaille  <akim@epita.fr>
11195         Version 2.51.
11197 2001-07-17  Akim Demaille  <akim@epita.fr>
11199         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
11200         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
11202 2001-07-17  Akim Demaille  <akim@epita.fr>
11204         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
11205         used.  Well, then use the prototypes when you can, and runtime as
11206         a last resort.
11207         Reported by Artur Frysiak
11209         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
11210         (AC_FUNC_GETPGRP): Use it.
11211         First try to compile with 0-ary or 1-ary calls.
11213 2001-07-17  Akim Demaille  <akim@epita.fr>
11215         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
11216         replacement type.
11217         From Paul Eggert.
11219 2001-07-17  Akim Demaille  <akim@epita.fr>
11221         * Makefile.maint: Sync. with cppi 1.10.
11223 2001-07-17  Akim Demaille  <akim@epita.fr>
11225         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
11226         AC_F77_DUMMY_MAIN has been run.
11227         From Pavel Roskin and Steven G. Johnson.
11229 2001-07-17  Akim Demaille  <akim@epita.fr>
11231         * configure.in: Rename as...
11232         * configure.ac: this.
11234 2001-07-17  Akim Demaille  <akim@epita.fr>
11236         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
11237         rules.
11238         From Marc Espie.
11239         * Makefile.maint (release-archive-dir): Rename as...
11240         (release_archive_dir): this, so that it can be specialized in
11241         Makefile.
11243 2001-07-14  Akim Demaille  <akim@epita.fr>
11245         * configure.in: Bump to 2.50d.
11247 2001-07-14  Akim Demaille  <akim@epita.fr>
11249         Version 2.50c.
11250         * Makefile.maint (alpha): Typo.
11252 2001-07-14  Akim Demaille  <akim@epita.fr>
11254         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
11256 2001-07-14  Akim Demaille  <akim@epita.fr>
11258         * config/config.guess, config/config.sub, config/texinfo.tex
11259         * doc/standards.texi, doc/make-stds.texi: Update.
11261 2001-07-14  Akim Demaille  <akim@epita.fr>
11263         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
11265 2001-07-14  Akim Demaille  <akim@epita.fr>
11267         * Makefile.maint (maintainer-check): Rename as...
11268         (maintainer-distcheck): this.
11269         (changelog-check, static-check): New.
11270         Use them.
11272 2001-07-14  Kevin Ryde  <user42@zip.com.au>
11274         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11275         for CXX is g++, not gcc.
11277 2001-07-14  Akim Demaille  <akim@epita.fr>
11279         * doc/autoconf.texi (Files): New subsection.
11281 2001-07-14  Akim Demaille  <akim@epita.fr>
11283         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11284         of...
11285         (Generic Compiler Characteristics): this.
11286         (C++ Compiler): New subsection.
11288 2001-07-14  Akim Demaille  <akim@epita.fr>
11290         * autoscan.in: Use IO::File.
11291         Adjust all the routines to use it.
11292         ($log): New file (autoscan.log).
11293         (output): Dump detailed logs into $log, and a shortened version to
11294         stderr.
11295         (&scan_makefile): Refine the regexp catching tokens in the code.
11296         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11297         and the `configure.ac' checking feature.
11299 2001-07-12  Akim Demaille  <akim@epita.fr>
11301         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11302         Reported by Michael Elizabeth Chastain.
11304         * autoconf.in: Refuse such AWK.
11305         * configure.in: Likewise.
11306         * Makefile.am (acversion.m4): Do not use move-if-change this file
11307         has dependencies.
11308         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11310 2001-07-10  Jens Petersen  <petersen@redhat.com>
11312         * autoscan.in (&scan_makefile): Improve programs regexp to parse
11313         things like "g++", "file.c" and "some-conf" as tokens.
11314         (&scan_file): Match C++ files extensions.
11315         If the filename extension is C++ then ask for c++.
11317 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
11319         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11320         AC_TRY_LINK_FUNC, to check whether defining a dummy
11321         main-like routine is needed for linking with F77 libs.
11323 2001-07-05  Pavel Roskin  <proski@gnu.org>
11325         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11326         after using break.
11327         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11328         linking.
11330 2001-07-05  Akim Demaille  <akim@epita.fr>
11332         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
11333         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11334         Makes' lives.
11335         Reported by Nicolas Joly.
11337 2001-07-04  Akim Demaille  <akim@epita.fr>
11339         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11340         up.
11341         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11342         warnings from compilers.
11343         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11344         for all the compilers, not only GNU.  Hence move from here...
11345         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11347 2001-07-04  Akim Demaille  <akim@epita.fr>
11349         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11350         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11351         AC_COMPILE_IFELSE.
11353 2001-07-04  Akim Demaille  <akim@epita.fr>
11355         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11356         the ``strings.h'' change claimed below.
11358 2001-07-04  Akim Demaille  <akim@epita.fr>
11360         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11362 2001-07-04  Akim Demaille  <akim@epita.fr>
11364         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11365         strings.h if usable with string.h.
11366         Suggested by Paul Eggert.
11368 2001-07-04  Akim Demaille  <akim@epita.fr>
11370         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11371         From Jens Petersen.
11373 2001-07-03  Akim Demaille  <akim@epita.fr>
11375         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11376         etc. in the log.
11378 2001-07-03  Akim Demaille  <akim@epita.fr>
11380         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11381         compiler, not the preprocessor.
11382         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11383         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11384         the right thing.
11385         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11386         earlier if there are.
11388 2001-07-03  Akim Demaille  <akim@epita.fr>
11390         * autoscan.in ($initfile): Remove.
11391         (&find_file): Rename as...
11392         (&scan_file): this.
11393         Immediately scan the current file, instead of gathering them, and
11394         later having them handled by &scan_files.
11395         (&scan_files): Merely invoke Find::File.
11396         Adjust.
11398 2001-07-02  Akim Demaille  <akim@epita.fr>
11400         * autoscan.in: Formatting changes, matching the invocation order.
11401         (File::Find): Use it instead of Perl 4's `find.pl'.
11402         (&wanted): Rename as...
11403         (&find_file): this.
11405 2001-07-01  Pavel Roskin  <proski@gnu.org>
11407         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11408         break in the argument to AC_TRY_LINK_FUNC.
11409         (AC_F77_MAIN): Remove conftest* after using break in the
11410         argument to AC_TRY_LINK.
11412 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11414         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11415         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11417         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11418         dummy alternate main is required even if the user provides her own
11419         'main'.
11420         (AC_F77_MAIN): New macro to detect whether it is possible to
11421         provide an alternate 'main' function name, using the 'main' from
11422         the Fortran libraries.
11423         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11424         cross-language link tests can be performed successfully.
11425         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11426         after $LIBS, for consistency; this should be the general rule since
11427         the user may want to link to Fortran libraries that require $FLIBS.
11428         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11430 2001-06-29  Pavel Roskin  <proski@gnu.org>
11432         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11433         at-stdout and at-stderr instead of removing the newline
11434         from the echo output, which is not guaranteed to work.
11436 2001-06-28  Jens Petersen  <petersen@redhat.com>
11438         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11439         confdefs.h when non-zero.
11441 2001-06-28  Akim Demaille  <akim@epita.fr>
11443         * configure.in: Bump to 2.50c.
11445 2001-06-26  Akim Demaille  <akim@epita.fr>
11447         Version 2.50b.
11449 2001-06-26  Akim Demaille  <akim@epita.fr>
11451         Version 2.50a.
11453 2001-06-25  Pavel Roskin  <proski@gnu.org>
11455         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11456         argument, AUTOCONF-FLAGS.
11457         * tests/mktests.sh (update_exclude_list): Add
11458         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11459         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11460         AC_FUNC_WAIT3 with "-W no-obsolete".
11462 2001-06-25  Akim Demaille  <akim@epita.fr>
11464         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11466 2001-06-25  Akim Demaille  <akim@epita.fr>
11468         * autoscan.in (%macro): Now maps from word to list of macros.
11469         (&init_tables): Die when a word which is already handled by
11470         explicit macros is mapped to the default macro.
11471         (&print_unique): Remove, inlined in...
11472         (&output_kind): here.
11473         (File::Basename): Use it.
11474         (&output): Sort the CONFIG_FILES.
11475         * acheaders: Normalize.
11476         * acfunctions: Likewise.
11478 2001-06-25  Akim Demaille  <akim@epita.fr>
11480         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11481         characteristics in the logs.
11482         Suggested by Mo DeJong.
11484 2001-06-24  Akim Demaille  <akim@epita.fr>
11486         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11487         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11488         * doc/autoconf.texi (Autoconf 2.13): New section.
11490 2001-06-24  Akim Demaille  <akim@epita.fr>
11492         * autoconf.in (Task traces): Separate the error messages from the
11493         traces to improve robustness.
11495 2001-06-23  Akim Demaille  <akim@epita.fr>
11497         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11498         three as failures are unlikely, and speed matters.
11500 2001-06-23  Akim Demaille  <akim@epita.fr>
11502         * doc/autoconf.texi (Redefined M4 Macros): New.
11504 2001-06-23  Akim Demaille  <akim@epita.fr>
11506         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11507         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11508         5.3.
11510 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11512         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11513         config.status targets to after the evaluation of the INIT-CMDS.
11514         Double quote config.status targets (used to be single quoted).
11516 2001-06-23  Akim Demaille  <akim@epita.fr>
11518         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11519         Check the content of the created file.
11520         Check the ./config.status command line invocation.
11522 2001-06-23  Akim Demaille  <akim@epita.fr>
11524         * tests/foreign.at (Libtool): Reject prehistoric versions.
11526 2001-06-23  Akim Demaille  <akim@epita.fr>
11528         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11529         preexisting files matching a.*.
11531 2001-06-23  Akim Demaille  <akim@epita.fr>
11533         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11534         stderr.
11535         * doc/autoconf.texi (AC_ARG_VAR): Update.
11537 2001-06-21  Akim Demaille  <akim@epita.fr>
11539         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11540         precious variables have changed.
11541         * tests/torture.at (AC_ARG_VAR): Adjust.
11543 2001-06-21  Akim Demaille  <akim@epita.fr>
11545         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11546         but some sed choke on multiple `;', and other tools (e.g.,
11547         Automake), include the separator themselves.
11549         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11551 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11553         * doc/autoconf.texi (Functions Portability): Rename as...
11554         (Function Portability): this.
11555         (Function Portability): Document potential problems with unlink().
11557 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11559         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11561 2001-06-18  Akim Demaille  <akim@epita.fr>
11563         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11565 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11567         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11568         (_AC_FUNC_VFORK): this.
11569         Remove AC_DEFINEs and don't guess cross-compilation values.
11570         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11571         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11572         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11573         vfork doesn't work.
11574         Guess values if cross-compiling, but warn.
11575         * acfunctions: Add AC_FUNC_FORK.
11576         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11577         and vfork appropriately.
11579 2001-06-18  Akim Demaille  <akim@epita.fr>
11581         * doc/autoconf.texi (Functions Portability): New section.
11583 2001-06-18  Akim Demaille  <akim@epita.fr>
11585         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11586         in $M4.
11587         Suggested by Andreas Schwab.
11589 2001-06-18  Akim Demaille  <akim@epita.fr>
11591         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11592         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11593         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11594         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11595         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11596         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11597         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11598         the converse).
11600 2001-06-18  Akim Demaille  <akim@epita.fr>
11602         * doc/autoconf.texi (ms): New index.
11603         (Macro Index): Rename as...
11604         (Autoconf Macro Index): this.
11605         (M4 Macro Index): New appendix.
11606         (Programming in M4): New chapter.
11607         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11608         (Quoting): Rename as...
11609         (M$ Quotation): this.
11610         Be part of `Programming in M4).
11612 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11614         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11615         in separate statements for compatibility with Tru64 v5.1.
11617 2001-06-17  Akim Demaille  <akim@epita.fr>
11619         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11620         current values of the precious variables, not the previously
11621         cached values.
11622         Pass precious variables which are set to config.status.
11623         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11624         * tests/torture.at (AC_ARG_VAR): New.
11626 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11628         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11629         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11630         and explain why and how to replace them.
11631         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11632         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11634 2001-06-15  Akim Demaille  <akim@epita.fr>
11636         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11637         Reported by Bruno Haible.
11639         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11640          (_AC_ARG_VAR_PRECIOUS): to here.
11642 2001-06-15  Pavel Roskin  <proski@gnu.org>
11644         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11645         an unused pointer use cast to this type and `if' statement to
11646         avoid warnings from the compiler.
11647         (AC_HEADER_TIME): Likewise.
11648         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11649         in `if' statement to avoid warnings from the compiler. Declare
11650         ac_aggr static to avoid the need to initialize it.
11652 2001-06-14  Akim Demaille  <akim@epita.fr>
11654         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11655         Macros'.
11657 2001-06-13  Akim Demaille  <akim@epita.fr>
11659         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11660         Suggested by Alexander Mai.
11662 2001-06-13  Akim Demaille  <akim@epita.fr>
11664         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11665         sys/types.h and sys/stat.h, and check for them.
11667 2001-06-13  Akim Demaille  <akim@epita.fr>
11669         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11670         INCLUDES.
11672 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11674         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11675         succeeds and only try adding libdnet upon a failure.
11677 2001-06-12  Akim Demaille  <akim@epita.fr>
11679         * autoscan.in (&output_kind): Output the comment only if it exists.
11680         (%kind_comment): Add entry for `programs'.
11681         (&output_programs): Use &output_kind.
11682         (&output_functions, &output_identifiers, &output_headers)
11683         (&output_programs): Inline, and remove.
11685 2001-06-12  Akim Demaille  <akim@epita.fr>
11687         * autoscan.in (%kind_comment): New.
11688         (output_kind): New.
11689         (output_functions, output_identifiers, output_headers): Use it.
11691 2001-06-12  Akim Demaille  <akim@epita.fr>
11693         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11694         arguments, to factor indirections into `%macro' and `%used'.
11695         (%generic_macro): Fix a typo.
11697 2001-06-12  Akim Demaille  <akim@epita.fr>
11699         * aclibraries: New.
11700         * autoscan.in (@kinds): Add `libraries'.
11701         Use `@kinds' instead of hard coded lists.
11702         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11703         Remove, replaced by...
11704         (%used): this.
11706 2001-06-12  Akim Demaille  <akim@epita.fr>
11708         * autoscan.in (%functions_macros %headers_macros)
11709         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11710         replaced by...
11711         (%macro): New.
11713 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11715         * aclang.m4 (AC_NO_EXECUTABLES): Override
11716         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11718 2001-06-11  Akim Demaille  <akim@epita.fr>
11720         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11721         trailing new line.
11722         Reported by Andreas Schwab.
11724 2001-06-11  Akim Demaille  <akim@epita.fr>
11726         * Makefile.am, Makefile.maint: Typos.
11728 2001-06-09  Akim Demaille  <akim@epita.fr>
11730         * doc/autoconf.texi (Here-Documents): New section, gathering
11731         documentation about here-documents.
11732         Use `href', not `uref', and other changes.
11734 2001-06-09  Akim Demaille  <akim@epita.fr>
11736         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11737         chapter.
11739 2001-06-09  Akim Demaille  <akim@epita.fr>
11741         * doc/autoconf.texi (Limitations of Builtins): Complete the
11742         description of the here-docs penalties with Alexandre Oliva's
11743         explanations.
11745 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11747         * doc/autoconf.texi: Talk about here documents and speedups.
11748         Do not use "echo" on arbitrary strings.
11749         Spell "here-documents" consistently with the standard.
11751 2001-06-09  Akim Demaille  <akim@epita.fr>
11753         * doc/autoconf.texi (Concept Index): Introduce it.
11754         Regenerate the menus.
11756 2001-06-09  Akim Demaille  <akim@epita.fr>
11758         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11759         * config/prev-version.txt: New.
11760         * config/move-if-change: New, for GNU libc.
11762 2001-06-06  Pavel Roskin  <proski@gnu.org>
11764         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11766 2001-06-06  Akim Demaille  <akim@epita.fr>
11768         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11769         properly when $1 is not a literal.
11770         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11772 2001-06-06  Akim Demaille  <akim@epita.fr>
11774         Invoking AC_COPYRIGHT before AC_INIT fails.
11776         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11777         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11778         (_m4_divert(VERSION_USER)): New.
11779         (AC_COPYRIGHT): $2 is the diversion to use.
11780         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11781         (AC_INIT): Remove dead comments as now it's commutative.
11783 2001-06-06  Akim Demaille  <akim@epita.fr>
11785         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11786         PR autoconf/187.
11788 2001-06-05  Akim Demaille  <akim@epita.fr>
11790         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11791         can be empty.
11792         `*dir' variables cannot be NONE.
11793         Reported by Mark Kettenis.
11795 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11797         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11799 2001-06-04  Akim Demaille  <akim@epita.fr>
11801         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11802         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11803         (AC_TR_SH): Move as...
11804         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11805         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11806         (AS_TR_SH): these.
11807         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11808         (_AS_TR_SH_PREPARE): New.
11809         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11810         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11812 2001-06-02  Akim Demaille  <akim@epita.fr>
11814         * Makefile.am (.m4.m4f): Pass the options first.
11815         Fixes PR autoconf/182.
11817 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11819         GNU getopt, when POSIXLY_CORRECT does not permute options and
11820         arguments.  So pass the options first.
11821         Fixes PR autoconf/184.
11823         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11824         (run_m4): Remove files.
11825         (run_m4f): Remove.
11826         Update remainder of script to use them.
11827         (for warning in): Do not use a literal comma as it will not be
11828         split by IFS.
11830 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11832         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11833         Fortran compilers to check.
11834         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11835         information on library and object files.
11836         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11837         to check.
11839 2001-06-02  Akim Demaille  <akim@epita.fr>
11841         * autom4te.in (Request::@request): Declare with `vars', not `my',
11842         as it prevents updates via `do FILENAME'.
11844 2001-06-02  Akim Demaille  <akim@epita.fr>
11846         * configure.in (standards_texi): Remove, dead code.
11848 2001-06-02  Akim Demaille  <akim@epita.fr>
11850         * autom4te.in: New.
11852 2001-06-02  Pavel Roskin  <proski@gnu.org>
11854         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11855         for signals other than 0 - exit with code 1.
11856         * m4sh.m4 (AS_TMPDIR): Likewise.
11857         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11858         * autoheader.in: Likewise.
11859         * autoreconf.in: Likewise.
11860         * tests/torture.at (Signal handling): New test for the above.
11862 2001-06-01  Akim Demaille  <akim@epita.fr>
11864         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11865         message.
11867 2001-05-31  Akim Demaille  <akim@epita.fr>
11869         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11870         Add copyright and comments.
11871         * acheaders: Add stdint.h.
11872         Suggested by Paul Eggert.
11874 2001-05-31  Akim Demaille  <akim@epita.fr>
11876         * atgeneral.m4 (AT_INIT): Use $SHELL.
11877         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11879 2001-05-31  Akim Demaille  <akim@epita.fr>
11881         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11882         stdint.h.
11883         From Paul Eggert and Lars Hecking.
11885 2001-05-31  Akim Demaille  <akim@epita.fr>
11887         * tests/base.at: Adjust line numbers in error messages.
11889 2001-05-31  Akim Demaille  <akim@epita.fr>
11891         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11892         to emit the bangshe line.
11893         Reported by David Carter.
11895 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11897         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11898         Fortran (95) compilers to check.
11900 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11902         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11903         Macro Archive URL.
11905 2001-05-23  Pavel Roskin  <proski@gnu.org>
11907         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11908         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11909         (AC_PROG_CXXCPP): Likewise.
11911 2001-05-22  Akim Demaille  <akim@epita.fr>
11913         * config: New directory.
11914         * configure.in: AC_CONFIG_AUX_DIR it.
11915         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11917 2001-05-22  Akim Demaille  <akim@epita.fr>
11919         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11920         * autoupdate.in: Specify the Emacs mode.
11921         * acversion.m4.in: Rename as...
11922         * acversion.m4: this.
11923         * tests/Makefile.am (CLEANFILES): More garbage.
11925 2001-05-22  Akim Demaille  <akim@epita.fr>
11927         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11928         Rename as...
11929         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11930         these.
11932 2001-05-21  Akim Demaille  <akim@epita.fr>
11934         * configure.in: Bump to 2.50a.
11937         -----
11939         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
11940         Foundation, Inc.
11942         This file is part of GNU Autoconf.
11944         GNU Autoconf is free software; you can redistribute it and/or modify
11945         it under the terms of the GNU General Public License as published by
11946         the Free Software Foundation; either version 2, or (at your option)
11947         any later version.
11949         GNU Autoconf is distributed in the hope that it will be useful,
11950         but WITHOUT ANY WARRANTY; without even the implied warranty of
11951         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11952         GNU General Public License for more details.
11954         You should have received a copy of the GNU General Public License
11955         along with autoconf; see the file COPYING.  If not, write to
11956         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11957         Boston, MA 02110-1301, USA.