* NEWS: Warnings are now generated by default for unknown
[autoconf.git] / ChangeLog
blobed018cac87312a45e6a0f43d32285670382e37d6
1 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3         * NEWS: Warnings are now generated by default for unknown
4         --enable-* and --with-* options.
5         * doc/autoconf.texi (Option Checking): Renamed from
6         (Configure Option Checking).  Tighten up the wording a bit.
7         (External Software, Package Options): Cross-reference to Option
8         Checking, and use this to shorten our section.
9         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
10         "$x" to test "x$foo" != x.
11         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
12         Don't warn if $enable_option_checking is "no".
13         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
14         ac_unrecognized_opts to the empty string.
15         Don't echo the unrecognized opts, as this might mishandle
16         backslashes or leading -.
17         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
18         usage next to the other --disable-FEATURE options in the
19         help string.
21 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
23         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
24         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
25         Print warning for unrecognized --with and --enable options
26         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
27         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
28         Disable option checking when subdirs are configured.
29         (AC_OUTPUT): If warnings are enabled, print warning about
30         unrecognized --with and --enable options at the end of
31         the configure output (as well as at the beginning).
32         * doc/autoconf.texi (Option Checking): New node.
33         Document new option warning functionality.
35 2006-12-16  Eric Blake  <ebb9@byu.net>
37         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
38         * NEWS: Start news for current version.
40 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
42         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
43         Define HAVE_GETMNTENT to 1, not to the empty string.
44         Problem originally reported by Jochen Friedrich in
45         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
47         This change prompted by a problem report by Andrey Simonenko in
48         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
49         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
50         object-like macros only, in the traditional portable character
51         set.
52         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
53         Warn about attempts to define things that are not identifiers.
54         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
55         awful hack that AC_DEFINEd macro names containing parentheses.
57 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
59         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
60         too drastic, even if Texinfo in theory requires it for info mode.
62         (config.status Invocation): Renamed back from Recreating a
63         Configuration).
64         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
65         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
67 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
69         * NEWS: Version 2.61a.
71 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
72         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74         * NEWS: Document changes with echo and printf, and the lack
75         of limits on the total size of multi-line values of substituted
76         variables, and the AC_FUNC_FSEEKO fix.
78 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
80         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
81         Writing configure.ac.
82         (Autoconf Input Layout): Renamed from configure.ac Layout.
83         (Recreating a Configuration): Renamed from config.status Invocation.
84         (Obsolete Recreation): Renamed from Obsolete config.status Use.
85         (acconfig Header): Renamed from acconfig.h.
86         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
87         (Writing Testsuites): Renamed from Writing testsuite.at.
88         (Autom4te Cache): Renamed from autom4te.cache.
90         * BUGS: Remove mention of VPATH problem, since it's now documented
91         not to be a bug in the Autoconf build procedure itself, but rather
92         a problem with the proprietary `make' programs.
94         * doc/autoconf.texi (Build Directories): Add a cross reference
95         to VPATH and Make.
97         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
98         * doc/standards.texi: Sync from gnulib.
100         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
101         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
102         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
103         generated automatically.
105 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
107         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
108         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
109         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
111 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
113         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
114         `CEOF$ac_eof' special marker, the awk script cannot contain a
115         line matching `^CEOF', so this is not needed any more.
116         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
117         special marker in the test.
119 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
121         * tests/tools.at (autom4te preselections): Use `find -newer';
122         remove one of the sleeps.
124         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
125         more readable, using ...
126         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
128         * doc/autoconf.texi (autoheader Invocation): Do not double-
129         quote the parameter of `AH_BOTTOM' in the example.
131 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
133         * doc/autoconf.texi (Configuration Headers): Remove the
134         example with multiple input files.
135         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
136         multiple input files.
138 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
140         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
141         creating the awk substitution script, handle one input line at a
142         time, so that the maximum length of a substituted (multi-line)
143         value is not limited by the size of the sed pattern space.
144         The trade-off is a slightly repetitive sed script.
145         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
146         can only have up to 7 characters, due to Solaris 10 /bin/sed.
147         * tests/torture.at (Substitute a 2000-byte string): Increase the
148         test with several long lines, they should not be caught by sed
149         limits any more.
151         * tests/tools.at (autom4te preselections): New test, to flag
152         entries missing from autom4te.cfg.
153         Report by David Byron <dbyron@hheld.com>.
155         * tests/torture.at (Substitute a 2000-byte string): Actually use
156         AC_PROG_AWK, so the last change works as intended.
157         (Substitute and define special characters): Likewise.
158         (Substitute a newline): Likewise.
160         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
161         instead of `awk' consistently.
162         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
163         * tests/torture.at (Torturing config.status): Test both the
164         result of AC_PROG_AWK and plain awk.
165         (Substitute a 2000-byte string): Likewise.
166         (Substitute and define special characters): Likewise.
167         (Substitute a newline): Likewise.
169 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
171         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
172         can be assigned to a function pointer.  Problem reported by
173         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
174         part of a patch by Ralf Wildenhues in that same bug report.
176 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
178         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
179         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
181 2006-12-01  Eric Blake  <ebb9@byu.net>
183         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
184         cross-compiling from cygwin to mingw.
185         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
186         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
187         to lib/autoconf/c.m4.
189 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
191         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
192         string for more reliable failure.  Wrap the entire test that
193         causes the broken Solaris printf to dump core, in a subshell,
194         so the segmentation fault message is reliably suppressed.
195         Fix shell expansion errors by using /usr/ucb/echo always;
196         avoid an error on systems without it by another subshell.
197         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
198         subshell-$as_echo to `as_echo', for better error message.
200 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
202         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
203         `BASH_SOURCE' contain a newline, set them to empty, as they may
204         not be unset.
206 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
208         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
209         years and is too hard to maintain now.  The last straw was
210         reported by Jerker Baeck in
211         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
212         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
213         * doc/autoconf.texi (Particular Functions): Move
214         AC_FUNC_SETVBUF_REVERSED from here...
215         (Obsolete Macros): ... to here.  Say that it does nothing now.
216         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
217         Turn into (almost) a no-op.
219         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
220         (AC_C_VOLATILE):
221         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
222         These macros are obsolescent and new applications shouldn't need them.
223         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
224         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
225         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
226         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
227         (AC_FUNC_VPRINTF): Likewise.
228         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
229         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
230         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
232         * doc/autoconf.texi (Setting Output Variables): Mention that
233         @VAR1@VAR2 has unspecified behavior.  Problem reported by
234         Ralf Wildenhues.
235         * NEWS: Mention this.
237         * Makefile.am: Put only a single '#' into the copyright notice,
238         so that it's also present in the output file.  Standardize wording
239         in makefile copyright notices to match GNU coding standards.
240         * bin/Makefile.am: Likewise.
241         * doc/Makefile.am: Likewise.
242         * lib/Makefile.am: Likewise.
243         * lib/freeze.mk: Likewise.
244         * lib/autoconf/Makefile.am: Likewise.
245         * lib/autoscan/Makefile.am: Likewise.
246         * lib/autotest/Makefile.am: Likewise.
247         * lib/m4sugar/Makefile.am: Likewise.
248         * man/Makefile.am: Likewise.
249         * tests/Makefile.am: Likewise.
250         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
251         one-line file.
253 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
255         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
256         in the sed script that mangles the awk script: delete up to the
257         first exclamation mark only.
258         * tests/torture.at (Substitute and define special characters):
259         Test '!' too.
261 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263         Rewrite config files generation: avoid quadratic growth in
264         the number of substituted variables by using awk instead of sed
265         for the bulk of the substitutions.
266         * NEWS: Mention this.
267         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
268         forbidden in the output (and thus input) file.
269         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
270         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
271         generate just one large awk script for substitutions,
272         eliminating much of the earlier complexity, while adding some
273         new complexity.  Only expand the substitution templates at
274         configure time, for smaller configure script size.  If
275         _AC_SUBST_FILES are used, test 'awk' for working getline support
276         at config.status time.  If absent, interpolate through the
277         shell.  The awk script was written with much help
278         from Paolo Bonzini and Paul Eggert.
279         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
280         (_AC_SED_FRAG_NUM): Likewise.
281         (_AC_SUBST_CMDS): Renamed from...
282         (_AC_SED_CMDS): ...this.
283         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
284         * tests/torture.at (Substitute a 2000-byte string): Also
285         substitute a line with 1000 words, and a variable with several
286         long lines.
287         (Substitute and define special characters): Test awk special
288         characters, and put substitution input strings `@foo@' in the
289         output, to test that no recursion happens; test several other
290         combinations from Paolo Bonzini.
292 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
294         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
295         that replaced echo with AS_ECHO where this wasn't necessary.
296         Problem reportd by Ralf Wildenhues.
297         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
298         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
299         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
301 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
303         * lib/freeze.mk (GREP): Removed, no need to initialize this.
305 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
307         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
308         that traditional Awk lacks 3-arg "split".  It has it.
309         Mention that FS must be a single character, and a few other
310         99-byte limits of traditional Awk.
311         Mention that if (i in a) doesn't work with traditional Awk.
313 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
315         * tests/autotest.at (BSx641-newline in command):
316         (BS-BS-newline in command, BSx640-newline in command):
317         (Newline-CODE-BS-newline in command):
318         (Single-quote-BS-newline in command):
319         (Single-quote-newline-BS-newline in command):
320         Use printf '%s\n' instead of echo, for portability to hosts
321         where echo interprets backslashes.  This will break on hosts
322         that lack printf, but for now let's assume all such hosts
323         are dead (if not, we should get reports of test failures).
325 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
327         'echo' has some portability problems, when given a first argument
328         with a leading '-', or when given any argument containing '\'.
329         Avoid using 'echo' in these cases.
330         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
331         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
332         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
333         * lib/autotest/general.m4 (AT_INIT): Likewise.
334         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
335         argument might be unportable.
336         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
337         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
338         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
339         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
340         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
341         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
342         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
343         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
344         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
345         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
346         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
347         (AC_PROG_MAKE_SET): Likewise.
348         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
349         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
350         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
351         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
352         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
353         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
354         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
355         * bin/autoconf.as: Redo verbose flag implementation, as the old
356         scheme wouldn't work with AS_ECHO.
357         * lib/autotest/general.m4 (AT_INIT): Likewise.
358         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
359         Don't use ECHO_T, since ECHO_N is now reliable.
360         * lib/autotest/general.m4 (AT_INIT): Likewise.
361         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
362         rather than using a here-document to put the script into a file.
363         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
364         use AS_ECHO.
365         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
366         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
367         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
368         bug, but we might as well stop using ECHO_N and ECHO_C internally.
369         * lib/autotest/general.m4 (AT_SETUP): Likewise.
370         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
371         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
372         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
373         operand, as AS_ECHO requires.  Avoid double file name expansion.
374         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
375         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
376         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
377         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
378         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
379         Double-quote strings that would otherwise contain M4 comments.
380         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
382         * configure.ac (AC_INIT): Bump to 2.61a.
383         * NEWS: Likewise.
385 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
387         Version 2.61.
389         * configure.ac (AC_INIT): Bump to 2.61.
390         * NEWS: Likewise.
392         * tests/autotest.at (Macro with backslash in a test title):
393         Comment out for now, as this tests neither fails nor passes
394         reliably.  Problem reported by Ralf Wildenhues.
396 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
398         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
399         in previous change, which caused test failures.
401 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
403         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
404         code for --enable, --disable, --with, and --without to...
405         (_AC_INIT_PARSE_ENABLE): ... a new macro.
406         * doc/autoconf.texi (Package Options):
407         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
409 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
411         Import these changes from config via gnulib:
413         2006-11-15  Ben Elliston  <bje@gnu.org>
415         From Josselin Mouette <joss@debian.org>:
416         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
418         2006-11-08  Ben Elliston  <bje@gnu.org>
420         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
422         2006-11-07  Steve Woodford  <scw@NetBSD.org>
423                     Ben Elliston  <bje@gnu.org>
425         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
426         * build-aux/config.sub (sh5el): New basic_machine.
429         Import this change from coreutils:
431         2006-02-13  Jim Meyering  <jim@meyering.net>
433         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
436         Import this change from gnustandards via gnulib:
438         2006-11-15  Karl Berry  <karl@gnu.org>
440         * standards.texi: core -> memory, throughout.
441         (CPU Portability): show correct example of calling write
442         on a char value; thanks to Paul Eggert for the code.
443         Both of these suggestions from Eugene Y. Vasserman.
446         Import these changes from texinfo via gnulib:
448         2006-11-08  Karl Berry  <karl@gnu.org>
450         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
451           as well as pdf images, since they are supported in pdftex with
452           no further ado.
454         2006-11-05  Karl Berry  <karl@gnu.org>
456         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
458 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
460         * NEWS: Document the AC_ARG_WITH change.
462 2006-11-13  Bruno Haible  <bruno@clisp.org>
464         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
465         options, transliterate also dots to underscores.
466         (_AC_ENABLE_IF): Transliterate also dots to underscores.
467         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
468         first argument may also contain dots.
470 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
472         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
473         benefit of platforms like Solaris+GCC where it is common to have a
474         non-working g++ installation.
476 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
477         and Joel E. Denny  <jdenny@ces.clemson.edu>
478         and Paul Eggert  <eggert@cs.ucla.edu>
480         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
481         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
482         ./micro-suite.
484 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
486         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
487         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
488         Imported from a similar patch to gnulib by Bruno Haible.
490 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
492         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
493         * doc/autoconf.texi (C Compiler): Document them.
494         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
495         New macros, taken from gnulib.
497 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
499         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
500         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
501         Matthew Woehlke.
503 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
505         * tests/torture.at (Configuring subdirectories): Do not skip
506         Automake 1.10 nor future Automake 11.1 (sic).
508 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
509         and Stepan Kasal  <kasal@ucw.cz>
511         Handle special characters in test case titles correctly.
512         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
513         properly.
514         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
515         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
516         argument.  Extend to check titles printed by ./micro-suite and
517         ./micro-suite -l and the title in micro-suite.log.
518         (Backquote in a test title,
519         Single-quote in a test title,
520         Double-quote in a test title): Don't expect failure anymore.
521         (Backslash in a test title): Put a non-whitespace character after the
522         backslash so that Bourne shells might actually see it as an escape
523         sequence.
524         (Brackets in a test title,
525         Pound in a test title,
526         Comma in a test title,
527         Quoted Macro in a test title,
528         Macro in a test title,
529         Macro with single-quote in a test title): New tests.
530         (Macro with backquote in a test title,
531         Macro with double-quote in a test title,
532         Macro with backslash in a test title): New tests expected to fail.
533         * tests/torture.at (#define header templates): M4-quote this title in
534         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
535         The visible effect was a stray [] in the testsuite output.
537 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
540         `trap ... 0' inside a function, for AIX sh.
542 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
544         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
545         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
546         5363) simply issues a warning when dividing by zero at compile
547         time.  Problem reported by Elias Pipping.
549 2006-10-26  Eric Blake  <ebb9@byu.net>
551         * THANKS: Update.
552         * doc/autoconf.texi (Evaluation Macros): Improve the example to
553         show effect on macros that expand with commas.
554         Reported by Joel E. Denny.
556         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
557         Also work with M4 1.4.8.
559 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
561         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
562         Jim Meyering.
564 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
566         * tests/tools.at (autom4te --force): New test, verifies that
567         `--force' always rewrites the output file.
569 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
571         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
572         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
574 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
576         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
578 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
580         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
581         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
582         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
583         reported by Nelson H. F. Beebe for Coreutils 6.4.
585         * tests/tools.at (autoconf --trace: user macros): Remove test
586         for tracing multiline macros, since m4 1.4.7a uses a different
587         way to number lines.  Problem reported by Ralf Wildenhues.
589 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
591         * bin/autom4te.in (handle_m4): Do not redirect stdin to
592         /dev/null since the heuristics for interactive behaviour was
593         fixed in CVS m4.
595         * bin/autom4te.in: With --force, always refresh the output
596         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
598         * bin/autoconf.as: Fix the verbose message at the end.
600 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
602         * configure.ac (AC_INIT): Bump to 2.60c.
603         * NEWS: Likewise.
605 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
607         * NEWS: Version 2.60b.
609         Import this change from Texinfo:
610         2006-10-15  Karl Berry  <karl@gnu.org>
611         * build-aux/texinfo.tex: automake 1.10
613         * NEWS: Remove AC_CACHE_CHECK_INT.
614         * doc/autoconf.texi (Caching Results): Likewise.
615         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
616         AC_CACHE_CHECK_INT, since it's no longer public.
617         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
618         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
620 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
622         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
624 2006-10-19  Eric Blake  <ebb9@byu.net>
626         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
627         (m4_maketemp): Avoid warnings with M4 1.9a.
628         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
629         m4_mkstemp.
630         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
631         * NEWS: Likewise.
633 2006-10-16  Eric Blake  <ebb9@byu.net>
635         * doc/autoconf.texi (Setting Output Variables): Fix typo.
637         * bin/autoconf.as (version): Reword to match GNU Coding
638         Standards.
639         * bin/autoheader.in (version): Likewise.
640         * bin/autom4te.in (version): Likewise.
641         * bin/autoreconf.in (version): Likewise.
642         * bin/autoscan.in (version): Likewise.
643         * bin/autoupdate.in (version): Likewise.
644         * bin/ifnames.in (version): Likewise.
646 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
648         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
649         looking for special shell characters.
650         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
651         macro defined by AS_VAR_PUSHDEF before passing it as a
652         parameter.
653         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
654         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
655         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
656         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
657         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
658         Likewise.
659         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
660         AS_VAR_* properly.
661         * tests/m4sh.at (AS_LITERAL_IF): New test.
663 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
665         (Imported from Automake.)
666         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
667         which incorrectly sets the mode of an existing destination
668         directory.  In some cases the unpatched install-sh could do the
669         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
670         system.  We hope this is rare in practice, but it's clearly worth
671         fixing.  Problem reported by Alex Unleashed in
672         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
673         Also, don't bother to check for -m bugs unless we're using -m;
674         suggested by Stepan Kasal.
676 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
678         Import this change from Automake:
680         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
681         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
682         is enabled by default with gnu and gnits strictness.
683         Report from Bruno Haible.
685         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
686         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
687         gnu and gnits modes.
689         Import this change from Config:
691         2006-09-20  Ben Elliston  <bje@gnu.org>
692         * build-aux/config.sub (score, score-*): New.
694         Import this change from Gnulib:
696         2006-09-16  Karl Berry  <karl@gnu.org>
697         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
698         to avoid sectioning errors.
700         Import these changes from Texinfo:
702         2006-10-04  Karl Berry  <karl@gnu.org>
703         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
704         (\quoteexpand): rename to \rquoteexpand.
705         (\codequoteleft): new def, to look for @set codequotebacktick.
706         (\lquoteexpand, \quoteexpand): new defs.
707         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
708         (\code): must use new \...Char values, since now ` is active.
710         2006-08-26  Karl Berry  <karl@gnu.org>
711         * build-aux/texinfo.tex (\textdegree): New command.
713         2006-08-12  Karl Berry  <karl@gnu.org>
714         * build-aux/texinfo.tex (error \box0): smaller font.
716 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
718         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
720 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
722         * doc/autoconf.texi (Autoheader Macros): Warn that the text
723         added to the template can get mangled.
725 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
727         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
728         include the default headers, and redefine obstack_chunk_alloc
729         and obstack_chunk_free.  Fixes false failure with glibc.
731 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
733         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
734         for backward compatibility with Libtool 1.5.22.  Problem reported
735         by Ralf Wildenhues.
737 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
739         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
740         AC_PROG_CC.
741         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
743 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
745         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
746         the NonStop platform.
747         * doc/autoconf.texi (Posix Variants): Likewise.
748         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
750         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
751         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
752         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
753         Use a better substitute, by inspecting the output of "ls"
754         rather than just using ":".
755         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
756         rather than AS_EXECUTABLE_P, since we needn't worry about
757         non-regular files here.
759         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
760         due to configuration hassles with this.  See Tonya Underwood's report
761         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
762         * doc/autoconf.texi (Special Shell Variables): Likewise.
764 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
765             Stepan Kasal  <kasal@ucw.cz>
767         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
768         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
770 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
772         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
773           initialization which is not inherited through the environment
774         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
775         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
777 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
779         * doc/autoconf.texi (Limitations of Usual Tools): Describe
780         problems with mkdir -p -m.
782 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
784         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
785         comment about ac_cpp_err; it was incorrect, and anyway
786         ac_cpp_err is being removed below.
787         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
788         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
789         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
790         nobody uses it.
791         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
792         with werror_flag and conftest.err and so forth.  This is more
793         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
794         and anyway the user shouldn't normally want to see this gorp logged.
795         Problem reported by Ralf Wildenhues.
796         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
797         empty, not 'no', since the rest of the code uses 'test -z'.
799 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
801         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
802         Use a single call to AC_DO_TOKENS rather than multiple, for
803         efficiency.
804         (_AC_LINK_IFELSE): Test that resulting file is executable.
805         Problem reported by mwoehlke in
806         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
808         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
809         than creating a file to use with test -x; this is much faster.
811 2006-10-02  Bruno Haible  <bruno@clisp.org>
813         * lib/autom4te.in (Automake-preselections): Add
814         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
816 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
818         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
819         standard error, `experr' should be used, not `expout'.
821 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
823         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
824         fseeko testing program twice; just use the earlier result.
825         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
826         Set cache var to 'unknown' (not 'no') if leaving the macro unset
827         still doesn't let the program compile.
828         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
829         failed.
831         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
832         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
833         include it, without including anything else.
834         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
835         expressions.
836         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
838 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
840         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
841         `error.h', and include it, for a `error_at_line' prototype.
842         Use a nonempty format string in the link test.
843         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
844         for a declaration of wait3.
846 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
848         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
849         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
850         can apply to constants too, and that it checks for macro defns.
851         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
852         and simply cast the identifier to void.  This handles structure
853         values.  Problem reported by Ralf Wildenhues.
854         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
856 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
858         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
859         structure, and function symbols.
861 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
863         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
864         member.
866 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
868         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
869         * README: Likewise.
870         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
872 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
873         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
875         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
876         warnings (uninitialized value).
877         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
878         present.
879         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
880         parentheses.
881         (AC_STRUCT_TM): Likewise, avoid unused variables.
883 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
885         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
886         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
887         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
888         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
889         Report by Olly Betts.
891 2006-09-19  Eric Blake  <ebb9@byu.net>
893         * m4/m4.m4: Change copyright.
894         * configure: Regenerate.
895         * Makefile.in: Likewise.
896         * bin/Makefile.in: Likewise.
897         * doc/Makefile.in: Likewise.
898         * lib/Makefile.in: Likewise.
899         * lib/Autom4te/Makefile.in: Likewise.
900         * lib/autoconf/Makefile.in: Likewise.
901         * lib/autoscan/Makefile.in: Likewise.
902         * lib/autotest/Makefile.in: Likewise.
903         * lib/emacs/Makefile.in: Likewise.
904         * lib/m4sugar/Makefile.in: Likewise.
905         * man/Makefile.in: Likewise.
906         * tests/Makefile.in: Likewise.
908         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
909         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
910         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
911         --error-output, to avoid warnings with M4 2.0.
913 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
915         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
916           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
917         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
919 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
921         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
922         expansion of AC_CHECK_FUNCS.
924 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
926         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
927         mistaken comment: the path has to be relative; do not use
928         the path at runtime.
930 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
932         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
933         argument to `--prefix' for sub-configure scripts.
934         Pass `--silent' to sub-configure scripts.
935         * tests/torture.at (Configuring subdirectories): Add tests
936         for both changes.
937         * doc/autoconf.texi (Setting Output Variables): Fix example to
938         not show `--silent' being passed to a `configure' re-run.
940 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
942         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
943         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
944         for the existence of the directory at configure-time.  That's
945         too late, anyway.  Problem reported by Stefan Seefeld.
947         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
948         7.1.4 /usr/bin/posix/sh described by Tim Rice in
949         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
951 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
953         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
954         works with GNU M4 1.4.3 again; make the normalized form
955         match the current m4 message; fix the description.
956         * test/tools.at (autom4te cache): Adapt to the change.
958 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
960         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
961         to catch glibc bug 2821
962         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
964         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
965         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
966         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
967         assume C89.
969 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
971         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
972         preselections ...
973         (Autoconf): ... here.
974         (Autoscan-preselections): Delete.
976 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
978         * lib/autom4te.in (Automake-preselections): Preselect
979         AM_ENABLE_MULTILIB.
981 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
983         * doc/autoconf.texi (Preset Output Variables): srcdir and
984         top_srcdir are not necessarily relative.  Problem reported
985         by Dries Kimpe.
987 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
989         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
990         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
991         accept files with extension `.f'.  For consistency, also prefer
992         xlf over f77.
993         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
994         from last patch.
996 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
998         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
999         of ERLANG_LIB_VER_* variables.
1000         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1001         variables.
1003 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1004         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1006         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1007         bugs of Bash 2.01 and 2.05a.
1008         (Fortran Compiler): Document that AC_PROG_CC should be called
1009         before AC_PROG_FC, due to a bug in Autoconf.
1011 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1013         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1014         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1015         except the first two arguments are reversed.
1016         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1017         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1018         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1019         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1020         equivalent to the old AC_COMPUTE_INT.
1021         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1022         All uses changed to AC_CACHE_CHECK_INT.
1023         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1024         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1026 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1028         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1029         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1030         programs should use their Gnulib counterparts.
1031         * doc/autoconf.texi (Particular Functions): Likewise.
1032         (Macro Names, testsuite Invocation): Replace uses of these
1033         obsolete macros with uses of non-obsolete macros.
1035 2006-08-29  Eric Blake  <ebb9@byu.net>
1037         * configure.ac (AC_INIT): Bump to 2.60b.
1038         * NEWS: Update.
1040 2006-08-28  Eric Blake  <ebb9@byu.net>
1042         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1043         mistakenly swapped on 2006-08-15.
1045 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1047         * NEWS: Version 2.60a.
1049 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1051         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1052         file created by the PGI compiler.
1054 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1056         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1057         simplify the code.
1059 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1061         Fix Lex library problem reported to us by Julio Garvia.
1062         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1063         for the default, which the user can override.
1064         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1065         deal with LEXLIB.
1066         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1067         didn't work if some values were cached but not others.  Test for
1068         broken lex libraries like native ia64-hp-hpux11.22; see
1069         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1070         work around the problem by preferring an empty LEXLIB to -lfl or
1071         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1073         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1074         * README: Likewise.
1075         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1077 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1079         Rework to use more-modern build style.
1080         Many files are renamed; all uses of their names were changed.
1081         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1082         * .x-sc_useless_cpp_parens: New file.
1083         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1084         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1085         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1086         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1087         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1088         * build-aux/missing: Renamed from config/missing.
1089         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1090         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1091         * config/Makefile.am: Removed.
1092         * config/mkinstalldirs: Removed.
1093         * config/move-if-change: Removed.
1094         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1095         * Makefile.am (SUBDIRS): Remove config.
1096         (ACLOCAL_AMFLAGS): Include from m4, not config.
1097         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1098         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1099         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1100         Fail if there's an error.
1101         * Makefile.cfg (move_if_change): Remove.
1102         (wget_files): Remove.
1103         (cvs_executable_files): New macro.
1104         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1105         (executable-update): Use $(cvs_executable_files).
1106         (local-checks-to-skip): Remove.
1107         * Makefile.maint: Merge from coreutils, plus add our own changes
1108         (gzip_rsyncable): New macro.
1109         (GZIP_ENV): Use it.
1110         (CVS_LIST): Use build-aux/vc-list-files.
1111         (VERSION_REGEXP): New macro.
1112         (local-checks-available): Add patch-check, $(syntax-check-rules),
1113         check-AUTHORS.
1114         (syntax-check-rules): Compute dynamically.
1115         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1116         (sc_cast_of_alloca_return_value): Likewise.
1117         (sc_prohibit_atoi_atof): Simplify regexp.
1118         (sc_no_if_have_config_h, sc_require_config_h):
1119         (sc_prohibit_assert_without_use,
1120         (sc_obsolete_symbols): Check for O_NDELAY.
1121         (sc_texi_notab): Remove.
1122         (sc-changelog): Don't make an exception for '----' lines.
1123         (.re-list): Remove, so we don't have a junk file behind.
1124         (sc_system_h_headers): Remove the need for .re-list.
1125         (sc_the_the):  New rule.
1126         (sc_tight_scope): Simplify.
1127         (sc_trailing_blank): Renamed from sc_trailing_space.
1128         (longopt_re): New macro.
1129         (sc_two_space_separator_in_usage): New rule.
1130         (sc_unmarked_diagnostics): Look at all files under CVS.
1131         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1132         (news-date-check, changelog-check): Version is OK.
1133         (po-check): Look for lib files even if not in CVS.
1134         (copyright-check): Use $() not ``.
1135         (maintainer-distcheck): Do not depend on changelog-check.
1136         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1137         Also check for -Wpointer-arith.
1138         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1139         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1140         Remove.
1141         (announcement): Add --gpg-key-id arg.
1142         (cvs-sv): Remove.
1143         (move_if_change): Just use mv.
1144         (local_updates: Remove wget-update, po-update.
1145         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1146         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1147         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1148         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1149         ($(get-targets)): Remove.
1150         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1151         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1152         (cvs-update): Get from gnulib.
1153         (emut_upload_commands): gnupload is in build-aux now.
1154         (alpha beta major): Add changelog-check.  Check version.
1155         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1156         (AC_CONFIG_FILES): Remove.
1157         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1158         * config/announce-gen: Sync from coreutils.
1159         * doc/make-stds.texi: Sync from gnulib.
1160         * doc/standards.texi: Likewise.
1161         * man/Makefile.am: Adjust for config -> build-aux renaming.
1162         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1163         * tests/local.at: Adjust from config -> build-aux renaming.
1164         * tests/tools.at: Likewise.
1165         * tests/torture.at: Likewise.
1167         * NEWS: The C99 check now tests for vararg macros and 64-bit
1168         preprocessor ints.
1169         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1170         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1171         64-bit preprocessor ints.  Check for static initialization of
1172         long long.  Remove unnecessary casts.
1174 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176         * doc/autoconf.texi (Particular Programs): Mention that
1177         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1178         Reported by Alexandre Duret-Lutz.
1180 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1182         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1183         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1184         Bill Northcott in
1185         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1187 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1189         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1190         pacify insanely picky compilers.  Problem reported by Eric Blake.
1192         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1193         longer supported by Sun.
1195 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1197         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1198         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1199         -Wundef -Werror".  Problem reported by David Fang in
1200         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1201         * doc/autoconf.texi (Header Templates, Default Includes):
1202         (Particular Functions, Generic Functions, Header Portability):
1203         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1204         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1205         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1206         Prefer #ifdef to #if.
1207         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1208         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1209         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1210         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1211         Likewise.
1212         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1213         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1214         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1215         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1216         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1217         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1218         this.
1220 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1222         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1223         problems with arg script text that doesn't end in newline, and
1224         with '-e a...'.  Problems reported by Ralf Wildenhues.
1226 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1228         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1229         check for libXt by a check for libX11.
1231 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1233         * doc/autoconf.texi (config.status Invocation): Adjust according
1234         to last change.
1236 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1238         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1239         --help' should mention that `--version' outputs configuration
1240         settings.  Report by Bruno Haible.
1242 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1244         Fix test suite failures reported by Pierre in
1245         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1246         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1247         the compiler created a file "b.out" when it didn't create anything
1248         at all.
1249         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1250         Discard stderr too, when invoking the test script.
1252 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1254         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1255         in the restoring of the werror flag.
1257 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1259         * doc/autoconf.texi (Volatile Objects): Be even a little
1260         less skeptical about "volatile", after discussion with
1261         Bruno Haible on bug-gnulib.
1262         (Limitations of Usual Tools): Warn about sed stripping
1263         leading white space from text.  From Bruno Haible.
1265 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1267         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1268         compiler complains about it, even if things works after the
1269         complaint.  Problem reported by Peter O'Gorman.
1271         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1272         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1273         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1275 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1277         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1278         after -R regardless of host.  Patrick Welche reports that this
1279         fixes things on NetBSD 3.99.
1281         * NEWS: Recommend M4 1.4.5.
1282         * README: Likewise.
1283         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1284         * tests/tools.at (autom4te cache): Update wording of diagnostic
1285         to match M4 1.4.5.
1287 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1289         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1290         under AC_C_VOLATILE.
1291         (Volatile Objects): Be a little less skeptical about what
1292         "volatile" means.  Derived from thoughts by Ben Pfaff in
1293         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1295 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1297         * doc/autoconf.texi: Fix some typos.
1299 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1301         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1302         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1303         reported by Keith Marshall.  Also, don't bother with builddir2,
1304         since it shouldn't be needed any more.
1306 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1308         * doc/autoconf.texi (Generic compiler characteristics):
1309         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1310         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1312         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1313         (_AC_COMPUTE_INT): Add obsoletion warnings.
1314         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1315         AC_COMPUTE_INT.
1317         * NEWS: Document change.
1319 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1321         * doc/autoconf.texi (Volatile Objects): New section.
1323         * NEWS: Document previous change.
1325 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1327         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1328         Require that long long int be at least 64 bits wide.  C99 requires
1329         this and enough programs depend on it so we should check for it.
1330         Bruno Haible reports in
1331         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1332         that long long int is 32 bits wide with some nonstandard compilers.
1333         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1335 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1337         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1338         to a nonexistent file, so that we don't have to worry about
1339         a local site configuration that doesn't use /usr/local.
1340         Problem reported by Keith Marshall in
1341         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1343 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1345         * doc/autoconf.texi: Be more consistent about using @acronym with
1346         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1347         quite right (it talked about "OSF/Tru64", even though the
1348         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1349         and it even mentioned "OSF 4"!) and at this point there's little
1350         reason to talk about OSF any more, since it died in 1994.
1351         (Specific Compiler Characteristics): Simplify example of
1352         negative-size array.
1353         (File Descriptors): Reorder to make the text flow better.
1354         Remove joke about "appreciate the various levels"; I didn't get it.
1355         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1356         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1357         (File Descriptors, Limitations of Usual Tools):
1358         Tone down the advice against renaming or removing open files.
1359         (Limitations of Usual Tools): Add a new section, on 'rm'.
1361 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1363         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1364         -lXt in LIBS, idea from Karsten Hopp; this was due since
1365         this change:
1367         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1368         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1369         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1370         (which belong to Xt, not X itself).  See Debian bug 327655.
1372 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1374         * configure.ac (AC_INIT): Bump to 2.60a.
1375         * NEWS: Update.
1377 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1379         Version 2.60.
1381         * configure.ac, NEWS: Update.
1383 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1385         * config/texinfo.tex: Sync from upstream.
1387         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1388         quadrigraph correctly in traces.
1390         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1391         Fix typos.
1393         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1394         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1395         not defined.
1396         * doc/autoconf.texi (Changed Directory Variables): New node,
1397         to document the whole `datarootdir' business a bit better.
1398         * NEWS: Update.
1399         * tests/torture.at (datarootdir workaround): Extend test.
1400         Prompted by report by Alexandre Julliard.
1402 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1404         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1405         when using default mode of IBM C 6 for AIX.  Problem and two-line
1406         fix reported by Larry Jones.
1408 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1410         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1411         about literal '${datarootdir}' if a definition is found in the
1412         output file.
1414 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1416         * NEWS: Use "M4" rather than "m4" when appropriate.
1417         Problem reported by Eric Blake.
1418         * doc/autoconf.texi: Likewise.
1419         Use @acronym around BSD, GCC, and GNU when appropriate.
1420         (Why GNU M4): Renamed from "Why GNU m4".
1421         (Redefined M4 Macros): Mention that Posix
1422         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1423         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1424         to int.
1426 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1428         * bin/autom4te.in (handle_output): Do not forbid the empty
1429         pattern.
1430         * tests/tools.at (autoconf: the empty token): New test.
1432 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1434         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1435         calls, so that we do not care whether they are LIFO or FIFO;
1436         in the m4_wrap, do not check which diversion is the topmost
1437         one, just check that the stack is balanced at the end.
1438         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1439         base diversion forever--pop the previous diversion before
1440         opening the new one; consequently, remove the m4_wrap call.
1441         * lib/autotest/general.m4 (AT_INIT): Likewise.
1442         * tests/m4sugar.at: Do not use
1443         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1445 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1446         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1448         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1449         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1450         Rework example of m4wrap token-pasting trouble so that it doesn't
1451         care whether it's LIFO or FIFO.
1452         Fix some "contrary to"s that are awkward in English.
1454 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1456         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1457         to `yes' instead of `int$1_t' if the type is found, for more
1458         consistent configure output (where $1 is the number of bits).
1459         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1460         Suggested by Bruno Haible.
1462         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1463         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1464         with system headers.  Report by Bruno Haible.
1466 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1468         * config/config.guess, config/config.sub: Sync from upstream.
1470         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1471         in order to avoid picking up an older installed frozen m4sh.m4f.
1472         Besides an outdated shell startup, this could have been created
1473         by an earlier M4 version with incompatible frozen file format.
1475 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1477         * README: Recommend m4 1.4.4 instead of 1.4.3..
1478         * doc/autoconf.texi: Likewise.
1479         (Special Chars in Names): Say that $(.FOO) is portable, as
1480         suggested by Stepan Kasal.
1481         (Installation Directory Variables, Build Directories):
1482         (Automatic Remaking, Subdirectories, Fortran Compiler):
1483         (Making testsuite Scripts, Defining Directories):
1484         Quote variable usages better.
1485         (Making testsuite Scripts): Add clean-local rule to makefile
1486         snippet, by Eric Blake.
1487         (Installation Directory Variables): Fix table item font.
1488         Reword slightly to clarify.  Generalize advice about
1489         not using special characters to include all file-related
1490         vars, not just VPATH.
1491         (Special Chars in Variables): Warn about special characters in
1492         $(srcdir) too.
1493         (Assignments): Clarify default-value example as suggested by
1494         Ralf Wildenhues in
1495         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1496         (Special Shell Variables): Note leading ./ or ../, as suggested
1497         by Eric Blake.
1498         (Limitations of Builtins): Under cd, warn about CDPATH.
1499         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1500         Ralf Wildenhues.
1502 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1504         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1505         `@var', for texi2html.
1506         (Systemology): Some more word wrapping, for DVI output.
1507         (autom4te Invocation): The short option for `--melt' is `-M',
1508         not `-m'.
1510 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1512         * doc/autoconf.texi: More formatting and English tweaks,
1513         many suggested by Ralf Wildenhues.
1514         Reword to avoid "@code{...}'s" and the like, since it's ugly
1515         with Emacs info mode.  discontents -> woes.
1516         Put a few "will"s back.  time stamp -> timestamp.
1517         side-effect -> side effect.
1519 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1521         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1522         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1523         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1524         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1525         Mention other special chars, too.
1527 2006-06-14  Eric Blake  <ebb9@byu.net>
1529         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1531 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1533         * doc/autoconf.texi: Some systematic minor improvements, as
1534         follows.  Use "makefile" when talking about makefiles
1535         generally (which might be named "makefile" or "Makefile" or even
1536         "foo.mk"), "Makefile" when talking about a specific makefile
1537         called "Makefile".  This unclutters the text from weird quotes
1538         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1539         values" rather than "@var{foo}s" and similar constructs containing
1540         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1541         English-language improvements.  Change the prefix "sub-" to "sub"
1542         and "re-" to "re".
1543         Put blank lines around examples more consistently.
1544         Avoid "rather" and "very" as intensifiers.
1545         Avoid "will" as an auxiliary.
1546         (Limitations of Make): Split this node into....
1547         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1548         (Leading _ in Macro Names, Backslash-Newline-Newline):
1549         (Backslash-Newline Comments, Long Lines in Makefiles):
1550         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1551         (obj/ and Make, make -k Status, VPATH and Make):
1552         (VPATH and Double-colon, $< in Explicit Rules):
1553         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1554         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1555         New nodes, resulting from splitup of Limitations of Make.
1556         All cross-references changed.  Raise the top node from
1557         a section to a chapter, and all subnodes accordingly.
1558         Redo the introductory wording to match the new organization.
1559         (Installation Directory Variables): Use an example that is
1560         closer to what Autoconf actually does.  Mention that VPATH's
1561         value should not contain metacharacters or white space.
1562         (Fortran Compiler): Fix a VPATH bug in an example.
1563         (Leading _ in Macro Names): Mention that this problem is no longer
1564         of practical concern.
1565         (VPATH and Make): Reword the advice to make it clearer
1566         that Autoconf and Automake support VPATH in non-GNU make, but
1567         many packages have bugs in this area.
1568         ($< in Explicit Rules): Refer to Build Directories rather
1569         than using a (non-VPATH-safe) example.
1570         (Automatic Rule Rewriting): Mention the sort of disaster that
1571         can ensue with Solaris-style rule rewriting with VPATH.
1573 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1575         * doc/install.texi (Compilers and Options): Weaken the
1576         suggestion to use GNU make for VPATH builds.
1578         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1579         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1581         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1582         in regular expression.
1584 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1586         * doc/autoconf.texi (Installation Directory Variables):
1587         Drop extra @samp from `@table @samp' item.
1588         (Limitations of Usual Tools): Comment fix.
1589         Do not nest @samp just to point to other table items.
1590         (Writing testsuite.at) <AT_CHECK>: The second argument to
1591         `@dvar' is already @samp'ed.
1592         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1593         do not use @var in the second argument.
1595 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1597         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1598         $as_shell.exe too.  Problem reported by Andreas Buening in
1599         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1601 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1603         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1604         `unused variable' compiler warning, for `-Wall -Werror'.
1605         Reported by Jaap Haitsma in
1606         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1608 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1610         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1611         case the compiler dumps core.  Problem reported for
1612         OpenServer 5.0.7 by Tim Rice in
1613         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1614         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1615         Likewise.
1617 2006-06-06  Tim Rice <tim@multitalents.net>.
1619         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1620         "ERROR" only shows up in "make check" output if there is an
1621         error.
1623 2006-06-06  Eric Blake  <ebb9@byu.net>
1625         * tests/tools.at (automatically allowed tokens): Fix typo.
1627 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1629         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1631         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1632         typically overflows on x86 CPUs, even though the C standard
1633         requires otherwise.
1635 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1637         * configure.ac (AC_INIT): Bump to 2.59e.
1638         * NEWS: Update.
1640 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         Version 2.59d.
1644         * config/texinfo.tex: Sync from upstream.
1646         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1647         seen, invoke libtoolize with `--ltdl' argument.
1648         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1649         * NEWS: Update.
1650         Suggested by Eric Blake.
1652 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1654         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1655         reported by Ralf Wildenhues.
1656         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1658 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1660         * THANKS: Update.
1662 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1664         * doc/autoconf.texi: Modernize some of the references to Solaris.
1666 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1668         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1669         message issued by AC_REQUIRE.
1670         * tests/m4sugar.at: Check m4_require's error message.
1671         * tests/base.at: Check AC_REQUIRE's error message.
1672         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1673         to...
1674         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1675         AT_CHECK_M4.
1676         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1677         `expout' as the last parameter.
1678         * tests/tools.at: Adapt to the above change.
1680 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1682         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1683         information about race-free implementations of mkdir.
1685 2006-06-04  Eric Blake  <ebb9@byu.net>
1687         * bin/autoreconf.in (help): Document M4 environment variable.
1688         * bin/autoconf.as (Usage): Likewise.
1689         * bin/autom4te.in (help): Likewise.
1690         * doc/autoconf.texi (autom4te Invocation): Likewise.
1692 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1694         * NEWS: GNU make now recommended for VPATH builds.
1695         Mention that some macros are now documented to be obsolescent.
1696         * doc/autoconf.texi:
1697         Prefer "current" to "modern" to describe
1698         currently-used (albeit perhaps old-fashioned) hosts.
1699         Mention which ancient features no longer need to be worried about.
1700         setgid -> set-group-ID
1701         setuid -> set-user-ID (these are the Posix terms)
1702         Fix some misuses of "only".
1703         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1704         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1705         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1706         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1707         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1708         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1709         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1710         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1711         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1712         Mention that these macros are obsolescent.
1713         (Installation Directory Variables): shall -> should
1714         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1715         Mention that it's now safe to use 3 and 4.
1716         (Limitations of Usual Tools): cp -r is now specified by Posix.
1717         Omit longwinded and obsolescent discussion of cp -f.
1718         Modernize discussion of expr, ls.
1719         (Limitations of Make): Modernize discussion of VPATH builds.
1720         Mention $? as a workaround in some cases.
1721         * doc/install.texi (Basic Installation):
1722         Mention "./configure; make; make install" first.  Be more
1723         specific about why this file is generic.  Remove unnecessary
1724         parens.  Remove misleading "only".  Remove obsolete advice
1725         about csh.  Don't say "configure" takes awhile; say it
1726         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1727         and CC=c99 rather than CC=c89, as these are blessed by current
1728         Posix.  Recommend GNU make if doing a VPATH build.
1730 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1732         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1733         examples involving shell prompts.
1735 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1736         and Paul Eggert  <eggert@cs.ucla.edu>
1738         * doc/autoconf.texi (Here-Documents): Add details about the
1739         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1740         use "here-documents" instead of "here documents".
1742 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1744         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1746 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1748         * doc/autoconf.texi (File System Conventions): Warn about ":"
1749         anywhere in directory names.
1751 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1753         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1754         about quoting the case statement, just in case.
1755         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1756         was fixed in ksh93g; reported by Ralf Wildenhues.
1758 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1760         * doc/autoconf.texi (System Services): Do not document
1761         overriding EXEEXT via ac_cv_exeext=ext.
1762         (Particular Programs) <AC_PROG_MKDIR_P>:
1763         Document that ${MKDIR_P} understands --.
1764         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1765         comment.
1767 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1769         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1770         argument with leading hyphen.  Problem reported by Paul Eggert.
1772 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1774         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1775         about quoting ac_try: quote all of it, if any of it seems suspicious.
1776         This means we don't have to worry about ${ or sed any more.
1777         Also, double-quote the case statement, to work around misuses via
1778         underquoting as reported by Ralf Wildenhues in
1779         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1780         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1781         undocumented and dangerous macro.
1782         Problem reported by Ralf Wildenhues in
1783         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1785 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1787         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1788         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1789         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1791 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1793         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1794         since evidently some packages rely on the old, broken behavior.
1795         Problem reported by Ralf Wildenhues in
1796         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1797         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1798         pre-2006-05-26 definitions, but leave in the comments that
1799         these macros are dangerous and should not be used.
1800         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1801         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
1802         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
1803         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
1804         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
1806 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1808         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
1809         the use of 'tr', since this is our only use of 'tr'.
1811 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1812         and Paul Eggert  <eggert@cs.ucla.edu>
1814         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1815         Don't assume 'grep' works on long lines, since AIX grep doesn't.
1817 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1819         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
1820         the output file in the `${datarootdir}' test.
1822 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
1823         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1825         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
1826         mention of `datarootdir' in the input file(s), but literal
1827         `${datarootdir}' in the output file, and we haven't warned yet,
1828         then warn as well: the user may have (erroneously) used
1829         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
1830         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
1831         * tests/torture.at (datarootdir workaround): Extend this test.
1832         * NEWS: Update.
1834 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835         and Paul Eggert  <eggert@cs.ucla.edu>
1837         * doc/autoconf.texi (autoheader Invocation): The first argument to
1838         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
1839         alternatives and clear up the language a bit.
1841 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1843         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
1844         ac_config_guess, ac_config_sub, ac_configure.
1845         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1846         Fix typo that prevented an unnecessary space from being removed.
1847         Problems reported by Ralf Wildenhues in:
1848         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
1850 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1852         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
1853         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
1854         Don't use the term "thread-safe" to talk about mkdir race
1855         conditions, since the problem is more a process than a thread
1856         issue.  Problem reported by Stepan Kasal in:
1857         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
1858         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
1859         the test for 'install' more closely.  Look at MKDIR_P first.
1860         Look in the PATH, and at /opt/sfw/bin.
1861         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
1862         Don't bother to try mkdir -p, since we already check mkdir --version;
1863         just look at the version number.  (There's no easy way to check
1864         for race-free implementations.)
1865         * tests/tools.at (autoconf: subdirectories): Adjust to above
1866         changes, since MKDIR_P now might end in "/mkdir -p".
1868         * doc/autoconf.texi (autoheader Invocation): Mention that the
1869         first arg of AC_DEFINE_UNQUOTED must be a literal.
1870         Problem reported by Ben Pfaff in
1871         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
1873         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
1874         * doc/autoconf.texi (Special Chars in Variables): New section.
1875         (Preset Output Variables): Warn about special chars in CPPFLAGS.
1876         (Installation Directory Variables): Quote $(datadir) better.
1877         (Limitations of Builtins): Describe some of eval's trickiness.
1879         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
1880         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
1881         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
1882         in front of every arg, not just trailing args.  Quote apostrophes.
1883         (_AC_EVAL_ECHO): New macro.
1884         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
1885         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
1886         removed.
1887         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
1888         exposed by quoting of eval argument.  Put the command on line line
1889         so it logs better.
1890         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
1891         (_AC_PATH_X, AC_PATH_X): Quote more safely.
1892         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
1893         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
1894         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
1895         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
1896         Use eval more safely.
1897         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
1898         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
1899         to be replaced.
1900         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
1901         lines, exposed by quoting of eval argument.
1903 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
1904         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1906         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
1907         initialization of `ac_cv_exeext', do not override it if it was
1908         already set, unless it was set to `no', for compatibility with
1909         Autoconf-2.13, and comment this.
1910         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
1911         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
1912         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
1913         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
1914         Document that this test may be overridden by setting
1915         `ac_cv_exeext'.
1917 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1919         Revert these two patches:
1921         2006-04-06  Eric Blake  <ebb9@byu.net>
1922         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1923         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1924         2006-04-01.
1926         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1927         Clean up _AC_COMPILER_EXEEXT* macros.
1928         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1929           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1930           ac_file to the name of the default output file and call
1931           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1932           initial `rm' of the candidate files...
1933         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1934           the same list in subsequent `rm' calls, and for the temporary
1935           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1936           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1937         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1938         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1939           no longer needed) by libtool.  Make it a cache check.
1940         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1941           copied here by mistake.
1942         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1943           _AC_COMPILER_EXEEXT.
1944         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1945           _AC_COMPILER_OBJEXT directly.
1946         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1948 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1950         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
1951         Fix description of how the buggy `sed' works.
1953 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
1955         Sync from Automake:
1957         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
1958         ENOLCK.  Only mention `make -j' when applicable.  Only raise
1959         fatal errors when `make -j' is involved.  Improve error message.
1961 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1963         * doc/autoconf.texi (Here-Documents): We now know more about
1964         the variable expansion in here documents bug.
1965         Thanks to Tim Rice and Stepan Kasal.
1967         * doc/autoconf.texi (Making testsuite Scripts): Add an example
1968         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
1970 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1972         * tests/autotest.at (Multiline command from M4 expansion):
1973         No failure to be expected if the shell quotes newlines in
1974         commands in the `set -x' output.  Report by Tim Rice.
1975         * THANKS: Update.
1977 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1979         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
1980         expansion in the here-documents used by config.status, as that
1981         runs afoul of the Korn shell version M-12/28/93d bug described in
1982         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
1983         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
1984         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
1986 2006-05-23  Jim Meyering  <jim@meyering.net>
1988         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
1989         Fix typo introduced with 2006-04-02 change.  It reversed the sense
1990         of the test.
1992 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1994         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
1995         ac_dB slightly, to save bytes in the script.
1996         Max out at 50 lines, rather than 96; this is more likely
1997         (though not guaranteed) to avoid obscure 'sed' failures.
1999 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2001         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2002         `tr -d -' as bad option argument.  Work around this by deleting
2003         an unrelated character.
2004         Report by Tim Rice <tim@multitalents.net>.
2006 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2007             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2008             Stepan Kasal  <kasal@ucw.cz>
2010         * doc/autoconf.texi (Particular Programs): Do not promise that
2011         we always prefer the GNU version of the program, and that we
2012         search according to PATH; both rules can have exceptions.
2013         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2014         AC_PROG_SED.  Move descriptions of limitations
2015         to the Limitations of Usual Tools section.
2016         (Limitations of Usual Tools) <sed>: Mention script length
2017         limitations with Solaris /usr/ucb/sed.
2018         <grep>: Fix wording for empty alternative.  Mention that -c and
2019         -l should not be combined, and that -E and -F should not be
2020         combined.
2022 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2023         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2025         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2026         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2028 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2030         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2031         AC_DEFINE is now passed to m4_pattern_allow.
2032         * NEWS: Mention that; likewise for AC_SUBST.
2033         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2034         the parameter to m4_pattern_allow.
2035         * tests/tools.at: Add a check for that.
2037 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2039         * lib/autoconf/status.m4: Fix typos.
2041 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2043         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2044         only the files that this macro generates.
2046 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2048         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2049         the HP-UX sed limitation of 99 commands, labels do not count.
2050         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2051         in the comment.
2052         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2054 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2056         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2057         Import the following fix from coreutils:
2059         2006-01-13  Jim Meyering  <jim@meyering.net>
2061         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2062         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2063         not double-quote uses of that variable, to accommodate the rare
2064         case in which getmntent is available in none of the libraries
2065         checked.  This happens at least on FreeBSD 5.0.
2067 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2069         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2070         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2071         some other programs unwisely rely on these undocumented vars.
2072         But put in warning comments about them.
2073         Problem reported by Ralf Wildenhues in
2074         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2075         * NEWS: Document that these variables are intended to go away.
2077 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2079         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2080         and set the language to C++ (analogous to the equivalent Fortran
2081         tests).
2083         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2084         * doc/autoconf.texi (C++ Compiler): Document it.
2085         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2086         * NEWS: Update.
2088 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2090         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2091         that caused config.status to generate 100-command sed scripts; the
2092         portable limit is 99.
2094 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2096         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2097         variable `ac_d' instead of `d' to avoid infringing namespace.
2098         Report by Ralf Menzel.
2100 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2102         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2103         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2104         * tests/tools.at (autoconf: subdirectories): New test, taken from
2105         the corresponding problem report by Ralf Wildenhues in:
2106         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2108         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2109         Quote some uses of shell variables if they might suffer unexpected
2110         globbing.  This doesn't fix all instances of quoting problems that
2111         I found, just the easy ones that look safe.
2112         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2113         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2114         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2115         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2116         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2117         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2118         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2119         Likewise.
2120         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2121         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2123 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2125         * bin/autoreconf.in ($help): Reword according to the manual.
2126         Suggested by Olly Betts.
2128 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2129         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2131         * bin/autoreconf.in: Pass the directory argument to
2132         `require_configure_ac'.  Fix comment.
2133         * tests/torture.at (Configuring subdirectories): Expose this.
2134         Reported by Olly Betts.
2136 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2139         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2140         Automake as follows:
2142         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2143         `$configure_in' instead of `configure.in', to preserve
2144         directory component.
2146 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2148         * config/config.guess, config/config.sub, config/texinfo.tex,
2149         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2151 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2153         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2154         test for C99 conformance; (bool) 0.5 is an integer constant
2155         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2156         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2158 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2160         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2161         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2162         Warn about obsolete install-sh files.  Remove stray sentence
2163         fragment and fix cross reference.
2164         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2165         install -d; this undoes the 2006-05-10 change.
2166         (MKDIR_P): Mark with AN_MAKEVAR.
2167         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2168         that we don't require $INSTALL to be thread-safe.  Move comments
2169         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2170         of AC_PROG_INSTALL.  Output a message saying that we're checking
2171         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2172         MKDIR_P instead of AC_SUBST.
2173         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2174         Special magic for MKDIR_P, too.
2175         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2176         a dnl.
2177         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2179 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2181         Sync from Automake, as follows:
2183         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2184         * config/install-sh: Initialize IFS, so field splitting isn't
2185         turned off later.
2186         * config/mkinstalldirs: Likewise.
2187         * config/missing: Remove superfluous quotes.  Replace all uses of
2188         `[' by `test', for consistency, and for..
2189         * config/missing (sed_minuso, sed_output): New variables.
2190         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2191         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2192         Fixes `missing' to detect `--output' for help2man.  Fixes
2193         PR automake/483.  Report by Dennis J. Linse.
2194         (autom4te): Document in `missing --help'.
2196 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2198         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2199         * config/install-sh: Don't use 'path' to talk about file names,
2200         as per GNU coding standards.  Close a race condition reported by Ralf
2201         Wildenhues and Stepan Kasal.  There is still a race condition
2202         on hosts that predate Posix 1003.1-1992, but we can't help this.
2203         Don't mishandle weird characters like space on pre-Posix hosts.
2204         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2205         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2206         AC_PROG_MKDIR_P from AS_MKDIR_P.
2207         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2208         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2209         earlier editions are not (including Automake 1.8.3).
2210         Do not suggest mkinstalldirs for thread-safety.
2211         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2212         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2213         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2214         presence of special characters and race conditions.
2215         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2216         in Autoconf's name space.
2218 2006-05-10  Bruno Haible  <bruno@clisp.org>
2219         and Paul Eggert  <eggert@cs.ucla.edu>
2221         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2222         from Automake with minor changes.
2223         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2225 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2227         * config/install-sh: Update to Automake CVS version, as follows:
2228         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2229         * lib/install-sh: Simplify the expr implementation of dirname.
2230         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2231         * lib/install-sh: Handle --, and diagnose unknown options.
2233 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2235         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2236         `./autom4te' to create `./testsuite', since the `all' target
2237         will ensure its presence, but `installcheck' should not create
2238         the uninstalled wrappers.
2240         * tests/torture.at (Unusual Automake input files): Skip if we
2241         detect automake < 1.8.
2243 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2246         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2247         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2248         * NEWS: Update.
2250 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2252         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2253         munge (multiple) white space and other oddities.
2254         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2255         single quotes in variable assignment.
2256         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2257         and similar failures by adding multiple spaces, tabs, and other
2258         special characters.
2259         Report and different test suggested by Francesco Romani
2260         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2262         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2263         single quotes, we only need to search for single quotes; this
2264         both simplifies the search pattern, and makes us less
2265         susceptible to `echo' variations for arguments not containing
2266         single quotes.
2267         (_AC_ARG_VAR_VALIDATE): Likewise.
2269 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2271         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2272         `$*' and IFS concatenation issue with traditional shells and
2273         bash-2.04.  Report by Seanster@Seanster.com.
2275 2006-05-03  Bruno Haible  <bruno@clisp.org>
2277         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2278         precisely which Mac OS X versions have the od problem.
2280 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2282         * doc/autoconf.texi: Use @option systematically.
2284 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2285         and Bruno Haible  <bruno@clisp.org>
2287         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2288         about 'od'.
2289         (Integer Overflow): Mention the special case of integer division
2290         overflow.
2292 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2295         traditional shells like the Solaris one that do not use the
2296         first IFS character for assembling `$*'.
2297         Prompted by a related report from autoconf_bug@nro.ca.
2299 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2300         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2302         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2303         Mention more problems with the -e option.
2305 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2307         * NEWS: Typo.
2308         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2310         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2311         in URLs to improve DVI formatted output (requires texinfo 4.6).
2312         (System Services, Systemology, Shellology): Likewise.
2313         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2314         output.
2316         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2317         continuous text.
2318         (Runtime): Fix macro argument names to match description:
2319         `action-if-found' -> `action-if-true' and similarly.
2320         (Obsolete Macros): Likewise.
2321         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2322         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2323         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2325 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2327         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2329         * ChangeLog: Typo.
2330         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2331         DVI output.
2333 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2335         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2336         /bin/sh set unsorted output.
2337         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2338         * tests/local.at: Likewise.
2340 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2342         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2343         (Integer Overflow, Null Pointers, Buffer Overruns):
2344         (Floating Point Portability, Exiting Portably): New sections.
2345         (Writing Test Programs): Fix some langauge.  Recommend exiting
2346         with status 1, not merely nonzero.  Clarify exit declaration.
2347         (Run Time): Move C exit status stuff to new Exiting Portably section.
2348         (Systemology): Mention Posix and levenez.  Update v7 reference.
2349         (Portable Shell): Mention the Posix shell.
2351 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2353         * bin/autoconf.as (me): Replace by as_me.
2355 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2357         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2358         since as_me isn't set yet.
2360 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2362         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2363         a few minor bugs in this area.
2365         * doc/autoconf.texi (Programming in M4sh): Comment out the
2366         documentation of AS_BASENAME, for now.
2367         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2368         (Limitations of Builtins) <basename>: Do not refer to
2369         AS_BASENAME.
2370         * bin/autoconf.as (me): Don't use AS_BASENAME.
2371         (dir): Remove the unused variable.
2372         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2373         AS_DETECT_REQUIRED.  All uses changed.
2374         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2375         All uses changed.
2376         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2377         (AS_BASENAME): Use "basename --" to protect against leading "-".
2378         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2379         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2380         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2381         (_AS_DIRNAME_PREPARE): Likewise.
2382         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2383         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2384         (AS_DIRNAME): Use "dirname --".
2386 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2388         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2389         of "run time" and "run-time" changed to "runtime", for consistency.
2390         * lib/autoconf/fortran.m4: Likewise (in comment).
2391         * lib/autoconf/functions.m4: Likewise.
2392         * lib/autoconf/general.m4: Likewise.
2393         * lib/autoconf/headers.m4: Likewise.
2395         * doc/autoconf.texi (Run Time): Document the exit status situation
2396         with more accuracy and detail.
2398 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2400         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2401         Archive is not officially `GNU' any more.  Update URL.
2402         (Defining Directories): Likewise
2403         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2405 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2407         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2408         newline from the `trap' code to finish `config.log'; the NetBSD
2409         /bin/sh resets the exit status after an empty command, as
2410         documented in doc/autoconf.texi.
2411         Reported by Dalibor Topic <robilad@kaffe.org>.
2413 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2415         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2416         Suggested by Bruno Haible.
2418 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2420         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2421         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2422         Instead, just list the shells that we know work.
2423         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2424         changed.  Be more cautious about the _cv_ variable.
2425         * tests/tools.at (Syntax of the shell scripts): Check the
2426         _cv_ variable once, at first, to avoid an internal autoconf error
2427         when sh -n does not work.
2429 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2431         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2433 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2435         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2436         use ">&-" since we're only 99.999% sure that this is portable,
2437         and since the MinGW bug is fixed in a different way.
2438         * lib/autotest/general.m4 (AT_INIT): Likewise.
2440 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2442         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2443         before opening config.log, to avoid hitting a bug on MinGW.
2445 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2447         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2448         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2449         This works around a MinGW bug reported by Eric Paire.
2450         Make sure that all writes to the log file append to it,
2451         rather than possibly losing data.
2452         * lib/autotest/general.m4 (AT_INIT): Likewise.
2454 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2456         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2457         description.
2459 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2461         * NEWS: Update.
2463         * configure.ac (AC_INIT): Bump to 2.59d.
2465 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2467         Version 2.59c.
2469         * Makefile.maint (news-date-check): Do not require a leading `*'
2470         before the release date in NEWS.
2472 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2473         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2475         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2476         the instantiated file do not contain the string 'datarootdir'
2477         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2478         @mandir@, replace the reference '${datarootdir}' by the value.
2479         * tests/torture.at (datarootdir workaround): New test.
2480         * NEWS: Advertise this temporary fixup.
2481         Based on a patch by Bruno Haible, reported and analyzed by
2482         Paul Eggert and Noah Misch.
2484 2006-04-12  Eric Blake  <ebb9@byu.net>
2486         * tests/autotest.at (Debugging a failed test): Fix comment.
2488 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2490         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2491         all the changes since 2006-04-07.
2493 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2495         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2496         succeeded, but `ln -s file dir' failed, take care to remove the
2497         leftover target before the next test, to prevent its spurious
2498         failure; also make sure `ln file dir' works before selecting it.
2499         Thanks to Keith Marshall for pointing this out.
2500         * THANKS: Update.
2502         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2503         assignments in `at_debug_args', so that we put them correctly
2504         in the `run' script.
2505         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2506         Reported by Eric Blake.
2508 2006-04-11  Eric Blake  <ebb9@byu.net>
2510         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2511         top-level tests after micro-suite has been run.   Used in...
2512         (Debugging a successful test, Debugging script and environment),
2513         (Debugging a failed test): ...these new tests.  The first of these
2514         is fixed by...
2515         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2516         macro, split out from...
2517         (AT_INIT): ...here, so that using -d also generates a run script.
2518         Document that -d inhibits top-level logging.
2519         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2520         inhibits top-level logging; debug scripts are created.
2522         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2523         check.
2524         * tests/autotest.at (Empty test, Empty check): New test to check it.
2526         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2527         from gcc.
2529 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2531         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2532         the files if a problem appears.  Make the empty *.at files
2533         read-only, too.  Proposed by Ralf Wildenhues.
2535 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2537         * config/Makefile.am: Add comment to force updated Makefile.in.
2539         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2540         space only patch to this file, this patch causes the Makefile.in
2541         files that include freeze.mk to be updated, and thus have a
2542         newer time stamp again, which in turn makes a pristine CVS
2543         checkout have correct time stamps.
2545         * Makefile.maint (cvs-sv): New macro, to be used..
2546         (config.guess-url_prefix, config.sub-url_prefix)
2547         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2548         point to CVS text checkout of Gnulib files.
2549         (copyright-check): Bump current year.
2550         (announcement): Do not hard-wire `./announce-gen'.
2551         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2552         correctly.
2553         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2554         `chmod +x'.
2555         (wget_files): Update config.guess, config.sub, texinfo.tex by
2556         `wget-update', now that their URLs work again.
2558 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2560         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2561         Problem noted by Paul D. Smith.
2563 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2565         * doc/autoconf.texi: Remove unused words from word list.
2566         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2567         .x-sc_trailing_space: New files.
2569         * doc/standards.texi: Sync from gnulib.
2571         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2572         `LIBOBJDIR' as experimental.
2574         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2575         with a target directory; it's internally implemented as `cp'
2576         anyway, but since Autoconf advertises the possibility to use
2577         a target directory when LN_S is `ln -s', we need to find out.
2578         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2579         analyzed by Keith Marshall <keith.marshall@total.com>.
2581         * THANKS: Update.
2583 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2585         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2586         confdefs.h as-is.  In general, if it has backslash-newline or the
2587         like, then it doesn't work either to sort or to remove empty
2588         lines.
2590 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2592         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2594 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2596         * lib/autom4te.in (Automake-preselections): Preselect
2597         _AM_SUBST_NOTMAKE.
2599 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2601         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2602         apostrophe within a single-quoted string, as this is the usual
2603         tradition and is easier to read than '"'"'.  Don't rely on the
2604         shell treating "$/" like '$/'.  Use a more-consistent indenting
2605         style for the trap.
2607 2006-04-09  Eric Blake  <ebb9@byu.net>
2609         * tests/autotest.at (Backquote command substitution),
2610         (Multiline backquote command substitution): Remove mistaken
2611         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2612         applied...
2613         (Parenthetical command substitution, Multiline parenthetical
2614         command substitution): here.
2616 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2618         Import macros from gnulib (often changing their name).
2620         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2621         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2622         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2623         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2624         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2625         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2626         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2627         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2628         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2629         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2630         The manual mentions Gnulib more prominently.
2631         * doc/autoconf.texi (Gnulib): New node.
2632         (Pointers): Add Gnulib URL.
2633         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2634         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2635         Gnulib section.
2636         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2637         suggest a #define rather than a typedef for _Bool, and mention
2638         Gnulib rather than trying to substitute stdbool code.
2639         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2640         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2641         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2642         AC_STRUCT_DIRENT_D_TYPE.
2643         (Particular Types): Mention stdint.h and inttypes.h as standard
2644         headers too.
2645         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2646         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2647         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2648         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2649         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2650         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2651         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2652         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2653         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2654         (Coding Style).  Don't mention m4_expand_once.
2655         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2656         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2657         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2658         (AC_CHECK_FUNCS): Use it.
2659         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2660         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2661         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2662         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2663         (AC_HEADER_ASSERT): New macro.
2664         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2665         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2666         Catch a bug in an HP-UX C compiler.
2667         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2668         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2669         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2670         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2671         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2672         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2673         New macros.
2675         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2676         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2678 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2680         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2681         of the warning introduced by the 2001-08-28 change.
2683 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2684             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2686         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2687         variables shall be overriden by the cache.
2688         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2689         that contains braces.
2691 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2693         Revert the patch from 2006-04-01 and only improve
2694         _AS_DETECT_BETTER_SHELL:
2696         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2697         skip nonexistent directories.
2698         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2699         only shell candidates which exist.
2700         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2701         * lib/autotest/general.m4 (AT_INIT): No need to give three
2702         parameters to _AS_PATH_WALK.
2704 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2705             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2707         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2708         distinguish m4sugar macros.
2709         * tests/tools.at (autoupdating with aclocal and m4_include):
2710         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2711         test case by Noah Misch <noah@cs.caltech.edu>.
2713 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2715         Revert my change from 2006-03-17, in other words:
2716         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2717           and DUALCASE=1.
2718         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2719         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2720           it is set.
2722 2006-04-07  Eric Blake  <ebb9@byu.net>
2724         * doc/autoconf.texi (Programming in M4sh): Document that
2725         AS_MKDIR_P exits the script on failure.
2726         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2728 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2730         * config/elisp-comp, config/install-sh, config/mdate-sh,
2731         config/missing, config/mkinstalldirs: Sync from Automake.
2733         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2734         from Automake.
2736         * doc/make-stds.texi: Sync from gnulib.
2738 2006-04-06  Eric Blake  <ebb9@byu.net>
2740         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2741         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2742         2006-04-01.
2744 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2745             Eric Blake  <ebb9@byu.net>,
2746             Paul Eggert  <eggert@cs.ucla.edu>,
2747             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2749         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2750         whether `set' quotes correctly: redirect stderr of the tested
2751         `set', and use a subshell, for Ultrix; use `sed' instead of
2752         `grep' for zsh `set' which may write binary output; match only
2753         at the beginning of a line, to avoid false positives.
2754         In order to avoid false positives by unrelated variables with
2755         multiline content, put the dump algorithm in a subshell and
2756         unset all variables containing newlines (except some which are
2757         special to the shell).  Warn about cache variables that are
2758         unset.
2760 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2762         * config/config.guess, config/config.sub, config/texinfo.tex:
2763         Sync from upstream.
2765         * tests/mktests.sh: Reword comments.
2767         * tests/mktests.sh: Only skip internal macros starting with
2768         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2769         Update exclusion lists for the test suite to this end:
2770         (AC_ARG_VAR): Do test this now.
2771         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2772         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2773         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2774         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2776         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2777         shell issue with double-quoted command substitutions of native
2778         commands.
2779         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2780         Marshall.
2782         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2783         no file matches the glob, discard the warning, set `nullglob'.
2784         (syntax-check): Likewise.
2785         (sc_cast_of_x_alloc_return_value): Likewise.
2786         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2787         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2788         (m4-check): Likewise.
2789         (sc_system_h_headers): Do not print rule on execution.
2790         (sc_tight_scope): Do not fail for non-existing `src' directory.
2791         (sc_changelog): Skip the Copyright footer.
2792         * lib/autoconf/lang.m4: Remove trailing space.
2794         * lib/autoconf/status.m4: More replacements to
2795         <tab><space> where this makes sense.
2797 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2799         * tests/Makefile.am (maintainer-check-posix):
2800           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
2802         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
2803           ac_config_<foo>s again, sometimes normalized, sometimes not.
2804         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
2805         (AC_CONFIG_COMMANDS): Do not do so here.
2806         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
2807           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2808           2005-07-25 rewrite.  Noticed by Noah Misch.
2810         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
2811           _AC_PRESERVE_HELP_ORDER, ...
2812         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
2814         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
2815           inside m4_expand_once; it is redundant.
2817         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
2818           for --help from Cygnus `configure.'
2820 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2822         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
2823         on a patch proposed by Ralf Wildenhues.
2825 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2827         * lib/autoconf/status.m4: Replace <space>''<tab> with
2828         <tab><space> where this makes sense.
2830 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
2831             Noah Misch  <noah@cs.caltech.edu>
2833         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
2834         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
2835         * doc/autoconf.texi (Help Formatting): New node.
2836         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
2838 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2840         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
2841         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2842         lib/autoconf/types.m4, lib/autotest/general.m4,
2843         tests/mktests.sh, tests/torture.at: White space cleanup:
2844         remove some SPACE before TAB, or add quoting ('' or @&t@).
2846         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
2848         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
2850 2006-04-05  Eric Blake  <ebb9@byu.net>
2852         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
2853         empty test suite works.
2854         * tests/autotest.at (Empty test suite): Remove xfail.
2856 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
2858         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
2859         TAGS to ac_config_<foo>s.
2860         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
2861         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
2862         normalizing it, consistent it with previous releases.
2863         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
2865 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2867         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
2868         Use simplified args that Eric Blake originally suggested.
2870 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2872         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
2873         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
2874         Use 'comm' rather than N instances of grep; this also fixes a bug
2875         whereby substrings were incorrectly matched, causing us to not
2876         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
2877         (exclude_list): Exclude empty macros.
2878         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
2880         Use awk rather than grep -E or egrep, to avoid
2881         portability problems with regular expressions containing newlines.
2882         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
2883         Switch from grep to awk syntax.
2884         (ac_exclude_script): Renamed from ac_exclude_egrep.
2885         (au_exclude_script): Renamed from au_exclude_egrep.
2887 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
2889         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
2890         a subdirectory subject to Cygnus `configure'.
2891         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
2893         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
2894         report request when we have no AC_PACKAGE_BUGREPORT.
2896 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2898         * THANKS: Update.
2900         * tests/mktests.sh: Update copyright year in the header of the
2901         generated files.
2903         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
2904         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
2905         typedef'ed restricted pointer, to catch a compiler bug on
2906         HP-UX 11.x, and fix warnings so it passes with -Werror.
2907         (_AC_PROG_CC_C99): Likewise.
2908         Reported by Albert Chin <china@thewrittenword.com>.
2909         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
2911 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2913         * bin/autoscan.in (subdirs): New global.
2914         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
2915         (output): Emit AC_CONFIG_SUBDIRS as needed.
2916         * tests/autoscan.at (autoscan): Remove XFAIL.
2918 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2920         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
2922 2006-04-03  Eric Blake  <ebb9@byu.net>
2924         * THANKS: Add myself.
2926 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2928         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
2929         to log, point to testsuite output tree.
2931 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2933         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
2934         * doc/autoconf.texi (Function Portability): Mention that C++
2935         has trouble with 'exit'.
2936         (Guidelines): Test programs shouldn't use 'exit'.
2937         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
2938         Remove; all uses removed.
2939         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
2940         Return from 'main' instead of calling 'exit'.
2941         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
2942         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
2943         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
2944         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
2945         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
2946         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2947         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
2948         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
2949         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
2950         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
2951         * tests/compile.at: Likewise.
2953 2006-04-02  Pavel Roskin  <proski@gnu.org>
2955         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
2957 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2959         Clean up _AC_COMPILER_EXEEXT* macros.
2961         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2962           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2963           ac_file to the name of the default output file and call
2964           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2965           initial `rm' of the candidate files...
2966         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2967           the same list in subsequent `rm' calls, and for the temporary
2968           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2969           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2970         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2971         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2972           no longer needed) by libtool.  Make it a cache check.
2973         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2974           copied here by mistake.
2975         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2976           _AC_COMPILER_EXEEXT.
2977         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2978           _AC_COMPILER_OBJEXT directly.
2979         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2981 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2983         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
2984         (AS_DIRNAME): Use it.
2985         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
2987         * tests/*.at: Remove the generated ones.
2989 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2991         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
2993 2006-04-01  Eric Blake  <ebb9@byu.net>
2995         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
2996         directories, unless optional third argument supplied.
2997         (AS_UNAME): Don't optimize PATH walk.
2999         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3001 2006-04-01  Eric Blake  <ebb9@byu.net>
3002         and Stepan Kasal  <kasal@ucw.cz>
3004         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3005         and fix some typos.
3007 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3009         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3010         Autoconf version number despite a zero- or one-argument AC_INIT.
3012         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3013         subordinate tools.
3014         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3015         * doc/autoconf.texi (autoreconf Invocation): Document it.
3017         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3018         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3020 2006-04-01  Eric Blake  <ebb9@byu.net>
3022         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3023         * lib/autotest/general.m4: Be tolerant of existing directory when
3024           rm failed to remove it.
3026 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3028         * bin/autoupdate.in: Redefine m4_location so that warnings print
3029         the correct lines of the input file by subtracting..
3030         (_au__first_line): ..this new definition.
3032         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3033         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3034         Remove stray newline in output.
3035         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3036         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3037         Fixes autoupdating of code where the replacement output contains
3038         m4sugar macros.
3039         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3040         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3041          (au_exclude_list): Add AC_LANG_SAVE.
3042         * tests/tools.at: Several new tests for all of this.
3043         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3044         hairy details.
3045         The AC_LANG_SAVE issue was reported against Libtool by
3046         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3047         Kristian Kvilekval <kris@cs.ucsb.edu>.
3049 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3051         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3052           switch all of them on and of when necessary.  Fixes the bug when
3053           m4sugar macros (e.g., m4_define) were expanded after the first
3054           automatic update (e.g., after AC_PREREQ or AC_INIT).
3056 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3058         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3059         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3061         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3062         correctly.  Problem reported by Eric Blake.
3063         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3064         Ralf Wildenhues.
3066 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3068         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3069         Tighten up the basename/dirname wording.
3071 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3073         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3074         in texinfo files outside of verbatim environments.
3075         (syntax-check-rules): Update.
3076         * doc/autoconf.texi (Configuration Headers): Conform to it.
3078 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3080         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3081           aclocal cannot be given on the command line.
3083 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3085         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3086         Give an example for AS_DIRNAME instead of referring to Posix..
3087         (File System Conventions): Put discussion of // versus / here, and
3088         modernize it a bit.
3089         (Limitations of Usual Tools): Add basename.  Remove verbiage
3090         after dirname, since it got moved to the above sections.
3091         All this was inspired by a patch proposed earlier by Eric Blake.
3093 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3095         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3096         `$0' to protect against spaces.
3097         * lib/autotest/general.m4 (AT_INIT): Likewise.
3098         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3099         `$0', $as_me.
3101 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3103         * bin/autoscan.in: The value of find_configure_ac should be
3104         checked for existence, so we don't barf over a nonexisting
3105         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3107 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3109         * bin/autoupdate.in: Fix some typos.
3111 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3113         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3115         * lib/autoscan/autoscan.list: Refreshed.
3117 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3119         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3120         and Erlang related variables.
3122         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3123         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3124         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3125         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3126         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3127         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3128         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3129         (_AC_PROG_OBJC_G): New macros.
3130         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3131         * doc/autoconf.texi (Objective C Compiler): New node.
3132         (Preset Output Variables): Document OBJCFLAGS.
3133         (Language Choice): Document `Objective C' language.
3134         (Fortran Compiler): Fix typo.
3135         * NEWS: Updated.
3136         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3138 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3140         * doc/autoconf.texi (Default Includes): Fix typo
3141           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3142         (Limitations of Usual Tools): s/unwriteable/unwritable/
3143         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3144           Fix typos in the comments.
3146 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3148         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3149           Factor out the warning to...
3150         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3151         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3152         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3154         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3155           case `ac_delim' when writing the sed script.
3157         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3158           moved DUALCASE=1 ...
3159         (AS_SHELL_SANITIZE): ... here.
3160         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3161           that it is set.
3163         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3164           AC_SUBST.
3165         (_AC_PATH_PROG): Store the result to VARIABLE.
3166         (AC_PATH_PROG): No need to set VARIABLE again.
3168         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3169           the first one is usual AT_CHECK_MACRO test, the second one checks
3170           that the same works when cross-compiling.
3171         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3172         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3174 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3176         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3177         the directory `/usr/bin/posix' in the shell search, to prefer
3178         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3179         on Tru64.
3181         * doc/autoconf.texi (contents): To fix texi2html output, hide
3182         `@setcontentsaftertitlepage' for HTML.
3183         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3184         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3185         `@,{c}'.
3187 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3189         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3190           sanitizing...
3191         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3192         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3193           why IFS is restored so late; thank you, Ralf, for reminding us.
3195 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3197         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3198           variables in the examples.
3200 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3202         * doc/autoconf.texi (several sections): Cleaned up documentation for
3203         macros in erlang.m4.
3205 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3207         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3208         failure condition for `$(cmd)' style command substitutions.
3209         (Parenthetical command substition, Multiline parenthetical
3210         command substition): Use it.
3212         * doc/autoconf.texi (Special Shell Variables): Missing word.
3213         Reported by Keith Marshall <keith.marshall@total.com>.
3215         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3216         IFS even in case of empty `$PATH'.
3218 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3220         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3221         `expr' away if there is nothing to do.
3222         < --keywords >: Simplify and robustify argument handling.
3223         Revert erroneous comment from 2005-08-23.  Extend to allow
3224         keyword negation with `!'.
3225         Update help message.  Remove broken code to prevent running
3226         tests multiple times.
3227         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3228         Update and fix the documentation accordingly.
3229         * tests/autotest.at (Keywords): Renamed to..
3230         (Keywords and ranges): .. this.  Extended to make sure negated
3231         keywords, keywords taken from AT_SETUP arguments, and numeric
3232         test ranges work, and that matching is case-insensitive.
3234 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3236         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3237         allow to pass unnamed structs even in C++.
3238         (AC_CHECK_SIZEOF):  Likewise.
3239         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3240         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3241         struct): New tests for unnamed structs, each both native and
3242         cross-compiling.
3244         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3245         a structure inside a cast, for C++ conformance.
3246         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3247         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3249         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3250         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3251         trying to execute the command `no'.
3253         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3254         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3255         expanded outside.
3257         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3258         example.  Do not emphasize `$%', it is hardly new and special.
3259         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3261         * doc/autoconf.texi (Limitations of Usual Tools): Document
3262         OpenBSD and traditional `grep' failure to handle multiple
3263         patterns separated by newlines.
3265 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3267         * doc/autoconf.texi (several sections): Add documentation for macros
3268         in erlang.m4.
3270 2006-03-10  Eric Blake  <ebb9@byu.net>
3272         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3273         AC_TRY_LINK_FUNC.
3275 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3277         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3278         like BSD, GPL, LGPL.  Fix minor English typos.
3279         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3280         Mention that these macros are becoming obsolete.
3281         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3282         Use more modern terminology for which standard is what.
3283         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3284         and to ansi2knr.
3285         (AC_PROG_CXX): Likewise.
3286         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3287         Remove obsolete discussion about how to port to K&R.
3288         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3289         the obsolescent AC_HEADER_STDC.
3290         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3291         can't rely on it.
3293 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3295         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3296         Remove stdin redirection from /dev/null to allow pipe to work.
3298 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3300         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3301         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3302         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3303         Ralf Wildenhues.
3305 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3307         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3308         HP-UX sed is 99 commands, not 100.
3309         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3310         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3311         newline for portability.
3312         * tests/torture.at (Torturing config.status): Also test 100
3313         AC_SUBST_FILE invocations.  Fix test to actually verify the
3314         AC_CONFIG_FILES output.
3315         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3316         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3318         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3319         non-suffix rule.
3320         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3321         non-GNU make.
3322         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3323         * tests/mktests.sh: Small shell portability fixes.
3325 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3327         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3328         recommended quoting style and discard unwanted output.
3330 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3332         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3333         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3334         cases, and to work around Tru64 expr bug.
3336 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3338         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3339         expr bug that turns the result of a regex match into a number if
3340         possible.
3342 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3344         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3345         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3346         in section `Specific Compiler Characteristics'.
3348 2006-03-04  Eric Blake  <ebb9@byu.net>
3350         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3351         variable warning.
3353 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3355         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3356         order of variable initialization, so even the Solaris 2.6 shell
3357         can create a config header correctly.  Fixes lots of test suite
3358         failures.
3360 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3362         * doc/autoconf.texi (Text processing Macros): New node to
3363         document the m4sugar macros m4_re_escape, m4_tolower,
3364         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3366 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3368         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3369         XrmInitialize (0) -> XrmInitialize ().
3370         Reported by Toshio Kuratomi.
3372 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3374         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3375         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3376         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3377         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3378         both macros are defun'ed so that required macros are evaluated
3379         outside.
3381         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3382         where a required macro will be expanded.
3383         (Coding Style): Another reason not to use `m4_define'.
3385 2006-02-21  Eric Blake  <ebb9@byu.net>
3387         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3389 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3391         * doc/autoconf.texi (Looping constructs): New node, to
3392         document m4_for, m4_foreach, m4_foreach_w, and mention
3393         obsolete AC_FOREACH.
3394         (Obsolete Macros): Document AC_FOREACH.
3395         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3396         (m4_for): Fix to never loop (almost) endlessly, work correctly
3397         with arithmetic expressions in arguments, a step of zero or
3398         non-integer multiple of the interval, and avoid integer
3399         overflow.
3400         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3401         m4_foreach_w.
3403 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3405         Add basic support for Erlang, both for configuring Erlang/OTP
3406         tools, and Erlang as a conf test language.
3407         * lib/autoconf/erlang.m4: New file.
3408         * lib/autoconf/autoconf.m4: Add erlang.m4.
3409         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3410         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3411         * NEWS: Add short description of new macros.
3412         * THANKS: Add Romain Lenglet.
3414 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3416         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3417         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3419 2006-02-15  Eric Blake  <ebb9@byu.net>
3421         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3422         warning.
3424 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3426         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3427         (_AS_CASE): Private helper macro.
3428         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3429         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3430         Fix syntax of AS_IF description
3431         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3432         for the AC_REQUIRE mess.
3433         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3434         AS_SHELL_SANITIZE.
3436 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3438         * doc/autoconf.texi: Minor style cleanup.
3439         Be consistent about spaces after commas.
3440         Insert [] where empty args look a bit funny.
3441         Fix some "i.e." and "e.g." usages.
3442         Try to avoid "X/Y" usages.
3443         Don't be pedantic about "ISO C99"; just say C99.
3444         Prefer GNU style for spaces in front of parens.
3445         (Function Portability): Comment about C89 versus C99
3446         signed integer division.
3447         (Particular Headers): Use current gnulib style for dirent
3448         includes.
3450 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3451         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3453         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3454         macros without parameters.
3455         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3456         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3457         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3458         `$#' bug.
3459         (autoupdate): Updated to match AU_ALIAS fix.
3461 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3462         and Paul Eggert  <eggert@cs.ucla.edu>
3464         * doc/autoconf.texi (Programming in M4sh): Document
3465         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3467 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3469         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3470         (AS_BOURNE_COMPATIBLE): ..this.
3471         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3473 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3475         * doc/install.texi (Defining Variables): Tighten up the
3476         CONFIG_SHELL wording.
3478 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3479         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3481         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3482         of (set -o) rather than testing whether (set -o posix) succeeds,
3483         to work around a bug in the AIX 5.3 shell.  Problem originally
3484         reportd by Howard Chu for libtool.
3486 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3488         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3489         Changes the macro arguments in summaries to match the
3490         descriptions.
3492 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3494         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3495         hint as ``a workaround for a bug.''
3497 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3499         * bin/autoreconf.in: New option `--no-recursive'.
3500         Improve wording for subpackages a bit.
3501         * doc/autoconf.texi (autoreconf Invocation): Updated.
3502         * NEWS: Updated.
3504         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3505         in environment of `configure', not the command line.
3506         Reported by Howard Chu <hyc@highlandsun.com>.
3508 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3510         * doc/autoconf.texi (Limitations of Builtins): Document the
3511         problem with "trap -".
3513 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3515         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3516         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3517         messages to differentiate Fortran and Fortran 77 tests.
3518         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3519         AC_LANG_ASSERT, to allow use in mixed-language projects.
3521 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3523         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3524         FOO" to "defined (FOO)".
3525         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3526         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3527         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3528         * tests/tools.at (ifnames): Likewise.
3530 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3532         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3533         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3534         (END): Improve error message a bit.
3535         Reported by Bruce Korb <bkorb@gnu.org>.
3537 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3539         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3540         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3542 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3544         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3545         requires sys/stream.h.  Reported by Oliver Kiddle.
3547 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3548             Stepan Kasal  <kasal@ucw.cz>
3550         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3551         before the removals of test dirs, use `find' to avoid modification
3552         of symlinked directories.
3554 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3556         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3557         Don't ignore the macro arguments.
3559 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3561         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3562         declaration that works for MSVC.
3564 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3566         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3567         Add `*.map' and `.inf' for Green Hills compiler.
3568         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3570         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3571         correctly: pad with spaces after FIRST_PREFIX if necessary,
3572         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3573         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3574         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3575         * NEWS: Updated.
3576         Reported by numerous people, numerous times.
3578 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3580         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3581         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3582         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3583         * lib/autotest/general.m4, tests/local.at:
3584         Update copyright year to 2006.
3586         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3587         sed substitutions.
3588         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3589         for file names, again.  Reported by Noah Misch.
3590         (Coding Style): Explain that s|a|b| is preferred for file names.
3591         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3592         (AC_OUTPUT_MAKE_DEFS): Likewise.
3593         * lib/autotest/general.m4 (AT_INIT): Likewise.
3594         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3595         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3597         Fix Posix-conformance bugs re use of { command in sed scripts,
3598         and improve the sed-related documentation a bit.
3599         * doc/autoconf.texi (Installation Directory Variables): Use
3600         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3601         rather than "sed" when talking about Sed in general.
3602         (Particular Programs): Likewise.
3603         (Coding Style): y is like s with respect to / and ,.
3604         (Limitations of Usual Tools): Document the weird restrictions
3605         that Posix has about { }.  Use better quoting.
3606         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3607         Rewrite to conform to Posix rules about { } in sed scripts.
3608         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3609         * tests/foreign.at (Libtool): Likewise.
3610         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3611         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3613 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3615         * lib/autoconf/status.m4: Fix typo.
3617         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3618         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3619         `-def', for the benefit of Portland `pgf90 -Mipa'.
3620         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3622 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3624         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3625         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3626         shell from zsh to bash.
3628 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3630         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3631           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3633 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3635         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3636         parentheses in $(...).  Problem reported by Eric Blake.
3638 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3640         * doc/autoconf.texi (Limitations of Usual Tools):
3641         Mention which characters can be escaped with \ in portable regular
3642         expressions used in grep, sed, expr.  Mention the leading ^ problem
3643         with expr.  Clean up some confusing wording.  Mention which
3644         grep options are portable.
3646 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3648         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3650 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3652         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3653         patch, noted by Ralf Wildenhues.
3655 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3657         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3658         posix' unconditionally, for pdksh in `native sh' emulation.
3660 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3662         * doc/autoconf.texi (Shellology): Document eval $? problem
3663         with ash.
3664         (Limitations of Builtins): Likewise.
3666 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3668         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3669         CONFIG_SHELL in the environment of the configure rerun.
3670         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3671         Suggest passing CONFIG_SHELL absolute, and in the environment
3672         rather than as option.
3674 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3676         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3677         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3678         Fix macro quoting.  Fix output for n * 98 substituted variables.
3680 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3682         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3683         `tmp' to avoid file removal race.
3685 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3687         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3688         ac_clean_files and LIBOBJS.
3690 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3692         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3693         Factor functionality to..
3694         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3695         `AC_SUBST($1)' in the public version.
3696         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3697         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3698         ac_pt_* variables.
3700 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3702         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3703         filesystems.
3705 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3707         * NEWS: Move AH_HEADER mention to right place.
3709 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3711         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3712         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3714 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3716         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3717         conftst2.$ac_objext.
3718         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3720 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3722         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3723         conftest.o, to see whether the compiler really obeys; rm the object
3724         file before and after the test and register it with ac_clean_files.
3725         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3727 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3729         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3730         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3731         code so that the most common case requires less forks.
3733 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3735         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3736         not portable; thanks to Paul Eggert and Alexandre.
3738         * NEWS: Fix an old typo.
3740 2005-10-20  Jim Meyering  <jim@meyering.net>
3742         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3743         the latter'', in two places.
3745 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3747         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3748         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3749         the inner workings of AC_LANG_FUNC_LINK_TRY.
3750         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3751         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3752         by the function rather than ignoring it.
3753         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3754         comparing its address.  Intel's interprocedural optimization was
3755         outsmarting the old heuristic.  Problem reported by
3756         Mikulas Patocka.
3758 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3760         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3762 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3764         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3765         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3767 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3769         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3770         before removing it (chmod -R u+rwx); there are three instances of this.
3772 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3773             Stepan Kasal  <kasal@ucw.cz>
3775         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3776         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3777         make its content writable before removing it.  Remove an errorneous
3778         comment from the end, where the logs of the failed tests are copied
3779         to the main log file.
3781 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3783         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3784           in case the computer is too quick.  Double quote the configure.ac
3785           snippets.
3787         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3788           problems if the testsuite were running too fast.
3790 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3792         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3793         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3794         (which belong to Xt, not X itself).  See Debian bug 327655.
3795         * NEWS: Mention this.
3797 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3799         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3801 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3803         * config/move-if-change: Don't output "$2 is unchanged";
3804         suggested by Ben Elliston.  Handle weird characters correctly.
3806 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
3808         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
3809           calls, so that the final expansion of this macro is shorter.
3810           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
3811           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
3812           the cleanup there.  Use AS_VAR_* macros, to be more general.
3813         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
3815         * lib/autoconf/general.m4: Use AS_IF where appropriate.
3817         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
3819 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
3821         * doc/autoconf.texi (Configuration Headers): Add an index entry
3822           for AH_HEADER.
3824 2005-08-26  Pavel Roskin  <proski@gnu.org>
3826         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
3827         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
3828         running xmkmf.
3830 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
3832         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3833         The previous patch didn't work, so try a better one.
3835 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
3837         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
3838         in the example.  Reported by Bruno Haible.
3839         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
3840         "if $undefined_var;" succeeds with my shell.
3842         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
3843         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
3844         but change the m4_divert_text to m4_divert_once.
3846 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3848         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3849         Work around bug in Solaris /usr/xpg4/bin/awk.
3850         The bug is present in at least Solaris 8 through 10.
3852 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
3854         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
3855         some evil values and relying on the fact that $* concatenates the
3856         parameters by the first character from IFS.
3858 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
3859             Stepan Kasal  <kasal@ucw.cz>
3861         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
3862         first header appears, define AH_HEADER.
3863         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
3864         Update limitations about when to call AC_CONFIG_HEADERS.
3865         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
3866         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
3867         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
3868         ``Configuration Actions''; fix their index entries.
3870         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
3871         options correctly.  Process N-M as M-N if M is smaller than N.
3872         Process ranges correctly so that N-N will run only N.
3873         Sort and uniquify the tests that will be run.  If there is more
3874         than one test, reinsert the banners for the tests.
3875         * tests/autotest.at (Keywords): Unmark XFAIL.
3877 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
3879         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
3880           before passing the macro name to AH_TEMPLATE.
3882         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
3883           now opens log after option processing; in particular, --version
3884           and --help do not touch config.log.
3886         * Makefile.maint: Revert the change from 2005-08-12.
3888 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
3890         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
3891           common code to...
3892         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
3894 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3896         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
3897         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
3898         Language cleanup.
3900         * doc/autoconf.texi (Defining Symbols, Changed Results):
3901         Prepend to LIBS, not append, in examples.
3903 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
3905         When building in place, set srcdir="."; suggested by Tim Van Holder.
3907         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
3908           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
3909         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
3910         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
3911           does not mean "no --srcdir option".
3913 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3915         * tests/autoscan.at (autoscan): New file.
3916         * tests/suite.at: Use it.
3917         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
3918         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
3920         * tests/autotest.at (Keywords): Test keywords combinations.
3922 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
3924         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
3925           add "2>&1"; gzip 1.2.4 prints help on stderr.
3927 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
3929         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
3930         was pushdef'ed twice while popped only once.  Push it only once.
3931         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
3933 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
3935         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
3936         prefixed by mere "===", not "configure: === ".
3938 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
3940         * Makefile.maint: Update from Bison.
3942         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
3943         "<tab>" in comment, so that the point is understandable.
3945 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
3947         Rewrite substantial part of lib/autoconf/status.m4.
3948         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
3949         and CONFIG_COMMANDS are not processed in four separate loops.
3950         Instead, there is one main loop.  This alows that the common code
3951         is expanded only once, thus config.status (and configure) is smaller.
3953         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
3954         the AC_LIST_FILES and cousins macros are no longer used.
3956         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
3957         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
3958         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
3959         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
3960         contain the initialization, nor the for loop, nor the associated
3961         commands; all these go to ...
3962         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
3963         _AC_OUTPUT_CONFIG_STATUS.
3964         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
3965         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
3966         (_AC_OUTPUT_FILE): The creation of the sed script ...
3967         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
3968         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
3969         _AC_OUTPUT_MAIN_LOOP.
3970         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
3971         _AC_CONFIG_COMMANDS): Use ...
3972         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
3973         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
3974         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
3975         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
3976         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
3977         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
3978         ... new macros.
3979         (_AC_CONFIG_UNIQUE): Update.
3980         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
3981         Replaced by this ...
3982         (_AC_LIST_TAGS): ... new common macro.
3983         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
3984         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
3985         (_AC_LIST_TAG_COMMANDS): ... new common macro.
3986         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
3987         this didn't belong to the `config commands' section.
3988         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
3989         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
3990         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
3991         to the `config commands' section either.
3992         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
3993         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
3995         ... and many changes to the comments nearby.
3997         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
3998         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
3999         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4000         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4001         (#define header templates): The comment at the top of the generated
4002         header now includes the name(s) of the source file(s).
4004         Several unrelated small changes:
4006         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4007         parameter to AC_DIAGNOSE.
4008         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4009         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4010         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4011         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4012         with AU::AC_OUTPUT.
4013         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4014         in AC_OUTPUT doesn't double-quote it either.
4015         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4016         parameters.
4018 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4020         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4021         versions of Portland Group compiler produce single- and double-quoted
4022         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4023         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4025 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4027         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4028         This is a corrected version of yesterday's patch.
4030 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4032         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4033         path, too; insert a "===" to emphasize the line.
4035         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4036           ac_cv_build_alias to ac_build_alias.
4037         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4039         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4040         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4041         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4042         (AC_ARG_VAR): ... here.
4043         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4044           target_alias.
4046         Keep a list of all precious variables and process them with one simple
4047         for loop, instead of expanding all commands, or, OTOH, complicated
4048         processing of output of "set".
4049         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4050         variable names in new macro...
4051         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4052         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4053           a loop to assign all ac_env_* and ac_cv_env_* variables.
4054         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4055           to INIT_PREPARE.
4056         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4057           its value to shell variable ac_precious_vars and call
4058           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4059         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4060           _AC_ARG_VAR_VALIDATE.
4062         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4063           and the AC_SUBSTs ...
4064         (AC_INIT): ... here.
4066         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4067           the ac_subst_files section in config.log.
4069         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4071 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4073         * NEWS: New macro AC_C_TYPEOF.
4074         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4075         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4076         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4078         Fix problems reported by Nicolas Joly.
4079         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4080         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4081         They are generated by the Tru64 v5.1B shell.
4083 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4085         Fix my changes from 2005-07-01; reported by Noah Misch.
4086         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4087         description, the macro now accepts only a single tag.
4088         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4090         Fix cases when the varsions of Autoconf and Autotest don't match.
4091         Reported by Noah Misch.
4092         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4093         at_top_builddir, for compatibility with older autotest.
4094         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4095         is not set, use at_top_builddir, for compatibility with older
4096         versions of autoconf.
4098 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4100         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4101         Problem reported by Patrick Welche.
4103 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4105         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4106         sed substitution command, so that we allow | in program prefixes
4107         and program suffixes.  (& is a problem anyway; we're not fixing
4108         that here.)
4109         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4110         configure_input, top_builddir, srcdir, etc.
4111         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4112         PATH_SEPARATOR in AUTOTEST_PATH.
4114 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4116         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4117         for loop over config.site files using `set', to allow
4118         directory names containing IFS characters.
4120 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4122         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4123         directories with weird names.  Apparently some people like living
4124         on the edge.  However, improve the test that "pwd" actually does
4125         report a name for the working directory.
4126         * NEWS: Remove the claim that we test for funny chars in dir names.
4128 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4130         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4131         replaced ...
4132         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4133         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4134         Now accept a single tag, not whitespace separated list.
4135         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4137 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4139         * doc/autoconf.texi (Configuration Headers): Change the explanation
4140         about #include <config.h>.
4141         (Generic Functions): Mention the Gnulib project.
4142         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4144         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4145         document to output the default config_* lists to config.status.
4146         Don't recognize option --file, if the functionality is not there.
4147         Likewise for --header; moreover, recognize --he and --h as shortcuts
4148         for --help in that case.
4150         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4151         matches the order of execution.  No code changed.
4153 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4155         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4156         single-quoted -cmdline argument in Portland Group compiler.
4157         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4159 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4161         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4163 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4165         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4166         descriptors to child processes; reported by Norman Gray.
4168 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4170         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4172         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4173         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4174         (AC_SUBST): Call it.
4175         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4176         the directory specific variables; but don't call it for configure_input.
4178 2005-06-28  Derek Price  <derek@ximbiot.com>
4180         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4181         addition.
4183 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4185         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4186         directory have inherent problems with special characters like spaces,
4187         due to limitations in Make syntax.  Problem reported by Alexandre
4188         Duret-Lutz.
4189         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4190         Also, fix Tru64 porting problem with shell patterns,
4191         reported by Ralf Wildenhues.
4193 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4195         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4197 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4199         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4201         Fix some more shell quoting problems.  Prompted by a bug report
4202         from Justace Clutter.
4203         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4204         variable into diagnostic.  Make the diagnostic an error, not a warning,
4205         because we really don't support spaces and suchlike in dir names.
4206         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4207         Don't worry about backslashes in srcdir; it can't happen now.
4208         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4209         Simplify ac_optarg handling.
4210         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4212 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4214         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4215         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4216         * tests/atlocal.in: Propagate $EGREP and $SED.
4217         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4218         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4220         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4221         that '\|' is not allowed in BREs; recommend using newline separated
4222         list of patterns instead of multiple -e options.
4224         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4226         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4228 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4230         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4232 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4234         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4235         b, t, r, w commands require single space, while : cannot have any.
4236         (Special Shell Variables): Fix sed code this in the example.
4237         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4238         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4240         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4241         expand to the empty list.  Don't use two pairs of m4_changequote,
4242         it's not necessary.
4244 2005-06-20  Derek Price  <derek@ximbiot.com>
4246         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4248 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4250         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4251         * doc/autoconf.texi:
4252         Don't mention Solaris versions so much, if a
4253         problem is common to all extant versions of Solaris.  Say "SunOS
4254         4" instead of "SunOS" for SunOS 4.
4255         (awk): Mention more of the limitations of traditional Awk.
4256         (cat): Don't talk about cat -v.
4258 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4260         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4261         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4262         but the implementation is entirely different and is designed
4263         to be compatible with glibc strverscmp.
4264         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4266         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4267         on Mac OS X 10.4 reported by Peter O'Gorman in:
4268         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4269         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4270         Use shell builtins rather than 'expr', to work around expr bug.
4272 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4274         * doc/autoconf.texi: "filesystem" -> "file system".
4275         "behaviour" -> "behavior".
4276         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4277         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4278         as per POSIX.
4279         * lib/m4sugar/m4sh.m4: Likewise.
4280         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4281         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4283         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4284         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4285         to update the man page.  That way, we don't have to check in new
4286         man pages every month.
4288         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4289         quotes and backslashes.  Patch from Derek Price.
4291 2005-06-10  Derek Price  <derek@ximbiot.com>
4293         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4294         AS_TR_SH.
4296 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4298         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4299         -u, since it outputs chatter if the input files are the same.
4300         Problem reported by Ralf Menzel.
4302 2005-06-08  Derek Price  <derek@ximbiot.com>
4304         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4305         renaming them since they are about to be redefined anyhow.
4307 2005-06-08  Derek Price  <derek@ximbiot.com>
4309         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4310         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4311         Move m4_undefine to alphabetical order.
4313 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4315         * README: Recommend GNU M4 1.4.3 or later.
4316         * doc/autoconf.texi (Introduction): Likewise.
4317         Reword to avoid some formatting glitches.
4318         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4319         Clarify explanation of HP compiler bug.
4320         Redo example output tp match current CVS snapshot.
4321         Use @example.org in email addresses when the examples
4322         might get inadvertently cut-and-pasted into user code.
4323         Remove example of autom4te usage that doesn't seem to work now.
4324         Use modern AC_INIT (except when the example is meant to be
4325         shown with Autoconf 2.13).
4326         Update ksh info for Solaris 9 and later.
4327         KB -> kB.
4328         Modernize description of Automake versions a bit.
4329         Don't claim a future version of Autoconf is near.
4330         * doc/install.texi: Reword to avoid some formatting glitches.
4332 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4334         * doc/autoconf.texi: Add [] to examples, so that the manual
4335         follows its own advice about quoting better.
4336         Reword to avoid some formatting glitches.
4337         * doc/installt.exi: Reword to avoid some formatting glitches.
4339         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4340         Tru64 ksh pattern matching bug.  Reported against Libtool by
4341         Albert Chin <libtool@mlists.thewrittenword.com> and
4342         Nicolas Joly <njoly@pasteur.fr>.
4344 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4346         m4_cdr of one-member list was [[]] (one-member list containing an
4347         empty string) instead of [] (an empty list.  Callers were skewed to
4348         match this misbehaviour.  As a consequence of this:
4349          - m4_foreach([x], [], [foo]) expanded to `foo', while
4350          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4351         This bug has been fixed:
4353         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4354           expand to an empty string; print error msg if called without
4355           an argument list.
4356         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4357           misbehaviour; handle [] and [[]] correctly.
4359 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4361         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4362         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4363           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4365 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4367         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4368           swallow records with more than 99 fields.
4369         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4370           parse the long line.
4372 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4374         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4375           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4376         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4377           to workaround this limitation.
4379 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4381         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4382         to gfortran, and make these the first two compiler names
4383         checked (following the general autoconf preference for gcc).
4385 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4387         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4388         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4389         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4391 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4393         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4394         expression of unbounded size when processing the --list
4395         option.  This runs afoul of a limit of 399 bytes per regular
4396         expression on AIX.  Problem reported by Ralf Wildenhues.
4398 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4400         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4401         * doc/autoconf.texi (Particular Headers): Reword example
4402         for multiline stdbool replacement.
4403         (Setting Output Variables): Reword text a bit.  Don't
4404         give all the details about |#_!!_#|.
4405         Reword description of line replacement.
4407 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4409         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4410         now contain newlines, and substituted files must be referenced on
4411         a line alone; the sed scripts to substitute them are now very
4412         different.
4413         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4414         commands can be put in a sed script portably.
4415         * doc/autoconf.texi (Setting Output Variables): Document above
4416         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4417         use of multiline substitution.
4418         * tests/torture.at: No longer expect substitution of newline to fail.
4420 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4422         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4423         From Ralf Menzel (trivial change).
4425 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4427         * tests/local.at: Don't attempt to check for negated character
4428         classes in shell scripts.  The test was too brittle.
4430 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4432         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4433         * doc/autoconf.texi (Limitations of Builtins): Document this
4434           limitation.
4436 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4438         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4439           common code; used in many places in the tree.
4440         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4441         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4443         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4445         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4446           messages when ac_unique_file is not found.
4447         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4448         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4449           commands, for consistency with AC_MSG_ERROR and such.
4451         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4453         * bin/Makefile.am: Merge the two rules for creating scripts.
4455 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4457         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4458         obsolete; it was never documented.
4459         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4461 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4463         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4464         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4465         (ac_top_builddir): ... this ...
4466         (ac_top_build_prefix): ... to this; the old name is also kept, for
4467           backward compatibility.
4468         (ac_top_builddir_sub): New variable, without the trailing slash,
4469           always nonempty.
4470         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4471         * doc/autoconf.texi (Configuration Actions): Rename
4472           ac_top_builddir to ac_top_build_prefix.
4473         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4474           at_top_builddir to at_top_build_prefix.
4475         * lib/autotest/general.m4 (AT_INIT): Likewise.
4477 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4479         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4480           of confdefs.h .
4482 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4484         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4485           argument to m4_foreach.  I guess it was necessary in the past,
4486           but I think it's a no-op now.
4488 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4490         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4491           ``cat <<_ACEOF'' commands to one.
4492         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4493         * lib/autoconf/status.m4: On various places, use expr instead of
4494           ``echo|sed.''
4495         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4496         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4497         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4498           a range.
4499         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4500           the wrong patterns between ``case'' and ``esac.''  The previous
4501           code had false positives.
4503 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4505         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4506         as on 2005-05-02.
4507         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4508         Mention LIBOBJDIR.
4510 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4512         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4513         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4514         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4515         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4516         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4517         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4518         config/config.guess, config/config.sub, config/elisp-comp,
4519         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4520         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4521         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4522         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4523         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4524         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4525         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4526         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4527         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4528         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4529         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4530         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4531         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4532         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4533         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4534         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4535         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4536         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4537         lib/autotest/general.m4, lib/emacs/Makefile.am,
4538         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4539         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4540         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4541         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4542         tests/compile.at, tests/foreign.at, tests/fortran.at,
4543         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4544         tests/semantics.at, tests/suite.at, tests/tools.at,
4545         tests/torture.at, tests/wrapper.as:
4546         Update FSF postal mail address.
4548 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4550         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4551           check.
4552         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4553           enough arguments, similarly as in m4_bpatsubsts.
4555 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4557         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4558           of absolute paths.
4560 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4562         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4563           for absolute directory names in one loop.
4564         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4565           abbreviations of --version and --debug.
4567 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4569         * doc/autoconf.texi (Autoconf Language): Be more precise about
4570         quoting rules.  Problems noted by Stepan Kasal.
4571         Also, throughout this document, be more careful about white space.
4572         "blank", "white space", and "space" all have different meanings
4573         and we should be careful to say what we mean.
4575 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4577         Fix C++ related problems reported by Werner Lemberg.
4578         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4579         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4580         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4581         avoid problems with C++ and throw.
4582         * tests/compile.at: .cpp, not .cc.
4584         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4586 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4588         * doc/autoconf.texi (Generic Functions): Typos.
4590 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4592         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4593         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4594         set by latest automake.
4596 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4598         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4599         outputs 0 on GNU/Linux these days.
4601 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4603         * doc/autoconf.texi (Autoconf Language): Add more description
4604         about quoting heuristics.
4605         (Limitations of Builtins): Describe "set -" problems.
4607 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4609         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4610         not newline.
4612         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4613         by AC_DEFINE; it was a mistake.
4614         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4616 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4618         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4620 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4622         * doc/autoconf.texi (External Software): Quadrigraphs are not
4623           processed correctly in AS_HELP_STRING; avoid this in the examples.
4624         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4625         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4626           comment and reduce m4_default([foo], []) to [foo].
4627         (m4_strip): Update the explanation.
4629 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4631         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4632         Remove core.conftest.* too; it's generated by Tru64 5.1.
4633         Problem reported by Jennis Pruett.
4634         * lib/autoconf/functions.m4
4635         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4636         Don't bother to remove core files; AC_RUN_IFELSE should do that
4637         for you.
4639 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4641         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4643 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4645         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4646         Report from Horst Wente.
4648 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4650         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4651           the comment.
4653 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4655         * doc/autoconf.texi (External Software, Package Options): Add
4656           examples showing how to implement --with-* and --enable-* options.
4658 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4660         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4661         as well as configure.in.  Problem reported by Gregorio Guidi.
4663 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4665         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4666         pattern for alloca snippet.
4668 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4670         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4672 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4674         * doc/autoconf.texi (Generic Programs): Fix a typo.
4676 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4678         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4679         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4681 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4683         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4684         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4685         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4686         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4687         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4689 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4691         * NEWS: The configure command now warns you if you attempt to use
4692         a directory whose name contains a special character like space,
4693         newline, or "\".
4694         * doc/autoconf.texi (Installation Directory Variables): Allow
4695         "," in file names.  Do not use \@; it's not a portable regexp.
4696         * bin/Makefile.am (edit): Likewise.
4697         * lib/Makefile.am (edit): Likewise.
4698         * tests/Makefile.am (edit): Likewise.
4699         * tests/semantics.at: Likewise.
4700         * tests/torture.at: Likewise.
4701         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4702         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4703         * doc/autoconf.texi (File System Conventions): Warn about
4704         unportable file names.
4705         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4706         (AC_INIT): Use it.
4707         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4708         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4709         ac_pwd, and quote srcdir.
4710         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4712         * doc/autoconf.texi: Fix some systematic formatting problems.
4713         ".)"  needs a following @: if not at the end of a sentence, and
4714         similarly for "!)".  "etc." should be preceded by a comma.
4715         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4717 2005-03-22  Bruno Haible  <bruno@clisp.org>
4719         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4720         argument is often called 'build-aux'.
4722 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4724         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4725           macro AC_TRY_LINK is obsolete.
4726         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4727           `AC_CONFIG_FILES'.
4729 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4731         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4732           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4733           from a Common Lisp's `cl'.
4734         (AC_PROG_CXX): Behave according to the documentation: don't
4735           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4736           make the variable CCC precious; use `cl.exe', not `cl'.
4738 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4739             Alexandre Duret-Lutz  <adl@gnu.org>
4741         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4742         /dev/null, as "configure" shouldn't read stdin, and this insulates
4743         us from problems (e.g., when testing for "cl").  Also, do this
4744         redirection before invoking "hostname" or "uname", and keep the
4745         original input stream available via...
4746         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4747         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4748         bother with "</dev/null" since it's now done at the top of
4749         'configure'.
4750         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4751         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4752         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4753         * doc/autoconf.texi (File Descriptor Macros): New section.
4754         (Printing Messages): Mention it.
4755         * tests/base.at (Input/Output): New test.
4757 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4759         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4760         newline if neither \c nor -n work, as that would output two
4761         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4763 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4765         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4766         This causes that any required macros inside will get before the if.
4767         * doc/autoconf.texi (autom4te.cache): A typo.
4769 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4771         Undo previous change, except keep the change to
4772         lib/autoconf/programs.m4 that replaced grep with shell
4773         pattern-matching.  This is because net-snmp configure reads stdin.
4774         Reported by Noah Misch.
4776 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4778         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4779         from /dev/null, as "configure" shouldn't read stdin, and this
4780         insulates us from problems (e.g., when testing for "cl").
4781         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4782         before invoking "hostname" or "uname".
4783         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4784         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4785         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4786         "</dev/null" since it's now done at the top of 'configure'.
4787         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4788         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4789         Also, replace grep with shell pattern-matching, to save a process.
4791 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4793         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4794         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4795         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4796         compiler.
4798 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4800         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4801         grep -q isn't portable.  Improve grep -s explanation.
4802         Problem reported by Dan Manthey.
4804 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
4806         * doc/autoconf.texi (Special Shell Variables): Clarify
4807         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
4809 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4811         * doc/autoconf.texi: Use @acronym for DJGPP.
4812         Fix some @code's that should have been @env's, and vice versa.
4813         Sort environment variable names.
4814         Mention that shells no longer inherit IFS.
4815         Don't recommend PATH_SEPARATOR=';' so strongly.
4816         Mention that $RANDOM might expand to the empty string.
4817         "symlink" and "soft link" -> "symbolic link".
4818         Improve mktemp description (reported by Bruno Haible).
4820 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4822         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
4823         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
4824         Likewise.
4825         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
4826         Likewise.
4828 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4830         * NEWS: Mention AT_COPYRIGHT.
4832         * tests/local.at (AT_CMP): Use diff directly on input files rather
4833         than copying them.
4835         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
4836         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
4838 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4839         and Paul Eggert  <eggert@cs.ucla.edu>
4841         * tests/autotest.at (Empty test suite): New test.
4842         * tests/torture.at (Substitute and define special characters)
4843         (Substitute a 2000-byte string, Define to a 2000-byte string)
4844         (Substitute a newline, Define a newline): New tests.
4846 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4848         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
4849         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
4850         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
4851         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
4852         (Standard regular expressions): New test.
4853         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
4854         excess test name quoting.
4855         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
4856         CPPFLAGS to `configure' instead of setting it in `configure'.
4858         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
4859         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
4860         on some platforms.
4862         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
4863         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
4865         * tests/local.at (AT_CMP): New macro.
4866         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
4867         (AC_SAVE_STATE): Move environment grep...
4868         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
4869         (AT_CONFIG_CMP): New macro.
4870         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
4871         * tests/c.at (Extensions): Do not exit early.
4872         * tests/atlocal.in: Inherit $GREP.
4874         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
4875         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
4877         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
4878         (AC_COPYRIGHT): Factor header comment portion out and move into...
4879         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
4880         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
4881         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
4882         --version output.
4883         * tests/local.at: Add Autoconf test suite copyright notice.
4884         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
4886 2005-02-04  Bruno Haible  <bruno@clisp.org>
4887         and Paul Eggert  <eggert@cs.ucla.edu>
4889         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
4891 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4893         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
4894         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
4896         Try not to generated lines of unlimited length, as POSIX places a
4897         2047-byte limit on line length of portable text files.
4898         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
4899         Use newline as a separator, not space.
4900         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
4901         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
4902         space.
4904 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4906         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
4907         as_func_*.  Add test to check whether positional parameters
4908         are restored after function return.
4910 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4912         * doc/autoconf.texi (Special Shell Variables): Mention _,
4913         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
4914         if they contain a lower-case letter.  The DUALCASE problem was
4915         reported by Ralf Wildenhues.
4917         * bin/autoconf.as: Don't exit with status 0 after write failure
4918         with --help or --version.
4919         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
4920         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
4922 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4924         * doc/autoconf.texi (Limitations of Usual Tools):
4925         Unicos 9 sed limitations.
4926         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
4927         to get the option-enhanced interface on older Crays.  Try ftn for
4928         Fortran 95 (newer Crays).
4930 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4932         * man/Makefile.am (.x.1): Go back to the simple solution, but take
4933         care to echo the commands, so the user knows what's going on.
4934         Modified from a suggestion by Stepan Kasal.
4936         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
4937         with a cross reference.  Derived from a suggestion by Bruce Korb.
4939 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4941         * doc/autoconf.texi (config.status Invocation): Warn about
4942         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
4943         * doc/install.texi (Defining Variables): Likewise.
4944         Based on a proposed patch by Ralf Wildenhues.
4946         * man/Makefile.am (.x.1): Make sure the required generated files
4947         are up to date.  Problem and original solution proposed by Stepan Kasal.
4948         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
4949         implicit-man-prerequisites): New rules, used by the above.
4951         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
4952         * config/config.guess, config/config.sub, config/install-sh: Likewise.
4953         * config/missing, config/texinfo.tex: Likewise.
4955 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
4957         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
4958         Update the long comment explaining it.
4960         m4_require no longer writes an ``is required by'' line to the
4961         execution stack.  It contains only one bit of non-redundant
4962         information: that the macro was required, not called.  And even
4963         this bit is useless in most situations: have you ever met a macro
4964         which both calls and requires the same macro?
4966         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
4967         (_m4_defun_pro_outer): ... only via this macro, for the outermost
4968           macro.
4969         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
4970         (m4_expansion_stack_pop): Remove the misplaced comment.
4971         (m4_require): Don't put the ``is required by'' line to the
4972           execution stack; slightly improve the out-of-a-defun error message.
4973         (_m4_divert_grow): New macro, counter for the temporary diversions.
4974         (_m4_require_call): Use it.
4975         * tests/m4sugar.at (m4_require): Expect output without the
4976           ``is required by'' messages.
4978 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4980         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
4981         rather than x for expr.
4983         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
4984         this is safe.
4985         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
4986         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4987         * lib/autotest/general.m4 (AT_INIT): Likewise.
4988         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
4989         * tests/mktests.sh: Likewise.
4991 2005-01-27  Akim Demaille  <akim@epita.fr>
4993         Have autoheader honor --force.
4995         * doc/make-stds.texi, doc/standards.texi: Update from masters.
4996         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
4997         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
4998         from masters, so that FileUtils.pm's update_file provide --force
4999         support.
5000         * bin/autoheader.in: Pass $force to update_file so that
5001         config.h.in is always recreated when --force.
5003 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5005         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5007 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5009         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5010         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5012 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5014         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5015         Warn about newline stripping in `` and $().  Update Solaris
5016         version to 9.
5017         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5018         X insulates us from future changes to Posix.
5019         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5020         stripping.
5022 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5024         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5025           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5027 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5029         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5030         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5031         bug-tar mailing list.
5033 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5035         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5037 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5039         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5040         ulongval to be static, to avoid unwanted GCC warning.  Problem
5041         reported by Michael Jennings via Daniel Reed; see
5042         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5044 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5046         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5047         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5048         datadir, infodir, and mandir.  Adjust argument parsing code.
5049         (_AC_INIT_HELP): Update help text.
5050         * doc/autoconf.texi (Installation Directory Variables): Document
5051         new variables.
5053 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5055         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5056         not seem to work, assume it does set $(MAKE).
5057         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5059 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5061         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5063 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5065         A cleanup of the diversion support in m4sugar.
5067         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5068         (_m4_divert_n_stack): New macro; the expansion is
5069           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5070           otherwise.
5071         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5072         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5073           stored in _m4_divert_diversion or _m4_divert_dump.
5074         (m4_divert_pop): When the parameter is given, compare the symbolic
5075           name with the last diversion pushed on the stack.  Previously, the
5076           current diversion was compared with the numeric value of the
5077           diversion given as the parameter.
5078         (m4_require): If the macro hasn't been expanded yet, call ...
5079         (_m4_require_call): this new macro.
5081 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5083         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5084         Workarounds for documented `case' limitations.
5086 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5088         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5089         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5091 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5093         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5094         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5095         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5097         Patch from Roger Leigh (with some minor changes) as follows:
5098         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5099         Resurrect AC_PROG_CC_STDC.
5100         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5101         AC_PROG_CC_C89, AC_PROG_CC_C99.
5102         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5103         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5104         AC_PROG_CC_C99): New macros.
5105         (AC_PROG_CC_STDC): Use them.
5106         (_AC_PROG_CC_STDC): Remove.
5107         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5108         * THANKS: Add Roger Leigh.
5110 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5112         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5113         signals that the package uses Automake; a `Makefile.am' is typical but
5114         not essential.  Reported by Magnus Therning.
5115         * tests/torture.at (autoreconf.): New banner.
5116         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5117         AC_CONFIG_SUBDIRS'.
5118         (autoreconf an empty directory): Rename to `Empty directory'.
5119         (Unusual Automake input files): New test.
5121 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5123         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5124         (AT_SETUP): Clear AT_capture_files.
5125         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5126         (AT_KEYWORDS): Fix comment typo.
5127         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5128         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5129         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5131 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5133         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5134         If the variable to set is already set, set ac_cv_path_$1
5135         to the preset value so caller can assume ac_cv_path_$1
5136         is available.  (trivial change)
5138 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5140         * BUGS (Minor Problems): Warn about makefile limitations.
5141         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5142         * man/Makefile.am: Find and update manual pages in $(srcdir).
5144 2004-12-24  Eric Blake  <ebb9@byu.net>
5146         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5147         shells in subshell, to avoid noise from ash.  (trivial change)
5149 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5151         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5152         problems with SunOS ksh and backslash escaping, Bourne shells and
5153         closing brackets (both within character classes).  Bug reported
5154         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5155         <read>: New entry.  Mention non-availability of -r.
5157 2004-12-21  Akim Demaille  <akim@epita.fr>
5159         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5160         avoid cluttering displayed messages.  Rather, prepend srcdir where
5161         AT_LINE is used for log files.
5163 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5165         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5166         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5167           no longer part of the macro, quote the occurrence of ``$tmp''.
5168         * doc/autoconf.texi (Forbidden Patterns): Typo.
5170 2004-12-21  Akim Demaille  <akim@epita.fr>
5172         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5173         separated from the test title by forcing a white space.
5175 2004-12-21  Akim Demaille  <akim@epita.fr>
5177         Enable Emacs navigation within testsuite.log files.
5179         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5180         use the compilation mode.
5181         (AT_LINE): Point to the srcdir.
5183 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5185         * tests/Makefile.am (installcheck-local): Use $(bindir).
5186         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5187         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5188         Makefile.am scheme Autoconf now uses.
5190 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5192         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5193         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5195 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5197         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5198         (_AT_CHECK): Use it.
5199         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5200         (AS_ESCAPE): Fix comment.
5201         * tests/autotest.at: Adjust section banner comments.
5202         (AT_CHECK_AT): Accept STATUS and STDERR.
5203         (AT_CHECK_AT_TEST): Likewise.
5204         (Invalid brace-enclosed parameter expansion)
5205         (Multiline command from M4 expansion)
5206         (Double-M4-quoted command): New tests.
5208 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5210         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5212 2004-12-17  Akim Demaille  <akim@epita.fr>
5214         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5215         m4_pattern_allow.
5216         Suggested by Alexandre Duret-Lutz.
5217         * doc/autoconf.texi (Setting Output Variables): Catch up.
5219 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5221         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5223 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5225         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5226           remove the comment which said we cannot.
5228 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5230         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5231         Reini Urban and Paul Eggert for reporting the dependencies.
5233         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5234         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5235         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5237 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5239         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5240           so that eg. ``autoscan --help'' doesn't truncate it.
5242 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5244         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5245         generated conftest files.
5247 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5249         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5250         tracing on commands with possibly-escaped newlines.
5251         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5252         discontinued behavior and its implications.
5253         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5254         (BSx641-newline in command, BS-BS-newline in command)
5255         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5256         (Single-quote-BS-newline in command)
5257         (Single-quote-newline-BS-newline in command): New tests.
5259 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5261         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5262           on platforms where it works.
5263         (_AS_TEST_PREPARE): Test for ``test -x''.
5264         (_AS_BROKEN_TEST_PREPARE): Nuke.
5266 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5268         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5269         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5270           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5271         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5272           create the temporary directory.
5273         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5275 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5277         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5278         (trivial change)
5280 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5282         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5284 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5286         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5287         to avoid using a negated character class.  Reported by Nicolas Joly.
5288         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5290 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5292         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5293         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5294         Don't depend on .x file explicitly, since "make" does that for us.
5295         Suggested by Stepan Kasal.
5297         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5298         Add *.tmp.
5299         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5300         ifnames): Factor common code.  And they said it couldn't be done!
5302 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5304         * bin/.cvsignore: Add autoconf.in.
5305         * tests/.cvsignore: Add wrapper.in.
5306         * lib/autotest/general.m4: Escape '$' in case pattern.
5308 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5310         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5312         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5314         * tests/autotest.at: New file.
5315         * tests/suite.at: Include it.
5316         * tests/Makefile.am: Distribute it.
5318         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5319           shell tracing on a command that could contain multiple lines.
5320         * doc/autoconf.text: Document that fact and its implications.
5321         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5322         * tests/autotest.at (Multiline backquote command substitution,
5323           Multiline parameter expansion, Literal multiline command,
5324           Multiline parenthetical command substitution): Remove XFAIL.
5326 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5328         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5329         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5331 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5333         * configure.ac (test suite): Cease to generate wrapper scripts.
5334         * configure: Regenerate.
5335         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5336         (m4f_dependencies): Adjust accordingly.
5337         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5338         (wrapper.in): Generate it in the build directory.
5339         (MAINTAINERCLEANFILES): Delete wrapper.in.
5340         (CLEANFILES): Add wrapper.in.
5341         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5342         the output.  Replace each $as_me with a @wrap_program@.
5343         * tests/wrapper.in: Delete it; we always build it.
5345         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5346         (EXTRA_DIST): Remove autoconf.in.
5347         (CLEANFILES): Add autoconf.in.
5348         (autoconf): Find autoconf.in in the build directory.
5349         * bin/autoconf.in: Delete it; we always build it.
5351 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5353         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5354         PATH members so as to not prepend an empty element.  Move a comment.
5355         * Makefile.am (SUBDIRS): Build in `tests' last.
5356         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5358 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5360         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5361         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5362         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5363         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5365 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5367         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5368         patch: extra "-l"s.
5370 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5372         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5373         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5374         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5376 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5378         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5379           out the common code to ...
5380         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5381           value of the #define--default to 1, iff the macro was called
5382           with exactly one parameter.
5384 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5386         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5387         "char c = '\200';" rather than "char c = 0x80;" as the
5388         latter doesn't conform to the strict C standard due to
5389         overflow on signed char hosts.
5391         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5392         to -qlanglvl=ansi.  We don't want to disable extensions.
5394 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5396         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5397         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5398         Reword slightly to avoid some English-language problems noted
5399         by Ralf Wildenhues in:
5400         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5402 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5404         * NEWS: Add ^L above each release.
5406 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5408         Fix documentation problems reported by Russ Boylan in
5409         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5410         along with some nearby cruft.
5411         * doc/autoconf.texi (Libtool): Libtool can be used without
5412         Automake (not without Autoconf).
5413         (Introduction): Mention lists.gnu.org.
5414         * BUGS: Don't mention bugs.gnu.org.
5415         Remove mention of ancient libtool compatibility problem.
5416         * NEWS: Mention that bugs.gnu.org is kaput.
5417         * README: Likewise.  Mention where mailing list archives can be found.
5419 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5421         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5423 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5425         * doc/autoconf.texi (Pretty Help Strings): Go back to
5426         single-quoting assignments to cache variables.
5428 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5430         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5431         with the examples; fix the bug in MY_ARG_WITH example reported
5432         by Alexandre Duret-Lutz.
5433         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5434         expansion of $1 in the comment emitted to configure.
5436 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5438         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5439         in my editing of the previous patch.  Problem reported
5440         by Alexandre Duret-Lutz.
5442 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5444         * doc/autoconf.texi (Autoconf Language): Explain that
5445         ``descriptions'' may not be double quotes.
5446         (Quotation Rule Of Thumb): Likewise.
5447         (Pretty Help Strings): Likewise; remove the wrong comment;
5448         simplify the examples and improve their quoting.
5450 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5452         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5453         the $1_found variable, don't test whether the file is executable;
5454         Both things are checked ...
5455         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5456         the former ``test -f''.
5457         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5459 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5461         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5462         use cp -R instead.
5464 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5466         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5467         limitations.  Reorder paragraphs for clarity.
5469 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5471         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5472         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5473         variants", "Unix", and some related minor wording fixups.
5475         (Shellology, Special Shell Variables): Document that the Zsh
5476         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5477         to Alexandre Duret-Lutz for this info.
5479 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5481         * doc/autoconf.texi (One-Shot Macros): New node.
5483 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5485         * doc/autoconf.texi (Function Portability): Fix misdescription
5486         of putenv.  Problem reported by Michael Wardle.
5488 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5490         * doc/autoconf.texi (auindex): New macro.
5491         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5492         Problem reported by Stepan Kasal.
5494 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5496         Fix problems reported by Andreas Buening in:
5497         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5498         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5499         in test makefile.
5500         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5501         readable; it's not true in OS/2-emx.
5503 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5505         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5506         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5507         (trivial change).  Problem and patch reported by Andrew Church in:
5508         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5510 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5512         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5513         three args in examples.  Problem reported by Frederik Fouvry in:
5514         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5515         Also, fix some minor spacing and punctuation bugs.
5517 2004-09-02  Akim Demaille  <akim@epita.fr>
5519         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5520         "case" to restore ordering.
5521         Reported by Stepan Kasal.
5523 2004-08-26  Akim Demaille  <akim@epita.fr>
5525         * doc/autoconf.texi: Minor typos and stylos.
5527 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5529         * configure.ac (AC_INIT): Bump to 2.59c.
5531 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5533         Version 2.59b.
5535         * README: Add advice about m4 1.4.2.
5537         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5538         texinfo.tex for now (done by hand now).
5539         * Makefile.maint (wget_files, cvs_files):
5540         Remove ansi2knr.c; nobody uses it.
5541         (ansi2knr.c-url_prefix): Remove.
5542         (cvs-update): Fix test for failure.  I don't know why it ever
5543         worked...
5545         * doc/autoconf.texi: Update URLs, some of which went stale.
5546         Use @uref rather than @href.
5548         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5549         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5551         * config/config.guess, config/config.sub, config/elisp-comp,
5552         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5553         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5555         * NEWS, TODO, configure.ac, bin/autoscan.in,
5556         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5557         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5558         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5559         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5560         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5561         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5562         tests/tools.at, tests/torture.at:
5563         Use "file name" rather than "filename" or "path",
5564         to be consistent with the terminology of the GNU coding standards.
5566 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5568         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5569         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5570         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5571         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5573         More fixes to support spaces in the name of the build directory.
5574         This isn't a complete fix but it's an improvement.
5576         * bin/autoconf.as (autom4te_options): New var.
5577         Use it instead of appending to AUTOM4TE, so that we can allow
5578         spaces in the build directory's absolute name.
5579         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5580         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5581         AT_CHECK_NOESCAPE): Likewise.
5582         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5583         main program): Likewise.
5585 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5587         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5588         From Ralf Corsepius in:
5589         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5591 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5593         * doc/autoconf.texi (Function Portability): Document isinf and
5594         and isnan.  From a suggestion by Kevin Ryde.
5596         * lib/Autom4te/General.pm (END): Return correct exit status even
5597         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5599 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5601         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5602         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5603         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5605 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5607         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5608         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5609         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5610         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5611         * lib/autom4te.in (Automake-preselections): Preselect
5612         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5614 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5616         * lib/autom4te.in (Automake-preselections): Preselect
5617         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5618         trace them.
5620 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5622         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5623         Tru64.
5624         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5625         Document problem with "`""`" in pdksh POSIX mode.
5627 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5629         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5630         with pdksh, too.  Problem reported by Patrick Welche via
5631         Gary V. Vaughan.
5632         * doc/autoconf.texi (Shellology): Note that set -o posix is
5633         useful for pkdsh, too.
5635 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5637         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5638         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5639         Don't fail if ENV or BASH_ENV is readonly.
5640         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5641         etc. are read only.  Problem reported by Ludovic Courtes.
5643 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5645         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5646         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5647         (trivial change)
5649 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5651         * doc/autoconf.texi (File System Conventions): Warn about
5652         names like "aux".  Problem reported by Eric Blake.
5654         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5655         by zero instead of array size, so that we can use any arithmetic
5656         constant expression (instead of requiring an integer constant
5657         expression).  This allows us to test expressions like DBL_MAX <
5658         LDBL_MAX, which didn't conform to the C standard using the old
5659         method.
5660         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5661         now that we can do floating-point tests at compile time.
5663 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5665         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5666         and LDBL_EPSILON, as the resulting expression isn't an
5667         integer constant expression and violates the C standard.
5668         Problem reported by Nelson H. F. Beebe.  Also, check
5669         for "L" suffix, and check that long double doesn't have
5670         worse range or precision than double, that mixed-mode
5671         arithmetic doesn't generate a diagnostic, that double
5672         constants fit in long double.
5674 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5676         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5677         malloc(0) and realloc(NULL,size).
5679         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5680         Bob Proulx.
5682 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5684         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5685         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5686         by Jim Meyering.
5688 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5690         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5691         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5693 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5695         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5696         Problem reported by Stepan Kasal.
5698 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5700         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5701         change).  Patch reported by Ralf Wildenhues in
5702         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5704         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5705         function F exists if the compiler and linker let you compile an
5706         expression like (F != 0).  Recent versions of GCC optimize away
5707         the reference to F in that case, since every function address must
5708         be nonzero, so the link succeeds even if F does not exist.
5709         Problem reported by Manu in
5710         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5712         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5713         "Unix".  Many uses changed.
5714         (Limitations of Builtins): Explain better why the ! command isn't
5715         portable.
5717 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5719         * lib/autom4te.in (Automake-preselections): Preselect
5720         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5722 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5724         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5725         referencing AC_FUNC_STRERROR_R.
5727         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5728         note pessimistic assumption when cross compiling.
5730 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5732         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5733         (until 2004) invoked subcommands with sh -e, contra POSIX.
5734         Reported by Kevin Ryde.
5736 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5738         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5739         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5740         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5741         `test -f "        /usr/bin/grep"', which _always_ failed.
5742         (AC_PROG_SED): Ditto bogus PATH fix.
5743         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5744         requires that grep correctly supports _multiple_ `-e' options, rather
5745         than stating only that grep should accept `-e'.
5747 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5749         Port to C99, which requires that 'exit' be declared.
5751         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5752         to ensure that stdlib.h is included.
5753         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5754         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5755         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5756         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5757         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5758         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5759         when using 'exit' in a test; C99 requires that 'exit' be declared.
5761 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5763         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5764         now prefers 'grep' implementations that accept -e.
5765         (Limitations of Usual Tools): Describe problems of traditional
5766         egrep and fgrep with long input lines, and of traditional grep
5767         with -e.
5768         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5769         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5770         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5771         Solaris.
5772         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5773         the user with complaints about multiple -e options.
5774         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5775         Define it with AC_PROG_GREP.
5776         * configure.ac (AC_PROG_GREP): Add.
5777         * lib/freeze.mk (GREP): New macro.
5779 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5781         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5782         a possible candidate only after all others fail, rather than
5783         consulting it first.  This improves backward compatibility by
5784         better reflecting the way shell selection occurred in previous
5785         versions of Autoconf, and should help to avoid triggering latent
5786         problems in other packages, such as the one in Automake where zsh
5787         is not handled robustly:
5788         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5789         Although it is not Autoconf's responsibility to work around
5790         problems in Automake, it nevertheless makes sense to avoid
5791         introducing unnecessary incompatibilites.
5793 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5794             Gary V. Vaughan  <gary@gnu.org>
5796         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5797         how deeply nested we are when a suitable tool is found, set the
5798         ac_path_TOOL_found flag.
5799         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5800         nested we are in this macro.  Break out of all 3 nested loops if
5801         ac_path_TOOL_found is set.
5803 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
5805         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
5806         of the _AS_PATH_WALK loop too if GNU flavor is found.
5808 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
5810         * doc/autoconf.texi (Limitations of Make): Update documentation
5811         for `$<'.  New entry `Long lines', based on a report from Simon
5812         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
5813         paragraph about DJGPP, based on a mail from Richard Dawe.
5815 2004-04-20  Paul Eggert  <eggert@twinsun.com>
5817         * tests/c.at (C keywords): Don't assume that GCC supports
5818         "restrict" and "inline", as sufficiently-old GCC versions do not
5819         (also, GCC configured to be in pedantic C89 mode does not).
5820         Problem reported by Sumit Pandya in:
5821         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
5823         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
5824         consider -g to work if it generates warnings when plain compiles
5825         don't.  Problem reported by Braden McDaniel in:
5826         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
5828         * doc/autoconf.texi (Slashes): New section, to document a problem
5829         reported by Jim Meyering in:
5830         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
5832         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
5833         linker output files before linking, to work around IRIX 6 linker bug.
5834         Problem reported by Rainer Orth in:
5835         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
5837 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
5839         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
5840         best tool so far counter rely on the tool path variable name to
5841         avoid checks for one tool being affected by the results of running
5842         the length check on a previous tool.
5844         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
5845         match expression argument, as different greps have different
5846         regular expression flavours.
5847         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
5848         literals.
5849         (AC_PROG_EGREP): Pass 'EGREP$'.
5850         (AC_PROG_GREP): Pass 'GREP$'.
5852 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
5854         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
5855         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
5857 2004-03-29  Paul Eggert  <eggert@twinsun.com>
5859         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
5860         Types, Specific Compiler Characteristics, System Services,
5861         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
5862         etc. consistently instead of 'long', 'short', 'unsigned' etc.
5863         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
5864         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
5865         Likewise.
5866         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
5867         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
5868         AC_TYPE_OFF_T): Likewise.
5869         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
5870         Likewise.
5872         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
5873         pacify libtool 1.5.2.  Fix quoting problems in sed command.
5875 2004-03-28  Paul Eggert  <eggert@twinsun.com>
5877         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
5878         now defines HAVE_DECL_TZNAME if it is declared, when
5879         HAVE_STRUCT_TM_TM_ZONE is not defined.
5880         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
5881         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
5882         for HAVE_TZNAME.
5884 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
5886         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
5887         superfluous backslashing of quotes (") in sed expressions;
5888         thanks to Paul Eggert.
5890 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
5892         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
5893         Fortran compiler is ifort, also added pghpf; thanks to Nelson
5894         H. F. Beebe for the bug report.
5896 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
5898         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
5899         quoted -cmdline argument in Portland Group compiler (bug
5900         reported by Jeffrey J. Barteet).
5902 2004-03-25  Kevin Ryde  <user42@zip.com.au>
5904         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
5905         (Run Time): ... here, where it's now mentioned.
5907 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
5909         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
5910         inherits from language Autoconf-without-aclocal-m4.
5911         (Customizing autom4te): Adjust example; the cache must now be
5912         disabled for language Autoconf-without-aclocal-m4.
5914 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5915             Nathanael Nerode  <neroden@twcny.rr.com>
5917         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
5918         AC_CHECK_TOOLS): Warn if a cross-tool is found without
5919         a prefix.
5920         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5921         AC_CHECK_TARGET_TOOLS): New macros.
5922         * doc/autoconf.texi (Generic Programs): Document
5923         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5924         AC_CHECK_TARGET_TOOLS, and warn for future changes
5925         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
5926         AC_CHECK_TOOLS.
5927         (Specifying Names): Document the reason for these future
5928         behavioral changes.
5929         * tests/mktests.sh: Do not generate tests for the
5930         new macros.
5931         * NEWS: Document these changes.
5933         * doc/autoconf.texi: Avoid macros with unbraced arguments,
5934         they make TeX hang up.
5936 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
5938         * NEWS: New macro AC_CHECK_ALIGNOF.
5939         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
5940         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
5941         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
5942         vowel.
5943         (AC_CHECK_ALIGNOF): New macro.
5944         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
5945         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
5946         those for sizeof.
5948 2004-03-03  Paul Eggert  <eggert@twinsun.com>
5950         * bin/Makefile.am (edit): Don't use $< in a context where
5951         POSIX doesn't require support for it.  Use $@.in instead.
5952         Problem reported by Anthony N. Frasso in
5953         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
5954         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
5956 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
5958         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
5959         from the next generation of Libtool.
5960         * lib/autom4te.in (Autoreconf-preselections): Ditto.
5962 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5964         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
5965         is not always thread-safe.  Report from Nathanael Nerode.
5967 2004-02-18  Paul Eggert  <eggert@twinsun.com>
5969         Fix a dependencies problem, stemming from a Autoconf 2.59 build
5970         problem on QNX reported by Stephen Rasku in
5971         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
5973         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
5974         $(m4sh_m4f_dependencies); this removes a FIXME.
5975         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
5976         (MAINTAINERCLEANFILES): Split into pieces,
5977         one per related section.  Add $(srcdir)/wrapper.in.
5979 2004-02-09  Paul Eggert  <eggert@twinsun.com>
5981         * doc/autoconf.texi (Setting Output Variables): Emphasize that
5982         AC_SUBST provides no portable way to escape literal newlines.
5984         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
5985         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
5986         Darwin uses -lcrt2.o and there's little point to cataloging all
5987         the system variants.  Partial fix reported by Andreas Waechter in:
5988         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
5989         for bug reported by Nelson H. F. Beebe in:
5990         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
5992 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
5994         * doc/autoconf.texi (AU_DEFUN): Fix English,
5995         suggested by Paul Eggert.
5996         * lib/autoconf/autoupdate.m4: Correct reference to
5997         acobsolete.m4, suggested by Alexandre Duret-Lutz.
5999 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6001         * bin/autoupdate.in: Define __file__ so that warnings
6002         refer to the correct file.
6003         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6004         the behavior of the third argument.
6005         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6006         correctly the behavior of the third argument.  Document
6007         what the three macros that AU_DEFUN defines do.  Fix
6008         warning message when the third argument includes $0
6009         (reported by Alexandre Duret-Lutz).
6011 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6012             Eric Sunshine  <sunshine@sunshineco.com>
6013             Paul Eggert  <eggert@twinsun.com>
6015         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6016         (AS_INIT): Output shell initialization there. Removed optional
6017         parameter. Expand _AS_SHELL_FN_SPY.
6018         (AS_INIT_WITH_SHELL_FN): Removed.
6019         (_AS_SHELL_FN_SPY): New macro.
6020         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6021         macros.
6022         (AS_SHELL_SANITIZE): Remove loop to find better shell
6023         and documentation for the parameter.
6024         (_AS_DETECT_BETTER_SHELL): Move it here.
6025         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6026         (_AS_RUN): Move it here, support testing with eval.
6027         (AS_REQUIRE_SHELL_FN): Require shell functions when
6028         it is used.
6029         (_AS_LINENO_WORKS): Put around braces, we do not
6030         trigger the bash bug anymore.
6031         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6032         use AS_INIT_WITH_SHELL_FN.
6033         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6035 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6037         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6038         * doc/autoconf.texi: Don't say that the third parameter
6039         is broken.
6040         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6041         (AU_DEFUN): Honor the third parameter, create autoupdate
6042         macros with AU_DEFINE.
6043         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6044         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6045         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6046         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6047         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6048         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6049         AC_XENIX_DIR): Likewise.
6050         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6051         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6052         * lib/autoconf/status.m4: Remove FIXME.
6053         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6054         that the macro is not present anymore in the updated
6055         configure.ac.
6056         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6057         of autoupdate.
6059 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6061         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6062         copyright years.
6063         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6064         2003 (except 1997) to the list of copyright years.  This undoes
6065         the 2003-05-22 change, which removed the older years from the list.
6066         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6068 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6069             Albert Chin-A-Young  <china@thewrittenword.com>
6071         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6072         grep or ggrep program in PATH that accepts as long lines as
6073         possible.
6074         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6075         AC_PROG_GREP.
6076         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6077         egrep and fgrep respectively if $GREP -E/-F don't work.
6078         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6079         _AC_PROG_GREP, and AC_PROG_SED.
6080         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6081         longest input length accepted by a command.
6082         (AC_PROG_SED): Use it.
6083         * doc/autoconf.texi (Particular Programs): Document the changes.
6084         * NEWS: Updated.
6086 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6088         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6089         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6090         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6091         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6093         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6094         bin/autoconf.in, config/Makefile.in, config/config.guess,
6095         config/config.sub, config/install-sh, config/mdate-sh,
6096         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6097         lib/Makefile.in, lib/Autom4te/Makefile.in,
6098         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6099         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6100         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6101         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6102         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6103         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6104         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6105         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6106         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6107         tests/actypes.at: Regenerate and/or sync with original
6108         sources.
6110 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6112         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6113         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6114         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6115         not <inttypes.h>.  Problem reported by Tim Mooney in
6116         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6117         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6118         Likewise.
6120         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6121         otherwise "make check" fails because it forbids cmp (I guess
6122         because cmp treats files as binary on DOS-like systems).
6124         * tests/mktests.sh: Update copyright date to 2004, since some tests
6125         have changed in 2004.
6127 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6129         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6130         non-truncating sed or gsed program in PATH.
6131         * tests/acprograms.at: Add it.
6132         * doc/autoconf.texi (Particular Programs): Document it.
6133         * NEWS: Updated.
6135 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6137         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6138         -std1 disables some useful extensions on Tru64.  Problem reported
6139         by N. Lichtmaier in
6140         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6142 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6144         * doc/autoconf.texi (Programming in M4sh): Document that
6145         AS_MKDIR_P succeeds if the destination is a symbolic link
6146         to an existing directory.
6147         (Limitations of Usual Tools): Note that mkdir -p might not
6148         succeed on symlinks to directories.
6150 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6152         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6153         * bin/autoheader.in: Grammar fix in message.
6154         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6155         Test for dir before calling mkdir -p.  (trivial changes)
6157 2004-01-13  Eric Blake  <ebb9@byu.net>
6159         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6160         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6162 2004-01-10  Jim Meyering  <jim@meyering.net>
6164         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6166 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6168         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6169         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6170         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6171         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6172         AC_COMPILE_IFELSE, since we now assume our caller invokes
6173         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6174         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6175         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6176         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6178 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6180         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6181         `"'...'"`, as it's confusing (and I suspect it may not work on
6182         some platforms).  The code was incorrect anyway, as it assumed
6183         that \$ evaluated to itself in that context.  Reported by
6184         Alexandre Duret-Lutz.
6186 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6188         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6189         and _LT_AC_TAGCONFIG.
6191 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6193         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6194         example, and add more examples.  Reported by Eric Sunshine.
6196 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6198         * doc/autoconf.texi (Limitations of Usual Tools):
6199         Remove warning against "rm -fr" introduced yesterday; it
6200         was a false alarm.
6202         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6203         autoscan, autoupdate, ifnames): Don't use chmod -w.
6204         * lib/Makefile.am (autom4te.cfg): Likewise.
6205         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6206         "chmod -w".
6208 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6209             Paolo Bonzini  <bonzini@gnu.org>
6211         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6212         by doing lineno substitution only on lines containing "$LINENO".
6214 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6216         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6217         Use "rm -f" to remove conftest.sed, not plain "rm".
6218         Bug reported by David Relson in
6219         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6221         * Makefile.am (autom4te-update):
6222         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6223         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6224         * doc/autoconf.texi (Guidelines): Likewise.
6225         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6226         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6227         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6228         * lib/autotest/general.m4 (AT_INIT): Likewise.
6229         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6230         * tests/Makefile.am (clean-local): Likewise.
6231         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6232         srcdir): Likewise.
6233         * doc/autoconf.texi (Limitations of Usual Tools):
6234         Warn against "rm -fr".
6236 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6238         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6239         -c -o might not work.  From a suggestion by Kevin Ryde.
6240         (C Compiler, Generating Sources, Limitations
6241         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6242         Don't put '-o' after non-options, as POSIX doesn't allow this.
6243         Mention that cc's name might be gcc or c89 or whatever.
6245 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6247         * doc/autoconf.texi: Add various further index entries.
6249 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6251         * bin/autoreconf.in (autoreconf_current_directory):
6252         Fix typo: mkdir without umask arg.
6254 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6256         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6257         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6258         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6259         explanation clearer.
6261 2003-12-24  Andreas Schwab  <schwab@suse.de>
6263         * doc/autoconf.texi (Default Includes): Fix misspelling of
6264         AC_INCLUDES_DEFAULT.
6266 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6268         * configure.ac: Test if sh -n works.
6269         * configure: Regenerate.
6270         * tests/atlocal.in: Store the result here.
6271         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6272         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6273         of explicitly testing.
6274         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6275         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6276         * tests/tools.at (Syntax of the shell scripts): Simplify
6277         using AT_CHECK_SHELL_SYNTAX.
6278         (Syntax of the Perl scripts): Remove definition of
6279         AT_CHECK_PERL_SYNTAX.
6281 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6283         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6284         stderr to /dev/null.
6285         * bin/autoconf.in: Regenerate.
6286         * bin/wrapper.in: Regenerate.
6288 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6290         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6291         Extracted from AS_SHELL_SANITIZE.
6292         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6293         macros.
6294         (AS_SHELL_SANITIZE): Move reinvocation code from
6295         _AS_LINENO_WORKS, use it to find out if shell
6296         functions work.
6297         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6298         does not work.
6299         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6300         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6301         was called.
6302         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6303         * bin/autoconf.in: Regenerate.
6304         * tests/wrapper.in: Regenerate.
6305         * tests/tools.at: Test the syntax of tests/autoconf
6306         and tests/testsuite.
6308 2003-11-24  Akim Demaille  <akim@epita.fr>
6310         * config/announce-gen (&print_locations, &print_signatures)
6311         (&sizes): New.
6312         Use them.
6313         No longer rely on Gnus to inline the list of signatures: compute
6314         them on the fly.
6316 2003-11-24  Akim Demaille  <akim@epita.fr>
6318         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6319         override some files.
6320         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6321         From Debian Autoconf 2.58.
6323 2003-11-24  Akim Demaille  <akim@epita.fr>
6325         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6326         uses.
6327         From Debian Autoconf 2.58.
6329 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6331         * TODO: Remove already done things.  Update the part about finding
6332         tools for the target.
6334 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6336         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6337         Make wording more consistent.
6338         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6339         Explain the transition better.
6340         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6341         the transition better.
6343 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6345         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6346         parameter of AU_DEFUN.
6347         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6348         (AU_DEFUN): Remove the third parameter, it was not used.
6349         Use AC_DEFUN directly, not AU_DEFINE.
6350         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6351         the expanded body, consistently with other macros such as AC_USG.
6353 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6355         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6356         into the initial confdefs.h, to work around a bug in NextStep 3.3
6357         patch 3 reported by Eric Sunshine.
6359 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6361         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6362         than $target since the latter is not usual, add guidelines on when to
6363         use or not use the system type.
6365 2003-11-12  Derek Price  <derek@ximbiot.com>
6367         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6368         typo misrepaired by an auto-spellcheck.
6370 2003-11-12  Akim Demaille  <akim@epita.fr>
6372         * bin/autoreconf.in (&parse_args): Don't call automake with
6373         --force-missing unless it actually supports it.
6374         From Debian #219336.
6376 2003-11-12  Akim Demaille  <akim@epita.fr>
6378         * configure.ac: Bump to 2.59a.
6379         Require 2.59.
6381 2003-11-06  Akim Demaille  <akim@epita.fr>
6383         Version 2.59.
6385 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6387         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6388         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6389         and ac_abs_top_srcdir are absolute paths.
6390         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6392 2003-11-05  Akim Demaille  <akim@epita.fr>
6394         * configure.ac: Bump to 2.58a.
6396 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6398         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6399         it provokes a warning from makeinfo about looking like a cross
6400         reference in info output.
6402         * doc/autoconf.texi (Function Portability): Add notes on signal
6403         handler return type, as per AC_TYPE_SIGNAL.
6405 2003-11-04  Akim Demaille  <akim@epita.fr>
6407         Version 2.58.
6408         * doc/standards.texi: Update from master.
6410         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6412 2003-11-04  Akim Demaille  <akim@epita.fr>
6414         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6415         computing the absolute path to d1 in the source hierarchy: it may
6416         not exist at all.  So don't cd into it.
6417         From Alexandre Duret-Lutz.
6418         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6420         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6421         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6422         * doc/autoconf.texi (Programming in M4sh): Document.
6423         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6425 2003-11-03  Pavel Roskin  <proski@gnu.org>
6427         * doc/autoconf.texi (Generic Structure Checks): Describe
6428         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6430 2003-10-31  Akim Demaille  <akim@epita.fr>
6432         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6433         (GNU Fortran): New.
6434         * doc/autoconf.texi (Language Choice): Document.
6435         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6436         the current language is Fortran.
6438 2003-10-31  Akim Demaille  <akim@epita.fr>
6440         * bin/autom4te.in (&freeze): Use a less likely warning separator
6441         than `\n\n', so that `\n\n\n' is valid in warnings.
6442         Reported by Steve Huston.
6444 2003-10-28  Akim Demaille  <akim@epita.fr>
6446         * Makefile.cfg (local_updates, executable-update): Tweak to be
6447         robust to parallel makes.
6448         Suggested by Alexandre Duret-Lutz.
6450 2003-10-27  Akim Demaille  <akim@epita.fr>
6452         * Makefile.cfg (executable-update): New.
6453         (local_updates): Call it.
6455 2003-10-27  Akim Demaille  <akim@epita.fr>
6457         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6458         Don't remove core.* as it may remove valid user files.
6459         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6460         (AC_FUNC_UTIME_NULL): Likewise.
6462 2003-10-23  Akim Demaille  <akim@epita.fr>
6464         Version 2.57g.
6465         * config/config.guess, config/config.sub: Upgrade from masters.
6467 2003-10-23  Akim Demaille  <akim@epita.fr>
6469         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6470         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6471         hand...
6473 2003-10-23  Akim Demaille  <akim@epita.fr>
6475         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6476         Don't forget to remove conftest.err.
6478 2003-10-23  Akim Demaille  <akim@epita.fr>
6480         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6481         same object file in $LIBOBJS.
6482         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6483         * doc/autoconf.texi (Generic Functions): Adjust.
6485 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6487         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6488         Use 'eval', so that the resulting configure scripts work even if
6489         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6491 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6493         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6494         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6495         (_AC_LINK_IFELSE): Check the werror flag.
6496         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6497         AC_LANG_WERROR.
6498         * NEWS: Mention it.
6500 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6502         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6503         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6504         override AC_LINK_IFELSE.
6506 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6508         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6509         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6510         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6511         Mention /usr/dt/bin/dtksh on Solaris.
6512         (Shell Substitutions): Warn about $((...)).
6513         (Parentheses): New section.
6515 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6517         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6518         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6520 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6522         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6523         cross test.
6525 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6527         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6528         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6530 2003-10-10  Andreas Schwab  <schwab@suse.de>
6532         * bin/autoheader.in: Avoid empty first line in --version and
6533         --help output.
6534         * bin/ifnames.in: Likewise.
6536 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6538         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6539         Issue a more-informative diagnostic.
6540         Problems reported by Eric Sunshine.
6542 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6544         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6545         -mGLOB_options_string stuff for Intel ifc, which can cause
6546         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6547         pattern-matching instead of grep.
6549 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6551         * doc/autoconf.texi: Document new FC Fortran macros.
6553 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6555         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6556         that future autopoint/aclocal/automake/autoreconf will be able
6557         to trace to find where to install local m4 macros.
6558         * doc/autoconf.texi (Input): Document it.
6559         * NEWS: Updated.
6561 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6563         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6564         -lcrtbegin.o to list of ignored flags and fix underquoting of
6565         -lcrt[01].o.
6567 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6569         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6570         cache variable instead of $G77 to decide whether to include -O2,
6571         since $G77 is specific to Fortran 77.
6573 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6575         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6576         free" flag.  Re-order flags tested into rough order of popularity.
6578 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6580         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6581         arguments so that it can be used with syntax identical to
6582         AC_PROG_F77, and so that we can more easily decide to
6583         remove/deprecate the DIALECT optional argument in the future if it
6584         proves troublesome.
6585         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6586         non-freeform-supporting compilers.  Document freeform flags.
6588 2003-10-03  Akim Demaille  <akim@epita.fr>
6590         * configure.ac: Look for emacs, not macs.
6591         Reported by Eric Sunshine.
6593 2003-10-03  Akim Demaille  <akim@epita.fr>
6595         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6596         * bin/autoreconf.in (autoreconf_current_directory): Create the
6597         AUX_DIR if needed, for sake of automake --add-missing etc.
6598         Suggested by Alexandre Duret-Lutz.
6600 2003-10-03  Akim Demaille  <akim@epita.fr>
6602         * configure.ac: Quotation and formatting changes.
6603         (EMACS): Don't set it if it is not recent enough to support
6604         autoconf-mode.el.
6605         From Eric Sunshine.
6607 2003-10-02  Akim Demaille  <akim@epita.fr>
6609         * bin/ifnames.in (&scan_file): Skip C++ comments.
6610         From Jeremy Yallop.
6612 2003-10-01  Pavel Roskin  <proski@gnu.org>
6614         * doc/autoconf.texi (Particular Structure Checks):
6615         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6617 2003-10-01  Akim Demaille  <akim@epita.fr>
6619         Version 2.57f.
6621 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6623         * lib/Autom4te/XFile.pm: Use Errno.
6624         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6625         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6627 2003-09-30  Akim Demaille  <akim@epita.fr>
6629         * config/announce-gen (&print_news_deltas): Extracted from...
6630         (&print_changelog_deltas): here.
6631         (&news_file): Rename as...
6632         (@news_file): this.
6634 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6636         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6637         have been created when invoking the compiler.
6638         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6640 2003-09-29  Akim Demaille  <akim@epita.fr>
6642         Version 2.57e.
6644         * config/mkinstalldirs: Upgrade.
6646 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6648         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6649         Problem reported by Lars J. Aas in
6650         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6651         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6652         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6653         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6655 2003-09-26  Akim Demaille  <akim@epita.fr>
6657         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6658         directory for AC_CONFIG_COMMANDS' first argument exists.
6659         This makes valid the invocation of _AC_SRCPATH that follows.
6660         Reported by Eric Sunshine.
6661         * doc/autoconf.texi (Configuration Commands): Adjust.
6663 2003-09-26  Akim Demaille  <akim@epita.fr>
6665         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6666         Reported by Ralf Corsepius.
6668 2003-09-26  Akim Demaille  <akim@epita.fr>
6670         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6671         arguments.
6672         Actually, use AU_ALIAS.
6673         From Bruno Haible.
6675 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6677         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6678         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6679         Problem reported by Eric Sunshine in:
6680         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6682 2003-09-26  Akim Demaille  <akim@epita.fr>
6684         The test suite are sometimes assigning timings incorrectly.
6685         Reported by Henk Krus.
6686         Diagnosed by Nicolas Joly.
6688         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6689         AT_help_all.
6690         Instead of making AT_help a sequence of assignments to grow
6691         $at_help_all, just make AT_help_all be the growing contents of
6692         $at_help_all, and make a single assignment in...
6693         (AT_INIT): here.
6694         (at_times_skip): Flip the meaning and rename as...
6695         (at_times_p): this.
6696         (AT_INIT): When summarizing the test that ran, remove
6697         $at_times_file after use, and check it is present before trying to
6698         use it.
6700 2003-09-25  Akim Demaille  <akim@epita.fr>
6702         Version 2.57d.
6704         * bin/Makefile.am (edit): Handle '@configure_input@'.
6705         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6706         (ifnames): chmod -w.
6707         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6708         executables, not bin/ executables!  Otherwise all the magic needed
6709         to find non installed files is turned off.  This caused a failure
6710         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6711         as found in its environment (sent by tests/autoreconf): pointing
6712         to bin/autom4te that could not find its files.
6713         * tests/mktests.sh: Force the replacement of generated files, for
6714         the sake of "mv" program that are interactive when overwriting a
6715         -w file.
6716         * config/install-sh: Upgrade from CVS Automake.
6718 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6720         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6721         versus test -L issues.
6723 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6724             Paul Eggert  <eggert@twinsun.com>
6726         Trivial change to support GCC's configuration procedure.
6727         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6728         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6729         about inconsistency if the preprocessor is set to give errors for
6730         any warning.
6731         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6733 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6735         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6736         and XFile.pm from Automake.
6737         * lib/Autom4te/XFile.pm: Update from Automake.
6739 2003-09-12  Akim Demaille  <akim@epita.fr>
6741         Version 2.57c.
6743 2003-09-12  Akim Demaille  <akim@epita.fr>
6745         * config/config.guess, config/config.sub, config/missing,
6746         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6747         from masters.
6749 2003-09-12  Akim Demaille  <akim@epita.fr>
6751         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6752         not asm/types.h.
6754 2003-09-11  Akim Demaille  <akim@epita.fr>
6756         * doc/autoconf.texi (Header Portability): linux/random.h.
6757         From Peter Hendrickson.
6759 2003-09-10  Akim Demaille  <akim@epita.fr>
6761         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6762         willing to edit the output files.
6764 2003-09-10  Akim Demaille  <akim@epita.fr>
6766         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6767         and AC_FC_FREEFORM.
6768         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6769         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6771 2003-09-09  Akim Demaille  <akim@epita.fr>
6773         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6774         Reported by Gary Vaughan.
6775         * bin/autom4te.in (handle_m4): Likewise.
6777 2003-09-09  Akim Demaille  <akim@epita.fr>
6779         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6780         trailing files.
6782 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6784         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6785         Improve the accuracy of the wording about obsolescence.
6786         From a suggestion by Ian Lance Taylor in
6787         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6789 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6791         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6792         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6794 2003-09-04  Akim Demaille  <akim@epita.fr>
6796         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6797         AC_FUNC_WAIT3.
6799 2003-09-04  Akim Demaille  <akim@epita.fr>
6801         * bin/autom4te.in: Use &fatal where more appropriate than &error.
6802         (freeze): When exiting, use $exit_code.
6803         * lib/autoconf/fortran.m4: Comment changes.
6805 2003-09-04  Akim Demaille  <akim@epita.fr>
6807         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
6809 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
6811         Add support for newer Fortran dialects.  The F77 interface is
6812         unchanged, and continues to support Fortran 77.  New FC macros
6813         correspond to all the old F77 macros, with output variables FC,
6814         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
6815         available dialect, but older dialects can be specified.  There are
6816         new macros AC_FC_SRCEXT to set the source extension, and
6817         AC_FC_FREEFORM to accept free-form source files.
6819         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
6820         New macros.
6821         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
6822         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
6823         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
6824         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
6825         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
6826         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
6827         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
6828         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
6829         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
6830         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
6831         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
6832         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
6833         AC_FC_SRCEXT, AC_FC_FREEFORM):
6834         New macros.
6835         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
6836         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
6837         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
6838         Rewrite in terms of the above.
6839         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
6840         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
6841         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
6842         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
6844 2003-09-02  Paul Eggert  <eggert@twinsun.com>
6846         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
6847         Document problems with timestamp resolution that 'make', 'cp -p', and
6848         'touch -r' have.
6850 2003-08-27  Akim Demaille  <akim@epita.fr>
6852         * tests/m4sugar.at (cross_warning): Make sure to enable the
6853         output, so that we can track spurious m4sugar output.
6854         * tests/local.at: Require 2.57.
6855         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
6856         are defaulted by AT_CHECK anyway.
6857         Use AT_CHECK_AUTOM4TE.
6858         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
6859         missing dnl.
6861 2003-08-27  Akim Demaille  <akim@epita.fr>
6863         * bin/autoheader.in: Issue the "Using auxiliary..." message only
6864         when -Wobsolete is set.
6865         Set it on by default.
6866         Suggested by Klee Dienes.
6868 2003-08-27  Akim Demaille  <akim@epita.fr>
6870         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
6871         documentation.
6872         From Guido Draheim.
6874 2003-08-26  Akim Demaille  <akim@epita.fr>
6876         * doc/autoconf.texi (Output): Make clear that one can run code
6877         after AC_OUTPUT.
6879 2003-08-25  Akim Demaille  <akim@epita.fr>
6881         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
6882         CVS Bison.
6884 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
6886         * bin/autoreconf.in (parse_args): Do not pass --no-force to
6887         Automake versions prior to 1.8.
6889 2003-08-25  Akim Demaille  <akim@epita.fr>
6891         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
6892         From Ville Karaila.
6894 2003-08-24  Akim Demaille  <akim@epita.fr>
6896         * configure.ac: Bump to 2.57c.
6898 2003-08-22  Akim Demaille  <akim@epita.fr>
6900         Version 2.57b.
6902         * Makefile.cfg (local-checks-to-skip): New.
6903         * Makefile.maint (local-check): Rename as...
6904         (local-checks-available): this.
6905         (local-check): New.
6907         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
6908         * configure.ac: Require Automake 1.7.6.
6910 2003-08-22  Akim Demaille  <akim@epita.fr>
6912         Output stack traces in warnings.
6914         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
6915         Replace the former...
6916         (m4_warn): Pass the call stack to _m4_warn.
6917         * bin/autom4te.in: Adjust to output the call stack.
6918         * tests/m4sugar.at (m4@&t@_warn): Adjust.
6920 2003-08-22  Akim Demaille  <akim@epita.fr>
6922         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
6923         * bin/autom4te.in: Adjust.
6925 2003-08-21  Akim Demaille  <akim@epita.fr>
6927         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
6928         (&verbose): Remove.
6929         (&getopt): Adjust the note and verb channels, depending upon
6930         --verbose.
6931         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
6932         * bin/autoupdate.in: Adjust.
6933         Use &verb, not &verbose.
6935 2003-08-21  Akim Demaille  <akim@epita.fr>
6937         * bin/autoheader.in (&parse_args): Use &parse_warnings and
6938         &parse_WARNINGS.
6939         ($help): Use Autom4te::ChannelDefs::usage.
6940         * bin/autoscan.in: Use Autom4te::ChannelDefs.
6941         * lib/Autom4te/General.pm: Don't export error: you don't own it.
6943 2003-08-21  Akim Demaille  <akim@epita.fr>
6945         First stab at preserving warnings between calls to autom4te,
6946         including when the cache is used.
6948         There are still several issues: (i) there are too many runs of m4
6949         (one for include, one for warnings, and some more), (ii) warnings
6950         spreading on several lines are not handled gracefully, (iii) the
6951         code meant to have the call stack display for errors does not work
6952         (its handling should move from m4 to autom4te).
6954         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
6955         Use them.
6956         (@preselect): Add m4_warn.
6957         ($exit_status): Remove, use $exit_code.
6958         ($help): Use Autom4te::ChannelDefs::usage.
6959         (&handle_m4): No longer define the m4_warnings.
6960         At each run, extract and report the warnings.
6961         Always cache the result, including if the exit status is on
6962         failure, since if nothing changes, we should result in the same
6963         failure, hence we can use the cache.
6964         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
6965         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
6966         Remove.
6967         (m4_warn): Redefine as a do-nothing: it is its invocation that
6968         matters, as warnings are now reported via traces.
6969         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
6970         the contents of m4_warn: make it _call_ m4_warn, so that tracing
6971         the latter reveals calls to the former.
6973         Adjust the tests.
6975         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
6977 2003-08-21  Akim Demaille  <akim@epita.fr>
6979         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
6980         Use them.
6982 2003-08-21  Akim Demaille  <akim@epita.fr>
6984         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
6985         forward order.
6986         * lib/Autom4te/ChannelDefs.pm: Doc typos.
6987         (&parse_warnings): Accept a list of warning requests.
6988         (&usage): Return a string, not a side effect.
6989         (cross): New warning category.
6991 2003-08-21  Akim Demaille  <akim@epita.fr>
6993         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
6994         (&require_configure_ac): Accept an optional directory argument.
6995         ($configure_ac): Remove.
6996         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
6997         (&catfile): Remove.
6998         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
6999         * bin/autoscan.in: Adjust.
7001 2003-08-20  Akim Demaille  <akim@epita.fr>
7003         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7004         Reported by Alexandre Duret-Lutz.
7006 2003-08-20  Akim Demaille  <akim@epita.fr>
7008         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7009         * bin/autom4te: Adjust.
7010         In particular, be Autoconf tools are really silent when properly
7011         working, bind the verbosity of the 'note' channel to $verbose.
7012         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7013         (&xsystem, &contents): Remove, since they are exported by...
7014         * lib/Autom4te/FileUtils.pm: this.
7015         More perldoc.
7016         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7017         * lib/Autom4te/FileUtils.pm: here.
7019 2003-08-20  Akim Demaille  <akim@epita.fr>
7021         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7022         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7023         from CVS Automake.
7025 2003-08-20  Akim Demaille  <akim@epita.fr>
7027         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7028         (autom4te-update): New.
7029         * Makefile.cfg (update): Bind autom4te-update.
7031 2003-08-19  Derek Price  <derek@ximbiot.com>
7033         * lib/autotest/general.m4: Comment various HELP_* diversions.
7034         (PARSE_ARGS_BEGIN): New section for option parsing related
7035         initialization.
7036         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7037         package specific options and associated help.
7039 2003-08-19  Akim Demaille  <akim@epita.fr>
7041         * config/announce-gen, Makefile.cfg: New.
7042         * Makefile.am: Adjust.
7043         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7045 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7047         * lib/autom4te.in (Automake-preselections): Preselect
7048         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7049         and m4_sinclude.
7051 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7053         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7054         (Autoconf-without-aclocal-m4): ... this new language.
7055         * doc/autoconf.texi (autom4te Invocation): Mention
7056         Autoconf-without-aclocal-m4.
7058 2003-08-18  Derek Price  <derek@ximbiot.com>
7060         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7061         RUN-IF-PASS optional arguments.
7063 2003-08-18  Derek Price  <derek@ximbiot.com>
7065         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7067 2003-08-16  Derek Price  <derek@ximbiot.com>
7069         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7070         STDOUT & STDERR arguments.
7072 2003-08-14  Derek Price  <derek@ximbiot.com>
7074         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7075         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7076         shorter column three.  Add DESCRIPTION to log file content.
7078 2003-08-13  Derek Price  <derek@ximbiot.com>
7080         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7081         output.
7083 2003-08-12  Derek Price  <derek@ximbiot.com>
7085         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7086         (AT_CHECK_NOESCAPE): Move core functionality to...
7087         (_AT_CHECK): ...this new macro.
7089 2003-08-07  Derek Price  <derek@ximbiot.com>
7091         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7092         (AT_CHECK_NOESCAPE): ...to this new macro.
7094 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7096         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7097         in Bash 2.01.  Problem reported by Brian Gough in
7098         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7100 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7102         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7103         -lcrt1.o, for OS X.  (trivial change)
7105 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7107         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7108         inside '#ifndef __cplusplus'.  Problem reported by
7109         Bob Friesenhahn.
7111 2003-07-06  Bill Clarke  <llib@computer.org>
7113         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7114         'long', not 'int', for benefit of Sun's recent C++ compilers
7115         (trivial change).  See:
7116         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7117         (This really should be 'intptr_t', not 'long', but that would
7118         take more work.)
7120 2003-06-25  Akim Demaille  <akim@epita.fr>
7122         * lib/Makefile.am (autom4te.cfg): Make it read only.
7123         Depend on Makefile since it contains substitutions.
7124         From Paolo Bonzini.
7125         * lib/autom4te.in (args): Add local.at? for Autotest args.
7126         This change was made on autom4te.cfg which is generated.
7127         Reported by Raja R. Harinath.
7129 2003-06-25  Akim Demaille  <akim@epita.fr>
7131         * doc/autoconf.texi (Header Portability): sys/mount.h.
7132         From Gareth McCaughan.
7134 2003-06-23  Akim Demaille  <akim@epita.fr>
7136         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7137         not all of them.  This fixes 1. the fact that when testing
7138         Autoconf there are many many config.log, 2. the incorrect use of
7139         top_srcdir to find config.log.
7140         Don't mix the detailed output of failed test with the summary of
7141         failures.  Rather, append detailed log afterwards.
7143 2003-06-23  Akim Demaille  <akim@epita.fr>
7145         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7146         always run: output config.log on $at_group_log.
7148 2003-06-23  Akim Demaille  <akim@epita.fr>
7150         * tests/torture.at (#define header templates): Don't use quotes in
7151         C++ comments as it puzzles Emacs' sh font-lock-mode.
7153 2003-06-23  Akim Demaille  <akim@epita.fr>
7155         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7156         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7157         * tests/atspecific.m4: Rename as...
7158         * tests/local.at: This.
7159         * tests/suite.at: Move the globals into...
7160         * tests/local.at: here.
7161         * tests/Makefile.am: Adjust.
7162         * doc/autoconf.texi (testsuite Scripts): Adjust.
7164 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7166         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7167         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7168         ensuring we add -std1 for full-ANSI.
7170         * doc/autoconf.texi (hdrindex): New macro.
7171         Add index entries for portability of various standard header files.
7173 2003-06-20  Akim Demaille  <akim@epita.fr>
7175         * configure.ac: Bump to 2.57b.
7177 2003-06-20  Akim Demaille  <akim@epita.fr>
7179         Version 2.57a.
7181 2003-06-20  Akim Demaille  <akim@epita.fr>
7183         * bin/autom4te.in: Don't rely on $HOME being defined.
7184         Reported by Marc Espie as PR/233.
7186 2003-06-20  Akim Demaille  <akim@epita.fr>
7188         * lib/autotest/general.m4: Use at_times_file only if used.
7189         From Nicolas Joly.
7191 2003-06-20  Akim Demaille  <akim@epita.fr>
7193         * config/config.guess, config/config.sub, config/elisp-comp,
7194         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7195         Update from masters.
7197 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7199         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7200         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7201         (TEST_SCRIPT): New diversion.
7202         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7203         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7204         (AT_INIT): Support for expected failures.
7206 2003-06-02  Akim Demaille  <akim@epita.fr>
7208         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7209         changes.
7210         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7211         Autoconf nor Automake.
7212         (&contents): New, from Automake.
7213         PODify.
7215 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7217         * NEWS, doc/autoconf.texi (Particular Functions),
7218         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7219         is the inverse of localtime.
7221 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7223         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7224         (handle_exec_errors): New function.  Work around $! being
7225         altered by WEXITSTATUS.
7226         (xqx, xsystem): Use handle_exec_errors.
7228 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7230         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7231         Do not call `_exit()', simply modify `$?'.
7232         (xsystem): Reset $! before running system, and check it afterward.
7233         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7234         63 for version mismatches.
7236 2003-05-23  Akim Demaille  <akim@epita.fr>
7238         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7239         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7240         the middle of a line).
7241         * lib/m4sugar/m4sugar.m4: Likewise.
7242         Remove useless spaces in comments.
7244 2003-05-23  Akim Demaille  <akim@epita.fr>
7246         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7247         exit 63, so that we (or Automake's "missing") can tell the
7248         difference with a plain failure.
7249         * doc/autoconf.texi (Notices): Adjust.
7251 2003-05-23  Akim Demaille  <akim@epita.fr>
7253         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7254         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7255         White spaces cleanup.
7257 2003-05-22  Jim Meyering  <jim@meyering.net>
7258             Paul Eggert  <eggert@twinsun.com>
7260         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7261         Remove `#include <stdlib.h>' from the list; we should never
7262         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7263         resulting namespace pollution would cause other tests to fail.
7264         Configure scripts run with some older versions of g++ and HP's
7265         aCC would fail due to such an #include.  Problems reported by
7266         Matthew Mueller in <http://bugs.debian.org/120704> and by
7267         Keith Bostic in
7268         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7269         In the test, use the test declaration before including <stdlib.h>,
7270         as that's closer to how it'll be used.
7272 2003-05-23  Akim Demaille  <akim@epita.fr>
7274         * doc/autoconf.texi (Header Portability): ucred.h.
7275         From Ian Redfern.
7277 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7279         Overhaul Autotest's logging: generate separate log files
7280         in testsuite.dir/NNN/testsuite.log, and append them to
7281         testsuite.log instead of re-running the test verbosely.
7283         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7284         file descriptor, write 0 to at_status_file instead of setting
7285         at_status=0, initialize some new variables (at_status_file,
7286         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7287         to rerun the tests, instead append the at_group_log to the
7288         at_suite_log when a test fails.
7289         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7290         with the AS_MESSAGE_LOG_FD redirected to stdout.
7291         (AT_CLEANUP): save the output status in $at_status_file
7292         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7293         its original place.
7294         (AT_CHECK): since tests are run with a redirected stdout,
7295         and used to be re-run in verbose mode, turn some $at_verbose
7296         into echo, and don't redirect the output of testing stdout
7297         and stderr.
7299         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7300         the name of the debugging directory and information about
7301         its contents.
7303 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7305         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7306         parameter.
7308 2003-05-22  Akim Demaille  <akim@epita.fr>
7310         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7311         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7312         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7313         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7315 2003-05-22  Akim Demaille  <akim@epita.fr>
7317         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7318         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7319         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7320         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7321         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7322         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7323         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7324         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7325         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7326         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7327         * tests/tools.at, tests/torture.at:
7328         Whitespace clean up.
7329         Suggested by Jim Meyering.
7331 2003-05-22  Akim Demaille  <akim@epita.fr>
7333         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7334         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7335         Reported by Jim Meyering.
7337 2003-05-22  Akim Demaille  <akim@epita.fr>
7339         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7340         Add AC_HELP_STRING  to the obsolete macros section.
7341         Typos.
7342         Use '@.' for sentences that ended in a capital letter.
7343         From Art Haas.
7345 2003-05-22  Akim Demaille  <akim@epita.fr>
7347         * config/config.guess, config/config.sub, config/elisp-comp,
7348         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7349         * config/texinfo.tex, doc/standards.texi: Update from masters.
7351 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7353         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7354         it to eval.
7356 2003-05-21  Akim Demaille  <akim@epita.fr>
7358         * bin/autoupdate.in ($m4): Fix quotation.
7359         Reported by Martin Mokrejs.
7361 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7363         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7364         Remove non-ASCII characters.
7366 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7368         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7369         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7370         AC_CHECK_HEADERS_NEW): New tests.
7372 2003-05-17  Akim Demaille  <akim@epita.fr>
7374         * lib/autoconf/functions.m4: Use the default includes so that
7375         memcmp be declared before being tested.
7376         Reported by Sander Niemeijer.
7377         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7378         * doc/autoconf.texi (Default Includes): Document
7379         AC_INCLUDES_DEFAULT.
7381 2003-05-17  Akim Demaille  <akim@epita.fr>
7383         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7384         * doc/autoconf.texi (Obsolete Macros): Adjust.
7385         Reported by Werner LEMBERG and Debian Bug 190886.
7387 2003-05-16  Akim Demaille  <akim@epita.fr>
7389         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7390         user name space clashes.
7391         Reported by Bruno Haible.
7393 2003-05-16  Akim Demaille  <akim@epita.fr>
7395         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7396         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7397         them uniform, and more robust to Perl special characters.
7398         Reported by Martin Mokrejs.
7400 2003-05-14  Akim Demaille  <akim@epita.fr>
7402         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7404 2003-05-14  Akim Demaille  <akim@epita.fr>
7406         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7407         linux/irda.h.
7409 2003-05-12  Akim Demaille  <akim@epita.fr>
7411         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7412         message.
7413         From Matthias Andree.
7415 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7417         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7418         and truncate.
7420 2003-05-06  Akim Demaille  <akim@epita.fr>
7422         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7423         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7424         by aclocal.m4 is changed it might require the importing of another
7425         m4 extension file, i.e., aclocal must be run.
7427         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7428         (&parse_args): Use --force with aclocal if required and supported.
7429         (&autoreconf_current_directory): Use &run_aclocal.
7431 2003-05-06  Akim Demaille  <akim@epita.fr>
7433         Lock autom4te's cache.
7435         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7436         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7437         argument instead of a file name, so that the request file remains
7438         open during the whole autom4te run.
7439         ($icache_file): New.
7440         (&freeze): Lock the $icache_file.
7442 2003-04-29  Derek Price  <derek@ximbiot.com>
7444         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7445         seperator with m4_append_uniq().  It doesn't work.
7446         (AT_CLEANUP): Add `;' to end of at_help_all.
7447         (AT_INIT): Allow --keywords to be specified more than once.  When
7448         grepping $at_help_all for keywords, use the field and keyword
7449         seperators to ensure a complete keyword match.  Alter at_prev handling
7450         to support the new --keywords behavior.
7452 2003-04-27  Karl Berry  <karl@freefriends.org>
7454         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7455         align better with others.  I also made some of the individual
7456         entries on one line, for brevity and to make it easier for me to
7457         sort my dir-example file in the Texinfo distribution :).
7459 2003-04-12  Jim Meyering  <jim@meyering.net>
7461         * NEWS: Mention the new macro.
7462         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7463         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7464         * tests/c.at: Test AC_C_RESTRICT.
7465         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7467 2003-04-08  Akim Demaille  <akim@epita.fr>
7469         * bin/ifnames.in: Skip C++ comments.
7470         From Jeremy Yallop.
7472 2003-04-08  Akim Demaille  <akim@epita.fr>
7474         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7475         From Ilya Zakharevich.
7477 2003-04-08  Akim Demaille  <akim@epita.fr>
7479         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7480         net/if.h, stdlib.h.
7482 2003-04-01  Derek Price  <derek@ximbiot.com>
7484         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7485         from Akim's checkin of 2003-03-29.
7487 2003-04-01  Derek Price  <derek@ximbiot.com>
7489         * tests/torture.at (Configuring subdirectories): Add missing
7490         close-quote for Akim's change from 2003-03-28.
7492 2003-04-01  Akim Demaille  <akim@epita.fr>
7494         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7495         (AC, AT, MS): these.
7496         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7497         New.
7498         Use them.
7499         * doc/Makefile.am (CLEANFILES): Adjust.
7500         (TEXI2DVI): Make it --batch.
7502 2003-03-31  Derek Price  <derek@ximbiot.com>
7504         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7505         which removed the main loop.
7506         Thanks to Akim Demaille.
7508 2003-03-29  Akim Demaille  <akim@epita.fr>
7510         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7511         that starts a GUI.
7512         From Ilya Zakharevich.
7514 2003-03-29  Akim Demaille  <akim@epita.fr>
7516         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7517         documentation to read is Autoconf's.
7518         Suggested by Paul Eggert.
7520 2003-03-28  Akim Demaille  <akim@epita.fr>
7522         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7523         reading the section "Present But Cannot Be Compiled" when the
7524         header causes problems.
7526 2003-03-28  Akim Demaille  <akim@epita.fr>
7528         * tests/torture.at (Configuring subdirectories): Require aclocal
7529         1.4, otherwise the test fails, as it does support configure.ac.
7530         This fixes the "test 40 failed" bug reports.
7532 2003-03-28  Akim Demaille  <akim@epita.fr>
7534         * doc/autoconf.texi (C Compiler): `#line' portability.
7535         From Paul Eggert and Nelson H. F. Beebe.
7537 2003-03-27  Derek Price  <derek@ximbiot.com>
7539         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7540         layout in order to allow scripting around test groups.
7542 2003-03-27  Derek Price  <derek@ximbiot.com>
7544         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7545         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7546         use new diversions in preparation for accepting new arguments and
7547         allowing scripting around tests.
7548         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7550 2003-03-26  Derek Price  <derek@ximbiot.com>
7552         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7553         obsolete AC_HELP_STRING.
7554         (AC_HELP_STRING): AU_DEFUN to...
7555         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7556         * tests/m4sh.at (AS_HELP_STRING): New test.
7558         * tests/acgeneral.at: Regenerated.
7560 2003-03-26  Derek Price  <derek@ximbiot.com>
7562         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7563         sense.  Verbosify the diversion definitions comment.
7565 2003-03-26  Derek Price  <derek@ximbiot.com>
7567         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7568         AS_PREPARE.
7570 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7572         * doc/autoconf.texi (Present But Cannot Be Compiled):
7573         Grammar fixes and minor rewording. (trivial change)
7575 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7577         Work around a problem noted by Nelson H. F. Beebe with coreutils
7578         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7579         2002/05/09) rejects '#line 32768 "configure"' because the line
7580         number overflows.
7581         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7582         #line directives.
7583         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7584         * doc/autoconf.texi (Generating Sources): Document this.
7586 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7588         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7589         file name for the m4 program, when it has an "exe" file extension.
7590         DJGPP's error messages include the error code in brackets -
7591         remove the error code during normalization.
7593 2003-02-28  Akim Demaille  <akim@epita.fr>
7595         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7597 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7599         * doc/autoconf.texi (Limitations of Make): Remove the section
7600         about `$<' in inference rules, it was a bogus interpretation of
7601         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7602         Tru64 make in the "target lookup" section.
7603         (Automake): Automake 1.5+ no longer requires special tools to be
7604         present on the developer's host.
7606 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7608         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7609         to a shell that can handle redirection or quoting correctly.
7610         Override SHELL with the shell detected by configure.
7611         Use of $^O suggested by Tim van Holder.
7612         * bin/autom4te.in (BEGIN): Likewise.
7613         * bin/autoreconf.in (BEGIN): Likewise.
7614         * bin/autoscan.in (BEGIN): Likewise.
7615         * bin/autoupdate.in (BEGIN): Likewise.
7616         * bin/ifnames.in (BEGIN): Likewise.
7618         * bin/ifnames.in: Add final newline to help and version messages.
7620         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7621         to cope with DOS-style absolute paths, when constructing
7622         ${ac_make}.
7624         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7625         When constructing paths with IFS=:, quote the path. If we're
7626         constructing a DOS-style absolute path, we don't want to split it
7627         on the colon.
7629         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7630         in description.
7632 2003-02-25  Pavel Roskin  <proski@gnu.org>
7634         * bin/autoheader.in: Add missing newline when printing
7635         suggestion how change AC_DEFINE call.
7637 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7639         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7640         2002-09-01 patch by replacing "test -n" with "test -z".
7641         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7642         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7644         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7645         to fix a mismatch between example and discussion.
7647 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7649         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7650         format starting with "-".
7652 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7654         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7655         is not portable inside Makefile.
7657 2003-02-20  Akim Demaille  <akim@epita.fr>
7659         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7660         compiler says yeah, but preproc says nope, compiler is right.
7661         Conversely, prompt the reader to send a bug report to the
7662         maintainers of the package, not of Autoconf.
7664 2003-02-20  Klee Dienes  <kdienes@apple.com>
7666         * bin/autoreconf.in (autoreconf_current_directory): Properly
7667         handle an empty aclocal.m4.
7669 2003-02-20  Akim Demaille  <akim@epita.fr>
7671         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7672         $ac_prefix_program.
7673         From Larry Jones.
7675 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7677         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7678         innocuous variant befor including <limits.h> or <assert.h>.  This
7679         works around a bug reported by Albert Chin: HP-UX 11i
7680         (and earlier versions) have a <limits.h> that declares
7681         gettimeofday and many other functions.
7683 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7685         Version 2.57.
7687         * NEWS, configure.ac: Update version.
7689         * doc/fdl.texi: Upgrade to FDL version 1.2.
7691         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7692         nontrivially in main's body, so that f's external declaration is
7693         not optimized away in AIX.  This should fix the bug reported by
7694         Martin Frydl in
7695         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7697         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7698         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7699         defined, to support freestanding compilers.  This should fix the
7700         bug reported by Momchil Velkov in
7701         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7703         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7704         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7705         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7706         by Simon Josefsson in
7707         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7709         * Makefile.maint (www-gnu): New macro.
7710         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7711         the location has moved.
7713 2002-12-02  Martin Frydl  <martin@systinet.com>
7715         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7716         \(.*\) match is too long and there is something more to be checked.
7717         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7719 2002-11-15  Akim Demaille  <akim@epita.fr>
7721         Version 2.56.
7723         * config/install-sh: chmod +x.
7724         From Paul Eggert.
7725         * config/move-if-change: Indenting changes.
7726         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7727         * configure.ac (AM_INIT_AUTOMAKE): here.
7728         Require 1.7.1.
7730 2002-11-14  Akim Demaille  <akim@epita.fr>
7732         Version 2.55.
7734         * config/config.guess, config/config.sub, config/install-sh:
7735         Update from masters.
7737 2002-11-14  Akim Demaille  <akim@epita.fr>
7739         * Makefile.maint: Sync with Bison, i.e.:
7740         (po-check): Scan .l and .y files instead of the
7741         .c and the .h files that they generate.  This fixes the bug
7742         reported by Tim Van Holder in:
7743         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7744         Look for N_ as well as for _.  Try to avoid matching #define for
7745         N_ and _.
7746         From Paul Eggert.
7748 2002-11-14  Akim Demaille  <akim@epita.fr>
7750         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7751         From Paul Eggert and Albert Chin-A-Young.
7753 2002-11-14  Akim Demaille  <akim@epita.fr>
7755         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7756         From Paul Eggert and Albert Chin-A-Young.
7758 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7760         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7761         than assigning in main, to avoid HP cc +O3 optimizing it away.
7763 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7765         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7766         option.  Process --recheck after parsing all options.  Pass -q
7767         option to configure on --recheck.
7768         (AC_OUTPUT): Pass -q from configure to config.status.
7769         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7770         arguments to record.
7771         * doc/autoconf.texi (config.status Invocation): Document
7772         config.status -q option.
7774 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7776         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7777         Makefile.in if Makefile.am exists.
7778         (output): Strip `.am' from Makefiles.  Don't
7779         output AC_CONFIG_FILES if no Makefiles were found.
7781 2002-11-07  Akim Demaille  <akim@epita.fr>
7783         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7784         (local_updates): New.
7785         * Makefile.maint: Update, from CVS Bison.
7786         (local_updates): New.
7788 2002-11-06  Akim Demaille  <akim@epita.fr>
7790         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7791         declaration in extern "C" too.
7792         Reported by Roberto Bagnara.
7794 2002-11-06  Akim Demaille  <akim@epita.fr>
7796         * tests/torture.at (Configuring subdirectories): Don't use grep
7797         -w.
7798         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7799         Reported by Ezra Peisach.
7801 2002-11-05  Akim Demaille  <akim@epita.fr>
7803         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
7804         Remove.
7805         We _have_ to stop using the old compatibility scheme that tried to
7806         avoid useless backslashes because Libtool 1.4.3 contains a
7807         AC_DEFINE([error_t], [int],
7808         [Define to a type to use for \`error_t' if it is not
7809         otherwise available.])
7810         We _have_ to quote the single quote and backslashes with \.  The
7811         old compatibility scheme saw that ` was backslashed, and therefore
7812         did not quote the single quote.  Hence before this patch, Autoconf
7813         was not compatible with Libtool.
7815 2002-11-04  Paul Eggert  <eggert@twinsun.com>
7817         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
7818         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
7819         LC_NAME, LC_PAPER, LC_TELEPHONE.
7820         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
7822 2002-11-04  Akim Demaille  <akim@epita.fr>
7824         Version 2.54c.
7826         * Makefile.maint (update, cvs-update, po-update, do-po-update):
7827         New.
7828         * config/texinfo.tex: Update.
7830 2002-11-03  Akim Demaille  <akim@epita.fr>
7832         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
7833         from...
7834         (&autoreconf): here.
7835         ($help, $make, &parse_args, &autoreconf_current_directory):
7836         Support -m/--make.
7837         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7839 2002-10-31  Bruno Haible  <bruno@clisp.org>
7841         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
7842         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
7843         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
7844         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
7845         to ac_cv_func_realloc_0_nonnull.
7846         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
7848 2002-10-31  Akim Demaille  <akim@epita.fr>
7850         The test suite was no longer checking for trailing envvars and files.
7852         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
7853         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
7855 2002-10-31  Akim Demaille  <akim@epita.fr>
7857         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
7858         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
7859         Make variable, not a shell variable.
7860         Suggested by Bruno Haible.
7862 2002-10-31  Akim Demaille  <akim@epita.fr>
7864         * bin/autom4te.in (load_configuration): Reject #args out of any
7865         language.
7867 2002-10-31  Akim Demaille  <akim@epita.fr>
7869         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
7870         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
7871         (_AC_RUN_IFELSE): Use it.
7872         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
7873         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
7874         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
7875         inline it.
7877 2002-10-30  Akim Demaille  <akim@epita.fr>
7879         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
7880         * doc/autoconf.texi (autom4te Invocation): Adjust.
7881         Suggested by Tim van Holder.
7883 2002-10-29  Paul Eggert  <eggert@twinsun.com>
7885         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
7886         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
7887         Problem reported by Bruno Haible.
7889 2002-10-29  Akim Demaille  <akim@epita.fr>
7891         * doc/autoconf.texi (Header Templates): Put also in words what the
7892         pictures says to assist free style readers.
7893         (Customizing autom4te): s/--cache=/--cache /.
7895 2002-10-29  Akim Demaille  <akim@epita.fr>
7897         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
7898         sys/wait.h.
7899         sparc_address_test returns void.
7900         Use it with an argument, as prototyped.
7901         From Bruno Haible.
7903 2002-10-29  Akim Demaille  <akim@epita.fr>
7905         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
7906         configure.in, not configure.ac.
7907         Reported by Bruno Haible.
7909 2002-10-29  Akim Demaille  <akim@epita.fr>
7911         * tests/torture.at (Deep Package): New test.
7912         (Configuring subdirectories): Don't use a testSubDir as Autotest
7913         now does it itself.
7915 2002-10-29  Akim Demaille  <akim@epita.fr>
7917         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
7918         * doc/autoconf.texi (Invoking autom4te): Rename as...
7919         (autom4te Invocation): this, for consistency with the other nodes.
7921 2002-10-29  Akim Demaille  <akim@epita.fr>
7923         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
7924         Reported by Ralf Corsepius.
7926 2002-10-29  Akim Demaille  <akim@epita.fr>
7928         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7929         characters is a back as an `obsolete' warning now.
7930         Reported by Ralf Corsepius.
7932 2002-10-28  Akim Demaille  <akim@epita.fr>
7934         * configure.ac: Bump to 2.54c.
7936 2002-10-28  Akim Demaille  <akim@epita.fr>
7938         Version 2.54b.
7940         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
7942 2002-10-28  Akim Demaille  <akim@epita.fr>
7944         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
7945         m4 executable names, and different GNU M4 version.
7946         Reported by Ezra Peisach and Paul Jarc.
7948 2002-10-27  Akim Demaille  <akim@epita.fr>
7950         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
7951         AC_RUN_IFELSE.
7953 2002-10-27  Akim Demaille  <akim@epita.fr>
7955         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
7956         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
7957         Die when a simple Fortran program cannot be compiled.
7958         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
7959         Issue a warning if no function is given.
7961 2002-10-27  Akim Demaille  <akim@epita.fr>
7963         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
7964         Move the documentation of AC_TRY_RUN to...
7965         (Obsolete Macros): here.
7966         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
7967         (autoconf Invocation): Remove the duplicates with `invoking
7968         autom4te'.
7969         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
7970         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7972 2002-10-27  Akim Demaille  <akim@epita.fr>
7974         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
7975         and AC_LANG_FUNC_LINK_TRY.
7976         (Examining Libraries): Rename as...
7977         (Running the Linker): this.
7978         Document AC_LINK_IFELSE.
7979         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
7980         (Obsolete Macros): here.
7981         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
7982         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
7983         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
7984         * lib/autoconf/headers.m4 (AC_USG): Likewise.
7986 2002-10-27  Akim Demaille  <akim@epita.fr>
7988         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
7990         More `check config.log' messages.
7992         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
7993         * doc/autoconf.texi (Printing Messages): Document it.
7994         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
7995         appropriate.
7996         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
7997         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
7998         (_AC_COMPILER_OBJEXT): Likewise.
7999         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8000         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8001         Likewise.
8002         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8003         Likewise.
8005         Deprecate macros with unusual interfaces.
8007         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8008         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8010         Document the new ones, and proper style.
8012         * doc/autoconf.texi (Generating Sources): New.
8013         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8014         (Examining Declarations): Rename as...
8015         (Running the Preprocessor): this.
8016         Document AC_PREPROC_IFELSE.
8017         (Examining Syntax): Rename as...
8018         (Running the Compiler): this.
8019         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8020         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8021         AC_TRY_COMPILE here.
8023 2002-10-27  Akim Demaille  <akim@epita.fr>
8025         Move sections around.
8027         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8028         sentence.
8029         Reported by Burno Haible.
8030         (Language Choice): Now the first section of...
8031         (Writing Tests): this section.
8032         Make the introduction less C-centric.
8033         (Guidelines, Test Functions): Move to...
8034         (Writing Test Programs): this new section.
8035         (Test Programs): Merge into...
8036         (Run Time): this.
8038 2002-10-27  Akim Demaille  <akim@epita.fr>
8040         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8041         autom4te.in that resulted in the need for two `make' runs.
8043 2002-10-27  Akim Demaille  <akim@epita.fr>
8045         * configure.ac: Bump to 2.54b.
8047 2002-10-25  Akim Demaille  <akim@epita.fr>
8049         Version 2.54a.
8051         * Makefile.maint: Update from the Coreutils.
8052         (AMTAR): Remove, obsolete.
8053         (automake_repo): Update to redhat.com.
8054         (cvs_file): New.
8055         Adjust to the fact that ansi2knr is now hosted by Automake.
8056         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8057         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8058         Update from masters.
8059         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8060         autoscan.pre is not to be installed, and autoscan.list is not to
8061         be shipped.
8062         (CLEANFILES): Add autoscan.list.
8063         (autoscan.list): Disable the cache.
8064         * bin/Makefile.am: Include freeze.mk.
8066 2002-10-25  Akim Demaille  <akim@epita.fr>
8068         * bin/autom4te.in (&load_configuration): Take the file as
8069         argument.
8070         (&parse_args): Handle -C, --cache.
8071         ($help): Adjust.
8072         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8073         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8074         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8075         Now a subsection of...
8076         (Using autom4te): This new section.
8077         (Customizing autom4te): New.
8078         (autom4te.cache): Adjust.
8080 2002-10-25  Akim Demaille  <akim@epita.fr>
8082         * doc/autoconf.texi (Generic Headers): More information on how to
8083         use AC_CHECK_HEADERS.
8085 2002-10-25  Akim Demaille  <akim@epita.fr>
8087         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8088         Space changes.
8090 2002-10-25  Akim Demaille  <akim@epita.fr>
8092         * bin/autoscan.in (output): Output AC_PREREQ.
8093         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8094         be reported.
8096 2002-10-23  Akim Demaille  <akim@epita.fr>
8098         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8099         document _Bool.
8101 2002-10-23  Akim Demaille  <akim@epita.fr>
8103         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8104         Reported by Peter Eisentraut.
8106 2002-10-23  Akim Demaille  <akim@epita.fr>
8108         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8109         type _Bool.
8110         Fix a typo.
8111         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8112         Eggert's recommandations.
8114 2002-10-22  Akim Demaille  <akim@epita.fr>
8116         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8117         Bison, by Paul Eggert.
8118         * doc/autoconf.texi (Particular Headers): Document it.
8120 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8122         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8123         `$ac_configure_args'.
8125 2002-10-22  Akim Demaille  <akim@epita.fr>
8127         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8128         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8129         From Art Haas.
8131 2002-10-22  Akim Demaille  <akim@epita.fr>
8133         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8135         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8136         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8137         (_AC_CHECK_HEADER_NEW): Rename as...
8138         (AC_CHECK_HEADER): this.
8140 2002-10-22  Akim Demaille  <akim@epita.fr>
8142         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8143         words about HP-UX cmp: it was actually a user-written cmp.
8145 2002-10-22  Akim Demaille  <akim@epita.fr>
8147         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8148         are a few warnings.
8149         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8150         Quote for Perl '' strings, not "".
8151         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8152         strings.
8154 2002-10-22  Akim Demaille  <akim@epita.fr>
8156         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8157         characters is a syntax warning now.
8158         (_AS_QUOTE): Accept $2 as list of characters to quote.
8159         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8160         Quote for Perl, not sh.
8161         * bin/autoheader.in: When $debug, report the file which is
8162         `do'ne.
8163         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8164         `@', to tickle Perl's lists.
8165         Reported by Carlos Velasco.
8167 2002-10-18  Akim Demaille  <akim@epita.fr>
8169         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8170         missing included files _are_ errors.
8171         Thanks to Alexandre Duret-Lutz.
8172         * tests/tools.at (autom4te cache): Adjust.
8173         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8174         (AT_CHECK_M4SUGAR): Use it.
8175         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8176         Adjust.
8177         * tests/tools.at (autom4te): Now it does exit 1.
8179 2002-10-17  Akim Demaille  <akim@epita.fr>
8181         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8182         Fixes the `AC_ARG_VAR' test failures.
8183         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8184         * lib/freeze.mk (check-forbidden-patterns): New.
8185         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8186         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8187         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8188         /dev/null.
8189         Reported months ago by H. Merijn Brand.
8191 2002-10-17  Akim Demaille  <akim@epita.fr>
8193         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8195 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8197         * Makefile.maint (wget_files): Remove ansi2knr.c.
8198         (ansi2knr.c-url_prefix): Remove.
8200 2002-10-16  Akim Demaille  <akim@epita.fr>
8202         Because of caching, some files that no longer exist and are no
8203         longer required can still cause errors.
8204         Reported by Alexandre Duret-Lutz.
8206         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8207         to frozen files in @ARGV, as @ARGV must remain being a list of
8208         files.  Rather, at M4 call sites, use this...
8209         (&files_to_options): New function.
8210         (&freeze): Use &error.
8211         (&up_to_date): If a file that was included according to the cache
8212         is no longer there, then the output is out dated.
8213         (&main): Don't even check whether a file is up to date is anyway
8214         --force is given.
8215         * tests/tools.at (autom4te cache): New.
8217 2002-10-16  Akim Demaille  <akim@epita.fr>
8219         * bin/autoconf.as: Kill dead options.
8220         * bin/autoupdate.in (&parse_args): Kill old options.
8221         * bin/autoreconf.in (&parse_args): Remove dead options.
8222         Factor some code.
8223         (&autoreconf): Report the directories we enter *and leave*, so
8224         that error messages can be easily located, and use GNU Make
8225         format, so that Emacs' compile mode understands us.
8226         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8227         if some file was changed instead of `print'.
8228         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8229         (&parse_args): Remove the dead options.
8230         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8231         autoheader's quiet mode.
8232         (AT_CHECK_AUTOUPDATE): Likewise.
8233         * tests/tools.at (autoupdate): Adjust.
8234         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8236 2002-10-11  Akim Demaille  <akim@epita.fr>
8238         No longer use CPP to check for the existing of headers: use CC to
8239         check for compilability.
8241         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8242         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8243         (_AC_CHECK_HEADER_NEW): Rename as...
8244         (AC_CHECK_HEADER): this.
8246         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8247         numbers in the Subject suggestion.
8249 2002-10-11  Akim Demaille  <akim@epita.fr>
8251         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8252         Suggest using AC_CHECK_DECLS instead.
8254 2002-10-11  Akim Demaille  <akim@epita.fr>
8256         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8257         of `precious'.
8259 2002-10-11  Akim Demaille  <akim@epita.fr>
8261         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8262         file name to enable parallel executions.
8263         From Sam Varshavchik.
8265 2002-10-08  Akim Demaille  <akim@epita.fr>
8267         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8268         aclocal invocation, as Gettext macros might not be visible to
8269         aclocal.
8270         Instead of blindly running autopoint, scan configure.ac (not the
8271         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8272         Reported by Paul D. Smith.
8274 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8276         Work around problems found when POSIXLY_CORRECT=1 is set.
8277         None of this seems to have anything to do with POSIX, really,
8278         but it's how Perl getopt works.
8279         * bin/autom4te.in (parse_args): Configure GetOpt with
8280         "permute", too.
8281         * doc/autoconf.texi (Invoking autom4te):
8282         --warning -> --warnings.
8283         * lib/autom4te.in: --warning -> --warnings.
8285 2002-09-28  Akim Demaille  <akim@epita.fr>
8287         * doc/autoconf.texi (autom4te.cache): New section.
8289 2002-09-28  Akim Demaille  <akim@epita.fr>
8291         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8292         (Automake-preselections): Update.
8293         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8295 2002-09-28  Akim Demaille  <akim@epita.fr>
8297         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8298         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8299         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8300         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8302 2002-09-28  Akim Demaille  <akim@epita.fr>
8304         * tests/torture.at (Configuring subdirectories): Be robust to
8305         users who use config.site to require for a cache: in this case,
8306         the two last configure runs, using two different sets of
8307         arguments, trigger a legitimate error.
8309 2002-09-28  Akim Demaille  <akim@epita.fr>
8311         * tests/m4sh.at (Functions Support, Functions and return Support):
8312         New.
8314 2002-09-28  Akim Demaille  <akim@epita.fr>
8316         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8317         autoheader are Perl programs.
8318         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8319         (autom4te): Specify that the sources are in the $srcdir.
8320         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8322 2002-09-28  Akim Demaille  <akim@epita.fr>
8324         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8325         (tm_zone): Move their rules to...
8326         * lib/autoconf/types.m4: here, using AN_ macros.
8327         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8328         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8329         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8330         * lib/autoconf/programs.m4: here.
8331         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8332         (ETAGS_FOR_AUTOCONF): New.
8333         Use it.
8335 2002-09-28  Akim Demaille  <akim@epita.fr>
8337         * lib/autoconf/autoscan.m4: New file.
8338         * lib/autoconf/autoconf.m4: Include it.
8339         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8340         that were listed in the original autoscan.list.
8341         * lib/autoconf/headers.m4: Similarly with headers.
8342         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8343         (.m4.m4f): Don't pass --prepend-include, since that's done by
8344         tests/autom4te itself.
8345         * lib/autoscan/Makefile.am: Include freeze.mk.
8346         (autoscan.list): New target --this file is no longer a source.
8347         (autoscan.pre): New file.
8349 2002-09-28  Akim Demaille  <akim@epita.fr>
8351         * bin/autoscan.in (@kinds): Make them singular.
8352         Adjust all uses.
8353         (&init_tables): When --debug, report the list of rules to ease
8354         tracking changes in autoscan.list.
8355         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8357 2002-09-28  Akim Demaille  <akim@epita.fr>
8359         * lib/autoscan/functions, lib/autoscan/headers,
8360         * lib/autoscan/identifiers, lib/autoscan/makevars,
8361         * lib/autoscan/programs: Merge into...
8362         * lib/autoscan/autoscan.list: this.
8363         * bin/autoscan.in (&init_tables): Adjust.
8365 2002-09-28  Akim Demaille  <akim@epita.fr>
8367         * lib/autoscan/functions, lib/autoscan/headers,
8368         * lib/autoscan/identifiers, lib/autoscan/makevars,
8369         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8370         `functions' line is now prefixed with `function:'.
8371         * bin/autoscan.in (&init_tables): Adjust.
8373 2002-09-28  Akim Demaille  <akim@epita.fr>
8375         From now on, autoscan files must always map a macro name to a
8376         word: there is no `default' macro for autoscan.
8378         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8379         all.
8380         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8381         explicit.
8383 2002-09-28  Akim Demaille  <akim@epita.fr>
8385         * bin/autoscan.in (%c_keywords): Remove.
8386         (&used): Keep only track of the words we might be interested in.
8387         (&output_kind): It is no longer needed to look for non active
8388         checks.
8390 2002-09-27  Akim Demaille  <akim@epita.fr>
8392         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8393         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8394         * lib/autoscan/functions: Adjust.
8395         * doc/autoconf.texi (Particular Functions): Adjust.
8397 2002-09-27  Akim Demaille  <akim@epita.fr>
8399         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8400         from /tmp.
8401         Thanks to Bill Moseley and Paul Eggert.
8402         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8403         the tmpdir must be created.
8404         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8405         dir be in the build tree, instead of $TMPDIR.
8407 2002-09-27  Akim Demaille  <akim@epita.fr>
8409         * bin/autoscan.in: Improve the comments.
8410         (&parse_args): Drop obsolete undocumented options.
8411         (&output_kind): Output warnings.
8412         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8413         (getwd): Trigger a warning.
8415 2002-09-26  Akim Demaille  <akim@epita.fr>
8417         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8418         Reported by Ralf Corsepius.
8419         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8421 2002-09-26  Akim Demaille  <akim@epita.fr>
8423         Single suffix rules and seperated dependencies are not portable.
8425         * doc/autoconf.texi (Installation Directory Variables): Update.
8426         (Limitations of Make): Some about `Single Suffix Rules and
8427         Separated Dependencies'.
8428         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8429         (ifnames, autoscan, autom4te): Un-factor into several rules.
8431 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8433         * BUGS (Interoperability bugs): New section.  Mention libtool
8434         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8436 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8438         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8439         make handles suffix-rules differently from GNU make.
8441         * bin/Makefile.am (SUFFIXES, .in): Remove.
8442         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8443         Move the body of the old .in rule here.
8445 2002-09-16  Akim Demaille  <akim@epita.fr>
8447         i960 compilers create `b.out' files by default.
8448         Reported by Ralf Corsepius.
8450         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8451         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8453 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8455         * doc/autoconf.texi (Particular Headers): Remove obsolete
8456         reference to `struct timezone' in the description of
8457         AC_HEADER_TIME.
8459 2002-09-13  Akim Demaille  <akim@epita.fr>
8461         Version 2.54.
8463         * config/config.sub, config/config.guess: Update.
8464         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8465         * Makefile.am: Adjust.
8467 2002-09-13  Akim Demaille  <akim@epita.fr>
8469         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8470         reading config.log when the compiler is rejected.
8471         Suggested by Guido Draheim.
8473 2002-09-13  Akim Demaille  <akim@epita.fr>
8475         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8476         (chdir_init) might hang when stat'ing mounted directories.
8477         Reported by Vance Shipley.
8479 2002-09-12  Akim Demaille  <akim@epita.fr>
8481         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8482         the lists.
8484 2002-09-12  Akim Demaille  <akim@epita.fr>
8486         * doc/autoconf.texi (Defining Symbols): Present two different
8487         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8488         difference between 1 argument calls, and 2-3 argument calls.
8490 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8492         * doc/autoconf.texi: Review grammar and punctuation.
8494 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8496         * doc/autoconf.texi: Fix minor formatting, spelling, and
8497         grammatical typos.
8498         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8499         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8500         is obsolescent.
8502 2002-09-11  Akim Demaille  <akim@epita.fr>
8504         * doc/autoconf.texi (Questions): Rename as...
8505         (FAQ): this.
8506         (Defining Directories): New.
8508 2002-09-09  Akim Demaille  <akim@epita.fr>
8510         * doc/autoconf.texi (Making testsuite Scripts): Update.
8511         Suggested by Nishio Futoshi.
8513 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8515         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8516         plain `@' is wanted.
8518 2002-09-09  Akim Demaille  <akim@epita.fr>
8520         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8521         `duplicates', since the algorithm was too naive and could keep
8522         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8523         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8524         Reported by Ralf Corsepius.
8525         * tests/torture.at (Configuring subdirectories): Exercise these
8526         cases.
8528 2002-09-09  Akim Demaille  <akim@epita.fr>
8530         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8531         looking for a replacement file.
8532         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8533         directory is relative.
8534         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8535         directory definition.
8536         Reported by Andreas Schwab and Jim Meyering.
8538 2002-09-06  Akim Demaille  <akim@epita.fr>
8540         * doc/autoconf.texi (Setting Output Variables): Clarify what
8541         precious variables are.
8542         Suggested by Pontus Skoeld.
8544 2002-09-05  Akim Demaille  <akim@epita.fr>
8546         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8547         (ifnames, autoscan, autom4te): Since we don't only depend on
8548         configure.ac variables (such as VERSION etc.), but also on prefix
8549         and so forth, depend on Makefile, not configure.ac.
8550         Reported by Alexandre Duret-Lutz.
8551         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8553 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8555         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8556         doesn't seem to be confined to ia64, just say "some versions".
8558 2002-09-04  Akim Demaille  <akim@epita.fr>
8560         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8561         Automake 1.6c.
8562         * Makefile.am (maintainer-clean-local): Remove.
8563         (MAINTAINERCLEANFILES): Remove COPYING.
8565 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8567         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8568         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8569         Brinkmann.
8571 2002-09-03  Akim Demaille  <akim@epita.fr>
8573         * configure.ac: Bump to 2.53d.
8574         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8575         as of today, on Automake's team suggestion.
8577 2002-09-03  Akim Demaille  <akim@epita.fr>
8579         Version 2.53c.
8581 2002-09-02  Akim Demaille  <akim@epita.fr>
8583         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8584         SITE_MACRO_DIR.
8585         * configure.ac: Disable SITE_MACRO_DIR.
8587 2002-09-02  Jim Meyering  <meyering@lucent.com>
8589         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8590         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8591         Also, tweak grammar: s/make sure to/be sure to/.
8593 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8595         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8596         directory names are generally preferable to physical names.
8598 2002-09-02  Akim Demaille  <akim@epita.fr>
8600         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8601         Reported by Raja R. Harinath.
8602         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8603         * bin/autoupdate.in: Use error instead of die.
8605 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8607         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8608         ordinary shell concatenation rather than echo+tr+sed command that
8609         runs afoul of a long-line-related sed bug in Solaris 8.
8611         * bin/autoheader.in (parse_args): --warning -> --warnings.
8613         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8614         stdout, as traditional "ls" does.
8615         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8616         _AC_COMPILER_EXEEXT_O): Likewise.
8617         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8619         * bin/autoconf.as: Add --prepend-include option.  This patch was
8620         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8621         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8623         * bin/autoconf.in, configure: Regenerate.
8625         * doc/autoconf.texi (Special Shell Variables): Mention
8626         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8628         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8629         MAILPATH and set PS1, PS2, PS4 to default values, to work
8630         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8631         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8632         the Autoconf documentation specifies; fall back to "unset" only if
8633         this fails.  Use a shell for-loop for this rather than an m4 loop,
8634         to shorten the output script.
8636 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8638         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8639         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8640         for the CDPATH problem.  Document PWD.
8641         (Limitations of Builtins): Document the problem that "cd $foo" and
8642         "ls $foo" may refer to different directories in shells conforming
8643         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8644         example, since the old example is now out of date.
8646         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8647         FOO" and "ls FOO" talk about different directories; this catches
8648         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8649         spaghetti.
8651         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8652         of rolling our own unset.
8653         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8654         in practice we needn't worry about CDPATH if unset doesn't work.
8656         * Makefile.in, aclocal.m4, bin/Makefile.in,
8657         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8658         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8659         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8660         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8661         tests/Makefile.in: Regenerate with Automake 1.6.3.
8663         * config/config.guess, config/config.sub, config/mkinstalldirs:
8664         Update.
8666         * configure: Regenerate with self.
8668 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8670         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8671         default output.
8673 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8675         * bin/autom4te.in (Request::load): Correctly test for "do" read
8676         failure.
8678 2002-08-29  Akim Demaille  <akim@epita.fr>
8680         * lib/Autom4te/General.pm (&xqx): New.
8681         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8682         hand, which is not portable.
8683         (&error): New.
8684         * bin/autom4te.in: Use them.
8685         Use &error instead of die.
8686         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8687         Adjust.
8689 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8691         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8692         default list of compilers to try, since it was long ago superseded
8693         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8695 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8697         * doc/autoconf.texi (Invoking autom4te): End the option table,
8698         fixing a bug introduced by the previous patch.
8699         (Limitations of Make): Add a 'target lookup' subentry in the
8700         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8702 2002-07-29  Mark D. Roth  <roth@feep.net>
8704         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8705         options and use $AUTOM4TE_PATH.
8706         * doc/autoconf.texi: Remove documentation of autom4te
8707         --include-envvar and --site-macro-subdir options and document
8708         use of $AUTOM4TE_PATH.
8709         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8710         arguments from each language section.
8712 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8714         * doc/install.texi: Include copyright symbol in copyright notice.
8716         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8717         Replace with:
8718         (AM_MAKEINFOFLAGS): New macro.
8719         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8720         * Makefile.am (INSTALL): Use the new macros.
8721         Use -o rather than --output, since "missing" does not grok --output.
8723 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8725         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8726         comments do not always work. Never trust the exit status of
8727         `make -k'.
8729 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8731         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8732         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8734 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8736         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8737         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8738         apparently treats PATH="nonexistent" as if it contained ".".
8739         Bug reported by Stefan `Sec' Zehl.
8741 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8743         * doc/autoconf.texi (Limitations of Make): Mention the special
8744         handling of the obj/ directory by BSD make.
8746 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8748         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8749         backslashes.
8751 2002-07-19  Akim Demaille  <akim@epita.fr>
8753         * doc/autoconf.texi (Function Portability): `exit'.
8754         (Programming in M4sh): Ethymology of M4sh.
8756 2002-07-19  Akim Demaille  <akim@epita.fr>
8758         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8760 2002-07-18  Akim Demaille  <akim@epita.fr>
8762         Version 2.53b.
8764 2002-07-18  Akim Demaille  <akim@epita.fr>
8766         * config/config.guess, config/config.sub: Update.
8768 2002-07-18  Akim Demaille  <akim@epita.fr>
8770         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8771         Automake's parts.
8773         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8774         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8775         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8777 2002-07-18  Akim Demaille  <akim@epita.fr>,
8778             Alexandre Duret-Lutz  <duret_g@epita.fr>
8780         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8781         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8783 2002-07-17  Russ Allbery  <rra@stanford.edu>
8785         * doc/autoconf.texi (Initializing configure): Clarify the
8786         description of the tarname default.
8788 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8790         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8791         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8792         latter was not run.
8794 2002-07-17  Akim Demaille  <akim@epita.fr>
8796         * lib/Autom4te/General.pm (find_file): Browse the directories in
8797         the order they are given.
8799 2002-07-17  Akim Demaille  <akim@epita.fr>
8801         * tests/wrapsh.as, tests/wrappl.as: Merge into...
8802         * tests/wrapper.as: this.
8803         * tests/Makefile.am, configure.ac: Adjust.
8805 2002-07-17  Mark D. Roth  <roth@feep.net>
8807         * configure.ac: Add --enable-site-macro-dir option.
8808         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
8809         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
8810         --site-macro-subdir options.
8811         * bin/autoconf.in: Add --prepend-include option.
8812         * bin/autoheader.in: Add --prepend-include option.
8813         * bin/autoreconf.in: Add --prepend-include option.
8814         * bin/autoscan.in: Add --prepend-include option.
8815         * bin/autoupdate.in: Add --prepend-include option.
8816         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
8817         macro directory, remove note that include path directories are
8818         used in reverse order, and document --prepend-include option.
8819         * lib/autom4te.in: Use --prepend-include instead of --include.
8820         * tests/wrapsh.in: Use --prepend-include instead of --include.
8822 2002-07-17  Akim Demaille  <akim@epita.fr>
8824         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
8825         tarnames.
8826         * doc/autoconf.texi (Initializing configure): Adjust.
8828 2002-07-17  Akim Demaille  <akim@epita.fr>
8830         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
8831         (_AC_FUNC_MALLOC): New.
8832         (AC_FUNC_MALLOC): Use the latter.
8833         Define HAVE_MALLOC to 0 if broken.
8834         * doc/autoconf.texi (Particular Functions): Adjust.
8836 2002-07-16  Akim Demaille  <akim@epita.fr>
8838         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
8839         * doc/autoconf.texi (C Compiler): Adjust.
8841 2002-07-09  Akim Demaille  <akim@epita.fr>
8843         * doc/autoconf.texi: Properly set the ``header'' part.
8845 2002-07-09  Akim Demaille  <akim@epita.fr>
8847         * doc/autoconf.texi (Systemology): Some about Darwin.
8849 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8851         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
8852         Don't use AC_REQUIRE in AU_DEFUN.
8854 2002-07-09  Art Haas  <ahaas@neosoft.com>
8856         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
8858 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
8860         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8861         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
8862         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
8863         so that Emacs setups GNU style for perl-mode and cperl-mode.
8865 2002-06-27  Paul Eggert  <eggert@twinsun.com>
8867         * config/install-sh: Quote $src.  Prefer || to test's -o option,
8868         as per "Limitations of Builtins".
8869         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
8870         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8872         * tests/mktests.sh: Use grep instead of fgrep, as per
8873         "Limitations of Builtins".
8875 2002-06-15  Paul Eggert  <eggert@twinsun.com>
8877         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
8878         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
8879         so that we consistently test the just-built programs.
8880         * tests/wrappl.as: Likewise.
8882 2002-06-12  Paul Eggert  <eggert@twinsun.com>
8884         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
8885         name, so that symlinks to 'autoconf' work properly.  Bug reported
8886         by Bruno Haible.
8887         * bin/autoheader.in (AUTOM4TE): Likewise.
8888         * bin/autoreconf.in (autoconf, autoheader): Likewise.
8889         * bin/autoscan.in (autom4te): Likewise.
8890         * bin/autoupdate.in (autom4te): Likewise.
8892         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
8893         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
8894         on Solaris 2.5.1.
8896 2002-06-11  Andreas Schwab  <schwab@suse.de>
8898         * doc/autoconf.texi: Add more dir entries.
8900 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
8902         * bin/autom4te.in ($cache): Don't define using `$me', the name
8903         of the cache should not depend on the name under which autom4te
8904         was installed.
8906 2002-06-07  Akim Demaille  <akim@epita.fr>
8908         * tests/tools.at (autoconf: forbidden tokens, basic)
8909         (autoconf: forbidden tokens, exceptions): Adjust to the change of
8910         words in autom4te.in.
8912 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
8914         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
8915         _AC_LANG_PROGRAM_C_F77_HOOKS.
8917 2002-06-07  Akim Demaille  <akim@epita.fr>
8919         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
8920         rename as...
8921         (AC_REPLACE_FNMATCH): this.
8922         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
8923         AC_FUNC_FNMATCH_GNU.
8925 2002-06-07  Akim Demaille  <akim@epita.fr>
8927         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
8928         Rosetta Stone for Unix.
8930 2002-06-07  Akim Demaille  <akim@epita.fr>
8932         * bin/autom4te.in (warn_forbidden): When rejecting a token,
8933         suggest m4_pattern_allow.
8934         Suggested by Adam J. Richter.
8936 2002-06-07  Akim Demaille  <akim@epita.fr>
8938         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
8939         ac_config_libobj_dir.
8940         (AC_CONFIG_LIBOBJ_DIR): New.
8941         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
8942         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
8943         Use ac_config_libobj_dir to find the replacement files.
8944         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
8945         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
8946         (AC_REPLACE_FNMATCH_GNU): these.
8947         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
8948         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
8949         * tests/mktests.sh (ac_exclude_list): Don't check
8950         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
8952 2002-06-06  Paul Eggert  <eggert@twinsun.com>
8954         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
8955         if ln doesn't work.
8956         * NEWS: Likewise.
8957         * doc/autoconf.texi (Configuration Links): Likewise.
8958         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
8960 2002-06-05  Paul Eggert  <eggert@twinsun.com>
8962         * config/config.guess, config/config.sub, config/texinfo.tex:
8963         Update from masters.
8965 2002-05-29  Paul Eggert  <eggert@twinsun.com>
8967         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
8968         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8969         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
8970         Likewise.
8971         * lib/autoconf/Makefile.am (check-local): Likewise.
8972         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
8973         * lib/autoconf/types.m4 (commentary only): Likewise.
8974         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
8975         * lib/autotest/Makefile.am (check-local): Likewise.
8976         * lib/m4sugar/Makefile.am (check-local): Likewise.
8977         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
8978         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
8980         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
8981         * doc/autoconf.texi (Particular Programs): Document them.
8982         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
8983         * NEWS: Likewise.
8985 2002-05-27  Paul Eggert  <eggert@twinsun.com>
8987         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
8988         * NEWS, doc/autoconf.texi (Particular Types): Document it.
8989         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
8990         instead of AC_MBSTATE_T, which never existed.
8992 2002-05-23  Akim Demaille  <akim@epita.fr>
8994         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
8995         version of Autoconf that is discussed.
8997 2002-05-22  Paul Eggert  <eggert@twinsun.com>
8999         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9000         from the default list of compilers to try.  Suggested by
9001         Kate Hedstrom.
9002         * NEWS: Document the above.
9003         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9005 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9007         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9008         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9009         This improves on an earlier suggestion by H. Peter Anvin.
9011 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9013         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9014         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9015         Both macros now accept an optional source-dir arg.
9016         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9018         * NEWS: Document this.
9019         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9021         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9022         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9023         not for GNU extensions; this undoes part of the 2000-11-03 change,
9024         reverting to 2.13-compatible behavior.
9025         Add new optional argument DIR.
9026         (AC_FUNC_FNMATCH_GNU): New macro.
9028         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9030 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9032         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9033         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9034         and it causes a 'test' syntax error if it fails.
9035         Bug reported by Stephen Gildea.
9037         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9038         If prototypes are supported, use them to check this at compile-time,
9039         instead of trying to check it at run-time.  If we must do a run-time
9040         check, assume that setvbuf is standard when cross-compiling, as
9041         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9042         Bug reported by Paul D. Smith.
9044         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9045         argument specifying location of getloadavg.c.  This removes a
9046         FIXME.  This idea was taken from Jim Meyering's implementation in
9047         textutils.
9048         * doc/autoconf.texi (Particular Functions): Document this.
9049         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9050         that's what the code does; this fixes a bug reported by
9051         Paul D. Smith.
9053 2002-05-03  Akim Demaille  <akim@epita.fr>
9055         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9056         autopoint instead of gettextize.
9057         ($uses_alocal): Rename as...
9058         ($uses_aclocal): this.
9059         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9060         Suggested by Bruno Haible.
9062 2002-05-03  Akim Demaille  <akim@epita.fr>
9064         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9066 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9068         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9069         files to be 1 second older; just set them to be the same time.
9070         Also, sleep 1 second after the first aclocal, to work around
9071         problems with sub-second time stamps on the input files.
9073 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9075         * doc/autoconf.texi: Mention "set -e -x" lossage
9076         under node "Limitations of Builtins".
9078 2002-04-29  Akim Demaille  <akim@epita.fr>
9080         * doc/install.texi: Better wording for setting variables when
9081         running configure.
9082         From Christian Cornelssen.
9084 2002-04-29  Akim Demaille  <akim@epita.fr>
9086         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9087         of lack of $LINENO support, then the test will compare the $LINENO
9088         in testsuite vs. the lineno in the test file.  This is wrong, of
9089         course.
9090         Be sure to protect it.
9091         Reported by Patrick Welche.
9093 2002-04-25  Akim Demaille  <akim@epita.fr>
9095         * doc/autoconf.texi (Obsolete Macros): Typo.
9096         Reported by Vladimir Volovich.
9098 2002-04-25  Akim Demaille  <akim@epita.fr>
9100         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9101         than some of the input files, hence, on the second run of aclocal,
9102         if some of its input are younger, make them older.
9103         Suggested by Paul Eggert.
9105 2002-04-25  Akim Demaille  <akim@epita.fr>
9107         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9108         Thanks to Paul Eggert.
9110 2002-04-25  Akim Demaille  <akim@epita.fr>
9112         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9113         and ac_subst_vars be sh variables containing the list of
9114         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9115         DEFAULT diversion.
9116         (_AC_INIT_PREPARE): Use them to log them.
9117         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9118         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9119         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9120         _AC_SUBST_FILES and _AC_SUBST_VARS.
9121         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9123 2002-04-24  Akim Demaille  <akim@epita.fr>
9125         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9126         autoheader, so that automake does not complain about a missing
9127         config.h.in that was to be created.
9129 2002-04-23  Akim Demaille  <akim@epita.fr>
9131         * bin/autoheader.in (parse_args): --warning takes an argument.
9132         Fixes PR/220.
9134 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9136         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9137         and bb.out when cleaning up.
9139 2002-04-22  Akim Demaille  <akim@epita.fr>
9141         Version 2.53a.
9143 2002-04-22  Akim Demaille  <akim@epita.fr>
9145         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9147 2002-04-22  Akim Demaille  <akim@epita.fr>
9149         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9150         comma.
9151         Reported by Gregory Giannoni.
9153 2002-04-22  Akim Demaille  <akim@epita.fr>
9155         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9156         Fixes false failures on Darwin.
9158 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9160         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9161         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9162         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9163         tests/tools.at: Minor spelling and grammar fixes.
9165 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9167         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9168         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9169         * lib/autotest/general.m4 (AT_INIT): Likewise.
9170         * tests/atgeneral.m4 (AT_INIT): Likewise.
9172 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9174         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9175         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9176         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9177         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9178         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9179         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9180         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9181         Minor spelling and grammar fixes.
9183         * doc/autoconf.texi: Follow the outline suggested in the GNU
9184         Sample Texts sections of the Texinfo 4.2 manual.  Most
9185         importantly, this makes sure that the copyright notices appear in
9186         all output formats.  You probably need Texinfo 4.2 to generate
9187         the manual now.
9189         Fix some bugs when using "$@" when there might be zero positional
9190         arguments in cases where this matters.
9192         * bin/autoconf.as: Rewrite so that the problem does not come up.
9193         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9194         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9195         * lib/autotest/general.m4 (AT_INIT): Likewise.
9197         * bin/autoheader.in: Use 'case' statement to work around problem.
9198         * bin/auto4mte.in: Likewise.
9199         * bin/autoreconf.in: Likewise.
9200         * bin/autoscan.in: Likewise.
9201         * bin/autoupdate.in: Likewise.
9202         * bin/ifnames.in: Likewise.
9204         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9206         * lib/autotest/general.m4 (AT_INIT):
9207         Use Zsh alias to work around problem.
9208         * tests/atgeneral.m4 (AT_INIT): Likewise.
9210         * tests/c.at: We can't have zero arguments, so remove workaround
9211         that is not portable to Zsh.
9213 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9215         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9216         from aclocal.m4 too.
9218 2002-04-12  Akim Demaille  <akim@epita.fr>
9220         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9222 2002-04-10  Akim Demaille  <akim@epita.fr>
9224         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9225         workaround for ${1+"$@"}.
9226         * doc/autoconf.texi (Shell Substitutions): Explain it.
9227         From Oliver Kiddle and Peter Stephenson.
9229         Have M4sh perform minimal shell sanitizing.
9231         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9232         part into...
9233         (_AS_PREPARE): this new macro.
9234         (AS_PREPARE): New.
9235         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9236         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9238         Adjust Autoconf and Autotest.
9240         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9241         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9242         * lib/autotest/general.m4 (AT_INIT): Likewise.
9243         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9244         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9245         AS_SHELL_SANITIZE.
9247         Use this M4sh to generate Autoconf's shell scripts.
9249         * tests/wrapsh.as: New, precursor of wrapsh.in.
9250         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9251         on Autotest and M4sh.
9252         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9253         (wrapsh.in): New target.
9254         * bin/autoconf.as: New, precursor of autoconf.in.
9255         (autoconf.in): New target.
9257 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9259         * doc/autoconf.texi (Limitations of Make): Mention the issue
9260         with indented comments in rules.
9262 2002-04-09  Andreas Schwab  <schwab@suse.de>
9264         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9265         ac_top_builddir when setting ac_abs_top_builddir.
9267 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9269         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9270         (Portable Shell): Cross reference to Systemology.
9272 2002-04-05  Akim Demaille  <akim@epita.fr>
9274         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9275         directories when descending in a SUBDIRS.
9276         Reported by Ezra Peisach.
9278 2002-04-04  Andreas Schwab  <schwab@suse.de>
9280         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9281         contains no literal separators.
9283 2002-04-03  Akim Demaille  <akim@epita.fr>
9285         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9286         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9287         Use dnl, not the KILL diversion.
9288         Extracted from...
9289         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9290         (AC_CONFIG_LINKS): here.
9291         Adjust.
9292         Don't use the KILL diversion, as it kills spurious output, which
9293         results in failures being hidden.
9294         Use m4_defn where appropriate.
9295         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9296         after the second argument.
9297         Use m4_defn.
9298         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9299         syntax, as it is provided by M4sugar.
9300         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9302 2002-04-03  Andreas Schwab  <schwab@suse.de>
9304         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9305         expanded if $# <= 2.
9307         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9308         aclocal.
9310 2002-04-03  Akim Demaille  <akim@epita.fr>
9312         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9313         (_AC_COMPILER_EXEEXT_REJECT): New.
9314         Also recognize *.bb and *.bbg as compilation byproducts.
9315         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9316         (_AC_COMPILER_OBJEXT): Use them.
9317         Fixes Debian #138666.
9319 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9321         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9323         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9324         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9325         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9326         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9327         (AC_C_CONST): Same.
9328         (AC_C_INLINE): Same.
9329         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9330         * doc/autoconf.texi, NEWS: Document.
9331         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9332         AC_C_CROSS.
9334 2002-04-02  Akim Demaille  <akim@epita.fr>
9336         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9337         _AS_MKDIR_P_PREPARE.
9339 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9341         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9342         to avoid versions of HP C which don't allow that.
9344 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9346         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9347         (AS_SHELL_SANITIZE): Invoke it.
9348         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9350 2002-03-26  Akim Demaille  <akim@epita.fr>
9352         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9354 2002-03-26  Akim Demaille  <akim@epita.fr>
9356         * doc/autoconf.texi (Introduction): The GNATS base moved.
9358 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9360         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9361         as POSIX requires, as it doesn't work with Zsh.
9362         * doc/autoconf.texi (Assignments): Document the problem.
9364 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9366         * doc/autoconf.texi (Limitations of Make): Mention more issue
9367         about VPATH, overriding of macros in sub-makes, and handling of
9368         SHELL.
9370 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9372         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9373         problem with here-document buffer boundaries.
9375         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9376         when reinvoking the shell, to work around problems with installers
9377         who put strange things like "cd" commands in their environments.
9379 2002-03-19  Akim Demaille  <akim@epita.fr>
9381         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9382         From Aaron Ucko.
9384 2002-03-19  Akim Demaille  <akim@epita.fr>
9386         * bin/autoscan.in (scan_file): Specify the location in `&used'
9387         invocations.
9388         From Nicolas Joly.
9390 2002-03-19  Akim Demaille  <akim@epita.fr>
9392         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9393         From Nishio Futoshi.
9395 2002-03-19  Akim Demaille  <akim@epita.fr>
9397         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9399 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9401         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9402         (Limitations of Usual Tools): Add mkdir section.
9404         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9405         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9406         back on AS_DIRNAME to compute prefixes otherwise; this is
9407         roughly what mkinstalldirs does.  That way, we need not have
9408         our own filename disassembler.  The old disassembler did not
9409         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9411         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9412         Create at_test_all by a series of assignments,
9413         not by a single assignment of a long string.  The latter causes ksh
9414         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9415         presumably because of a buffer overrun.
9417 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9419         * lib/autotest/general.m4 (at_times_skip):
9420         Renamed from at_times.  Now a boolean.
9421         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9422         says 'times: not found'.
9424 2002-03-14  Akim Demaille  <akim@epita.fr>
9426         * bin/autoreconf.in (&study_gettextize): New.
9427         (&autoreconf): Handle newest gettextize.
9428         Rerun aclocal if needed.
9429         Suggested by Andreas Schwab.
9431 2002-03-13  Akim Demaille  <akim@epita.fr>
9433         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9435 2002-03-13  Akim Demaille  <akim@epita.fr>
9437         * doc/autoconf.texi (Header Portability): New.
9438         Add information about stdint.h and inttypes.h from Paul Eggert.
9440 2002-03-13  Akim Demaille  <akim@epita.fr>
9442         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9443         -p'.
9444         From Bob Proulx.
9446 2002-03-12  Akim Demaille  <akim@epita.fr>
9448         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9449         m4_require.
9451 2002-03-11  Andreas Schwab  <schwab@suse.de>
9453         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9454         does not do it if --with-lispdir is given.
9456 2002-03-08  Akim Demaille  <akim@epita.fr>
9458         Version 2.53.
9460 2002-03-08  Akim Demaille  <akim@epita.fr>
9462         * doc/autoconf.texi (Subdirectories): Clarify that the
9463         subdirectory should exist.
9465 2002-03-08  Akim Demaille  <akim@epita.fr>
9467         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9469 2002-03-08  Akim Demaille  <akim@epita.fr>
9471         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9472         aliases the actual variables, and modifications of the former
9473         affect the latter.
9475 2002-03-08  Akim Demaille  <akim@epita.fr>
9477         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9478         because of C-c: have m4 output in tmp files, then mv them.
9480 2002-03-08  Akim Demaille  <akim@epita.fr>
9482         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9483         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9484         * bin/ifnames.in: Copyright update.
9486 2002-03-08  Akim Demaille  <akim@epita.fr>
9488         * doc/autoconf.texi (Invoking autom4te): New.
9490 2002-03-05  Akim Demaille  <akim@epita.fr>
9492         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9493         Kevin Ryde.
9495 2002-03-05  Akim Demaille  <akim@epita.fr>
9497         Version 2.52i.
9499 2002-03-04  Akim Demaille  <akim@epita.fr>
9501         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9502         * lib/autoconf/general.m4 (AC_INIT): More informative error
9503         message for LIBOBJ.
9505 2002-03-04  Akim Demaille  <akim@epita.fr>
9507         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9508         parallel builds.
9510 2002-03-04  Akim Demaille  <akim@epita.fr>
9512         * doc/autoconf.texi (Transforming Names): Equality between target
9513         and host is irrelevant.
9514         (Specifying Names, Canonicalizing): Remove all references to the
9515         backward compatibility hooks.  Rather, collect them all into...
9516         (Hosts and Cross-Compilation): this new section.
9517         * doc/install.texi (System Type): Ditto.
9518         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9519         that `--host' implies cross-compilation.
9521 2002-03-04  Akim Demaille  <akim@epita.fr>
9523         * doc/autoconf.texi (Evaluation Macros): New.
9524         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9525         useless.
9526         (_m4_foreach): Define the variant with immediate evaluation so
9527         that it contains exactly the items, not an expression which
9528         evaluation is the current item.
9529         (m4_re_string, m4_re_word): Don't over quote them.
9531 2002-03-04  Akim Demaille  <akim@epita.fr>
9533         Instead of having stacking `shift's evaluated at the end, let
9534         `foreach' loops immediately evaluate them.
9536         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9537         $*.  This is the n-th time I change my mind, but hopefully this is
9538         the last...
9539         (m4_lquote): New.
9540         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9541         efficient.
9542         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9543         it was only a hack for m4_text_wrap.
9544         (m4_car2): Remove, replaced by...
9545         (m4_cdr): New.
9546         (_m4_foreach): Adjust.
9547         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9548         m4_bpatsubst for clarification.
9550 2002-03-04  Akim Demaille  <akim@epita.fr>
9552         * doc/autoconf.texi (Changequote is Evil): New.
9554 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9556         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9557         on old systems like SunOS.
9559 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9561         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9562         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9563         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9564         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9565         of messages.
9567 2002-02-28  Akim Demaille  <akim@epita.fr>
9569         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9570         message to be sent.
9572 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9574         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9576 2002-02-25  Akim Demaille  <akim@epita.fr>
9578         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9579         From Akinori Musha.
9581 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9583         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9584         translate \r\n to \n.
9586 2002-02-07  Akim Demaille  <akim@epita.fr>
9588         Version 2.52h.
9590 2002-02-07  Akim Demaille  <akim@epita.fr>
9592         Fix Autoconf PR/209.
9593         Also reported by Frank Denis.
9595         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9597 2002-02-07  Akim Demaille  <akim@epita.fr>
9599         Fix Autoconf PR/207:
9600         AC_PREFIX_PROGRAM fails with dashed program names
9602         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9603         variable when looking for the prefix program.
9604         Now it also works for shell variables.
9606 2002-02-07  Akim Demaille  <akim@epita.fr>
9608         * doc/autoconf.texi (Limitations of Builtins): More about
9609         case/esac.
9611 2002-02-06  Akim Demaille  <akim@epita.fr>
9613         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9614         case/esac, some shells don't support it.
9615         Reported by Zack Weinberg.
9616         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9618 2002-02-06  Akim Demaille  <akim@epita.fr>
9620         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9621         sure not to introduce newlines in at_groups.
9622         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9624 2002-02-06  Akim Demaille  <akim@epita.fr>
9626         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9627         is not available.
9629 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9631         * doc/autoconf.texi (Specific Compiler Characteristics):
9632         Describe HP-UX cc bug workaround more accurately.
9633         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9634         not unsigned long.
9635         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9636         cross-compilers, too.  This undoes some of the most recent change
9637         to this file.
9639 2002-02-05  Akim Demaille  <akim@epita.fr>
9641         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9642         to make sure they are up to date when `check' is run.
9644 2002-02-05  Akim Demaille  <akim@epita.fr>
9646         * doc/autoconf.texi (Making testsuite Scripts): Document
9647         package.m4.
9649 2002-02-05  Akim Demaille  <akim@epita.fr>
9651         * lib/freeze.mk: New.
9653 2002-02-05  Akim Demaille  <akim@epita.fr>
9655         Implement `autom4te --freeze'.
9657         * bin/autom4te.in (&freeze): New.
9658         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9659         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9661 2002-02-05  Akim Demaille  <akim@epita.fr>
9663         * bin/autom4te.in (&parse_args): Implement `frozen files are
9664         optional are the sum of the previous files on the command line'.
9665         Also, pass `--reload-state=' on them, so...
9666         (handle_m4): don't.
9667         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9668         (M4sh): Rely on M4sugar.
9669         (Autotest, M4sh, M4sugar): Use frozen files.
9671 2002-01-31  Akim Demaille  <akim@epita.fr>
9673         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9674         * doc/autoconf.texi (Initializing configure): Adjust.
9676 2002-01-30  Akim Demaille  <akim@epita.fr>
9678         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9679         alphanumeric to `-' instead of `_'.
9681 2002-01-30  Akim Demaille  <akim@epita.fr>
9683         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9684         for plain code, the other for cross-compilation code.  The latter
9685         is now run with GCC only.
9686         * doc/autoconf.texi (Compilers and Preprocessors): New.
9688 2002-01-30  Akim Demaille  <akim@epita.fr>
9690         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9691         values.
9692         * doc/autoconf.texi (Initializing configure): Explain how to
9693         change AC_INIT default values.
9695 2002-01-29  Akim Demaille  <akim@epita.fr>
9697         * tests/torture.at (Configuring subdirectories): Use configure.in,
9698         so that aclocal 1.4 works.
9699         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9701 2002-01-28  Akim Demaille  <akim@epita.fr>
9703         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9704         needs an argument.
9706 2002-01-28  Akim Demaille  <akim@epita.fr>
9708         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9709         AUTOTEST_PATH *after* it was set.
9710         Don't put `.' in the PATH: the user should be precise and `./' if
9711         needed.  In addition, given that the test suite does some `cd', if
9712         `.' is in the path, the `tested programs' sections will report
9713         programs found in the test suite's directory, while during the
9714         tests (performed in their own directory), these programs are no
9715         longer visible.  In other words, the results is confusing and
9716         useless.
9717         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9719 2002-01-24  Akim Demaille  <akim@epita.fr>
9721         Version 2.52g.
9723 2002-01-24  Akim Demaille  <akim@epita.fr>
9725         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9726         * doc/autoconf.texi: Finally add Akim as an author.
9728 2002-01-24  Akim Demaille  <akim@epita.fr>
9730         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9731         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9732         Bourne. Use /bin/sh.
9733         From Andreas Buening.
9735 2002-01-24  Akim Demaille  <akim@epita.fr>
9737         * config/config.guess, config/config.sub, config/texinfo.tex:
9738         Update from masters.
9740 2002-01-24  Akim Demaille  <akim@epita.fr>
9742         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9743         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9744         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9745         * config/missing.m4, config/sanity.m4, config/select.m4,
9746         * config/strip.m4: Remove, to ease sync'ing with any version of
9747         Automake.
9749 2002-01-24  Akim Demaille  <akim@epita.fr>
9751         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9752         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9753         Reported by Geir Ove Myhr.
9755 2002-01-21  Akim Demaille  <akim@epita.fr>
9757         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9759 2002-01-21  Akim Demaille  <akim@epita.fr>
9761         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9762         message on invalid options.
9763         * bin/autom4te.in (parse_args): Don't use
9764         Autoconf::General::getopt with non valid options.
9766 2002-01-17  Jim Meyering  <meyering@lucent.com>
9768         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9769         $ac_cv_exeext so we don't use an old, invalid, cached value.
9771 2002-01-11  Akim Demaille  <akim@epita.fr>
9773         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9774         Meyering.
9775         * doc/autoconf.texi (Function Portability): Document the strnlen
9776         limitation.
9777         (Particular Functions): Document AC_FUNC_STRNLEN.
9778         * lib/autoscan/functions: Adjust.
9780 2002-01-06  Akim Demaille  <akim@epita.fr>
9782         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9783         package.m4, since is really depends upon configure.ac, not
9784         configure.
9785         * doc/autoconf.texi (testsuite Scripts): Adjust.
9786         * tests/Makefile.am (package.m4): New.
9787         EXTRA_DIST it since its a source.
9789 2002-01-06  Akim Demaille  <akim@epita.fr>
9791         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9792         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9793         and PACKAGE_BUGREPORT from here...
9794         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9795         arguments.
9796         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9797         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9798         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9799         * tests/tools.at (autoheader): Adjust.
9800         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
9802 2002-01-06  Akim Demaille  <akim@epita.fr>
9804         * bin/autoscan.in (scan_file): Use `&used'.
9806 2002-01-03  Akim Demaille  <akim@epita.fr>
9808         * doc/autoconf.texi (Output): Improved wording regarding use of
9809         AC_OUTPUT.
9810         From Olly Betts.
9812 2001-12-18  Kevin Ryde  <user42@zip.com.au>
9814         * doc/autoconf.texi (Function Portability): Add notes on sscanf
9815         sometimes needing writable input.
9817 2001-12-17  Jim Meyering  <meyering@lucent.com>
9819         * doc/autoconf.texi (New Macros): Tweak wording.
9821 2001-12-14  Akim Demaille  <akim@epita.fr>
9823         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
9824         trailing files, don't apply `-rf' to files which might not be
9825         created by configure (core, core.*, and *.core), but just `rm -f'.
9826         Suggested by Jonathan Kamens.
9828 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
9830         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
9832 2001-12-14  Akim Demaille  <akim@epita.fr>
9834         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
9836 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
9838         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
9839         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
9840         abs_srcdir, top_srcpath to abs_top_srcdir.
9841         (_AC_OUTPUT_FILES): Adjust.
9842         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
9843         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
9844         * tests/wrappl.in, tests/wrapsh.in: Adjust.
9846 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
9848         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
9849         C/Fortran linking on HP/UX, by extracting the Fortran library
9850         search path from the LPATH line in the $F77 -v output.
9852 2001-12-12  Kevin Ryde  <user42@zip.com.au>
9854         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
9855         forbidden file descriptors table.
9857 2001-11-26  Akim Demaille  <akim@epita.fr>
9859         * bin/autoscan.in (%c_keywords): Build it at top level.
9860         Map to 1 in order to simplify its uses.
9862 2001-11-26  Akim Demaille  <akim@epita.fr>
9864         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
9865         Remove $filepath, useless.
9866         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
9867         variables, they are really part of the tokens.
9868         Split the input line on spaces and then look for tokens.
9869         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
9870         because of `lex$U.$(OBJEXT)'.
9871         (&scan_files): Use "@list" instead of join.
9872         * doc/Makefile.am (CLEANFILES): Add *.fns.
9874 2001-11-26  Akim Demaille  <akim@epita.fr>
9876         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
9877         Remove, replaced by...
9878         * tests/wrappl.in: Be common for all the Perl executables.
9879         In particular autoscan and autoheader want -I.
9880         * configure.ac: Adjust.
9881         * lib/autoscan/headers: errno.h is portable.
9883 2001-11-26  Akim Demaille  <akim@epita.fr>
9885         * bin/autoscan.in (used): New.
9886         Use it.
9888 2001-11-26  Akim Demaille  <akim@epita.fr>
9890         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
9891         directives.
9892         (&scan_sh_file): Remove a duplicate pattern.
9893         (&check_configure_ac): Use long options.
9894         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
9896 2001-11-26  Akim Demaille  <akim@epita.fr>
9898         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
9899         Before, having a line containing the opening of a multi line
9900         comment made the whole line be ignored.
9902 2001-11-26  Akim Demaille  <akim@epita.fr>
9904         * doc/autoconf.texi (Using an Autotest Test Suite): New.
9905         (testsuite Scripts): Be one of its subsection.
9906         (Autotest Logs): New.
9908 2001-11-26  Akim Demaille  <akim@epita.fr>
9910         Test groups are now run two directories deeper.
9912         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
9913         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
9914         at_top_builddir.
9915         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
9916         top_srcdir, builddir and top_builddir.
9917         Use `at_*dir' relatively to the directory containing the
9918         suite, use `*dir' when relatively to the current group dir.
9920 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9922         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
9923         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
9924         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
9925         spelling errors.
9927 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9929         * doc/autoconf.texi (Using System Type): Add an example of `case
9930         $host' usage so people quit using `case $target' everywhere.
9932 2001-11-22  Akim Demaille  <akim@epita.fr>
9934         * doc/autoconf.texi (Installation Directory Variables): Englishoes
9935         spotted by Jim Meyering.
9937 2001-11-16  Paul Eggert  <eggert@twinsun.com>
9939         This patch implements a `long double' suggestion by Oliver Kiddle.
9941         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
9942         static, to catch errors if the value isn't known at compile-time
9943         and the compiler supports dynamic arrays.  Change its name from
9944         `_array_' to `test_array' to avoid potential name clashes.
9945         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
9946         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
9947         better than double.  Catch a bug in GCC 2.95.2 x86.
9948         * doc/autoconf.texi (C Compiler): Document the above.
9949         * NEWS: Likewise.
9951 2001-11-13  Akim Demaille  <akim@epita.fr>
9953         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
9954         hand.
9955         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
9957 2001-11-13  Akim Demaille  <akim@epita.fr>
9959         * lib/autotest/general.m4 (AT_INIT): After having run the test
9960         group, go back to the initial directory, not to at_suite_dir.
9962 2001-11-13  Akim Demaille  <akim@epita.fr>
9964         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
9965         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
9966         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
9967         option.
9968         (AT_CHECK_CONFIGURE): Use absolute paths.
9969         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
9970         The problem is still the old one: there is no means in M4 (that I
9971         know about) to create a defining macro, because there is no means
9972         to create `$1' etc., therefore, the defining macro ``swallows''
9973         all the arguments meant to the defined macro.
9975 2001-11-13  Akim Demaille  <akim@epita.fr>
9977         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
9978         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
9979         configure.ac.
9980         * tests/aclocal.m4: Remove, as it is no longer used.
9982 2001-11-13  Akim Demaille  <akim@epita.fr>
9984         * lib/autotest/general.m4: Change `tests?' into `groups?' in
9985         variable names when referring to a single test group, or to
9986         `suite' when referring to the whole test suite.
9987         `at_last_test' is removed: m4 compute at_format itself.
9988         (at_stdout, at_stder1, at_stderr): New variables.
9989         (AT_CHECK): Use them.
9991 2001-11-13  Akim Demaille  <akim@epita.fr>
9993         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
9994         in PATH.
9995         Create `testsuite.dir/003/run' instead of `testsuite.003'.
9996         Do it as soon as a test fails, don't wait till the end of the test
9997         suite.
9998         Don't remove $as_me.[0-9]*, since these files no longer exist.
10000 2001-11-13  Akim Demaille  <akim@epita.fr>
10002         * tests/tools.at: Use absolute paths, since we are no longer run
10003         in place.
10005 2001-11-13  Akim Demaille  <akim@epita.fr>
10007         Now that tests are running in their own private dir, there is no
10008         need to list the files to remove at the end of tests groups.
10010         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10011         (AT_data_files, at_data_files): Remove.
10012         (AT_CLEANUP, AT_DATA): Simplify.
10013         (AT_INIT): Adjust.
10014         Remove the group dir if !debug && !failed.
10015         * tests/atspecific.m4: Adjust.
10017 2001-11-13  Akim Demaille  <akim@epita.fr>
10019         Start a new layout for Autotest: `testsuite' creates
10020         `testsuite.dir' in which the at-check-line etc. files are to be
10021         found, and `testsuite.dir/003' where the test group 3 is run.
10023         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10024         at_check_line_file, at_format, at_test_normalized, at_group_dir
10025         are new variables.
10026         Create the directories.
10027         Use absolute paths for at- files.
10028         (AT_CHECK): Adjust.
10030 2001-11-11  Michael Matz  <matz@kde.org>
10032         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10033         (m4_car2): New.
10034         (m4_car): Properly quote arguments.
10036 2001-11-13  Akim Demaille  <akim@epita.fr>
10038         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10039         with stricter rules on LIBOBJS.
10041 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10043         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10044         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10045         __PROTOTYPES too.
10047 2001-11-12  Akim Demaille  <akim@epita.fr>
10049         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10051 2001-11-12  Akim Demaille  <akim@epita.fr>
10053         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10054         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10055         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10056         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10057         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10058         specify to what the macro should be defined (typically to 1).
10060 2001-11-12  Akim Demaille  <akim@epita.fr>
10062         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10063         From Jim Meyering.
10065 2001-11-12  Akim Demaille  <akim@epita.fr>
10067         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10068         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10069         definition used by Automake where LEX is +/- "${missing} lex" and
10070         `missing' itself contains variables.
10072 2001-11-12  Akim Demaille  <akim@epita.fr>
10074         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10075         Now that M4sh pushes BODY, the comments were output at the end of
10076         the test suites.
10078 2001-11-08  Akim Demaille  <akim@epita.fr>
10080         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10081         that we can trace macros from aclocal.m4.
10082         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10083         obsoleted, and redirect to the former anyway.
10084         Reported by Ralf Corsepius.
10086 2001-11-08  Akim Demaille  <akim@epita.fr>
10088         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10089         processed only if present.
10090         * tests/torture.at (Configuring subdirectories): Use autoreconf
10091         instead of successive calls to autoconf.
10092         Add a nonexistent subdirectory to exercise the patch above.
10093         Reported by Ralf Corsepius.
10095 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10097         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10098         doesn't accept .S files.
10100 2001-11-07  Akim Demaille  <akim@epita.fr>
10102         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10103         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10104         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10105         * bin/autom4te.in (warn_forbidden): New.
10106         (handle_output): Use it.
10107         Read m4_pattern_forbid with messages.
10109 2001-11-05  Akim Demaille  <akim@epita.fr>
10111         * bin/autom4te.in (--normalize): Remove.
10112         * lib/autom4te.in: Adjust.
10114 2001-11-05  Akim Demaille  <akim@epita.fr>
10116         * tests/Makefile.am (testsuite): Rename this target as...
10117         ($(TESTSUITE)): this.
10118         From Nicolas Joly.
10120 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10122         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10123         the --prefix option, also remove it's argument.
10125 2001-11-05  Akim Demaille  <akim@epita.fr>
10127         * doc/autoconf.texi (testsuite Invocation): Update.
10128         (Writing testsuite.at): Update.
10130 2001-11-03  Akim Demaille  <akim@epita.fr>
10132         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10134 2001-11-03  Akim Demaille  <akim@epita.fr>
10136         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10137         (&file_name_is_absolute): New, wrappers around routines from
10138         File::Spec.
10139         Use and export them.
10140         (&find_configure_ac): Optionally take a directory where to look at.
10141         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10142         the arguments.
10143         Default @ARGV to `.', not find_configure_ac.
10144         (&autoreconf): Argument is a directory.
10145         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10146         * doc/autoconf.texi (autoreconf Invocation): Update.
10148 2001-11-03  Akim Demaille  <akim@epita.fr>
10150         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10151         (@export_forward_subs): New.
10152         Add basename, dirname, and fileparse.
10153         (@EXPORT): Adjust.
10154         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10155         Don't look for aclocal flags if we already know aclocal is not
10156         used.
10157         Move aclocal.m4t only if it exists.
10158         Reported by Ezra Peisach.
10160 2001-11-03  Akim Demaille  <akim@epita.fr>
10162         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10163         passed on command line, defaulting to ./configure.ac if present.
10164         (&maybe_autoreconf, File::Find): Remove, unused.
10165         (&autoreconf): If autoconf is not used, don't try to trace.
10167 2001-11-02  Akim Demaille  <akim@epita.fr>
10169         * configure.ac: Bump to 2.52g.
10171 2001-11-02  Akim Demaille  <akim@epita.fr>
10173         Version 2.52f.
10175 2001-11-02  Akim Demaille  <akim@epita.fr>
10177         * config/config.guess, config/config.sub, doc/standards.texi:
10178         * config/lispdir.m4: Update from masters.
10179         * configure.ac: Bump to 2.52f.
10181 2001-11-02  Akim Demaille  <akim@epita.fr>
10183         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10184         Don't run aclocal when aclocal.m4 is not from aclocal.
10185         From Ezra Peisach.
10186         Don't run libtoolize and gettextize if --install is not given.
10188 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10190         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10191         be invoked before _AS_LINENO_PREPARE.
10192         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10193         than character ranges.
10195         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10196         invoking AS_BASENAME.  Set the locale variables to 'C' if
10197         possible, as POSIX requires this to get the traditional
10198         behavior.
10199         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10201 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10203         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10204         with {}, as that triggers a bug in Bash 2.05.
10206         (_AS_LINENO_PREPARE): Use Sed rather than
10207         Awk.  Fix the sed prepass to work even if there are multiple
10208         instances of $LINENO on the same line.  Do not substitute for
10209         other variables like $LINENOT.  Do not check file dates; such a
10210         check is unreliable on sufficiently fast machines, and removing
10211         the check makes the code simpler and more reliable.  Check for
10212         output and chmod failures.
10214         * doc/autoconf.texi (Special Shell Variables): Document
10215         the above.
10217 2001-10-31  Akim Demaille  <akim@epita.fr>
10219         * tests/Makefile.am (atconfig): Remove this target, Automake
10220         handles it now.
10222 2001-10-31  Akim Demaille  <akim@epita.fr>
10224         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10225         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10226         provided, while it is optional.
10227         * configure.ac: Adjust.
10229 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10231         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10232           lib/Autom4te/Struct.pm:
10233         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10234         with 5.005_02.
10236         * doc/autoconf.texi (Special Shell Variables): Document some
10237         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10239         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10240         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10241         eval $LINENO is not portable in practice.
10243 2001-10-24  Akim Demaille  <akim@epita.fr>
10245         * lib/Autom4te/General.pm (backname): New.
10247 2001-10-24  Akim Demaille  <akim@epita.fr>
10249         * m4/: Remove, merged into...
10250         * config/: here.
10252 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10254         * doc/autoconf.texi (Shellology): Mention the problems with bash
10255         2.05's use of ANSI quoting in its `set' builtin.
10257 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10259         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10260         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10261         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10262         POSIX decided to standardize on the int flavor of strerror_r.
10263         Always do char* test, as there's no reason not to.
10264         Assign to a char* var, to catch strerror_r that returns int*.
10266         * doc/autoconf.texi (Particular Functions):
10267         Document the above changes.  Also, document the fact that
10268         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10270         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10272 2001-10-20  Akim Demaille  <akim@epita.fr>
10274         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10275         the executable was missing from the log.
10277 2001-10-20  Akim Demaille  <akim@epita.fr>
10279         * lib/Autom4te/General.pm (&update_file): If destination is
10280         unchanged, remove the source.
10281         (&up_to_date_p): Don't be verbose, be debug.
10282         * bin/autoreconf.in: No longer support --m4dir.
10283         (&autoreconf): Display the full path of the configure.ac we are
10284         studying.
10285         Trace it only once.
10286         Be sure to honor --force with gettextize.
10287         Always run aclocal.
10288         * doc/autoconf.texi: Adjust.
10290 2001-10-20  Akim Demaille  <akim@epita.fr>
10292         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10293         Remove, dead.
10294         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10295         `intl' is already present, as it refuses unless --force.
10296         (&parse_args): Use -I, --include instead of the old Autoconf
10297         options.
10298         ($localdir, $autoconf_dir): Remove.
10299         (@include): New.
10300         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10302 2001-10-19  Jens Petersen  <petersen@redhat.com>
10304         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10305         * doc/autoconf.texi (Particular Programs): Likewise.
10307 2001-10-19  Akim Demaille  <akim@epita.fr>
10309         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10310         file in @configure_input@.
10311         Don't mention `automatically' in addition to `generated'.
10312         * tests/torture.at (#define header templates): Adjust.
10314 2001-10-19  Akim Demaille  <akim@epita.fr>
10316         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10317         comment, explain how to install automatic mode selection.
10318         From Russ Allbery.
10320 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10322         * bin/autoreconf.in (autoreconf): Display the path to the
10323         configure.ac being studied.
10325 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10327         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10328         long, to work around a bug in the HP C compiler version HP92453-01
10329         B.11.11.23709.GP.
10331         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10332         (AS_BASENAME_EXPR): New macro.
10333         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10334         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10335         and fall back on 'sed' only if the other two fail.  This makes
10336         AS_BASENAME act more like AS_DIRNAME.
10337         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10338         contains white space.
10339         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10340         Use AS_DIRNAME, since I think it's now DOS-friendly.
10341         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10342         Allow "dirname //FOO" to return either / or //, as POSIX allows
10343         either behavior.
10345 2001-10-10  Akim Demaille  <akim@epita.fr>
10347         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10348         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10349         From Eric Sharkey.
10351 2001-10-10  Akim Demaille  <akim@epita.fr>
10353         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10354         m4_define, since...
10355         (_AS_ECHO_N): AS_REQUIREs it.
10357 2001-10-10  Akim Demaille  <akim@epita.fr>
10359         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10360         (AC_INCLUDES_DEFAULT): Move to...
10361         * lib/autoconf/headers.m4: here.
10362         * lib/autoconf/types.m4: Comment changes.
10363         * doc/autoconf.texi: Specify where the default includes are used
10364         in the macro prototypes.
10366 2001-10-09  Akim Demaille  <akim@epita.fr>
10368         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10369         transition code.
10371 2001-10-08  Akim Demaille  <akim@epita.fr>
10373         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10374         (&parse_args): Pass verbosity/debugging options to subtools when
10375         --debug, not when --verbose.
10376         * lib/autom4te.in (Autoreconf-preselections): New.
10377         (Autoconf): Use it.
10379 2001-10-08  Akim Demaille  <akim@epita.fr>
10381         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10383 2001-10-08  Akim Demaille  <akim@epita.fr>
10385         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10386         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10388 2001-10-08  Akim Demaille  <akim@epita.fr>
10390         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10391         (Syntax of the shell scripts): Don't.
10392         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10393         bother with $force since...
10394         * lib/Autom4te/General.pm: does.
10396 2001-10-08  Akim Demaille  <akim@epita.fr>
10398         * bin/autoreconf.in: Rewrite in Perl.
10399         * configure.ac: Adjust.
10400         * lib/Autom4te/General.pm (&up_to_date_p): New.
10401         * bin/autom4te.in (&up_to_date_p): Use it.
10402         Rename as...
10403         (&up_to_date): this.
10405 2001-10-08  Akim Demaille  <akim@epita.fr>
10407         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10408         (m4_list_cmp): Use $0 to reinvoke yourself.
10409         (m4_patsubsts): New.
10410         (m4_strip, m4_version_unletter): Use it.
10411         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10413 2001-10-08  Akim Demaille  <akim@epita.fr>
10415         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10416         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10417         * lib/autoconf/types.m4, lib/autotest/general.m4,
10418         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10419         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10420         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10421         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10423 2001-10-08  Akim Demaille  <akim@epita.fr>
10425         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10427 2001-10-08  Akim Demaille  <akim@epita.fr>
10429         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10430         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10431         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10432         * tests/tools.at, tests/m4sh.at: Use it.
10433         * tests/m4sh.at: Don't rely on Autoconf macros.
10434         (DIRNAME_TEST): Also exercise the expr variant.
10435         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10436         preferred M4sugar extension is now `.4s'.
10437         * tests/README: Remove.
10439 2001-10-08  Akim Demaille  <akim@epita.fr>
10441         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10442         (m4_provide_if): this.
10443         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10444         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10445         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10446         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10448 2001-10-08  Akim Demaille  <akim@epita.fr>
10450         Use `add-log-current-defun-function' for ChangeLog creation.
10451         Suggested by Tom Tromey.
10453         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10454         (autotest-mode): Adjust.
10455         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10456         'comment-region onto `C-c ;'.
10457         Comments are `#', not `dnl'.
10458         (autoconf-current-defun): New.
10459         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10461 2001-10-08  Akim Demaille  <akim@epita.fr>
10463         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10464         * lib/m4sugar/m4sh.m4: here.
10465         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10466         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10467         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10468         include handle the m4_pattern_*, no longer push the
10469         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10470         * lib/autotest/general.m4 (AT_INIT): Likewise.
10471         * tests/base.at: Adjust the tests to use AS_INIT.
10472         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10473         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10474         Autoconf.
10476 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10478         * doc/autoconf.texi (config.status Invocation):
10479         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10481         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10482         shell does not support LINENO, and if CONFIG_SHELL is unset or
10483         empty, and if we can find a shell that does support LINENO,
10484         then set CONFIG_SHELL to that shell and then re-execute
10485         ourselves with CONFIG_SHELL.
10487 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10489         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10490         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10491         build of $(TESTSUITE).
10493 2001-10-05  Akim Demaille  <akim@epita.fr>
10495         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10496         iff we are a bareword.
10497         Reported by Raja R Harinath.
10499 2001-10-05  Akim Demaille  <akim@epita.fr>
10501         * tests/m4sh.at (LINENO): New.
10502         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10503         PATH_SEPARATOR before using it.
10504         Fix the absolute path case/esac pattern.
10505         Provide $0 as fallback for as_myself.
10506         Reported by Raja R Harinath.
10508 2001-10-05  Akim Demaille  <akim@epita.fr>
10510         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10511         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10513 2001-10-05  Akim Demaille  <akim@epita.fr>
10515         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10516         (AS_SHELL_SANITIZE): here.  Use it.
10517         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10518         From Paul Eggert.
10520 2001-10-04  Akim Demaille  <akim@epita.fr>
10522         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10523         combination of Awk and sed to replace $LINENO.
10525 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10527         * doc/autoconf.texi (Limitations of Builtins): You can't use
10528         "source"; it's not portable.  Remove confusing and
10529         somewhat-incorrect example involving "." and "/".
10531         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10532         compatibility with POSIX shells.
10534 2001-10-02  Akim Demaille  <akim@epita.fr>
10536         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10537         instead of exec'ing to preserve $0 and $@.
10539 2001-10-01  Akim Demaille  <akim@epita.fr>
10541         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10542         Don't run twice the same test.
10544 2001-10-01  Akim Demaille  <akim@epita.fr>
10546         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10547         No longer output the list of tests.
10548         <--list>: New option.
10549         <--full-help>: Remove.
10550         Complete the short/long options duality.
10551         Various small adjustments.
10553 2001-10-01  Akim Demaille  <akim@epita.fr>
10555         * doc/autoconf.texi: Use @kbd for user input.
10556         Always use `$' as shell prompt.
10558 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10560         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10561         Don't use nested parenthesization.  This patch was originally
10562         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10563         but somehow it didn't get incorporated then.
10564         * doc/autoconf.texi (Limitations of Usual Tools):
10565         Clarify remark about sed and nested parenthesization.
10567         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10568         Report an error if the size cannot be determined even though
10569         the type exists.
10570         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10571         Check for `expr' arithmetic overflow, and for compilation failure,
10572         and invoke a new argument $4 if either is discovered.
10573         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10574         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10576 2001-09-28  Akim Demaille  <akim@epita.fr>
10578         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10579         * m4/lispdir.m4: New.
10580         * aclocal.m4, configure.ac: Adjust.
10582 2001-09-28  Akim Demaille  <akim@epita.fr>
10584         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10585         (AT_TESTED): this.
10586         (AT_INIT): More the wrapped section to where it will be expanded.
10587         Output `AT_tested' only when existing.
10588         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10590 2001-09-27  Akim Demaille  <akim@epita.fr>
10592         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10593         generates too many bug reports.
10595         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10596         status when executing the ACTION-IF-FALSE.
10597         * tests/base.at (AC_TRY_*): Rename as...
10598         (AC_TRY_COMMAND): this.
10599         (AC_RUN_IFELSE): New.
10600         * tests/compile.at (Extensions, C keywords)
10601         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10602         (Broken/missing compilers, AC_PROG_CPP with warnings)
10603         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10604         * tests/c.at (Extensions, C keywords)
10605         (Broken/missing compilers, AC_PROG_CPP with warnings)
10606         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10607         (AC_PROG_CPP requires AC_PROG_CC): here and...
10608         * tests/fortran.at (GNU Fortran 77): there.
10609         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10610         AC_TRY_RUN is about compilation, not shell commands.
10611         (Test Programs): AC_TRY_RUN works as used to be advertised.
10613 2001-09-27  Akim Demaille  <akim@epita.fr>
10615         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10616         Raja R Harinath:
10617         Be sure to detect when $LINENO always returns the same value.
10618         Look for the original script, basename($0) is certainly not
10619         enough.
10620         Pass the CLI arguments to `$as_me.lineno'.
10622 2001-09-25  Akim Demaille  <akim@epita.fr>
10624         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10625         Be sure the close and reopen the LOG fd before and after using tee
10626         to extend the log.
10627         <at_tests_pattern>: Adjust to the new format of at_help_all.
10629 2001-09-23  Akim Demaille  <akim@epita.fr>
10631         * bin/autom4te.in (parse_args): There can be several invocations
10632         of --language now.
10634 2001-09-23  Akim Demaille  <akim@epita.fr>
10636         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10638 2001-09-23  Akim Demaille  <akim@epita.fr>
10640         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10641         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10642         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10643         builddir, buildpath, top_builddir, and top_buildpath.
10644         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10645         the current directory.
10646         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10647         variables *before* changing the current directory.
10648         Skip nonexistent dirs.
10649         * doc/autoconf.texi (Preset Output Variables): Document these
10650         variables.
10652         * lib/autotest/general.m4: Do not reset AT_victims.
10653         Don't compute at_srcdir nor at_top_srcdir.
10655         * tests/tools.at: Hence use top_srcdir.
10657         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10658         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10659         Remove.
10660         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10661         * tests/wrapsh.in, tests/autoupdate.in: New.
10662         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10663         * configure.ac: Build the position independent wrappers.
10665         * man/Makefile.am: Now that test wrappers are position
10666         independent, use them and drop dark envvar magic.
10668 2001-09-23  Akim Demaille  <akim@epita.fr>
10670         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10671         (Programming in M4sh): this.
10672         Promote to @section.
10674 2001-09-23  Akim Demaille  <akim@epita.fr>
10676         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10677         Pass $at_debug_args to the rerun test suite.
10678         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10679         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10680         From Paul Eggert.
10682 2001-09-23  Akim Demaille  <akim@epita.fr>
10684         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10686 2001-09-23  Akim Demaille  <akim@epita.fr>
10688         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10689         over-escaping.
10691 2001-09-23  Akim Demaille  <akim@epita.fr>
10693         * lib/Autom4te/General.pm (&debug): New.
10694         * bin/autom4te.in ($language): Move to...
10695         (parse_args): here.
10696         Handle --language in languages.
10697         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10698         (Autoscan-selections): New.
10699         (Autoconf): Adjust.
10701 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10703         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10704         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10705         to match current versions from CVS Automake.
10707 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10709         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10710         for $LINENO.
10712 2001-09-22  Akim Demaille  <akim@epita.fr>
10714         * lib/autoconf/autotest.m4: Create `package.m4'.
10715         * tests/Makefile.am (package.m4): Remove.
10717 2001-09-22  Akim Demaille  <akim@epita.fr>
10719         Rely on `$LINENO' when possible instead of `__oline__'.
10721         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10722         `$LINENO' support replacement when not supported.
10723         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10724         them explicitly to be sure they are not output before this section
10725         (via m4_require).  Cosmetic only.
10726         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10727         * lib/autoconf/programs.m4: Replace all the occurrences of
10728         `__oline__' with `$LINENO'.
10729         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10731 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10733         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10734         character (u: -> ue) in a code comment.
10735         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10736         it works.
10738 2001-09-21  Akim Demaille  <akim@epita.fr>
10740         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10741         Suggested by Jim Meyering.
10743 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10745         * lib/autoconf/programs.m4: Use extensions listed in
10746         $ac_executable_extensions when looking for programs.
10748 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10750         * lib/autoconf/general.m4: Fix a small Englisho.
10751         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10752         setting up ac_dir_suffix and ac_top_builddir.
10753         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10755 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10757         * doc/autoconf.texi (File System Conventions): Clarify the use of
10758         PATH_SEPARATOR.
10759         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10760         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10761         be used instead of ':'.
10762         * lib/autotest/general.m4: Replace occurrences of ':' in
10763         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10765 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10767         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10768         arguments.  Fixed a typo.
10770 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10772         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10773         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10775 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10777         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10778         * bin/autoupdate.in: Ditto.
10779         * bin/autoheader.in: Reworded a few comments.
10780         * bin/autoconf.in: Reworded help text for a few options.
10781         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10782         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10784 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10786         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10787         already have $file).  Set output files to binary mode (helps avoid
10788         CR issues on DOSish systems).
10790 2001-09-19  Akim Demaille  <akim@epita.fr>
10792         * lib/autotest/general.m4: Englishoes.
10793         From Tim Van Holder and Alexey Mahotkin.
10795 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10797         * doc/autoconf.texi (Common Shell Constructs): New node,
10798         documenting AS_DIRNAME.
10799         (Limitations of Usual Tools): Refer to it when discussing dirname.
10800         Also, update discussion of POSIX standard to reflect latest draft.
10802         * lib/autoconf/c.m4:
10803         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
10805         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10806         Do not pass a first argument with leading '-'
10807         to expr, by parenthesizing initial integers that might be negative.
10809         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
10810         now merely checks whether it is an error to pass an argument
10811         to getpgrp.
10813         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
10814         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
10815         whether it is a (compile-time) error to pass an argument to
10816         getpgrp.  This simpler test supports the revised documentation,
10817         and is all that AC_FUNC_GETPGRP's users really need.
10819 2001-09-18  Akim Demaille  <akim@epita.fr>
10821         * doc/autoconf.texi (Limitations of Make) <$<>: New.
10823 2001-09-18  Akim Demaille  <akim@epita.fr>
10825         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
10826         `{}'.
10827         * lib/autotest/general.m4 (AT_INIT): Adjust.
10829 2001-09-18  Paul Wagland  <paul@wagland.net>
10831         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
10832         correctly.
10833         Add test for AS_BASENAME.
10834         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
10835         added test. It now correctly handles /1/2/3/, returning '3' not ''.
10836         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
10837         * tests/base.at: Fixed the expected responses. The old ones were
10838         one line out...
10839         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
10840         the documentation claims it should (and how it behaved in 2.13).
10842 2001-09-18  Akim Demaille  <akim@epita.fr>
10844         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
10845         the AC_CONFIG_COMMANDS invocation.
10846         This also solves the name clash problems.
10847         Don't set the package's ID.
10848         * lib/m4sugar/Makefile.am (version.m4): Revamp.
10849         No longer to be shipped.
10850         (version.in): Remove.
10851         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
10852         * lib/autoconf/status.m4: Adjust.
10853         Use `m4_PACKAGE_STRING'.
10854         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
10855         the only optional argument is the name of the test suite.
10856         Expect `package.m4' to define the package signature.
10857         * lib/autom4te.in (Autotest): Add `package.m4?'.
10858         * tests/Makefile.am (package.m4): New.
10859         * tests/suite.at: ifnames is a victim.
10861 2001-09-18  Akim Demaille  <akim@epita.fr>
10863         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
10864         AC_LIBSOURCE, AC_CONFIG_FILES.
10865         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
10866         program version string doesn't match the package's.
10867         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
10868         after `(cached)'.
10870 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10872         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10873         Allow expression to return any value that can fit into unsigned long
10874         (not int, as before).  Check for output errors.
10876 2001-09-17  Bruno Haible  <haible@ilog.fr>
10878         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10879         Always include <stdio.h> and <stdlib.h>. Evaluate
10880         the expression in an extra function before these includes. Call
10881         fprintf "%d" only after ensuring the argument is of type 'int'.
10882         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
10884 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10886         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
10887         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
10888         fatal errors, and AC_CHECK_LIB causes it to include libraries even
10889         when they don't exist.
10891         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
10892         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
10893         need it.
10895         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
10896         version with the version used by fileutils 4.1, except use
10897         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
10898         we don't need it.
10900         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
10902 2001-09-13  Akim Demaille  <akim@epita.fr>
10904         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
10905         _first_.
10906         Reported by Gerrit P. Haase.
10908 2001-09-13  Akim Demaille  <akim@epita.fr>
10910         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
10911         m4_defn'ing is valid.
10913 2001-09-13  Akim Demaille  <akim@epita.fr>
10915         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
10916         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
10917         Use it.
10919 2001-09-13  Akim Demaille  <akim@epita.fr>
10921         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
10922         m4_match.
10923         (m4_re_escape): New.
10924         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
10925         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
10926         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
10927         Likewise.
10928         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
10929         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
10930         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
10931         AT_tests_all for consistency.
10932         Set at_victims.
10933         (AT_VICTIMS): Similar to AT_KEYWORDS.
10934         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
10936 2001-09-13  Akim Demaille  <akim@epita.fr>
10938         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
10940 2001-09-13  Akim Demaille  <akim@epita.fr>
10942         * lib/autotest/general.m4 (AT_INIT): Create and remove
10943         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
10944         test suites can cohabit.
10946 2001-09-13  Akim Demaille  <akim@epita.fr>
10948         * tests/mktests.sh: Don't output banners for empty test files.
10950 2001-09-13  Akim Demaille  <akim@epita.fr>
10952         Test suites can be run independently of configure.
10954         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
10955         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
10956         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
10957         ECHO_N etc.
10958         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
10959         and at_c.
10960         * lib/autotest/general.m4: Use ECHO_*.
10962 2001-09-13  Akim Demaille  <akim@epita.fr>
10964         * bin/ifnames.in: Rewrite in Perl.
10965         * configure.ac: Don't look for AWK.
10966         * tests/tools.at (AWK portability): Remove.
10967         (Syntax of the shell scripts): Don't check ifnames.
10968         (AT_CHECK_PERL_SYNTAX): New.
10969         (Syntax of the Perl scripts): Check ifnames.
10970         * tests/ifnames: New.
10972 2001-09-13  Akim Demaille  <akim@epita.fr>
10974         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
10975         test group titles.
10976         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
10977         Remove all the other keywords.
10979 2001-09-10  Akim Demaille  <akim@epita.fr>
10981         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
10982         SETUP: no longer used.
10983         Support -k, --keywords.
10984         <at_help>: Be `no', `short', or `long'.
10985         <at_help_all>: New variable.
10986         (AT_KEYWORDS): New.
10987         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
10988         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
10989         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
10990         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
10991         No longer fill the HELP diversion.
10992         (AT_CLEANUP): Use them.
10993         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
10994         (m4_list_append): Remove.
10996         Spread a few keywords in the Autoconf test suite.
10998 2001-09-10  Akim Demaille  <akim@epita.fr>
11000         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11001         PATH_SEPARATOR, let M4sh compute it.
11002         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11003         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11004         Move to...
11005         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11006         Simplify when the path is not a literal.
11007         (AS_UNAME): Use it to report PATH.
11008         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11009         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11010         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11011         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11012         normalize the path, and to look for victims.
11013         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11014         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11016 2001-09-07  Akim Demaille  <akim@epita.fr>
11018         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11019         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11020         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11021         related variables into `at_package_*'.
11022         * lib/autotest/general.m4 (AT_VICTIMS): New.
11023         (AT_INIT): Adjust for stand-alone/embedded test suites.
11024         (AS_MESSAGE_LOG_FD): Define and use it.
11025         * tests/suite.at (AT_VICTIMS): Use it.
11026         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11027         at_version.
11029 2001-09-07  Akim Demaille  <akim@epita.fr>
11031         Move toward possibly stand-alone test suites.
11033         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11034         in addition, it introduces useless differences in logs.
11035         (AT_INIT): Let atconfig and atlocal be both optional.
11036         Adjust PATH computation.
11037         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11039 2001-09-07  Akim Demaille  <akim@epita.fr>
11041         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11042         m4sugar/version.m4.
11044 2001-09-05  Akim Demaille  <akim@epita.fr>
11046         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11047         to avoid GCC warnings.
11048         From Uwe Seimet.
11050 2001-09-05  Akim Demaille  <akim@epita.fr>
11052         * bin/autom4te.in: --language is -l, not -s.
11054 2001-09-05  Akim Demaille  <akim@epita.fr>
11056         Be ready to handle filenames as stupid as `dnl.at', for if even
11057         the maintainer is dumb enough to do that...
11059         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11060         excellence in M4 quotation: consider `__file__' is active.
11062         And BTW, when invoking m4, pass the --include in the right order:
11063         the wrong one.
11065         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11066         4m.
11068 2001-09-05  Akim Demaille  <akim@epita.fr>
11070         * lib/Autom4te/XFile.pm: New lib file.
11071         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11072         * bin/autoheader.in: Use it.
11074 2001-09-05  Akim Demaille  <akim@epita.fr>
11076         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11077         defined.
11079 2001-09-05  Akim Demaille  <akim@epita.fr>
11081         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11082         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11084         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11085         Add -I, --include support.
11086         * doc/autoconf.texi (autoscan Invocation): Adjust.
11088 2001-09-05  Akim Demaille  <akim@epita.fr>
11090         CVS GNU M4 doesn't like `undefine(undefined)'.
11092         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11093         New, extracted from main.
11094         Use IO::File wherever possible.
11095         (input.m4): Be constant, use -I instead of hard coding $tmp.
11096         Therefore be a quoted heredoc.
11097         Don't invoke `_au_disable', since ac was not loaded, but just
11098         `unm4.m4'.
11100 2001-08-31  Akim Demaille  <akim@epita.fr>
11102         Version 2.52d.
11104 2001-08-31  Akim Demaille  <akim@epita.fr>
11106         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11107         previous patch.
11108         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11110 2001-08-31  Akim Demaille  <akim@epita.fr>
11112         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11113         serious problems handling heredocs in heredocs.
11114         Reported by Nicolas Joly.
11116 2001-08-31  Akim Demaille  <akim@epita.fr>
11118         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11119         (Making testsuite Scripts): Update.
11121 2001-08-31  Akim Demaille  <akim@epita.fr>
11123         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11125 2001-08-31  Akim Demaille  <akim@epita.fr>
11127         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11128         (testsuite Scripts): There is no such thing as `atconfig.in'.
11129         And actually one diagram is missing: test suite runtime.
11131 2001-08-31  Akim Demaille  <akim@epita.fr>
11133         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11134         inverse order.
11136 2001-08-31  Akim Demaille  <akim@epita.fr>
11138         * bin/autoupdate.in (@include): `installcheck' revealed the path
11139         to m4sugar was lacking!
11141 2001-08-31  Akim Demaille  <akim@epita.fr>
11143         * man/Makefile.am (.x.1): We really have to pass
11144         autom4te_perllibdir.
11146 2001-08-31  Akim Demaille  <akim@epita.fr>
11148         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11149         debug scripts, in particular passing explicitly listed tests to
11150         run is stupid.
11152 2001-08-31  Akim Demaille  <akim@epita.fr>
11154         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11155         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11156         Use directly autom4te, not autoconf.
11157         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11159 2001-08-31  Akim Demaille  <akim@epita.fr>
11161         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11162         * bin/autoheader.in (%symbol): Strip arguments of macros.
11164 2001-08-31  Akim Demaille  <akim@epita.fr>
11166         * doc/autoconf.texi: Catch up -I, --include changes.
11168 2001-08-31  Akim Demaille  <akim@epita.fr>
11170         * bin/autom4te.in (&parse_args): Die on unknown languages.
11171         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11172         need for autoconf.
11173         Promote --include over --macrodir and other obsolete options.
11175 2001-08-31  Akim Demaille  <akim@epita.fr>
11177         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11178         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11179         * bin/autom4te.in ($autoconf): Pass --force.
11180         `print $out' doesn't print `$_' but `$out'.
11181         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11182         (autoheader): Pass --force since the test suite goes too fast for
11183         the time stamps.
11184         Adjust to the new autoheader messages.
11186 2001-08-31  Akim Demaille  <akim@epita.fr>
11188         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11189         Check the completeness of the #template.
11190         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11191         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11192         invocation.
11194 2001-08-31  Akim Demaille  <akim@epita.fr>
11196         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11197         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11198         Drop AC_MACRODIR dead for real.
11199         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11200         `autoheader: `config.hin' is created'.
11201         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11203 2001-08-31  Akim Demaille  <akim@epita.fr>
11205         * bin/autoheader.in: Rewrite in Perl.
11206         * tests/autoheader: Adjust.
11208 2001-08-31  Akim Demaille  <akim@epita.fr>
11210         * bin/autoconf.in (--include, -I): New option.
11211         Map --localdir, --autoconf-dir onto it.
11212         Forward autom4te's options instead of interpreting them.
11213         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11214         There is no such envvar since the inception of autom4te.cfg.
11215         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11216         * bin/autoupdate.in: Adjust, and perform more control.
11217         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11218         * tests/autoconf: Dittowise.
11220 2001-08-31  Akim Demaille  <akim@epita.fr>
11222         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11223         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11224         optionally `FILE'.
11225         Use -e, not -f, since /dev/null for instance is OK.
11226         (&parse_args): Adjust.
11227         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11229 2001-08-31  Akim Demaille  <akim@epita.fr>
11231         * configure.ac: Also find tested executables in bin.
11232         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11233         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11234         installed peer executables, only PATH is allowed to resolve it.
11235         Pass `autoconf_dir' via options, not via invisible envvars.
11236         * lib/Autom4te/General.pm (&find_peer): Remove.
11237         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11238         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11239         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11240         find the executables for it.
11241         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11242         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11243         We only need PERL.
11244         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11245         indeed related to running the test suite, while passing
11246         --autoconf-dir and others is related to running non installed
11247         Autoconf executables.  So don't do that, leave it to...
11248         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11249         * tests/autoscan: New.
11250         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11251         refer to library files: rely on --language.
11253 2001-08-29  Akim Demaille  <akim@epita.fr>
11255         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11256         s/--set/--language/.
11258 2001-08-29  Akim Demaille  <akim@epita.fr>
11260         * doc/autoconf.texi: Strip the @nodes.
11261         Suggested by Paul Eggert.
11262         (Initializing configure): Typo.
11264 2001-08-29  Akim Demaille  <akim@epita.fr>
11266         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11267         Suggested by Paul Eggert.
11269 2001-08-29  Akim Demaille  <akim@epita.fr>
11271         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11272         download in a tmp dir.
11274 2001-08-29  Akim Demaille  <akim@epita.fr>
11276         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11277         case insensitive OSes out there :(
11278         From Tim Van Holder.
11280 2001-08-29  Akim Demaille  <akim@epita.fr>
11282         * lib/autom4te.in: New.
11283         * lib/Makefile.am (edit, autom4te.cfg): New.
11284         * bin/autom4te.in (BEGIN): Simplify.
11285         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11286         (&load_configuration): New.  Use it.
11287         (&parse_args): Support --mode, --set, and --melt.
11288         * bin/autoconf.in: Simplify and adjust.
11289         * tests/Makefile.am (AUTOMAKE): Use --set.
11290         * tests/atlocal.in: Adjust.
11291         * BUGS: distcheck and check are weak.
11293 2001-08-29  Akim Demaille  <akim@epita.fr>
11295         * lib/autotest/general.m4: Use
11296                 foo=`(command) 2>/dev/null`
11297         not
11298                 foo=`command` 2>/dev/null
11299         (at-devnull): Rename as...
11300         (AT-devnull): this.
11301         (--clean): Remove AT-* files too.
11302         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11303         Reported by Nicolas Joly.
11305 2001-08-28  Akim Demaille  <akim@epita.fr>
11307         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11308         quotes inside single quotes.
11309         Reported by Nicolas Joly.
11311 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11313         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11315 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11317         * lib/autotest/general.m4: Reword some messages.
11318         (AT_INIT): Check for the `times' builtin before using it.
11319         Support test ranges as arguments to the testsuite.
11320         Have -e imply -d as the help text suggested.
11322 2001-08-27  Akim Demaille  <akim@epita.fr>
11324         * Makefile.maint: Formatting changes.
11325         (do-po-update, po-update, cvs-update, update): New targets.
11326         (AMTAR): Remove.
11328 2001-08-27  Akim Demaille  <akim@epita.fr>
11330         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11331         <at_cmd_line>: New.
11332         Pass it to debug-*.sh scripts.
11333         <AUTOTEST_PATH>: May contain absolute dir names.
11335 2001-08-27  Akim Demaille  <akim@epita.fr>
11337         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11338         Support `VAR=VAL' as arguments.
11339         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11340         may be set via the command line.
11342 2001-08-27  Akim Demaille  <akim@epita.fr>
11344         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11345         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11346         first the build dirs, then the src dirs.
11347         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11349 2001-08-27  Akim Demaille  <akim@epita.fr>
11351         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11352         at_data_files earlier.
11353         (--clean, -c): New option.
11354         * tests/Makefile.am: Use this option.
11356 2001-08-27  Akim Demaille  <akim@epita.fr>
11358         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11359         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11360         readable.
11361         Adjust callers.
11362         * doc/autoconf.texi (Configuration Actions): Document the vars
11363         available in commands.
11364         Emphasize the risks of collisions in init-cmds.
11366 2001-08-27  Akim Demaille  <akim@epita.fr>
11368         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11369         (Initializing configure): this new node.
11371 2001-08-27  Akim Demaille  <akim@epita.fr>
11373         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11375 2001-08-27  Akim Demaille  <akim@epita.fr>
11377         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11378         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11379         New file.
11380         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11382 2001-08-27  Akim Demaille  <akim@epita.fr>
11384         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11385         to...
11386         * lib/autoconf/autoheader.m4: this new file.
11387         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11388         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11389         Move to...
11390         * lib/autoconf/autoupdate.m4: this new file.
11392 2001-08-27  Akim Demaille  <akim@epita.fr>
11394         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11395         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11396         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11397         -> ac_dir).
11398         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11399         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11401 2001-08-27  Akim Demaille  <akim@epita.fr>
11403         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11404         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11405         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11406         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11407         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11408         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11409         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11410         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11411         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11412         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11413         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11414         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11415         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11416         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11417         (_AC_OUTPUT_SUBDIRS): Move to...
11418         * lib/autoconf/status.m4: this new file.
11419         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11420         * tests/Makefile.am, tests/suite.at: Adjust.
11422 2001-08-27  Akim Demaille  <akim@epita.fr>
11424         Automake 1.5.
11426         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11427         (AMTAR): Help automake define it.
11428         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11429         needed, 1.5 can have a macro and a target with the same name.
11430         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11431         * m4/strip.m4: New.
11432         * m4/init.m4, m4/sanity.m4: Update.
11433         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11434         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11435         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11436         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11438 2001-08-27  Akim Demaille  <akim@epita.fr>
11440         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11442         * lib/autoconf/version.in: Remove.
11443         * lib/m4sugar/version.in: New.
11444         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11445         Adjust callers.
11446         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11447         the name of the directory they're in, instead of the filename,
11448         since version.m4 is now in m4sugar, but m4_acversion must not be
11449         classified as an Autoconf macro.
11450         ($input_m4): Don't qualify the path to m4sugar.
11451         Rather, pass autoconf_dir to m4.
11452         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11453         * tests/suite.at: Require 2.52c.
11455 2001-08-27  Akim Demaille  <akim@epita.fr>
11457         testsuite.log should include config.log.
11459         * lib/autotest/autotest.m4: New.
11460         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11461         * tests/suite.at : Adjust.
11462         (AT_INIT): Log config.log.
11463         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11464         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11465         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11466         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11467         of config.log on traps.
11468         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11469         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11470         for config.status'.
11471         Open the log as soon as possible.
11472         Use the same log introduction as configure's.
11474 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11476         * doc/autoconf.texi (Indices): New node.
11477         Move indices out of the top level menu and into this submenu.
11479 2001-08-22  Akim Demaille  <akim@epita.fr>
11481         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11482         AC_TRY_COMMAND.
11483         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11485 2001-08-22  Akim Demaille  <akim@epita.fr>
11487         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11488         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11489         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11490         * lib/autoconf/programs.m4: here.
11491         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11492         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11493         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11494         * lib/autoconf/programs.m4: here.
11495         (_AC_DECL_YYTEXT): Rename as...
11496         (_AC_PROG_LEX_YYTEXT_DECL): this.
11497         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11498         * tests/Makefile.am, tests/suite.am: Adjust.
11500 2001-08-22  Akim Demaille  <akim@epita.fr>
11502         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11503         Move to...
11504         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11505         here.
11506         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11507         * lib/autoconf/functions.m4: here.
11508         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11509         (AH_CHECK_LIB): Move to...
11510         * lib/autoconf/libs: this new file.
11511         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11512         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11513         * lib/autoconf/libs.m4: here.
11514         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11516 2001-08-22  Akim Demaille  <akim@epita.fr>
11518         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11519         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11520         (AC_SITE_LOAD): Better logging of config.site.
11522 2001-08-20  Akim Demaille  <akim@epita.fr>
11524         * configure.ac (AT_CONFIG): Fix the path.
11525         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11526         can be used.
11528 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11530         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11531         program with AC_LANG_PROGRAM before feeding it to
11532         AC_COMPILE_IFELSE.  Cleanup grep usage.
11534 2001-08-20  Akim Demaille  <akim@epita.fr>
11536         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11537         * NEWS, README, README-alpha, TODO, tests/README: This package is
11538         `Autoconf', not `autoconf' (the executable).
11540 2001-08-20  Akim Demaille  <akim@epita.fr>
11542         Info readers seem to need `Index' in the index node title :(
11544         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11545         simplified index node names.
11547 2001-08-20  Akim Demaille  <akim@epita.fr>
11549         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11550         arguments are not literals.
11551         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11552         Specify the output variables, and macros defined.
11554 2001-08-20  Akim Demaille  <akim@epita.fr>
11556         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11557         (Examining Syntax) <AC_TRY_COMPILE>
11558         (Examining Libraries) <AC_TRY_LINK>
11559         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11560         their arguments.
11561         Reported by Werner Lemberg.
11563 2001-08-20  Akim Demaille  <akim@epita.fr>
11565         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11566         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11567         Load atlocal late enough to dump it in the log.
11568         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11570 2001-08-20  Akim Demaille  <akim@epita.fr>
11572         * tests/torture.at (Configuring subdirectories): New test.
11573         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11574         looking for.
11575         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11576         (top_srcdir): Fix its computation.
11578 2001-08-20  Akim Demaille  <akim@epita.fr>
11580         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11581         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11582         test suite lives.
11583         Create `atconfig' automagically.
11584         Configure atlocal.in if present.
11585         * tests/atconfig.in: Remove.
11586         * tests/atlocal.in: New.
11587         * tests/Makefile.am: Adjust.
11589 2001-08-20  Akim Demaille  <akim@epita.fr>
11591         Huh!?!?!  There are still some user EOF tags used, which prevents
11592         their use in AC_CONFIG_COMMANDS for instance...
11594         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11595         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11596         `_CSEOF', or `_ATEOF', as appropriate.
11597         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11598         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11600 2001-08-20  Akim Demaille  <akim@epita.fr>
11602         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11603         * tests/semantics.at, tests/tools.at, tests/torture.at:
11604         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11606 2001-08-20  Akim Demaille  <akim@epita.fr>
11608         Autotest invokes M4sh's initialization.
11610         * lib/autotest/general.m4: Adjust the diversion names.
11611         (AT_INIT): Run AS_INIT.
11612         Use the BINSH diversion to invoke /bin/sh.
11613         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11614         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11616 2001-08-20  Akim Demaille  <akim@epita.fr>
11618         Let M4sh have its own diversions.
11620         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11621         (_m4_divert(NOTICE)): Rename as...
11622         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11623         (_m4_divert(HEADER-COMMENT)): these.
11624         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11625         (_m4_divert(NOTICE)): New, for Libtool.
11626         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11627         long ago with `_m4_divert(GROW)'.
11628         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11630 2001-08-20  Akim Demaille  <akim@epita.fr>
11632         * tests/base.at, tests/compile.at, tests/foreign.at,
11633         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11634         * tests/semantics.at, tests/suite.at, tests/tools.at,
11635         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11637 2001-08-20  Akim Demaille  <akim@epita.fr>
11639         * bin/autom4te.in (handle_output): Handle @__@.
11641 2001-08-20  Akim Demaille  <akim@epita.fr>
11643         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11644         * lib/autotest/general.m4: Adjust the license.
11646 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11648         * doc/autoconf.texi (Function Portability): Mention snprintf,
11649         following up on a suggestion by Kevin Ryde.
11651 2001-08-17  Akim Demaille  <akim@epita.fr>
11653         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11654         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11656 2001-08-17  Akim Demaille  <akim@epita.fr>
11658         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11659         `$0.log' as for projects where testsuite is in src, we'd have
11660         testsuite.log created in src.
11662 2001-08-17  Akim Demaille  <akim@epita.fr>
11664         * bin/autom4te.in (&parse_args): Recognize --normalize.
11666 2001-08-17  Akim Demaille  <akim@epita.fr>
11668         Start implementing the AC_CHECK_HEADER transition scheme.
11670         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11671         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11672         (AC_CHECK_HEADER): Use them.
11674 2001-08-17  Akim Demaille  <akim@epita.fr>
11676         * doc/autoconf.texi: Work around Texinfo buglets.
11677         (Transformation Rules): One example is enough, users are expected
11678         to have their brains on. And BTW, use DESTDIR.
11679         (dvar): New macro.  Use it.
11681 2001-08-17  Akim Demaille  <akim@epita.fr>
11683         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11684         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11685         looking for ChangeLogs.
11687 2001-08-17  Akim Demaille  <akim@epita.fr>
11689         * bin/autom4te.in: --normalize is a new option.
11690         * bin/autoconf.in: Use it.
11692 2001-08-17  Akim Demaille  <akim@epita.fr>
11694         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11695         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11697 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11699         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11700         start, not at end.
11702 2001-08-15  Akim Demaille  <akim@epita.fr>
11704         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11705         Use it.
11707 2001-08-15  Akim Demaille  <akim@epita.fr>
11709         * doc/autoconf.texi (pr): New index.
11710         (prindex, findex): Use, merge, and output them.
11711         (Environment Variable Index, Output Variable Index)
11712         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11713         (Autotest Macro Index): Rename as...
11714         (Environment Variables, Output Variables,Preprocessor Symbols)
11715         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11716         * doc/install.texi: Use @command.
11717         (Environment Variables): Rename as...
11718         (Defining Variables): this.
11720 2001-08-15  Akim Demaille  <akim@epita.fr>
11722         * doc/autoconf.texi (Function Portability): sprintf's return
11723         value.
11724         From Kevin Ryde.
11726 2001-08-15  Akim Demaille  <akim@epita.fr>
11728         * Makefile.maint (CVS): New.
11729         (local-check): Run changelog-check. last.
11730         (alpha): Don't depend upon local-check, since...
11731         (cvs-dist): depends upon it.
11733 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11735         * tests/Makefile.am: Use a clean-local rule to remove
11736         autom4te.cache (it's a directory, not a file.
11737         * Makefile.am: Ditto (but maintainer-clean-local).
11739 2001-08-15  Akim Demaille  <akim@epita.fr>
11741         * bin/autom4te.in (@m4_warning): New.
11742         (&handle_m4): Use it.
11743         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11744         warnings are issued at each run.
11745         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11746         is in the src tree.
11748 2001-08-15  Akim Demaille  <akim@epita.fr>
11750         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11751         don't waste time running `autoupdate --version' works.
11752         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11754 2001-08-13  Akim Demaille  <akim@epita.fr>
11756         * doc/autoconf.texi (ma): Rename this index as...
11757         (ac): this.
11759 2001-08-13  Akim Demaille  <akim@epita.fr>
11761         * Makefile.am: Remove dead code and dead comments.
11762         (pdf, html): New targets.
11763         * doc/autoconf.texi (Using Autotest): New chapter.
11764         * doc/Makefile.am (pdf): New targets.
11765         (CLEANFILES): Adjust.
11767 2001-08-13  Akim Demaille  <akim@epita.fr>
11769         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11770         duration of the test suite.
11772 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11774         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11775         endianness for comparison instead of relying on AT_CHECK_ENV.
11777 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11779         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11780         to the INSTALL file.
11782 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11784         * NEWS: The autoconf manual now is distributed under the terms
11785         of the GNU Free Documentation License.
11787         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11788         Add an appendix "Copying This Manual" for the FDL.
11790         * doc/fdl.texi: New file, from
11791         <http://www.gnu.org/licenses/fdl.texi>.
11793         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11795 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11797         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11798         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11799         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11800         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11801         m4/sanity.m4, tests/README, tests/aclocal.m4,
11802         tests/atspecific.m4, tests/base.at, tests/compile.at,
11803         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
11804         tests/semantics.at, tests/suite.at, tests/tools.at,
11805         tests/torture.at: Add copyright notice.
11807         * tests/mktests.sh: Update year in copyright notice.
11809 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11811         * tests/semantics.at (AC_C_BIGENDIAN): New test.
11813 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11815         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
11816         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
11817         * doc/autoconf.texi (C Compiler Characteristics): Update
11818         documentation for AC_C_BIGENDIAN.
11820 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11822         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
11823         magic values from an object file when cross-compiling.
11824         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
11826 2001-08-10  Akim Demaille  <akim@epita.fr>
11828         * bin/autom4te.in (&handle_output): Don't use `grep' with side
11829         effects.
11830         Suggested by Russ Allbery.
11832 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
11834         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
11835         current $prefix to the sub-configures.
11837 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
11839         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
11840         extension (needed on BeOS).  Reported by Guido van Rossum.
11842 2001-08-09  Akim Demaille  <akim@epita.fr>
11844         * bin/autom4te.in ($icache): Load it only if older than autom4te.
11846 2001-08-07  Akim Demaille  <akim@epita.fr>
11848         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
11849         removed.
11850         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
11851         No need to remove the files before and after the each test, before
11852         each test and at the end of the suite is enough.
11853         Display only the children `times', not the shell's.
11854         If the test failed or was skipped, at-times is not available.
11856 2001-08-07  Akim Demaille  <akim@epita.fr>
11858         Always produce testsuite.log, including when there are no
11859         failures.  This helps getting information on skipped tests, and
11860         duration of the tests.  Err, implement the latter btw.
11862         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
11863         Dump information on the first run of each test.
11864         (AT_CLEANUP): Create `at-times' containing the duration of the
11865         test group.
11867 2001-08-07  Akim Demaille  <akim@epita.fr>
11869         The use of `dumpstat' revealed that `len' was used although it
11870         should not.  m4_text_wrap was using it, but in the Autoconf world
11871         where it is legal.  Hence (i) test M4sh in its own world, not
11872         Autoconf's, and (ii), ahem, fix the bug :)
11874         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
11875         does not like `' instead of [].
11876         (AT_INIT): Forbid `^_?AT_'.
11877         And don't output such tokens.
11878         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
11879         `script.as', and `autom4te.cache'.
11880         Remove `empty' and `macro' which are no longer used.
11881         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
11882         * tests/m4sugar.at: Use it.
11883         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
11885 2001-08-07  Akim Demaille  <akim@epita.fr>
11887         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
11889 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
11891         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
11893 2001-08-04  Akim Demaille  <akim@epita.fr>
11895         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
11896         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
11897         AC_TRY_LINK.
11898         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
11899         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
11900         (AC_F77_MAIN): Likewise.
11902 2001-08-04  Akim Demaille  <akim@epita.fr>
11904         Don't rely on M4sugar outputting the patterns in files, since we
11905         might process the output _without_ running m4, hence without these
11906         files.
11908         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
11909         * bin/autom4te.in (@Request::includes): Remove, unused.
11910         (@Request::source): Rename as...
11911         (@Request::input): this.
11912         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
11913         (&handle_output): Fetch the patterns from the traces.
11914         `$forbidden' and `$allowed' are constant: use m//o.
11915         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
11916         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
11918 2001-08-04  Akim Demaille  <akim@epita.fr>
11920         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
11921         autoconf', i.e., in addition to caching traces, cache the output.
11923         * bin/autom4te.in (Request::cache): Rename as...
11924         (Request::id): this.
11925         ($cache, $icache, $tcache, $ocache): New.
11926         (&handle_m4): Save M4 output in the cache instead of $tmp.
11927         (&handle_output): Adjust.
11928         (&up_to_date_p): Check that the output cache is up to date too.
11929         (top level): Run `&handle_m4' iff force or the cache is invalid.
11930         Run `&handle_output' if the output cache is more recent.
11932 2001-08-04  Akim Demaille  <akim@epita.fr>
11934         * bin/autom4te.in ($force): New.
11935         (&parse_args, &print_usage): -f, --force is a new option.
11936         (&handle_output): CPP directives might have spaces after `#'.
11937         (&parse_args): The first file only can be frozen.
11939 2001-08-04  Akim Demaille  <akim@epita.fr>
11941         Don't let autom4te compute the `include' traces several times:
11942         first check that the trace cache file is up to date, and then
11943         compare its timestamp with that of the output.
11945         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
11946         the preamble.  Don't require 5.005 as Autom4te::General does it,
11947         and better yet (use `use', not `require'!).
11948         * lib/Autom4te/Struct.pm: Rename the last occurrences of
11949         Class::Struct as Autom4te::Struct.
11950         * lib/Autom4te/General.pm (File::stat): Use it.
11951         (&mtime): New, export it.
11952         * bin/autom4te.in: Use it.
11953         Declare `$req' is invalid if it is outdated.
11954         Don't declare it valid before saving it if something went wrong.
11956 2001-08-04  Akim Demaille  <akim@epita.fr>
11958         Autom4te shall not encode Autoconf data, and preselecting traces
11959         must be proposed to the users.
11961         * bin/autom4te.in (@required_trace): Remove.
11962         (@preselect): New.
11963         (&parse_args, &print_usage): -p, --preselect is a new option.
11964         (&up_to_date_p): Adjust.
11965         * bin/autoconf.in: Preselect some Autoconf macros.
11967 2001-08-04  Akim Demaille  <akim@epita.fr>
11969         * tests/tools.at (autoconf --trace: user macros): Check traces on
11970         macros invoked without arguments, and macros invoked with multiple
11971         lines arguments.
11973 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
11975         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
11976         arguments.
11978 2001-08-03  Akim Demaille  <akim@epita.fr>
11980         * bin/autoconf.in ($@): Work around the usual sh bug.
11981         From Nicolas Joly.
11983 2001-08-03  Akim Demaille  <akim@epita.fr>
11985         Clean up the handling of the M4 builtins tracing exception.
11987         * bin/autom4te.in (Request::request): Don't complete M4 builtins
11988         trace requests.
11989         (@m4_builtins): Rename as...
11990         (@m4_builtin): this.
11991         (%m4_builtin_alternate_name): New.
11992         (&parse_args): Complete the trace requests with alternate names.
11993         (&handle_traces): Hence no longer do it here.
11994         (&trace_requests): Remove, unused.
11996 2001-08-03  Akim Demaille  <akim@epita.fr>
11998         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
11999         m4_if, and m4_wrap.
12001 2001-08-03  Akim Demaille  <akim@epita.fr>
12003         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12004         (m4_divert_pop): Dump the whole diversion stack when a diversion
12005         mismatch happens.
12006         * bin/autom4te.in (&handle_output): Remember of the first
12007         occurrence of a possibly undefined macro, not the last.
12008         Complain about the possibly undefined macros in the same order as
12009         the appear in the output.
12010         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12011         * tests/tools.at (autoconf: forbidden tokens, basic)
12012         (autoconf: forbidden tokens, exceptions): No longer sort
12013         autoconf's stderr, as it is now deterministic.
12014         Check that `dnl' is caught.
12016 2001-08-01  Akim Demaille  <akim@epita.fr>
12018         * configure.ac: Bump to 2.52c.
12020 2001-08-01  Akim Demaille  <akim@epita.fr>
12022         Version 2.52b.
12024         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12026 2001-08-01  Akim Demaille  <akim@epita.fr>
12028         Version 2.52a.
12030 2001-08-01  Akim Demaille  <akim@epita.fr>
12032         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12033         `die'.
12034         (&END): New.
12035         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12036         `END', as `Autom4te::General::END' will be triggered.
12037         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12038         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12039         system to run `mv', `rm', and `cmp'.
12041 2001-08-01  Akim Demaille  <akim@epita.fr>
12043         * lib/Autom4te/General.pm (&unique): New.
12044         * bin/autoscan.in (&output): Use it to issue trace requests once.
12046 2001-08-01  Akim Demaille  <akim@epita.fr>
12048         * lib/Autom4te/General.pm: New.
12049         * bin/autom4te.in (Autom4te::General): Use it.
12050         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12051         (&find_configure_ac, &find_slave): Remove.
12052         * bin/autoscan.in: Likewise.
12053         * bin/autoupdate.in: Likewise.
12055 2001-08-01  Akim Demaille  <akim@epita.fr>
12057         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12058         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12059         * bin: here, new directory.
12060         * lib/Autoconf: Rename as...
12061         * lib/Autom4te: this, to please case insensitive junkie OSes.
12063 2001-08-01  Akim Demaille  <akim@epita.fr>
12065         * autom4te.in ($m4): Handle the --nesting-limit.
12066         * autoconf.in (M4): Remove.
12068 2001-08-01  Akim Demaille  <akim@epita.fr>
12070         * autoconf.in ($AWK): Remove, no longer used.
12071         * test/tools.at: Use AT_CHECK_AUTOCONF.
12072         (AWK portability): Remove, for autoconf no longer uses AWK.
12073         (Syntax of the Perl scripts): New.
12074         * configure.ac: autoconf no longer needs an AWK with a good
12075         regexp engine.
12076         Use a static test on AC_PACKAGE_VERSION.
12077         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12078         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12079         * tests/atconfig.in (PERL): New.
12081 2001-08-01  Akim Demaille  <akim@epita.fr>
12083         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12084         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12085         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12086         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12087         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12088         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12089         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12090         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12091         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12092         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12093         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12094         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12095         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12096         * lib/autoconf/c.m4: here, new file.
12098         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12099         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12100         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12101         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12102         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12103         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12104         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12105         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12106         (AC_F77_FUNC): Move to...
12107         * lib/autoconf/fortran.m4: here, new file.
12109 2001-08-01  Akim Demaille  <akim@epita.fr>
12111         * acfunctions.m4: Rename as...
12112         * lib/autoconf/functions.m4: this.
12113         * acgeneral.m4: Rename as...
12114         * lib/autoconf/general.m4: this.
12115         * acheaders.m4: Rename as...
12116         * lib/autoconf/headers.m4: this.
12117         * aclang.m4: Rename as...
12118         * lib/autoconf/lang.m4: this.
12119         * acoldnames.m4: Rename as...
12120         * lib/autoconf/oldnames.m4: this.
12121         * acspecific.m4: Rename as...
12122         * lib/autoconf/specific.m4: this.
12123         * actypes.m4: Rename as...
12124         * lib/autoconf/types.m4: this.
12125         * autoconf.m4: Rename as...
12126         * lib/autoconf/autoconf.m4: this.
12128         * m4sugar.m4: Rename as...
12129         * lib/m4sugar/m4sugar.m4: this.
12130         * m4sh.m4: Rename as...
12131         * lib/m4sugar/m4sh.m4: this.
12133         * tests/atgeneral.m4: Rename as...
12134         * lib/autotest/general.m4: this.
12136         * acfunctions: Rename as...
12137         * lib/autoscan/functions: this.
12138         * acheaders: Rename as...
12139         * lib/autoscan/headers: this.
12140         * acidentifiers: Rename as...
12141         * lib/autoscan/identifiers: this.
12142         * aclibraries: Rename as...
12143         * lib/autoscan/libraries: this.
12144         * acmakevars: Rename as...
12145         * lib/autoscan/makevars: this.
12146         * acprograms: Rename as...
12147         * lib/autoscan/programs: this.
12149 2001-08-01  Akim Demaille  <akim@epita.fr>
12151         * doc/autoconf.texi: Moving/deleting open files is not portable.
12152         Portability issues for `.' (source), and more information about sed.
12154 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12156         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12157         which has a special meaning and is not a reference to libibmil.a.
12158         Reported by Matteo Frigo.
12160 2001-07-25  Pavel Roskin  <proski@gnu.org>
12162         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12163         output.
12165 2001-07-25  Akim Demaille  <akim@epita.fr>
12167         * autoconf.in: Try to define the variables before using them.
12168         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12169         instead of `$perllibdir'.
12170         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12172 2001-07-25  Akim Demaille  <akim@epita.fr>
12174         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12176 2001-07-24  Akim Demaille  <akim@epita.fr>
12178         Let autoconf use autom4te for traces.
12180         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12181         autom4te.
12182         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12183         (Because I found no way for autom4te to accept `-').
12184         * autom4te.in (&Request::request): Beware of M4 builtins.
12185         (END): Don't try to remove the content of an empty dir.
12186         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12187         (&handle_output): Set a default value to `$forbidden'.
12188         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12189         ($autoconf): Pass --debug and --verbose.
12190         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12191         cache.
12193 2001-07-24  Akim Demaille  <akim@epita.fr>
12195         Let autoconf use autom4te to create configure.
12197         * autoconf.in ($automate): New var.
12198         (task script): Use autom4te.
12199         * autom4te.in (File::Spec): Use it.
12200         (&find_file): New.
12201         (&parse_args): --warning is -W, not -w.
12202         Find the top level files.
12203         (&handle_m4): Pass the warnings flags.
12204         Don't report verbosely m4's failures, unless requested.
12205         (&handle_output): Don't complain for forbidden tokens in comments.
12206         Be sure to report all the forbidden tokens within a single line.
12207         (&trace_format_to_m4): Preserve `$_'.
12208         (&handle_traces): Sort the output macros.
12209         (&up_to_date_p): Find the files before trying to get its time stamp.
12211 2001-07-24  Akim Demaille  <akim@epita.fr>
12213         * Makefile.am: Ship, build and install Autom4te.
12214         (SUBDIRS): Add lib.
12215         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12216         * configure.in: Require Perl.
12217         * man/autom4te.in: New.
12219 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12221         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12222         example, rather than (exit 1); exit (which isn't portable).
12224 2001-07-18  Akim Demaille  <akim@epita.fr>
12226         Version 2.52.
12228 2001-07-18  Akim Demaille  <akim@epita.fr>
12230         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12231         was run, while they are needed also when it is expanded.
12232         Reported by Nicolas Joly.
12234         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12235         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12236         AC_F77_DUMMY_MAIN being expanded.
12238 2001-07-18  Akim Demaille  <akim@epita.fr>
12240         * configure.in: Bump to 2.51a.
12242 2001-07-17  Akim Demaille  <akim@epita.fr>
12244         Version 2.51.
12246 2001-07-17  Akim Demaille  <akim@epita.fr>
12248         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12249         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12251 2001-07-17  Akim Demaille  <akim@epita.fr>
12253         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12254         used.  Well, then use the prototypes when you can, and runtime as
12255         a last resort.
12256         Reported by Artur Frysiak
12258         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12259         (AC_FUNC_GETPGRP): Use it.
12260         First try to compile with 0-ary or 1-ary calls.
12262 2001-07-17  Akim Demaille  <akim@epita.fr>
12264         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12265         replacement type.
12266         From Paul Eggert.
12268 2001-07-17  Akim Demaille  <akim@epita.fr>
12270         * Makefile.maint: Sync. with cppi 1.10.
12272 2001-07-17  Akim Demaille  <akim@epita.fr>
12274         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12275         AC_F77_DUMMY_MAIN has been run.
12276         From Pavel Roskin and Steven G. Johnson.
12278 2001-07-17  Akim Demaille  <akim@epita.fr>
12280         * configure.in: Rename as...
12281         * configure.ac: this.
12283 2001-07-17  Akim Demaille  <akim@epita.fr>
12285         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12286         rules.
12287         From Marc Espie.
12288         * Makefile.maint (release-archive-dir): Rename as...
12289         (release_archive_dir): this, so that it can be specialized in
12290         Makefile.
12292 2001-07-14  Akim Demaille  <akim@epita.fr>
12294         * configure.in: Bump to 2.50d.
12296 2001-07-14  Akim Demaille  <akim@epita.fr>
12298         Version 2.50c.
12299         * Makefile.maint (alpha): Typo.
12301 2001-07-14  Akim Demaille  <akim@epita.fr>
12303         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12305 2001-07-14  Akim Demaille  <akim@epita.fr>
12307         * config/config.guess, config/config.sub, config/texinfo.tex
12308         * doc/standards.texi, doc/make-stds.texi: Update.
12310 2001-07-14  Akim Demaille  <akim@epita.fr>
12312         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12314 2001-07-14  Akim Demaille  <akim@epita.fr>
12316         * Makefile.maint (maintainer-check): Rename as...
12317         (maintainer-distcheck): this.
12318         (changelog-check, static-check): New.
12319         Use them.
12321 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12323         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12324         for CXX is g++, not gcc.
12326 2001-07-14  Akim Demaille  <akim@epita.fr>
12328         * doc/autoconf.texi (Files): New subsection.
12330 2001-07-14  Akim Demaille  <akim@epita.fr>
12332         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12333         of...
12334         (Generic Compiler Characteristics): this.
12335         (C++ Compiler): New subsection.
12337 2001-07-14  Akim Demaille  <akim@epita.fr>
12339         * autoscan.in: Use IO::File.
12340         Adjust all the routines to use it.
12341         ($log): New file (autoscan.log).
12342         (output): Dump detailed logs into $log, and a shortened version to
12343         stderr.
12344         (&scan_makefile): Refine the regexp catching tokens in the code.
12345         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12346         and the `configure.ac' checking feature.
12348 2001-07-12  Akim Demaille  <akim@epita.fr>
12350         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12351         Reported by Michael Elizabeth Chastain.
12353         * autoconf.in: Refuse such AWK.
12354         * configure.in: Likewise.
12355         * Makefile.am (acversion.m4): Do not use move-if-change this file
12356         has dependencies.
12357         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12359 2001-07-10  Jens Petersen  <petersen@redhat.com>
12361         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12362         things like "g++", "file.c" and "some-conf" as tokens.
12363         (&scan_file): Match C++ files extensions.
12364         If the filename extension is C++ then ask for c++.
12366 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12368         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12369         AC_TRY_LINK_FUNC, to check whether defining a dummy
12370         main-like routine is needed for linking with F77 libs.
12372 2001-07-05  Pavel Roskin  <proski@gnu.org>
12374         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12375         after using break.
12376         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12377         linking.
12379 2001-07-05  Akim Demaille  <akim@epita.fr>
12381         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12382         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12383         Makes' lives.
12384         Reported by Nicolas Joly.
12386 2001-07-04  Akim Demaille  <akim@epita.fr>
12388         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12389         up.
12390         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12391         warnings from compilers.
12392         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12393         for all the compilers, not only GNU.  Hence move from here...
12394         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12396 2001-07-04  Akim Demaille  <akim@epita.fr>
12398         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12399         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12400         AC_COMPILE_IFELSE.
12402 2001-07-04  Akim Demaille  <akim@epita.fr>
12404         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12405         the ``strings.h'' change claimed below.
12407 2001-07-04  Akim Demaille  <akim@epita.fr>
12409         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12411 2001-07-04  Akim Demaille  <akim@epita.fr>
12413         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12414         strings.h if usable with string.h.
12415         Suggested by Paul Eggert.
12417 2001-07-04  Akim Demaille  <akim@epita.fr>
12419         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12420         From Jens Petersen.
12422 2001-07-03  Akim Demaille  <akim@epita.fr>
12424         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12425         etc. in the log.
12427 2001-07-03  Akim Demaille  <akim@epita.fr>
12429         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12430         compiler, not the preprocessor.
12431         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12432         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12433         the right thing.
12434         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12435         earlier if there are.
12437 2001-07-03  Akim Demaille  <akim@epita.fr>
12439         * autoscan.in ($initfile): Remove.
12440         (&find_file): Rename as...
12441         (&scan_file): this.
12442         Immediately scan the current file, instead of gathering them, and
12443         later having them handled by &scan_files.
12444         (&scan_files): Merely invoke Find::File.
12445         Adjust.
12447 2001-07-02  Akim Demaille  <akim@epita.fr>
12449         * autoscan.in: Formatting changes, matching the invocation order.
12450         (File::Find): Use it instead of Perl 4's `find.pl'.
12451         (&wanted): Rename as...
12452         (&find_file): this.
12454 2001-07-01  Pavel Roskin  <proski@gnu.org>
12456         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12457         break in the argument to AC_TRY_LINK_FUNC.
12458         (AC_F77_MAIN): Remove conftest* after using break in the
12459         argument to AC_TRY_LINK.
12461 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12463         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12464         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12466         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12467         dummy alternate main is required even if the user provides her own
12468         'main'.
12469         (AC_F77_MAIN): New macro to detect whether it is possible to
12470         provide an alternate 'main' function name, using the 'main' from
12471         the Fortran libraries.
12472         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12473         cross-language link tests can be performed successfully.
12474         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12475         after $LIBS, for consistency; this should be the general rule since
12476         the user may want to link to Fortran libraries that require $FLIBS.
12477         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12479 2001-06-29  Pavel Roskin  <proski@gnu.org>
12481         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12482         at-stdout and at-stderr instead of removing the newline
12483         from the echo output, which is not guaranteed to work.
12485 2001-06-28  Jens Petersen  <petersen@redhat.com>
12487         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12488         confdefs.h when non-zero.
12490 2001-06-28  Akim Demaille  <akim@epita.fr>
12492         * configure.in: Bump to 2.50c.
12494 2001-06-26  Akim Demaille  <akim@epita.fr>
12496         Version 2.50b.
12498 2001-06-26  Akim Demaille  <akim@epita.fr>
12500         Version 2.50a.
12502 2001-06-25  Pavel Roskin  <proski@gnu.org>
12504         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12505         argument, AUTOCONF-FLAGS.
12506         * tests/mktests.sh (update_exclude_list): Add
12507         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12508         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12509         AC_FUNC_WAIT3 with "-W no-obsolete".
12511 2001-06-25  Akim Demaille  <akim@epita.fr>
12513         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12515 2001-06-25  Akim Demaille  <akim@epita.fr>
12517         * autoscan.in (%macro): Now maps from word to list of macros.
12518         (&init_tables): Die when a word which is already handled by
12519         explicit macros is mapped to the default macro.
12520         (&print_unique): Remove, inlined in...
12521         (&output_kind): here.
12522         (File::Basename): Use it.
12523         (&output): Sort the CONFIG_FILES.
12524         * acheaders: Normalize.
12525         * acfunctions: Likewise.
12527 2001-06-25  Akim Demaille  <akim@epita.fr>
12529         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12530         characteristics in the logs.
12531         Suggested by Mo DeJong.
12533 2001-06-24  Akim Demaille  <akim@epita.fr>
12535         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12536         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12537         * doc/autoconf.texi (Autoconf 2.13): New section.
12539 2001-06-24  Akim Demaille  <akim@epita.fr>
12541         * autoconf.in (Task traces): Separate the error messages from the
12542         traces to improve robustness.
12544 2001-06-23  Akim Demaille  <akim@epita.fr>
12546         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12547         three as failures are unlikely, and speed matters.
12549 2001-06-23  Akim Demaille  <akim@epita.fr>
12551         * doc/autoconf.texi (Redefined M4 Macros): New.
12553 2001-06-23  Akim Demaille  <akim@epita.fr>
12555         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12556         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12557         5.3.
12559 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12561         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12562         config.status targets to after the evaluation of the INIT-CMDS.
12563         Double quote config.status targets (used to be single quoted).
12565 2001-06-23  Akim Demaille  <akim@epita.fr>
12567         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12568         Check the content of the created file.
12569         Check the ./config.status command line invocation.
12571 2001-06-23  Akim Demaille  <akim@epita.fr>
12573         * tests/foreign.at (Libtool): Reject prehistoric versions.
12575 2001-06-23  Akim Demaille  <akim@epita.fr>
12577         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12578         preexisting files matching a.*.
12580 2001-06-23  Akim Demaille  <akim@epita.fr>
12582         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12583         stderr.
12584         * doc/autoconf.texi (AC_ARG_VAR): Update.
12586 2001-06-21  Akim Demaille  <akim@epita.fr>
12588         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12589         precious variables have changed.
12590         * tests/torture.at (AC_ARG_VAR): Adjust.
12592 2001-06-21  Akim Demaille  <akim@epita.fr>
12594         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12595         but some sed choke on multiple `;', and other tools (e.g.,
12596         Automake), include the separator themselves.
12598         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12600 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12602         * doc/autoconf.texi (Functions Portability): Rename as...
12603         (Function Portability): this.
12604         (Function Portability): Document potential problems with unlink().
12606 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12608         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12610 2001-06-18  Akim Demaille  <akim@epita.fr>
12612         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12614 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12616         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12617         (_AC_FUNC_VFORK): this.
12618         Remove AC_DEFINEs and don't guess cross-compilation values.
12619         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12620         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12621         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12622         vfork doesn't work.
12623         Guess values if cross-compiling, but warn.
12624         * acfunctions: Add AC_FUNC_FORK.
12625         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12626         and vfork appropriately.
12628 2001-06-18  Akim Demaille  <akim@epita.fr>
12630         * doc/autoconf.texi (Functions Portability): New section.
12632 2001-06-18  Akim Demaille  <akim@epita.fr>
12634         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12635         in $M4.
12636         Suggested by Andreas Schwab.
12638 2001-06-18  Akim Demaille  <akim@epita.fr>
12640         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12641         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12642         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12643         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12644         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12645         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12646         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12647         the converse).
12649 2001-06-18  Akim Demaille  <akim@epita.fr>
12651         * doc/autoconf.texi (ms): New index.
12652         (Macro Index): Rename as...
12653         (Autoconf Macro Index): this.
12654         (M4 Macro Index): New appendix.
12655         (Programming in M4): New chapter.
12656         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12657         (Quoting): Rename as...
12658         (M$ Quotation): this.
12659         Be part of `Programming in M4).
12661 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12663         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12664         in separate statements for compatibility with Tru64 v5.1.
12666 2001-06-17  Akim Demaille  <akim@epita.fr>
12668         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12669         current values of the precious variables, not the previously
12670         cached values.
12671         Pass precious variables which are set to config.status.
12672         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12673         * tests/torture.at (AC_ARG_VAR): New.
12675 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12677         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12678         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12679         and explain why and how to replace them.
12680         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12681         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12683 2001-06-15  Akim Demaille  <akim@epita.fr>
12685         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12686         Reported by Bruno Haible.
12688         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12689          (_AC_ARG_VAR_PRECIOUS): to here.
12691 2001-06-15  Pavel Roskin  <proski@gnu.org>
12693         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12694         an unused pointer use cast to this type and `if' statement to
12695         avoid warnings from the compiler.
12696         (AC_HEADER_TIME): Likewise.
12697         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12698         in `if' statement to avoid warnings from the compiler. Declare
12699         ac_aggr static to avoid the need to initialize it.
12701 2001-06-14  Akim Demaille  <akim@epita.fr>
12703         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12704         Macros'.
12706 2001-06-13  Akim Demaille  <akim@epita.fr>
12708         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12709         Suggested by Alexander Mai.
12711 2001-06-13  Akim Demaille  <akim@epita.fr>
12713         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12714         sys/types.h and sys/stat.h, and check for them.
12716 2001-06-13  Akim Demaille  <akim@epita.fr>
12718         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12719         INCLUDES.
12721 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12723         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12724         succeeds and only try adding libdnet upon a failure.
12726 2001-06-12  Akim Demaille  <akim@epita.fr>
12728         * autoscan.in (&output_kind): Output the comment only if it exists.
12729         (%kind_comment): Add entry for `programs'.
12730         (&output_programs): Use &output_kind.
12731         (&output_functions, &output_identifiers, &output_headers)
12732         (&output_programs): Inline, and remove.
12734 2001-06-12  Akim Demaille  <akim@epita.fr>
12736         * autoscan.in (%kind_comment): New.
12737         (output_kind): New.
12738         (output_functions, output_identifiers, output_headers): Use it.
12740 2001-06-12  Akim Demaille  <akim@epita.fr>
12742         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12743         arguments, to factor indirections into `%macro' and `%used'.
12744         (%generic_macro): Fix a typo.
12746 2001-06-12  Akim Demaille  <akim@epita.fr>
12748         * aclibraries: New.
12749         * autoscan.in (@kinds): Add `libraries'.
12750         Use `@kinds' instead of hard coded lists.
12751         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12752         Remove, replaced by...
12753         (%used): this.
12755 2001-06-12  Akim Demaille  <akim@epita.fr>
12757         * autoscan.in (%functions_macros %headers_macros)
12758         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12759         replaced by...
12760         (%macro): New.
12762 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12764         * aclang.m4 (AC_NO_EXECUTABLES): Override
12765         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12767 2001-06-11  Akim Demaille  <akim@epita.fr>
12769         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12770         trailing new line.
12771         Reported by Andreas Schwab.
12773 2001-06-11  Akim Demaille  <akim@epita.fr>
12775         * Makefile.am, Makefile.maint: Typos.
12777 2001-06-09  Akim Demaille  <akim@epita.fr>
12779         * doc/autoconf.texi (Here-Documents): New section, gathering
12780         documentation about here-documents.
12781         Use `href', not `uref', and other changes.
12783 2001-06-09  Akim Demaille  <akim@epita.fr>
12785         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12786         chapter.
12788 2001-06-09  Akim Demaille  <akim@epita.fr>
12790         * doc/autoconf.texi (Limitations of Builtins): Complete the
12791         description of the here-docs penalties with Alexandre Oliva's
12792         explanations.
12794 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12796         * doc/autoconf.texi: Talk about here documents and speedups.
12797         Do not use "echo" on arbitrary strings.
12798         Spell "here-documents" consistently with the standard.
12800 2001-06-09  Akim Demaille  <akim@epita.fr>
12802         * doc/autoconf.texi (Concept Index): Introduce it.
12803         Regenerate the menus.
12805 2001-06-09  Akim Demaille  <akim@epita.fr>
12807         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
12808         * config/prev-version.txt: New.
12809         * config/move-if-change: New, for GNU libc.
12811 2001-06-06  Pavel Roskin  <proski@gnu.org>
12813         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
12815 2001-06-06  Akim Demaille  <akim@epita.fr>
12817         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
12818         properly when $1 is not a literal.
12819         Fixes PR Autoconf/187, reported by Bram Moolenaar.
12821 2001-06-06  Akim Demaille  <akim@epita.fr>
12823         Invoking AC_COPYRIGHT before AC_INIT fails.
12825         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
12826         * acgeneral.m4 (_m4_divert(VERSION_FSF))
12827         (_m4_divert(VERSION_USER)): New.
12828         (AC_COPYRIGHT): $2 is the diversion to use.
12829         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
12830         (AC_INIT): Remove dead comments as now it's commutative.
12832 2001-06-06  Akim Demaille  <akim@epita.fr>
12834         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
12835         PR autoconf/187.
12837 2001-06-05  Akim Demaille  <akim@epita.fr>
12839         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
12840         can be empty.
12841         `*dir' variables cannot be NONE.
12842         Reported by Mark Kettenis.
12844 2001-06-05  Paul Eggert  <eggert@twinsun.com>
12846         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
12848 2001-06-04  Akim Demaille  <akim@epita.fr>
12850         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
12851         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
12852         (AC_TR_SH): Move as...
12853         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
12854         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
12855         (AS_TR_SH): these.
12856         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
12857         (_AS_TR_SH_PREPARE): New.
12858         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
12859         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
12861 2001-06-02  Akim Demaille  <akim@epita.fr>
12863         * Makefile.am (.m4.m4f): Pass the options first.
12864         Fixes PR autoconf/182.
12866 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
12868         GNU getopt, when POSIXLY_CORRECT does not permute options and
12869         arguments.  So pass the options first.
12870         Fixes PR autoconf/184.
12872         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
12873         (run_m4): Remove files.
12874         (run_m4f): Remove.
12875         Update remainder of script to use them.
12876         (for warning in): Do not use a literal comma as it will not be
12877         split by IFS.
12879 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
12881         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
12882         Fortran compilers to check.
12883         (_AC_PROG_F77_V): Add '-###' as a possible option to print
12884         information on library and object files.
12885         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
12886         to check.
12888 2001-06-02  Akim Demaille  <akim@epita.fr>
12890         * autom4te.in (Request::@request): Declare with `vars', not `my',
12891         as it prevents updates via `do FILENAME'.
12893 2001-06-02  Akim Demaille  <akim@epita.fr>
12895         * configure.in (standards_texi): Remove, dead code.
12897 2001-06-02  Akim Demaille  <akim@epita.fr>
12899         * autom4te.in: New.
12901 2001-06-02  Pavel Roskin  <proski@gnu.org>
12903         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
12904         for signals other than 0 - exit with code 1.
12905         * m4sh.m4 (AS_TMPDIR): Likewise.
12906         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
12907         * autoheader.in: Likewise.
12908         * autoreconf.in: Likewise.
12909         * tests/torture.at (Signal handling): New test for the above.
12911 2001-06-01  Akim Demaille  <akim@epita.fr>
12913         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
12914         message.
12916 2001-05-31  Akim Demaille  <akim@epita.fr>
12918         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
12919         Add copyright and comments.
12920         * acheaders: Add stdint.h.
12921         Suggested by Paul Eggert.
12923 2001-05-31  Akim Demaille  <akim@epita.fr>
12925         * atgeneral.m4 (AT_INIT): Use $SHELL.
12926         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
12928 2001-05-31  Akim Demaille  <akim@epita.fr>
12930         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12931         stdint.h.
12932         From Paul Eggert and Lars Hecking.
12934 2001-05-31  Akim Demaille  <akim@epita.fr>
12936         * tests/base.at: Adjust line numbers in error messages.
12938 2001-05-31  Akim Demaille  <akim@epita.fr>
12940         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
12941         to emit the bangshe line.
12942         Reported by David Carter.
12944 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
12946         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
12947         Fortran (95) compilers to check.
12949 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
12951         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
12952         Macro Archive URL.
12954 2001-05-23  Pavel Roskin  <proski@gnu.org>
12956         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
12957         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
12958         (AC_PROG_CXXCPP): Likewise.
12960 2001-05-22  Akim Demaille  <akim@epita.fr>
12962         * config: New directory.
12963         * configure.in: AC_CONFIG_AUX_DIR it.
12964         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
12966 2001-05-22  Akim Demaille  <akim@epita.fr>
12968         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
12969         * autoupdate.in: Specify the Emacs mode.
12970         * acversion.m4.in: Rename as...
12971         * acversion.m4: this.
12972         * tests/Makefile.am (CLEANFILES): More garbage.
12974 2001-05-22  Akim Demaille  <akim@epita.fr>
12976         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
12977         Rename as...
12978         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
12979         these.
12981 2001-05-21  Akim Demaille  <akim@epita.fr>
12983         * configure.in: Bump to 2.50a.
12986         -----
12988         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
12989         Foundation, Inc.
12991         This file is part of GNU Autoconf.
12993         GNU Autoconf is free software; you can redistribute it and/or modify
12994         it under the terms of the GNU General Public License as published by
12995         the Free Software Foundation; either version 2, or (at your option)
12996         any later version.
12998         GNU Autoconf is distributed in the hope that it will be useful,
12999         but WITHOUT ANY WARRANTY; without even the implied warranty of
13000         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13001         GNU General Public License for more details.
13003         You should have received a copy of the GNU General Public License
13004         along with autoconf; see the file COPYING.  If not, write to
13005         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13006         Boston, MA 02110-1301, USA.