* tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
[autoconf/tsuna.git] / ChangeLog
blob3214b041ddae5a4eef93a86ec1df3d7eba402194
1 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
4         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
6 2006-12-01  Eric Blake  <ebb9@byu.net>
8         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
9         cross-compiling from cygwin to mingw.
10         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
11         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
12         to lib/autoconf/c.m4.
14 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
17         string for more reliable failure.  Wrap the entire test that
18         causes the broken Solaris printf to dump core, in a subshell,
19         so the segmentation fault message is reliably suppressed.
20         Fix shell expansion errors by using /usr/ucb/echo always;
21         avoid an error on systems without it by another subshell.
22         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
23         subshell-$as_echo to `as_echo', for better error message.
25 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
28         `BASH_SOURCE' contain a newline, set them to empty, as they may
29         not be unset.
31 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
33         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
34         years and is too hard to maintain now.  The last straw was
35         reported by Jerker Baeck in
36         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
37         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
38         * doc/autoconf.texi (Particular Functions): Move
39         AC_FUNC_SETVBUF_REVERSED from here...
40         (Obsolete Macros): ... to here.  Say that it does nothing now.
41         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
42         Turn into (almost) a no-op.
44         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
45         (AC_C_VOLATILE):
46         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
47         These macros are obsolescent and new applications shouldn't need them.
48         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
49         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
50         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
51         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
52         (AC_FUNC_VPRINTF): Likewise.
53         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
54         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
55         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
57         * doc/autoconf.texi (Setting Output Variables): Mention that
58         @VAR1@VAR2 has unspecified behavior.  Problem reported by
59         Ralf Wildenhues.
60         * NEWS: Mention this.
62         * Makefile.am: Put only a single '#' into the copyright notice,
63         so that it's also present in the output file.  Standardize wording
64         in makefile copyright notices to match GNU coding standards.
65         * bin/Makefile.am: Likewise.
66         * doc/Makefile.am: Likewise.
67         * lib/Makefile.am: Likewise.
68         * lib/freeze.mk: Likewise.
69         * lib/autoconf/Makefile.am: Likewise.
70         * lib/autoscan/Makefile.am: Likewise.
71         * lib/autotest/Makefile.am: Likewise.
72         * lib/m4sugar/Makefile.am: Likewise.
73         * man/Makefile.am: Likewise.
74         * tests/Makefile.am: Likewise.
75         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
76         one-line file.
78 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
80         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
81         in the sed script that mangles the awk script: delete up to the
82         first exclamation mark only.
83         * tests/torture.at (Substitute and define special characters):
84         Test '!' too.
86 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88         Rewrite config files generation: avoid quadratic growth in
89         the number of substituted variables by using awk instead of sed
90         for the bulk of the substitutions.
91         * NEWS: Mention this.
92         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
93         forbidden in the output (and thus input) file.
94         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
95         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
96         generate just one large awk script for substitutions,
97         eliminating much of the earlier complexity, while adding some
98         new complexity.  Only expand the substitution templates at
99         configure time, for smaller configure script size.  If
100         _AC_SUBST_FILES are used, test 'awk' for working getline support
101         at config.status time.  If absent, interpolate through the
102         shell.  The awk script was written with much help
103         from Paolo Bonzini and Paul Eggert.
104         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
105         (_AC_SED_FRAG_NUM): Likewise.
106         (_AC_SUBST_CMDS): Renamed from...
107         (_AC_SED_CMDS): ...this.
108         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
109         * tests/torture.at (Substitute a 2000-byte string): Also
110         substitute a line with 1000 words, and a variable with several
111         long lines.
112         (Substitute and define special characters): Test awk special
113         characters, and put substitution input strings `@foo@' in the
114         output, to test that no recursion happens; test several other
115         combinations from Paolo Bonzini.
117 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
119         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
120         that replaced echo with AS_ECHO where this wasn't necessary.
121         Problem reportd by Ralf Wildenhues.
122         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
123         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
124         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
126 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128         * lib/freeze.mk (GREP): Removed, no need to initialize this.
130 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
132         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
133         that traditional Awk lacks 3-arg "split".  It has it.
134         Mention that FS must be a single character, and a few other
135         99-byte limits of traditional Awk.
136         Mention that if (i in a) doesn't work with traditional Awk.
138 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
140         * tests/autotest.at (BSx641-newline in command):
141         (BS-BS-newline in command, BSx640-newline in command):
142         (Newline-CODE-BS-newline in command):
143         (Single-quote-BS-newline in command):
144         (Single-quote-newline-BS-newline in command):
145         Use printf '%s\n' instead of echo, for portability to hosts
146         where echo interprets backslashes.  This will break on hosts
147         that lack printf, but for now let's assume all such hosts
148         are dead (if not, we should get reports of test failures).
150 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
152         'echo' has some portability problems, when given a first argument
153         with a leading '-', or when given any argument containing '\'.
154         Avoid using 'echo' in these cases.
155         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
156         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
157         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
158         * lib/autotest/general.m4 (AT_INIT): Likewise.
159         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
160         argument might be unportable.
161         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
162         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
163         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
164         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
165         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
166         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
167         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
168         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
169         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
170         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
171         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
172         (AC_PROG_MAKE_SET): Likewise.
173         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
174         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
175         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
176         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
177         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
178         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
179         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
180         * bin/autoconf.as: Redo verbose flag implementation, as the old
181         scheme wouldn't work with AS_ECHO.
182         * lib/autotest/general.m4 (AT_INIT): Likewise.
183         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
184         Don't use ECHO_T, since ECHO_N is now reliable.
185         * lib/autotest/general.m4 (AT_INIT): Likewise.
186         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
187         rather than using a here-document to put the script into a file.
188         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
189         use AS_ECHO.
190         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
191         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
192         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
193         bug, but we might as well stop using ECHO_N and ECHO_C internally.
194         * lib/autotest/general.m4 (AT_SETUP): Likewise.
195         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
196         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
197         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
198         operand, as AS_ECHO requires.  Avoid double file name expansion.
199         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
200         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
201         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
202         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
203         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
204         Double-quote strings that would otherwise contain M4 comments.
205         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
207         * configure.ac (AC_INIT): Bump to 2.61a.
208         * NEWS: Likewise.
210 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
212         Version 2.61.
214         * configure.ac (AC_INIT): Bump to 2.61.
215         * NEWS: Likewise.
217         * tests/autotest.at (Macro with backslash in a test title):
218         Comment out for now, as this tests neither fails nor passes
219         reliably.  Problem reported by Ralf Wildenhues.
221 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
223         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
224         in previous change, which caused test failures.
226 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
228         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
229         code for --enable, --disable, --with, and --without to...
230         (_AC_INIT_PARSE_ENABLE): ... a new macro.
231         * doc/autoconf.texi (Package Options):
232         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
234 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
236         Import these changes from config via gnulib:
238         2006-11-15  Ben Elliston  <bje@gnu.org>
240         From Josselin Mouette <joss@debian.org>:
241         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
243         2006-11-08  Ben Elliston  <bje@gnu.org>
245         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
247         2006-11-07  Steve Woodford  <scw@NetBSD.org>
248                     Ben Elliston  <bje@gnu.org>
250         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
251         * build-aux/config.sub (sh5el): New basic_machine.
254         Import this change from coreutils:
256         2006-02-13  Jim Meyering  <jim@meyering.net>
258         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
261         Import this change from gnustandards via gnulib:
263         2006-11-15  Karl Berry  <karl@gnu.org>
265         * standards.texi: core -> memory, throughout.
266         (CPU Portability): show correct example of calling write
267         on a char value; thanks to Paul Eggert for the code.
268         Both of these suggestions from Eugene Y. Vasserman.
271         Import these changes from texinfo via gnulib:
273         2006-11-08  Karl Berry  <karl@gnu.org>
275         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
276           as well as pdf images, since they are supported in pdftex with
277           no further ado.
279         2006-11-05  Karl Berry  <karl@gnu.org>
281         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
283 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
285         * NEWS: Document the AC_ARG_WITH change.
287 2006-11-13  Bruno Haible  <bruno@clisp.org>
289         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
290         options, transliterate also dots to underscores.
291         (_AC_ENABLE_IF): Transliterate also dots to underscores.
292         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
293         first argument may also contain dots.
295 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
297         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
298         benefit of platforms like Solaris+GCC where it is common to have a
299         non-working g++ installation.
301 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
302         and Joel E. Denny  <jdenny@ces.clemson.edu>
303         and Paul Eggert  <eggert@cs.ucla.edu>
305         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
306         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
307         ./micro-suite.
309 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
311         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
312         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
313         Imported from a similar patch to gnulib by Bruno Haible.
315 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
317         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
318         * doc/autoconf.texi (C Compiler): Document them.
319         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
320         New macros, taken from gnulib.
322 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
324         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
325         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
326         Matthew Woehlke.
328 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
330         * tests/torture.at (Configuring subdirectories): Do not skip
331         Automake 1.10 nor future Automake 11.1 (sic).
333 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
334         and Stepan Kasal  <kasal@ucw.cz>
336         Handle special characters in test case titles correctly.
337         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
338         properly.
339         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
340         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
341         argument.  Extend to check titles printed by ./micro-suite and
342         ./micro-suite -l and the title in micro-suite.log.
343         (Backquote in a test title,
344         Single-quote in a test title,
345         Double-quote in a test title): Don't expect failure anymore.
346         (Backslash in a test title): Put a non-whitespace character after the
347         backslash so that Bourne shells might actually see it as an escape
348         sequence.
349         (Brackets in a test title,
350         Pound in a test title,
351         Comma in a test title,
352         Quoted Macro in a test title,
353         Macro in a test title,
354         Macro with single-quote in a test title): New tests.
355         (Macro with backquote in a test title,
356         Macro with double-quote in a test title,
357         Macro with backslash in a test title): New tests expected to fail.
358         * tests/torture.at (#define header templates): M4-quote this title in
359         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
360         The visible effect was a stray [] in the testsuite output.
362 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
364         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
365         `trap ... 0' inside a function, for AIX sh.
367 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
369         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
370         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
371         5363) simply issues a warning when dividing by zero at compile
372         time.  Problem reported by Elias Pipping.
374 2006-10-26  Eric Blake  <ebb9@byu.net>
376         * THANKS: Update.
377         * doc/autoconf.texi (Evaluation Macros): Improve the example to
378         show effect on macros that expand with commas.
379         Reported by Joel E. Denny.
381         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
382         Also work with M4 1.4.8.
384 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
386         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
387         Jim Meyering.
389 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
391         * tests/tools.at (autom4te --force): New test, verifies that
392         `--force' always rewrites the output file.
394 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
396         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
397         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
399 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
401         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
403 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
405         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
406         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
407         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
408         reported by Nelson H. F. Beebe for Coreutils 6.4.
410         * tests/tools.at (autoconf --trace: user macros): Remove test
411         for tracing multiline macros, since m4 1.4.7a uses a different
412         way to number lines.  Problem reported by Ralf Wildenhues.
414 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
416         * bin/autom4te.in (handle_m4): Do not redirect stdin to
417         /dev/null since the heuristics for interactive behaviour was
418         fixed in CVS m4.
420         * bin/autom4te.in: With --force, always refresh the output
421         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
423         * bin/autoconf.as: Fix the verbose message at the end.
425 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
427         * configure.ac (AC_INIT): Bump to 2.60c.
428         * NEWS: Likewise.
430 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
432         * NEWS: Version 2.60b.
434         Import this change from Texinfo:
435         2006-10-15  Karl Berry  <karl@gnu.org>
436         * build-aux/texinfo.tex: automake 1.10
438         * NEWS: Remove AC_CACHE_CHECK_INT.
439         * doc/autoconf.texi (Caching Results): Likewise.
440         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
441         AC_CACHE_CHECK_INT, since it's no longer public.
442         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
443         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
445 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
449 2006-10-19  Eric Blake  <ebb9@byu.net>
451         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
452         (m4_maketemp): Avoid warnings with M4 1.9a.
453         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
454         m4_mkstemp.
455         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
456         * NEWS: Likewise.
458 2006-10-16  Eric Blake  <ebb9@byu.net>
460         * doc/autoconf.texi (Setting Output Variables): Fix typo.
462         * bin/autoconf.as (version): Reword to match GNU Coding
463         Standards.
464         * bin/autoheader.in (version): Likewise.
465         * bin/autom4te.in (version): Likewise.
466         * bin/autoreconf.in (version): Likewise.
467         * bin/autoscan.in (version): Likewise.
468         * bin/autoupdate.in (version): Likewise.
469         * bin/ifnames.in (version): Likewise.
471 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
473         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
474         looking for special shell characters.
475         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
476         macro defined by AS_VAR_PUSHDEF before passing it as a
477         parameter.
478         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
479         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
480         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
481         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
482         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
483         Likewise.
484         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
485         AS_VAR_* properly.
486         * tests/m4sh.at (AS_LITERAL_IF): New test.
488 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
490         (Imported from Automake.)
491         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
492         which incorrectly sets the mode of an existing destination
493         directory.  In some cases the unpatched install-sh could do the
494         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
495         system.  We hope this is rare in practice, but it's clearly worth
496         fixing.  Problem reported by Alex Unleashed in
497         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
498         Also, don't bother to check for -m bugs unless we're using -m;
499         suggested by Stepan Kasal.
501 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
503         Import this change from Automake:
505         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
506         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
507         is enabled by default with gnu and gnits strictness.
508         Report from Bruno Haible.
510         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
511         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
512         gnu and gnits modes.
514         Import this change from Config:
516         2006-09-20  Ben Elliston  <bje@gnu.org>
517         * build-aux/config.sub (score, score-*): New.
519         Import this change from Gnulib:
521         2006-09-16  Karl Berry  <karl@gnu.org>
522         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
523         to avoid sectioning errors.
525         Import these changes from Texinfo:
527         2006-10-04  Karl Berry  <karl@gnu.org>
528         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
529         (\quoteexpand): rename to \rquoteexpand.
530         (\codequoteleft): new def, to look for @set codequotebacktick.
531         (\lquoteexpand, \quoteexpand): new defs.
532         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
533         (\code): must use new \...Char values, since now ` is active.
535         2006-08-26  Karl Berry  <karl@gnu.org>
536         * build-aux/texinfo.tex (\textdegree): New command.
538         2006-08-12  Karl Berry  <karl@gnu.org>
539         * build-aux/texinfo.tex (error \box0): smaller font.
541 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
543         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
545 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
547         * doc/autoconf.texi (Autoheader Macros): Warn that the text
548         added to the template can get mangled.
550 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
552         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
553         include the default headers, and redefine obstack_chunk_alloc
554         and obstack_chunk_free.  Fixes false failure with glibc.
556 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
558         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
559         for backward compatibility with Libtool 1.5.22.  Problem reported
560         by Ralf Wildenhues.
562 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
564         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
565         AC_PROG_CC.
566         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
568 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
570         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
571         the NonStop platform.
572         * doc/autoconf.texi (Posix Variants): Likewise.
573         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
575         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
576         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
577         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
578         Use a better substitute, by inspecting the output of "ls"
579         rather than just using ":".
580         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
581         rather than AS_EXECUTABLE_P, since we needn't worry about
582         non-regular files here.
584         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
585         due to configuration hassles with this.  See Tonya Underwood's report
586         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
587         * doc/autoconf.texi (Special Shell Variables): Likewise.
589 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
590             Stepan Kasal  <kasal@ucw.cz>
592         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
593         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
595 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
597         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
598           initialization which is not inherited through the environment
599         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
600         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
602 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
604         * doc/autoconf.texi (Limitations of Usual Tools): Describe
605         problems with mkdir -p -m.
607 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
609         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
610         comment about ac_cpp_err; it was incorrect, and anyway
611         ac_cpp_err is being removed below.
612         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
613         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
614         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
615         nobody uses it.
616         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
617         with werror_flag and conftest.err and so forth.  This is more
618         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
619         and anyway the user shouldn't normally want to see this gorp logged.
620         Problem reported by Ralf Wildenhues.
621         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
622         empty, not 'no', since the rest of the code uses 'test -z'.
624 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
626         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
627         Use a single call to AC_DO_TOKENS rather than multiple, for
628         efficiency.
629         (_AC_LINK_IFELSE): Test that resulting file is executable.
630         Problem reported by mwoehlke in
631         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
633         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
634         than creating a file to use with test -x; this is much faster.
636 2006-10-02  Bruno Haible  <bruno@clisp.org>
638         * lib/autom4te.in (Automake-preselections): Add
639         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
641 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
643         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
644         standard error, `experr' should be used, not `expout'.
646 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
648         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
649         fseeko testing program twice; just use the earlier result.
650         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
651         Set cache var to 'unknown' (not 'no') if leaving the macro unset
652         still doesn't let the program compile.
653         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
654         failed.
656         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
657         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
658         include it, without including anything else.
659         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
660         expressions.
661         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
663 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
665         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
666         `error.h', and include it, for a `error_at_line' prototype.
667         Use a nonempty format string in the link test.
668         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
669         for a declaration of wait3.
671 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
673         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
674         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
675         can apply to constants too, and that it checks for macro defns.
676         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
677         and simply cast the identifier to void.  This handles structure
678         values.  Problem reported by Ralf Wildenhues.
679         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
681 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
683         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
684         structure, and function symbols.
686 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
688         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
689         member.
691 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
693         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
694         * README: Likewise.
695         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
697 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
698         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
700         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
701         warnings (uninitialized value).
702         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
703         present.
704         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
705         parentheses.
706         (AC_STRUCT_TM): Likewise, avoid unused variables.
708 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
710         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
711         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
712         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
713         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
714         Report by Olly Betts.
716 2006-09-19  Eric Blake  <ebb9@byu.net>
718         * m4/m4.m4: Change copyright.
719         * configure: Regenerate.
720         * Makefile.in: Likewise.
721         * bin/Makefile.in: Likewise.
722         * doc/Makefile.in: Likewise.
723         * lib/Makefile.in: Likewise.
724         * lib/Autom4te/Makefile.in: Likewise.
725         * lib/autoconf/Makefile.in: Likewise.
726         * lib/autoscan/Makefile.in: Likewise.
727         * lib/autotest/Makefile.in: Likewise.
728         * lib/emacs/Makefile.in: Likewise.
729         * lib/m4sugar/Makefile.in: Likewise.
730         * man/Makefile.in: Likewise.
731         * tests/Makefile.in: Likewise.
733         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
734         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
735         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
736         --error-output, to avoid warnings with M4 2.0.
738 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
740         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
741           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
742         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
744 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
746         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
747         expansion of AC_CHECK_FUNCS.
749 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
751         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
752         mistaken comment: the path has to be relative; do not use
753         the path at runtime.
755 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
758         argument to `--prefix' for sub-configure scripts.
759         Pass `--silent' to sub-configure scripts.
760         * tests/torture.at (Configuring subdirectories): Add tests
761         for both changes.
762         * doc/autoconf.texi (Setting Output Variables): Fix example to
763         not show `--silent' being passed to a `configure' re-run.
765 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
767         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
768         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
769         for the existence of the directory at configure-time.  That's
770         too late, anyway.  Problem reported by Stefan Seefeld.
772         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
773         7.1.4 /usr/bin/posix/sh described by Tim Rice in
774         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
776 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
778         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
779         works with GNU M4 1.4.3 again; make the normalized form
780         match the current m4 message; fix the description.
781         * test/tools.at (autom4te cache): Adapt to the change.
783 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
785         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
786         to catch glibc bug 2821
787         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
789         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
790         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
791         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
792         assume C89.
794 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
796         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
797         preselections ...
798         (Autoconf): ... here.
799         (Autoscan-preselections): Delete.
801 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
803         * lib/autom4te.in (Automake-preselections): Preselect
804         AM_ENABLE_MULTILIB.
806 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
808         * doc/autoconf.texi (Preset Output Variables): srcdir and
809         top_srcdir are not necessarily relative.  Problem reported
810         by Dries Kimpe.
812 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
814         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
815         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
816         accept files with extension `.f'.  For consistency, also prefer
817         xlf over f77.
818         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
819         from last patch.
821 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
823         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
824         of ERLANG_LIB_VER_* variables.
825         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
826         variables.
828 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
829         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
831         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
832         bugs of Bash 2.01 and 2.05a.
833         (Fortran Compiler): Document that AC_PROG_CC should be called
834         before AC_PROG_FC, due to a bug in Autoconf.
836 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
838         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
839         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
840         except the first two arguments are reversed.
841         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
842         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
843         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
844         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
845         equivalent to the old AC_COMPUTE_INT.
846         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
847         All uses changed to AC_CACHE_CHECK_INT.
848         * tests/base.at (AC_CACHE_CHECK_INT): New test.
849         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
851 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
853         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
854         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
855         programs should use their Gnulib counterparts.
856         * doc/autoconf.texi (Particular Functions): Likewise.
857         (Macro Names, testsuite Invocation): Replace uses of these
858         obsolete macros with uses of non-obsolete macros.
860 2006-08-29  Eric Blake  <ebb9@byu.net>
862         * configure.ac (AC_INIT): Bump to 2.60b.
863         * NEWS: Update.
865 2006-08-28  Eric Blake  <ebb9@byu.net>
867         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
868         mistakenly swapped on 2006-08-15.
870 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
872         * NEWS: Version 2.60a.
874 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
876         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
877         file created by the PGI compiler.
879 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
881         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
882         simplify the code.
884 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
886         Fix Lex library problem reported to us by Julio Garvia.
887         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
888         for the default, which the user can override.
889         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
890         deal with LEXLIB.
891         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
892         didn't work if some values were cached but not others.  Test for
893         broken lex libraries like native ia64-hp-hpux11.22; see
894         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
895         work around the problem by preferring an empty LEXLIB to -lfl or
896         -ll.  Let the user set LEXLIB='' to indicate no library needed.
898         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
899         * README: Likewise.
900         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
902 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
904         Rework to use more-modern build style.
905         Many files are renamed; all uses of their names were changed.
906         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
907         * .x-sc_useless_cpp_parens: New file.
908         * build-aux/config.guess: Renamed from config/config.guess.  Update.
909         * build-aux/config.sub: Renamed from config/config.sub.  Update.
910         * build-aux/elisp-comp: Renamed from config/elisp-comp.
911         * build-aux/install-sh: Renamed from config/install-sh.  Update.
912         * build-aux/mdate-sh: Renamed from config/mdate-sh.
913         * build-aux/missing: Renamed from config/missing.
914         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
915         * build-aux/vc-list-files: Renamed from config/vc-list-files.
916         * config/Makefile.am: Removed.
917         * config/mkinstalldirs: Removed.
918         * config/move-if-change: Removed.
919         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
920         * Makefile.am (SUBDIRS): Remove config.
921         (ACLOCAL_AMFLAGS): Include from m4, not config.
922         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
923         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
924         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
925         Fail if there's an error.
926         * Makefile.cfg (move_if_change): Remove.
927         (wget_files): Remove.
928         (cvs_executable_files): New macro.
929         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
930         (executable-update): Use $(cvs_executable_files).
931         (local-checks-to-skip): Remove.
932         * Makefile.maint: Merge from coreutils, plus add our own changes
933         (gzip_rsyncable): New macro.
934         (GZIP_ENV): Use it.
935         (CVS_LIST): Use build-aux/vc-list-files.
936         (VERSION_REGEXP): New macro.
937         (local-checks-available): Add patch-check, $(syntax-check-rules),
938         check-AUTHORS.
939         (syntax-check-rules): Compute dynamically.
940         (sc_cast_of_x_alloc_return_value): Work even if no source files.
941         (sc_cast_of_alloca_return_value): Likewise.
942         (sc_prohibit_atoi_atof): Simplify regexp.
943         (sc_no_if_have_config_h, sc_require_config_h):
944         (sc_prohibit_assert_without_use,
945         (sc_obsolete_symbols): Check for O_NDELAY.
946         (sc_texi_notab): Remove.
947         (sc-changelog): Don't make an exception for '----' lines.
948         (.re-list): Remove, so we don't have a junk file behind.
949         (sc_system_h_headers): Remove the need for .re-list.
950         (sc_the_the):  New rule.
951         (sc_tight_scope): Simplify.
952         (sc_trailing_blank): Renamed from sc_trailing_space.
953         (longopt_re): New macro.
954         (sc_two_space_separator_in_usage): New rule.
955         (sc_unmarked_diagnostics): Look at all files under CVS.
956         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
957         (news-date-check, changelog-check): Version is OK.
958         (po-check): Look for lib files even if not in CVS.
959         (copyright-check): Use $() not ``.
960         (maintainer-distcheck): Do not depend on changelog-check.
961         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
962         Also check for -Wpointer-arith.
963         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
964         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
965         Remove.
966         (announcement): Add --gpg-key-id arg.
967         (cvs-sv): Remove.
968         (move_if_change): Just use mv.
969         (local_updates: Remove wget-update, po-update.
970         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
971         (config.guess-url_prefix, config.sub-url_prefix): Remove.
972         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
973         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
974         ($(get-targets)): Remove.
975         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
976         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
977         (cvs-update): Get from gnulib.
978         (emut_upload_commands): gnupload is in build-aux now.
979         (alpha beta major): Add changelog-check.  Check version.
980         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
981         (AC_CONFIG_FILES): Remove.
982         * bin/autoconf.as: Add spaces to avoid distcheck warning.
983         * config/announce-gen: Sync from coreutils.
984         * doc/make-stds.texi: Sync from gnulib.
985         * doc/standards.texi: Likewise.
986         * man/Makefile.am: Adjust for config -> build-aux renaming.
987         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
988         * tests/local.at: Adjust from config -> build-aux renaming.
989         * tests/tools.at: Likewise.
990         * tests/torture.at: Likewise.
992         * NEWS: The C99 check now tests for vararg macros and 64-bit
993         preprocessor ints.
994         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
995         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
996         64-bit preprocessor ints.  Check for static initialization of
997         long long.  Remove unnecessary casts.
999 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1001         * doc/autoconf.texi (Particular Programs): Mention that
1002         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1003         Reported by Alexandre Duret-Lutz.
1005 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1007         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1008         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1009         Bill Northcott in
1010         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1012 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1014         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1015         pacify insanely picky compilers.  Problem reported by Eric Blake.
1017         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1018         longer supported by Sun.
1020 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1022         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1023         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1024         -Wundef -Werror".  Problem reported by David Fang in
1025         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1026         * doc/autoconf.texi (Header Templates, Default Includes):
1027         (Particular Functions, Generic Functions, Header Portability):
1028         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1029         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1030         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1031         Prefer #ifdef to #if.
1032         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1033         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1034         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1035         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1036         Likewise.
1037         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1038         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1039         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1040         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1041         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1042         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1043         this.
1045 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1047         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1048         problems with arg script text that doesn't end in newline, and
1049         with '-e a...'.  Problems reported by Ralf Wildenhues.
1051 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1053         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1054         check for libXt by a check for libX11.
1056 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1058         * doc/autoconf.texi (config.status Invocation): Adjust according
1059         to last change.
1061 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1063         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1064         --help' should mention that `--version' outputs configuration
1065         settings.  Report by Bruno Haible.
1067 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1069         Fix test suite failures reported by Pierre in
1070         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1071         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1072         the compiler created a file "b.out" when it didn't create anything
1073         at all.
1074         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1075         Discard stderr too, when invoking the test script.
1077 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1079         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1080         in the restoring of the werror flag.
1082 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1084         * doc/autoconf.texi (Volatile Objects): Be even a little
1085         less skeptical about "volatile", after discussion with
1086         Bruno Haible on bug-gnulib.
1087         (Limitations of Usual Tools): Warn about sed stripping
1088         leading white space from text.  From Bruno Haible.
1090 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1092         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1093         compiler complains about it, even if things works after the
1094         complaint.  Problem reported by Peter O'Gorman.
1096         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1097         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1098         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1100 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1102         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1103         after -R regardless of host.  Patrick Welche reports that this
1104         fixes things on NetBSD 3.99.
1106         * NEWS: Recommend M4 1.4.5.
1107         * README: Likewise.
1108         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1109         * tests/tools.at (autom4te cache): Update wording of diagnostic
1110         to match M4 1.4.5.
1112 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1114         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1115         under AC_C_VOLATILE.
1116         (Volatile Objects): Be a little less skeptical about what
1117         "volatile" means.  Derived from thoughts by Ben Pfaff in
1118         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1120 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1122         * doc/autoconf.texi: Fix some typos.
1124 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1126         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1127         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1128         reported by Keith Marshall.  Also, don't bother with builddir2,
1129         since it shouldn't be needed any more.
1131 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1133         * doc/autoconf.texi (Generic compiler characteristics):
1134         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1135         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1137         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1138         (_AC_COMPUTE_INT): Add obsoletion warnings.
1139         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1140         AC_COMPUTE_INT.
1142         * NEWS: Document change.
1144 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1146         * doc/autoconf.texi (Volatile Objects): New section.
1148         * NEWS: Document previous change.
1150 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1152         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1153         Require that long long int be at least 64 bits wide.  C99 requires
1154         this and enough programs depend on it so we should check for it.
1155         Bruno Haible reports in
1156         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1157         that long long int is 32 bits wide with some nonstandard compilers.
1158         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1160 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1162         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1163         to a nonexistent file, so that we don't have to worry about
1164         a local site configuration that doesn't use /usr/local.
1165         Problem reported by Keith Marshall in
1166         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1168 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1170         * doc/autoconf.texi: Be more consistent about using @acronym with
1171         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1172         quite right (it talked about "OSF/Tru64", even though the
1173         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1174         and it even mentioned "OSF 4"!) and at this point there's little
1175         reason to talk about OSF any more, since it died in 1994.
1176         (Specific Compiler Characteristics): Simplify example of
1177         negative-size array.
1178         (File Descriptors): Reorder to make the text flow better.
1179         Remove joke about "appreciate the various levels"; I didn't get it.
1180         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1181         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1182         (File Descriptors, Limitations of Usual Tools):
1183         Tone down the advice against renaming or removing open files.
1184         (Limitations of Usual Tools): Add a new section, on 'rm'.
1186 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1188         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1189         -lXt in LIBS, idea from Karsten Hopp; this was due since
1190         this change:
1192         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1193         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1194         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1195         (which belong to Xt, not X itself).  See Debian bug 327655.
1197 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1199         * configure.ac (AC_INIT): Bump to 2.60a.
1200         * NEWS: Update.
1202 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1204         Version 2.60.
1206         * configure.ac, NEWS: Update.
1208 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1210         * config/texinfo.tex: Sync from upstream.
1212         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1213         quadrigraph correctly in traces.
1215         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1216         Fix typos.
1218         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1219         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1220         not defined.
1221         * doc/autoconf.texi (Changed Directory Variables): New node,
1222         to document the whole `datarootdir' business a bit better.
1223         * NEWS: Update.
1224         * tests/torture.at (datarootdir workaround): Extend test.
1225         Prompted by report by Alexandre Julliard.
1227 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1229         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1230         when using default mode of IBM C 6 for AIX.  Problem and two-line
1231         fix reported by Larry Jones.
1233 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1235         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1236         about literal '${datarootdir}' if a definition is found in the
1237         output file.
1239 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1241         * NEWS: Use "M4" rather than "m4" when appropriate.
1242         Problem reported by Eric Blake.
1243         * doc/autoconf.texi: Likewise.
1244         Use @acronym around BSD, GCC, and GNU when appropriate.
1245         (Why GNU M4): Renamed from "Why GNU m4".
1246         (Redefined M4 Macros): Mention that Posix
1247         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1248         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1249         to int.
1251 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1253         * bin/autom4te.in (handle_output): Do not forbid the empty
1254         pattern.
1255         * tests/tools.at (autoconf: the empty token): New test.
1257 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1259         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1260         calls, so that we do not care whether they are LIFO or FIFO;
1261         in the m4_wrap, do not check which diversion is the topmost
1262         one, just check that the stack is balanced at the end.
1263         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1264         base diversion forever--pop the previous diversion before
1265         opening the new one; consequently, remove the m4_wrap call.
1266         * lib/autotest/general.m4 (AT_INIT): Likewise.
1267         * tests/m4sugar.at: Do not use
1268         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1270 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1271         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1273         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1274         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1275         Rework example of m4wrap token-pasting trouble so that it doesn't
1276         care whether it's LIFO or FIFO.
1277         Fix some "contrary to"s that are awkward in English.
1279 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1281         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1282         to `yes' instead of `int$1_t' if the type is found, for more
1283         consistent configure output (where $1 is the number of bits).
1284         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1285         Suggested by Bruno Haible.
1287         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1288         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1289         with system headers.  Report by Bruno Haible.
1291 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1293         * config/config.guess, config/config.sub: Sync from upstream.
1295         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1296         in order to avoid picking up an older installed frozen m4sh.m4f.
1297         Besides an outdated shell startup, this could have been created
1298         by an earlier M4 version with incompatible frozen file format.
1300 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1302         * README: Recommend m4 1.4.4 instead of 1.4.3..
1303         * doc/autoconf.texi: Likewise.
1304         (Special Chars in Names): Say that $(.FOO) is portable, as
1305         suggested by Stepan Kasal.
1306         (Installation Directory Variables, Build Directories):
1307         (Automatic Remaking, Subdirectories, Fortran Compiler):
1308         (Making testsuite Scripts, Defining Directories):
1309         Quote variable usages better.
1310         (Making testsuite Scripts): Add clean-local rule to makefile
1311         snippet, by Eric Blake.
1312         (Installation Directory Variables): Fix table item font.
1313         Reword slightly to clarify.  Generalize advice about
1314         not using special characters to include all file-related
1315         vars, not just VPATH.
1316         (Special Chars in Variables): Warn about special characters in
1317         $(srcdir) too.
1318         (Assignments): Clarify default-value example as suggested by
1319         Ralf Wildenhues in
1320         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1321         (Special Shell Variables): Note leading ./ or ../, as suggested
1322         by Eric Blake.
1323         (Limitations of Builtins): Under cd, warn about CDPATH.
1324         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1325         Ralf Wildenhues.
1327 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1329         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1330         `@var', for texi2html.
1331         (Systemology): Some more word wrapping, for DVI output.
1332         (autom4te Invocation): The short option for `--melt' is `-M',
1333         not `-m'.
1335 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1337         * doc/autoconf.texi: More formatting and English tweaks,
1338         many suggested by Ralf Wildenhues.
1339         Reword to avoid "@code{...}'s" and the like, since it's ugly
1340         with Emacs info mode.  discontents -> woes.
1341         Put a few "will"s back.  time stamp -> timestamp.
1342         side-effect -> side effect.
1344 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1346         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1347         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1348         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1349         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1350         Mention other special chars, too.
1352 2006-06-14  Eric Blake  <ebb9@byu.net>
1354         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1356 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1358         * doc/autoconf.texi: Some systematic minor improvements, as
1359         follows.  Use "makefile" when talking about makefiles
1360         generally (which might be named "makefile" or "Makefile" or even
1361         "foo.mk"), "Makefile" when talking about a specific makefile
1362         called "Makefile".  This unclutters the text from weird quotes
1363         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1364         values" rather than "@var{foo}s" and similar constructs containing
1365         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1366         English-language improvements.  Change the prefix "sub-" to "sub"
1367         and "re-" to "re".
1368         Put blank lines around examples more consistently.
1369         Avoid "rather" and "very" as intensifiers.
1370         Avoid "will" as an auxiliary.
1371         (Limitations of Make): Split this node into....
1372         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1373         (Leading _ in Macro Names, Backslash-Newline-Newline):
1374         (Backslash-Newline Comments, Long Lines in Makefiles):
1375         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1376         (obj/ and Make, make -k Status, VPATH and Make):
1377         (VPATH and Double-colon, $< in Explicit Rules):
1378         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1379         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1380         New nodes, resulting from splitup of Limitations of Make.
1381         All cross-references changed.  Raise the top node from
1382         a section to a chapter, and all subnodes accordingly.
1383         Redo the introductory wording to match the new organization.
1384         (Installation Directory Variables): Use an example that is
1385         closer to what Autoconf actually does.  Mention that VPATH's
1386         value should not contain metacharacters or white space.
1387         (Fortran Compiler): Fix a VPATH bug in an example.
1388         (Leading _ in Macro Names): Mention that this problem is no longer
1389         of practical concern.
1390         (VPATH and Make): Reword the advice to make it clearer
1391         that Autoconf and Automake support VPATH in non-GNU make, but
1392         many packages have bugs in this area.
1393         ($< in Explicit Rules): Refer to Build Directories rather
1394         than using a (non-VPATH-safe) example.
1395         (Automatic Rule Rewriting): Mention the sort of disaster that
1396         can ensue with Solaris-style rule rewriting with VPATH.
1398 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1400         * doc/install.texi (Compilers and Options): Weaken the
1401         suggestion to use GNU make for VPATH builds.
1403         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1404         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1406         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1407         in regular expression.
1409 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1411         * doc/autoconf.texi (Installation Directory Variables):
1412         Drop extra @samp from `@table @samp' item.
1413         (Limitations of Usual Tools): Comment fix.
1414         Do not nest @samp just to point to other table items.
1415         (Writing testsuite.at) <AT_CHECK>: The second argument to
1416         `@dvar' is already @samp'ed.
1417         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1418         do not use @var in the second argument.
1420 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1422         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1423         $as_shell.exe too.  Problem reported by Andreas Buening in
1424         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1426 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1428         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1429         `unused variable' compiler warning, for `-Wall -Werror'.
1430         Reported by Jaap Haitsma in
1431         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1433 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1435         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1436         case the compiler dumps core.  Problem reported for
1437         OpenServer 5.0.7 by Tim Rice in
1438         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1439         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1440         Likewise.
1442 2006-06-06  Tim Rice <tim@multitalents.net>.
1444         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1445         "ERROR" only shows up in "make check" output if there is an
1446         error.
1448 2006-06-06  Eric Blake  <ebb9@byu.net>
1450         * tests/tools.at (automatically allowed tokens): Fix typo.
1452 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1454         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1456         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1457         typically overflows on x86 CPUs, even though the C standard
1458         requires otherwise.
1460 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1462         * configure.ac (AC_INIT): Bump to 2.59e.
1463         * NEWS: Update.
1465 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1467         Version 2.59d.
1469         * config/texinfo.tex: Sync from upstream.
1471         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1472         seen, invoke libtoolize with `--ltdl' argument.
1473         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1474         * NEWS: Update.
1475         Suggested by Eric Blake.
1477 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1479         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1480         reported by Ralf Wildenhues.
1481         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1483 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1485         * THANKS: Update.
1487 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1489         * doc/autoconf.texi: Modernize some of the references to Solaris.
1491 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1493         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1494         message issued by AC_REQUIRE.
1495         * tests/m4sugar.at: Check m4_require's error message.
1496         * tests/base.at: Check AC_REQUIRE's error message.
1497         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1498         to...
1499         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1500         AT_CHECK_M4.
1501         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1502         `expout' as the last parameter.
1503         * tests/tools.at: Adapt to the above change.
1505 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1507         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1508         information about race-free implementations of mkdir.
1510 2006-06-04  Eric Blake  <ebb9@byu.net>
1512         * bin/autoreconf.in (help): Document M4 environment variable.
1513         * bin/autoconf.as (Usage): Likewise.
1514         * bin/autom4te.in (help): Likewise.
1515         * doc/autoconf.texi (autom4te Invocation): Likewise.
1517 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1519         * NEWS: GNU make now recommended for VPATH builds.
1520         Mention that some macros are now documented to be obsolescent.
1521         * doc/autoconf.texi:
1522         Prefer "current" to "modern" to describe
1523         currently-used (albeit perhaps old-fashioned) hosts.
1524         Mention which ancient features no longer need to be worried about.
1525         setgid -> set-group-ID
1526         setuid -> set-user-ID (these are the Posix terms)
1527         Fix some misuses of "only".
1528         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1529         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1530         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1531         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1532         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1533         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1534         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1535         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1536         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1537         Mention that these macros are obsolescent.
1538         (Installation Directory Variables): shall -> should
1539         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1540         Mention that it's now safe to use 3 and 4.
1541         (Limitations of Usual Tools): cp -r is now specified by Posix.
1542         Omit longwinded and obsolescent discussion of cp -f.
1543         Modernize discussion of expr, ls.
1544         (Limitations of Make): Modernize discussion of VPATH builds.
1545         Mention $? as a workaround in some cases.
1546         * doc/install.texi (Basic Installation):
1547         Mention "./configure; make; make install" first.  Be more
1548         specific about why this file is generic.  Remove unnecessary
1549         parens.  Remove misleading "only".  Remove obsolete advice
1550         about csh.  Don't say "configure" takes awhile; say it
1551         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1552         and CC=c99 rather than CC=c89, as these are blessed by current
1553         Posix.  Recommend GNU make if doing a VPATH build.
1555 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1557         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1558         examples involving shell prompts.
1560 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1561         and Paul Eggert  <eggert@cs.ucla.edu>
1563         * doc/autoconf.texi (Here-Documents): Add details about the
1564         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1565         use "here-documents" instead of "here documents".
1567 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1569         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1571 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1573         * doc/autoconf.texi (File System Conventions): Warn about ":"
1574         anywhere in directory names.
1576 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1578         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1579         about quoting the case statement, just in case.
1580         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1581         was fixed in ksh93g; reported by Ralf Wildenhues.
1583 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1585         * doc/autoconf.texi (System Services): Do not document
1586         overriding EXEEXT via ac_cv_exeext=ext.
1587         (Particular Programs) <AC_PROG_MKDIR_P>:
1588         Document that ${MKDIR_P} understands --.
1589         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1590         comment.
1592 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1594         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1595         argument with leading hyphen.  Problem reported by Paul Eggert.
1597 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1599         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1600         about quoting ac_try: quote all of it, if any of it seems suspicious.
1601         This means we don't have to worry about ${ or sed any more.
1602         Also, double-quote the case statement, to work around misuses via
1603         underquoting as reported by Ralf Wildenhues in
1604         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1605         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1606         undocumented and dangerous macro.
1607         Problem reported by Ralf Wildenhues in
1608         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1610 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1613         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1614         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1616 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1618         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1619         since evidently some packages rely on the old, broken behavior.
1620         Problem reported by Ralf Wildenhues in
1621         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1622         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1623         pre-2006-05-26 definitions, but leave in the comments that
1624         these macros are dangerous and should not be used.
1625         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1626         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
1627         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
1628         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
1629         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
1631 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1633         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
1634         the use of 'tr', since this is our only use of 'tr'.
1636 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1637         and Paul Eggert  <eggert@cs.ucla.edu>
1639         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1640         Don't assume 'grep' works on long lines, since AIX grep doesn't.
1642 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1644         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
1645         the output file in the `${datarootdir}' test.
1647 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
1648         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1650         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
1651         mention of `datarootdir' in the input file(s), but literal
1652         `${datarootdir}' in the output file, and we haven't warned yet,
1653         then warn as well: the user may have (erroneously) used
1654         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
1655         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
1656         * tests/torture.at (datarootdir workaround): Extend this test.
1657         * NEWS: Update.
1659 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1660         and Paul Eggert  <eggert@cs.ucla.edu>
1662         * doc/autoconf.texi (autoheader Invocation): The first argument to
1663         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
1664         alternatives and clear up the language a bit.
1666 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1668         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
1669         ac_config_guess, ac_config_sub, ac_configure.
1670         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1671         Fix typo that prevented an unnecessary space from being removed.
1672         Problems reported by Ralf Wildenhues in:
1673         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
1675 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1677         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
1678         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
1679         Don't use the term "thread-safe" to talk about mkdir race
1680         conditions, since the problem is more a process than a thread
1681         issue.  Problem reported by Stepan Kasal in:
1682         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
1683         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
1684         the test for 'install' more closely.  Look at MKDIR_P first.
1685         Look in the PATH, and at /opt/sfw/bin.
1686         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
1687         Don't bother to try mkdir -p, since we already check mkdir --version;
1688         just look at the version number.  (There's no easy way to check
1689         for race-free implementations.)
1690         * tests/tools.at (autoconf: subdirectories): Adjust to above
1691         changes, since MKDIR_P now might end in "/mkdir -p".
1693         * doc/autoconf.texi (autoheader Invocation): Mention that the
1694         first arg of AC_DEFINE_UNQUOTED must be a literal.
1695         Problem reported by Ben Pfaff in
1696         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
1698         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
1699         * doc/autoconf.texi (Special Chars in Variables): New section.
1700         (Preset Output Variables): Warn about special chars in CPPFLAGS.
1701         (Installation Directory Variables): Quote $(datadir) better.
1702         (Limitations of Builtins): Describe some of eval's trickiness.
1704         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
1705         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
1706         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
1707         in front of every arg, not just trailing args.  Quote apostrophes.
1708         (_AC_EVAL_ECHO): New macro.
1709         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
1710         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
1711         removed.
1712         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
1713         exposed by quoting of eval argument.  Put the command on line line
1714         so it logs better.
1715         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
1716         (_AC_PATH_X, AC_PATH_X): Quote more safely.
1717         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
1718         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
1719         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
1720         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
1721         Use eval more safely.
1722         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
1723         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
1724         to be replaced.
1725         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
1726         lines, exposed by quoting of eval argument.
1728 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
1729         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1731         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
1732         initialization of `ac_cv_exeext', do not override it if it was
1733         already set, unless it was set to `no', for compatibility with
1734         Autoconf-2.13, and comment this.
1735         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
1736         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
1737         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
1738         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
1739         Document that this test may be overridden by setting
1740         `ac_cv_exeext'.
1742 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1744         Revert these two patches:
1746         2006-04-06  Eric Blake  <ebb9@byu.net>
1747         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1748         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1749         2006-04-01.
1751         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1752         Clean up _AC_COMPILER_EXEEXT* macros.
1753         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1754           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1755           ac_file to the name of the default output file and call
1756           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1757           initial `rm' of the candidate files...
1758         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1759           the same list in subsequent `rm' calls, and for the temporary
1760           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1761           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1762         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1763         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1764           no longer needed) by libtool.  Make it a cache check.
1765         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1766           copied here by mistake.
1767         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1768           _AC_COMPILER_EXEEXT.
1769         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1770           _AC_COMPILER_OBJEXT directly.
1771         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1773 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1775         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
1776         Fix description of how the buggy `sed' works.
1778 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
1780         Sync from Automake:
1782         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
1783         ENOLCK.  Only mention `make -j' when applicable.  Only raise
1784         fatal errors when `make -j' is involved.  Improve error message.
1786 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1788         * doc/autoconf.texi (Here-Documents): We now know more about
1789         the variable expansion in here documents bug.
1790         Thanks to Tim Rice and Stepan Kasal.
1792         * doc/autoconf.texi (Making testsuite Scripts): Add an example
1793         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
1795 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1797         * tests/autotest.at (Multiline command from M4 expansion):
1798         No failure to be expected if the shell quotes newlines in
1799         commands in the `set -x' output.  Report by Tim Rice.
1800         * THANKS: Update.
1802 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1804         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
1805         expansion in the here-documents used by config.status, as that
1806         runs afoul of the Korn shell version M-12/28/93d bug described in
1807         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
1808         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
1809         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
1811 2006-05-23  Jim Meyering  <jim@meyering.net>
1813         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
1814         Fix typo introduced with 2006-04-02 change.  It reversed the sense
1815         of the test.
1817 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1819         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
1820         ac_dB slightly, to save bytes in the script.
1821         Max out at 50 lines, rather than 96; this is more likely
1822         (though not guaranteed) to avoid obscure 'sed' failures.
1824 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1826         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
1827         `tr -d -' as bad option argument.  Work around this by deleting
1828         an unrelated character.
1829         Report by Tim Rice <tim@multitalents.net>.
1831 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
1832             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
1833             Stepan Kasal  <kasal@ucw.cz>
1835         * doc/autoconf.texi (Particular Programs): Do not promise that
1836         we always prefer the GNU version of the program, and that we
1837         search according to PATH; both rules can have exceptions.
1838         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
1839         AC_PROG_SED.  Move descriptions of limitations
1840         to the Limitations of Usual Tools section.
1841         (Limitations of Usual Tools) <sed>: Mention script length
1842         limitations with Solaris /usr/ucb/sed.
1843         <grep>: Fix wording for empty alternative.  Mention that -c and
1844         -l should not be combined, and that -E and -F should not be
1845         combined.
1847 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1848         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1850         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
1851         limits in Solaris 8 /usr/ucb/sed by testing a long script.
1853 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
1855         * doc/autoconf.texi (Defining Symbols): Literal parameter of
1856         AC_DEFINE is now passed to m4_pattern_allow.
1857         * NEWS: Mention that; likewise for AC_SUBST.
1858         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
1859         the parameter to m4_pattern_allow.
1860         * tests/tools.at: Add a check for that.
1862 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
1864         * lib/autoconf/status.m4: Fix typos.
1866 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
1869         only the files that this macro generates.
1871 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1873         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
1874         the HP-UX sed limitation of 99 commands, labels do not count.
1875         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
1876         in the comment.
1877         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
1879 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1881         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
1882         Import the following fix from coreutils:
1884         2006-01-13  Jim Meyering  <jim@meyering.net>
1886         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
1887         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
1888         not double-quote uses of that variable, to accommodate the rare
1889         case in which getmntent is available in none of the libraries
1890         checked.  This happens at least on FreeBSD 5.0.
1892 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1894         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
1895         ac_config_guess, ac_config_sub, and ac_configure, since evidently
1896         some other programs unwisely rely on these undocumented vars.
1897         But put in warning comments about them.
1898         Problem reported by Ralf Wildenhues in
1899         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
1900         * NEWS: Document that these variables are intended to go away.
1902 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1904         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
1905         and set the language to C++ (analogous to the equivalent Fortran
1906         tests).
1908         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
1909         * doc/autoconf.texi (C++ Compiler): Document it.
1910         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
1911         * NEWS: Update.
1913 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1915         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
1916         that caused config.status to generate 100-command sed scripts; the
1917         portable limit is 99.
1919 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1921         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
1922         variable `ac_d' instead of `d' to avoid infringing namespace.
1923         Report by Ralf Menzel.
1925 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1927         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
1928         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
1929         * tests/tools.at (autoconf: subdirectories): New test, taken from
1930         the corresponding problem report by Ralf Wildenhues in:
1931         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
1933         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
1934         Quote some uses of shell variables if they might suffer unexpected
1935         globbing.  This doesn't fix all instances of quoting problems that
1936         I found, just the easy ones that look safe.
1937         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
1938         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
1939         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
1940         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
1941         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
1942         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
1943         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
1944         Likewise.
1945         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
1946         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
1948 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1950         * bin/autoreconf.in ($help): Reword according to the manual.
1951         Suggested by Olly Betts.
1953 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
1954         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1956         * bin/autoreconf.in: Pass the directory argument to
1957         `require_configure_ac'.  Fix comment.
1958         * tests/torture.at (Configuring subdirectories): Expose this.
1959         Reported by Olly Betts.
1961 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1963         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
1964         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
1965         Automake as follows:
1967         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
1968         `$configure_in' instead of `configure.in', to preserve
1969         directory component.
1971 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1973         * config/config.guess, config/config.sub, config/texinfo.tex,
1974         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
1976 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1978         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
1979         test for C99 conformance; (bool) 0.5 is an integer constant
1980         expression, but (bool) -0.5 is not.  Problem reported by Fedor
1981         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
1983 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1985         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
1986         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
1987         Warn about obsolete install-sh files.  Remove stray sentence
1988         fragment and fix cross reference.
1989         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
1990         install -d; this undoes the 2006-05-10 change.
1991         (MKDIR_P): Mark with AN_MAKEVAR.
1992         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
1993         that we don't require $INSTALL to be thread-safe.  Move comments
1994         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
1995         of AC_PROG_INSTALL.  Output a message saying that we're checking
1996         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
1997         MKDIR_P instead of AC_SUBST.
1998         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
1999         Special magic for MKDIR_P, too.
2000         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2001         a dnl.
2002         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2004 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2006         Sync from Automake, as follows:
2008         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009         * config/install-sh: Initialize IFS, so field splitting isn't
2010         turned off later.
2011         * config/mkinstalldirs: Likewise.
2012         * config/missing: Remove superfluous quotes.  Replace all uses of
2013         `[' by `test', for consistency, and for..
2014         * config/missing (sed_minuso, sed_output): New variables.
2015         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2016         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2017         Fixes `missing' to detect `--output' for help2man.  Fixes
2018         PR automake/483.  Report by Dennis J. Linse.
2019         (autom4te): Document in `missing --help'.
2021 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2023         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2024         * config/install-sh: Don't use 'path' to talk about file names,
2025         as per GNU coding standards.  Close a race condition reported by Ralf
2026         Wildenhues and Stepan Kasal.  There is still a race condition
2027         on hosts that predate Posix 1003.1-1992, but we can't help this.
2028         Don't mishandle weird characters like space on pre-Posix hosts.
2029         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2030         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2031         AC_PROG_MKDIR_P from AS_MKDIR_P.
2032         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2033         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2034         earlier editions are not (including Automake 1.8.3).
2035         Do not suggest mkinstalldirs for thread-safety.
2036         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2037         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2038         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2039         presence of special characters and race conditions.
2040         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2041         in Autoconf's name space.
2043 2006-05-10  Bruno Haible  <bruno@clisp.org>
2044         and Paul Eggert  <eggert@cs.ucla.edu>
2046         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2047         from Automake with minor changes.
2048         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2050 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2052         * config/install-sh: Update to Automake CVS version, as follows:
2053         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2054         * lib/install-sh: Simplify the expr implementation of dirname.
2055         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2056         * lib/install-sh: Handle --, and diagnose unknown options.
2058 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2060         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2061         `./autom4te' to create `./testsuite', since the `all' target
2062         will ensure its presence, but `installcheck' should not create
2063         the uninstalled wrappers.
2065         * tests/torture.at (Unusual Automake input files): Skip if we
2066         detect automake < 1.8.
2068 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2070         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2071         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2072         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2073         * NEWS: Update.
2075 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2077         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2078         munge (multiple) white space and other oddities.
2079         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2080         single quotes in variable assignment.
2081         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2082         and similar failures by adding multiple spaces, tabs, and other
2083         special characters.
2084         Report and different test suggested by Francesco Romani
2085         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2087         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2088         single quotes, we only need to search for single quotes; this
2089         both simplifies the search pattern, and makes us less
2090         susceptible to `echo' variations for arguments not containing
2091         single quotes.
2092         (_AC_ARG_VAR_VALIDATE): Likewise.
2094 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2096         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2097         `$*' and IFS concatenation issue with traditional shells and
2098         bash-2.04.  Report by Seanster@Seanster.com.
2100 2006-05-03  Bruno Haible  <bruno@clisp.org>
2102         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2103         precisely which Mac OS X versions have the od problem.
2105 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2107         * doc/autoconf.texi: Use @option systematically.
2109 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2110         and Bruno Haible  <bruno@clisp.org>
2112         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2113         about 'od'.
2114         (Integer Overflow): Mention the special case of integer division
2115         overflow.
2117 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2119         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2120         traditional shells like the Solaris one that do not use the
2121         first IFS character for assembling `$*'.
2122         Prompted by a related report from autoconf_bug@nro.ca.
2124 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2125         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2127         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2128         Mention more problems with the -e option.
2130 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2132         * NEWS: Typo.
2133         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2135         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2136         in URLs to improve DVI formatted output (requires texinfo 4.6).
2137         (System Services, Systemology, Shellology): Likewise.
2138         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2139         output.
2141         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2142         continuous text.
2143         (Runtime): Fix macro argument names to match description:
2144         `action-if-found' -> `action-if-true' and similarly.
2145         (Obsolete Macros): Likewise.
2146         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2147         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2148         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2150 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2152         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2154         * ChangeLog: Typo.
2155         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2156         DVI output.
2158 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2160         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2161         /bin/sh set unsorted output.
2162         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2163         * tests/local.at: Likewise.
2165 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2167         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2168         (Integer Overflow, Null Pointers, Buffer Overruns):
2169         (Floating Point Portability, Exiting Portably): New sections.
2170         (Writing Test Programs): Fix some langauge.  Recommend exiting
2171         with status 1, not merely nonzero.  Clarify exit declaration.
2172         (Run Time): Move C exit status stuff to new Exiting Portably section.
2173         (Systemology): Mention Posix and levenez.  Update v7 reference.
2174         (Portable Shell): Mention the Posix shell.
2176 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2178         * bin/autoconf.as (me): Replace by as_me.
2180 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2182         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2183         since as_me isn't set yet.
2185 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2187         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2188         a few minor bugs in this area.
2190         * doc/autoconf.texi (Programming in M4sh): Comment out the
2191         documentation of AS_BASENAME, for now.
2192         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2193         (Limitations of Builtins) <basename>: Do not refer to
2194         AS_BASENAME.
2195         * bin/autoconf.as (me): Don't use AS_BASENAME.
2196         (dir): Remove the unused variable.
2197         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2198         AS_DETECT_REQUIRED.  All uses changed.
2199         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2200         All uses changed.
2201         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2202         (AS_BASENAME): Use "basename --" to protect against leading "-".
2203         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2204         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2205         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2206         (_AS_DIRNAME_PREPARE): Likewise.
2207         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2208         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2209         (AS_DIRNAME): Use "dirname --".
2211 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2213         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2214         of "run time" and "run-time" changed to "runtime", for consistency.
2215         * lib/autoconf/fortran.m4: Likewise (in comment).
2216         * lib/autoconf/functions.m4: Likewise.
2217         * lib/autoconf/general.m4: Likewise.
2218         * lib/autoconf/headers.m4: Likewise.
2220         * doc/autoconf.texi (Run Time): Document the exit status situation
2221         with more accuracy and detail.
2223 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2225         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2226         Archive is not officially `GNU' any more.  Update URL.
2227         (Defining Directories): Likewise
2228         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2230 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2233         newline from the `trap' code to finish `config.log'; the NetBSD
2234         /bin/sh resets the exit status after an empty command, as
2235         documented in doc/autoconf.texi.
2236         Reported by Dalibor Topic <robilad@kaffe.org>.
2238 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2240         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2241         Suggested by Bruno Haible.
2243 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2245         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2246         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2247         Instead, just list the shells that we know work.
2248         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2249         changed.  Be more cautious about the _cv_ variable.
2250         * tests/tools.at (Syntax of the shell scripts): Check the
2251         _cv_ variable once, at first, to avoid an internal autoconf error
2252         when sh -n does not work.
2254 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2256         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2258 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2260         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2261         use ">&-" since we're only 99.999% sure that this is portable,
2262         and since the MinGW bug is fixed in a different way.
2263         * lib/autotest/general.m4 (AT_INIT): Likewise.
2265 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2267         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2268         before opening config.log, to avoid hitting a bug on MinGW.
2270 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2272         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2273         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2274         This works around a MinGW bug reported by Eric Paire.
2275         Make sure that all writes to the log file append to it,
2276         rather than possibly losing data.
2277         * lib/autotest/general.m4 (AT_INIT): Likewise.
2279 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2281         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2282         description.
2284 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2286         * NEWS: Update.
2288         * configure.ac (AC_INIT): Bump to 2.59d.
2290 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2292         Version 2.59c.
2294         * Makefile.maint (news-date-check): Do not require a leading `*'
2295         before the release date in NEWS.
2297 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2298         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2300         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2301         the instantiated file do not contain the string 'datarootdir'
2302         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2303         @mandir@, replace the reference '${datarootdir}' by the value.
2304         * tests/torture.at (datarootdir workaround): New test.
2305         * NEWS: Advertise this temporary fixup.
2306         Based on a patch by Bruno Haible, reported and analyzed by
2307         Paul Eggert and Noah Misch.
2309 2006-04-12  Eric Blake  <ebb9@byu.net>
2311         * tests/autotest.at (Debugging a failed test): Fix comment.
2313 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2315         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2316         all the changes since 2006-04-07.
2318 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2320         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2321         succeeded, but `ln -s file dir' failed, take care to remove the
2322         leftover target before the next test, to prevent its spurious
2323         failure; also make sure `ln file dir' works before selecting it.
2324         Thanks to Keith Marshall for pointing this out.
2325         * THANKS: Update.
2327         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2328         assignments in `at_debug_args', so that we put them correctly
2329         in the `run' script.
2330         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2331         Reported by Eric Blake.
2333 2006-04-11  Eric Blake  <ebb9@byu.net>
2335         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2336         top-level tests after micro-suite has been run.   Used in...
2337         (Debugging a successful test, Debugging script and environment),
2338         (Debugging a failed test): ...these new tests.  The first of these
2339         is fixed by...
2340         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2341         macro, split out from...
2342         (AT_INIT): ...here, so that using -d also generates a run script.
2343         Document that -d inhibits top-level logging.
2344         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2345         inhibits top-level logging; debug scripts are created.
2347         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2348         check.
2349         * tests/autotest.at (Empty test, Empty check): New test to check it.
2351         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2352         from gcc.
2354 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2356         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2357         the files if a problem appears.  Make the empty *.at files
2358         read-only, too.  Proposed by Ralf Wildenhues.
2360 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2362         * config/Makefile.am: Add comment to force updated Makefile.in.
2364         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2365         space only patch to this file, this patch causes the Makefile.in
2366         files that include freeze.mk to be updated, and thus have a
2367         newer time stamp again, which in turn makes a pristine CVS
2368         checkout have correct time stamps.
2370         * Makefile.maint (cvs-sv): New macro, to be used..
2371         (config.guess-url_prefix, config.sub-url_prefix)
2372         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2373         point to CVS text checkout of Gnulib files.
2374         (copyright-check): Bump current year.
2375         (announcement): Do not hard-wire `./announce-gen'.
2376         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2377         correctly.
2378         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2379         `chmod +x'.
2380         (wget_files): Update config.guess, config.sub, texinfo.tex by
2381         `wget-update', now that their URLs work again.
2383 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2385         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2386         Problem noted by Paul D. Smith.
2388 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2390         * doc/autoconf.texi: Remove unused words from word list.
2391         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2392         .x-sc_trailing_space: New files.
2394         * doc/standards.texi: Sync from gnulib.
2396         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2397         `LIBOBJDIR' as experimental.
2399         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2400         with a target directory; it's internally implemented as `cp'
2401         anyway, but since Autoconf advertises the possibility to use
2402         a target directory when LN_S is `ln -s', we need to find out.
2403         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2404         analyzed by Keith Marshall <keith.marshall@total.com>.
2406         * THANKS: Update.
2408 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2410         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2411         confdefs.h as-is.  In general, if it has backslash-newline or the
2412         like, then it doesn't work either to sort or to remove empty
2413         lines.
2415 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2417         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2419 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2421         * lib/autom4te.in (Automake-preselections): Preselect
2422         _AM_SUBST_NOTMAKE.
2424 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2426         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2427         apostrophe within a single-quoted string, as this is the usual
2428         tradition and is easier to read than '"'"'.  Don't rely on the
2429         shell treating "$/" like '$/'.  Use a more-consistent indenting
2430         style for the trap.
2432 2006-04-09  Eric Blake  <ebb9@byu.net>
2434         * tests/autotest.at (Backquote command substitution),
2435         (Multiline backquote command substitution): Remove mistaken
2436         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2437         applied...
2438         (Parenthetical command substitution, Multiline parenthetical
2439         command substitution): here.
2441 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2443         Import macros from gnulib (often changing their name).
2445         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2446         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2447         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2448         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2449         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2450         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2451         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2452         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2453         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2454         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2455         The manual mentions Gnulib more prominently.
2456         * doc/autoconf.texi (Gnulib): New node.
2457         (Pointers): Add Gnulib URL.
2458         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2459         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2460         Gnulib section.
2461         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2462         suggest a #define rather than a typedef for _Bool, and mention
2463         Gnulib rather than trying to substitute stdbool code.
2464         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2465         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2466         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2467         AC_STRUCT_DIRENT_D_TYPE.
2468         (Particular Types): Mention stdint.h and inttypes.h as standard
2469         headers too.
2470         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2471         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2472         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2473         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2474         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2475         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2476         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2477         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2478         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2479         (Coding Style).  Don't mention m4_expand_once.
2480         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2481         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2482         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2483         (AC_CHECK_FUNCS): Use it.
2484         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2485         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2486         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2487         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2488         (AC_HEADER_ASSERT): New macro.
2489         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2490         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2491         Catch a bug in an HP-UX C compiler.
2492         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2493         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2494         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2495         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2496         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2497         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2498         New macros.
2500         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2501         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2503 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2505         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2506         of the warning introduced by the 2001-08-28 change.
2508 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2509             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2511         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2512         variables shall be overriden by the cache.
2513         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2514         that contains braces.
2516 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2518         Revert the patch from 2006-04-01 and only improve
2519         _AS_DETECT_BETTER_SHELL:
2521         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2522         skip nonexistent directories.
2523         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2524         only shell candidates which exist.
2525         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2526         * lib/autotest/general.m4 (AT_INIT): No need to give three
2527         parameters to _AS_PATH_WALK.
2529 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2530             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2532         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2533         distinguish m4sugar macros.
2534         * tests/tools.at (autoupdating with aclocal and m4_include):
2535         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2536         test case by Noah Misch <noah@cs.caltech.edu>.
2538 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2540         Revert my change from 2006-03-17, in other words:
2541         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2542           and DUALCASE=1.
2543         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2544         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2545           it is set.
2547 2006-04-07  Eric Blake  <ebb9@byu.net>
2549         * doc/autoconf.texi (Programming in M4sh): Document that
2550         AS_MKDIR_P exits the script on failure.
2551         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2553 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2555         * config/elisp-comp, config/install-sh, config/mdate-sh,
2556         config/missing, config/mkinstalldirs: Sync from Automake.
2558         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2559         from Automake.
2561         * doc/make-stds.texi: Sync from gnulib.
2563 2006-04-06  Eric Blake  <ebb9@byu.net>
2565         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2566         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2567         2006-04-01.
2569 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2570             Eric Blake  <ebb9@byu.net>,
2571             Paul Eggert  <eggert@cs.ucla.edu>,
2572             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2575         whether `set' quotes correctly: redirect stderr of the tested
2576         `set', and use a subshell, for Ultrix; use `sed' instead of
2577         `grep' for zsh `set' which may write binary output; match only
2578         at the beginning of a line, to avoid false positives.
2579         In order to avoid false positives by unrelated variables with
2580         multiline content, put the dump algorithm in a subshell and
2581         unset all variables containing newlines (except some which are
2582         special to the shell).  Warn about cache variables that are
2583         unset.
2585 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2587         * config/config.guess, config/config.sub, config/texinfo.tex:
2588         Sync from upstream.
2590         * tests/mktests.sh: Reword comments.
2592         * tests/mktests.sh: Only skip internal macros starting with
2593         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2594         Update exclusion lists for the test suite to this end:
2595         (AC_ARG_VAR): Do test this now.
2596         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2597         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2598         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2599         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2601         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2602         shell issue with double-quoted command substitutions of native
2603         commands.
2604         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2605         Marshall.
2607         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2608         no file matches the glob, discard the warning, set `nullglob'.
2609         (syntax-check): Likewise.
2610         (sc_cast_of_x_alloc_return_value): Likewise.
2611         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2612         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2613         (m4-check): Likewise.
2614         (sc_system_h_headers): Do not print rule on execution.
2615         (sc_tight_scope): Do not fail for non-existing `src' directory.
2616         (sc_changelog): Skip the Copyright footer.
2617         * lib/autoconf/lang.m4: Remove trailing space.
2619         * lib/autoconf/status.m4: More replacements to
2620         <tab><space> where this makes sense.
2622 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2624         * tests/Makefile.am (maintainer-check-posix):
2625           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
2627         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
2628           ac_config_<foo>s again, sometimes normalized, sometimes not.
2629         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
2630         (AC_CONFIG_COMMANDS): Do not do so here.
2631         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
2632           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2633           2005-07-25 rewrite.  Noticed by Noah Misch.
2635         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
2636           _AC_PRESERVE_HELP_ORDER, ...
2637         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
2639         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
2640           inside m4_expand_once; it is redundant.
2642         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
2643           for --help from Cygnus `configure.'
2645 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2647         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
2648         on a patch proposed by Ralf Wildenhues.
2650 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2652         * lib/autoconf/status.m4: Replace <space>''<tab> with
2653         <tab><space> where this makes sense.
2655 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
2656             Noah Misch  <noah@cs.caltech.edu>
2658         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
2659         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
2660         * doc/autoconf.texi (Help Formatting): New node.
2661         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
2663 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2665         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
2666         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2667         lib/autoconf/types.m4, lib/autotest/general.m4,
2668         tests/mktests.sh, tests/torture.at: White space cleanup:
2669         remove some SPACE before TAB, or add quoting ('' or @&t@).
2671         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
2673         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
2675 2006-04-05  Eric Blake  <ebb9@byu.net>
2677         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
2678         empty test suite works.
2679         * tests/autotest.at (Empty test suite): Remove xfail.
2681 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
2683         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
2684         TAGS to ac_config_<foo>s.
2685         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
2686         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
2687         normalizing it, consistent it with previous releases.
2688         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
2690 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2692         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
2693         Use simplified args that Eric Blake originally suggested.
2695 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2697         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
2698         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
2699         Use 'comm' rather than N instances of grep; this also fixes a bug
2700         whereby substrings were incorrectly matched, causing us to not
2701         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
2702         (exclude_list): Exclude empty macros.
2703         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
2705         Use awk rather than grep -E or egrep, to avoid
2706         portability problems with regular expressions containing newlines.
2707         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
2708         Switch from grep to awk syntax.
2709         (ac_exclude_script): Renamed from ac_exclude_egrep.
2710         (au_exclude_script): Renamed from au_exclude_egrep.
2712 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
2714         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
2715         a subdirectory subject to Cygnus `configure'.
2716         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
2718         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
2719         report request when we have no AC_PACKAGE_BUGREPORT.
2721 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2723         * THANKS: Update.
2725         * tests/mktests.sh: Update copyright year in the header of the
2726         generated files.
2728         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
2729         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
2730         typedef'ed restricted pointer, to catch a compiler bug on
2731         HP-UX 11.x, and fix warnings so it passes with -Werror.
2732         (_AC_PROG_CC_C99): Likewise.
2733         Reported by Albert Chin <china@thewrittenword.com>.
2734         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
2736 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2738         * bin/autoscan.in (subdirs): New global.
2739         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
2740         (output): Emit AC_CONFIG_SUBDIRS as needed.
2741         * tests/autoscan.at (autoscan): Remove XFAIL.
2743 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2745         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
2747 2006-04-03  Eric Blake  <ebb9@byu.net>
2749         * THANKS: Add myself.
2751 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2753         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
2754         to log, point to testsuite output tree.
2756 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2758         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
2759         * doc/autoconf.texi (Function Portability): Mention that C++
2760         has trouble with 'exit'.
2761         (Guidelines): Test programs shouldn't use 'exit'.
2762         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
2763         Remove; all uses removed.
2764         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
2765         Return from 'main' instead of calling 'exit'.
2766         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
2767         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
2768         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
2769         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
2770         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
2771         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2772         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
2773         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
2774         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
2775         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
2776         * tests/compile.at: Likewise.
2778 2006-04-02  Pavel Roskin  <proski@gnu.org>
2780         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
2782 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2784         Clean up _AC_COMPILER_EXEEXT* macros.
2786         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2787           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2788           ac_file to the name of the default output file and call
2789           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2790           initial `rm' of the candidate files...
2791         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2792           the same list in subsequent `rm' calls, and for the temporary
2793           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2794           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2795         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2796         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2797           no longer needed) by libtool.  Make it a cache check.
2798         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2799           copied here by mistake.
2800         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2801           _AC_COMPILER_EXEEXT.
2802         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2803           _AC_COMPILER_OBJEXT directly.
2804         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2806 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2808         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
2809         (AS_DIRNAME): Use it.
2810         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
2812         * tests/*.at: Remove the generated ones.
2814 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2816         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
2818 2006-04-01  Eric Blake  <ebb9@byu.net>
2820         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
2821         directories, unless optional third argument supplied.
2822         (AS_UNAME): Don't optimize PATH walk.
2824         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
2826 2006-04-01  Eric Blake  <ebb9@byu.net>
2827         and Stepan Kasal  <kasal@ucw.cz>
2829         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
2830         and fix some typos.
2832 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
2834         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
2835         Autoconf version number despite a zero- or one-argument AC_INIT.
2837         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
2838         subordinate tools.
2839         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
2840         * doc/autoconf.texi (autoreconf Invocation): Document it.
2842         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
2843         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
2845 2006-04-01  Eric Blake  <ebb9@byu.net>
2847         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
2848         * lib/autotest/general.m4: Be tolerant of existing directory when
2849           rm failed to remove it.
2851 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2853         * bin/autoupdate.in: Redefine m4_location so that warnings print
2854         the correct lines of the input file by subtracting..
2855         (_au__first_line): ..this new definition.
2857         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
2858         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
2859         Remove stray newline in output.
2860         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
2861         AC_DEFUN this for autoconf, including the obsoletion diagnose.
2862         Fixes autoupdating of code where the replacement output contains
2863         m4sugar macros.
2864         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
2865         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
2866          (au_exclude_list): Add AC_LANG_SAVE.
2867         * tests/tools.at: Several new tests for all of this.
2868         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
2869         hairy details.
2870         The AC_LANG_SAVE issue was reported against Libtool by
2871         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
2872         Kristian Kvilekval <kris@cs.ucsb.edu>.
2874 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2876         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
2877           switch all of them on and of when necessary.  Fixes the bug when
2878           m4sugar macros (e.g., m4_define) were expanded after the first
2879           automatic update (e.g., after AC_PREREQ or AC_INIT).
2881 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
2883         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
2884         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
2886         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
2887         correctly.  Problem reported by Eric Blake.
2888         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
2889         Ralf Wildenhues.
2891 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2893         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
2894         Tighten up the basename/dirname wording.
2896 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2898         * Makefile.maint (sc_texi_notab): New check: do not use TABs
2899         in texinfo files outside of verbatim environments.
2900         (syntax-check-rules): Update.
2901         * doc/autoconf.texi (Configuration Headers): Conform to it.
2903 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
2905         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
2906           aclocal cannot be given on the command line.
2908 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2910         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
2911         Give an example for AS_DIRNAME instead of referring to Posix..
2912         (File System Conventions): Put discussion of // versus / here, and
2913         modernize it a bit.
2914         (Limitations of Usual Tools): Add basename.  Remove verbiage
2915         after dirname, since it got moved to the above sections.
2916         All this was inspired by a patch proposed earlier by Eric Blake.
2918 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2920         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
2921         `$0' to protect against spaces.
2922         * lib/autotest/general.m4 (AT_INIT): Likewise.
2923         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
2924         `$0', $as_me.
2926 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2928         * bin/autoscan.in: The value of find_configure_ac should be
2929         checked for existence, so we don't barf over a nonexisting
2930         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
2932 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2934         * bin/autoupdate.in: Fix some typos.
2936 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
2938         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
2940         * lib/autoscan/autoscan.list: Refreshed.
2942 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
2945         and Erlang related variables.
2947         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
2948         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
2949         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
2950         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
2951         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
2952         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
2953         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
2954         (_AC_PROG_OBJC_G): New macros.
2955         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
2956         * doc/autoconf.texi (Objective C Compiler): New node.
2957         (Preset Output Variables): Document OBJCFLAGS.
2958         (Language Choice): Document `Objective C' language.
2959         (Fortran Compiler): Fix typo.
2960         * NEWS: Updated.
2961         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
2963 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
2965         * doc/autoconf.texi (Default Includes): Fix typo
2966           s/AC_HEADERS_STDC/AC_HEADER_STDC/
2967         (Limitations of Usual Tools): s/unwriteable/unwritable/
2968         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
2969           Fix typos in the comments.
2971 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
2973         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
2974           Factor out the warning to...
2975         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
2976         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
2977         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
2979         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
2980           case `ac_delim' when writing the sed script.
2982         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
2983           moved DUALCASE=1 ...
2984         (AS_SHELL_SANITIZE): ... here.
2985         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
2986           that it is set.
2988         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
2989           AC_SUBST.
2990         (_AC_PATH_PROG): Store the result to VARIABLE.
2991         (AC_PATH_PROG): No need to set VARIABLE again.
2993         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
2994           the first one is usual AT_CHECK_MACRO test, the second one checks
2995           that the same works when cross-compiling.
2996         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
2997         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
2999 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3001         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3002         the directory `/usr/bin/posix' in the shell search, to prefer
3003         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3004         on Tru64.
3006         * doc/autoconf.texi (contents): To fix texi2html output, hide
3007         `@setcontentsaftertitlepage' for HTML.
3008         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3009         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3010         `@,{c}'.
3012 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3014         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3015           sanitizing...
3016         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3017         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3018           why IFS is restored so late; thank you, Ralf, for reminding us.
3020 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3022         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3023           variables in the examples.
3025 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3027         * doc/autoconf.texi (several sections): Cleaned up documentation for
3028         macros in erlang.m4.
3030 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3032         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3033         failure condition for `$(cmd)' style command substitutions.
3034         (Parenthetical command substition, Multiline parenthetical
3035         command substition): Use it.
3037         * doc/autoconf.texi (Special Shell Variables): Missing word.
3038         Reported by Keith Marshall <keith.marshall@total.com>.
3040         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3041         IFS even in case of empty `$PATH'.
3043 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3045         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3046         `expr' away if there is nothing to do.
3047         < --keywords >: Simplify and robustify argument handling.
3048         Revert erroneous comment from 2005-08-23.  Extend to allow
3049         keyword negation with `!'.
3050         Update help message.  Remove broken code to prevent running
3051         tests multiple times.
3052         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3053         Update and fix the documentation accordingly.
3054         * tests/autotest.at (Keywords): Renamed to..
3055         (Keywords and ranges): .. this.  Extended to make sure negated
3056         keywords, keywords taken from AT_SETUP arguments, and numeric
3057         test ranges work, and that matching is case-insensitive.
3059 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3061         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3062         allow to pass unnamed structs even in C++.
3063         (AC_CHECK_SIZEOF):  Likewise.
3064         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3065         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3066         struct): New tests for unnamed structs, each both native and
3067         cross-compiling.
3069         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3070         a structure inside a cast, for C++ conformance.
3071         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3072         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3074         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3075         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3076         trying to execute the command `no'.
3078         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3079         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3080         expanded outside.
3082         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3083         example.  Do not emphasize `$%', it is hardly new and special.
3084         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3086         * doc/autoconf.texi (Limitations of Usual Tools): Document
3087         OpenBSD and traditional `grep' failure to handle multiple
3088         patterns separated by newlines.
3090 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3092         * doc/autoconf.texi (several sections): Add documentation for macros
3093         in erlang.m4.
3095 2006-03-10  Eric Blake  <ebb9@byu.net>
3097         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3098         AC_TRY_LINK_FUNC.
3100 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3102         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3103         like BSD, GPL, LGPL.  Fix minor English typos.
3104         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3105         Mention that these macros are becoming obsolete.
3106         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3107         Use more modern terminology for which standard is what.
3108         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3109         and to ansi2knr.
3110         (AC_PROG_CXX): Likewise.
3111         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3112         Remove obsolete discussion about how to port to K&R.
3113         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3114         the obsolescent AC_HEADER_STDC.
3115         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3116         can't rely on it.
3118 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3120         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3121         Remove stdin redirection from /dev/null to allow pipe to work.
3123 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3125         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3126         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3127         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3128         Ralf Wildenhues.
3130 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3132         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3133         HP-UX sed is 99 commands, not 100.
3134         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3135         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3136         newline for portability.
3137         * tests/torture.at (Torturing config.status): Also test 100
3138         AC_SUBST_FILE invocations.  Fix test to actually verify the
3139         AC_CONFIG_FILES output.
3140         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3141         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3143         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3144         non-suffix rule.
3145         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3146         non-GNU make.
3147         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3148         * tests/mktests.sh: Small shell portability fixes.
3150 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3152         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3153         recommended quoting style and discard unwanted output.
3155 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3157         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3158         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3159         cases, and to work around Tru64 expr bug.
3161 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3163         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3164         expr bug that turns the result of a regex match into a number if
3165         possible.
3167 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3169         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3170         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3171         in section `Specific Compiler Characteristics'.
3173 2006-03-04  Eric Blake  <ebb9@byu.net>
3175         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3176         variable warning.
3178 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3180         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3181         order of variable initialization, so even the Solaris 2.6 shell
3182         can create a config header correctly.  Fixes lots of test suite
3183         failures.
3185 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3187         * doc/autoconf.texi (Text processing Macros): New node to
3188         document the m4sugar macros m4_re_escape, m4_tolower,
3189         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3191 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3193         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3194         XrmInitialize (0) -> XrmInitialize ().
3195         Reported by Toshio Kuratomi.
3197 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3199         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3200         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3201         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3202         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3203         both macros are defun'ed so that required macros are evaluated
3204         outside.
3206         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3207         where a required macro will be expanded.
3208         (Coding Style): Another reason not to use `m4_define'.
3210 2006-02-21  Eric Blake  <ebb9@byu.net>
3212         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3214 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3216         * doc/autoconf.texi (Looping constructs): New node, to
3217         document m4_for, m4_foreach, m4_foreach_w, and mention
3218         obsolete AC_FOREACH.
3219         (Obsolete Macros): Document AC_FOREACH.
3220         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3221         (m4_for): Fix to never loop (almost) endlessly, work correctly
3222         with arithmetic expressions in arguments, a step of zero or
3223         non-integer multiple of the interval, and avoid integer
3224         overflow.
3225         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3226         m4_foreach_w.
3228 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3230         Add basic support for Erlang, both for configuring Erlang/OTP
3231         tools, and Erlang as a conf test language.
3232         * lib/autoconf/erlang.m4: New file.
3233         * lib/autoconf/autoconf.m4: Add erlang.m4.
3234         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3235         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3236         * NEWS: Add short description of new macros.
3237         * THANKS: Add Romain Lenglet.
3239 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3241         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3242         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3244 2006-02-15  Eric Blake  <ebb9@byu.net>
3246         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3247         warning.
3249 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3251         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3252         (_AS_CASE): Private helper macro.
3253         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3254         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3255         Fix syntax of AS_IF description
3256         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3257         for the AC_REQUIRE mess.
3258         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3259         AS_SHELL_SANITIZE.
3261 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3263         * doc/autoconf.texi: Minor style cleanup.
3264         Be consistent about spaces after commas.
3265         Insert [] where empty args look a bit funny.
3266         Fix some "i.e." and "e.g." usages.
3267         Try to avoid "X/Y" usages.
3268         Don't be pedantic about "ISO C99"; just say C99.
3269         Prefer GNU style for spaces in front of parens.
3270         (Function Portability): Comment about C89 versus C99
3271         signed integer division.
3272         (Particular Headers): Use current gnulib style for dirent
3273         includes.
3275 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3276         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3278         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3279         macros without parameters.
3280         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3281         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3282         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3283         `$#' bug.
3284         (autoupdate): Updated to match AU_ALIAS fix.
3286 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3287         and Paul Eggert  <eggert@cs.ucla.edu>
3289         * doc/autoconf.texi (Programming in M4sh): Document
3290         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3292 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3294         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3295         (AS_BOURNE_COMPATIBLE): ..this.
3296         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3298 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3300         * doc/install.texi (Defining Variables): Tighten up the
3301         CONFIG_SHELL wording.
3303 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3304         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3306         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3307         of (set -o) rather than testing whether (set -o posix) succeeds,
3308         to work around a bug in the AIX 5.3 shell.  Problem originally
3309         reportd by Howard Chu for libtool.
3311 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3313         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3314         Changes the macro arguments in summaries to match the
3315         descriptions.
3317 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3319         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3320         hint as ``a workaround for a bug.''
3322 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3324         * bin/autoreconf.in: New option `--no-recursive'.
3325         Improve wording for subpackages a bit.
3326         * doc/autoconf.texi (autoreconf Invocation): Updated.
3327         * NEWS: Updated.
3329         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3330         in environment of `configure', not the command line.
3331         Reported by Howard Chu <hyc@highlandsun.com>.
3333 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3335         * doc/autoconf.texi (Limitations of Builtins): Document the
3336         problem with "trap -".
3338 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3340         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3341         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3342         messages to differentiate Fortran and Fortran 77 tests.
3343         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3344         AC_LANG_ASSERT, to allow use in mixed-language projects.
3346 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3348         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3349         FOO" to "defined (FOO)".
3350         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3351         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3352         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3353         * tests/tools.at (ifnames): Likewise.
3355 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3357         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3358         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3359         (END): Improve error message a bit.
3360         Reported by Bruce Korb <bkorb@gnu.org>.
3362 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3364         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3365         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3367 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3369         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3370         requires sys/stream.h.  Reported by Oliver Kiddle.
3372 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3373             Stepan Kasal  <kasal@ucw.cz>
3375         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3376         before the removals of test dirs, use `find' to avoid modification
3377         of symlinked directories.
3379 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3381         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3382         Don't ignore the macro arguments.
3384 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3386         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3387         declaration that works for MSVC.
3389 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3391         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3392         Add `*.map' and `.inf' for Green Hills compiler.
3393         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3395         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3396         correctly: pad with spaces after FIRST_PREFIX if necessary,
3397         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3398         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3399         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3400         * NEWS: Updated.
3401         Reported by numerous people, numerous times.
3403 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3405         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3406         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3407         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3408         * lib/autotest/general.m4, tests/local.at:
3409         Update copyright year to 2006.
3411         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3412         sed substitutions.
3413         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3414         for file names, again.  Reported by Noah Misch.
3415         (Coding Style): Explain that s|a|b| is preferred for file names.
3416         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3417         (AC_OUTPUT_MAKE_DEFS): Likewise.
3418         * lib/autotest/general.m4 (AT_INIT): Likewise.
3419         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3420         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3422         Fix Posix-conformance bugs re use of { command in sed scripts,
3423         and improve the sed-related documentation a bit.
3424         * doc/autoconf.texi (Installation Directory Variables): Use
3425         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3426         rather than "sed" when talking about Sed in general.
3427         (Particular Programs): Likewise.
3428         (Coding Style): y is like s with respect to / and ,.
3429         (Limitations of Usual Tools): Document the weird restrictions
3430         that Posix has about { }.  Use better quoting.
3431         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3432         Rewrite to conform to Posix rules about { } in sed scripts.
3433         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3434         * tests/foreign.at (Libtool): Likewise.
3435         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3436         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3438 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3440         * lib/autoconf/status.m4: Fix typo.
3442         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3443         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3444         `-def', for the benefit of Portland `pgf90 -Mipa'.
3445         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3447 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3449         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3450         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3451         shell from zsh to bash.
3453 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3455         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3456           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3458 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3460         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3461         parentheses in $(...).  Problem reported by Eric Blake.
3463 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3465         * doc/autoconf.texi (Limitations of Usual Tools):
3466         Mention which characters can be escaped with \ in portable regular
3467         expressions used in grep, sed, expr.  Mention the leading ^ problem
3468         with expr.  Clean up some confusing wording.  Mention which
3469         grep options are portable.
3471 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3473         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3475 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3477         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3478         patch, noted by Ralf Wildenhues.
3480 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3482         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3483         posix' unconditionally, for pdksh in `native sh' emulation.
3485 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3487         * doc/autoconf.texi (Shellology): Document eval $? problem
3488         with ash.
3489         (Limitations of Builtins): Likewise.
3491 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3493         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3494         CONFIG_SHELL in the environment of the configure rerun.
3495         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3496         Suggest passing CONFIG_SHELL absolute, and in the environment
3497         rather than as option.
3499 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3501         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3502         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3503         Fix macro quoting.  Fix output for n * 98 substituted variables.
3505 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3507         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3508         `tmp' to avoid file removal race.
3510 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3512         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3513         ac_clean_files and LIBOBJS.
3515 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3517         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3518         Factor functionality to..
3519         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3520         `AC_SUBST($1)' in the public version.
3521         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3522         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3523         ac_pt_* variables.
3525 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3527         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3528         filesystems.
3530 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3532         * NEWS: Move AH_HEADER mention to right place.
3534 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3536         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3537         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3539 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3541         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3542         conftst2.$ac_objext.
3543         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3545 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3547         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3548         conftest.o, to see whether the compiler really obeys; rm the object
3549         file before and after the test and register it with ac_clean_files.
3550         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3552 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3554         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3555         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3556         code so that the most common case requires less forks.
3558 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3560         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3561         not portable; thanks to Paul Eggert and Alexandre.
3563         * NEWS: Fix an old typo.
3565 2005-10-20  Jim Meyering  <jim@meyering.net>
3567         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3568         the latter'', in two places.
3570 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3572         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3573         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3574         the inner workings of AC_LANG_FUNC_LINK_TRY.
3575         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3576         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3577         by the function rather than ignoring it.
3578         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3579         comparing its address.  Intel's interprocedural optimization was
3580         outsmarting the old heuristic.  Problem reported by
3581         Mikulas Patocka.
3583 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3585         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3587 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3589         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3590         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3592 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3594         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3595         before removing it (chmod -R u+rwx); there are three instances of this.
3597 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3598             Stepan Kasal  <kasal@ucw.cz>
3600         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3601         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3602         make its content writable before removing it.  Remove an errorneous
3603         comment from the end, where the logs of the failed tests are copied
3604         to the main log file.
3606 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3608         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3609           in case the computer is too quick.  Double quote the configure.ac
3610           snippets.
3612         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3613           problems if the testsuite were running too fast.
3615 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3617         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3618         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3619         (which belong to Xt, not X itself).  See Debian bug 327655.
3620         * NEWS: Mention this.
3622 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3624         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3626 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3628         * config/move-if-change: Don't output "$2 is unchanged";
3629         suggested by Ben Elliston.  Handle weird characters correctly.
3631 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
3633         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
3634           calls, so that the final expansion of this macro is shorter.
3635           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
3636           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
3637           the cleanup there.  Use AS_VAR_* macros, to be more general.
3638         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
3640         * lib/autoconf/general.m4: Use AS_IF where appropriate.
3642         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
3644 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
3646         * doc/autoconf.texi (Configuration Headers): Add an index entry
3647           for AH_HEADER.
3649 2005-08-26  Pavel Roskin  <proski@gnu.org>
3651         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
3652         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
3653         running xmkmf.
3655 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
3657         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3658         The previous patch didn't work, so try a better one.
3660 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
3662         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
3663         in the example.  Reported by Bruno Haible.
3664         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
3665         "if $undefined_var;" succeeds with my shell.
3667         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
3668         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
3669         but change the m4_divert_text to m4_divert_once.
3671 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3673         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3674         Work around bug in Solaris /usr/xpg4/bin/awk.
3675         The bug is present in at least Solaris 8 through 10.
3677 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
3679         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
3680         some evil values and relying on the fact that $* concatenates the
3681         parameters by the first character from IFS.
3683 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
3684             Stepan Kasal  <kasal@ucw.cz>
3686         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
3687         first header appears, define AH_HEADER.
3688         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
3689         Update limitations about when to call AC_CONFIG_HEADERS.
3690         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
3691         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
3692         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
3693         ``Configuration Actions''; fix their index entries.
3695         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
3696         options correctly.  Process N-M as M-N if M is smaller than N.
3697         Process ranges correctly so that N-N will run only N.
3698         Sort and uniquify the tests that will be run.  If there is more
3699         than one test, reinsert the banners for the tests.
3700         * tests/autotest.at (Keywords): Unmark XFAIL.
3702 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
3704         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
3705           before passing the macro name to AH_TEMPLATE.
3707         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
3708           now opens log after option processing; in particular, --version
3709           and --help do not touch config.log.
3711         * Makefile.maint: Revert the change from 2005-08-12.
3713 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
3715         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
3716           common code to...
3717         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
3719 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3721         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
3722         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
3723         Language cleanup.
3725         * doc/autoconf.texi (Defining Symbols, Changed Results):
3726         Prepend to LIBS, not append, in examples.
3728 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
3730         When building in place, set srcdir="."; suggested by Tim Van Holder.
3732         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
3733           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
3734         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
3735         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
3736           does not mean "no --srcdir option".
3738 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3740         * tests/autoscan.at (autoscan): New file.
3741         * tests/suite.at: Use it.
3742         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
3743         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
3745         * tests/autotest.at (Keywords): Test keywords combinations.
3747 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
3749         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
3750           add "2>&1"; gzip 1.2.4 prints help on stderr.
3752 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
3754         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
3755         was pushdef'ed twice while popped only once.  Push it only once.
3756         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
3758 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
3760         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
3761         prefixed by mere "===", not "configure: === ".
3763 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
3765         * Makefile.maint: Update from Bison.
3767         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
3768         "<tab>" in comment, so that the point is understandable.
3770 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
3772         Rewrite substantial part of lib/autoconf/status.m4.
3773         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
3774         and CONFIG_COMMANDS are not processed in four separate loops.
3775         Instead, there is one main loop.  This alows that the common code
3776         is expanded only once, thus config.status (and configure) is smaller.
3778         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
3779         the AC_LIST_FILES and cousins macros are no longer used.
3781         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
3782         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
3783         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
3784         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
3785         contain the initialization, nor the for loop, nor the associated
3786         commands; all these go to ...
3787         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
3788         _AC_OUTPUT_CONFIG_STATUS.
3789         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
3790         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
3791         (_AC_OUTPUT_FILE): The creation of the sed script ...
3792         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
3793         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
3794         _AC_OUTPUT_MAIN_LOOP.
3795         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
3796         _AC_CONFIG_COMMANDS): Use ...
3797         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
3798         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
3799         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
3800         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
3801         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
3802         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
3803         ... new macros.
3804         (_AC_CONFIG_UNIQUE): Update.
3805         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
3806         Replaced by this ...
3807         (_AC_LIST_TAGS): ... new common macro.
3808         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
3809         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
3810         (_AC_LIST_TAG_COMMANDS): ... new common macro.
3811         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
3812         this didn't belong to the `config commands' section.
3813         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
3814         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
3815         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
3816         to the `config commands' section either.
3817         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
3818         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
3820         ... and many changes to the comments nearby.
3822         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
3823         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
3824         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3825         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
3826         (#define header templates): The comment at the top of the generated
3827         header now includes the name(s) of the source file(s).
3829         Several unrelated small changes:
3831         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
3832         parameter to AC_DIAGNOSE.
3833         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
3834         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
3835         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
3836         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
3837         with AU::AC_OUTPUT.
3838         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
3839         in AC_OUTPUT doesn't double-quote it either.
3840         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
3841         parameters.
3843 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
3845         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
3846         versions of Portland Group compiler produce single- and double-quoted
3847         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
3848         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3850 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
3852         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3853         This is a corrected version of yesterday's patch.
3855 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
3857         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
3858         path, too; insert a "===" to emphasize the line.
3860         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
3861           ac_cv_build_alias to ac_build_alias.
3862         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
3864         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
3865         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
3866         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
3867         (AC_ARG_VAR): ... here.
3868         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
3869           target_alias.
3871         Keep a list of all precious variables and process them with one simple
3872         for loop, instead of expanding all commands, or, OTOH, complicated
3873         processing of output of "set".
3874         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
3875         variable names in new macro...
3876         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
3877         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
3878           a loop to assign all ac_env_* and ac_cv_env_* variables.
3879         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
3880           to INIT_PREPARE.
3881         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
3882           its value to shell variable ac_precious_vars and call
3883           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
3884         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
3885           _AC_ARG_VAR_VALIDATE.
3887         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
3888           and the AC_SUBSTs ...
3889         (AC_INIT): ... here.
3891         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
3892           the ac_subst_files section in config.log.
3894         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
3896 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3898         * NEWS: New macro AC_C_TYPEOF.
3899         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
3900         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
3901         * tests/c.at (C keywords): Test AC_C_TYPEOF.
3903         Fix problems reported by Nicolas Joly.
3904         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
3905         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3906         They are generated by the Tru64 v5.1B shell.
3908 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
3910         Fix my changes from 2005-07-01; reported by Noah Misch.
3911         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
3912         description, the macro now accepts only a single tag.
3913         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
3915         Fix cases when the varsions of Autoconf and Autotest don't match.
3916         Reported by Noah Misch.
3917         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
3918         at_top_builddir, for compatibility with older autotest.
3919         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
3920         is not set, use at_top_builddir, for compatibility with older
3921         versions of autoconf.
3923 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3925         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
3926         Problem reported by Patrick Welche.
3928 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3930         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
3931         sed substitution command, so that we allow | in program prefixes
3932         and program suffixes.  (& is a problem anyway; we're not fixing
3933         that here.)
3934         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
3935         configure_input, top_builddir, srcdir, etc.
3936         * lib/autotest/general.m4 (AT_INIT): Likewise, for
3937         PATH_SEPARATOR in AUTOTEST_PATH.
3939 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
3941         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
3942         for loop over config.site files using `set', to allow
3943         directory names containing IFS characters.
3945 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3947         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
3948         directories with weird names.  Apparently some people like living
3949         on the edge.  However, improve the test that "pwd" actually does
3950         report a name for the working directory.
3951         * NEWS: Remove the claim that we test for funny chars in dir names.
3953 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
3955         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
3956         replaced ...
3957         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
3958         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
3959         Now accept a single tag, not whitespace separated list.
3960         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
3962 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
3964         * doc/autoconf.texi (Configuration Headers): Change the explanation
3965         about #include <config.h>.
3966         (Generic Functions): Mention the Gnulib project.
3967         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
3969         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
3970         document to output the default config_* lists to config.status.
3971         Don't recognize option --file, if the functionality is not there.
3972         Likewise for --header; moreover, recognize --he and --h as shortcuts
3973         for --help in that case.
3975         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
3976         matches the order of execution.  No code changed.
3978 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3980         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
3981         single-quoted -cmdline argument in Portland Group compiler.
3982         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3984 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
3986         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
3988 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3990         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
3991         descriptors to child processes; reported by Norman Gray.
3993 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3995         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
3997         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
3998         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
3999         (AC_SUBST): Call it.
4000         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4001         the directory specific variables; but don't call it for configure_input.
4003 2005-06-28  Derek Price  <derek@ximbiot.com>
4005         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4006         addition.
4008 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4010         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4011         directory have inherent problems with special characters like spaces,
4012         due to limitations in Make syntax.  Problem reported by Alexandre
4013         Duret-Lutz.
4014         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4015         Also, fix Tru64 porting problem with shell patterns,
4016         reported by Ralf Wildenhues.
4018 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4020         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4022 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4024         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4026         Fix some more shell quoting problems.  Prompted by a bug report
4027         from Justace Clutter.
4028         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4029         variable into diagnostic.  Make the diagnostic an error, not a warning,
4030         because we really don't support spaces and suchlike in dir names.
4031         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4032         Don't worry about backslashes in srcdir; it can't happen now.
4033         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4034         Simplify ac_optarg handling.
4035         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4037 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4039         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4040         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4041         * tests/atlocal.in: Propagate $EGREP and $SED.
4042         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4043         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4045         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4046         that '\|' is not allowed in BREs; recommend using newline separated
4047         list of patterns instead of multiple -e options.
4049         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4051         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4053 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4055         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4057 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4059         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4060         b, t, r, w commands require single space, while : cannot have any.
4061         (Special Shell Variables): Fix sed code this in the example.
4062         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4063         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4065         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4066         expand to the empty list.  Don't use two pairs of m4_changequote,
4067         it's not necessary.
4069 2005-06-20  Derek Price  <derek@ximbiot.com>
4071         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4073 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4075         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4076         * doc/autoconf.texi:
4077         Don't mention Solaris versions so much, if a
4078         problem is common to all extant versions of Solaris.  Say "SunOS
4079         4" instead of "SunOS" for SunOS 4.
4080         (awk): Mention more of the limitations of traditional Awk.
4081         (cat): Don't talk about cat -v.
4083 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4085         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4086         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4087         but the implementation is entirely different and is designed
4088         to be compatible with glibc strverscmp.
4089         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4091         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4092         on Mac OS X 10.4 reported by Peter O'Gorman in:
4093         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4094         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4095         Use shell builtins rather than 'expr', to work around expr bug.
4097 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4099         * doc/autoconf.texi: "filesystem" -> "file system".
4100         "behaviour" -> "behavior".
4101         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4102         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4103         as per POSIX.
4104         * lib/m4sugar/m4sh.m4: Likewise.
4105         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4106         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4108         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4109         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4110         to update the man page.  That way, we don't have to check in new
4111         man pages every month.
4113         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4114         quotes and backslashes.  Patch from Derek Price.
4116 2005-06-10  Derek Price  <derek@ximbiot.com>
4118         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4119         AS_TR_SH.
4121 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4123         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4124         -u, since it outputs chatter if the input files are the same.
4125         Problem reported by Ralf Menzel.
4127 2005-06-08  Derek Price  <derek@ximbiot.com>
4129         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4130         renaming them since they are about to be redefined anyhow.
4132 2005-06-08  Derek Price  <derek@ximbiot.com>
4134         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4135         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4136         Move m4_undefine to alphabetical order.
4138 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4140         * README: Recommend GNU M4 1.4.3 or later.
4141         * doc/autoconf.texi (Introduction): Likewise.
4142         Reword to avoid some formatting glitches.
4143         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4144         Clarify explanation of HP compiler bug.
4145         Redo example output tp match current CVS snapshot.
4146         Use @example.org in email addresses when the examples
4147         might get inadvertently cut-and-pasted into user code.
4148         Remove example of autom4te usage that doesn't seem to work now.
4149         Use modern AC_INIT (except when the example is meant to be
4150         shown with Autoconf 2.13).
4151         Update ksh info for Solaris 9 and later.
4152         KB -> kB.
4153         Modernize description of Automake versions a bit.
4154         Don't claim a future version of Autoconf is near.
4155         * doc/install.texi: Reword to avoid some formatting glitches.
4157 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4159         * doc/autoconf.texi: Add [] to examples, so that the manual
4160         follows its own advice about quoting better.
4161         Reword to avoid some formatting glitches.
4162         * doc/installt.exi: Reword to avoid some formatting glitches.
4164         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4165         Tru64 ksh pattern matching bug.  Reported against Libtool by
4166         Albert Chin <libtool@mlists.thewrittenword.com> and
4167         Nicolas Joly <njoly@pasteur.fr>.
4169 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4171         m4_cdr of one-member list was [[]] (one-member list containing an
4172         empty string) instead of [] (an empty list.  Callers were skewed to
4173         match this misbehaviour.  As a consequence of this:
4174          - m4_foreach([x], [], [foo]) expanded to `foo', while
4175          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4176         This bug has been fixed:
4178         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4179           expand to an empty string; print error msg if called without
4180           an argument list.
4181         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4182           misbehaviour; handle [] and [[]] correctly.
4184 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4186         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4187         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4188           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4190 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4192         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4193           swallow records with more than 99 fields.
4194         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4195           parse the long line.
4197 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4199         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4200           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4201         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4202           to workaround this limitation.
4204 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4206         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4207         to gfortran, and make these the first two compiler names
4208         checked (following the general autoconf preference for gcc).
4210 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4212         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4213         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4214         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4216 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4218         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4219         expression of unbounded size when processing the --list
4220         option.  This runs afoul of a limit of 399 bytes per regular
4221         expression on AIX.  Problem reported by Ralf Wildenhues.
4223 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4225         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4226         * doc/autoconf.texi (Particular Headers): Reword example
4227         for multiline stdbool replacement.
4228         (Setting Output Variables): Reword text a bit.  Don't
4229         give all the details about |#_!!_#|.
4230         Reword description of line replacement.
4232 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4234         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4235         now contain newlines, and substituted files must be referenced on
4236         a line alone; the sed scripts to substitute them are now very
4237         different.
4238         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4239         commands can be put in a sed script portably.
4240         * doc/autoconf.texi (Setting Output Variables): Document above
4241         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4242         use of multiline substitution.
4243         * tests/torture.at: No longer expect substitution of newline to fail.
4245 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4247         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4248         From Ralf Menzel (trivial change).
4250 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4252         * tests/local.at: Don't attempt to check for negated character
4253         classes in shell scripts.  The test was too brittle.
4255 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4257         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4258         * doc/autoconf.texi (Limitations of Builtins): Document this
4259           limitation.
4261 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4263         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4264           common code; used in many places in the tree.
4265         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4266         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4268         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4270         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4271           messages when ac_unique_file is not found.
4272         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4273         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4274           commands, for consistency with AC_MSG_ERROR and such.
4276         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4278         * bin/Makefile.am: Merge the two rules for creating scripts.
4280 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4282         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4283         obsolete; it was never documented.
4284         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4286 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4288         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4289         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4290         (ac_top_builddir): ... this ...
4291         (ac_top_build_prefix): ... to this; the old name is also kept, for
4292           backward compatibility.
4293         (ac_top_builddir_sub): New variable, without the trailing slash,
4294           always nonempty.
4295         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4296         * doc/autoconf.texi (Configuration Actions): Rename
4297           ac_top_builddir to ac_top_build_prefix.
4298         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4299           at_top_builddir to at_top_build_prefix.
4300         * lib/autotest/general.m4 (AT_INIT): Likewise.
4302 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4304         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4305           of confdefs.h .
4307 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4309         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4310           argument to m4_foreach.  I guess it was necessary in the past,
4311           but I think it's a no-op now.
4313 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4315         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4316           ``cat <<_ACEOF'' commands to one.
4317         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4318         * lib/autoconf/status.m4: On various places, use expr instead of
4319           ``echo|sed.''
4320         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4321         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4322         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4323           a range.
4324         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4325           the wrong patterns between ``case'' and ``esac.''  The previous
4326           code had false positives.
4328 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4330         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4331         as on 2005-05-02.
4332         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4333         Mention LIBOBJDIR.
4335 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4337         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4338         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4339         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4340         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4341         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4342         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4343         config/config.guess, config/config.sub, config/elisp-comp,
4344         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4345         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4346         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4347         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4348         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4349         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4350         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4351         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4352         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4353         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4354         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4355         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4356         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4357         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4358         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4359         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4360         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4361         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4362         lib/autotest/general.m4, lib/emacs/Makefile.am,
4363         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4364         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4365         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4366         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4367         tests/compile.at, tests/foreign.at, tests/fortran.at,
4368         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4369         tests/semantics.at, tests/suite.at, tests/tools.at,
4370         tests/torture.at, tests/wrapper.as:
4371         Update FSF postal mail address.
4373 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4375         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4376           check.
4377         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4378           enough arguments, similarly as in m4_bpatsubsts.
4380 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4382         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4383           of absolute paths.
4385 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4387         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4388           for absolute directory names in one loop.
4389         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4390           abbreviations of --version and --debug.
4392 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4394         * doc/autoconf.texi (Autoconf Language): Be more precise about
4395         quoting rules.  Problems noted by Stepan Kasal.
4396         Also, throughout this document, be more careful about white space.
4397         "blank", "white space", and "space" all have different meanings
4398         and we should be careful to say what we mean.
4400 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4402         Fix C++ related problems reported by Werner Lemberg.
4403         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4404         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4405         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4406         avoid problems with C++ and throw.
4407         * tests/compile.at: .cpp, not .cc.
4409         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4411 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4413         * doc/autoconf.texi (Generic Functions): Typos.
4415 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4417         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4418         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4419         set by latest automake.
4421 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4423         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4424         outputs 0 on GNU/Linux these days.
4426 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4428         * doc/autoconf.texi (Autoconf Language): Add more description
4429         about quoting heuristics.
4430         (Limitations of Builtins): Describe "set -" problems.
4432 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4434         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4435         not newline.
4437         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4438         by AC_DEFINE; it was a mistake.
4439         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4441 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4443         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4445 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4447         * doc/autoconf.texi (External Software): Quadrigraphs are not
4448           processed correctly in AS_HELP_STRING; avoid this in the examples.
4449         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4450         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4451           comment and reduce m4_default([foo], []) to [foo].
4452         (m4_strip): Update the explanation.
4454 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4456         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4457         Remove core.conftest.* too; it's generated by Tru64 5.1.
4458         Problem reported by Jennis Pruett.
4459         * lib/autoconf/functions.m4
4460         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4461         Don't bother to remove core files; AC_RUN_IFELSE should do that
4462         for you.
4464 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4466         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4468 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4470         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4471         Report from Horst Wente.
4473 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4475         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4476           the comment.
4478 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4480         * doc/autoconf.texi (External Software, Package Options): Add
4481           examples showing how to implement --with-* and --enable-* options.
4483 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4485         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4486         as well as configure.in.  Problem reported by Gregorio Guidi.
4488 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4490         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4491         pattern for alloca snippet.
4493 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4495         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4497 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4499         * doc/autoconf.texi (Generic Programs): Fix a typo.
4501 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4503         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4504         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4506 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4509         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4510         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4511         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4512         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4514 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4516         * NEWS: The configure command now warns you if you attempt to use
4517         a directory whose name contains a special character like space,
4518         newline, or "\".
4519         * doc/autoconf.texi (Installation Directory Variables): Allow
4520         "," in file names.  Do not use \@; it's not a portable regexp.
4521         * bin/Makefile.am (edit): Likewise.
4522         * lib/Makefile.am (edit): Likewise.
4523         * tests/Makefile.am (edit): Likewise.
4524         * tests/semantics.at: Likewise.
4525         * tests/torture.at: Likewise.
4526         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4527         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4528         * doc/autoconf.texi (File System Conventions): Warn about
4529         unportable file names.
4530         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4531         (AC_INIT): Use it.
4532         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4533         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4534         ac_pwd, and quote srcdir.
4535         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4537         * doc/autoconf.texi: Fix some systematic formatting problems.
4538         ".)"  needs a following @: if not at the end of a sentence, and
4539         similarly for "!)".  "etc." should be preceded by a comma.
4540         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4542 2005-03-22  Bruno Haible  <bruno@clisp.org>
4544         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4545         argument is often called 'build-aux'.
4547 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4549         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4550           macro AC_TRY_LINK is obsolete.
4551         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4552           `AC_CONFIG_FILES'.
4554 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4556         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4557           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4558           from a Common Lisp's `cl'.
4559         (AC_PROG_CXX): Behave according to the documentation: don't
4560           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4561           make the variable CCC precious; use `cl.exe', not `cl'.
4563 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4564             Alexandre Duret-Lutz  <adl@gnu.org>
4566         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4567         /dev/null, as "configure" shouldn't read stdin, and this insulates
4568         us from problems (e.g., when testing for "cl").  Also, do this
4569         redirection before invoking "hostname" or "uname", and keep the
4570         original input stream available via...
4571         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4572         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4573         bother with "</dev/null" since it's now done at the top of
4574         'configure'.
4575         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4576         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4577         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4578         * doc/autoconf.texi (File Descriptor Macros): New section.
4579         (Printing Messages): Mention it.
4580         * tests/base.at (Input/Output): New test.
4582 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4584         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4585         newline if neither \c nor -n work, as that would output two
4586         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4588 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4590         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4591         This causes that any required macros inside will get before the if.
4592         * doc/autoconf.texi (autom4te.cache): A typo.
4594 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4596         Undo previous change, except keep the change to
4597         lib/autoconf/programs.m4 that replaced grep with shell
4598         pattern-matching.  This is because net-snmp configure reads stdin.
4599         Reported by Noah Misch.
4601 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4603         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4604         from /dev/null, as "configure" shouldn't read stdin, and this
4605         insulates us from problems (e.g., when testing for "cl").
4606         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4607         before invoking "hostname" or "uname".
4608         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4609         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4610         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4611         "</dev/null" since it's now done at the top of 'configure'.
4612         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4613         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4614         Also, replace grep with shell pattern-matching, to save a process.
4616 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4618         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4619         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4620         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4621         compiler.
4623 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4625         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4626         grep -q isn't portable.  Improve grep -s explanation.
4627         Problem reported by Dan Manthey.
4629 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
4631         * doc/autoconf.texi (Special Shell Variables): Clarify
4632         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
4634 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4636         * doc/autoconf.texi: Use @acronym for DJGPP.
4637         Fix some @code's that should have been @env's, and vice versa.
4638         Sort environment variable names.
4639         Mention that shells no longer inherit IFS.
4640         Don't recommend PATH_SEPARATOR=';' so strongly.
4641         Mention that $RANDOM might expand to the empty string.
4642         "symlink" and "soft link" -> "symbolic link".
4643         Improve mktemp description (reported by Bruno Haible).
4645 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4647         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
4648         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
4649         Likewise.
4650         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
4651         Likewise.
4653 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4655         * NEWS: Mention AT_COPYRIGHT.
4657         * tests/local.at (AT_CMP): Use diff directly on input files rather
4658         than copying them.
4660         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
4661         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
4663 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4664         and Paul Eggert  <eggert@cs.ucla.edu>
4666         * tests/autotest.at (Empty test suite): New test.
4667         * tests/torture.at (Substitute and define special characters)
4668         (Substitute a 2000-byte string, Define to a 2000-byte string)
4669         (Substitute a newline, Define a newline): New tests.
4671 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4673         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
4674         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
4675         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
4676         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
4677         (Standard regular expressions): New test.
4678         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
4679         excess test name quoting.
4680         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
4681         CPPFLAGS to `configure' instead of setting it in `configure'.
4683         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
4684         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
4685         on some platforms.
4687         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
4688         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
4690         * tests/local.at (AT_CMP): New macro.
4691         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
4692         (AC_SAVE_STATE): Move environment grep...
4693         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
4694         (AT_CONFIG_CMP): New macro.
4695         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
4696         * tests/c.at (Extensions): Do not exit early.
4697         * tests/atlocal.in: Inherit $GREP.
4699         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
4700         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
4702         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
4703         (AC_COPYRIGHT): Factor header comment portion out and move into...
4704         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
4705         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
4706         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
4707         --version output.
4708         * tests/local.at: Add Autoconf test suite copyright notice.
4709         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
4711 2005-02-04  Bruno Haible  <bruno@clisp.org>
4712         and Paul Eggert  <eggert@cs.ucla.edu>
4714         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
4716 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4718         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
4719         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
4721         Try not to generated lines of unlimited length, as POSIX places a
4722         2047-byte limit on line length of portable text files.
4723         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
4724         Use newline as a separator, not space.
4725         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
4726         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
4727         space.
4729 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4731         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
4732         as_func_*.  Add test to check whether positional parameters
4733         are restored after function return.
4735 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4737         * doc/autoconf.texi (Special Shell Variables): Mention _,
4738         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
4739         if they contain a lower-case letter.  The DUALCASE problem was
4740         reported by Ralf Wildenhues.
4742         * bin/autoconf.as: Don't exit with status 0 after write failure
4743         with --help or --version.
4744         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
4745         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
4747 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4749         * doc/autoconf.texi (Limitations of Usual Tools):
4750         Unicos 9 sed limitations.
4751         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
4752         to get the option-enhanced interface on older Crays.  Try ftn for
4753         Fortran 95 (newer Crays).
4755 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4757         * man/Makefile.am (.x.1): Go back to the simple solution, but take
4758         care to echo the commands, so the user knows what's going on.
4759         Modified from a suggestion by Stepan Kasal.
4761         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
4762         with a cross reference.  Derived from a suggestion by Bruce Korb.
4764 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4766         * doc/autoconf.texi (config.status Invocation): Warn about
4767         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
4768         * doc/install.texi (Defining Variables): Likewise.
4769         Based on a proposed patch by Ralf Wildenhues.
4771         * man/Makefile.am (.x.1): Make sure the required generated files
4772         are up to date.  Problem and original solution proposed by Stepan Kasal.
4773         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
4774         implicit-man-prerequisites): New rules, used by the above.
4776         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
4777         * config/config.guess, config/config.sub, config/install-sh: Likewise.
4778         * config/missing, config/texinfo.tex: Likewise.
4780 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
4782         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
4783         Update the long comment explaining it.
4785         m4_require no longer writes an ``is required by'' line to the
4786         execution stack.  It contains only one bit of non-redundant
4787         information: that the macro was required, not called.  And even
4788         this bit is useless in most situations: have you ever met a macro
4789         which both calls and requires the same macro?
4791         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
4792         (_m4_defun_pro_outer): ... only via this macro, for the outermost
4793           macro.
4794         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
4795         (m4_expansion_stack_pop): Remove the misplaced comment.
4796         (m4_require): Don't put the ``is required by'' line to the
4797           execution stack; slightly improve the out-of-a-defun error message.
4798         (_m4_divert_grow): New macro, counter for the temporary diversions.
4799         (_m4_require_call): Use it.
4800         * tests/m4sugar.at (m4_require): Expect output without the
4801           ``is required by'' messages.
4803 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4805         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
4806         rather than x for expr.
4808         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
4809         this is safe.
4810         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
4811         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4812         * lib/autotest/general.m4 (AT_INIT): Likewise.
4813         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
4814         * tests/mktests.sh: Likewise.
4816 2005-01-27  Akim Demaille  <akim@epita.fr>
4818         Have autoheader honor --force.
4820         * doc/make-stds.texi, doc/standards.texi: Update from masters.
4821         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
4822         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
4823         from masters, so that FileUtils.pm's update_file provide --force
4824         support.
4825         * bin/autoheader.in: Pass $force to update_file so that
4826         config.h.in is always recreated when --force.
4828 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
4830         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
4832 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
4834         * doc/autoconf.texi (Limitations of Builtins): Clarify that
4835         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
4837 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
4839         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
4840         Warn about newline stripping in `` and $().  Update Solaris
4841         version to 9.
4842         (Limitations of Builtins): Use expr "X...", not expr "x...", as
4843         X insulates us from future changes to Posix.
4844         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
4845         stripping.
4847 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
4849         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
4850           you cannot use AC_DEFINE to define macros containing `[' or `]'.
4852 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
4854         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
4855         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
4856         bug-tar mailing list.
4858 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
4860         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
4862 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4864         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
4865         ulongval to be static, to avoid unwanted GCC warning.  Problem
4866         reported by Michael Jennings via Daniel Reed; see
4867         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
4869 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
4871         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
4872         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
4873         datadir, infodir, and mandir.  Adjust argument parsing code.
4874         (_AC_INIT_HELP): Update help text.
4875         * doc/autoconf.texi (Installation Directory Variables): Document
4876         new variables.
4878 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
4880         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
4881         not seem to work, assume it does set $(MAKE).
4882         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
4884 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4886         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
4888 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4890         A cleanup of the diversion support in m4sugar.
4892         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
4893         (_m4_divert_n_stack): New macro; the expansion is
4894           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
4895           otherwise.
4896         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
4897         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
4898           stored in _m4_divert_diversion or _m4_divert_dump.
4899         (m4_divert_pop): When the parameter is given, compare the symbolic
4900           name with the last diversion pushed on the stack.  Previously, the
4901           current diversion was compared with the numeric value of the
4902           diversion given as the parameter.
4903         (m4_require): If the macro hasn't been expanded yet, call ...
4904         (_m4_require_call): this new macro.
4906 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4908         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
4909         Workarounds for documented `case' limitations.
4911 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
4913         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
4914         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
4916 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
4918         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
4919         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
4920         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
4922         Patch from Roger Leigh (with some minor changes) as follows:
4923         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
4924         Resurrect AC_PROG_CC_STDC.
4925         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
4926         AC_PROG_CC_C89, AC_PROG_CC_C99.
4927         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
4928         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
4929         AC_PROG_CC_C99): New macros.
4930         (AC_PROG_CC_STDC): Use them.
4931         (_AC_PROG_CC_STDC): Remove.
4932         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
4933         * THANKS: Add Roger Leigh.
4935 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4937         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
4938         signals that the package uses Automake; a `Makefile.am' is typical but
4939         not essential.  Reported by Magnus Therning.
4940         * tests/torture.at (autoreconf.): New banner.
4941         (autoreconf and non-AC configure): Rename to `Non-Autoconf
4942         AC_CONFIG_SUBDIRS'.
4943         (autoreconf an empty directory): Rename to `Empty directory'.
4944         (Unusual Automake input files): New test.
4946 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4948         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
4949         (AT_SETUP): Clear AT_capture_files.
4950         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
4951         (AT_KEYWORDS): Fix comment typo.
4952         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
4953         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
4954         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
4956 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
4958         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
4959         If the variable to set is already set, set ac_cv_path_$1
4960         to the preset value so caller can assume ac_cv_path_$1
4961         is available.  (trivial change)
4963 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
4965         * BUGS (Minor Problems): Warn about makefile limitations.
4966         * Makefile.am: Find and update `INSTALL' in $(srcdir).
4967         * man/Makefile.am: Find and update manual pages in $(srcdir).
4969 2004-12-24  Eric Blake  <ebb9@byu.net>
4971         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
4972         shells in subshell, to avoid noise from ash.  (trivial change)
4974 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4976         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4977         problems with SunOS ksh and backslash escaping, Bourne shells and
4978         closing brackets (both within character classes).  Bug reported
4979         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
4980         <read>: New entry.  Mention non-availability of -r.
4982 2004-12-21  Akim Demaille  <akim@epita.fr>
4984         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
4985         avoid cluttering displayed messages.  Rather, prepend srcdir where
4986         AT_LINE is used for log files.
4988 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
4990         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
4991         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
4992           no longer part of the macro, quote the occurrence of ``$tmp''.
4993         * doc/autoconf.texi (Forbidden Patterns): Typo.
4995 2004-12-21  Akim Demaille  <akim@epita.fr>
4997         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
4998         separated from the test title by forcing a white space.
5000 2004-12-21  Akim Demaille  <akim@epita.fr>
5002         Enable Emacs navigation within testsuite.log files.
5004         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5005         use the compilation mode.
5006         (AT_LINE): Point to the srcdir.
5008 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5010         * tests/Makefile.am (installcheck-local): Use $(bindir).
5011         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5012         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5013         Makefile.am scheme Autoconf now uses.
5015 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5017         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5018         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5020 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5022         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5023         (_AT_CHECK): Use it.
5024         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5025         (AS_ESCAPE): Fix comment.
5026         * tests/autotest.at: Adjust section banner comments.
5027         (AT_CHECK_AT): Accept STATUS and STDERR.
5028         (AT_CHECK_AT_TEST): Likewise.
5029         (Invalid brace-enclosed parameter expansion)
5030         (Multiline command from M4 expansion)
5031         (Double-M4-quoted command): New tests.
5033 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5035         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5037 2004-12-17  Akim Demaille  <akim@epita.fr>
5039         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5040         m4_pattern_allow.
5041         Suggested by Alexandre Duret-Lutz.
5042         * doc/autoconf.texi (Setting Output Variables): Catch up.
5044 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5046         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5048 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5050         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5051           remove the comment which said we cannot.
5053 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5055         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5056         Reini Urban and Paul Eggert for reporting the dependencies.
5058         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5059         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5060         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5062 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5064         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5065           so that eg. ``autoscan --help'' doesn't truncate it.
5067 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5069         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5070         generated conftest files.
5072 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5074         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5075         tracing on commands with possibly-escaped newlines.
5076         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5077         discontinued behavior and its implications.
5078         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5079         (BSx641-newline in command, BS-BS-newline in command)
5080         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5081         (Single-quote-BS-newline in command)
5082         (Single-quote-newline-BS-newline in command): New tests.
5084 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5086         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5087           on platforms where it works.
5088         (_AS_TEST_PREPARE): Test for ``test -x''.
5089         (_AS_BROKEN_TEST_PREPARE): Nuke.
5091 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5093         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5094         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5095           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5096         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5097           create the temporary directory.
5098         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5100 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5102         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5103         (trivial change)
5105 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5107         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5109 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5111         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5112         to avoid using a negated character class.  Reported by Nicolas Joly.
5113         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5115 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5117         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5118         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5119         Don't depend on .x file explicitly, since "make" does that for us.
5120         Suggested by Stepan Kasal.
5122         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5123         Add *.tmp.
5124         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5125         ifnames): Factor common code.  And they said it couldn't be done!
5127 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5129         * bin/.cvsignore: Add autoconf.in.
5130         * tests/.cvsignore: Add wrapper.in.
5131         * lib/autotest/general.m4: Escape '$' in case pattern.
5133 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5135         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5137         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5139         * tests/autotest.at: New file.
5140         * tests/suite.at: Include it.
5141         * tests/Makefile.am: Distribute it.
5143         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5144           shell tracing on a command that could contain multiple lines.
5145         * doc/autoconf.text: Document that fact and its implications.
5146         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5147         * tests/autotest.at (Multiline backquote command substitution,
5148           Multiline parameter expansion, Literal multiline command,
5149           Multiline parenthetical command substitution): Remove XFAIL.
5151 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5153         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5154         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5156 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5158         * configure.ac (test suite): Cease to generate wrapper scripts.
5159         * configure: Regenerate.
5160         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5161         (m4f_dependencies): Adjust accordingly.
5162         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5163         (wrapper.in): Generate it in the build directory.
5164         (MAINTAINERCLEANFILES): Delete wrapper.in.
5165         (CLEANFILES): Add wrapper.in.
5166         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5167         the output.  Replace each $as_me with a @wrap_program@.
5168         * tests/wrapper.in: Delete it; we always build it.
5170         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5171         (EXTRA_DIST): Remove autoconf.in.
5172         (CLEANFILES): Add autoconf.in.
5173         (autoconf): Find autoconf.in in the build directory.
5174         * bin/autoconf.in: Delete it; we always build it.
5176 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5178         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5179         PATH members so as to not prepend an empty element.  Move a comment.
5180         * Makefile.am (SUBDIRS): Build in `tests' last.
5181         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5183 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5185         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5186         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5187         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5188         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5190 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5192         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5193         patch: extra "-l"s.
5195 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5197         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5198         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5199         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5201 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5203         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5204           out the common code to ...
5205         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5206           value of the #define--default to 1, iff the macro was called
5207           with exactly one parameter.
5209 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5211         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5212         "char c = '\200';" rather than "char c = 0x80;" as the
5213         latter doesn't conform to the strict C standard due to
5214         overflow on signed char hosts.
5216         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5217         to -qlanglvl=ansi.  We don't want to disable extensions.
5219 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5221         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5222         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5223         Reword slightly to avoid some English-language problems noted
5224         by Ralf Wildenhues in:
5225         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5227 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5229         * NEWS: Add ^L above each release.
5231 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5233         Fix documentation problems reported by Russ Boylan in
5234         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5235         along with some nearby cruft.
5236         * doc/autoconf.texi (Libtool): Libtool can be used without
5237         Automake (not without Autoconf).
5238         (Introduction): Mention lists.gnu.org.
5239         * BUGS: Don't mention bugs.gnu.org.
5240         Remove mention of ancient libtool compatibility problem.
5241         * NEWS: Mention that bugs.gnu.org is kaput.
5242         * README: Likewise.  Mention where mailing list archives can be found.
5244 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5246         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5248 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5250         * doc/autoconf.texi (Pretty Help Strings): Go back to
5251         single-quoting assignments to cache variables.
5253 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5255         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5256         with the examples; fix the bug in MY_ARG_WITH example reported
5257         by Alexandre Duret-Lutz.
5258         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5259         expansion of $1 in the comment emitted to configure.
5261 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5263         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5264         in my editing of the previous patch.  Problem reported
5265         by Alexandre Duret-Lutz.
5267 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5269         * doc/autoconf.texi (Autoconf Language): Explain that
5270         ``descriptions'' may not be double quotes.
5271         (Quotation Rule Of Thumb): Likewise.
5272         (Pretty Help Strings): Likewise; remove the wrong comment;
5273         simplify the examples and improve their quoting.
5275 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5277         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5278         the $1_found variable, don't test whether the file is executable;
5279         Both things are checked ...
5280         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5281         the former ``test -f''.
5282         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5284 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5286         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5287         use cp -R instead.
5289 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5291         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5292         limitations.  Reorder paragraphs for clarity.
5294 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5296         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5297         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5298         variants", "Unix", and some related minor wording fixups.
5300         (Shellology, Special Shell Variables): Document that the Zsh
5301         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5302         to Alexandre Duret-Lutz for this info.
5304 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5306         * doc/autoconf.texi (One-Shot Macros): New node.
5308 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5310         * doc/autoconf.texi (Function Portability): Fix misdescription
5311         of putenv.  Problem reported by Michael Wardle.
5313 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5315         * doc/autoconf.texi (auindex): New macro.
5316         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5317         Problem reported by Stepan Kasal.
5319 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5321         Fix problems reported by Andreas Buening in:
5322         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5323         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5324         in test makefile.
5325         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5326         readable; it's not true in OS/2-emx.
5328 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5330         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5331         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5332         (trivial change).  Problem and patch reported by Andrew Church in:
5333         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5335 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5337         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5338         three args in examples.  Problem reported by Frederik Fouvry in:
5339         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5340         Also, fix some minor spacing and punctuation bugs.
5342 2004-09-02  Akim Demaille  <akim@epita.fr>
5344         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5345         "case" to restore ordering.
5346         Reported by Stepan Kasal.
5348 2004-08-26  Akim Demaille  <akim@epita.fr>
5350         * doc/autoconf.texi: Minor typos and stylos.
5352 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5354         * configure.ac (AC_INIT): Bump to 2.59c.
5356 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5358         Version 2.59b.
5360         * README: Add advice about m4 1.4.2.
5362         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5363         texinfo.tex for now (done by hand now).
5364         * Makefile.maint (wget_files, cvs_files):
5365         Remove ansi2knr.c; nobody uses it.
5366         (ansi2knr.c-url_prefix): Remove.
5367         (cvs-update): Fix test for failure.  I don't know why it ever
5368         worked...
5370         * doc/autoconf.texi: Update URLs, some of which went stale.
5371         Use @uref rather than @href.
5373         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5374         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5376         * config/config.guess, config/config.sub, config/elisp-comp,
5377         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5378         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5380         * NEWS, TODO, configure.ac, bin/autoscan.in,
5381         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5382         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5383         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5384         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5385         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5386         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5387         tests/tools.at, tests/torture.at:
5388         Use "file name" rather than "filename" or "path",
5389         to be consistent with the terminology of the GNU coding standards.
5391 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5393         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5394         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5395         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5396         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5398         More fixes to support spaces in the name of the build directory.
5399         This isn't a complete fix but it's an improvement.
5401         * bin/autoconf.as (autom4te_options): New var.
5402         Use it instead of appending to AUTOM4TE, so that we can allow
5403         spaces in the build directory's absolute name.
5404         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5405         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5406         AT_CHECK_NOESCAPE): Likewise.
5407         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5408         main program): Likewise.
5410 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5412         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5413         From Ralf Corsepius in:
5414         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5416 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5418         * doc/autoconf.texi (Function Portability): Document isinf and
5419         and isnan.  From a suggestion by Kevin Ryde.
5421         * lib/Autom4te/General.pm (END): Return correct exit status even
5422         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5424 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5426         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5427         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5428         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5430 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5432         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5433         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5434         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5435         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5436         * lib/autom4te.in (Automake-preselections): Preselect
5437         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5439 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5441         * lib/autom4te.in (Automake-preselections): Preselect
5442         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5443         trace them.
5445 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5447         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5448         Tru64.
5449         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5450         Document problem with "`""`" in pdksh POSIX mode.
5452 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5454         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5455         with pdksh, too.  Problem reported by Patrick Welche via
5456         Gary V. Vaughan.
5457         * doc/autoconf.texi (Shellology): Note that set -o posix is
5458         useful for pkdsh, too.
5460 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5462         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5463         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5464         Don't fail if ENV or BASH_ENV is readonly.
5465         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5466         etc. are read only.  Problem reported by Ludovic Courtes.
5468 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5470         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5471         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5472         (trivial change)
5474 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5476         * doc/autoconf.texi (File System Conventions): Warn about
5477         names like "aux".  Problem reported by Eric Blake.
5479         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5480         by zero instead of array size, so that we can use any arithmetic
5481         constant expression (instead of requiring an integer constant
5482         expression).  This allows us to test expressions like DBL_MAX <
5483         LDBL_MAX, which didn't conform to the C standard using the old
5484         method.
5485         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5486         now that we can do floating-point tests at compile time.
5488 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5490         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5491         and LDBL_EPSILON, as the resulting expression isn't an
5492         integer constant expression and violates the C standard.
5493         Problem reported by Nelson H. F. Beebe.  Also, check
5494         for "L" suffix, and check that long double doesn't have
5495         worse range or precision than double, that mixed-mode
5496         arithmetic doesn't generate a diagnostic, that double
5497         constants fit in long double.
5499 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5501         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5502         malloc(0) and realloc(NULL,size).
5504         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5505         Bob Proulx.
5507 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5509         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5510         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5511         by Jim Meyering.
5513 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5515         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5516         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5518 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5520         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5521         Problem reported by Stepan Kasal.
5523 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5525         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5526         change).  Patch reported by Ralf Wildenhues in
5527         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5529         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5530         function F exists if the compiler and linker let you compile an
5531         expression like (F != 0).  Recent versions of GCC optimize away
5532         the reference to F in that case, since every function address must
5533         be nonzero, so the link succeeds even if F does not exist.
5534         Problem reported by Manu in
5535         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5537         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5538         "Unix".  Many uses changed.
5539         (Limitations of Builtins): Explain better why the ! command isn't
5540         portable.
5542 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5544         * lib/autom4te.in (Automake-preselections): Preselect
5545         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5547 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5549         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5550         referencing AC_FUNC_STRERROR_R.
5552         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5553         note pessimistic assumption when cross compiling.
5555 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5557         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5558         (until 2004) invoked subcommands with sh -e, contra POSIX.
5559         Reported by Kevin Ryde.
5561 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5563         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5564         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5565         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5566         `test -f "        /usr/bin/grep"', which _always_ failed.
5567         (AC_PROG_SED): Ditto bogus PATH fix.
5568         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5569         requires that grep correctly supports _multiple_ `-e' options, rather
5570         than stating only that grep should accept `-e'.
5572 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5574         Port to C99, which requires that 'exit' be declared.
5576         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5577         to ensure that stdlib.h is included.
5578         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5579         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5580         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5581         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5582         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5583         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5584         when using 'exit' in a test; C99 requires that 'exit' be declared.
5586 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5588         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5589         now prefers 'grep' implementations that accept -e.
5590         (Limitations of Usual Tools): Describe problems of traditional
5591         egrep and fgrep with long input lines, and of traditional grep
5592         with -e.
5593         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5594         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5595         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5596         Solaris.
5597         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5598         the user with complaints about multiple -e options.
5599         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5600         Define it with AC_PROG_GREP.
5601         * configure.ac (AC_PROG_GREP): Add.
5602         * lib/freeze.mk (GREP): New macro.
5604 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5606         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5607         a possible candidate only after all others fail, rather than
5608         consulting it first.  This improves backward compatibility by
5609         better reflecting the way shell selection occurred in previous
5610         versions of Autoconf, and should help to avoid triggering latent
5611         problems in other packages, such as the one in Automake where zsh
5612         is not handled robustly:
5613         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5614         Although it is not Autoconf's responsibility to work around
5615         problems in Automake, it nevertheless makes sense to avoid
5616         introducing unnecessary incompatibilites.
5618 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5619             Gary V. Vaughan  <gary@gnu.org>
5621         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5622         how deeply nested we are when a suitable tool is found, set the
5623         ac_path_TOOL_found flag.
5624         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5625         nested we are in this macro.  Break out of all 3 nested loops if
5626         ac_path_TOOL_found is set.
5628 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
5630         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
5631         of the _AS_PATH_WALK loop too if GNU flavor is found.
5633 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
5635         * doc/autoconf.texi (Limitations of Make): Update documentation
5636         for `$<'.  New entry `Long lines', based on a report from Simon
5637         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
5638         paragraph about DJGPP, based on a mail from Richard Dawe.
5640 2004-04-20  Paul Eggert  <eggert@twinsun.com>
5642         * tests/c.at (C keywords): Don't assume that GCC supports
5643         "restrict" and "inline", as sufficiently-old GCC versions do not
5644         (also, GCC configured to be in pedantic C89 mode does not).
5645         Problem reported by Sumit Pandya in:
5646         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
5648         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
5649         consider -g to work if it generates warnings when plain compiles
5650         don't.  Problem reported by Braden McDaniel in:
5651         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
5653         * doc/autoconf.texi (Slashes): New section, to document a problem
5654         reported by Jim Meyering in:
5655         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
5657         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
5658         linker output files before linking, to work around IRIX 6 linker bug.
5659         Problem reported by Rainer Orth in:
5660         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
5662 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
5664         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
5665         best tool so far counter rely on the tool path variable name to
5666         avoid checks for one tool being affected by the results of running
5667         the length check on a previous tool.
5669         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
5670         match expression argument, as different greps have different
5671         regular expression flavours.
5672         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
5673         literals.
5674         (AC_PROG_EGREP): Pass 'EGREP$'.
5675         (AC_PROG_GREP): Pass 'GREP$'.
5677 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
5679         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
5680         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
5682 2004-03-29  Paul Eggert  <eggert@twinsun.com>
5684         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
5685         Types, Specific Compiler Characteristics, System Services,
5686         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
5687         etc. consistently instead of 'long', 'short', 'unsigned' etc.
5688         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
5689         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
5690         Likewise.
5691         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
5692         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
5693         AC_TYPE_OFF_T): Likewise.
5694         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
5695         Likewise.
5697         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
5698         pacify libtool 1.5.2.  Fix quoting problems in sed command.
5700 2004-03-28  Paul Eggert  <eggert@twinsun.com>
5702         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
5703         now defines HAVE_DECL_TZNAME if it is declared, when
5704         HAVE_STRUCT_TM_TM_ZONE is not defined.
5705         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
5706         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
5707         for HAVE_TZNAME.
5709 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
5711         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
5712         superfluous backslashing of quotes (") in sed expressions;
5713         thanks to Paul Eggert.
5715 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
5717         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
5718         Fortran compiler is ifort, also added pghpf; thanks to Nelson
5719         H. F. Beebe for the bug report.
5721 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
5723         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
5724         quoted -cmdline argument in Portland Group compiler (bug
5725         reported by Jeffrey J. Barteet).
5727 2004-03-25  Kevin Ryde  <user42@zip.com.au>
5729         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
5730         (Run Time): ... here, where it's now mentioned.
5732 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
5734         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
5735         inherits from language Autoconf-without-aclocal-m4.
5736         (Customizing autom4te): Adjust example; the cache must now be
5737         disabled for language Autoconf-without-aclocal-m4.
5739 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5740             Nathanael Nerode  <neroden@twcny.rr.com>
5742         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
5743         AC_CHECK_TOOLS): Warn if a cross-tool is found without
5744         a prefix.
5745         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5746         AC_CHECK_TARGET_TOOLS): New macros.
5747         * doc/autoconf.texi (Generic Programs): Document
5748         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5749         AC_CHECK_TARGET_TOOLS, and warn for future changes
5750         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
5751         AC_CHECK_TOOLS.
5752         (Specifying Names): Document the reason for these future
5753         behavioral changes.
5754         * tests/mktests.sh: Do not generate tests for the
5755         new macros.
5756         * NEWS: Document these changes.
5758         * doc/autoconf.texi: Avoid macros with unbraced arguments,
5759         they make TeX hang up.
5761 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
5763         * NEWS: New macro AC_CHECK_ALIGNOF.
5764         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
5765         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
5766         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
5767         vowel.
5768         (AC_CHECK_ALIGNOF): New macro.
5769         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
5770         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
5771         those for sizeof.
5773 2004-03-03  Paul Eggert  <eggert@twinsun.com>
5775         * bin/Makefile.am (edit): Don't use $< in a context where
5776         POSIX doesn't require support for it.  Use $@.in instead.
5777         Problem reported by Anthony N. Frasso in
5778         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
5779         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
5781 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
5783         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
5784         from the next generation of Libtool.
5785         * lib/autom4te.in (Autoreconf-preselections): Ditto.
5787 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5789         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
5790         is not always thread-safe.  Report from Nathanael Nerode.
5792 2004-02-18  Paul Eggert  <eggert@twinsun.com>
5794         Fix a dependencies problem, stemming from a Autoconf 2.59 build
5795         problem on QNX reported by Stephen Rasku in
5796         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
5798         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
5799         $(m4sh_m4f_dependencies); this removes a FIXME.
5800         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
5801         (MAINTAINERCLEANFILES): Split into pieces,
5802         one per related section.  Add $(srcdir)/wrapper.in.
5804 2004-02-09  Paul Eggert  <eggert@twinsun.com>
5806         * doc/autoconf.texi (Setting Output Variables): Emphasize that
5807         AC_SUBST provides no portable way to escape literal newlines.
5809         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
5810         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
5811         Darwin uses -lcrt2.o and there's little point to cataloging all
5812         the system variants.  Partial fix reported by Andreas Waechter in:
5813         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
5814         for bug reported by Nelson H. F. Beebe in:
5815         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
5817 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
5819         * doc/autoconf.texi (AU_DEFUN): Fix English,
5820         suggested by Paul Eggert.
5821         * lib/autoconf/autoupdate.m4: Correct reference to
5822         acobsolete.m4, suggested by Alexandre Duret-Lutz.
5824 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
5826         * bin/autoupdate.in: Define __file__ so that warnings
5827         refer to the correct file.
5828         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
5829         the behavior of the third argument.
5830         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
5831         correctly the behavior of the third argument.  Document
5832         what the three macros that AU_DEFUN defines do.  Fix
5833         warning message when the third argument includes $0
5834         (reported by Alexandre Duret-Lutz).
5836 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
5837             Eric Sunshine  <sunshine@sunshineco.com>
5838             Paul Eggert  <eggert@twinsun.com>
5840         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
5841         (AS_INIT): Output shell initialization there. Removed optional
5842         parameter. Expand _AS_SHELL_FN_SPY.
5843         (AS_INIT_WITH_SHELL_FN): Removed.
5844         (_AS_SHELL_FN_SPY): New macro.
5845         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
5846         macros.
5847         (AS_SHELL_SANITIZE): Remove loop to find better shell
5848         and documentation for the parameter.
5849         (_AS_DETECT_BETTER_SHELL): Move it here.
5850         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
5851         (_AS_RUN): Move it here, support testing with eval.
5852         (AS_REQUIRE_SHELL_FN): Require shell functions when
5853         it is used.
5854         (_AS_LINENO_WORKS): Put around braces, we do not
5855         trigger the bash bug anymore.
5856         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
5857         use AS_INIT_WITH_SHELL_FN.
5858         * bin/autoconf.in, tests/wrapper.in: Regenerated.
5860 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
5862         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
5863         * doc/autoconf.texi: Don't say that the third parameter
5864         is broken.
5865         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
5866         (AU_DEFUN): Honor the third parameter, create autoupdate
5867         macros with AU_DEFINE.
5868         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
5869         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
5870         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
5871         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
5872         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
5873         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
5874         AC_XENIX_DIR): Likewise.
5875         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
5876         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
5877         * lib/autoconf/status.m4: Remove FIXME.
5878         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
5879         that the macro is not present anymore in the updated
5880         configure.ac.
5881         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
5882         of autoupdate.
5884 2004-01-28  Paul Eggert  <eggert@twinsun.com>
5886         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
5887         copyright years.
5888         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
5889         2003 (except 1997) to the list of copyright years.  This undoes
5890         the 2003-05-22 change, which removed the older years from the list.
5891         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
5893 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
5894             Albert Chin-A-Young  <china@thewrittenword.com>
5896         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
5897         grep or ggrep program in PATH that accepts as long lines as
5898         possible.
5899         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
5900         AC_PROG_GREP.
5901         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
5902         egrep and fgrep respectively if $GREP -E/-F don't work.
5903         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
5904         _AC_PROG_GREP, and AC_PROG_SED.
5905         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
5906         longest input length accepted by a command.
5907         (AC_PROG_SED): Use it.
5908         * doc/autoconf.texi (Particular Programs): Document the changes.
5909         * NEWS: Updated.
5911 2004-01-27  Paul Eggert  <eggert@twinsun.com>
5913         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
5914         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5915         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
5916         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
5918         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
5919         bin/autoconf.in, config/Makefile.in, config/config.guess,
5920         config/config.sub, config/install-sh, config/mdate-sh,
5921         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
5922         lib/Makefile.in, lib/Autom4te/Makefile.in,
5923         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
5924         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
5925         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
5926         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
5927         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
5928         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
5929         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
5930         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
5931         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
5932         tests/actypes.at: Regenerate and/or sync with original
5933         sources.
5935 2004-01-26  Paul Eggert  <eggert@twinsun.com>
5937         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
5938         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
5939         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
5940         not <inttypes.h>.  Problem reported by Tim Mooney in
5941         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
5942         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
5943         Likewise.
5945         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
5946         otherwise "make check" fails because it forbids cmp (I guess
5947         because cmp treats files as binary on DOS-like systems).
5949         * tests/mktests.sh: Update copyright date to 2004, since some tests
5950         have changed in 2004.
5952 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
5954         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
5955         non-truncating sed or gsed program in PATH.
5956         * tests/acprograms.at: Add it.
5957         * doc/autoconf.texi (Particular Programs): Document it.
5958         * NEWS: Updated.
5960 2004-01-15  Paul Eggert  <eggert@twinsun.com>
5962         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
5963         -std1 disables some useful extensions on Tru64.  Problem reported
5964         by N. Lichtmaier in
5965         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
5967 2004-01-14  Paul Eggert  <eggert@twinsun.com>
5969         * doc/autoconf.texi (Programming in M4sh): Document that
5970         AS_MKDIR_P succeeds if the destination is a symbolic link
5971         to an existing directory.
5972         (Limitations of Usual Tools): Note that mkdir -p might not
5973         succeed on symlinks to directories.
5975 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
5977         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
5978         * bin/autoheader.in: Grammar fix in message.
5979         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
5980         Test for dir before calling mkdir -p.  (trivial changes)
5982 2004-01-13  Eric Blake  <ebb9@byu.net>
5984         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
5985         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
5987 2004-01-10  Jim Meyering  <jim@meyering.net>
5989         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
5991 2004-01-09  Paul Eggert  <eggert@twinsun.com>
5993         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
5994         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
5995         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
5996         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
5997         AC_COMPILE_IFELSE, since we now assume our caller invokes
5998         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
5999         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6000         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6001         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6003 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6005         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6006         `"'...'"`, as it's confusing (and I suspect it may not work on
6007         some platforms).  The code was incorrect anyway, as it assumed
6008         that \$ evaluated to itself in that context.  Reported by
6009         Alexandre Duret-Lutz.
6011 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6013         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6014         and _LT_AC_TAGCONFIG.
6016 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6018         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6019         example, and add more examples.  Reported by Eric Sunshine.
6021 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6023         * doc/autoconf.texi (Limitations of Usual Tools):
6024         Remove warning against "rm -fr" introduced yesterday; it
6025         was a false alarm.
6027         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6028         autoscan, autoupdate, ifnames): Don't use chmod -w.
6029         * lib/Makefile.am (autom4te.cfg): Likewise.
6030         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6031         "chmod -w".
6033 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6034             Paolo Bonzini  <bonzini@gnu.org>
6036         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6037         by doing lineno substitution only on lines containing "$LINENO".
6039 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6041         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6042         Use "rm -f" to remove conftest.sed, not plain "rm".
6043         Bug reported by David Relson in
6044         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6046         * Makefile.am (autom4te-update):
6047         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6048         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6049         * doc/autoconf.texi (Guidelines): Likewise.
6050         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6051         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6052         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6053         * lib/autotest/general.m4 (AT_INIT): Likewise.
6054         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6055         * tests/Makefile.am (clean-local): Likewise.
6056         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6057         srcdir): Likewise.
6058         * doc/autoconf.texi (Limitations of Usual Tools):
6059         Warn against "rm -fr".
6061 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6063         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6064         -c -o might not work.  From a suggestion by Kevin Ryde.
6065         (C Compiler, Generating Sources, Limitations
6066         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6067         Don't put '-o' after non-options, as POSIX doesn't allow this.
6068         Mention that cc's name might be gcc or c89 or whatever.
6070 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6072         * doc/autoconf.texi: Add various further index entries.
6074 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6076         * bin/autoreconf.in (autoreconf_current_directory):
6077         Fix typo: mkdir without umask arg.
6079 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6081         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6082         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6083         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6084         explanation clearer.
6086 2003-12-24  Andreas Schwab  <schwab@suse.de>
6088         * doc/autoconf.texi (Default Includes): Fix misspelling of
6089         AC_INCLUDES_DEFAULT.
6091 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6093         * configure.ac: Test if sh -n works.
6094         * configure: Regenerate.
6095         * tests/atlocal.in: Store the result here.
6096         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6097         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6098         of explicitly testing.
6099         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6100         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6101         * tests/tools.at (Syntax of the shell scripts): Simplify
6102         using AT_CHECK_SHELL_SYNTAX.
6103         (Syntax of the Perl scripts): Remove definition of
6104         AT_CHECK_PERL_SYNTAX.
6106 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6108         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6109         stderr to /dev/null.
6110         * bin/autoconf.in: Regenerate.
6111         * bin/wrapper.in: Regenerate.
6113 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6115         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6116         Extracted from AS_SHELL_SANITIZE.
6117         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6118         macros.
6119         (AS_SHELL_SANITIZE): Move reinvocation code from
6120         _AS_LINENO_WORKS, use it to find out if shell
6121         functions work.
6122         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6123         does not work.
6124         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6125         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6126         was called.
6127         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6128         * bin/autoconf.in: Regenerate.
6129         * tests/wrapper.in: Regenerate.
6130         * tests/tools.at: Test the syntax of tests/autoconf
6131         and tests/testsuite.
6133 2003-11-24  Akim Demaille  <akim@epita.fr>
6135         * config/announce-gen (&print_locations, &print_signatures)
6136         (&sizes): New.
6137         Use them.
6138         No longer rely on Gnus to inline the list of signatures: compute
6139         them on the fly.
6141 2003-11-24  Akim Demaille  <akim@epita.fr>
6143         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6144         override some files.
6145         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6146         From Debian Autoconf 2.58.
6148 2003-11-24  Akim Demaille  <akim@epita.fr>
6150         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6151         uses.
6152         From Debian Autoconf 2.58.
6154 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6156         * TODO: Remove already done things.  Update the part about finding
6157         tools for the target.
6159 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6161         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6162         Make wording more consistent.
6163         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6164         Explain the transition better.
6165         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6166         the transition better.
6168 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6170         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6171         parameter of AU_DEFUN.
6172         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6173         (AU_DEFUN): Remove the third parameter, it was not used.
6174         Use AC_DEFUN directly, not AU_DEFINE.
6175         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6176         the expanded body, consistently with other macros such as AC_USG.
6178 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6180         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6181         into the initial confdefs.h, to work around a bug in NextStep 3.3
6182         patch 3 reported by Eric Sunshine.
6184 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6186         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6187         than $target since the latter is not usual, add guidelines on when to
6188         use or not use the system type.
6190 2003-11-12  Derek Price  <derek@ximbiot.com>
6192         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6193         typo misrepaired by an auto-spellcheck.
6195 2003-11-12  Akim Demaille  <akim@epita.fr>
6197         * bin/autoreconf.in (&parse_args): Don't call automake with
6198         --force-missing unless it actually supports it.
6199         From Debian #219336.
6201 2003-11-12  Akim Demaille  <akim@epita.fr>
6203         * configure.ac: Bump to 2.59a.
6204         Require 2.59.
6206 2003-11-06  Akim Demaille  <akim@epita.fr>
6208         Version 2.59.
6210 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6212         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6213         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6214         and ac_abs_top_srcdir are absolute paths.
6215         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6217 2003-11-05  Akim Demaille  <akim@epita.fr>
6219         * configure.ac: Bump to 2.58a.
6221 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6223         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6224         it provokes a warning from makeinfo about looking like a cross
6225         reference in info output.
6227         * doc/autoconf.texi (Function Portability): Add notes on signal
6228         handler return type, as per AC_TYPE_SIGNAL.
6230 2003-11-04  Akim Demaille  <akim@epita.fr>
6232         Version 2.58.
6233         * doc/standards.texi: Update from master.
6235         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6237 2003-11-04  Akim Demaille  <akim@epita.fr>
6239         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6240         computing the absolute path to d1 in the source hierarchy: it may
6241         not exist at all.  So don't cd into it.
6242         From Alexandre Duret-Lutz.
6243         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6245         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6246         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6247         * doc/autoconf.texi (Programming in M4sh): Document.
6248         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6250 2003-11-03  Pavel Roskin  <proski@gnu.org>
6252         * doc/autoconf.texi (Generic Structure Checks): Describe
6253         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6255 2003-10-31  Akim Demaille  <akim@epita.fr>
6257         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6258         (GNU Fortran): New.
6259         * doc/autoconf.texi (Language Choice): Document.
6260         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6261         the current language is Fortran.
6263 2003-10-31  Akim Demaille  <akim@epita.fr>
6265         * bin/autom4te.in (&freeze): Use a less likely warning separator
6266         than `\n\n', so that `\n\n\n' is valid in warnings.
6267         Reported by Steve Huston.
6269 2003-10-28  Akim Demaille  <akim@epita.fr>
6271         * Makefile.cfg (local_updates, executable-update): Tweak to be
6272         robust to parallel makes.
6273         Suggested by Alexandre Duret-Lutz.
6275 2003-10-27  Akim Demaille  <akim@epita.fr>
6277         * Makefile.cfg (executable-update): New.
6278         (local_updates): Call it.
6280 2003-10-27  Akim Demaille  <akim@epita.fr>
6282         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6283         Don't remove core.* as it may remove valid user files.
6284         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6285         (AC_FUNC_UTIME_NULL): Likewise.
6287 2003-10-23  Akim Demaille  <akim@epita.fr>
6289         Version 2.57g.
6290         * config/config.guess, config/config.sub: Upgrade from masters.
6292 2003-10-23  Akim Demaille  <akim@epita.fr>
6294         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6295         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6296         hand...
6298 2003-10-23  Akim Demaille  <akim@epita.fr>
6300         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6301         Don't forget to remove conftest.err.
6303 2003-10-23  Akim Demaille  <akim@epita.fr>
6305         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6306         same object file in $LIBOBJS.
6307         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6308         * doc/autoconf.texi (Generic Functions): Adjust.
6310 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6312         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6313         Use 'eval', so that the resulting configure scripts work even if
6314         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6316 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6318         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6319         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6320         (_AC_LINK_IFELSE): Check the werror flag.
6321         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6322         AC_LANG_WERROR.
6323         * NEWS: Mention it.
6325 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6327         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6328         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6329         override AC_LINK_IFELSE.
6331 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6333         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6334         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6335         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6336         Mention /usr/dt/bin/dtksh on Solaris.
6337         (Shell Substitutions): Warn about $((...)).
6338         (Parentheses): New section.
6340 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6342         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6343         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6345 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6347         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6348         cross test.
6350 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6352         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6353         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6355 2003-10-10  Andreas Schwab  <schwab@suse.de>
6357         * bin/autoheader.in: Avoid empty first line in --version and
6358         --help output.
6359         * bin/ifnames.in: Likewise.
6361 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6363         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6364         Issue a more-informative diagnostic.
6365         Problems reported by Eric Sunshine.
6367 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6369         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6370         -mGLOB_options_string stuff for Intel ifc, which can cause
6371         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6372         pattern-matching instead of grep.
6374 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6376         * doc/autoconf.texi: Document new FC Fortran macros.
6378 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6380         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6381         that future autopoint/aclocal/automake/autoreconf will be able
6382         to trace to find where to install local m4 macros.
6383         * doc/autoconf.texi (Input): Document it.
6384         * NEWS: Updated.
6386 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6388         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6389         -lcrtbegin.o to list of ignored flags and fix underquoting of
6390         -lcrt[01].o.
6392 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6394         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6395         cache variable instead of $G77 to decide whether to include -O2,
6396         since $G77 is specific to Fortran 77.
6398 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6400         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6401         free" flag.  Re-order flags tested into rough order of popularity.
6403 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6405         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6406         arguments so that it can be used with syntax identical to
6407         AC_PROG_F77, and so that we can more easily decide to
6408         remove/deprecate the DIALECT optional argument in the future if it
6409         proves troublesome.
6410         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6411         non-freeform-supporting compilers.  Document freeform flags.
6413 2003-10-03  Akim Demaille  <akim@epita.fr>
6415         * configure.ac: Look for emacs, not macs.
6416         Reported by Eric Sunshine.
6418 2003-10-03  Akim Demaille  <akim@epita.fr>
6420         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6421         * bin/autoreconf.in (autoreconf_current_directory): Create the
6422         AUX_DIR if needed, for sake of automake --add-missing etc.
6423         Suggested by Alexandre Duret-Lutz.
6425 2003-10-03  Akim Demaille  <akim@epita.fr>
6427         * configure.ac: Quotation and formatting changes.
6428         (EMACS): Don't set it if it is not recent enough to support
6429         autoconf-mode.el.
6430         From Eric Sunshine.
6432 2003-10-02  Akim Demaille  <akim@epita.fr>
6434         * bin/ifnames.in (&scan_file): Skip C++ comments.
6435         From Jeremy Yallop.
6437 2003-10-01  Pavel Roskin  <proski@gnu.org>
6439         * doc/autoconf.texi (Particular Structure Checks):
6440         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6442 2003-10-01  Akim Demaille  <akim@epita.fr>
6444         Version 2.57f.
6446 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6448         * lib/Autom4te/XFile.pm: Use Errno.
6449         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6450         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6452 2003-09-30  Akim Demaille  <akim@epita.fr>
6454         * config/announce-gen (&print_news_deltas): Extracted from...
6455         (&print_changelog_deltas): here.
6456         (&news_file): Rename as...
6457         (@news_file): this.
6459 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6461         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6462         have been created when invoking the compiler.
6463         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6465 2003-09-29  Akim Demaille  <akim@epita.fr>
6467         Version 2.57e.
6469         * config/mkinstalldirs: Upgrade.
6471 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6473         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6474         Problem reported by Lars J. Aas in
6475         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6476         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6477         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6478         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6480 2003-09-26  Akim Demaille  <akim@epita.fr>
6482         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6483         directory for AC_CONFIG_COMMANDS' first argument exists.
6484         This makes valid the invocation of _AC_SRCPATH that follows.
6485         Reported by Eric Sunshine.
6486         * doc/autoconf.texi (Configuration Commands): Adjust.
6488 2003-09-26  Akim Demaille  <akim@epita.fr>
6490         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6491         Reported by Ralf Corsepius.
6493 2003-09-26  Akim Demaille  <akim@epita.fr>
6495         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6496         arguments.
6497         Actually, use AU_ALIAS.
6498         From Bruno Haible.
6500 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6502         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6503         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6504         Problem reported by Eric Sunshine in:
6505         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6507 2003-09-26  Akim Demaille  <akim@epita.fr>
6509         The test suite are sometimes assigning timings incorrectly.
6510         Reported by Henk Krus.
6511         Diagnosed by Nicolas Joly.
6513         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6514         AT_help_all.
6515         Instead of making AT_help a sequence of assignments to grow
6516         $at_help_all, just make AT_help_all be the growing contents of
6517         $at_help_all, and make a single assignment in...
6518         (AT_INIT): here.
6519         (at_times_skip): Flip the meaning and rename as...
6520         (at_times_p): this.
6521         (AT_INIT): When summarizing the test that ran, remove
6522         $at_times_file after use, and check it is present before trying to
6523         use it.
6525 2003-09-25  Akim Demaille  <akim@epita.fr>
6527         Version 2.57d.
6529         * bin/Makefile.am (edit): Handle '@configure_input@'.
6530         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6531         (ifnames): chmod -w.
6532         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6533         executables, not bin/ executables!  Otherwise all the magic needed
6534         to find non installed files is turned off.  This caused a failure
6535         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6536         as found in its environment (sent by tests/autoreconf): pointing
6537         to bin/autom4te that could not find its files.
6538         * tests/mktests.sh: Force the replacement of generated files, for
6539         the sake of "mv" program that are interactive when overwriting a
6540         -w file.
6541         * config/install-sh: Upgrade from CVS Automake.
6543 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6545         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6546         versus test -L issues.
6548 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6549             Paul Eggert  <eggert@twinsun.com>
6551         Trivial change to support GCC's configuration procedure.
6552         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6553         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6554         about inconsistency if the preprocessor is set to give errors for
6555         any warning.
6556         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6558 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6560         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6561         and XFile.pm from Automake.
6562         * lib/Autom4te/XFile.pm: Update from Automake.
6564 2003-09-12  Akim Demaille  <akim@epita.fr>
6566         Version 2.57c.
6568 2003-09-12  Akim Demaille  <akim@epita.fr>
6570         * config/config.guess, config/config.sub, config/missing,
6571         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6572         from masters.
6574 2003-09-12  Akim Demaille  <akim@epita.fr>
6576         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6577         not asm/types.h.
6579 2003-09-11  Akim Demaille  <akim@epita.fr>
6581         * doc/autoconf.texi (Header Portability): linux/random.h.
6582         From Peter Hendrickson.
6584 2003-09-10  Akim Demaille  <akim@epita.fr>
6586         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6587         willing to edit the output files.
6589 2003-09-10  Akim Demaille  <akim@epita.fr>
6591         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6592         and AC_FC_FREEFORM.
6593         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6594         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6596 2003-09-09  Akim Demaille  <akim@epita.fr>
6598         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6599         Reported by Gary Vaughan.
6600         * bin/autom4te.in (handle_m4): Likewise.
6602 2003-09-09  Akim Demaille  <akim@epita.fr>
6604         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6605         trailing files.
6607 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6609         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6610         Improve the accuracy of the wording about obsolescence.
6611         From a suggestion by Ian Lance Taylor in
6612         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6614 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6616         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6617         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6619 2003-09-04  Akim Demaille  <akim@epita.fr>
6621         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6622         AC_FUNC_WAIT3.
6624 2003-09-04  Akim Demaille  <akim@epita.fr>
6626         * bin/autom4te.in: Use &fatal where more appropriate than &error.
6627         (freeze): When exiting, use $exit_code.
6628         * lib/autoconf/fortran.m4: Comment changes.
6630 2003-09-04  Akim Demaille  <akim@epita.fr>
6632         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
6634 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
6636         Add support for newer Fortran dialects.  The F77 interface is
6637         unchanged, and continues to support Fortran 77.  New FC macros
6638         correspond to all the old F77 macros, with output variables FC,
6639         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
6640         available dialect, but older dialects can be specified.  There are
6641         new macros AC_FC_SRCEXT to set the source extension, and
6642         AC_FC_FREEFORM to accept free-form source files.
6644         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
6645         New macros.
6646         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
6647         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
6648         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
6649         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
6650         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
6651         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
6652         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
6653         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
6654         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
6655         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
6656         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
6657         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
6658         AC_FC_SRCEXT, AC_FC_FREEFORM):
6659         New macros.
6660         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
6661         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
6662         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
6663         Rewrite in terms of the above.
6664         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
6665         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
6666         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
6667         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
6669 2003-09-02  Paul Eggert  <eggert@twinsun.com>
6671         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
6672         Document problems with timestamp resolution that 'make', 'cp -p', and
6673         'touch -r' have.
6675 2003-08-27  Akim Demaille  <akim@epita.fr>
6677         * tests/m4sugar.at (cross_warning): Make sure to enable the
6678         output, so that we can track spurious m4sugar output.
6679         * tests/local.at: Require 2.57.
6680         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
6681         are defaulted by AT_CHECK anyway.
6682         Use AT_CHECK_AUTOM4TE.
6683         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
6684         missing dnl.
6686 2003-08-27  Akim Demaille  <akim@epita.fr>
6688         * bin/autoheader.in: Issue the "Using auxiliary..." message only
6689         when -Wobsolete is set.
6690         Set it on by default.
6691         Suggested by Klee Dienes.
6693 2003-08-27  Akim Demaille  <akim@epita.fr>
6695         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
6696         documentation.
6697         From Guido Draheim.
6699 2003-08-26  Akim Demaille  <akim@epita.fr>
6701         * doc/autoconf.texi (Output): Make clear that one can run code
6702         after AC_OUTPUT.
6704 2003-08-25  Akim Demaille  <akim@epita.fr>
6706         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
6707         CVS Bison.
6709 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
6711         * bin/autoreconf.in (parse_args): Do not pass --no-force to
6712         Automake versions prior to 1.8.
6714 2003-08-25  Akim Demaille  <akim@epita.fr>
6716         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
6717         From Ville Karaila.
6719 2003-08-24  Akim Demaille  <akim@epita.fr>
6721         * configure.ac: Bump to 2.57c.
6723 2003-08-22  Akim Demaille  <akim@epita.fr>
6725         Version 2.57b.
6727         * Makefile.cfg (local-checks-to-skip): New.
6728         * Makefile.maint (local-check): Rename as...
6729         (local-checks-available): this.
6730         (local-check): New.
6732         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
6733         * configure.ac: Require Automake 1.7.6.
6735 2003-08-22  Akim Demaille  <akim@epita.fr>
6737         Output stack traces in warnings.
6739         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
6740         Replace the former...
6741         (m4_warn): Pass the call stack to _m4_warn.
6742         * bin/autom4te.in: Adjust to output the call stack.
6743         * tests/m4sugar.at (m4@&t@_warn): Adjust.
6745 2003-08-22  Akim Demaille  <akim@epita.fr>
6747         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
6748         * bin/autom4te.in: Adjust.
6750 2003-08-21  Akim Demaille  <akim@epita.fr>
6752         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
6753         (&verbose): Remove.
6754         (&getopt): Adjust the note and verb channels, depending upon
6755         --verbose.
6756         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
6757         * bin/autoupdate.in: Adjust.
6758         Use &verb, not &verbose.
6760 2003-08-21  Akim Demaille  <akim@epita.fr>
6762         * bin/autoheader.in (&parse_args): Use &parse_warnings and
6763         &parse_WARNINGS.
6764         ($help): Use Autom4te::ChannelDefs::usage.
6765         * bin/autoscan.in: Use Autom4te::ChannelDefs.
6766         * lib/Autom4te/General.pm: Don't export error: you don't own it.
6768 2003-08-21  Akim Demaille  <akim@epita.fr>
6770         First stab at preserving warnings between calls to autom4te,
6771         including when the cache is used.
6773         There are still several issues: (i) there are too many runs of m4
6774         (one for include, one for warnings, and some more), (ii) warnings
6775         spreading on several lines are not handled gracefully, (iii) the
6776         code meant to have the call stack display for errors does not work
6777         (its handling should move from m4 to autom4te).
6779         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
6780         Use them.
6781         (@preselect): Add m4_warn.
6782         ($exit_status): Remove, use $exit_code.
6783         ($help): Use Autom4te::ChannelDefs::usage.
6784         (&handle_m4): No longer define the m4_warnings.
6785         At each run, extract and report the warnings.
6786         Always cache the result, including if the exit status is on
6787         failure, since if nothing changes, we should result in the same
6788         failure, hence we can use the cache.
6789         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
6790         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
6791         Remove.
6792         (m4_warn): Redefine as a do-nothing: it is its invocation that
6793         matters, as warnings are now reported via traces.
6794         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
6795         the contents of m4_warn: make it _call_ m4_warn, so that tracing
6796         the latter reveals calls to the former.
6798         Adjust the tests.
6800         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
6802 2003-08-21  Akim Demaille  <akim@epita.fr>
6804         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
6805         Use them.
6807 2003-08-21  Akim Demaille  <akim@epita.fr>
6809         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
6810         forward order.
6811         * lib/Autom4te/ChannelDefs.pm: Doc typos.
6812         (&parse_warnings): Accept a list of warning requests.
6813         (&usage): Return a string, not a side effect.
6814         (cross): New warning category.
6816 2003-08-21  Akim Demaille  <akim@epita.fr>
6818         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
6819         (&require_configure_ac): Accept an optional directory argument.
6820         ($configure_ac): Remove.
6821         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
6822         (&catfile): Remove.
6823         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
6824         * bin/autoscan.in: Adjust.
6826 2003-08-20  Akim Demaille  <akim@epita.fr>
6828         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
6829         Reported by Alexandre Duret-Lutz.
6831 2003-08-20  Akim Demaille  <akim@epita.fr>
6833         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
6834         * bin/autom4te: Adjust.
6835         In particular, be Autoconf tools are really silent when properly
6836         working, bind the verbosity of the 'note' channel to $verbose.
6837         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
6838         (&xsystem, &contents): Remove, since they are exported by...
6839         * lib/Autom4te/FileUtils.pm: this.
6840         More perldoc.
6841         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
6842         * lib/Autom4te/FileUtils.pm: here.
6844 2003-08-20  Akim Demaille  <akim@epita.fr>
6846         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
6847         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
6848         from CVS Automake.
6850 2003-08-20  Akim Demaille  <akim@epita.fr>
6852         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
6853         (autom4te-update): New.
6854         * Makefile.cfg (update): Bind autom4te-update.
6856 2003-08-19  Derek Price  <derek@ximbiot.com>
6858         * lib/autotest/general.m4: Comment various HELP_* diversions.
6859         (PARSE_ARGS_BEGIN): New section for option parsing related
6860         initialization.
6861         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
6862         package specific options and associated help.
6864 2003-08-19  Akim Demaille  <akim@epita.fr>
6866         * config/announce-gen, Makefile.cfg: New.
6867         * Makefile.am: Adjust.
6868         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
6870 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
6872         * lib/autom4te.in (Automake-preselections): Preselect
6873         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
6874         and m4_sinclude.
6876 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
6878         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
6879         (Autoconf-without-aclocal-m4): ... this new language.
6880         * doc/autoconf.texi (autom4te Invocation): Mention
6881         Autoconf-without-aclocal-m4.
6883 2003-08-18  Derek Price  <derek@ximbiot.com>
6885         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
6886         RUN-IF-PASS optional arguments.
6888 2003-08-18  Derek Price  <derek@ximbiot.com>
6890         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
6892 2003-08-16  Derek Price  <derek@ximbiot.com>
6894         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
6895         STDOUT & STDERR arguments.
6897 2003-08-14  Derek Price  <derek@ximbiot.com>
6899         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
6900         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
6901         shorter column three.  Add DESCRIPTION to log file content.
6903 2003-08-13  Derek Price  <derek@ximbiot.com>
6905         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
6906         output.
6908 2003-08-12  Derek Price  <derek@ximbiot.com>
6910         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
6911         (AT_CHECK_NOESCAPE): Move core functionality to...
6912         (_AT_CHECK): ...this new macro.
6914 2003-08-07  Derek Price  <derek@ximbiot.com>
6916         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
6917         (AT_CHECK_NOESCAPE): ...to this new macro.
6919 2003-07-31  Paul Eggert  <eggert@twinsun.com>
6921         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
6922         in Bash 2.01.  Problem reported by Brian Gough in
6923         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
6925 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
6927         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
6928         -lcrt1.o, for OS X.  (trivial change)
6930 2003-07-07  Paul Eggert  <eggert@twinsun.com>
6932         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
6933         inside '#ifndef __cplusplus'.  Problem reported by
6934         Bob Friesenhahn.
6936 2003-07-06  Bill Clarke  <llib@computer.org>
6938         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
6939         'long', not 'int', for benefit of Sun's recent C++ compilers
6940         (trivial change).  See:
6941         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
6942         (This really should be 'intptr_t', not 'long', but that would
6943         take more work.)
6945 2003-06-25  Akim Demaille  <akim@epita.fr>
6947         * lib/Makefile.am (autom4te.cfg): Make it read only.
6948         Depend on Makefile since it contains substitutions.
6949         From Paolo Bonzini.
6950         * lib/autom4te.in (args): Add local.at? for Autotest args.
6951         This change was made on autom4te.cfg which is generated.
6952         Reported by Raja R. Harinath.
6954 2003-06-25  Akim Demaille  <akim@epita.fr>
6956         * doc/autoconf.texi (Header Portability): sys/mount.h.
6957         From Gareth McCaughan.
6959 2003-06-23  Akim Demaille  <akim@epita.fr>
6961         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
6962         not all of them.  This fixes 1. the fact that when testing
6963         Autoconf there are many many config.log, 2. the incorrect use of
6964         top_srcdir to find config.log.
6965         Don't mix the detailed output of failed test with the summary of
6966         failures.  Rather, append detailed log afterwards.
6968 2003-06-23  Akim Demaille  <akim@epita.fr>
6970         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
6971         always run: output config.log on $at_group_log.
6973 2003-06-23  Akim Demaille  <akim@epita.fr>
6975         * tests/torture.at (#define header templates): Don't use quotes in
6976         C++ comments as it puzzles Emacs' sh font-lock-mode.
6978 2003-06-23  Akim Demaille  <akim@epita.fr>
6980         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
6981         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
6982         * tests/atspecific.m4: Rename as...
6983         * tests/local.at: This.
6984         * tests/suite.at: Move the globals into...
6985         * tests/local.at: here.
6986         * tests/Makefile.am: Adjust.
6987         * doc/autoconf.texi (testsuite Scripts): Adjust.
6989 2003-06-21  Kevin Ryde  <user42@zip.com.au>
6991         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
6992         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
6993         ensuring we add -std1 for full-ANSI.
6995         * doc/autoconf.texi (hdrindex): New macro.
6996         Add index entries for portability of various standard header files.
6998 2003-06-20  Akim Demaille  <akim@epita.fr>
7000         * configure.ac: Bump to 2.57b.
7002 2003-06-20  Akim Demaille  <akim@epita.fr>
7004         Version 2.57a.
7006 2003-06-20  Akim Demaille  <akim@epita.fr>
7008         * bin/autom4te.in: Don't rely on $HOME being defined.
7009         Reported by Marc Espie as PR/233.
7011 2003-06-20  Akim Demaille  <akim@epita.fr>
7013         * lib/autotest/general.m4: Use at_times_file only if used.
7014         From Nicolas Joly.
7016 2003-06-20  Akim Demaille  <akim@epita.fr>
7018         * config/config.guess, config/config.sub, config/elisp-comp,
7019         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7020         Update from masters.
7022 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7024         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7025         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7026         (TEST_SCRIPT): New diversion.
7027         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7028         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7029         (AT_INIT): Support for expected failures.
7031 2003-06-02  Akim Demaille  <akim@epita.fr>
7033         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7034         changes.
7035         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7036         Autoconf nor Automake.
7037         (&contents): New, from Automake.
7038         PODify.
7040 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7042         * NEWS, doc/autoconf.texi (Particular Functions),
7043         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7044         is the inverse of localtime.
7046 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7048         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7049         (handle_exec_errors): New function.  Work around $! being
7050         altered by WEXITSTATUS.
7051         (xqx, xsystem): Use handle_exec_errors.
7053 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7055         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7056         Do not call `_exit()', simply modify `$?'.
7057         (xsystem): Reset $! before running system, and check it afterward.
7058         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7059         63 for version mismatches.
7061 2003-05-23  Akim Demaille  <akim@epita.fr>
7063         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7064         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7065         the middle of a line).
7066         * lib/m4sugar/m4sugar.m4: Likewise.
7067         Remove useless spaces in comments.
7069 2003-05-23  Akim Demaille  <akim@epita.fr>
7071         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7072         exit 63, so that we (or Automake's "missing") can tell the
7073         difference with a plain failure.
7074         * doc/autoconf.texi (Notices): Adjust.
7076 2003-05-23  Akim Demaille  <akim@epita.fr>
7078         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7079         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7080         White spaces cleanup.
7082 2003-05-22  Jim Meyering  <jim@meyering.net>
7083             Paul Eggert  <eggert@twinsun.com>
7085         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7086         Remove `#include <stdlib.h>' from the list; we should never
7087         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7088         resulting namespace pollution would cause other tests to fail.
7089         Configure scripts run with some older versions of g++ and HP's
7090         aCC would fail due to such an #include.  Problems reported by
7091         Matthew Mueller in <http://bugs.debian.org/120704> and by
7092         Keith Bostic in
7093         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7094         In the test, use the test declaration before including <stdlib.h>,
7095         as that's closer to how it'll be used.
7097 2003-05-23  Akim Demaille  <akim@epita.fr>
7099         * doc/autoconf.texi (Header Portability): ucred.h.
7100         From Ian Redfern.
7102 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7104         Overhaul Autotest's logging: generate separate log files
7105         in testsuite.dir/NNN/testsuite.log, and append them to
7106         testsuite.log instead of re-running the test verbosely.
7108         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7109         file descriptor, write 0 to at_status_file instead of setting
7110         at_status=0, initialize some new variables (at_status_file,
7111         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7112         to rerun the tests, instead append the at_group_log to the
7113         at_suite_log when a test fails.
7114         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7115         with the AS_MESSAGE_LOG_FD redirected to stdout.
7116         (AT_CLEANUP): save the output status in $at_status_file
7117         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7118         its original place.
7119         (AT_CHECK): since tests are run with a redirected stdout,
7120         and used to be re-run in verbose mode, turn some $at_verbose
7121         into echo, and don't redirect the output of testing stdout
7122         and stderr.
7124         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7125         the name of the debugging directory and information about
7126         its contents.
7128 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7130         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7131         parameter.
7133 2003-05-22  Akim Demaille  <akim@epita.fr>
7135         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7136         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7137         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7138         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7140 2003-05-22  Akim Demaille  <akim@epita.fr>
7142         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7143         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7144         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7145         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7146         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7147         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7148         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7149         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7150         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7151         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7152         * tests/tools.at, tests/torture.at:
7153         Whitespace clean up.
7154         Suggested by Jim Meyering.
7156 2003-05-22  Akim Demaille  <akim@epita.fr>
7158         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7159         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7160         Reported by Jim Meyering.
7162 2003-05-22  Akim Demaille  <akim@epita.fr>
7164         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7165         Add AC_HELP_STRING  to the obsolete macros section.
7166         Typos.
7167         Use '@.' for sentences that ended in a capital letter.
7168         From Art Haas.
7170 2003-05-22  Akim Demaille  <akim@epita.fr>
7172         * config/config.guess, config/config.sub, config/elisp-comp,
7173         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7174         * config/texinfo.tex, doc/standards.texi: Update from masters.
7176 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7178         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7179         it to eval.
7181 2003-05-21  Akim Demaille  <akim@epita.fr>
7183         * bin/autoupdate.in ($m4): Fix quotation.
7184         Reported by Martin Mokrejs.
7186 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7188         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7189         Remove non-ASCII characters.
7191 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7193         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7194         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7195         AC_CHECK_HEADERS_NEW): New tests.
7197 2003-05-17  Akim Demaille  <akim@epita.fr>
7199         * lib/autoconf/functions.m4: Use the default includes so that
7200         memcmp be declared before being tested.
7201         Reported by Sander Niemeijer.
7202         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7203         * doc/autoconf.texi (Default Includes): Document
7204         AC_INCLUDES_DEFAULT.
7206 2003-05-17  Akim Demaille  <akim@epita.fr>
7208         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7209         * doc/autoconf.texi (Obsolete Macros): Adjust.
7210         Reported by Werner LEMBERG and Debian Bug 190886.
7212 2003-05-16  Akim Demaille  <akim@epita.fr>
7214         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7215         user name space clashes.
7216         Reported by Bruno Haible.
7218 2003-05-16  Akim Demaille  <akim@epita.fr>
7220         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7221         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7222         them uniform, and more robust to Perl special characters.
7223         Reported by Martin Mokrejs.
7225 2003-05-14  Akim Demaille  <akim@epita.fr>
7227         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7229 2003-05-14  Akim Demaille  <akim@epita.fr>
7231         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7232         linux/irda.h.
7234 2003-05-12  Akim Demaille  <akim@epita.fr>
7236         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7237         message.
7238         From Matthias Andree.
7240 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7242         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7243         and truncate.
7245 2003-05-06  Akim Demaille  <akim@epita.fr>
7247         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7248         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7249         by aclocal.m4 is changed it might require the importing of another
7250         m4 extension file, i.e., aclocal must be run.
7252         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7253         (&parse_args): Use --force with aclocal if required and supported.
7254         (&autoreconf_current_directory): Use &run_aclocal.
7256 2003-05-06  Akim Demaille  <akim@epita.fr>
7258         Lock autom4te's cache.
7260         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7261         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7262         argument instead of a file name, so that the request file remains
7263         open during the whole autom4te run.
7264         ($icache_file): New.
7265         (&freeze): Lock the $icache_file.
7267 2003-04-29  Derek Price  <derek@ximbiot.com>
7269         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7270         seperator with m4_append_uniq().  It doesn't work.
7271         (AT_CLEANUP): Add `;' to end of at_help_all.
7272         (AT_INIT): Allow --keywords to be specified more than once.  When
7273         grepping $at_help_all for keywords, use the field and keyword
7274         seperators to ensure a complete keyword match.  Alter at_prev handling
7275         to support the new --keywords behavior.
7277 2003-04-27  Karl Berry  <karl@freefriends.org>
7279         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7280         align better with others.  I also made some of the individual
7281         entries on one line, for brevity and to make it easier for me to
7282         sort my dir-example file in the Texinfo distribution :).
7284 2003-04-12  Jim Meyering  <jim@meyering.net>
7286         * NEWS: Mention the new macro.
7287         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7288         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7289         * tests/c.at: Test AC_C_RESTRICT.
7290         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7292 2003-04-08  Akim Demaille  <akim@epita.fr>
7294         * bin/ifnames.in: Skip C++ comments.
7295         From Jeremy Yallop.
7297 2003-04-08  Akim Demaille  <akim@epita.fr>
7299         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7300         From Ilya Zakharevich.
7302 2003-04-08  Akim Demaille  <akim@epita.fr>
7304         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7305         net/if.h, stdlib.h.
7307 2003-04-01  Derek Price  <derek@ximbiot.com>
7309         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7310         from Akim's checkin of 2003-03-29.
7312 2003-04-01  Derek Price  <derek@ximbiot.com>
7314         * tests/torture.at (Configuring subdirectories): Add missing
7315         close-quote for Akim's change from 2003-03-28.
7317 2003-04-01  Akim Demaille  <akim@epita.fr>
7319         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7320         (AC, AT, MS): these.
7321         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7322         New.
7323         Use them.
7324         * doc/Makefile.am (CLEANFILES): Adjust.
7325         (TEXI2DVI): Make it --batch.
7327 2003-03-31  Derek Price  <derek@ximbiot.com>
7329         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7330         which removed the main loop.
7331         Thanks to Akim Demaille.
7333 2003-03-29  Akim Demaille  <akim@epita.fr>
7335         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7336         that starts a GUI.
7337         From Ilya Zakharevich.
7339 2003-03-29  Akim Demaille  <akim@epita.fr>
7341         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7342         documentation to read is Autoconf's.
7343         Suggested by Paul Eggert.
7345 2003-03-28  Akim Demaille  <akim@epita.fr>
7347         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7348         reading the section "Present But Cannot Be Compiled" when the
7349         header causes problems.
7351 2003-03-28  Akim Demaille  <akim@epita.fr>
7353         * tests/torture.at (Configuring subdirectories): Require aclocal
7354         1.4, otherwise the test fails, as it does support configure.ac.
7355         This fixes the "test 40 failed" bug reports.
7357 2003-03-28  Akim Demaille  <akim@epita.fr>
7359         * doc/autoconf.texi (C Compiler): `#line' portability.
7360         From Paul Eggert and Nelson H. F. Beebe.
7362 2003-03-27  Derek Price  <derek@ximbiot.com>
7364         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7365         layout in order to allow scripting around test groups.
7367 2003-03-27  Derek Price  <derek@ximbiot.com>
7369         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7370         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7371         use new diversions in preparation for accepting new arguments and
7372         allowing scripting around tests.
7373         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7375 2003-03-26  Derek Price  <derek@ximbiot.com>
7377         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7378         obsolete AC_HELP_STRING.
7379         (AC_HELP_STRING): AU_DEFUN to...
7380         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7381         * tests/m4sh.at (AS_HELP_STRING): New test.
7383         * tests/acgeneral.at: Regenerated.
7385 2003-03-26  Derek Price  <derek@ximbiot.com>
7387         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7388         sense.  Verbosify the diversion definitions comment.
7390 2003-03-26  Derek Price  <derek@ximbiot.com>
7392         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7393         AS_PREPARE.
7395 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7397         * doc/autoconf.texi (Present But Cannot Be Compiled):
7398         Grammar fixes and minor rewording. (trivial change)
7400 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7402         Work around a problem noted by Nelson H. F. Beebe with coreutils
7403         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7404         2002/05/09) rejects '#line 32768 "configure"' because the line
7405         number overflows.
7406         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7407         #line directives.
7408         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7409         * doc/autoconf.texi (Generating Sources): Document this.
7411 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7413         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7414         file name for the m4 program, when it has an "exe" file extension.
7415         DJGPP's error messages include the error code in brackets -
7416         remove the error code during normalization.
7418 2003-02-28  Akim Demaille  <akim@epita.fr>
7420         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7422 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7424         * doc/autoconf.texi (Limitations of Make): Remove the section
7425         about `$<' in inference rules, it was a bogus interpretation of
7426         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7427         Tru64 make in the "target lookup" section.
7428         (Automake): Automake 1.5+ no longer requires special tools to be
7429         present on the developer's host.
7431 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7433         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7434         to a shell that can handle redirection or quoting correctly.
7435         Override SHELL with the shell detected by configure.
7436         Use of $^O suggested by Tim van Holder.
7437         * bin/autom4te.in (BEGIN): Likewise.
7438         * bin/autoreconf.in (BEGIN): Likewise.
7439         * bin/autoscan.in (BEGIN): Likewise.
7440         * bin/autoupdate.in (BEGIN): Likewise.
7441         * bin/ifnames.in (BEGIN): Likewise.
7443         * bin/ifnames.in: Add final newline to help and version messages.
7445         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7446         to cope with DOS-style absolute paths, when constructing
7447         ${ac_make}.
7449         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7450         When constructing paths with IFS=:, quote the path. If we're
7451         constructing a DOS-style absolute path, we don't want to split it
7452         on the colon.
7454         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7455         in description.
7457 2003-02-25  Pavel Roskin  <proski@gnu.org>
7459         * bin/autoheader.in: Add missing newline when printing
7460         suggestion how change AC_DEFINE call.
7462 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7464         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7465         2002-09-01 patch by replacing "test -n" with "test -z".
7466         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7467         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7469         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7470         to fix a mismatch between example and discussion.
7472 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7474         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7475         format starting with "-".
7477 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7479         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7480         is not portable inside Makefile.
7482 2003-02-20  Akim Demaille  <akim@epita.fr>
7484         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7485         compiler says yeah, but preproc says nope, compiler is right.
7486         Conversely, prompt the reader to send a bug report to the
7487         maintainers of the package, not of Autoconf.
7489 2003-02-20  Klee Dienes  <kdienes@apple.com>
7491         * bin/autoreconf.in (autoreconf_current_directory): Properly
7492         handle an empty aclocal.m4.
7494 2003-02-20  Akim Demaille  <akim@epita.fr>
7496         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7497         $ac_prefix_program.
7498         From Larry Jones.
7500 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7502         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7503         innocuous variant befor including <limits.h> or <assert.h>.  This
7504         works around a bug reported by Albert Chin: HP-UX 11i
7505         (and earlier versions) have a <limits.h> that declares
7506         gettimeofday and many other functions.
7508 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7510         Version 2.57.
7512         * NEWS, configure.ac: Update version.
7514         * doc/fdl.texi: Upgrade to FDL version 1.2.
7516         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7517         nontrivially in main's body, so that f's external declaration is
7518         not optimized away in AIX.  This should fix the bug reported by
7519         Martin Frydl in
7520         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7522         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7523         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7524         defined, to support freestanding compilers.  This should fix the
7525         bug reported by Momchil Velkov in
7526         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7528         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7529         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7530         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7531         by Simon Josefsson in
7532         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7534         * Makefile.maint (www-gnu): New macro.
7535         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7536         the location has moved.
7538 2002-12-02  Martin Frydl  <martin@systinet.com>
7540         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7541         \(.*\) match is too long and there is something more to be checked.
7542         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7544 2002-11-15  Akim Demaille  <akim@epita.fr>
7546         Version 2.56.
7548         * config/install-sh: chmod +x.
7549         From Paul Eggert.
7550         * config/move-if-change: Indenting changes.
7551         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7552         * configure.ac (AM_INIT_AUTOMAKE): here.
7553         Require 1.7.1.
7555 2002-11-14  Akim Demaille  <akim@epita.fr>
7557         Version 2.55.
7559         * config/config.guess, config/config.sub, config/install-sh:
7560         Update from masters.
7562 2002-11-14  Akim Demaille  <akim@epita.fr>
7564         * Makefile.maint: Sync with Bison, i.e.:
7565         (po-check): Scan .l and .y files instead of the
7566         .c and the .h files that they generate.  This fixes the bug
7567         reported by Tim Van Holder in:
7568         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7569         Look for N_ as well as for _.  Try to avoid matching #define for
7570         N_ and _.
7571         From Paul Eggert.
7573 2002-11-14  Akim Demaille  <akim@epita.fr>
7575         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7576         From Paul Eggert and Albert Chin-A-Young.
7578 2002-11-14  Akim Demaille  <akim@epita.fr>
7580         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7581         From Paul Eggert and Albert Chin-A-Young.
7583 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7585         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7586         than assigning in main, to avoid HP cc +O3 optimizing it away.
7588 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7590         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7591         option.  Process --recheck after parsing all options.  Pass -q
7592         option to configure on --recheck.
7593         (AC_OUTPUT): Pass -q from configure to config.status.
7594         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7595         arguments to record.
7596         * doc/autoconf.texi (config.status Invocation): Document
7597         config.status -q option.
7599 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7601         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7602         Makefile.in if Makefile.am exists.
7603         (output): Strip `.am' from Makefiles.  Don't
7604         output AC_CONFIG_FILES if no Makefiles were found.
7606 2002-11-07  Akim Demaille  <akim@epita.fr>
7608         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7609         (local_updates): New.
7610         * Makefile.maint: Update, from CVS Bison.
7611         (local_updates): New.
7613 2002-11-06  Akim Demaille  <akim@epita.fr>
7615         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7616         declaration in extern "C" too.
7617         Reported by Roberto Bagnara.
7619 2002-11-06  Akim Demaille  <akim@epita.fr>
7621         * tests/torture.at (Configuring subdirectories): Don't use grep
7622         -w.
7623         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7624         Reported by Ezra Peisach.
7626 2002-11-05  Akim Demaille  <akim@epita.fr>
7628         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
7629         Remove.
7630         We _have_ to stop using the old compatibility scheme that tried to
7631         avoid useless backslashes because Libtool 1.4.3 contains a
7632         AC_DEFINE([error_t], [int],
7633         [Define to a type to use for \`error_t' if it is not
7634         otherwise available.])
7635         We _have_ to quote the single quote and backslashes with \.  The
7636         old compatibility scheme saw that ` was backslashed, and therefore
7637         did not quote the single quote.  Hence before this patch, Autoconf
7638         was not compatible with Libtool.
7640 2002-11-04  Paul Eggert  <eggert@twinsun.com>
7642         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
7643         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
7644         LC_NAME, LC_PAPER, LC_TELEPHONE.
7645         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
7647 2002-11-04  Akim Demaille  <akim@epita.fr>
7649         Version 2.54c.
7651         * Makefile.maint (update, cvs-update, po-update, do-po-update):
7652         New.
7653         * config/texinfo.tex: Update.
7655 2002-11-03  Akim Demaille  <akim@epita.fr>
7657         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
7658         from...
7659         (&autoreconf): here.
7660         ($help, $make, &parse_args, &autoreconf_current_directory):
7661         Support -m/--make.
7662         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7664 2002-10-31  Bruno Haible  <bruno@clisp.org>
7666         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
7667         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
7668         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
7669         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
7670         to ac_cv_func_realloc_0_nonnull.
7671         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
7673 2002-10-31  Akim Demaille  <akim@epita.fr>
7675         The test suite was no longer checking for trailing envvars and files.
7677         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
7678         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
7680 2002-10-31  Akim Demaille  <akim@epita.fr>
7682         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
7683         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
7684         Make variable, not a shell variable.
7685         Suggested by Bruno Haible.
7687 2002-10-31  Akim Demaille  <akim@epita.fr>
7689         * bin/autom4te.in (load_configuration): Reject #args out of any
7690         language.
7692 2002-10-31  Akim Demaille  <akim@epita.fr>
7694         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
7695         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
7696         (_AC_RUN_IFELSE): Use it.
7697         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
7698         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
7699         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
7700         inline it.
7702 2002-10-30  Akim Demaille  <akim@epita.fr>
7704         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
7705         * doc/autoconf.texi (autom4te Invocation): Adjust.
7706         Suggested by Tim van Holder.
7708 2002-10-29  Paul Eggert  <eggert@twinsun.com>
7710         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
7711         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
7712         Problem reported by Bruno Haible.
7714 2002-10-29  Akim Demaille  <akim@epita.fr>
7716         * doc/autoconf.texi (Header Templates): Put also in words what the
7717         pictures says to assist free style readers.
7718         (Customizing autom4te): s/--cache=/--cache /.
7720 2002-10-29  Akim Demaille  <akim@epita.fr>
7722         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
7723         sys/wait.h.
7724         sparc_address_test returns void.
7725         Use it with an argument, as prototyped.
7726         From Bruno Haible.
7728 2002-10-29  Akim Demaille  <akim@epita.fr>
7730         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
7731         configure.in, not configure.ac.
7732         Reported by Bruno Haible.
7734 2002-10-29  Akim Demaille  <akim@epita.fr>
7736         * tests/torture.at (Deep Package): New test.
7737         (Configuring subdirectories): Don't use a testSubDir as Autotest
7738         now does it itself.
7740 2002-10-29  Akim Demaille  <akim@epita.fr>
7742         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
7743         * doc/autoconf.texi (Invoking autom4te): Rename as...
7744         (autom4te Invocation): this, for consistency with the other nodes.
7746 2002-10-29  Akim Demaille  <akim@epita.fr>
7748         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
7749         Reported by Ralf Corsepius.
7751 2002-10-29  Akim Demaille  <akim@epita.fr>
7753         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7754         characters is a back as an `obsolete' warning now.
7755         Reported by Ralf Corsepius.
7757 2002-10-28  Akim Demaille  <akim@epita.fr>
7759         * configure.ac: Bump to 2.54c.
7761 2002-10-28  Akim Demaille  <akim@epita.fr>
7763         Version 2.54b.
7765         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
7767 2002-10-28  Akim Demaille  <akim@epita.fr>
7769         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
7770         m4 executable names, and different GNU M4 version.
7771         Reported by Ezra Peisach and Paul Jarc.
7773 2002-10-27  Akim Demaille  <akim@epita.fr>
7775         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
7776         AC_RUN_IFELSE.
7778 2002-10-27  Akim Demaille  <akim@epita.fr>
7780         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
7781         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
7782         Die when a simple Fortran program cannot be compiled.
7783         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
7784         Issue a warning if no function is given.
7786 2002-10-27  Akim Demaille  <akim@epita.fr>
7788         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
7789         Move the documentation of AC_TRY_RUN to...
7790         (Obsolete Macros): here.
7791         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
7792         (autoconf Invocation): Remove the duplicates with `invoking
7793         autom4te'.
7794         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
7795         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7797 2002-10-27  Akim Demaille  <akim@epita.fr>
7799         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
7800         and AC_LANG_FUNC_LINK_TRY.
7801         (Examining Libraries): Rename as...
7802         (Running the Linker): this.
7803         Document AC_LINK_IFELSE.
7804         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
7805         (Obsolete Macros): here.
7806         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
7807         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
7808         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
7809         * lib/autoconf/headers.m4 (AC_USG): Likewise.
7811 2002-10-27  Akim Demaille  <akim@epita.fr>
7813         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
7815         More `check config.log' messages.
7817         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
7818         * doc/autoconf.texi (Printing Messages): Document it.
7819         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
7820         appropriate.
7821         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
7822         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
7823         (_AC_COMPILER_OBJEXT): Likewise.
7824         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
7825         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
7826         Likewise.
7827         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
7828         Likewise.
7830         Deprecate macros with unusual interfaces.
7832         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
7833         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
7835         Document the new ones, and proper style.
7837         * doc/autoconf.texi (Generating Sources): New.
7838         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
7839         (Examining Declarations): Rename as...
7840         (Running the Preprocessor): this.
7841         Document AC_PREPROC_IFELSE.
7842         (Examining Syntax): Rename as...
7843         (Running the Compiler): this.
7844         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
7845         (Obsolete Macros): Move the definition of AC_TRY_CPP and
7846         AC_TRY_COMPILE here.
7848 2002-10-27  Akim Demaille  <akim@epita.fr>
7850         Move sections around.
7852         * doc/autoconf.texi (Customizing autom4te): Remove a lost
7853         sentence.
7854         Reported by Burno Haible.
7855         (Language Choice): Now the first section of...
7856         (Writing Tests): this section.
7857         Make the introduction less C-centric.
7858         (Guidelines, Test Functions): Move to...
7859         (Writing Test Programs): this new section.
7860         (Test Programs): Merge into...
7861         (Run Time): this.
7863 2002-10-27  Akim Demaille  <akim@epita.fr>
7865         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
7866         autom4te.in that resulted in the need for two `make' runs.
7868 2002-10-27  Akim Demaille  <akim@epita.fr>
7870         * configure.ac: Bump to 2.54b.
7872 2002-10-25  Akim Demaille  <akim@epita.fr>
7874         Version 2.54a.
7876         * Makefile.maint: Update from the Coreutils.
7877         (AMTAR): Remove, obsolete.
7878         (automake_repo): Update to redhat.com.
7879         (cvs_file): New.
7880         Adjust to the fact that ansi2knr is now hosted by Automake.
7881         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
7882         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
7883         Update from masters.
7884         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
7885         autoscan.pre is not to be installed, and autoscan.list is not to
7886         be shipped.
7887         (CLEANFILES): Add autoscan.list.
7888         (autoscan.list): Disable the cache.
7889         * bin/Makefile.am: Include freeze.mk.
7891 2002-10-25  Akim Demaille  <akim@epita.fr>
7893         * bin/autom4te.in (&load_configuration): Take the file as
7894         argument.
7895         (&parse_args): Handle -C, --cache.
7896         ($help): Adjust.
7897         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
7898         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
7899         * doc/autoconf.texi (Invoking autom4te): Document --cache.
7900         Now a subsection of...
7901         (Using autom4te): This new section.
7902         (Customizing autom4te): New.
7903         (autom4te.cache): Adjust.
7905 2002-10-25  Akim Demaille  <akim@epita.fr>
7907         * doc/autoconf.texi (Generic Headers): More information on how to
7908         use AC_CHECK_HEADERS.
7910 2002-10-25  Akim Demaille  <akim@epita.fr>
7912         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
7913         Space changes.
7915 2002-10-25  Akim Demaille  <akim@epita.fr>
7917         * bin/autoscan.in (output): Output AC_PREREQ.
7918         (%needed_macros): Add AC_PREREQ so that configure.ac without one
7919         be reported.
7921 2002-10-23  Akim Demaille  <akim@epita.fr>
7923         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
7924         document _Bool.
7926 2002-10-23  Akim Demaille  <akim@epita.fr>
7928         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
7929         Reported by Peter Eisentraut.
7931 2002-10-23  Akim Demaille  <akim@epita.fr>
7933         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
7934         type _Bool.
7935         Fix a typo.
7936         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
7937         Eggert's recommandations.
7939 2002-10-22  Akim Demaille  <akim@epita.fr>
7941         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
7942         Bison, by Paul Eggert.
7943         * doc/autoconf.texi (Particular Headers): Document it.
7945 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
7947         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
7948         `$ac_configure_args'.
7950 2002-10-22  Akim Demaille  <akim@epita.fr>
7952         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
7953         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
7954         From Art Haas.
7956 2002-10-22  Akim Demaille  <akim@epita.fr>
7958         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
7960         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7961         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
7962         (_AC_CHECK_HEADER_NEW): Rename as...
7963         (AC_CHECK_HEADER): this.
7965 2002-10-22  Akim Demaille  <akim@epita.fr>
7967         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
7968         words about HP-UX cmp: it was actually a user-written cmp.
7970 2002-10-22  Akim Demaille  <akim@epita.fr>
7972         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
7973         are a few warnings.
7974         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7975         Quote for Perl '' strings, not "".
7976         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
7977         strings.
7979 2002-10-22  Akim Demaille  <akim@epita.fr>
7981         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7982         characters is a syntax warning now.
7983         (_AS_QUOTE): Accept $2 as list of characters to quote.
7984         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7985         Quote for Perl, not sh.
7986         * bin/autoheader.in: When $debug, report the file which is
7987         `do'ne.
7988         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
7989         `@', to tickle Perl's lists.
7990         Reported by Carlos Velasco.
7992 2002-10-18  Akim Demaille  <akim@epita.fr>
7994         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
7995         missing included files _are_ errors.
7996         Thanks to Alexandre Duret-Lutz.
7997         * tests/tools.at (autom4te cache): Adjust.
7998         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
7999         (AT_CHECK_M4SUGAR): Use it.
8000         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8001         Adjust.
8002         * tests/tools.at (autom4te): Now it does exit 1.
8004 2002-10-17  Akim Demaille  <akim@epita.fr>
8006         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8007         Fixes the `AC_ARG_VAR' test failures.
8008         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8009         * lib/freeze.mk (check-forbidden-patterns): New.
8010         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8011         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8012         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8013         /dev/null.
8014         Reported months ago by H. Merijn Brand.
8016 2002-10-17  Akim Demaille  <akim@epita.fr>
8018         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8020 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8022         * Makefile.maint (wget_files): Remove ansi2knr.c.
8023         (ansi2knr.c-url_prefix): Remove.
8025 2002-10-16  Akim Demaille  <akim@epita.fr>
8027         Because of caching, some files that no longer exist and are no
8028         longer required can still cause errors.
8029         Reported by Alexandre Duret-Lutz.
8031         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8032         to frozen files in @ARGV, as @ARGV must remain being a list of
8033         files.  Rather, at M4 call sites, use this...
8034         (&files_to_options): New function.
8035         (&freeze): Use &error.
8036         (&up_to_date): If a file that was included according to the cache
8037         is no longer there, then the output is out dated.
8038         (&main): Don't even check whether a file is up to date is anyway
8039         --force is given.
8040         * tests/tools.at (autom4te cache): New.
8042 2002-10-16  Akim Demaille  <akim@epita.fr>
8044         * bin/autoconf.as: Kill dead options.
8045         * bin/autoupdate.in (&parse_args): Kill old options.
8046         * bin/autoreconf.in (&parse_args): Remove dead options.
8047         Factor some code.
8048         (&autoreconf): Report the directories we enter *and leave*, so
8049         that error messages can be easily located, and use GNU Make
8050         format, so that Emacs' compile mode understands us.
8051         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8052         if some file was changed instead of `print'.
8053         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8054         (&parse_args): Remove the dead options.
8055         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8056         autoheader's quiet mode.
8057         (AT_CHECK_AUTOUPDATE): Likewise.
8058         * tests/tools.at (autoupdate): Adjust.
8059         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8061 2002-10-11  Akim Demaille  <akim@epita.fr>
8063         No longer use CPP to check for the existing of headers: use CC to
8064         check for compilability.
8066         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8067         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8068         (_AC_CHECK_HEADER_NEW): Rename as...
8069         (AC_CHECK_HEADER): this.
8071         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8072         numbers in the Subject suggestion.
8074 2002-10-11  Akim Demaille  <akim@epita.fr>
8076         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8077         Suggest using AC_CHECK_DECLS instead.
8079 2002-10-11  Akim Demaille  <akim@epita.fr>
8081         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8082         of `precious'.
8084 2002-10-11  Akim Demaille  <akim@epita.fr>
8086         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8087         file name to enable parallel executions.
8088         From Sam Varshavchik.
8090 2002-10-08  Akim Demaille  <akim@epita.fr>
8092         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8093         aclocal invocation, as Gettext macros might not be visible to
8094         aclocal.
8095         Instead of blindly running autopoint, scan configure.ac (not the
8096         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8097         Reported by Paul D. Smith.
8099 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8101         Work around problems found when POSIXLY_CORRECT=1 is set.
8102         None of this seems to have anything to do with POSIX, really,
8103         but it's how Perl getopt works.
8104         * bin/autom4te.in (parse_args): Configure GetOpt with
8105         "permute", too.
8106         * doc/autoconf.texi (Invoking autom4te):
8107         --warning -> --warnings.
8108         * lib/autom4te.in: --warning -> --warnings.
8110 2002-09-28  Akim Demaille  <akim@epita.fr>
8112         * doc/autoconf.texi (autom4te.cache): New section.
8114 2002-09-28  Akim Demaille  <akim@epita.fr>
8116         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8117         (Automake-preselections): Update.
8118         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8120 2002-09-28  Akim Demaille  <akim@epita.fr>
8122         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8123         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8124         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8125         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8127 2002-09-28  Akim Demaille  <akim@epita.fr>
8129         * tests/torture.at (Configuring subdirectories): Be robust to
8130         users who use config.site to require for a cache: in this case,
8131         the two last configure runs, using two different sets of
8132         arguments, trigger a legitimate error.
8134 2002-09-28  Akim Demaille  <akim@epita.fr>
8136         * tests/m4sh.at (Functions Support, Functions and return Support):
8137         New.
8139 2002-09-28  Akim Demaille  <akim@epita.fr>
8141         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8142         autoheader are Perl programs.
8143         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8144         (autom4te): Specify that the sources are in the $srcdir.
8145         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8147 2002-09-28  Akim Demaille  <akim@epita.fr>
8149         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8150         (tm_zone): Move their rules to...
8151         * lib/autoconf/types.m4: here, using AN_ macros.
8152         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8153         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8154         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8155         * lib/autoconf/programs.m4: here.
8156         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8157         (ETAGS_FOR_AUTOCONF): New.
8158         Use it.
8160 2002-09-28  Akim Demaille  <akim@epita.fr>
8162         * lib/autoconf/autoscan.m4: New file.
8163         * lib/autoconf/autoconf.m4: Include it.
8164         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8165         that were listed in the original autoscan.list.
8166         * lib/autoconf/headers.m4: Similarly with headers.
8167         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8168         (.m4.m4f): Don't pass --prepend-include, since that's done by
8169         tests/autom4te itself.
8170         * lib/autoscan/Makefile.am: Include freeze.mk.
8171         (autoscan.list): New target --this file is no longer a source.
8172         (autoscan.pre): New file.
8174 2002-09-28  Akim Demaille  <akim@epita.fr>
8176         * bin/autoscan.in (@kinds): Make them singular.
8177         Adjust all uses.
8178         (&init_tables): When --debug, report the list of rules to ease
8179         tracking changes in autoscan.list.
8180         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8182 2002-09-28  Akim Demaille  <akim@epita.fr>
8184         * lib/autoscan/functions, lib/autoscan/headers,
8185         * lib/autoscan/identifiers, lib/autoscan/makevars,
8186         * lib/autoscan/programs: Merge into...
8187         * lib/autoscan/autoscan.list: this.
8188         * bin/autoscan.in (&init_tables): Adjust.
8190 2002-09-28  Akim Demaille  <akim@epita.fr>
8192         * lib/autoscan/functions, lib/autoscan/headers,
8193         * lib/autoscan/identifiers, lib/autoscan/makevars,
8194         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8195         `functions' line is now prefixed with `function:'.
8196         * bin/autoscan.in (&init_tables): Adjust.
8198 2002-09-28  Akim Demaille  <akim@epita.fr>
8200         From now on, autoscan files must always map a macro name to a
8201         word: there is no `default' macro for autoscan.
8203         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8204         all.
8205         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8206         explicit.
8208 2002-09-28  Akim Demaille  <akim@epita.fr>
8210         * bin/autoscan.in (%c_keywords): Remove.
8211         (&used): Keep only track of the words we might be interested in.
8212         (&output_kind): It is no longer needed to look for non active
8213         checks.
8215 2002-09-27  Akim Demaille  <akim@epita.fr>
8217         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8218         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8219         * lib/autoscan/functions: Adjust.
8220         * doc/autoconf.texi (Particular Functions): Adjust.
8222 2002-09-27  Akim Demaille  <akim@epita.fr>
8224         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8225         from /tmp.
8226         Thanks to Bill Moseley and Paul Eggert.
8227         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8228         the tmpdir must be created.
8229         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8230         dir be in the build tree, instead of $TMPDIR.
8232 2002-09-27  Akim Demaille  <akim@epita.fr>
8234         * bin/autoscan.in: Improve the comments.
8235         (&parse_args): Drop obsolete undocumented options.
8236         (&output_kind): Output warnings.
8237         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8238         (getwd): Trigger a warning.
8240 2002-09-26  Akim Demaille  <akim@epita.fr>
8242         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8243         Reported by Ralf Corsepius.
8244         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8246 2002-09-26  Akim Demaille  <akim@epita.fr>
8248         Single suffix rules and seperated dependencies are not portable.
8250         * doc/autoconf.texi (Installation Directory Variables): Update.
8251         (Limitations of Make): Some about `Single Suffix Rules and
8252         Separated Dependencies'.
8253         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8254         (ifnames, autoscan, autom4te): Un-factor into several rules.
8256 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8258         * BUGS (Interoperability bugs): New section.  Mention libtool
8259         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8261 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8263         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8264         make handles suffix-rules differently from GNU make.
8266         * bin/Makefile.am (SUFFIXES, .in): Remove.
8267         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8268         Move the body of the old .in rule here.
8270 2002-09-16  Akim Demaille  <akim@epita.fr>
8272         i960 compilers create `b.out' files by default.
8273         Reported by Ralf Corsepius.
8275         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8276         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8278 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8280         * doc/autoconf.texi (Particular Headers): Remove obsolete
8281         reference to `struct timezone' in the description of
8282         AC_HEADER_TIME.
8284 2002-09-13  Akim Demaille  <akim@epita.fr>
8286         Version 2.54.
8288         * config/config.sub, config/config.guess: Update.
8289         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8290         * Makefile.am: Adjust.
8292 2002-09-13  Akim Demaille  <akim@epita.fr>
8294         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8295         reading config.log when the compiler is rejected.
8296         Suggested by Guido Draheim.
8298 2002-09-13  Akim Demaille  <akim@epita.fr>
8300         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8301         (chdir_init) might hang when stat'ing mounted directories.
8302         Reported by Vance Shipley.
8304 2002-09-12  Akim Demaille  <akim@epita.fr>
8306         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8307         the lists.
8309 2002-09-12  Akim Demaille  <akim@epita.fr>
8311         * doc/autoconf.texi (Defining Symbols): Present two different
8312         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8313         difference between 1 argument calls, and 2-3 argument calls.
8315 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8317         * doc/autoconf.texi: Review grammar and punctuation.
8319 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8321         * doc/autoconf.texi: Fix minor formatting, spelling, and
8322         grammatical typos.
8323         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8324         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8325         is obsolescent.
8327 2002-09-11  Akim Demaille  <akim@epita.fr>
8329         * doc/autoconf.texi (Questions): Rename as...
8330         (FAQ): this.
8331         (Defining Directories): New.
8333 2002-09-09  Akim Demaille  <akim@epita.fr>
8335         * doc/autoconf.texi (Making testsuite Scripts): Update.
8336         Suggested by Nishio Futoshi.
8338 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8340         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8341         plain `@' is wanted.
8343 2002-09-09  Akim Demaille  <akim@epita.fr>
8345         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8346         `duplicates', since the algorithm was too naive and could keep
8347         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8348         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8349         Reported by Ralf Corsepius.
8350         * tests/torture.at (Configuring subdirectories): Exercise these
8351         cases.
8353 2002-09-09  Akim Demaille  <akim@epita.fr>
8355         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8356         looking for a replacement file.
8357         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8358         directory is relative.
8359         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8360         directory definition.
8361         Reported by Andreas Schwab and Jim Meyering.
8363 2002-09-06  Akim Demaille  <akim@epita.fr>
8365         * doc/autoconf.texi (Setting Output Variables): Clarify what
8366         precious variables are.
8367         Suggested by Pontus Skoeld.
8369 2002-09-05  Akim Demaille  <akim@epita.fr>
8371         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8372         (ifnames, autoscan, autom4te): Since we don't only depend on
8373         configure.ac variables (such as VERSION etc.), but also on prefix
8374         and so forth, depend on Makefile, not configure.ac.
8375         Reported by Alexandre Duret-Lutz.
8376         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8378 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8380         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8381         doesn't seem to be confined to ia64, just say "some versions".
8383 2002-09-04  Akim Demaille  <akim@epita.fr>
8385         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8386         Automake 1.6c.
8387         * Makefile.am (maintainer-clean-local): Remove.
8388         (MAINTAINERCLEANFILES): Remove COPYING.
8390 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8392         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8393         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8394         Brinkmann.
8396 2002-09-03  Akim Demaille  <akim@epita.fr>
8398         * configure.ac: Bump to 2.53d.
8399         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8400         as of today, on Automake's team suggestion.
8402 2002-09-03  Akim Demaille  <akim@epita.fr>
8404         Version 2.53c.
8406 2002-09-02  Akim Demaille  <akim@epita.fr>
8408         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8409         SITE_MACRO_DIR.
8410         * configure.ac: Disable SITE_MACRO_DIR.
8412 2002-09-02  Jim Meyering  <meyering@lucent.com>
8414         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8415         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8416         Also, tweak grammar: s/make sure to/be sure to/.
8418 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8420         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8421         directory names are generally preferable to physical names.
8423 2002-09-02  Akim Demaille  <akim@epita.fr>
8425         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8426         Reported by Raja R. Harinath.
8427         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8428         * bin/autoupdate.in: Use error instead of die.
8430 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8432         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8433         ordinary shell concatenation rather than echo+tr+sed command that
8434         runs afoul of a long-line-related sed bug in Solaris 8.
8436         * bin/autoheader.in (parse_args): --warning -> --warnings.
8438         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8439         stdout, as traditional "ls" does.
8440         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8441         _AC_COMPILER_EXEEXT_O): Likewise.
8442         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8444         * bin/autoconf.as: Add --prepend-include option.  This patch was
8445         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8446         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8448         * bin/autoconf.in, configure: Regenerate.
8450         * doc/autoconf.texi (Special Shell Variables): Mention
8451         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8453         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8454         MAILPATH and set PS1, PS2, PS4 to default values, to work
8455         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8456         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8457         the Autoconf documentation specifies; fall back to "unset" only if
8458         this fails.  Use a shell for-loop for this rather than an m4 loop,
8459         to shorten the output script.
8461 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8463         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8464         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8465         for the CDPATH problem.  Document PWD.
8466         (Limitations of Builtins): Document the problem that "cd $foo" and
8467         "ls $foo" may refer to different directories in shells conforming
8468         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8469         example, since the old example is now out of date.
8471         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8472         FOO" and "ls FOO" talk about different directories; this catches
8473         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8474         spaghetti.
8476         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8477         of rolling our own unset.
8478         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8479         in practice we needn't worry about CDPATH if unset doesn't work.
8481         * Makefile.in, aclocal.m4, bin/Makefile.in,
8482         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8483         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8484         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8485         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8486         tests/Makefile.in: Regenerate with Automake 1.6.3.
8488         * config/config.guess, config/config.sub, config/mkinstalldirs:
8489         Update.
8491         * configure: Regenerate with self.
8493 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8495         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8496         default output.
8498 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8500         * bin/autom4te.in (Request::load): Correctly test for "do" read
8501         failure.
8503 2002-08-29  Akim Demaille  <akim@epita.fr>
8505         * lib/Autom4te/General.pm (&xqx): New.
8506         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8507         hand, which is not portable.
8508         (&error): New.
8509         * bin/autom4te.in: Use them.
8510         Use &error instead of die.
8511         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8512         Adjust.
8514 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8516         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8517         default list of compilers to try, since it was long ago superseded
8518         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8520 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8522         * doc/autoconf.texi (Invoking autom4te): End the option table,
8523         fixing a bug introduced by the previous patch.
8524         (Limitations of Make): Add a 'target lookup' subentry in the
8525         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8527 2002-07-29  Mark D. Roth  <roth@feep.net>
8529         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8530         options and use $AUTOM4TE_PATH.
8531         * doc/autoconf.texi: Remove documentation of autom4te
8532         --include-envvar and --site-macro-subdir options and document
8533         use of $AUTOM4TE_PATH.
8534         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8535         arguments from each language section.
8537 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8539         * doc/install.texi: Include copyright symbol in copyright notice.
8541         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8542         Replace with:
8543         (AM_MAKEINFOFLAGS): New macro.
8544         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8545         * Makefile.am (INSTALL): Use the new macros.
8546         Use -o rather than --output, since "missing" does not grok --output.
8548 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8550         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8551         comments do not always work. Never trust the exit status of
8552         `make -k'.
8554 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8556         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8557         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8559 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8561         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8562         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8563         apparently treats PATH="nonexistent" as if it contained ".".
8564         Bug reported by Stefan `Sec' Zehl.
8566 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8568         * doc/autoconf.texi (Limitations of Make): Mention the special
8569         handling of the obj/ directory by BSD make.
8571 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8573         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8574         backslashes.
8576 2002-07-19  Akim Demaille  <akim@epita.fr>
8578         * doc/autoconf.texi (Function Portability): `exit'.
8579         (Programming in M4sh): Ethymology of M4sh.
8581 2002-07-19  Akim Demaille  <akim@epita.fr>
8583         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8585 2002-07-18  Akim Demaille  <akim@epita.fr>
8587         Version 2.53b.
8589 2002-07-18  Akim Demaille  <akim@epita.fr>
8591         * config/config.guess, config/config.sub: Update.
8593 2002-07-18  Akim Demaille  <akim@epita.fr>
8595         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8596         Automake's parts.
8598         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8599         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8600         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8602 2002-07-18  Akim Demaille  <akim@epita.fr>,
8603             Alexandre Duret-Lutz  <duret_g@epita.fr>
8605         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8606         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8608 2002-07-17  Russ Allbery  <rra@stanford.edu>
8610         * doc/autoconf.texi (Initializing configure): Clarify the
8611         description of the tarname default.
8613 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8615         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8616         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8617         latter was not run.
8619 2002-07-17  Akim Demaille  <akim@epita.fr>
8621         * lib/Autom4te/General.pm (find_file): Browse the directories in
8622         the order they are given.
8624 2002-07-17  Akim Demaille  <akim@epita.fr>
8626         * tests/wrapsh.as, tests/wrappl.as: Merge into...
8627         * tests/wrapper.as: this.
8628         * tests/Makefile.am, configure.ac: Adjust.
8630 2002-07-17  Mark D. Roth  <roth@feep.net>
8632         * configure.ac: Add --enable-site-macro-dir option.
8633         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
8634         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
8635         --site-macro-subdir options.
8636         * bin/autoconf.in: Add --prepend-include option.
8637         * bin/autoheader.in: Add --prepend-include option.
8638         * bin/autoreconf.in: Add --prepend-include option.
8639         * bin/autoscan.in: Add --prepend-include option.
8640         * bin/autoupdate.in: Add --prepend-include option.
8641         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
8642         macro directory, remove note that include path directories are
8643         used in reverse order, and document --prepend-include option.
8644         * lib/autom4te.in: Use --prepend-include instead of --include.
8645         * tests/wrapsh.in: Use --prepend-include instead of --include.
8647 2002-07-17  Akim Demaille  <akim@epita.fr>
8649         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
8650         tarnames.
8651         * doc/autoconf.texi (Initializing configure): Adjust.
8653 2002-07-17  Akim Demaille  <akim@epita.fr>
8655         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
8656         (_AC_FUNC_MALLOC): New.
8657         (AC_FUNC_MALLOC): Use the latter.
8658         Define HAVE_MALLOC to 0 if broken.
8659         * doc/autoconf.texi (Particular Functions): Adjust.
8661 2002-07-16  Akim Demaille  <akim@epita.fr>
8663         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
8664         * doc/autoconf.texi (C Compiler): Adjust.
8666 2002-07-09  Akim Demaille  <akim@epita.fr>
8668         * doc/autoconf.texi: Properly set the ``header'' part.
8670 2002-07-09  Akim Demaille  <akim@epita.fr>
8672         * doc/autoconf.texi (Systemology): Some about Darwin.
8674 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8676         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
8677         Don't use AC_REQUIRE in AU_DEFUN.
8679 2002-07-09  Art Haas  <ahaas@neosoft.com>
8681         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
8683 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
8685         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8686         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
8687         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
8688         so that Emacs setups GNU style for perl-mode and cperl-mode.
8690 2002-06-27  Paul Eggert  <eggert@twinsun.com>
8692         * config/install-sh: Quote $src.  Prefer || to test's -o option,
8693         as per "Limitations of Builtins".
8694         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
8695         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8697         * tests/mktests.sh: Use grep instead of fgrep, as per
8698         "Limitations of Builtins".
8700 2002-06-15  Paul Eggert  <eggert@twinsun.com>
8702         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
8703         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
8704         so that we consistently test the just-built programs.
8705         * tests/wrappl.as: Likewise.
8707 2002-06-12  Paul Eggert  <eggert@twinsun.com>
8709         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
8710         name, so that symlinks to 'autoconf' work properly.  Bug reported
8711         by Bruno Haible.
8712         * bin/autoheader.in (AUTOM4TE): Likewise.
8713         * bin/autoreconf.in (autoconf, autoheader): Likewise.
8714         * bin/autoscan.in (autom4te): Likewise.
8715         * bin/autoupdate.in (autom4te): Likewise.
8717         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
8718         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
8719         on Solaris 2.5.1.
8721 2002-06-11  Andreas Schwab  <schwab@suse.de>
8723         * doc/autoconf.texi: Add more dir entries.
8725 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
8727         * bin/autom4te.in ($cache): Don't define using `$me', the name
8728         of the cache should not depend on the name under which autom4te
8729         was installed.
8731 2002-06-07  Akim Demaille  <akim@epita.fr>
8733         * tests/tools.at (autoconf: forbidden tokens, basic)
8734         (autoconf: forbidden tokens, exceptions): Adjust to the change of
8735         words in autom4te.in.
8737 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
8739         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
8740         _AC_LANG_PROGRAM_C_F77_HOOKS.
8742 2002-06-07  Akim Demaille  <akim@epita.fr>
8744         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
8745         rename as...
8746         (AC_REPLACE_FNMATCH): this.
8747         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
8748         AC_FUNC_FNMATCH_GNU.
8750 2002-06-07  Akim Demaille  <akim@epita.fr>
8752         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
8753         Rosetta Stone for Unix.
8755 2002-06-07  Akim Demaille  <akim@epita.fr>
8757         * bin/autom4te.in (warn_forbidden): When rejecting a token,
8758         suggest m4_pattern_allow.
8759         Suggested by Adam J. Richter.
8761 2002-06-07  Akim Demaille  <akim@epita.fr>
8763         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
8764         ac_config_libobj_dir.
8765         (AC_CONFIG_LIBOBJ_DIR): New.
8766         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
8767         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
8768         Use ac_config_libobj_dir to find the replacement files.
8769         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
8770         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
8771         (AC_REPLACE_FNMATCH_GNU): these.
8772         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
8773         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
8774         * tests/mktests.sh (ac_exclude_list): Don't check
8775         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
8777 2002-06-06  Paul Eggert  <eggert@twinsun.com>
8779         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
8780         if ln doesn't work.
8781         * NEWS: Likewise.
8782         * doc/autoconf.texi (Configuration Links): Likewise.
8783         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
8785 2002-06-05  Paul Eggert  <eggert@twinsun.com>
8787         * config/config.guess, config/config.sub, config/texinfo.tex:
8788         Update from masters.
8790 2002-05-29  Paul Eggert  <eggert@twinsun.com>
8792         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
8793         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8794         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
8795         Likewise.
8796         * lib/autoconf/Makefile.am (check-local): Likewise.
8797         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
8798         * lib/autoconf/types.m4 (commentary only): Likewise.
8799         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
8800         * lib/autotest/Makefile.am (check-local): Likewise.
8801         * lib/m4sugar/Makefile.am (check-local): Likewise.
8802         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
8803         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
8805         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
8806         * doc/autoconf.texi (Particular Programs): Document them.
8807         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
8808         * NEWS: Likewise.
8810 2002-05-27  Paul Eggert  <eggert@twinsun.com>
8812         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
8813         * NEWS, doc/autoconf.texi (Particular Types): Document it.
8814         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
8815         instead of AC_MBSTATE_T, which never existed.
8817 2002-05-23  Akim Demaille  <akim@epita.fr>
8819         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
8820         version of Autoconf that is discussed.
8822 2002-05-22  Paul Eggert  <eggert@twinsun.com>
8824         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
8825         from the default list of compilers to try.  Suggested by
8826         Kate Hedstrom.
8827         * NEWS: Document the above.
8828         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
8830 2002-05-17  Paul Eggert  <eggert@twinsun.com>
8832         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
8833         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
8834         This improves on an earlier suggestion by H. Peter Anvin.
8836 2002-05-16  Paul Eggert  <eggert@twinsun.com>
8838         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
8839         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
8840         Both macros now accept an optional source-dir arg.
8841         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
8843         * NEWS: Document this.
8844         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
8846         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
8847         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
8848         not for GNU extensions; this undoes part of the 2000-11-03 change,
8849         reverting to 2.13-compatible behavior.
8850         Add new optional argument DIR.
8851         (AC_FUNC_FNMATCH_GNU): New macro.
8853         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
8855 2002-05-08  Paul Eggert  <eggert@twinsun.com>
8857         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
8858         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
8859         and it causes a 'test' syntax error if it fails.
8860         Bug reported by Stephen Gildea.
8862         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
8863         If prototypes are supported, use them to check this at compile-time,
8864         instead of trying to check it at run-time.  If we must do a run-time
8865         check, assume that setvbuf is standard when cross-compiling, as
8866         nonstandard setvbuf occurs only on ancient and unlikely hosts.
8867         Bug reported by Paul D. Smith.
8869         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
8870         argument specifying location of getloadavg.c.  This removes a
8871         FIXME.  This idea was taken from Jim Meyering's implementation in
8872         textutils.
8873         * doc/autoconf.texi (Particular Functions): Document this.
8874         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
8875         that's what the code does; this fixes a bug reported by
8876         Paul D. Smith.
8878 2002-05-03  Akim Demaille  <akim@epita.fr>
8880         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
8881         autopoint instead of gettextize.
8882         ($uses_alocal): Rename as...
8883         ($uses_aclocal): this.
8884         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8885         Suggested by Bruno Haible.
8887 2002-05-03  Akim Demaille  <akim@epita.fr>
8889         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
8891 2002-04-29  Paul Eggert  <eggert@twinsun.com>
8893         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
8894         files to be 1 second older; just set them to be the same time.
8895         Also, sleep 1 second after the first aclocal, to work around
8896         problems with sub-second time stamps on the input files.
8898 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
8900         * doc/autoconf.texi: Mention "set -e -x" lossage
8901         under node "Limitations of Builtins".
8903 2002-04-29  Akim Demaille  <akim@epita.fr>
8905         * doc/install.texi: Better wording for setting variables when
8906         running configure.
8907         From Christian Cornelssen.
8909 2002-04-29  Akim Demaille  <akim@epita.fr>
8911         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
8912         of lack of $LINENO support, then the test will compare the $LINENO
8913         in testsuite vs. the lineno in the test file.  This is wrong, of
8914         course.
8915         Be sure to protect it.
8916         Reported by Patrick Welche.
8918 2002-04-25  Akim Demaille  <akim@epita.fr>
8920         * doc/autoconf.texi (Obsolete Macros): Typo.
8921         Reported by Vladimir Volovich.
8923 2002-04-25  Akim Demaille  <akim@epita.fr>
8925         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
8926         than some of the input files, hence, on the second run of aclocal,
8927         if some of its input are younger, make them older.
8928         Suggested by Paul Eggert.
8930 2002-04-25  Akim Demaille  <akim@epita.fr>
8932         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
8933         Thanks to Paul Eggert.
8935 2002-04-25  Akim Demaille  <akim@epita.fr>
8937         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
8938         and ac_subst_vars be sh variables containing the list of
8939         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
8940         DEFAULT diversion.
8941         (_AC_INIT_PREPARE): Use them to log them.
8942         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
8943         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
8944         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
8945         _AC_SUBST_FILES and _AC_SUBST_VARS.
8946         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
8948 2002-04-24  Akim Demaille  <akim@epita.fr>
8950         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
8951         autoheader, so that automake does not complain about a missing
8952         config.h.in that was to be created.
8954 2002-04-23  Akim Demaille  <akim@epita.fr>
8956         * bin/autoheader.in (parse_args): --warning takes an argument.
8957         Fixes PR/220.
8959 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
8961         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
8962         and bb.out when cleaning up.
8964 2002-04-22  Akim Demaille  <akim@epita.fr>
8966         Version 2.53a.
8968 2002-04-22  Akim Demaille  <akim@epita.fr>
8970         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
8972 2002-04-22  Akim Demaille  <akim@epita.fr>
8974         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
8975         comma.
8976         Reported by Gregory Giannoni.
8978 2002-04-22  Akim Demaille  <akim@epita.fr>
8980         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
8981         Fixes false failures on Darwin.
8983 2002-04-21  Paul Eggert  <eggert@twinsun.com>
8985         * TODO, bin/autoupdate.in, doc/autoconf.texi,
8986         lib/autoconf/general.m4, lib/autoconf/libs.m4,
8987         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
8988         tests/tools.at: Minor spelling and grammar fixes.
8990 2002-04-20  Paul Eggert  <eggert@twinsun.com>
8992         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
8993         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
8994         * lib/autotest/general.m4 (AT_INIT): Likewise.
8995         * tests/atgeneral.m4 (AT_INIT): Likewise.
8997 2002-04-19  Paul Eggert  <eggert@twinsun.com>
8999         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9000         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9001         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9002         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9003         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9004         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9005         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9006         Minor spelling and grammar fixes.
9008         * doc/autoconf.texi: Follow the outline suggested in the GNU
9009         Sample Texts sections of the Texinfo 4.2 manual.  Most
9010         importantly, this makes sure that the copyright notices appear in
9011         all output formats.  You probably need Texinfo 4.2 to generate
9012         the manual now.
9014         Fix some bugs when using "$@" when there might be zero positional
9015         arguments in cases where this matters.
9017         * bin/autoconf.as: Rewrite so that the problem does not come up.
9018         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9019         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9020         * lib/autotest/general.m4 (AT_INIT): Likewise.
9022         * bin/autoheader.in: Use 'case' statement to work around problem.
9023         * bin/auto4mte.in: Likewise.
9024         * bin/autoreconf.in: Likewise.
9025         * bin/autoscan.in: Likewise.
9026         * bin/autoupdate.in: Likewise.
9027         * bin/ifnames.in: Likewise.
9029         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9031         * lib/autotest/general.m4 (AT_INIT):
9032         Use Zsh alias to work around problem.
9033         * tests/atgeneral.m4 (AT_INIT): Likewise.
9035         * tests/c.at: We can't have zero arguments, so remove workaround
9036         that is not portable to Zsh.
9038 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9040         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9041         from aclocal.m4 too.
9043 2002-04-12  Akim Demaille  <akim@epita.fr>
9045         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9047 2002-04-10  Akim Demaille  <akim@epita.fr>
9049         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9050         workaround for ${1+"$@"}.
9051         * doc/autoconf.texi (Shell Substitutions): Explain it.
9052         From Oliver Kiddle and Peter Stephenson.
9054         Have M4sh perform minimal shell sanitizing.
9056         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9057         part into...
9058         (_AS_PREPARE): this new macro.
9059         (AS_PREPARE): New.
9060         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9061         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9063         Adjust Autoconf and Autotest.
9065         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9066         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9067         * lib/autotest/general.m4 (AT_INIT): Likewise.
9068         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9069         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9070         AS_SHELL_SANITIZE.
9072         Use this M4sh to generate Autoconf's shell scripts.
9074         * tests/wrapsh.as: New, precursor of wrapsh.in.
9075         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9076         on Autotest and M4sh.
9077         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9078         (wrapsh.in): New target.
9079         * bin/autoconf.as: New, precursor of autoconf.in.
9080         (autoconf.in): New target.
9082 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9084         * doc/autoconf.texi (Limitations of Make): Mention the issue
9085         with indented comments in rules.
9087 2002-04-09  Andreas Schwab  <schwab@suse.de>
9089         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9090         ac_top_builddir when setting ac_abs_top_builddir.
9092 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9094         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9095         (Portable Shell): Cross reference to Systemology.
9097 2002-04-05  Akim Demaille  <akim@epita.fr>
9099         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9100         directories when descending in a SUBDIRS.
9101         Reported by Ezra Peisach.
9103 2002-04-04  Andreas Schwab  <schwab@suse.de>
9105         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9106         contains no literal separators.
9108 2002-04-03  Akim Demaille  <akim@epita.fr>
9110         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9111         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9112         Use dnl, not the KILL diversion.
9113         Extracted from...
9114         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9115         (AC_CONFIG_LINKS): here.
9116         Adjust.
9117         Don't use the KILL diversion, as it kills spurious output, which
9118         results in failures being hidden.
9119         Use m4_defn where appropriate.
9120         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9121         after the second argument.
9122         Use m4_defn.
9123         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9124         syntax, as it is provided by M4sugar.
9125         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9127 2002-04-03  Andreas Schwab  <schwab@suse.de>
9129         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9130         expanded if $# <= 2.
9132         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9133         aclocal.
9135 2002-04-03  Akim Demaille  <akim@epita.fr>
9137         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9138         (_AC_COMPILER_EXEEXT_REJECT): New.
9139         Also recognize *.bb and *.bbg as compilation byproducts.
9140         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9141         (_AC_COMPILER_OBJEXT): Use them.
9142         Fixes Debian #138666.
9144 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9146         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9148         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9149         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9150         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9151         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9152         (AC_C_CONST): Same.
9153         (AC_C_INLINE): Same.
9154         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9155         * doc/autoconf.texi, NEWS: Document.
9156         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9157         AC_C_CROSS.
9159 2002-04-02  Akim Demaille  <akim@epita.fr>
9161         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9162         _AS_MKDIR_P_PREPARE.
9164 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9166         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9167         to avoid versions of HP C which don't allow that.
9169 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9171         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9172         (AS_SHELL_SANITIZE): Invoke it.
9173         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9175 2002-03-26  Akim Demaille  <akim@epita.fr>
9177         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9179 2002-03-26  Akim Demaille  <akim@epita.fr>
9181         * doc/autoconf.texi (Introduction): The GNATS base moved.
9183 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9185         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9186         as POSIX requires, as it doesn't work with Zsh.
9187         * doc/autoconf.texi (Assignments): Document the problem.
9189 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9191         * doc/autoconf.texi (Limitations of Make): Mention more issue
9192         about VPATH, overriding of macros in sub-makes, and handling of
9193         SHELL.
9195 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9197         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9198         problem with here-document buffer boundaries.
9200         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9201         when reinvoking the shell, to work around problems with installers
9202         who put strange things like "cd" commands in their environments.
9204 2002-03-19  Akim Demaille  <akim@epita.fr>
9206         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9207         From Aaron Ucko.
9209 2002-03-19  Akim Demaille  <akim@epita.fr>
9211         * bin/autoscan.in (scan_file): Specify the location in `&used'
9212         invocations.
9213         From Nicolas Joly.
9215 2002-03-19  Akim Demaille  <akim@epita.fr>
9217         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9218         From Nishio Futoshi.
9220 2002-03-19  Akim Demaille  <akim@epita.fr>
9222         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9224 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9226         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9227         (Limitations of Usual Tools): Add mkdir section.
9229         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9230         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9231         back on AS_DIRNAME to compute prefixes otherwise; this is
9232         roughly what mkinstalldirs does.  That way, we need not have
9233         our own filename disassembler.  The old disassembler did not
9234         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9236         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9237         Create at_test_all by a series of assignments,
9238         not by a single assignment of a long string.  The latter causes ksh
9239         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9240         presumably because of a buffer overrun.
9242 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9244         * lib/autotest/general.m4 (at_times_skip):
9245         Renamed from at_times.  Now a boolean.
9246         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9247         says 'times: not found'.
9249 2002-03-14  Akim Demaille  <akim@epita.fr>
9251         * bin/autoreconf.in (&study_gettextize): New.
9252         (&autoreconf): Handle newest gettextize.
9253         Rerun aclocal if needed.
9254         Suggested by Andreas Schwab.
9256 2002-03-13  Akim Demaille  <akim@epita.fr>
9258         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9260 2002-03-13  Akim Demaille  <akim@epita.fr>
9262         * doc/autoconf.texi (Header Portability): New.
9263         Add information about stdint.h and inttypes.h from Paul Eggert.
9265 2002-03-13  Akim Demaille  <akim@epita.fr>
9267         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9268         -p'.
9269         From Bob Proulx.
9271 2002-03-12  Akim Demaille  <akim@epita.fr>
9273         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9274         m4_require.
9276 2002-03-11  Andreas Schwab  <schwab@suse.de>
9278         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9279         does not do it if --with-lispdir is given.
9281 2002-03-08  Akim Demaille  <akim@epita.fr>
9283         Version 2.53.
9285 2002-03-08  Akim Demaille  <akim@epita.fr>
9287         * doc/autoconf.texi (Subdirectories): Clarify that the
9288         subdirectory should exist.
9290 2002-03-08  Akim Demaille  <akim@epita.fr>
9292         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9294 2002-03-08  Akim Demaille  <akim@epita.fr>
9296         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9297         aliases the actual variables, and modifications of the former
9298         affect the latter.
9300 2002-03-08  Akim Demaille  <akim@epita.fr>
9302         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9303         because of C-c: have m4 output in tmp files, then mv them.
9305 2002-03-08  Akim Demaille  <akim@epita.fr>
9307         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9308         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9309         * bin/ifnames.in: Copyright update.
9311 2002-03-08  Akim Demaille  <akim@epita.fr>
9313         * doc/autoconf.texi (Invoking autom4te): New.
9315 2002-03-05  Akim Demaille  <akim@epita.fr>
9317         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9318         Kevin Ryde.
9320 2002-03-05  Akim Demaille  <akim@epita.fr>
9322         Version 2.52i.
9324 2002-03-04  Akim Demaille  <akim@epita.fr>
9326         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9327         * lib/autoconf/general.m4 (AC_INIT): More informative error
9328         message for LIBOBJ.
9330 2002-03-04  Akim Demaille  <akim@epita.fr>
9332         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9333         parallel builds.
9335 2002-03-04  Akim Demaille  <akim@epita.fr>
9337         * doc/autoconf.texi (Transforming Names): Equality between target
9338         and host is irrelevant.
9339         (Specifying Names, Canonicalizing): Remove all references to the
9340         backward compatibility hooks.  Rather, collect them all into...
9341         (Hosts and Cross-Compilation): this new section.
9342         * doc/install.texi (System Type): Ditto.
9343         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9344         that `--host' implies cross-compilation.
9346 2002-03-04  Akim Demaille  <akim@epita.fr>
9348         * doc/autoconf.texi (Evaluation Macros): New.
9349         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9350         useless.
9351         (_m4_foreach): Define the variant with immediate evaluation so
9352         that it contains exactly the items, not an expression which
9353         evaluation is the current item.
9354         (m4_re_string, m4_re_word): Don't over quote them.
9356 2002-03-04  Akim Demaille  <akim@epita.fr>
9358         Instead of having stacking `shift's evaluated at the end, let
9359         `foreach' loops immediately evaluate them.
9361         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9362         $*.  This is the n-th time I change my mind, but hopefully this is
9363         the last...
9364         (m4_lquote): New.
9365         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9366         efficient.
9367         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9368         it was only a hack for m4_text_wrap.
9369         (m4_car2): Remove, replaced by...
9370         (m4_cdr): New.
9371         (_m4_foreach): Adjust.
9372         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9373         m4_bpatsubst for clarification.
9375 2002-03-04  Akim Demaille  <akim@epita.fr>
9377         * doc/autoconf.texi (Changequote is Evil): New.
9379 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9381         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9382         on old systems like SunOS.
9384 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9386         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9387         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9388         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9389         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9390         of messages.
9392 2002-02-28  Akim Demaille  <akim@epita.fr>
9394         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9395         message to be sent.
9397 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9399         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9401 2002-02-25  Akim Demaille  <akim@epita.fr>
9403         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9404         From Akinori Musha.
9406 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9408         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9409         translate \r\n to \n.
9411 2002-02-07  Akim Demaille  <akim@epita.fr>
9413         Version 2.52h.
9415 2002-02-07  Akim Demaille  <akim@epita.fr>
9417         Fix Autoconf PR/209.
9418         Also reported by Frank Denis.
9420         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9422 2002-02-07  Akim Demaille  <akim@epita.fr>
9424         Fix Autoconf PR/207:
9425         AC_PREFIX_PROGRAM fails with dashed program names
9427         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9428         variable when looking for the prefix program.
9429         Now it also works for shell variables.
9431 2002-02-07  Akim Demaille  <akim@epita.fr>
9433         * doc/autoconf.texi (Limitations of Builtins): More about
9434         case/esac.
9436 2002-02-06  Akim Demaille  <akim@epita.fr>
9438         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9439         case/esac, some shells don't support it.
9440         Reported by Zack Weinberg.
9441         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9443 2002-02-06  Akim Demaille  <akim@epita.fr>
9445         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9446         sure not to introduce newlines in at_groups.
9447         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9449 2002-02-06  Akim Demaille  <akim@epita.fr>
9451         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9452         is not available.
9454 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9456         * doc/autoconf.texi (Specific Compiler Characteristics):
9457         Describe HP-UX cc bug workaround more accurately.
9458         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9459         not unsigned long.
9460         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9461         cross-compilers, too.  This undoes some of the most recent change
9462         to this file.
9464 2002-02-05  Akim Demaille  <akim@epita.fr>
9466         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9467         to make sure they are up to date when `check' is run.
9469 2002-02-05  Akim Demaille  <akim@epita.fr>
9471         * doc/autoconf.texi (Making testsuite Scripts): Document
9472         package.m4.
9474 2002-02-05  Akim Demaille  <akim@epita.fr>
9476         * lib/freeze.mk: New.
9478 2002-02-05  Akim Demaille  <akim@epita.fr>
9480         Implement `autom4te --freeze'.
9482         * bin/autom4te.in (&freeze): New.
9483         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9484         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9486 2002-02-05  Akim Demaille  <akim@epita.fr>
9488         * bin/autom4te.in (&parse_args): Implement `frozen files are
9489         optional are the sum of the previous files on the command line'.
9490         Also, pass `--reload-state=' on them, so...
9491         (handle_m4): don't.
9492         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9493         (M4sh): Rely on M4sugar.
9494         (Autotest, M4sh, M4sugar): Use frozen files.
9496 2002-01-31  Akim Demaille  <akim@epita.fr>
9498         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9499         * doc/autoconf.texi (Initializing configure): Adjust.
9501 2002-01-30  Akim Demaille  <akim@epita.fr>
9503         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9504         alphanumeric to `-' instead of `_'.
9506 2002-01-30  Akim Demaille  <akim@epita.fr>
9508         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9509         for plain code, the other for cross-compilation code.  The latter
9510         is now run with GCC only.
9511         * doc/autoconf.texi (Compilers and Preprocessors): New.
9513 2002-01-30  Akim Demaille  <akim@epita.fr>
9515         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9516         values.
9517         * doc/autoconf.texi (Initializing configure): Explain how to
9518         change AC_INIT default values.
9520 2002-01-29  Akim Demaille  <akim@epita.fr>
9522         * tests/torture.at (Configuring subdirectories): Use configure.in,
9523         so that aclocal 1.4 works.
9524         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9526 2002-01-28  Akim Demaille  <akim@epita.fr>
9528         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9529         needs an argument.
9531 2002-01-28  Akim Demaille  <akim@epita.fr>
9533         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9534         AUTOTEST_PATH *after* it was set.
9535         Don't put `.' in the PATH: the user should be precise and `./' if
9536         needed.  In addition, given that the test suite does some `cd', if
9537         `.' is in the path, the `tested programs' sections will report
9538         programs found in the test suite's directory, while during the
9539         tests (performed in their own directory), these programs are no
9540         longer visible.  In other words, the results is confusing and
9541         useless.
9542         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9544 2002-01-24  Akim Demaille  <akim@epita.fr>
9546         Version 2.52g.
9548 2002-01-24  Akim Demaille  <akim@epita.fr>
9550         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9551         * doc/autoconf.texi: Finally add Akim as an author.
9553 2002-01-24  Akim Demaille  <akim@epita.fr>
9555         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9556         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9557         Bourne. Use /bin/sh.
9558         From Andreas Buening.
9560 2002-01-24  Akim Demaille  <akim@epita.fr>
9562         * config/config.guess, config/config.sub, config/texinfo.tex:
9563         Update from masters.
9565 2002-01-24  Akim Demaille  <akim@epita.fr>
9567         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9568         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9569         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9570         * config/missing.m4, config/sanity.m4, config/select.m4,
9571         * config/strip.m4: Remove, to ease sync'ing with any version of
9572         Automake.
9574 2002-01-24  Akim Demaille  <akim@epita.fr>
9576         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9577         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9578         Reported by Geir Ove Myhr.
9580 2002-01-21  Akim Demaille  <akim@epita.fr>
9582         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9584 2002-01-21  Akim Demaille  <akim@epita.fr>
9586         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9587         message on invalid options.
9588         * bin/autom4te.in (parse_args): Don't use
9589         Autoconf::General::getopt with non valid options.
9591 2002-01-17  Jim Meyering  <meyering@lucent.com>
9593         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9594         $ac_cv_exeext so we don't use an old, invalid, cached value.
9596 2002-01-11  Akim Demaille  <akim@epita.fr>
9598         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9599         Meyering.
9600         * doc/autoconf.texi (Function Portability): Document the strnlen
9601         limitation.
9602         (Particular Functions): Document AC_FUNC_STRNLEN.
9603         * lib/autoscan/functions: Adjust.
9605 2002-01-06  Akim Demaille  <akim@epita.fr>
9607         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9608         package.m4, since is really depends upon configure.ac, not
9609         configure.
9610         * doc/autoconf.texi (testsuite Scripts): Adjust.
9611         * tests/Makefile.am (package.m4): New.
9612         EXTRA_DIST it since its a source.
9614 2002-01-06  Akim Demaille  <akim@epita.fr>
9616         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9617         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9618         and PACKAGE_BUGREPORT from here...
9619         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9620         arguments.
9621         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9622         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9623         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9624         * tests/tools.at (autoheader): Adjust.
9625         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
9627 2002-01-06  Akim Demaille  <akim@epita.fr>
9629         * bin/autoscan.in (scan_file): Use `&used'.
9631 2002-01-03  Akim Demaille  <akim@epita.fr>
9633         * doc/autoconf.texi (Output): Improved wording regarding use of
9634         AC_OUTPUT.
9635         From Olly Betts.
9637 2001-12-18  Kevin Ryde  <user42@zip.com.au>
9639         * doc/autoconf.texi (Function Portability): Add notes on sscanf
9640         sometimes needing writable input.
9642 2001-12-17  Jim Meyering  <meyering@lucent.com>
9644         * doc/autoconf.texi (New Macros): Tweak wording.
9646 2001-12-14  Akim Demaille  <akim@epita.fr>
9648         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
9649         trailing files, don't apply `-rf' to files which might not be
9650         created by configure (core, core.*, and *.core), but just `rm -f'.
9651         Suggested by Jonathan Kamens.
9653 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
9655         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
9657 2001-12-14  Akim Demaille  <akim@epita.fr>
9659         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
9661 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
9663         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
9664         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
9665         abs_srcdir, top_srcpath to abs_top_srcdir.
9666         (_AC_OUTPUT_FILES): Adjust.
9667         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
9668         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
9669         * tests/wrappl.in, tests/wrapsh.in: Adjust.
9671 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
9673         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
9674         C/Fortran linking on HP/UX, by extracting the Fortran library
9675         search path from the LPATH line in the $F77 -v output.
9677 2001-12-12  Kevin Ryde  <user42@zip.com.au>
9679         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
9680         forbidden file descriptors table.
9682 2001-11-26  Akim Demaille  <akim@epita.fr>
9684         * bin/autoscan.in (%c_keywords): Build it at top level.
9685         Map to 1 in order to simplify its uses.
9687 2001-11-26  Akim Demaille  <akim@epita.fr>
9689         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
9690         Remove $filepath, useless.
9691         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
9692         variables, they are really part of the tokens.
9693         Split the input line on spaces and then look for tokens.
9694         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
9695         because of `lex$U.$(OBJEXT)'.
9696         (&scan_files): Use "@list" instead of join.
9697         * doc/Makefile.am (CLEANFILES): Add *.fns.
9699 2001-11-26  Akim Demaille  <akim@epita.fr>
9701         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
9702         Remove, replaced by...
9703         * tests/wrappl.in: Be common for all the Perl executables.
9704         In particular autoscan and autoheader want -I.
9705         * configure.ac: Adjust.
9706         * lib/autoscan/headers: errno.h is portable.
9708 2001-11-26  Akim Demaille  <akim@epita.fr>
9710         * bin/autoscan.in (used): New.
9711         Use it.
9713 2001-11-26  Akim Demaille  <akim@epita.fr>
9715         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
9716         directives.
9717         (&scan_sh_file): Remove a duplicate pattern.
9718         (&check_configure_ac): Use long options.
9719         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
9721 2001-11-26  Akim Demaille  <akim@epita.fr>
9723         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
9724         Before, having a line containing the opening of a multi line
9725         comment made the whole line be ignored.
9727 2001-11-26  Akim Demaille  <akim@epita.fr>
9729         * doc/autoconf.texi (Using an Autotest Test Suite): New.
9730         (testsuite Scripts): Be one of its subsection.
9731         (Autotest Logs): New.
9733 2001-11-26  Akim Demaille  <akim@epita.fr>
9735         Test groups are now run two directories deeper.
9737         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
9738         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
9739         at_top_builddir.
9740         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
9741         top_srcdir, builddir and top_builddir.
9742         Use `at_*dir' relatively to the directory containing the
9743         suite, use `*dir' when relatively to the current group dir.
9745 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9747         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
9748         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
9749         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
9750         spelling errors.
9752 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9754         * doc/autoconf.texi (Using System Type): Add an example of `case
9755         $host' usage so people quit using `case $target' everywhere.
9757 2001-11-22  Akim Demaille  <akim@epita.fr>
9759         * doc/autoconf.texi (Installation Directory Variables): Englishoes
9760         spotted by Jim Meyering.
9762 2001-11-16  Paul Eggert  <eggert@twinsun.com>
9764         This patch implements a `long double' suggestion by Oliver Kiddle.
9766         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
9767         static, to catch errors if the value isn't known at compile-time
9768         and the compiler supports dynamic arrays.  Change its name from
9769         `_array_' to `test_array' to avoid potential name clashes.
9770         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
9771         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
9772         better than double.  Catch a bug in GCC 2.95.2 x86.
9773         * doc/autoconf.texi (C Compiler): Document the above.
9774         * NEWS: Likewise.
9776 2001-11-13  Akim Demaille  <akim@epita.fr>
9778         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
9779         hand.
9780         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
9782 2001-11-13  Akim Demaille  <akim@epita.fr>
9784         * lib/autotest/general.m4 (AT_INIT): After having run the test
9785         group, go back to the initial directory, not to at_suite_dir.
9787 2001-11-13  Akim Demaille  <akim@epita.fr>
9789         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
9790         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
9791         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
9792         option.
9793         (AT_CHECK_CONFIGURE): Use absolute paths.
9794         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
9795         The problem is still the old one: there is no means in M4 (that I
9796         know about) to create a defining macro, because there is no means
9797         to create `$1' etc., therefore, the defining macro ``swallows''
9798         all the arguments meant to the defined macro.
9800 2001-11-13  Akim Demaille  <akim@epita.fr>
9802         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
9803         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
9804         configure.ac.
9805         * tests/aclocal.m4: Remove, as it is no longer used.
9807 2001-11-13  Akim Demaille  <akim@epita.fr>
9809         * lib/autotest/general.m4: Change `tests?' into `groups?' in
9810         variable names when referring to a single test group, or to
9811         `suite' when referring to the whole test suite.
9812         `at_last_test' is removed: m4 compute at_format itself.
9813         (at_stdout, at_stder1, at_stderr): New variables.
9814         (AT_CHECK): Use them.
9816 2001-11-13  Akim Demaille  <akim@epita.fr>
9818         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
9819         in PATH.
9820         Create `testsuite.dir/003/run' instead of `testsuite.003'.
9821         Do it as soon as a test fails, don't wait till the end of the test
9822         suite.
9823         Don't remove $as_me.[0-9]*, since these files no longer exist.
9825 2001-11-13  Akim Demaille  <akim@epita.fr>
9827         * tests/tools.at: Use absolute paths, since we are no longer run
9828         in place.
9830 2001-11-13  Akim Demaille  <akim@epita.fr>
9832         Now that tests are running in their own private dir, there is no
9833         need to list the files to remove at the end of tests groups.
9835         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
9836         (AT_data_files, at_data_files): Remove.
9837         (AT_CLEANUP, AT_DATA): Simplify.
9838         (AT_INIT): Adjust.
9839         Remove the group dir if !debug && !failed.
9840         * tests/atspecific.m4: Adjust.
9842 2001-11-13  Akim Demaille  <akim@epita.fr>
9844         Start a new layout for Autotest: `testsuite' creates
9845         `testsuite.dir' in which the at-check-line etc. files are to be
9846         found, and `testsuite.dir/003' where the test group 3 is run.
9848         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
9849         at_check_line_file, at_format, at_test_normalized, at_group_dir
9850         are new variables.
9851         Create the directories.
9852         Use absolute paths for at- files.
9853         (AT_CHECK): Adjust.
9855 2001-11-11  Michael Matz  <matz@kde.org>
9857         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
9858         (m4_car2): New.
9859         (m4_car): Properly quote arguments.
9861 2001-11-13  Akim Demaille  <akim@epita.fr>
9863         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
9864         with stricter rules on LIBOBJS.
9866 2001-11-12  Paul Eggert  <eggert@twinsun.com>
9868         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
9869         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
9870         __PROTOTYPES too.
9872 2001-11-12  Akim Demaille  <akim@epita.fr>
9874         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
9876 2001-11-12  Akim Demaille  <akim@epita.fr>
9878         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9879         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
9880         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
9881         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
9882         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
9883         specify to what the macro should be defined (typically to 1).
9885 2001-11-12  Akim Demaille  <akim@epita.fr>
9887         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
9888         From Jim Meyering.
9890 2001-11-12  Akim Demaille  <akim@epita.fr>
9892         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9893         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
9894         definition used by Automake where LEX is +/- "${missing} lex" and
9895         `missing' itself contains variables.
9897 2001-11-12  Akim Demaille  <akim@epita.fr>
9899         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
9900         Now that M4sh pushes BODY, the comments were output at the end of
9901         the test suites.
9903 2001-11-08  Akim Demaille  <akim@epita.fr>
9905         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
9906         that we can trace macros from aclocal.m4.
9907         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
9908         obsoleted, and redirect to the former anyway.
9909         Reported by Ralf Corsepius.
9911 2001-11-08  Akim Demaille  <akim@epita.fr>
9913         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
9914         processed only if present.
9915         * tests/torture.at (Configuring subdirectories): Use autoreconf
9916         instead of successive calls to autoconf.
9917         Add a nonexistent subdirectory to exercise the patch above.
9918         Reported by Ralf Corsepius.
9920 2001-11-08  Kevin Ryde  <user42@zip.com.au>
9922         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
9923         doesn't accept .S files.
9925 2001-11-07  Akim Demaille  <akim@epita.fr>
9927         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
9928         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
9929         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
9930         * bin/autom4te.in (warn_forbidden): New.
9931         (handle_output): Use it.
9932         Read m4_pattern_forbid with messages.
9934 2001-11-05  Akim Demaille  <akim@epita.fr>
9936         * bin/autom4te.in (--normalize): Remove.
9937         * lib/autom4te.in: Adjust.
9939 2001-11-05  Akim Demaille  <akim@epita.fr>
9941         * tests/Makefile.am (testsuite): Rename this target as...
9942         ($(TESTSUITE)): this.
9943         From Nicolas Joly.
9945 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
9947         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
9948         the --prefix option, also remove it's argument.
9950 2001-11-05  Akim Demaille  <akim@epita.fr>
9952         * doc/autoconf.texi (testsuite Invocation): Update.
9953         (Writing testsuite.at): Update.
9955 2001-11-03  Akim Demaille  <akim@epita.fr>
9957         * doc/autoconf.texi: s/@code/@command/ where appropriate.
9959 2001-11-03  Akim Demaille  <akim@epita.fr>
9961         * lib/Autom4te/General.pm: (&catfile, &canonfile)
9962         (&file_name_is_absolute): New, wrappers around routines from
9963         File::Spec.
9964         Use and export them.
9965         (&find_configure_ac): Optionally take a directory where to look at.
9966         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
9967         the arguments.
9968         Default @ARGV to `.', not find_configure_ac.
9969         (&autoreconf): Argument is a directory.
9970         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
9971         * doc/autoconf.texi (autoreconf Invocation): Update.
9973 2001-11-03  Akim Demaille  <akim@epita.fr>
9975         * lib/Autom4te/General.pm (@export_vars, @export_subs)
9976         (@export_forward_subs): New.
9977         Add basename, dirname, and fileparse.
9978         (@EXPORT): Adjust.
9979         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
9980         Don't look for aclocal flags if we already know aclocal is not
9981         used.
9982         Move aclocal.m4t only if it exists.
9983         Reported by Ezra Peisach.
9985 2001-11-03  Akim Demaille  <akim@epita.fr>
9987         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
9988         passed on command line, defaulting to ./configure.ac if present.
9989         (&maybe_autoreconf, File::Find): Remove, unused.
9990         (&autoreconf): If autoconf is not used, don't try to trace.
9992 2001-11-02  Akim Demaille  <akim@epita.fr>
9994         * configure.ac: Bump to 2.52g.
9996 2001-11-02  Akim Demaille  <akim@epita.fr>
9998         Version 2.52f.
10000 2001-11-02  Akim Demaille  <akim@epita.fr>
10002         * config/config.guess, config/config.sub, doc/standards.texi:
10003         * config/lispdir.m4: Update from masters.
10004         * configure.ac: Bump to 2.52f.
10006 2001-11-02  Akim Demaille  <akim@epita.fr>
10008         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10009         Don't run aclocal when aclocal.m4 is not from aclocal.
10010         From Ezra Peisach.
10011         Don't run libtoolize and gettextize if --install is not given.
10013 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10015         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10016         be invoked before _AS_LINENO_PREPARE.
10017         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10018         than character ranges.
10020         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10021         invoking AS_BASENAME.  Set the locale variables to 'C' if
10022         possible, as POSIX requires this to get the traditional
10023         behavior.
10024         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10026 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10028         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10029         with {}, as that triggers a bug in Bash 2.05.
10031         (_AS_LINENO_PREPARE): Use Sed rather than
10032         Awk.  Fix the sed prepass to work even if there are multiple
10033         instances of $LINENO on the same line.  Do not substitute for
10034         other variables like $LINENOT.  Do not check file dates; such a
10035         check is unreliable on sufficiently fast machines, and removing
10036         the check makes the code simpler and more reliable.  Check for
10037         output and chmod failures.
10039         * doc/autoconf.texi (Special Shell Variables): Document
10040         the above.
10042 2001-10-31  Akim Demaille  <akim@epita.fr>
10044         * tests/Makefile.am (atconfig): Remove this target, Automake
10045         handles it now.
10047 2001-10-31  Akim Demaille  <akim@epita.fr>
10049         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10050         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10051         provided, while it is optional.
10052         * configure.ac: Adjust.
10054 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10056         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10057           lib/Autom4te/Struct.pm:
10058         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10059         with 5.005_02.
10061         * doc/autoconf.texi (Special Shell Variables): Document some
10062         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10064         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10065         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10066         eval $LINENO is not portable in practice.
10068 2001-10-24  Akim Demaille  <akim@epita.fr>
10070         * lib/Autom4te/General.pm (backname): New.
10072 2001-10-24  Akim Demaille  <akim@epita.fr>
10074         * m4/: Remove, merged into...
10075         * config/: here.
10077 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10079         * doc/autoconf.texi (Shellology): Mention the problems with bash
10080         2.05's use of ANSI quoting in its `set' builtin.
10082 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10084         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10085         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10086         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10087         POSIX decided to standardize on the int flavor of strerror_r.
10088         Always do char* test, as there's no reason not to.
10089         Assign to a char* var, to catch strerror_r that returns int*.
10091         * doc/autoconf.texi (Particular Functions):
10092         Document the above changes.  Also, document the fact that
10093         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10095         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10097 2001-10-20  Akim Demaille  <akim@epita.fr>
10099         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10100         the executable was missing from the log.
10102 2001-10-20  Akim Demaille  <akim@epita.fr>
10104         * lib/Autom4te/General.pm (&update_file): If destination is
10105         unchanged, remove the source.
10106         (&up_to_date_p): Don't be verbose, be debug.
10107         * bin/autoreconf.in: No longer support --m4dir.
10108         (&autoreconf): Display the full path of the configure.ac we are
10109         studying.
10110         Trace it only once.
10111         Be sure to honor --force with gettextize.
10112         Always run aclocal.
10113         * doc/autoconf.texi: Adjust.
10115 2001-10-20  Akim Demaille  <akim@epita.fr>
10117         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10118         Remove, dead.
10119         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10120         `intl' is already present, as it refuses unless --force.
10121         (&parse_args): Use -I, --include instead of the old Autoconf
10122         options.
10123         ($localdir, $autoconf_dir): Remove.
10124         (@include): New.
10125         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10127 2001-10-19  Jens Petersen  <petersen@redhat.com>
10129         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10130         * doc/autoconf.texi (Particular Programs): Likewise.
10132 2001-10-19  Akim Demaille  <akim@epita.fr>
10134         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10135         file in @configure_input@.
10136         Don't mention `automatically' in addition to `generated'.
10137         * tests/torture.at (#define header templates): Adjust.
10139 2001-10-19  Akim Demaille  <akim@epita.fr>
10141         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10142         comment, explain how to install automatic mode selection.
10143         From Russ Allbery.
10145 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10147         * bin/autoreconf.in (autoreconf): Display the path to the
10148         configure.ac being studied.
10150 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10152         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10153         long, to work around a bug in the HP C compiler version HP92453-01
10154         B.11.11.23709.GP.
10156         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10157         (AS_BASENAME_EXPR): New macro.
10158         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10159         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10160         and fall back on 'sed' only if the other two fail.  This makes
10161         AS_BASENAME act more like AS_DIRNAME.
10162         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10163         contains white space.
10164         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10165         Use AS_DIRNAME, since I think it's now DOS-friendly.
10166         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10167         Allow "dirname //FOO" to return either / or //, as POSIX allows
10168         either behavior.
10170 2001-10-10  Akim Demaille  <akim@epita.fr>
10172         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10173         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10174         From Eric Sharkey.
10176 2001-10-10  Akim Demaille  <akim@epita.fr>
10178         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10179         m4_define, since...
10180         (_AS_ECHO_N): AS_REQUIREs it.
10182 2001-10-10  Akim Demaille  <akim@epita.fr>
10184         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10185         (AC_INCLUDES_DEFAULT): Move to...
10186         * lib/autoconf/headers.m4: here.
10187         * lib/autoconf/types.m4: Comment changes.
10188         * doc/autoconf.texi: Specify where the default includes are used
10189         in the macro prototypes.
10191 2001-10-09  Akim Demaille  <akim@epita.fr>
10193         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10194         transition code.
10196 2001-10-08  Akim Demaille  <akim@epita.fr>
10198         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10199         (&parse_args): Pass verbosity/debugging options to subtools when
10200         --debug, not when --verbose.
10201         * lib/autom4te.in (Autoreconf-preselections): New.
10202         (Autoconf): Use it.
10204 2001-10-08  Akim Demaille  <akim@epita.fr>
10206         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10208 2001-10-08  Akim Demaille  <akim@epita.fr>
10210         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10211         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10213 2001-10-08  Akim Demaille  <akim@epita.fr>
10215         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10216         (Syntax of the shell scripts): Don't.
10217         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10218         bother with $force since...
10219         * lib/Autom4te/General.pm: does.
10221 2001-10-08  Akim Demaille  <akim@epita.fr>
10223         * bin/autoreconf.in: Rewrite in Perl.
10224         * configure.ac: Adjust.
10225         * lib/Autom4te/General.pm (&up_to_date_p): New.
10226         * bin/autom4te.in (&up_to_date_p): Use it.
10227         Rename as...
10228         (&up_to_date): this.
10230 2001-10-08  Akim Demaille  <akim@epita.fr>
10232         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10233         (m4_list_cmp): Use $0 to reinvoke yourself.
10234         (m4_patsubsts): New.
10235         (m4_strip, m4_version_unletter): Use it.
10236         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10238 2001-10-08  Akim Demaille  <akim@epita.fr>
10240         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10241         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10242         * lib/autoconf/types.m4, lib/autotest/general.m4,
10243         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10244         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10245         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10246         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10248 2001-10-08  Akim Demaille  <akim@epita.fr>
10250         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10252 2001-10-08  Akim Demaille  <akim@epita.fr>
10254         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10255         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10256         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10257         * tests/tools.at, tests/m4sh.at: Use it.
10258         * tests/m4sh.at: Don't rely on Autoconf macros.
10259         (DIRNAME_TEST): Also exercise the expr variant.
10260         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10261         preferred M4sugar extension is now `.4s'.
10262         * tests/README: Remove.
10264 2001-10-08  Akim Demaille  <akim@epita.fr>
10266         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10267         (m4_provide_if): this.
10268         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10269         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10270         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10271         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10273 2001-10-08  Akim Demaille  <akim@epita.fr>
10275         Use `add-log-current-defun-function' for ChangeLog creation.
10276         Suggested by Tom Tromey.
10278         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10279         (autotest-mode): Adjust.
10280         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10281         'comment-region onto `C-c ;'.
10282         Comments are `#', not `dnl'.
10283         (autoconf-current-defun): New.
10284         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10286 2001-10-08  Akim Demaille  <akim@epita.fr>
10288         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10289         * lib/m4sugar/m4sh.m4: here.
10290         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10291         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10292         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10293         include handle the m4_pattern_*, no longer push the
10294         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10295         * lib/autotest/general.m4 (AT_INIT): Likewise.
10296         * tests/base.at: Adjust the tests to use AS_INIT.
10297         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10298         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10299         Autoconf.
10301 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10303         * doc/autoconf.texi (config.status Invocation):
10304         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10306         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10307         shell does not support LINENO, and if CONFIG_SHELL is unset or
10308         empty, and if we can find a shell that does support LINENO,
10309         then set CONFIG_SHELL to that shell and then re-execute
10310         ourselves with CONFIG_SHELL.
10312 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10314         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10315         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10316         build of $(TESTSUITE).
10318 2001-10-05  Akim Demaille  <akim@epita.fr>
10320         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10321         iff we are a bareword.
10322         Reported by Raja R Harinath.
10324 2001-10-05  Akim Demaille  <akim@epita.fr>
10326         * tests/m4sh.at (LINENO): New.
10327         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10328         PATH_SEPARATOR before using it.
10329         Fix the absolute path case/esac pattern.
10330         Provide $0 as fallback for as_myself.
10331         Reported by Raja R Harinath.
10333 2001-10-05  Akim Demaille  <akim@epita.fr>
10335         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10336         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10338 2001-10-05  Akim Demaille  <akim@epita.fr>
10340         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10341         (AS_SHELL_SANITIZE): here.  Use it.
10342         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10343         From Paul Eggert.
10345 2001-10-04  Akim Demaille  <akim@epita.fr>
10347         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10348         combination of Awk and sed to replace $LINENO.
10350 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10352         * doc/autoconf.texi (Limitations of Builtins): You can't use
10353         "source"; it's not portable.  Remove confusing and
10354         somewhat-incorrect example involving "." and "/".
10356         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10357         compatibility with POSIX shells.
10359 2001-10-02  Akim Demaille  <akim@epita.fr>
10361         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10362         instead of exec'ing to preserve $0 and $@.
10364 2001-10-01  Akim Demaille  <akim@epita.fr>
10366         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10367         Don't run twice the same test.
10369 2001-10-01  Akim Demaille  <akim@epita.fr>
10371         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10372         No longer output the list of tests.
10373         <--list>: New option.
10374         <--full-help>: Remove.
10375         Complete the short/long options duality.
10376         Various small adjustments.
10378 2001-10-01  Akim Demaille  <akim@epita.fr>
10380         * doc/autoconf.texi: Use @kbd for user input.
10381         Always use `$' as shell prompt.
10383 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10385         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10386         Don't use nested parenthesization.  This patch was originally
10387         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10388         but somehow it didn't get incorporated then.
10389         * doc/autoconf.texi (Limitations of Usual Tools):
10390         Clarify remark about sed and nested parenthesization.
10392         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10393         Report an error if the size cannot be determined even though
10394         the type exists.
10395         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10396         Check for `expr' arithmetic overflow, and for compilation failure,
10397         and invoke a new argument $4 if either is discovered.
10398         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10399         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10401 2001-09-28  Akim Demaille  <akim@epita.fr>
10403         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10404         * m4/lispdir.m4: New.
10405         * aclocal.m4, configure.ac: Adjust.
10407 2001-09-28  Akim Demaille  <akim@epita.fr>
10409         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10410         (AT_TESTED): this.
10411         (AT_INIT): More the wrapped section to where it will be expanded.
10412         Output `AT_tested' only when existing.
10413         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10415 2001-09-27  Akim Demaille  <akim@epita.fr>
10417         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10418         generates too many bug reports.
10420         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10421         status when executing the ACTION-IF-FALSE.
10422         * tests/base.at (AC_TRY_*): Rename as...
10423         (AC_TRY_COMMAND): this.
10424         (AC_RUN_IFELSE): New.
10425         * tests/compile.at (Extensions, C keywords)
10426         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10427         (Broken/missing compilers, AC_PROG_CPP with warnings)
10428         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10429         * tests/c.at (Extensions, C keywords)
10430         (Broken/missing compilers, AC_PROG_CPP with warnings)
10431         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10432         (AC_PROG_CPP requires AC_PROG_CC): here and...
10433         * tests/fortran.at (GNU Fortran 77): there.
10434         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10435         AC_TRY_RUN is about compilation, not shell commands.
10436         (Test Programs): AC_TRY_RUN works as used to be advertised.
10438 2001-09-27  Akim Demaille  <akim@epita.fr>
10440         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10441         Raja R Harinath:
10442         Be sure to detect when $LINENO always returns the same value.
10443         Look for the original script, basename($0) is certainly not
10444         enough.
10445         Pass the CLI arguments to `$as_me.lineno'.
10447 2001-09-25  Akim Demaille  <akim@epita.fr>
10449         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10450         Be sure the close and reopen the LOG fd before and after using tee
10451         to extend the log.
10452         <at_tests_pattern>: Adjust to the new format of at_help_all.
10454 2001-09-23  Akim Demaille  <akim@epita.fr>
10456         * bin/autom4te.in (parse_args): There can be several invocations
10457         of --language now.
10459 2001-09-23  Akim Demaille  <akim@epita.fr>
10461         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10463 2001-09-23  Akim Demaille  <akim@epita.fr>
10465         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10466         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10467         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10468         builddir, buildpath, top_builddir, and top_buildpath.
10469         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10470         the current directory.
10471         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10472         variables *before* changing the current directory.
10473         Skip nonexistent dirs.
10474         * doc/autoconf.texi (Preset Output Variables): Document these
10475         variables.
10477         * lib/autotest/general.m4: Do not reset AT_victims.
10478         Don't compute at_srcdir nor at_top_srcdir.
10480         * tests/tools.at: Hence use top_srcdir.
10482         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10483         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10484         Remove.
10485         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10486         * tests/wrapsh.in, tests/autoupdate.in: New.
10487         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10488         * configure.ac: Build the position independent wrappers.
10490         * man/Makefile.am: Now that test wrappers are position
10491         independent, use them and drop dark envvar magic.
10493 2001-09-23  Akim Demaille  <akim@epita.fr>
10495         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10496         (Programming in M4sh): this.
10497         Promote to @section.
10499 2001-09-23  Akim Demaille  <akim@epita.fr>
10501         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10502         Pass $at_debug_args to the rerun test suite.
10503         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10504         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10505         From Paul Eggert.
10507 2001-09-23  Akim Demaille  <akim@epita.fr>
10509         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10511 2001-09-23  Akim Demaille  <akim@epita.fr>
10513         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10514         over-escaping.
10516 2001-09-23  Akim Demaille  <akim@epita.fr>
10518         * lib/Autom4te/General.pm (&debug): New.
10519         * bin/autom4te.in ($language): Move to...
10520         (parse_args): here.
10521         Handle --language in languages.
10522         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10523         (Autoscan-selections): New.
10524         (Autoconf): Adjust.
10526 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10528         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10529         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10530         to match current versions from CVS Automake.
10532 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10534         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10535         for $LINENO.
10537 2001-09-22  Akim Demaille  <akim@epita.fr>
10539         * lib/autoconf/autotest.m4: Create `package.m4'.
10540         * tests/Makefile.am (package.m4): Remove.
10542 2001-09-22  Akim Demaille  <akim@epita.fr>
10544         Rely on `$LINENO' when possible instead of `__oline__'.
10546         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10547         `$LINENO' support replacement when not supported.
10548         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10549         them explicitly to be sure they are not output before this section
10550         (via m4_require).  Cosmetic only.
10551         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10552         * lib/autoconf/programs.m4: Replace all the occurrences of
10553         `__oline__' with `$LINENO'.
10554         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10556 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10558         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10559         character (u: -> ue) in a code comment.
10560         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10561         it works.
10563 2001-09-21  Akim Demaille  <akim@epita.fr>
10565         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10566         Suggested by Jim Meyering.
10568 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10570         * lib/autoconf/programs.m4: Use extensions listed in
10571         $ac_executable_extensions when looking for programs.
10573 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10575         * lib/autoconf/general.m4: Fix a small Englisho.
10576         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10577         setting up ac_dir_suffix and ac_top_builddir.
10578         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10580 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10582         * doc/autoconf.texi (File System Conventions): Clarify the use of
10583         PATH_SEPARATOR.
10584         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10585         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10586         be used instead of ':'.
10587         * lib/autotest/general.m4: Replace occurrences of ':' in
10588         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10590 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10592         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10593         arguments.  Fixed a typo.
10595 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10597         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10598         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10600 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10602         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10603         * bin/autoupdate.in: Ditto.
10604         * bin/autoheader.in: Reworded a few comments.
10605         * bin/autoconf.in: Reworded help text for a few options.
10606         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10607         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10609 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10611         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10612         already have $file).  Set output files to binary mode (helps avoid
10613         CR issues on DOSish systems).
10615 2001-09-19  Akim Demaille  <akim@epita.fr>
10617         * lib/autotest/general.m4: Englishoes.
10618         From Tim Van Holder and Alexey Mahotkin.
10620 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10622         * doc/autoconf.texi (Common Shell Constructs): New node,
10623         documenting AS_DIRNAME.
10624         (Limitations of Usual Tools): Refer to it when discussing dirname.
10625         Also, update discussion of POSIX standard to reflect latest draft.
10627         * lib/autoconf/c.m4:
10628         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
10630         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10631         Do not pass a first argument with leading '-'
10632         to expr, by parenthesizing initial integers that might be negative.
10634         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
10635         now merely checks whether it is an error to pass an argument
10636         to getpgrp.
10638         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
10639         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
10640         whether it is a (compile-time) error to pass an argument to
10641         getpgrp.  This simpler test supports the revised documentation,
10642         and is all that AC_FUNC_GETPGRP's users really need.
10644 2001-09-18  Akim Demaille  <akim@epita.fr>
10646         * doc/autoconf.texi (Limitations of Make) <$<>: New.
10648 2001-09-18  Akim Demaille  <akim@epita.fr>
10650         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
10651         `{}'.
10652         * lib/autotest/general.m4 (AT_INIT): Adjust.
10654 2001-09-18  Paul Wagland  <paul@wagland.net>
10656         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
10657         correctly.
10658         Add test for AS_BASENAME.
10659         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
10660         added test. It now correctly handles /1/2/3/, returning '3' not ''.
10661         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
10662         * tests/base.at: Fixed the expected responses. The old ones were
10663         one line out...
10664         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
10665         the documentation claims it should (and how it behaved in 2.13).
10667 2001-09-18  Akim Demaille  <akim@epita.fr>
10669         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
10670         the AC_CONFIG_COMMANDS invocation.
10671         This also solves the name clash problems.
10672         Don't set the package's ID.
10673         * lib/m4sugar/Makefile.am (version.m4): Revamp.
10674         No longer to be shipped.
10675         (version.in): Remove.
10676         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
10677         * lib/autoconf/status.m4: Adjust.
10678         Use `m4_PACKAGE_STRING'.
10679         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
10680         the only optional argument is the name of the test suite.
10681         Expect `package.m4' to define the package signature.
10682         * lib/autom4te.in (Autotest): Add `package.m4?'.
10683         * tests/Makefile.am (package.m4): New.
10684         * tests/suite.at: ifnames is a victim.
10686 2001-09-18  Akim Demaille  <akim@epita.fr>
10688         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
10689         AC_LIBSOURCE, AC_CONFIG_FILES.
10690         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
10691         program version string doesn't match the package's.
10692         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
10693         after `(cached)'.
10695 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10697         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10698         Allow expression to return any value that can fit into unsigned long
10699         (not int, as before).  Check for output errors.
10701 2001-09-17  Bruno Haible  <haible@ilog.fr>
10703         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10704         Always include <stdio.h> and <stdlib.h>. Evaluate
10705         the expression in an extra function before these includes. Call
10706         fprintf "%d" only after ensuring the argument is of type 'int'.
10707         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
10709 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10711         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
10712         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
10713         fatal errors, and AC_CHECK_LIB causes it to include libraries even
10714         when they don't exist.
10716         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
10717         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
10718         need it.
10720         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
10721         version with the version used by fileutils 4.1, except use
10722         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
10723         we don't need it.
10725         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
10727 2001-09-13  Akim Demaille  <akim@epita.fr>
10729         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
10730         _first_.
10731         Reported by Gerrit P. Haase.
10733 2001-09-13  Akim Demaille  <akim@epita.fr>
10735         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
10736         m4_defn'ing is valid.
10738 2001-09-13  Akim Demaille  <akim@epita.fr>
10740         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
10741         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
10742         Use it.
10744 2001-09-13  Akim Demaille  <akim@epita.fr>
10746         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
10747         m4_match.
10748         (m4_re_escape): New.
10749         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
10750         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
10751         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
10752         Likewise.
10753         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
10754         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
10755         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
10756         AT_tests_all for consistency.
10757         Set at_victims.
10758         (AT_VICTIMS): Similar to AT_KEYWORDS.
10759         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
10761 2001-09-13  Akim Demaille  <akim@epita.fr>
10763         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
10765 2001-09-13  Akim Demaille  <akim@epita.fr>
10767         * lib/autotest/general.m4 (AT_INIT): Create and remove
10768         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
10769         test suites can cohabit.
10771 2001-09-13  Akim Demaille  <akim@epita.fr>
10773         * tests/mktests.sh: Don't output banners for empty test files.
10775 2001-09-13  Akim Demaille  <akim@epita.fr>
10777         Test suites can be run independently of configure.
10779         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
10780         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
10781         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
10782         ECHO_N etc.
10783         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
10784         and at_c.
10785         * lib/autotest/general.m4: Use ECHO_*.
10787 2001-09-13  Akim Demaille  <akim@epita.fr>
10789         * bin/ifnames.in: Rewrite in Perl.
10790         * configure.ac: Don't look for AWK.
10791         * tests/tools.at (AWK portability): Remove.
10792         (Syntax of the shell scripts): Don't check ifnames.
10793         (AT_CHECK_PERL_SYNTAX): New.
10794         (Syntax of the Perl scripts): Check ifnames.
10795         * tests/ifnames: New.
10797 2001-09-13  Akim Demaille  <akim@epita.fr>
10799         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
10800         test group titles.
10801         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
10802         Remove all the other keywords.
10804 2001-09-10  Akim Demaille  <akim@epita.fr>
10806         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
10807         SETUP: no longer used.
10808         Support -k, --keywords.
10809         <at_help>: Be `no', `short', or `long'.
10810         <at_help_all>: New variable.
10811         (AT_KEYWORDS): New.
10812         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
10813         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
10814         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
10815         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
10816         No longer fill the HELP diversion.
10817         (AT_CLEANUP): Use them.
10818         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
10819         (m4_list_append): Remove.
10821         Spread a few keywords in the Autoconf test suite.
10823 2001-09-10  Akim Demaille  <akim@epita.fr>
10825         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
10826         PATH_SEPARATOR, let M4sh compute it.
10827         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
10828         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
10829         Move to...
10830         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
10831         Simplify when the path is not a literal.
10832         (AS_UNAME): Use it to report PATH.
10833         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
10834         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
10835         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
10836         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
10837         normalize the path, and to look for victims.
10838         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
10839         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
10841 2001-09-07  Akim Demaille  <akim@epita.fr>
10843         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
10844         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
10845         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
10846         related variables into `at_package_*'.
10847         * lib/autotest/general.m4 (AT_VICTIMS): New.
10848         (AT_INIT): Adjust for stand-alone/embedded test suites.
10849         (AS_MESSAGE_LOG_FD): Define and use it.
10850         * tests/suite.at (AT_VICTIMS): Use it.
10851         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
10852         at_version.
10854 2001-09-07  Akim Demaille  <akim@epita.fr>
10856         Move toward possibly stand-alone test suites.
10858         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
10859         in addition, it introduces useless differences in logs.
10860         (AT_INIT): Let atconfig and atlocal be both optional.
10861         Adjust PATH computation.
10862         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
10864 2001-09-07  Akim Demaille  <akim@epita.fr>
10866         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
10867         m4sugar/version.m4.
10869 2001-09-05  Akim Demaille  <akim@epita.fr>
10871         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
10872         to avoid GCC warnings.
10873         From Uwe Seimet.
10875 2001-09-05  Akim Demaille  <akim@epita.fr>
10877         * bin/autom4te.in: --language is -l, not -s.
10879 2001-09-05  Akim Demaille  <akim@epita.fr>
10881         Be ready to handle filenames as stupid as `dnl.at', for if even
10882         the maintainer is dumb enough to do that...
10884         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
10885         excellence in M4 quotation: consider `__file__' is active.
10887         And BTW, when invoking m4, pass the --include in the right order:
10888         the wrong one.
10890         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
10891         4m.
10893 2001-09-05  Akim Demaille  <akim@epita.fr>
10895         * lib/Autom4te/XFile.pm: New lib file.
10896         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
10897         * bin/autoheader.in: Use it.
10899 2001-09-05  Akim Demaille  <akim@epita.fr>
10901         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
10902         defined.
10904 2001-09-05  Akim Demaille  <akim@epita.fr>
10906         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
10907         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
10909         * bin/autoscan.in: Use `getopt' and `find_files' etc.
10910         Add -I, --include support.
10911         * doc/autoconf.texi (autoscan Invocation): Adjust.
10913 2001-09-05  Akim Demaille  <akim@epita.fr>
10915         CVS GNU M4 doesn't like `undefine(undefined)'.
10917         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
10918         New, extracted from main.
10919         Use IO::File wherever possible.
10920         (input.m4): Be constant, use -I instead of hard coding $tmp.
10921         Therefore be a quoted heredoc.
10922         Don't invoke `_au_disable', since ac was not loaded, but just
10923         `unm4.m4'.
10925 2001-08-31  Akim Demaille  <akim@epita.fr>
10927         Version 2.52d.
10929 2001-08-31  Akim Demaille  <akim@epita.fr>
10931         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
10932         previous patch.
10933         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
10935 2001-08-31  Akim Demaille  <akim@epita.fr>
10937         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
10938         serious problems handling heredocs in heredocs.
10939         Reported by Nicolas Joly.
10941 2001-08-31  Akim Demaille  <akim@epita.fr>
10943         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
10944         (Making testsuite Scripts): Update.
10946 2001-08-31  Akim Demaille  <akim@epita.fr>
10948         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
10950 2001-08-31  Akim Demaille  <akim@epita.fr>
10952         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
10953         (testsuite Scripts): There is no such thing as `atconfig.in'.
10954         And actually one diagram is missing: test suite runtime.
10956 2001-08-31  Akim Demaille  <akim@epita.fr>
10958         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
10959         inverse order.
10961 2001-08-31  Akim Demaille  <akim@epita.fr>
10963         * bin/autoupdate.in (@include): `installcheck' revealed the path
10964         to m4sugar was lacking!
10966 2001-08-31  Akim Demaille  <akim@epita.fr>
10968         * man/Makefile.am (.x.1): We really have to pass
10969         autom4te_perllibdir.
10971 2001-08-31  Akim Demaille  <akim@epita.fr>
10973         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
10974         debug scripts, in particular passing explicitly listed tests to
10975         run is stupid.
10977 2001-08-31  Akim Demaille  <akim@epita.fr>
10979         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
10980         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
10981         Use directly autom4te, not autoconf.
10982         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
10984 2001-08-31  Akim Demaille  <akim@epita.fr>
10986         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
10987         * bin/autoheader.in (%symbol): Strip arguments of macros.
10989 2001-08-31  Akim Demaille  <akim@epita.fr>
10991         * doc/autoconf.texi: Catch up -I, --include changes.
10993 2001-08-31  Akim Demaille  <akim@epita.fr>
10995         * bin/autom4te.in (&parse_args): Die on unknown languages.
10996         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
10997         need for autoconf.
10998         Promote --include over --macrodir and other obsolete options.
11000 2001-08-31  Akim Demaille  <akim@epita.fr>
11002         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11003         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11004         * bin/autom4te.in ($autoconf): Pass --force.
11005         `print $out' doesn't print `$_' but `$out'.
11006         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11007         (autoheader): Pass --force since the test suite goes too fast for
11008         the time stamps.
11009         Adjust to the new autoheader messages.
11011 2001-08-31  Akim Demaille  <akim@epita.fr>
11013         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11014         Check the completeness of the #template.
11015         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11016         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11017         invocation.
11019 2001-08-31  Akim Demaille  <akim@epita.fr>
11021         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11022         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11023         Drop AC_MACRODIR dead for real.
11024         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11025         `autoheader: `config.hin' is created'.
11026         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11028 2001-08-31  Akim Demaille  <akim@epita.fr>
11030         * bin/autoheader.in: Rewrite in Perl.
11031         * tests/autoheader: Adjust.
11033 2001-08-31  Akim Demaille  <akim@epita.fr>
11035         * bin/autoconf.in (--include, -I): New option.
11036         Map --localdir, --autoconf-dir onto it.
11037         Forward autom4te's options instead of interpreting them.
11038         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11039         There is no such envvar since the inception of autom4te.cfg.
11040         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11041         * bin/autoupdate.in: Adjust, and perform more control.
11042         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11043         * tests/autoconf: Dittowise.
11045 2001-08-31  Akim Demaille  <akim@epita.fr>
11047         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11048         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11049         optionally `FILE'.
11050         Use -e, not -f, since /dev/null for instance is OK.
11051         (&parse_args): Adjust.
11052         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11054 2001-08-31  Akim Demaille  <akim@epita.fr>
11056         * configure.ac: Also find tested executables in bin.
11057         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11058         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11059         installed peer executables, only PATH is allowed to resolve it.
11060         Pass `autoconf_dir' via options, not via invisible envvars.
11061         * lib/Autom4te/General.pm (&find_peer): Remove.
11062         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11063         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11064         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11065         find the executables for it.
11066         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11067         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11068         We only need PERL.
11069         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11070         indeed related to running the test suite, while passing
11071         --autoconf-dir and others is related to running non installed
11072         Autoconf executables.  So don't do that, leave it to...
11073         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11074         * tests/autoscan: New.
11075         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11076         refer to library files: rely on --language.
11078 2001-08-29  Akim Demaille  <akim@epita.fr>
11080         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11081         s/--set/--language/.
11083 2001-08-29  Akim Demaille  <akim@epita.fr>
11085         * doc/autoconf.texi: Strip the @nodes.
11086         Suggested by Paul Eggert.
11087         (Initializing configure): Typo.
11089 2001-08-29  Akim Demaille  <akim@epita.fr>
11091         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11092         Suggested by Paul Eggert.
11094 2001-08-29  Akim Demaille  <akim@epita.fr>
11096         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11097         download in a tmp dir.
11099 2001-08-29  Akim Demaille  <akim@epita.fr>
11101         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11102         case insensitive OSes out there :(
11103         From Tim Van Holder.
11105 2001-08-29  Akim Demaille  <akim@epita.fr>
11107         * lib/autom4te.in: New.
11108         * lib/Makefile.am (edit, autom4te.cfg): New.
11109         * bin/autom4te.in (BEGIN): Simplify.
11110         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11111         (&load_configuration): New.  Use it.
11112         (&parse_args): Support --mode, --set, and --melt.
11113         * bin/autoconf.in: Simplify and adjust.
11114         * tests/Makefile.am (AUTOMAKE): Use --set.
11115         * tests/atlocal.in: Adjust.
11116         * BUGS: distcheck and check are weak.
11118 2001-08-29  Akim Demaille  <akim@epita.fr>
11120         * lib/autotest/general.m4: Use
11121                 foo=`(command) 2>/dev/null`
11122         not
11123                 foo=`command` 2>/dev/null
11124         (at-devnull): Rename as...
11125         (AT-devnull): this.
11126         (--clean): Remove AT-* files too.
11127         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11128         Reported by Nicolas Joly.
11130 2001-08-28  Akim Demaille  <akim@epita.fr>
11132         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11133         quotes inside single quotes.
11134         Reported by Nicolas Joly.
11136 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11138         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11140 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11142         * lib/autotest/general.m4: Reword some messages.
11143         (AT_INIT): Check for the `times' builtin before using it.
11144         Support test ranges as arguments to the testsuite.
11145         Have -e imply -d as the help text suggested.
11147 2001-08-27  Akim Demaille  <akim@epita.fr>
11149         * Makefile.maint: Formatting changes.
11150         (do-po-update, po-update, cvs-update, update): New targets.
11151         (AMTAR): Remove.
11153 2001-08-27  Akim Demaille  <akim@epita.fr>
11155         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11156         <at_cmd_line>: New.
11157         Pass it to debug-*.sh scripts.
11158         <AUTOTEST_PATH>: May contain absolute dir names.
11160 2001-08-27  Akim Demaille  <akim@epita.fr>
11162         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11163         Support `VAR=VAL' as arguments.
11164         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11165         may be set via the command line.
11167 2001-08-27  Akim Demaille  <akim@epita.fr>
11169         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11170         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11171         first the build dirs, then the src dirs.
11172         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11174 2001-08-27  Akim Demaille  <akim@epita.fr>
11176         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11177         at_data_files earlier.
11178         (--clean, -c): New option.
11179         * tests/Makefile.am: Use this option.
11181 2001-08-27  Akim Demaille  <akim@epita.fr>
11183         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11184         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11185         readable.
11186         Adjust callers.
11187         * doc/autoconf.texi (Configuration Actions): Document the vars
11188         available in commands.
11189         Emphasize the risks of collisions in init-cmds.
11191 2001-08-27  Akim Demaille  <akim@epita.fr>
11193         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11194         (Initializing configure): this new node.
11196 2001-08-27  Akim Demaille  <akim@epita.fr>
11198         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11200 2001-08-27  Akim Demaille  <akim@epita.fr>
11202         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11203         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11204         New file.
11205         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11207 2001-08-27  Akim Demaille  <akim@epita.fr>
11209         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11210         to...
11211         * lib/autoconf/autoheader.m4: this new file.
11212         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11213         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11214         Move to...
11215         * lib/autoconf/autoupdate.m4: this new file.
11217 2001-08-27  Akim Demaille  <akim@epita.fr>
11219         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11220         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11221         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11222         -> ac_dir).
11223         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11224         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11226 2001-08-27  Akim Demaille  <akim@epita.fr>
11228         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11229         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11230         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11231         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11232         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11233         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11234         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11235         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11236         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11237         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11238         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11239         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11240         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11241         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11242         (_AC_OUTPUT_SUBDIRS): Move to...
11243         * lib/autoconf/status.m4: this new file.
11244         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11245         * tests/Makefile.am, tests/suite.at: Adjust.
11247 2001-08-27  Akim Demaille  <akim@epita.fr>
11249         Automake 1.5.
11251         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11252         (AMTAR): Help automake define it.
11253         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11254         needed, 1.5 can have a macro and a target with the same name.
11255         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11256         * m4/strip.m4: New.
11257         * m4/init.m4, m4/sanity.m4: Update.
11258         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11259         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11260         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11261         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11263 2001-08-27  Akim Demaille  <akim@epita.fr>
11265         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11267         * lib/autoconf/version.in: Remove.
11268         * lib/m4sugar/version.in: New.
11269         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11270         Adjust callers.
11271         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11272         the name of the directory they're in, instead of the filename,
11273         since version.m4 is now in m4sugar, but m4_acversion must not be
11274         classified as an Autoconf macro.
11275         ($input_m4): Don't qualify the path to m4sugar.
11276         Rather, pass autoconf_dir to m4.
11277         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11278         * tests/suite.at: Require 2.52c.
11280 2001-08-27  Akim Demaille  <akim@epita.fr>
11282         testsuite.log should include config.log.
11284         * lib/autotest/autotest.m4: New.
11285         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11286         * tests/suite.at : Adjust.
11287         (AT_INIT): Log config.log.
11288         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11289         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11290         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11291         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11292         of config.log on traps.
11293         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11294         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11295         for config.status'.
11296         Open the log as soon as possible.
11297         Use the same log introduction as configure's.
11299 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11301         * doc/autoconf.texi (Indices): New node.
11302         Move indices out of the top level menu and into this submenu.
11304 2001-08-22  Akim Demaille  <akim@epita.fr>
11306         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11307         AC_TRY_COMMAND.
11308         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11310 2001-08-22  Akim Demaille  <akim@epita.fr>
11312         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11313         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11314         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11315         * lib/autoconf/programs.m4: here.
11316         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11317         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11318         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11319         * lib/autoconf/programs.m4: here.
11320         (_AC_DECL_YYTEXT): Rename as...
11321         (_AC_PROG_LEX_YYTEXT_DECL): this.
11322         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11323         * tests/Makefile.am, tests/suite.am: Adjust.
11325 2001-08-22  Akim Demaille  <akim@epita.fr>
11327         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11328         Move to...
11329         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11330         here.
11331         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11332         * lib/autoconf/functions.m4: here.
11333         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11334         (AH_CHECK_LIB): Move to...
11335         * lib/autoconf/libs: this new file.
11336         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11337         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11338         * lib/autoconf/libs.m4: here.
11339         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11341 2001-08-22  Akim Demaille  <akim@epita.fr>
11343         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11344         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11345         (AC_SITE_LOAD): Better logging of config.site.
11347 2001-08-20  Akim Demaille  <akim@epita.fr>
11349         * configure.ac (AT_CONFIG): Fix the path.
11350         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11351         can be used.
11353 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11355         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11356         program with AC_LANG_PROGRAM before feeding it to
11357         AC_COMPILE_IFELSE.  Cleanup grep usage.
11359 2001-08-20  Akim Demaille  <akim@epita.fr>
11361         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11362         * NEWS, README, README-alpha, TODO, tests/README: This package is
11363         `Autoconf', not `autoconf' (the executable).
11365 2001-08-20  Akim Demaille  <akim@epita.fr>
11367         Info readers seem to need `Index' in the index node title :(
11369         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11370         simplified index node names.
11372 2001-08-20  Akim Demaille  <akim@epita.fr>
11374         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11375         arguments are not literals.
11376         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11377         Specify the output variables, and macros defined.
11379 2001-08-20  Akim Demaille  <akim@epita.fr>
11381         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11382         (Examining Syntax) <AC_TRY_COMPILE>
11383         (Examining Libraries) <AC_TRY_LINK>
11384         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11385         their arguments.
11386         Reported by Werner Lemberg.
11388 2001-08-20  Akim Demaille  <akim@epita.fr>
11390         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11391         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11392         Load atlocal late enough to dump it in the log.
11393         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11395 2001-08-20  Akim Demaille  <akim@epita.fr>
11397         * tests/torture.at (Configuring subdirectories): New test.
11398         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11399         looking for.
11400         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11401         (top_srcdir): Fix its computation.
11403 2001-08-20  Akim Demaille  <akim@epita.fr>
11405         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11406         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11407         test suite lives.
11408         Create `atconfig' automagically.
11409         Configure atlocal.in if present.
11410         * tests/atconfig.in: Remove.
11411         * tests/atlocal.in: New.
11412         * tests/Makefile.am: Adjust.
11414 2001-08-20  Akim Demaille  <akim@epita.fr>
11416         Huh!?!?!  There are still some user EOF tags used, which prevents
11417         their use in AC_CONFIG_COMMANDS for instance...
11419         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11420         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11421         `_CSEOF', or `_ATEOF', as appropriate.
11422         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11423         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11425 2001-08-20  Akim Demaille  <akim@epita.fr>
11427         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11428         * tests/semantics.at, tests/tools.at, tests/torture.at:
11429         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11431 2001-08-20  Akim Demaille  <akim@epita.fr>
11433         Autotest invokes M4sh's initialization.
11435         * lib/autotest/general.m4: Adjust the diversion names.
11436         (AT_INIT): Run AS_INIT.
11437         Use the BINSH diversion to invoke /bin/sh.
11438         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11439         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11441 2001-08-20  Akim Demaille  <akim@epita.fr>
11443         Let M4sh have its own diversions.
11445         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11446         (_m4_divert(NOTICE)): Rename as...
11447         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11448         (_m4_divert(HEADER-COMMENT)): these.
11449         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11450         (_m4_divert(NOTICE)): New, for Libtool.
11451         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11452         long ago with `_m4_divert(GROW)'.
11453         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11455 2001-08-20  Akim Demaille  <akim@epita.fr>
11457         * tests/base.at, tests/compile.at, tests/foreign.at,
11458         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11459         * tests/semantics.at, tests/suite.at, tests/tools.at,
11460         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11462 2001-08-20  Akim Demaille  <akim@epita.fr>
11464         * bin/autom4te.in (handle_output): Handle @__@.
11466 2001-08-20  Akim Demaille  <akim@epita.fr>
11468         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11469         * lib/autotest/general.m4: Adjust the license.
11471 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11473         * doc/autoconf.texi (Function Portability): Mention snprintf,
11474         following up on a suggestion by Kevin Ryde.
11476 2001-08-17  Akim Demaille  <akim@epita.fr>
11478         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11479         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11481 2001-08-17  Akim Demaille  <akim@epita.fr>
11483         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11484         `$0.log' as for projects where testsuite is in src, we'd have
11485         testsuite.log created in src.
11487 2001-08-17  Akim Demaille  <akim@epita.fr>
11489         * bin/autom4te.in (&parse_args): Recognize --normalize.
11491 2001-08-17  Akim Demaille  <akim@epita.fr>
11493         Start implementing the AC_CHECK_HEADER transition scheme.
11495         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11496         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11497         (AC_CHECK_HEADER): Use them.
11499 2001-08-17  Akim Demaille  <akim@epita.fr>
11501         * doc/autoconf.texi: Work around Texinfo buglets.
11502         (Transformation Rules): One example is enough, users are expected
11503         to have their brains on. And BTW, use DESTDIR.
11504         (dvar): New macro.  Use it.
11506 2001-08-17  Akim Demaille  <akim@epita.fr>
11508         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11509         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11510         looking for ChangeLogs.
11512 2001-08-17  Akim Demaille  <akim@epita.fr>
11514         * bin/autom4te.in: --normalize is a new option.
11515         * bin/autoconf.in: Use it.
11517 2001-08-17  Akim Demaille  <akim@epita.fr>
11519         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11520         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11522 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11524         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11525         start, not at end.
11527 2001-08-15  Akim Demaille  <akim@epita.fr>
11529         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11530         Use it.
11532 2001-08-15  Akim Demaille  <akim@epita.fr>
11534         * doc/autoconf.texi (pr): New index.
11535         (prindex, findex): Use, merge, and output them.
11536         (Environment Variable Index, Output Variable Index)
11537         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11538         (Autotest Macro Index): Rename as...
11539         (Environment Variables, Output Variables,Preprocessor Symbols)
11540         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11541         * doc/install.texi: Use @command.
11542         (Environment Variables): Rename as...
11543         (Defining Variables): this.
11545 2001-08-15  Akim Demaille  <akim@epita.fr>
11547         * doc/autoconf.texi (Function Portability): sprintf's return
11548         value.
11549         From Kevin Ryde.
11551 2001-08-15  Akim Demaille  <akim@epita.fr>
11553         * Makefile.maint (CVS): New.
11554         (local-check): Run changelog-check. last.
11555         (alpha): Don't depend upon local-check, since...
11556         (cvs-dist): depends upon it.
11558 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11560         * tests/Makefile.am: Use a clean-local rule to remove
11561         autom4te.cache (it's a directory, not a file.
11562         * Makefile.am: Ditto (but maintainer-clean-local).
11564 2001-08-15  Akim Demaille  <akim@epita.fr>
11566         * bin/autom4te.in (@m4_warning): New.
11567         (&handle_m4): Use it.
11568         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11569         warnings are issued at each run.
11570         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11571         is in the src tree.
11573 2001-08-15  Akim Demaille  <akim@epita.fr>
11575         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11576         don't waste time running `autoupdate --version' works.
11577         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11579 2001-08-13  Akim Demaille  <akim@epita.fr>
11581         * doc/autoconf.texi (ma): Rename this index as...
11582         (ac): this.
11584 2001-08-13  Akim Demaille  <akim@epita.fr>
11586         * Makefile.am: Remove dead code and dead comments.
11587         (pdf, html): New targets.
11588         * doc/autoconf.texi (Using Autotest): New chapter.
11589         * doc/Makefile.am (pdf): New targets.
11590         (CLEANFILES): Adjust.
11592 2001-08-13  Akim Demaille  <akim@epita.fr>
11594         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11595         duration of the test suite.
11597 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11599         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11600         endianness for comparison instead of relying on AT_CHECK_ENV.
11602 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11604         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11605         to the INSTALL file.
11607 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11609         * NEWS: The autoconf manual now is distributed under the terms
11610         of the GNU Free Documentation License.
11612         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11613         Add an appendix "Copying This Manual" for the FDL.
11615         * doc/fdl.texi: New file, from
11616         <http://www.gnu.org/licenses/fdl.texi>.
11618         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11620 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11622         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11623         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11624         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11625         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11626         m4/sanity.m4, tests/README, tests/aclocal.m4,
11627         tests/atspecific.m4, tests/base.at, tests/compile.at,
11628         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
11629         tests/semantics.at, tests/suite.at, tests/tools.at,
11630         tests/torture.at: Add copyright notice.
11632         * tests/mktests.sh: Update year in copyright notice.
11634 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11636         * tests/semantics.at (AC_C_BIGENDIAN): New test.
11638 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11640         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
11641         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
11642         * doc/autoconf.texi (C Compiler Characteristics): Update
11643         documentation for AC_C_BIGENDIAN.
11645 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11647         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
11648         magic values from an object file when cross-compiling.
11649         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
11651 2001-08-10  Akim Demaille  <akim@epita.fr>
11653         * bin/autom4te.in (&handle_output): Don't use `grep' with side
11654         effects.
11655         Suggested by Russ Allbery.
11657 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
11659         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
11660         current $prefix to the sub-configures.
11662 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
11664         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
11665         extension (needed on BeOS).  Reported by Guido van Rossum.
11667 2001-08-09  Akim Demaille  <akim@epita.fr>
11669         * bin/autom4te.in ($icache): Load it only if older than autom4te.
11671 2001-08-07  Akim Demaille  <akim@epita.fr>
11673         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
11674         removed.
11675         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
11676         No need to remove the files before and after the each test, before
11677         each test and at the end of the suite is enough.
11678         Display only the children `times', not the shell's.
11679         If the test failed or was skipped, at-times is not available.
11681 2001-08-07  Akim Demaille  <akim@epita.fr>
11683         Always produce testsuite.log, including when there are no
11684         failures.  This helps getting information on skipped tests, and
11685         duration of the tests.  Err, implement the latter btw.
11687         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
11688         Dump information on the first run of each test.
11689         (AT_CLEANUP): Create `at-times' containing the duration of the
11690         test group.
11692 2001-08-07  Akim Demaille  <akim@epita.fr>
11694         The use of `dumpstat' revealed that `len' was used although it
11695         should not.  m4_text_wrap was using it, but in the Autoconf world
11696         where it is legal.  Hence (i) test M4sh in its own world, not
11697         Autoconf's, and (ii), ahem, fix the bug :)
11699         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
11700         does not like `' instead of [].
11701         (AT_INIT): Forbid `^_?AT_'.
11702         And don't output such tokens.
11703         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
11704         `script.as', and `autom4te.cache'.
11705         Remove `empty' and `macro' which are no longer used.
11706         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
11707         * tests/m4sugar.at: Use it.
11708         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
11710 2001-08-07  Akim Demaille  <akim@epita.fr>
11712         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
11714 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
11716         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
11718 2001-08-04  Akim Demaille  <akim@epita.fr>
11720         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
11721         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
11722         AC_TRY_LINK.
11723         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
11724         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
11725         (AC_F77_MAIN): Likewise.
11727 2001-08-04  Akim Demaille  <akim@epita.fr>
11729         Don't rely on M4sugar outputting the patterns in files, since we
11730         might process the output _without_ running m4, hence without these
11731         files.
11733         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
11734         * bin/autom4te.in (@Request::includes): Remove, unused.
11735         (@Request::source): Rename as...
11736         (@Request::input): this.
11737         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
11738         (&handle_output): Fetch the patterns from the traces.
11739         `$forbidden' and `$allowed' are constant: use m//o.
11740         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
11741         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
11743 2001-08-04  Akim Demaille  <akim@epita.fr>
11745         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
11746         autoconf', i.e., in addition to caching traces, cache the output.
11748         * bin/autom4te.in (Request::cache): Rename as...
11749         (Request::id): this.
11750         ($cache, $icache, $tcache, $ocache): New.
11751         (&handle_m4): Save M4 output in the cache instead of $tmp.
11752         (&handle_output): Adjust.
11753         (&up_to_date_p): Check that the output cache is up to date too.
11754         (top level): Run `&handle_m4' iff force or the cache is invalid.
11755         Run `&handle_output' if the output cache is more recent.
11757 2001-08-04  Akim Demaille  <akim@epita.fr>
11759         * bin/autom4te.in ($force): New.
11760         (&parse_args, &print_usage): -f, --force is a new option.
11761         (&handle_output): CPP directives might have spaces after `#'.
11762         (&parse_args): The first file only can be frozen.
11764 2001-08-04  Akim Demaille  <akim@epita.fr>
11766         Don't let autom4te compute the `include' traces several times:
11767         first check that the trace cache file is up to date, and then
11768         compare its timestamp with that of the output.
11770         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
11771         the preamble.  Don't require 5.005 as Autom4te::General does it,
11772         and better yet (use `use', not `require'!).
11773         * lib/Autom4te/Struct.pm: Rename the last occurrences of
11774         Class::Struct as Autom4te::Struct.
11775         * lib/Autom4te/General.pm (File::stat): Use it.
11776         (&mtime): New, export it.
11777         * bin/autom4te.in: Use it.
11778         Declare `$req' is invalid if it is outdated.
11779         Don't declare it valid before saving it if something went wrong.
11781 2001-08-04  Akim Demaille  <akim@epita.fr>
11783         Autom4te shall not encode Autoconf data, and preselecting traces
11784         must be proposed to the users.
11786         * bin/autom4te.in (@required_trace): Remove.
11787         (@preselect): New.
11788         (&parse_args, &print_usage): -p, --preselect is a new option.
11789         (&up_to_date_p): Adjust.
11790         * bin/autoconf.in: Preselect some Autoconf macros.
11792 2001-08-04  Akim Demaille  <akim@epita.fr>
11794         * tests/tools.at (autoconf --trace: user macros): Check traces on
11795         macros invoked without arguments, and macros invoked with multiple
11796         lines arguments.
11798 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
11800         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
11801         arguments.
11803 2001-08-03  Akim Demaille  <akim@epita.fr>
11805         * bin/autoconf.in ($@): Work around the usual sh bug.
11806         From Nicolas Joly.
11808 2001-08-03  Akim Demaille  <akim@epita.fr>
11810         Clean up the handling of the M4 builtins tracing exception.
11812         * bin/autom4te.in (Request::request): Don't complete M4 builtins
11813         trace requests.
11814         (@m4_builtins): Rename as...
11815         (@m4_builtin): this.
11816         (%m4_builtin_alternate_name): New.
11817         (&parse_args): Complete the trace requests with alternate names.
11818         (&handle_traces): Hence no longer do it here.
11819         (&trace_requests): Remove, unused.
11821 2001-08-03  Akim Demaille  <akim@epita.fr>
11823         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
11824         m4_if, and m4_wrap.
11826 2001-08-03  Akim Demaille  <akim@epita.fr>
11828         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
11829         (m4_divert_pop): Dump the whole diversion stack when a diversion
11830         mismatch happens.
11831         * bin/autom4te.in (&handle_output): Remember of the first
11832         occurrence of a possibly undefined macro, not the last.
11833         Complain about the possibly undefined macros in the same order as
11834         the appear in the output.
11835         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
11836         * tests/tools.at (autoconf: forbidden tokens, basic)
11837         (autoconf: forbidden tokens, exceptions): No longer sort
11838         autoconf's stderr, as it is now deterministic.
11839         Check that `dnl' is caught.
11841 2001-08-01  Akim Demaille  <akim@epita.fr>
11843         * configure.ac: Bump to 2.52c.
11845 2001-08-01  Akim Demaille  <akim@epita.fr>
11847         Version 2.52b.
11849         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
11851 2001-08-01  Akim Demaille  <akim@epita.fr>
11853         Version 2.52a.
11855 2001-08-01  Akim Demaille  <akim@epita.fr>
11857         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
11858         `die'.
11859         (&END): New.
11860         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
11861         `END', as `Autom4te::General::END' will be triggered.
11862         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
11863         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
11864         system to run `mv', `rm', and `cmp'.
11866 2001-08-01  Akim Demaille  <akim@epita.fr>
11868         * lib/Autom4te/General.pm (&unique): New.
11869         * bin/autoscan.in (&output): Use it to issue trace requests once.
11871 2001-08-01  Akim Demaille  <akim@epita.fr>
11873         * lib/Autom4te/General.pm: New.
11874         * bin/autom4te.in (Autom4te::General): Use it.
11875         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
11876         (&find_configure_ac, &find_slave): Remove.
11877         * bin/autoscan.in: Likewise.
11878         * bin/autoupdate.in: Likewise.
11880 2001-08-01  Akim Demaille  <akim@epita.fr>
11882         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
11883         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
11884         * bin: here, new directory.
11885         * lib/Autoconf: Rename as...
11886         * lib/Autom4te: this, to please case insensitive junkie OSes.
11888 2001-08-01  Akim Demaille  <akim@epita.fr>
11890         * autom4te.in ($m4): Handle the --nesting-limit.
11891         * autoconf.in (M4): Remove.
11893 2001-08-01  Akim Demaille  <akim@epita.fr>
11895         * autoconf.in ($AWK): Remove, no longer used.
11896         * test/tools.at: Use AT_CHECK_AUTOCONF.
11897         (AWK portability): Remove, for autoconf no longer uses AWK.
11898         (Syntax of the Perl scripts): New.
11899         * configure.ac: autoconf no longer needs an AWK with a good
11900         regexp engine.
11901         Use a static test on AC_PACKAGE_VERSION.
11902         * autom4te.in (&up_to_date_p): Output depends on the arguments.
11903         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
11904         * tests/atconfig.in (PERL): New.
11906 2001-08-01  Akim Demaille  <akim@epita.fr>
11908         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
11909         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
11910         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
11911         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
11912         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
11913         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
11914         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
11915         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
11916         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
11917         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
11918         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
11919         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
11920         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
11921         * lib/autoconf/c.m4: here, new file.
11923         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
11924         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
11925         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
11926         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
11927         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
11928         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
11929         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
11930         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
11931         (AC_F77_FUNC): Move to...
11932         * lib/autoconf/fortran.m4: here, new file.
11934 2001-08-01  Akim Demaille  <akim@epita.fr>
11936         * acfunctions.m4: Rename as...
11937         * lib/autoconf/functions.m4: this.
11938         * acgeneral.m4: Rename as...
11939         * lib/autoconf/general.m4: this.
11940         * acheaders.m4: Rename as...
11941         * lib/autoconf/headers.m4: this.
11942         * aclang.m4: Rename as...
11943         * lib/autoconf/lang.m4: this.
11944         * acoldnames.m4: Rename as...
11945         * lib/autoconf/oldnames.m4: this.
11946         * acspecific.m4: Rename as...
11947         * lib/autoconf/specific.m4: this.
11948         * actypes.m4: Rename as...
11949         * lib/autoconf/types.m4: this.
11950         * autoconf.m4: Rename as...
11951         * lib/autoconf/autoconf.m4: this.
11953         * m4sugar.m4: Rename as...
11954         * lib/m4sugar/m4sugar.m4: this.
11955         * m4sh.m4: Rename as...
11956         * lib/m4sugar/m4sh.m4: this.
11958         * tests/atgeneral.m4: Rename as...
11959         * lib/autotest/general.m4: this.
11961         * acfunctions: Rename as...
11962         * lib/autoscan/functions: this.
11963         * acheaders: Rename as...
11964         * lib/autoscan/headers: this.
11965         * acidentifiers: Rename as...
11966         * lib/autoscan/identifiers: this.
11967         * aclibraries: Rename as...
11968         * lib/autoscan/libraries: this.
11969         * acmakevars: Rename as...
11970         * lib/autoscan/makevars: this.
11971         * acprograms: Rename as...
11972         * lib/autoscan/programs: this.
11974 2001-08-01  Akim Demaille  <akim@epita.fr>
11976         * doc/autoconf.texi: Moving/deleting open files is not portable.
11977         Portability issues for `.' (source), and more information about sed.
11979 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
11981         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
11982         which has a special meaning and is not a reference to libibmil.a.
11983         Reported by Matteo Frigo.
11985 2001-07-25  Pavel Roskin  <proski@gnu.org>
11987         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
11988         output.
11990 2001-07-25  Akim Demaille  <akim@epita.fr>
11992         * autoconf.in: Try to define the variables before using them.
11993         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
11994         instead of `$perllibdir'.
11995         * tests/atconfig.in ($autom4te_perllibdir): Export it.
11997 2001-07-25  Akim Demaille  <akim@epita.fr>
11999         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12001 2001-07-24  Akim Demaille  <akim@epita.fr>
12003         Let autoconf use autom4te for traces.
12005         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12006         autom4te.
12007         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12008         (Because I found no way for autom4te to accept `-').
12009         * autom4te.in (&Request::request): Beware of M4 builtins.
12010         (END): Don't try to remove the content of an empty dir.
12011         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12012         (&handle_output): Set a default value to `$forbidden'.
12013         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12014         ($autoconf): Pass --debug and --verbose.
12015         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12016         cache.
12018 2001-07-24  Akim Demaille  <akim@epita.fr>
12020         Let autoconf use autom4te to create configure.
12022         * autoconf.in ($automate): New var.
12023         (task script): Use autom4te.
12024         * autom4te.in (File::Spec): Use it.
12025         (&find_file): New.
12026         (&parse_args): --warning is -W, not -w.
12027         Find the top level files.
12028         (&handle_m4): Pass the warnings flags.
12029         Don't report verbosely m4's failures, unless requested.
12030         (&handle_output): Don't complain for forbidden tokens in comments.
12031         Be sure to report all the forbidden tokens within a single line.
12032         (&trace_format_to_m4): Preserve `$_'.
12033         (&handle_traces): Sort the output macros.
12034         (&up_to_date_p): Find the files before trying to get its time stamp.
12036 2001-07-24  Akim Demaille  <akim@epita.fr>
12038         * Makefile.am: Ship, build and install Autom4te.
12039         (SUBDIRS): Add lib.
12040         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12041         * configure.in: Require Perl.
12042         * man/autom4te.in: New.
12044 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12046         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12047         example, rather than (exit 1); exit (which isn't portable).
12049 2001-07-18  Akim Demaille  <akim@epita.fr>
12051         Version 2.52.
12053 2001-07-18  Akim Demaille  <akim@epita.fr>
12055         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12056         was run, while they are needed also when it is expanded.
12057         Reported by Nicolas Joly.
12059         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12060         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12061         AC_F77_DUMMY_MAIN being expanded.
12063 2001-07-18  Akim Demaille  <akim@epita.fr>
12065         * configure.in: Bump to 2.51a.
12067 2001-07-17  Akim Demaille  <akim@epita.fr>
12069         Version 2.51.
12071 2001-07-17  Akim Demaille  <akim@epita.fr>
12073         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12074         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12076 2001-07-17  Akim Demaille  <akim@epita.fr>
12078         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12079         used.  Well, then use the prototypes when you can, and runtime as
12080         a last resort.
12081         Reported by Artur Frysiak
12083         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12084         (AC_FUNC_GETPGRP): Use it.
12085         First try to compile with 0-ary or 1-ary calls.
12087 2001-07-17  Akim Demaille  <akim@epita.fr>
12089         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12090         replacement type.
12091         From Paul Eggert.
12093 2001-07-17  Akim Demaille  <akim@epita.fr>
12095         * Makefile.maint: Sync. with cppi 1.10.
12097 2001-07-17  Akim Demaille  <akim@epita.fr>
12099         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12100         AC_F77_DUMMY_MAIN has been run.
12101         From Pavel Roskin and Steven G. Johnson.
12103 2001-07-17  Akim Demaille  <akim@epita.fr>
12105         * configure.in: Rename as...
12106         * configure.ac: this.
12108 2001-07-17  Akim Demaille  <akim@epita.fr>
12110         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12111         rules.
12112         From Marc Espie.
12113         * Makefile.maint (release-archive-dir): Rename as...
12114         (release_archive_dir): this, so that it can be specialized in
12115         Makefile.
12117 2001-07-14  Akim Demaille  <akim@epita.fr>
12119         * configure.in: Bump to 2.50d.
12121 2001-07-14  Akim Demaille  <akim@epita.fr>
12123         Version 2.50c.
12124         * Makefile.maint (alpha): Typo.
12126 2001-07-14  Akim Demaille  <akim@epita.fr>
12128         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12130 2001-07-14  Akim Demaille  <akim@epita.fr>
12132         * config/config.guess, config/config.sub, config/texinfo.tex
12133         * doc/standards.texi, doc/make-stds.texi: Update.
12135 2001-07-14  Akim Demaille  <akim@epita.fr>
12137         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12139 2001-07-14  Akim Demaille  <akim@epita.fr>
12141         * Makefile.maint (maintainer-check): Rename as...
12142         (maintainer-distcheck): this.
12143         (changelog-check, static-check): New.
12144         Use them.
12146 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12148         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12149         for CXX is g++, not gcc.
12151 2001-07-14  Akim Demaille  <akim@epita.fr>
12153         * doc/autoconf.texi (Files): New subsection.
12155 2001-07-14  Akim Demaille  <akim@epita.fr>
12157         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12158         of...
12159         (Generic Compiler Characteristics): this.
12160         (C++ Compiler): New subsection.
12162 2001-07-14  Akim Demaille  <akim@epita.fr>
12164         * autoscan.in: Use IO::File.
12165         Adjust all the routines to use it.
12166         ($log): New file (autoscan.log).
12167         (output): Dump detailed logs into $log, and a shortened version to
12168         stderr.
12169         (&scan_makefile): Refine the regexp catching tokens in the code.
12170         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12171         and the `configure.ac' checking feature.
12173 2001-07-12  Akim Demaille  <akim@epita.fr>
12175         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12176         Reported by Michael Elizabeth Chastain.
12178         * autoconf.in: Refuse such AWK.
12179         * configure.in: Likewise.
12180         * Makefile.am (acversion.m4): Do not use move-if-change this file
12181         has dependencies.
12182         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12184 2001-07-10  Jens Petersen  <petersen@redhat.com>
12186         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12187         things like "g++", "file.c" and "some-conf" as tokens.
12188         (&scan_file): Match C++ files extensions.
12189         If the filename extension is C++ then ask for c++.
12191 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12193         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12194         AC_TRY_LINK_FUNC, to check whether defining a dummy
12195         main-like routine is needed for linking with F77 libs.
12197 2001-07-05  Pavel Roskin  <proski@gnu.org>
12199         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12200         after using break.
12201         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12202         linking.
12204 2001-07-05  Akim Demaille  <akim@epita.fr>
12206         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12207         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12208         Makes' lives.
12209         Reported by Nicolas Joly.
12211 2001-07-04  Akim Demaille  <akim@epita.fr>
12213         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12214         up.
12215         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12216         warnings from compilers.
12217         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12218         for all the compilers, not only GNU.  Hence move from here...
12219         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12221 2001-07-04  Akim Demaille  <akim@epita.fr>
12223         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12224         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12225         AC_COMPILE_IFELSE.
12227 2001-07-04  Akim Demaille  <akim@epita.fr>
12229         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12230         the ``strings.h'' change claimed below.
12232 2001-07-04  Akim Demaille  <akim@epita.fr>
12234         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12236 2001-07-04  Akim Demaille  <akim@epita.fr>
12238         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12239         strings.h if usable with string.h.
12240         Suggested by Paul Eggert.
12242 2001-07-04  Akim Demaille  <akim@epita.fr>
12244         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12245         From Jens Petersen.
12247 2001-07-03  Akim Demaille  <akim@epita.fr>
12249         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12250         etc. in the log.
12252 2001-07-03  Akim Demaille  <akim@epita.fr>
12254         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12255         compiler, not the preprocessor.
12256         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12257         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12258         the right thing.
12259         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12260         earlier if there are.
12262 2001-07-03  Akim Demaille  <akim@epita.fr>
12264         * autoscan.in ($initfile): Remove.
12265         (&find_file): Rename as...
12266         (&scan_file): this.
12267         Immediately scan the current file, instead of gathering them, and
12268         later having them handled by &scan_files.
12269         (&scan_files): Merely invoke Find::File.
12270         Adjust.
12272 2001-07-02  Akim Demaille  <akim@epita.fr>
12274         * autoscan.in: Formatting changes, matching the invocation order.
12275         (File::Find): Use it instead of Perl 4's `find.pl'.
12276         (&wanted): Rename as...
12277         (&find_file): this.
12279 2001-07-01  Pavel Roskin  <proski@gnu.org>
12281         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12282         break in the argument to AC_TRY_LINK_FUNC.
12283         (AC_F77_MAIN): Remove conftest* after using break in the
12284         argument to AC_TRY_LINK.
12286 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12288         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12289         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12291         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12292         dummy alternate main is required even if the user provides her own
12293         'main'.
12294         (AC_F77_MAIN): New macro to detect whether it is possible to
12295         provide an alternate 'main' function name, using the 'main' from
12296         the Fortran libraries.
12297         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12298         cross-language link tests can be performed successfully.
12299         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12300         after $LIBS, for consistency; this should be the general rule since
12301         the user may want to link to Fortran libraries that require $FLIBS.
12302         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12304 2001-06-29  Pavel Roskin  <proski@gnu.org>
12306         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12307         at-stdout and at-stderr instead of removing the newline
12308         from the echo output, which is not guaranteed to work.
12310 2001-06-28  Jens Petersen  <petersen@redhat.com>
12312         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12313         confdefs.h when non-zero.
12315 2001-06-28  Akim Demaille  <akim@epita.fr>
12317         * configure.in: Bump to 2.50c.
12319 2001-06-26  Akim Demaille  <akim@epita.fr>
12321         Version 2.50b.
12323 2001-06-26  Akim Demaille  <akim@epita.fr>
12325         Version 2.50a.
12327 2001-06-25  Pavel Roskin  <proski@gnu.org>
12329         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12330         argument, AUTOCONF-FLAGS.
12331         * tests/mktests.sh (update_exclude_list): Add
12332         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12333         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12334         AC_FUNC_WAIT3 with "-W no-obsolete".
12336 2001-06-25  Akim Demaille  <akim@epita.fr>
12338         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12340 2001-06-25  Akim Demaille  <akim@epita.fr>
12342         * autoscan.in (%macro): Now maps from word to list of macros.
12343         (&init_tables): Die when a word which is already handled by
12344         explicit macros is mapped to the default macro.
12345         (&print_unique): Remove, inlined in...
12346         (&output_kind): here.
12347         (File::Basename): Use it.
12348         (&output): Sort the CONFIG_FILES.
12349         * acheaders: Normalize.
12350         * acfunctions: Likewise.
12352 2001-06-25  Akim Demaille  <akim@epita.fr>
12354         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12355         characteristics in the logs.
12356         Suggested by Mo DeJong.
12358 2001-06-24  Akim Demaille  <akim@epita.fr>
12360         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12361         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12362         * doc/autoconf.texi (Autoconf 2.13): New section.
12364 2001-06-24  Akim Demaille  <akim@epita.fr>
12366         * autoconf.in (Task traces): Separate the error messages from the
12367         traces to improve robustness.
12369 2001-06-23  Akim Demaille  <akim@epita.fr>
12371         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12372         three as failures are unlikely, and speed matters.
12374 2001-06-23  Akim Demaille  <akim@epita.fr>
12376         * doc/autoconf.texi (Redefined M4 Macros): New.
12378 2001-06-23  Akim Demaille  <akim@epita.fr>
12380         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12381         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12382         5.3.
12384 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12386         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12387         config.status targets to after the evaluation of the INIT-CMDS.
12388         Double quote config.status targets (used to be single quoted).
12390 2001-06-23  Akim Demaille  <akim@epita.fr>
12392         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12393         Check the content of the created file.
12394         Check the ./config.status command line invocation.
12396 2001-06-23  Akim Demaille  <akim@epita.fr>
12398         * tests/foreign.at (Libtool): Reject prehistoric versions.
12400 2001-06-23  Akim Demaille  <akim@epita.fr>
12402         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12403         preexisting files matching a.*.
12405 2001-06-23  Akim Demaille  <akim@epita.fr>
12407         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12408         stderr.
12409         * doc/autoconf.texi (AC_ARG_VAR): Update.
12411 2001-06-21  Akim Demaille  <akim@epita.fr>
12413         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12414         precious variables have changed.
12415         * tests/torture.at (AC_ARG_VAR): Adjust.
12417 2001-06-21  Akim Demaille  <akim@epita.fr>
12419         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12420         but some sed choke on multiple `;', and other tools (e.g.,
12421         Automake), include the separator themselves.
12423         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12425 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12427         * doc/autoconf.texi (Functions Portability): Rename as...
12428         (Function Portability): this.
12429         (Function Portability): Document potential problems with unlink().
12431 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12433         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12435 2001-06-18  Akim Demaille  <akim@epita.fr>
12437         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12439 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12441         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12442         (_AC_FUNC_VFORK): this.
12443         Remove AC_DEFINEs and don't guess cross-compilation values.
12444         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12445         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12446         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12447         vfork doesn't work.
12448         Guess values if cross-compiling, but warn.
12449         * acfunctions: Add AC_FUNC_FORK.
12450         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12451         and vfork appropriately.
12453 2001-06-18  Akim Demaille  <akim@epita.fr>
12455         * doc/autoconf.texi (Functions Portability): New section.
12457 2001-06-18  Akim Demaille  <akim@epita.fr>
12459         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12460         in $M4.
12461         Suggested by Andreas Schwab.
12463 2001-06-18  Akim Demaille  <akim@epita.fr>
12465         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12466         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12467         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12468         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12469         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12470         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12471         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12472         the converse).
12474 2001-06-18  Akim Demaille  <akim@epita.fr>
12476         * doc/autoconf.texi (ms): New index.
12477         (Macro Index): Rename as...
12478         (Autoconf Macro Index): this.
12479         (M4 Macro Index): New appendix.
12480         (Programming in M4): New chapter.
12481         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12482         (Quoting): Rename as...
12483         (M$ Quotation): this.
12484         Be part of `Programming in M4).
12486 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12488         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12489         in separate statements for compatibility with Tru64 v5.1.
12491 2001-06-17  Akim Demaille  <akim@epita.fr>
12493         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12494         current values of the precious variables, not the previously
12495         cached values.
12496         Pass precious variables which are set to config.status.
12497         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12498         * tests/torture.at (AC_ARG_VAR): New.
12500 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12502         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12503         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12504         and explain why and how to replace them.
12505         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12506         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12508 2001-06-15  Akim Demaille  <akim@epita.fr>
12510         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12511         Reported by Bruno Haible.
12513         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12514          (_AC_ARG_VAR_PRECIOUS): to here.
12516 2001-06-15  Pavel Roskin  <proski@gnu.org>
12518         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12519         an unused pointer use cast to this type and `if' statement to
12520         avoid warnings from the compiler.
12521         (AC_HEADER_TIME): Likewise.
12522         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12523         in `if' statement to avoid warnings from the compiler. Declare
12524         ac_aggr static to avoid the need to initialize it.
12526 2001-06-14  Akim Demaille  <akim@epita.fr>
12528         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12529         Macros'.
12531 2001-06-13  Akim Demaille  <akim@epita.fr>
12533         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12534         Suggested by Alexander Mai.
12536 2001-06-13  Akim Demaille  <akim@epita.fr>
12538         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12539         sys/types.h and sys/stat.h, and check for them.
12541 2001-06-13  Akim Demaille  <akim@epita.fr>
12543         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12544         INCLUDES.
12546 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12548         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12549         succeeds and only try adding libdnet upon a failure.
12551 2001-06-12  Akim Demaille  <akim@epita.fr>
12553         * autoscan.in (&output_kind): Output the comment only if it exists.
12554         (%kind_comment): Add entry for `programs'.
12555         (&output_programs): Use &output_kind.
12556         (&output_functions, &output_identifiers, &output_headers)
12557         (&output_programs): Inline, and remove.
12559 2001-06-12  Akim Demaille  <akim@epita.fr>
12561         * autoscan.in (%kind_comment): New.
12562         (output_kind): New.
12563         (output_functions, output_identifiers, output_headers): Use it.
12565 2001-06-12  Akim Demaille  <akim@epita.fr>
12567         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12568         arguments, to factor indirections into `%macro' and `%used'.
12569         (%generic_macro): Fix a typo.
12571 2001-06-12  Akim Demaille  <akim@epita.fr>
12573         * aclibraries: New.
12574         * autoscan.in (@kinds): Add `libraries'.
12575         Use `@kinds' instead of hard coded lists.
12576         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12577         Remove, replaced by...
12578         (%used): this.
12580 2001-06-12  Akim Demaille  <akim@epita.fr>
12582         * autoscan.in (%functions_macros %headers_macros)
12583         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12584         replaced by...
12585         (%macro): New.
12587 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12589         * aclang.m4 (AC_NO_EXECUTABLES): Override
12590         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12592 2001-06-11  Akim Demaille  <akim@epita.fr>
12594         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12595         trailing new line.
12596         Reported by Andreas Schwab.
12598 2001-06-11  Akim Demaille  <akim@epita.fr>
12600         * Makefile.am, Makefile.maint: Typos.
12602 2001-06-09  Akim Demaille  <akim@epita.fr>
12604         * doc/autoconf.texi (Here-Documents): New section, gathering
12605         documentation about here-documents.
12606         Use `href', not `uref', and other changes.
12608 2001-06-09  Akim Demaille  <akim@epita.fr>
12610         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12611         chapter.
12613 2001-06-09  Akim Demaille  <akim@epita.fr>
12615         * doc/autoconf.texi (Limitations of Builtins): Complete the
12616         description of the here-docs penalties with Alexandre Oliva's
12617         explanations.
12619 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12621         * doc/autoconf.texi: Talk about here documents and speedups.
12622         Do not use "echo" on arbitrary strings.
12623         Spell "here-documents" consistently with the standard.
12625 2001-06-09  Akim Demaille  <akim@epita.fr>
12627         * doc/autoconf.texi (Concept Index): Introduce it.
12628         Regenerate the menus.
12630 2001-06-09  Akim Demaille  <akim@epita.fr>
12632         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
12633         * config/prev-version.txt: New.
12634         * config/move-if-change: New, for GNU libc.
12636 2001-06-06  Pavel Roskin  <proski@gnu.org>
12638         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
12640 2001-06-06  Akim Demaille  <akim@epita.fr>
12642         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
12643         properly when $1 is not a literal.
12644         Fixes PR Autoconf/187, reported by Bram Moolenaar.
12646 2001-06-06  Akim Demaille  <akim@epita.fr>
12648         Invoking AC_COPYRIGHT before AC_INIT fails.
12650         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
12651         * acgeneral.m4 (_m4_divert(VERSION_FSF))
12652         (_m4_divert(VERSION_USER)): New.
12653         (AC_COPYRIGHT): $2 is the diversion to use.
12654         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
12655         (AC_INIT): Remove dead comments as now it's commutative.
12657 2001-06-06  Akim Demaille  <akim@epita.fr>
12659         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
12660         PR autoconf/187.
12662 2001-06-05  Akim Demaille  <akim@epita.fr>
12664         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
12665         can be empty.
12666         `*dir' variables cannot be NONE.
12667         Reported by Mark Kettenis.
12669 2001-06-05  Paul Eggert  <eggert@twinsun.com>
12671         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
12673 2001-06-04  Akim Demaille  <akim@epita.fr>
12675         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
12676         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
12677         (AC_TR_SH): Move as...
12678         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
12679         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
12680         (AS_TR_SH): these.
12681         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
12682         (_AS_TR_SH_PREPARE): New.
12683         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
12684         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
12686 2001-06-02  Akim Demaille  <akim@epita.fr>
12688         * Makefile.am (.m4.m4f): Pass the options first.
12689         Fixes PR autoconf/182.
12691 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
12693         GNU getopt, when POSIXLY_CORRECT does not permute options and
12694         arguments.  So pass the options first.
12695         Fixes PR autoconf/184.
12697         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
12698         (run_m4): Remove files.
12699         (run_m4f): Remove.
12700         Update remainder of script to use them.
12701         (for warning in): Do not use a literal comma as it will not be
12702         split by IFS.
12704 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
12706         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
12707         Fortran compilers to check.
12708         (_AC_PROG_F77_V): Add '-###' as a possible option to print
12709         information on library and object files.
12710         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
12711         to check.
12713 2001-06-02  Akim Demaille  <akim@epita.fr>
12715         * autom4te.in (Request::@request): Declare with `vars', not `my',
12716         as it prevents updates via `do FILENAME'.
12718 2001-06-02  Akim Demaille  <akim@epita.fr>
12720         * configure.in (standards_texi): Remove, dead code.
12722 2001-06-02  Akim Demaille  <akim@epita.fr>
12724         * autom4te.in: New.
12726 2001-06-02  Pavel Roskin  <proski@gnu.org>
12728         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
12729         for signals other than 0 - exit with code 1.
12730         * m4sh.m4 (AS_TMPDIR): Likewise.
12731         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
12732         * autoheader.in: Likewise.
12733         * autoreconf.in: Likewise.
12734         * tests/torture.at (Signal handling): New test for the above.
12736 2001-06-01  Akim Demaille  <akim@epita.fr>
12738         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
12739         message.
12741 2001-05-31  Akim Demaille  <akim@epita.fr>
12743         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
12744         Add copyright and comments.
12745         * acheaders: Add stdint.h.
12746         Suggested by Paul Eggert.
12748 2001-05-31  Akim Demaille  <akim@epita.fr>
12750         * atgeneral.m4 (AT_INIT): Use $SHELL.
12751         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
12753 2001-05-31  Akim Demaille  <akim@epita.fr>
12755         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12756         stdint.h.
12757         From Paul Eggert and Lars Hecking.
12759 2001-05-31  Akim Demaille  <akim@epita.fr>
12761         * tests/base.at: Adjust line numbers in error messages.
12763 2001-05-31  Akim Demaille  <akim@epita.fr>
12765         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
12766         to emit the bangshe line.
12767         Reported by David Carter.
12769 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
12771         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
12772         Fortran (95) compilers to check.
12774 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
12776         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
12777         Macro Archive URL.
12779 2001-05-23  Pavel Roskin  <proski@gnu.org>
12781         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
12782         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
12783         (AC_PROG_CXXCPP): Likewise.
12785 2001-05-22  Akim Demaille  <akim@epita.fr>
12787         * config: New directory.
12788         * configure.in: AC_CONFIG_AUX_DIR it.
12789         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
12791 2001-05-22  Akim Demaille  <akim@epita.fr>
12793         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
12794         * autoupdate.in: Specify the Emacs mode.
12795         * acversion.m4.in: Rename as...
12796         * acversion.m4: this.
12797         * tests/Makefile.am (CLEANFILES): More garbage.
12799 2001-05-22  Akim Demaille  <akim@epita.fr>
12801         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
12802         Rename as...
12803         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
12804         these.
12806 2001-05-21  Akim Demaille  <akim@epita.fr>
12808         * configure.in: Bump to 2.50a.
12811         -----
12813         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
12814         Foundation, Inc.
12816         This file is part of GNU Autoconf.
12818         GNU Autoconf is free software; you can redistribute it and/or modify
12819         it under the terms of the GNU General Public License as published by
12820         the Free Software Foundation; either version 2, or (at your option)
12821         any later version.
12823         GNU Autoconf is distributed in the hope that it will be useful,
12824         but WITHOUT ANY WARRANTY; without even the implied warranty of
12825         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12826         GNU General Public License for more details.
12828         You should have received a copy of the GNU General Public License
12829         along with autoconf; see the file COPYING.  If not, write to
12830         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12831         Boston, MA 02110-1301, USA.