1 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
3 Sync from Automake, as follows:
5 2006-05-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6 * config/install-sh: Initialize IFS, so field splitting isn't
8 * config/mkinstalldirs: Likewise.
9 * config/missing: Remove superfluous quotes. Replace all uses of
10 `[' by `test', for consistency, and for..
11 * config/missing (sed_minuso, sed_output): New variables.
12 (autom4te, help2man, makeinfo): Use them. Unifies detection of
13 `-o FILE', `--output FILE', `--output=FILE', stricter regex.
14 Fixes `missing' to detect `--output' for help2man. Fixes
15 PR automake/483. Report by Dennis J. Linse.
16 (autom4te): Document in `missing --help'.
18 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
20 * NEWS: New macro AC_PROG_MKDIR_P. AS_MKDIR_P is now more robust.
21 * config/install-sh: Don't use 'path' to talk about file names,
22 as per GNU coding standards. Close a race condition reported by Ralf
23 Wildenhues and Stepan Kasal. There is still a race condition
24 on hosts that predate Posix 1003.1-1992, but we can't help this.
25 Don't mishandle weird characters like space on pre-Posix hosts.
26 Invoke mkdir at most once per dir arg on pre-Posix hosts.
27 * doc/autoconf.texi (Programming in M4sh): Cross-reference to
28 AC_PROG_MKDIR_P from AS_MKDIR_P.
29 (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
30 from mkdir. Mention that Autoconf 2.60 install-sh is safe but
31 earlier editions are not (including Automake 1.8.3).
32 Do not suggest mkinstalldirs for thread-safety.
33 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
34 that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
35 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
36 presence of special characters and race conditions.
37 * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
38 in Autoconf's name space.
40 2006-05-10 Bruno Haible <bruno@clisp.org>
41 and Paul Eggert <eggert@cs.ucla.edu>
43 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
44 from Automake with minor changes.
45 * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
47 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
49 * config/install-sh: Update to Automake CVS version, as follows:
50 2006-04-25 Stepan Kasal <kasal@ucw.cz>
51 * lib/install-sh: Simplify the expr implementation of dirname.
52 2006-04-24 Paul Eggert <eggert@cs.ucla.edu>
53 * lib/install-sh: Handle --, and diagnose unknown options.
55 2006-05-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
57 * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
58 `./autom4te' to create `./testsuite', since the `all' target
59 will ensure its presence, but `installcheck' should not create
60 the uninstalled wrappers.
62 * tests/torture.at (Unusual Automake input files): Skip if we
63 detect automake < 1.8.
65 2006-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
67 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
68 is set to `no', then that overrides and sets ac_cv_prog_cc_c89
69 and ac_cv_prog_cc_c99 to `no', for backward compatibility.
72 2006-05-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
74 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
75 munge (multiple) white space and other oddities.
76 * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
77 single quotes in variable assignment.
78 (AC_ARG_VAR, configure invocation): Adjust tests to expose this
79 and similar failures by adding multiple spaces, tabs, and other
81 Report and different test suggested by Francesco Romani
82 <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
84 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
85 single quotes, we only need to search for single quotes; this
86 both simplifies the search pattern, and makes us less
87 susceptible to `echo' variations for arguments not containing
89 (_AC_ARG_VAR_VALIDATE): Likewise.
91 2006-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
93 * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
94 `$*' and IFS concatenation issue with traditional shells and
95 bash-2.04. Report by Seanster@Seanster.com.
97 2006-05-03 Bruno Haible <bruno@clisp.org>
99 * doc/autoconf.texi (Limitations of Usual Tools): Identify more
100 precisely which Mac OS X versions have the od problem.
102 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
104 * doc/autoconf.texi: Use @option systematically.
107 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
108 and Bruno Haible <bruno@clisp.org>
110 * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
112 (Integer Overflow): Mention the special case of integer division
115 2006-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
117 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
118 traditional shells like the Solaris one that do not use the
119 first IFS character for assembling `$*'.
120 Prompted by a related report from autoconf_bug@nro.ca.
122 2006-05-01 Paul Eggert <eggert@cs.ucla.edu>
123 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
125 * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
126 Mention more problems with the -e option.
128 2006-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
131 * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
133 * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
134 in URLs to improve DVI formatted output (requires texinfo 4.6).
135 (System Services, Systemology, Shellology): Likewise.
136 (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
139 * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
141 (Runtime): Fix macro argument names to match description:
142 `action-if-found' -> `action-if-true' and similarly.
143 (Obsolete Macros): Likewise.
144 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
145 (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
146 (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
148 2006-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
150 * doc/autoconf.texi (Limitations of Make): Clean up markup.
153 * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
156 2006-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
158 * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
159 /bin/sh set unsorted output.
160 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
161 * tests/local.at: Likewise.
163 2006-04-26 Paul Eggert <eggert@cs.ucla.edu>
165 * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
166 (Integer Overflow, Null Pointers, Buffer Overruns):
167 (Floating Point Portability, Exiting Portably): New sections.
168 (Writing Test Programs): Fix some langauge. Recommend exiting
169 with status 1, not merely nonzero. Clarify exit declaration.
170 (Run Time): Move C exit status stuff to new Exiting Portably section.
171 (Systemology): Mention Posix and levenez. Update v7 reference.
172 (Portable Shell): Mention the Posix shell.
174 2006-04-25 Stepan Kasal <kasal@ucw.cz>
176 * bin/autoconf.as (me): Replace by as_me.
178 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
180 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
181 since as_me isn't set yet.
183 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
185 Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
186 a few minor bugs in this area.
188 * doc/autoconf.texi (Programming in M4sh): Comment out the
189 documentation of AS_BASENAME, for now.
190 (Shell Substitutions): Do not use AS_DIRNAME in an example.
191 (Limitations of Builtins) <basename>: Do not refer to
193 * bin/autoconf.as (me): Don't use AS_BASENAME.
194 (dir): Remove the unused variable.
195 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
196 AS_DETECT_REQUIRED. All uses changed.
197 (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
199 (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
200 (AS_BASENAME): Use "basename --" to protect against leading "-".
201 (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR. All uses changed.
202 (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED. All uses changed.
203 (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
204 (_AS_DIRNAME_PREPARE): Likewise.
205 (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR. All uses changed.
206 (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED. All uses changed.
207 (AS_DIRNAME): Use "dirname --".
209 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
211 * doc/autoconf.texi (Runtime): Renamed from "Run Time". All uses
212 of "run time" and "run-time" changed to "runtime", for consistency.
213 * lib/autoconf/fortran.m4: Likewise (in comment).
214 * lib/autoconf/functions.m4: Likewise.
215 * lib/autoconf/general.m4: Likewise.
216 * lib/autoconf/headers.m4: Likewise.
218 * doc/autoconf.texi (Run Time): Document the exit status situation
219 with more accuracy and detail.
221 2006-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
223 * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
224 Archive is not officially `GNU' any more. Update URL.
225 (Defining Directories): Likewise
226 * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
228 2006-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
230 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
231 newline from the `trap' code to finish `config.log'; the NetBSD
232 /bin/sh resets the exit status after an empty command, as
233 documented in doc/autoconf.texi.
234 Reported by Dalibor Topic <robilad@kaffe.org>.
236 2006-04-19 Paul Eggert <eggert@cs.ucla.edu>
238 * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
239 Suggested by Bruno Haible.
241 2006-04-18 Paul Eggert <eggert@cs.ucla.edu>
243 * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
244 some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
245 Instead, just list the shells that we know work.
246 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg. All uses
247 changed. Be more cautious about the _cv_ variable.
248 * tests/tools.at (Syntax of the shell scripts): Check the
249 _cv_ variable once, at first, to avoid an internal autoconf error
250 when sh -n does not work.
252 2006-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
254 * lib/Autom4te/FileUtils.pm: Sync from Automake.
256 2006-04-16 Paul Eggert <eggert@cs.ucla.edu>
258 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
259 use ">&-" since we're only 99.999% sure that this is portable,
260 and since the MinGW bug is fixed in a different way.
261 * lib/autotest/general.m4 (AT_INIT): Likewise.
263 2006-04-16 Stepan Kasal <kasal@ucw.cz>
265 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
266 before opening config.log, to avoid hitting a bug on MinGW.
268 2006-04-14 Paul Eggert <eggert@cs.ucla.edu>
270 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
271 AS_MESSAGE_LOG_FD before reopening it onto the log file.
272 This works around a MinGW bug reported by Eric Paire.
273 Make sure that all writes to the log file append to it,
274 rather than possibly losing data.
275 * lib/autotest/general.m4 (AT_INIT): Likewise.
277 2006-04-14 Stepan Kasal <kasal@ucw.cz>
279 * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
282 2006-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
286 * configure.ac (AC_INIT): Bump to 2.59d.
288 2006-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
292 * Makefile.maint (news-date-check): Do not require a leading `*'
293 before the release date in NEWS.
295 2006-04-12 Stepan Kasal <kasal@ucw.cz>
296 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
298 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
299 the instantiated file do not contain the string 'datarootdir'
300 but contain @datadir@, @docdir@, @infodir@, @localedir@, or
301 @mandir@, replace the reference '${datarootdir}' by the value.
302 * tests/torture.at (datarootdir workaround): New test.
303 * NEWS: Advertise this temporary fixup.
304 Based on a patch by Bruno Haible, reported and analyzed by
305 Paul Eggert and Noah Misch.
307 2006-04-12 Eric Blake <ebb9@byu.net>
309 * tests/autotest.at (Debugging a failed test): Fix comment.
311 2006-04-12 Stepan Kasal <kasal@ucw.cz>
313 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
314 all the changes since 2006-04-07.
316 2006-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
318 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
319 succeeded, but `ln -s file dir' failed, take care to remove the
320 leftover target before the next test, to prevent its spurious
321 failure; also make sure `ln file dir' works before selecting it.
322 Thanks to Keith Marshall for pointing this out.
325 * lib/autotest/general.m4 (AT_INIT): Store quoted variable
326 assignments in `at_debug_args', so that we put them correctly
328 * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
329 Reported by Eric Blake.
331 2006-04-11 Eric Blake <ebb9@byu.net>
333 * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
334 top-level tests after micro-suite has been run. Used in...
335 (Debugging a successful test, Debugging script and environment),
336 (Debugging a failed test): ...these new tests. The first of these
338 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
339 macro, split out from...
340 (AT_INIT): ...here, so that using -d also generates a run script.
341 Document that -d inhibits top-level logging.
342 * doc/autoconf.texi (testsuite Invocation): Document that -d only
343 inhibits top-level logging; debug scripts are created.
345 * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
347 * tests/autotest.at (Empty test, Empty check): New test to check it.
349 * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
352 2006-04-10 Stepan Kasal <kasal@ucw.cz>
354 * tests/mktests.sh: Use "trap '' 0", not "trap 0". Do not touch
355 the files if a problem appears. Make the empty *.at files
356 read-only, too. Proposed by Ralf Wildenhues.
358 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
360 * config/Makefile.am: Add comment to force updated Makefile.in.
362 * lib/freeze.mk: Fix typo in comment. Unlike the last, white
363 space only patch to this file, this patch causes the Makefile.in
364 files that include freeze.mk to be updated, and thus have a
365 newer time stamp again, which in turn makes a pristine CVS
366 checkout have correct time stamps.
368 * Makefile.maint (cvs-sv): New macro, to be used..
369 (config.guess-url_prefix, config.sub-url_prefix)
370 (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
371 point to CVS text checkout of Gnulib files.
372 (copyright-check): Bump current year.
373 (announcement): Do not hard-wire `./announce-gen'.
374 (cvs-update): Propagate failures of `cvs' and `move-if-change'
376 * Makefile.cfg (executable-update): Use `chmod a+x' instead of
378 (wget_files): Update config.guess, config.sub, texinfo.tex by
379 `wget-update', now that their URLs work again.
381 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
383 * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
384 Problem noted by Paul D. Smith.
386 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
388 * doc/autoconf.texi: Remove unused words from word list.
389 * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
390 .x-sc_trailing_space: New files.
392 * doc/standards.texi: Sync from gnulib.
394 * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
395 `LIBOBJDIR' as experimental.
397 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
398 with a target directory; it's internally implemented as `cp'
399 anyway, but since Autoconf advertises the possibility to use
400 a target directory when LN_S is `ln -s', we need to find out.
401 Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
402 analyzed by Keith Marshall <keith.marshall@total.com>.
406 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
408 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
409 confdefs.h as-is. In general, if it has backslash-newline or the
410 like, then it doesn't work either to sort or to remove empty
413 2006-04-09 Stepan Kasal <kasal@ucw.cz>
415 * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
417 2006-04-09 Alexandre Duret-Lutz <adl@gnu.org>
419 * lib/autom4te.in (Automake-preselections): Preselect
422 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
424 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
425 apostrophe within a single-quoted string, as this is the usual
426 tradition and is easier to read than '"'"'. Don't rely on the
427 shell treating "$/" like '$/'. Use a more-consistent indenting
430 2006-04-09 Eric Blake <ebb9@byu.net>
432 * tests/autotest.at (Backquote command substitution),
433 (Multiline backquote command substitution): Remove mistaken
434 AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
436 (Parenthetical command substitution, Multiline parenthetical
437 command substitution): here.
439 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
441 Import macros from gnulib (often changing their name).
443 * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
444 New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
445 AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
446 AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
447 AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
448 AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
449 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
450 AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
451 AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
452 AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
453 The manual mentions Gnulib more prominently.
454 * doc/autoconf.texi (Gnulib): New node.
455 (Pointers): Add Gnulib URL.
456 (Particular Functions): Alphabetize. Add AC_FUNC_STRTOLD.
457 (Generic Functions): Add AC_CHECK_FUNCS_ONCE. Refer to new
459 (Particular Headers): Add AC_HEADER_ASSERT. For stdbool.h,
460 suggest a #define rather than a typedef for _Bool, and mention
461 Gnulib rather than trying to substitute stdbool code.
462 (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
463 (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
464 (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
465 AC_STRUCT_DIRENT_D_TYPE.
466 (Particular Types): Mention stdint.h and inttypes.h as standard
468 Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
469 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
470 AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
471 AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
472 AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
473 (C Compiler): Move AC_C_LONG_DOUBLE to ...
474 (Obsolete Macros): here. Under AC_LONG_DOUBLE, mention
475 AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
476 (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
477 (Coding Style). Don't mention m4_expand_once.
478 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
479 AC_TYPE_LONG_DOUBLE_WIDER. Now obsolete.
480 * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
481 (AC_CHECK_FUNCS): Use it.
482 (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
483 (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
484 * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
485 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
486 (AC_HEADER_ASSERT): New macro.
487 (AC_HEADER_STDBOOL): Don't assume "#error" works.
488 Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
489 Catch a bug in an HP-UX C compiler.
490 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
491 * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
492 (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
493 (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
494 (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
495 (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
498 * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
499 use /^foo|bar$/, it does not mean /^(foo|bar)$/.
501 2006-04-08 Stepan Kasal <kasal@ucw.cz>
503 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
504 of the warning introduced by the 2001-08-28 change.
506 2006-04-08 Stepan Kasal <kasal@ucw.cz>,
507 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
509 * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
510 variables shall be overriden by the cache.
511 * tests/torture.at (AC_ARG_VAR): Test also with a first value
512 that contains braces.
514 2006-04-07 Stepan Kasal <kasal@ucw.cz>
516 Revert the patch from 2006-04-01 and only improve
517 _AS_DETECT_BETTER_SHELL:
519 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
520 skip nonexistent directories.
521 (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
522 only shell candidates which exist.
523 (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
524 * lib/autotest/general.m4 (AT_INIT): No need to give three
525 parameters to _AS_PATH_WALK.
527 2006-04-07 Stepan Kasal <kasal@ucw.cz>,
528 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
530 * bin/autoupdate.in (handle_autoconf_patches): Change the way we
531 distinguish m4sugar macros.
532 * tests/tools.at (autoupdating with aclocal and m4_include):
533 New test. Bug reported by Gary V. Vaughan <gary@gnu.org>,
534 test case by Noah Misch <noah@cs.caltech.edu>.
536 2006-04-07 Stepan Kasal <kasal@ucw.cz>
538 Revert my change from 2006-03-17, in other words:
539 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
541 (AS_SHELL_SANITIZE): Remove DUALCASE=1.
542 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
545 2006-04-07 Eric Blake <ebb9@byu.net>
547 * doc/autoconf.texi (Programming in M4sh): Document that
548 AS_MKDIR_P exits the script on failure.
549 * lib/autotest/general.m4: Remove redundant AS_ERROR.
551 2006-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
553 * config/elisp-comp, config/install-sh, config/mdate-sh,
554 config/missing, config/mkinstalldirs: Sync from Automake.
556 * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
559 * doc/make-stds.texi: Sync from gnulib.
561 2006-04-06 Eric Blake <ebb9@byu.net>
563 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
564 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
567 2006-04-06 Stepan Kasal <kasal@ucw.cz>,
568 Eric Blake <ebb9@byu.net>,
569 Paul Eggert <eggert@cs.ucla.edu>,
570 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
572 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
573 whether `set' quotes correctly: redirect stderr of the tested
574 `set', and use a subshell, for Ultrix; use `sed' instead of
575 `grep' for zsh `set' which may write binary output; match only
576 at the beginning of a line, to avoid false positives.
577 In order to avoid false positives by unrelated variables with
578 multiline content, put the dump algorithm in a subshell and
579 unset all variables containing newlines (except some which are
580 special to the shell). Warn about cache variables that are
583 2006-04-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
585 * config/config.guess, config/config.sub, config/texinfo.tex:
588 * tests/mktests.sh: Reword comments.
590 * tests/mktests.sh: Only skip internal macros starting with
591 `_AC_' or `__AC_'. Noted by Stepan Kasal.
592 Update exclusion lists for the test suite to this end:
593 (AC_ARG_VAR): Do test this now.
594 (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
595 (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
596 (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
597 (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
599 * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
600 shell issue with double-quoted command substitutions of native
602 Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
605 * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
606 no file matches the glob, discard the warning, set `nullglob'.
607 (syntax-check): Likewise.
608 (sc_cast_of_x_alloc_return_value): Likewise.
609 (sc_cast_of_alloca_return_value, sc_error_exit_success)
610 (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
611 (m4-check): Likewise.
612 (sc_system_h_headers): Do not print rule on execution.
613 (sc_tight_scope): Do not fail for non-existing `src' directory.
614 (sc_changelog): Skip the Copyright footer.
615 * lib/autoconf/lang.m4: Remove trailing space.
617 * lib/autoconf/status.m4: More replacements to
618 <tab><space> where this makes sense.
620 2006-04-06 Stepan Kasal <kasal@ucw.cz>
622 * tests/Makefile.am (maintainer-check-posix):
623 s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
625 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
626 ac_config_<foo>s again, sometimes normalized, sometimes not.
627 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
628 (AC_CONFIG_COMMANDS): Do not do so here.
629 (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
630 and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
631 2005-07-25 rewrite. Noticed by Noah Misch.
633 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
634 _AC_PRESERVE_HELP_ORDER, ...
635 (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
637 * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
638 inside m4_expand_once; it is redundant.
640 * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
641 for --help from Cygnus `configure.'
643 2006-04-06 Paul Eggert <eggert@cs.ucla.edu>
645 * doc/autoconf.texi (C Compiler): Warn about #error. Follows up
646 on a patch proposed by Ralf Wildenhues.
648 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
650 * lib/autoconf/status.m4: Replace <space>''<tab> with
651 <tab><space> where this makes sense.
653 2006-04-05 Howard Chu <hyc@highlandsun.com> (trivial change)
654 Noah Misch <noah@cs.caltech.edu>
656 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
657 (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
658 * doc/autoconf.texi (Help Formatting): New node.
659 * NEWS: Announce AC_PRESERVE_HELP_ORDER.
661 2006-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
663 * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
664 lib/autoconf/specific.m4, lib/autoconf/status.m4,
665 lib/autoconf/types.m4, lib/autotest/general.m4,
666 tests/mktests.sh, tests/torture.at: White space cleanup:
667 remove some SPACE before TAB, or add quoting ('' or @&t@).
669 * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
671 * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
673 2006-04-05 Eric Blake <ebb9@byu.net>
675 * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
676 empty test suite works.
677 * tests/autotest.at (Empty test suite): Remove xfail.
679 2006-04-05 Noah Misch <noah@cs.caltech.edu>
681 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
682 TAGS to ac_config_<foo>s.
683 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
684 (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
685 normalizing it, consistent it with previous releases.
686 * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
688 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
690 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
691 Use simplified args that Eric Blake originally suggested.
693 2006-04-04 Paul Eggert <eggert@cs.ucla.edu>
695 * tests/mktests.sh: Don't use 'cat'; just read the files directly.
696 Prefer 'sort -u' to 'sort | uniq'. Filter data before sorting it.
697 Use 'comm' rather than N instances of grep; this also fixes a bug
698 whereby substrings were incorrectly matched, causing us to not
699 generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
700 (exclude_list): Exclude empty macros.
701 (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
703 Use awk rather than grep -E or egrep, to avoid
704 portability problems with regular expressions containing newlines.
705 (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
706 Switch from grep to awk syntax.
707 (ac_exclude_script): Renamed from ac_exclude_egrep.
708 (au_exclude_script): Renamed from au_exclude_egrep.
710 2006-04-04 Noah Misch <noah@cs.caltech.edu>
712 * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
713 a subdirectory subject to Cygnus `configure'.
714 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
716 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
717 report request when we have no AC_PACKAGE_BUGREPORT.
719 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
723 * tests/mktests.sh: Update copyright year in the header of the
726 * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
727 (AC_C_RESTRICT): Likewise. Furthermore, add a function with a
728 typedef'ed restricted pointer, to catch a compiler bug on
729 HP-UX 11.x, and fix warnings so it passes with -Werror.
730 (_AC_PROG_CC_C99): Likewise.
731 Reported by Albert Chin <china@thewrittenword.com>.
732 * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
734 2006-04-03 Noah Misch <noah@cs.caltech.edu>
736 * bin/autoscan.in (subdirs): New global.
737 (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
738 (output): Emit AC_CONFIG_SUBDIRS as needed.
739 * tests/autoscan.at (autoscan): Remove XFAIL.
741 2006-04-03 Noah Misch <noah@cs.caltech.edu>
743 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
745 2006-04-03 Eric Blake <ebb9@byu.net>
747 * THANKS: Add myself.
749 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
751 * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
752 to log, point to testsuite output tree.
754 2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
756 * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
757 * doc/autoconf.texi (Function Portability): Mention that C++
758 has trouble with 'exit'.
759 (Guidelines): Test programs shouldn't use 'exit'.
760 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
761 Remove; all uses removed.
762 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
763 Return from 'main' instead of calling 'exit'.
764 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
765 (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
766 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
767 (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
768 (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
769 (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
770 (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
771 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
772 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
773 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
774 * tests/compile.at: Likewise.
776 2006-04-02 Pavel Roskin <proski@gnu.org>
778 * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
780 2006-04-01 Stepan Kasal <kasal@ucw.cz>
782 Clean up _AC_COMPILER_EXEEXT* macros.
784 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
785 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
786 ac_file to the name of the default output filei and call
787 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
788 initial `rm' of the candidate files...
789 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
790 the same list in subsequent `rm' calls, and for the temporary
791 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
792 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
793 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
794 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
795 no longer needed) by libtool. Make it a cache check.
796 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
797 copied here by mistake.
798 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
800 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
801 _AC_COMPILER_OBJEXT directly.
802 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
804 2006-04-01 Stepan Kasal <kasal@ucw.cz>
806 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
807 (AS_DIRNAME): Use it.
808 (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
810 * tests/*.at: Remove the generated ones.
812 2006-04-01 Stepan Kasal <kasal@ucw.cz>
814 * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
816 2006-04-01 Eric Blake <ebb9@byu.net>
818 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
819 directories, unless optional third argument supplied.
820 (AS_UNAME): Don't optimize PATH walk.
822 * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
824 2006-04-01 Eric Blake <ebb9@byu.net>
825 and Stepan Kasal <kasal@ucw.cz>
827 * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
830 2006-04-01 Noah Misch <noah@cs.caltech.edu>
832 * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
833 Autoconf version number despite a zero- or one-argument AC_INIT.
835 * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
837 * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
838 * doc/autoconf.texi (autoreconf Invocation): Document it.
840 * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
841 Append LocalWords so ispell-buffer passes cleanly. Spelling fixes.
843 2006-04-01 Eric Blake <ebb9@byu.net>
845 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
846 * lib/autotest/general.m4: Be tolerant of existing directory when
847 rm failed to remove it.
849 2006-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
851 * bin/autoupdate.in: Redefine m4_location so that warnings print
852 the correct lines of the input file by subtracting..
853 (_au__first_line): ..this new definition.
855 * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
856 AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
857 Remove stray newline in output.
858 (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
859 AC_DEFUN this for autoconf, including the obsoletion diagnose.
860 Fixes autoupdating of code where the replacement output contains
862 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
863 * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
864 (au_exclude_list): Add AC_LANG_SAVE.
865 * tests/tools.at: Several new tests for all of this.
866 * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
868 The AC_LANG_SAVE issue was reported against Libtool by
869 Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
870 Kristian Kvilekval <kris@cs.ucsb.edu>.
872 2006-04-01 Stepan Kasal <kasal@ucw.cz>
874 * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
875 switch all of them on and of when necessary. Fixes the bug when
876 m4sugar macros (e.g., m4_define) were expanded after the first
877 automatic update (e.g., after AC_PREREQ or AC_INIT).
879 2006-03-31 Paul Eggert <eggert@cs.ucla.edu>
881 * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
882 of AS_BASENAME and AS_DIRNAME. Reported by Stepan Kasal.
884 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
885 correctly. Problem reported by Eric Blake.
886 (_AS_EXPR_PREPARE): Detect Tru64 expr bug. Problem reported by
889 2006-03-30 Paul Eggert <eggert@cs.ucla.edu>
891 * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
892 Tighten up the basename/dirname wording.
894 2006-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
896 * Makefile.maint (sc_texi_notab): New check: do not use TABs
897 in texinfo files outside of verbatim environments.
898 (syntax-check-rules): Update.
899 * doc/autoconf.texi (Configuration Headers): Conform to it.
901 2006-03-30 Chris Pickett <cpicke@cs.mcgill.ca> (tiny change)
903 * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
904 aclocal cannot be given on the command line.
906 2006-03-29 Paul Eggert <eggert@cs.ucla.edu>
908 * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
909 Give an example for AS_DIRNAME instead of referring to Posix..
910 (File System Conventions): Put discussion of // versus / here, and
912 (Limitations of Usual Tools): Add basename. Remove verbiage
913 after dirname, since it got moved to the above sections.
914 All this was inspired by a patch proposed earlier by Eric Blake.
916 2006-03-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
918 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
919 `$0' to protect against spaces.
920 * lib/autotest/general.m4 (AT_INIT): Likewise.
921 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
924 2006-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
926 * bin/autoscan.in: The value of find_configure_ac should be
927 checked for existence, so we don't barf over a nonexisting
928 configure.ac. Reported by Laurence Darby <ldarby@tuffmail.com>.
930 2006-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
932 * bin/autoupdate.in: Fix some typos.
934 2006-03-21 Stepan Kasal <kasal@ucw.cz>
936 * doc/autoconf.texi (Installation Directory Variables): Fix typo.
938 * lib/autoscan/autoscan.list: Refreshed.
940 2006-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
942 * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
943 and Erlang related variables.
945 * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
946 (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
947 (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
948 (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
949 (AC_LANG_BOOL_COMPILE_TRY(Objective C))
950 (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
951 (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
952 (_AC_PROG_OBJC_G): New macros.
953 (_AC_ARG_VAR_CPPFLAGS): Adjusted.
954 * doc/autoconf.texi (Objective C Compiler): New node.
955 (Preset Output Variables): Document OBJCFLAGS.
956 (Language Choice): Document `Objective C' language.
957 (Fortran Compiler): Fix typo.
959 Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
961 2006-03-20 Stepan Kasal <kasal@ucw.cz>
963 * doc/autoconf.texi (Default Includes): Fix typo
964 s/AC_HEADERS_STDC/AC_HEADER_STDC/
965 (Limitations of Usual Tools): s/unwriteable/unwritable/
966 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
967 Fix typos in the comments.
969 2006-03-17 Stepan Kasal <kasal@ucw.cz>
971 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
972 Factor out the warning to...
973 (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
974 * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
975 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
977 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
978 case `ac_delim' when writing the sed script.
980 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
982 (AS_SHELL_SANITIZE): ... here.
983 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
986 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
988 (_AC_PATH_PROG): Store the result to VARIABLE.
989 (AC_PATH_PROG): No need to set VARIABLE again.
991 * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
992 the first one is usual AT_CHECK_MACRO test, the second one checks
993 that the same works when cross-compiling.
994 * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
995 (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
997 2006-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
999 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1000 the directory `/usr/bin/posix' in the shell search, to prefer
1001 the Posix shell not only in subsequent spawns as with `$BIN_SH'
1004 * doc/autoconf.texi (contents): To fix texi2html output, hide
1005 `@setcontentsaftertitlepage' for HTML.
1006 (Writing Autoconf Macros): Likewise, insert space after `@c'.
1007 (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1010 2006-03-16 Stepan Kasal <kasal@ucw.cz>
1012 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1014 (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1015 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1016 why IFS is restored so late; thank you, Ralf, for reminding us.
1018 2006-03-15 Stepan Kasal <kasal@ucw.cz>
1020 * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1021 variables in the examples.
1023 2006-03-14 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1025 * doc/autoconf.texi (several sections): Cleaned up documentation for
1026 macros in erlang.m4.
1028 2006-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1030 * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1031 failure condition for `$(cmd)' style command substitutions.
1032 (Parenthetical command substition, Multiline parenthetical
1033 command substition): Use it.
1035 * doc/autoconf.texi (Special Shell Variables): Missing word.
1036 Reported by Keith Marshall <keith.marshall@total.com>.
1038 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1039 IFS even in case of empty `$PATH'.
1041 2006-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1043 * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1044 `expr' away if there is nothing to do.
1045 < --keywords >: Simplify and robustify argument handling.
1046 Revert erroneous comment from 2005-08-23. Extend to allow
1047 keyword negation with `!'.
1048 Update help message. Remove broken code to prevent running
1049 tests multiple times.
1050 * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1051 Update and fix the documentation accordingly.
1052 * tests/autotest.at (Keywords): Renamed to..
1053 (Keywords and ranges): .. this. Extended to make sure negated
1054 keywords, keywords taken from AT_SETUP arguments, and numeric
1055 test ranges work, and that matching is case-insensitive.
1057 2006-03-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1059 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1060 allow to pass unnamed structs even in C++.
1061 (AC_CHECK_SIZEOF): Likewise.
1062 Also fix quoting error in `AC_MSG_FAILURE' arguments.
1063 * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1064 struct): New tests for unnamed structs, each both native and
1067 * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1068 a structure inside a cast, for C++ conformance.
1069 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1070 Also fix quoting error in `AC_MSG_FAILURE' arguments.
1072 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1073 nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1074 trying to execute the command `no'.
1076 * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1077 m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1080 * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1081 example. Do not emphasize `$%', it is hardly new and special.
1082 Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1084 * doc/autoconf.texi (Limitations of Usual Tools): Document
1085 OpenBSD and traditional `grep' failure to handle multiple
1086 patterns separated by newlines.
1088 2006-03-10 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1090 * doc/autoconf.texi (several sections): Add documentation for macros
1093 2006-03-10 Eric Blake <ebb9@byu.net>
1095 * doc/autoconf.texi (Obsolete Macros): Fix wording of
1098 2006-03-10 Paul Eggert <eggert@cs.ucla.edu>
1100 * doc/autoconf.texi: Use @acronym more consistently for acronyms
1101 like BSD, GPL, LGPL. Fix minor English typos.
1102 (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1103 Mention that these macros are becoming obsolete.
1104 (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1105 Use more modern terminology for which standard is what.
1106 (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1108 (AC_PROG_CXX): Likewise.
1109 (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1110 Remove obsolete discussion about how to port to K&R.
1111 (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1112 the obsolescent AC_HEADER_STDC.
1113 (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1116 2006-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1118 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1119 Remove stdin redirection from /dev/null to allow pipe to work.
1121 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
1123 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1124 Require that /lib/cpp include stdio.h correctly. Solaris 10's
1125 doesn't. Problem reported by D'Arcy A MacIsaac and diagnosed by
1128 2006-03-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1130 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1131 HP-UX sed is 99 commands, not 100.
1132 (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1133 _AC_SUBST_FILES fragment. Separate `{' and `r' commands by
1134 newline for portability.
1135 * tests/torture.at (Torturing config.status): Also test 100
1136 AC_SUBST_FILE invocations. Fix test to actually verify the
1137 AC_CONFIG_FILES output.
1138 * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1139 command, label, and read-file `r' limits. Unify HP-UX spelling.
1141 * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1143 ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1145 (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1146 * tests/mktests.sh: Small shell portability fixes.
1148 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1150 * doc/autoconf.texi (Caching Results): Fix the examples to use a
1151 recommended quoting style and discard unwanted output.
1153 2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
1155 * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1156 (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1157 cases, and to work around Tru64 expr bug.
1159 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1161 * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1162 expr bug that turns the result of a regex match into a number if
1165 2006-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1167 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1168 HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1169 in section `Specific Compiler Characteristics'.
1171 2006-03-04 Eric Blake <ebb9@byu.net>
1173 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1176 2006-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1178 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1179 order of variable initialization, so even the Solaris 2.6 shell
1180 can create a config header correctly. Fixes lots of test suite
1183 2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1185 * doc/autoconf.texi (Text processing Macros): New node to
1186 document the m4sugar macros m4_re_escape, m4_tolower,
1187 m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1189 2006-02-22 Paul Eggert <eggert@cs.ucla.edu>
1191 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1192 XrmInitialize (0) -> XrmInitialize ().
1193 Reported by Toshio Kuratomi.
1195 2006-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1197 * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1198 test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1199 * doc/autoconf.texi (Programming in M4sh): Adjusted.
1200 * tests/m4sh.at (AS_IF and AS_CASE): Test this. Also make sure
1201 both macros are defun'ed so that required macros are evaluated
1204 * doc/autoconf.texi (Prerequisite Macros): State more precisely
1205 where a required macro will be expanded.
1206 (Coding Style): Another reason not to use `m4_define'.
1208 2006-02-21 Eric Blake <ebb9@byu.net>
1210 * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1212 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1214 * doc/autoconf.texi (Looping constructs): New node, to
1215 document m4_for, m4_foreach, m4_foreach_w, and mention
1216 obsolete AC_FOREACH.
1217 (Obsolete Macros): Document AC_FOREACH.
1218 * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1219 (m4_for): Fix to never loop (almost) endlessly, work correctly
1220 with arithmetic expressions in arguments, a step of zero or
1221 non-integer multiple of the interval, and avoid integer
1223 * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1226 2006-02-20 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1228 Add basic support for Erlang, both for configuring Erlang/OTP
1229 tools, and Erlang as a conf test language.
1230 * lib/autoconf/erlang.m4: New file.
1231 * lib/autoconf/autoconf.m4: Add erlang.m4.
1232 * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1233 * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1234 * NEWS: Add short description of new macros.
1235 * THANKS: Add Romain Lenglet.
1237 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1239 * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1240 native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1242 2006-02-15 Eric Blake <ebb9@byu.net>
1244 * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1247 2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1249 * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1250 (_AS_CASE): Private helper macro.
1251 * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1252 * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1253 Fix syntax of AS_IF description
1254 (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1255 for the AC_REQUIRE mess.
1256 * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1259 2006-02-14 Paul Eggert <eggert@cs.ucla.edu>
1261 * doc/autoconf.texi: Minor style cleanup.
1262 Be consistent about spaces after commas.
1263 Insert [] where empty args look a bit funny.
1264 Fix some "i.e." and "e.g." usages.
1265 Try to avoid "X/Y" usages.
1266 Don't be pedantic about "ISO C99"; just say C99.
1267 Prefer GNU style for spaces in front of parens.
1268 (Function Portability): Comment about C89 versus C99
1269 signed integer division.
1270 (Particular Headers): Use current gnulib style for dirent
1273 2006-02-14 Stepan Kasal <kasal@ucw.cz>
1274 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1276 * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1277 macros without parameters.
1278 * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1279 * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1280 * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1282 (autoupdate): Updated to match AU_ALIAS fix.
1284 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1285 and Paul Eggert <eggert@cs.ucla.edu>
1287 * doc/autoconf.texi (Programming in M4sh): Document
1288 AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1290 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1292 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1293 (AS_BOURNE_COMPATIBLE): ..this.
1294 (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1296 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
1298 * doc/install.texi (Defining Variables): Tighten up the
1299 CONFIG_SHELL wording.
1301 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
1302 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1304 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1305 of (set -o) rather than testing whether (set -o posix) succeeds,
1306 to work around a bug in the AIX 5.3 shell. Problem originally
1307 reportd by Howard Chu for libtool.
1309 2006-02-10 J.T. Conklin <jtc@acorntoolworks.com>
1311 * doc/autoconf.texi (Running the Compiler, Running the Linker):
1312 Changes the macro arguments in summaries to match the
1315 2006-02-04 Stepan Kasal <kasal@ucw.cz>
1317 * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1318 hint as ``a workaround for a bug.''
1320 2006-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1322 * bin/autoreconf.in: New option `--no-recursive'.
1323 Improve wording for subpackages a bit.
1324 * doc/autoconf.texi (autoreconf Invocation): Updated.
1327 * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1328 in environment of `configure', not the command line.
1329 Reported by Howard Chu <hyc@highlandsun.com>.
1331 2006-01-25 Paul Eggert <eggert@cs.ucla.edu>
1333 * doc/autoconf.texi (Limitations of Builtins): Document the
1334 problem with "trap -".
1336 2006-01-23 Steven G. Johnson <stevenj@fftw.org>
1338 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1339 (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1340 messages to differentiate Fortran and Fortran 77 tests.
1341 (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1342 AC_LANG_ASSERT, to allow use in mixed-language projects.
1344 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
1346 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1347 FOO" to "defined (FOO)".
1348 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1349 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1350 * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1351 * tests/tools.at (ifnames): Likewise.
1353 2006-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1355 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1356 * lib/Autom4te/General.pm (mktmpdir): Likewise.
1357 (END): Improve error message a bit.
1358 Reported by Bruce Korb <bkorb@gnu.org>.
1360 2006-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1362 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1363 `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1365 2006-01-11 Stepan Kasal <kasal@ucw.cz>
1367 * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1368 requires sys/stream.h. Reported by Oliver Kiddle.
1370 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1371 Stepan Kasal <kasal@ucw.cz>
1373 * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1374 before the removals of test dirs, use `find' to avoid modification
1375 of symlinked directories.
1377 2006-01-11 Steven G. Johnson <stevenj@alum.mit.edu>
1379 * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1380 Don't ignore the macro arguments.
1382 2006-01-11 David Thompson <dthompsn@vizsolutions.com>
1384 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1385 declaration that works for MSVC.
1387 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1389 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1390 Add `*.map' and `.inf' for Green Hills compiler.
1391 Reported by Stefan Seefeld <stefan@codesourcery.com>.
1393 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1394 correctly: pad with spaces after FIRST_PREFIX if necessary,
1395 and compute string lenghts with `m4_qlen' instead of `m4_len'.
1396 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1397 * tests/m4sh.at (AS_HELP_STRING): Test extended.
1399 Reported by numerous people, numerous times.
1401 2006-01-05 Paul Eggert <eggert@cs.ucla.edu>
1403 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1404 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1405 * lib/autoconf/general.m4, lib/autoconf/status.m4:
1406 * lib/autotest/general.m4, tests/local.at:
1407 Update copyright year to 2006.
1409 * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1411 * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1412 for file names, again. Reported by Noah Misch.
1413 (Coding Style): Explain that s|a|b| is preferred for file names.
1414 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1415 (AC_OUTPUT_MAKE_DEFS): Likewise.
1416 * lib/autotest/general.m4 (AT_INIT): Likewise.
1417 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1418 * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1420 Fix Posix-conformance bugs re use of { command in sed scripts,
1421 and improve the sed-related documentation a bit.
1422 * doc/autoconf.texi (Installation Directory Variables): Use
1423 our own style advice re 's,a,b,' versus 's|a|b|'. Use "Sed"
1424 rather than "sed" when talking about Sed in general.
1425 (Particular Programs): Likewise.
1426 (Coding Style): y is like s with respect to / and ,.
1427 (Limitations of Usual Tools): Document the weird restrictions
1428 that Posix has about { }. Use better quoting.
1429 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1430 Rewrite to conform to Posix rules about { } in sed scripts.
1431 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1432 * tests/foreign.at (Libtool): Likewise.
1433 * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1434 Use our own style advice re 's,a,b,' versus 's|a|b|'.
1436 2006-01-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1438 * lib/autoconf/status.m4: Fix typo.
1440 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1441 singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1442 `-def', for the benefit of Portland `pgf90 -Mipa'.
1443 Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1445 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
1447 * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1448 * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1449 shell from zsh to bash.
1451 2005-12-31 Stepan Kasal <kasal@ucw.cz>
1453 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1454 ":" caused problems on OS/2-EMX. Suggested by Andrew Belov.
1456 2005-12-29 Paul Eggert <eggert@cs.ucla.edu>
1458 * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1459 parentheses in $(...). Problem reported by Eric Blake.
1461 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
1463 * doc/autoconf.texi (Limitations of Usual Tools):
1464 Mention which characters can be escaped with \ in portable regular
1465 expressions used in grep, sed, expr. Mention the leading ^ problem
1466 with expr. Clean up some confusing wording. Mention which
1467 grep options are portable.
1469 2005-12-09 Stepan Kasal <kasal@ucw.cz>
1471 * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
1473 2005-12-02 Paul Eggert <eggert@cs.ucla.edu>
1475 * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
1476 patch, noted by Ralf Wildenhues.
1478 2005-12-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1480 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
1481 posix' unconditionally, for pdksh in `native sh' emulation.
1483 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
1485 * doc/autoconf.texi (Shellology): Document eval $? problem
1487 (Limitations of Builtins): Likewise.
1489 2005-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1491 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
1492 CONFIG_SHELL in the environment of the configure rerun.
1493 * doc/autoconf.texi (Here-Documents, config.status Invocation):
1494 Suggest passing CONFIG_SHELL absolute, and in the environment
1495 rather than as option.
1497 2005-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1499 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1500 Fix quoting of output line (triggered for many AC_SUBST_FILEs).
1501 Fix macro quoting. Fix output for n * 98 substituted variables.
1503 2005-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1505 * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
1506 `tmp' to avoid file removal race.
1508 2005-11-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1510 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
1511 ac_clean_files and LIBOBJS.
1513 2005-11-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1515 * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
1516 Factor functionality to..
1517 (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
1518 `AC_SUBST($1)' in the public version.
1519 (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
1520 (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
1523 2005-11-01 Stepan Kasal <kasal@ucw.cz>
1525 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
1528 2005-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1530 * NEWS: Move AH_HEADER mention to right place.
1532 2005-10-27 Stepan Kasal <kasal@ucw.cz>
1534 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
1535 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1537 2005-10-25 Stepan Kasal <kasal@ucw.cz>
1539 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
1540 conftst2.$ac_objext.
1541 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1543 2005-10-24 Stepan Kasal <kasal@ucw.cz>
1545 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
1546 conftest.o, to see whether the compiler really obeys; rm the object
1547 file before and after the test and register it with ac_clean_files.
1548 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1550 2005-10-21 Stepan Kasal <kasal@ucw.cz>
1552 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
1553 the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
1554 code so that the most common case requires less forks.
1556 2005-10-20 Stepan Kasal <kasal@ucw.cz>
1558 * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
1559 not portable; thanks to Paul Eggert and Alexandre.
1561 * NEWS: Fix an old typo.
1563 2005-10-20 Jim Meyering <jim@meyering.net>
1565 * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
1566 the latter'', in two places.
1568 2005-10-19 Paul Eggert <eggert@cs.ucla.edu>
1570 * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
1571 AC_LANG_PROGRAM, fixing a typo. Don't give details about
1572 the inner workings of AC_LANG_FUNC_LINK_TRY.
1573 * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
1574 AC_LANG_FUNC_LINK_TRY. This involves returning the value returned
1575 by the function rather than ignoring it.
1576 (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
1577 comparing its address. Intel's interprocedural optimization was
1578 outsmarting the old heuristic. Problem reported by
1581 2005-10-19 Stepan Kasal <kasal@ucw.cz>
1583 * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
1585 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
1587 * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
1588 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
1590 2005-10-04 Stepan Kasal <kasal@ucw.cz>
1592 * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
1593 before removing it (chmod -R u+rwx); there are three instances of this.
1595 2005-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1596 Stepan Kasal <kasal@ucw.cz>
1598 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
1599 * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
1600 make its content writable before removing it. Remove an errorneous
1601 comment from the end, where the logs of the failed tests are copied
1602 to the main log file.
1604 2005-09-27 Stepan Kasal <kasal@ucw.cz>
1606 * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
1607 in case the computer is too quick. Double quote the configure.ac
1610 * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
1611 problems if the testsuite were running too fast.
1613 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
1615 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1616 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1617 (which belong to Xt, not X itself). See Debian bug 327655.
1618 * NEWS: Mention this.
1620 2005-09-07 Stepan Kasal <kasal@ucw.cz>
1622 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
1624 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
1626 * config/move-if-change: Don't output "$2 is unchanged";
1627 suggested by Ben Elliston. Handle weird characters correctly.
1629 2005-09-06 Stepan Kasal <kasal@ucw.cz>
1631 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
1632 calls, so that the final expansion of this macro is shorter.
1633 Create the conftest.$ac_ext outside the `for' loop, to speed the run.
1634 Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
1635 the cleanup there. Use AS_VAR_* macros, to be more general.
1636 * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
1638 * lib/autoconf/general.m4: Use AS_IF where appropriate.
1640 * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
1642 2005-09-01 Stepan Kasal <kasal@ucw.cz>
1644 * doc/autoconf.texi (Configuration Headers): Add an index entry
1647 2005-08-26 Pavel Roskin <proski@gnu.org>
1649 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
1650 XMKMF to locate xmkmf. Make XMKMF precious. Export CC when
1653 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
1655 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
1656 The previous patch didn't work, so try a better one.
1658 2005-08-26 Stepan Kasal <kasal@ucw.cz>
1660 * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
1661 in the example. Reported by Bruno Haible.
1662 <AS_TR_SH>: Likewise. Also modify the example to be more convincing:
1663 "if $undefined_var;" succeeds with my shell.
1665 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
1666 AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
1667 but change the m4_divert_text to m4_divert_once.
1669 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
1671 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
1672 Work around bug in Solaris /usr/xpg4/bin/awk.
1673 The bug is present in at least Solaris 8 through 10.
1675 2005-08-24 Stepan Kasal <kasal@ucw.cz>
1677 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
1678 some evil values and relying on the fact that $* concatenates the
1679 parameters by the first character from IFS.
1681 2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
1682 Stepan Kasal <kasal@ucw.cz>
1684 * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
1685 first header appears, define AH_HEADER.
1686 * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
1687 Update limitations about when to call AC_CONFIG_HEADERS.
1688 (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
1689 parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
1690 that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
1691 ``Configuration Actions''; fix their index entries.
1693 * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
1694 options correctly. Process N-M as M-N if M is smaller than N.
1695 Process ranges correctly so that N-N will run only N.
1696 Sort and uniquify the tests that will be run. If there is more
1697 than one test, reinsert the banners for the tests.
1698 * tests/autotest.at (Keywords): Unmark XFAIL.
1700 2005-08-23 Stepan Kasal <kasal@ucw.cz>
1702 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
1703 before passing the macro name to AH_TEMPLATE.
1705 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
1706 now opens log after option processing; in particular, --version
1707 and --help do not touch config.log.
1709 * Makefile.maint: Revert the change from 2005-08-12.
1711 2005-08-22 Stepan Kasal <kasal@ucw.cz>
1713 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
1715 (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
1717 2005-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1719 * doc/autoconf.texi (Using Autotest, testsuite Scripts)
1720 (Autotest Logs, Writing testsuite.at, testsuite Invocation):
1723 * doc/autoconf.texi (Defining Symbols, Changed Results):
1724 Prepend to LIBS, not append, in examples.
1726 2005-08-16 Stepan Kasal <kasal@ucw.cz>
1728 When building in place, set srcdir="."; suggested by Tim Van Holder.
1730 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
1731 build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
1732 (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
1733 * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
1734 does not mean "no --srcdir option".
1736 2005-08-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1738 * tests/autoscan.at (autoscan): New file.
1739 * tests/suite.at: Use it.
1740 * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
1741 Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
1743 * tests/autotest.at (Keywords): Test keywords combinations.
1745 2005-08-12 Stepan Kasal <kasal@ucw.cz>
1747 * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
1748 add "2>&1"; gzip 1.2.4 prints help on stderr.
1750 2005-07-27 Stepan Kasal <kasal@ucw.cz>
1752 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
1753 was pushdef'ed twice while popped only once. Push it only once.
1754 (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
1756 2005-07-26 Stepan Kasal <kasal@ucw.cz>
1758 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
1759 prefixed by mere "===", not "configure: === ".
1761 2005-07-25 Paul Eggert <eggert@cs.ucla.edu>
1763 * Makefile.maint: Update from Bison.
1765 * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
1766 "<tab>" in comment, so that the point is understandable.
1768 2005-07-25 Stepan Kasal <kasal@ucw.cz>
1770 Rewrite substantial part of lib/autoconf/status.m4.
1771 The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
1772 and CONFIG_COMMANDS are not processed in four separate loops.
1773 Instead, there is one main loop. This alows that the common code
1774 is expanded only once, thus config.status (and configure) is smaller.
1776 The registration mechnism in AC_CONFIG_FILES and cousins also changed;
1777 the AC_LIST_FILES and cousins macros are no longer used.
1779 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
1780 _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
1781 (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
1782 _AC_OUTPUT_COMMAND): ..., respectively. These macros no longer
1783 contain the initialization, nor the for loop, nor the associated
1784 commands; all these go to ...
1785 (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
1786 _AC_OUTPUT_CONFIG_STATUS.
1787 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
1788 Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
1789 (_AC_OUTPUT_FILE): The creation of the sed script ...
1790 (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
1791 (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
1792 _AC_OUTPUT_MAIN_LOOP.
1793 (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
1794 _AC_CONFIG_COMMANDS): Use ...
1795 (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
1796 (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
1797 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
1798 _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
1799 (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
1800 (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
1802 (_AC_CONFIG_UNIQUE): Update.
1803 (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
1804 Replaced by this ...
1805 (_AC_LIST_TAGS): ... new common macro.
1806 (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
1807 AC_LIST_COMMAND_COMMANDS): Replaced by this ...
1808 (_AC_LIST_TAG_COMMANDS): ... new common macro.
1809 (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
1810 this didn't belong to the `config commands' section.
1811 (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
1812 (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
1813 AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
1814 to the `config commands' section either.
1815 (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
1816 (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
1818 ... and many changes to the comments nearby.
1820 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
1821 set ac_subdirs_all='_AC_LIST_SUBDIRS'.
1822 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1823 AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
1824 (#define header templates): The comment at the top of the generated
1825 header now includes the name(s) of the source file(s).
1827 Several unrelated small changes:
1829 * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
1830 parameter to AC_DIAGNOSE.
1831 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
1832 (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
1833 with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
1834 (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
1836 (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
1837 in AC_OUTPUT doesn't double-quote it either.
1838 * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
1841 2005-07-10 Stepan Kasal <kasal@ucw.cz>
1843 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
1844 versions of Portland Group compiler produce single- and double-quoted
1845 -cmdline argument. Reported by Steven G. Johnson <stevenj@fftw.org>
1846 and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
1848 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
1850 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
1851 This is a corrected version of yesterday's patch.
1853 2005-07-07 Stepan Kasal <kasal@ucw.cz>
1855 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
1856 path, too; insert a "===" to emphasize the line.
1858 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
1859 ac_cv_build_alias to ac_build_alias.
1860 (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
1862 On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
1863 change eliminates it. Problem reported by Alexandre Duret-Lutz.
1864 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
1865 (AC_ARG_VAR): ... here.
1866 (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
1869 Keep a list of all precious variables and process them with one simple
1870 for loop, instead of expanding all commands, or, OTOH, complicated
1871 processing of output of "set".
1872 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
1873 variable names in new macro...
1874 (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
1875 (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
1876 a loop to assign all ac_env_* and ac_cv_env_* variables.
1877 (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
1879 (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
1880 its value to shell variable ac_precious_vars and call
1881 _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
1882 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
1883 _AC_ARG_VAR_VALIDATE.
1885 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
1886 and the AC_SUBSTs ...
1887 (AC_INIT): ... here.
1889 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
1890 the ac_subst_files section in config.log.
1892 * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
1894 2005-07-06 Paul Eggert <eggert@cs.ucla.edu>
1896 * NEWS: New macro AC_C_TYPEOF.
1897 * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
1898 * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
1899 * tests/c.at (C keywords): Test AC_C_TYPEOF.
1901 Fix problems reported by Nicolas Joly.
1902 * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
1903 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
1904 They are generated by the Tru64 v5.1B shell.
1906 2005-07-05 Stepan Kasal <kasal@ucw.cz>
1908 Fix my changes from 2005-07-01; reported by Noah Misch.
1909 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
1910 description, the macro now accepts only a single tag.
1911 (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
1913 Fix cases when the varsions of Autoconf and Autotest don't match.
1914 Reported by Noah Misch.
1915 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
1916 at_top_builddir, for compatibility with older autotest.
1917 * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
1918 is not set, use at_top_builddir, for compatibility with older
1919 versions of autoconf.
1921 2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
1923 * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
1924 Problem reported by Patrick Welche.
1926 2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
1928 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
1929 sed substitution command, so that we allow | in program prefixes
1930 and program suffixes. (& is a problem anyway; we're not fixing
1932 * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
1933 configure_input, top_builddir, srcdir, etc.
1934 * lib/autotest/general.m4 (AT_INIT): Likewise, for
1935 PATH_SEPARATOR in AUTOTEST_PATH.
1937 2005-07-02 Alexandre Duret-Lutz <adl@gnu.org>
1939 * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
1940 for loop over config.site files using `set', to allow
1941 directory names containing IFS characters.
1943 2005-07-01 Paul Eggert <eggert@cs.ucla.edu>
1945 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
1946 directories with weird names. Apparently some people like living
1947 on the edge. However, improve the test that "pwd" actually does
1948 report a name for the working directory.
1949 * NEWS: Remove the claim that we test for funny chars in dir names.
1951 2005-07-01 Stepan Kasal <kasal@ucw.cz>
1953 * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
1955 * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
1956 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
1957 Now accept a single tag, not whitespace separated list.
1958 (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
1960 2005-06-30 Stepan Kasal <kasal@ucw.cz>
1962 * doc/autoconf.texi (Configuration Headers): Change the explanation
1963 about #include <config.h>.
1964 (Generic Functions): Mention the Gnulib project.
1965 (Limitations of Usual Tools) <sed>: Another minor rephrasing.
1967 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
1968 document to output the default config_* lists to config.status.
1969 Don't recognize option --file, if the functionality is not there.
1970 Likewise for --header; moreover, recognize --he and --h as shortcuts
1971 for --help in that case.
1973 * lib/autoconf/status.m4: Fix the order of the "sections", so that it
1974 matches the order of execution. No code changed.
1976 2005-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1978 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
1979 single-quoted -cmdline argument in Portland Group compiler.
1980 Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
1982 2005-06-30 Alexandre Duret-Lutz <adl@gnu.org>
1984 * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
1986 2005-06-29 Stepan Kasal <kasal@ucw.cz>
1988 * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
1989 descriptors to child processes; reported by Norman Gray.
1991 2005-06-29 Stepan Kasal <kasal@ucw.cz>
1993 * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
1995 * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
1996 instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
1997 (AC_SUBST): Call it.
1998 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
1999 the directory specific variables; but don't call it for configure_input.
2001 2005-06-28 Derek Price <derek@ximbiot.com>
2003 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2006 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
2008 * NEWS: Don't worry about spaces in bindir etc. Only srcdir and working
2009 directory have inherent problems with special characters like spaces,
2010 due to limitations in Make syntax. Problem reported by Alexandre
2012 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2013 Also, fix Tru64 porting problem with shell patterns,
2014 reported by Ralf Wildenhues.
2016 2005-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2018 * doc/autoconf.texi (Subdirectories): Fix markup typos.
2020 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
2022 * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2024 Fix some more shell quoting problems. Prompted by a bug report
2025 from Justace Clutter.
2026 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2027 variable into diagnostic. Make the diagnostic an error, not a warning,
2028 because we really don't support spaces and suchlike in dir names.
2029 (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2030 Don't worry about backslashes in srcdir; it can't happen now.
2031 (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2032 Simplify ac_optarg handling.
2033 (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2035 2005-06-22 Stepan Kasal <kasal@ucw.cz>
2037 Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2038 * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2039 * tests/atlocal.in: Propagate $EGREP and $SED.
2040 * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2041 (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2043 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2044 that '\|' is not allowed in BREs; recommend using newline separated
2045 list of patterns instead of multiple -e options.
2047 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2049 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2051 2005-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2053 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2055 2005-06-21 Stepan Kasal <kasal@ucw.cz>
2057 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2058 b, t, r, w commands require single space, while : cannot have any.
2059 (Special Shell Variables): Fix sed code this in the example.
2060 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2061 * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2063 * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2064 expand to the empty list. Don't use two pairs of m4_changequote,
2067 2005-06-20 Derek Price <derek@ximbiot.com>
2069 * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2071 2005-06-17 Paul Eggert <eggert@cs.ucla.edu>
2073 * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2074 * doc/autoconf.texi:
2075 Don't mention Solaris versions so much, if a
2076 problem is common to all extant versions of Solaris. Say "SunOS
2077 4" instead of "SunOS" for SunOS 4.
2078 (awk): Mention more of the limitations of traditional Awk.
2079 (cat): Don't talk about cat -v.
2081 2005-06-16 Paul Eggert <eggert@cs.ucla.edu>
2083 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2084 (AS_VERSION_COMPARE): New macro. The API is taken from CVS,
2085 but the implementation is entirely different and is designed
2086 to be compatible with glibc strverscmp.
2087 * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2089 * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2090 on Mac OS X 10.4 reported by Peter O'Gorman in:
2091 http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2092 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2093 Use shell builtins rather than 'expr', to work around expr bug.
2095 2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
2097 * doc/autoconf.texi: "filesystem" -> "file system".
2098 "behaviour" -> "behavior".
2099 Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2100 * lib/autoconf/general.m4: Omit blank after ":" sed command,
2102 * lib/m4sugar/m4sh.m4: Likewise.
2103 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2104 with Solaris sed. Fix by Ralf Menzel and Stepan Kasal.
2106 * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2107 (.x.1): Ignore the time stamp in the .TH line when deciding whether
2108 to update the man page. That way, we don't have to check in new
2109 man pages every month.
2111 * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2112 quotes and backslashes. Patch from Derek Price.
2114 2005-06-10 Derek Price <derek@ximbiot.com>
2116 * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2119 2005-06-08 Paul Eggert <eggert@cs.ucla.edu>
2121 * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2122 -u, since it outputs chatter if the input files are the same.
2123 Problem reported by Ralf Menzel.
2125 2005-06-08 Derek Price <derek@ximbiot.com>
2127 * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2128 renaming them since they are about to be redefined anyhow.
2130 2005-06-08 Derek Price <derek@ximbiot.com>
2132 * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2133 redefined M4 macros to this node. Document m4_include & m4_sinclude.
2134 Move m4_undefine to alphabetical order.
2136 2005-06-07 Paul Eggert <eggert@cs.ucla.edu>
2138 * README: Recommend GNU M4 1.4.3 or later.
2139 * doc/autoconf.texi (Introduction): Likewise.
2140 Reword to avoid some formatting glitches.
2141 Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2142 Clarify explanation of HP compiler bug.
2143 Redo example output tp match current CVS snapshot.
2144 Use @example.org in email addresses when the examples
2145 might get inadvertently cut-and-pasted into user code.
2146 Remove example of autom4te usage that doesn't seem to work now.
2147 Use modern AC_INIT (except when the example is meant to be
2148 shown with Autoconf 2.13).
2149 Update ksh info for Solaris 9 and later.
2151 Modernize description of Automake versions a bit.
2152 Don't claim a future version of Autoconf is near.
2153 * doc/install.texi: Reword to avoid some formatting glitches.
2155 2005-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2157 * doc/autoconf.texi: Add [] to examples, so that the manual
2158 follows its own advice about quoting better.
2159 Reword to avoid some formatting glitches.
2160 * doc/installt.exi: Reword to avoid some formatting glitches.
2162 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2163 Tru64 ksh pattern matching bug. Reported against Libtool by
2164 Albert Chin <libtool@mlists.thewrittenword.com> and
2165 Nicolas Joly <njoly@pasteur.fr>.
2167 2005-06-06 Stepan Kasal <kasal@ucw.cz>
2169 m4_cdr of one-member list was [[]] (one-member list containing an
2170 empty string) instead of [] (an empty list. Callers were skewed to
2171 match this misbehaviour. As a consequence of this:
2172 - m4_foreach([x], [], [foo]) expanded to `foo', while
2173 - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2174 This bug has been fixed:
2176 * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2177 expand to an empty string; print error msg if called without
2179 (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2180 misbehaviour; handle [] and [[]] correctly.
2182 2005-06-06 Stepan Kasal <kasal@ucw.cz>
2184 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2185 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2186 scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2188 2005-06-06 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (trivial change)
2190 * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2191 swallow records with more than 99 fields.
2192 * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2193 parse the long line.
2195 2005-06-04 Stepan Kasal <kasal@ucw.cz>
2197 * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2198 swallow literals longer than 399. Reported by Ralf Wildenhues.
2199 * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2200 to workaround this limitation.
2202 2005-06-03 Steven G. Johnson <stevenj@alum.mit.edu>
2204 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2205 to gfortran, and make these the first two compiler names
2206 checked (following the general autoconf preference for gcc).
2208 2005-06-03 Stepan Kasal <kasal@ucw.cz>
2210 * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2211 (DISTCLEANFILES): Remove $(check_SCRIPTS).
2212 (testsuite): Make sure autotest.m4f is up-to-date before using it.
2214 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
2216 * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2217 expression of unbounded size when processing the --list
2218 option. This runs afoul of a limit of 399 bytes per regular
2219 expression on AIX. Problem reported by Ralf Wildenhues.
2221 2005-06-01 Paul Eggert <eggert@cs.ucla.edu>
2223 * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2224 * doc/autoconf.texi (Particular Headers): Reword example
2225 for multiline stdbool replacement.
2226 (Setting Output Variables): Reword text a bit. Don't
2227 give all the details about |#_!!_#|.
2228 Reword description of line replacement.
2230 2005-05-31 Dan Manthey <dan_manthey@partech.com>
2232 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2233 now contain newlines, and substituted files must be referenced on
2234 a line alone; the sed scripts to substitute them are now very
2236 (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2237 commands can be put in a sed script portably.
2238 * doc/autoconf.texi (Setting Output Variables): Document above
2239 changes. (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2240 use of multiline substitution.
2241 * tests/torture.at: No longer expect substitution of newline to fail.
2243 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
2245 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2246 From Ralf Menzel (trivial change).
2248 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
2250 * tests/local.at: Don't attempt to check for negated character
2251 classes in shell scripts. The test was too brittle.
2253 2005-05-25 Stepan Kasal <kasal@ucw.cz>
2255 * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2256 * doc/autoconf.texi (Limitations of Builtins): Document this
2259 2005-05-24 Stepan Kasal <kasal@ucw.cz>
2261 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2262 common code; used in many places in the tree.
2263 (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2264 (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2266 * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2268 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2269 messages when ac_unique_file is not found.
2270 (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2271 (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2272 commands, for consistency with AC_MSG_ERROR and such.
2274 * bin/autoconf.as: Make more use of "shift 2" in option processing.
2276 * bin/Makefile.am: Merge the two rules for creating scripts.
2278 2005-05-23 Stepan Kasal <kasal@ucw.cz>
2280 * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2281 obsolete; it was never documented.
2282 (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2284 2005-05-20 Stepan Kasal <kasal@ucw.cz>
2286 * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2287 * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2288 (ac_top_builddir): ... this ...
2289 (ac_top_build_prefix): ... to this; the old name is also kept, for
2290 backward compatibility.
2291 (ac_top_builddir_sub): New variable, without the trailing slash,
2293 (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2294 * doc/autoconf.texi (Configuration Actions): Rename
2295 ac_top_builddir to ac_top_build_prefix.
2296 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2297 at_top_builddir to at_top_build_prefix.
2298 * lib/autotest/general.m4 (AT_INIT): Likewise.
2300 2005-05-20 Stepan Kasal <kasal@ucw.cz>
2302 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2305 2005-05-17 Stepan Kasal <kasal@ucw.cz>
2307 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2308 argument to m4_foreach. I guess it was necessary in the past,
2309 but I think it's a no-op now.
2311 2005-05-17 Stepan Kasal <kasal@ucw.cz>
2313 * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2314 ``cat <<_ACEOF'' commands to one.
2315 (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2316 * lib/autoconf/status.m4: On various places, use expr instead of
2318 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2319 (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2320 * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2322 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2323 the wrong patterns between ``case'' and ``esac.'' The previous
2324 code had false positives.
2326 2005-05-14 Alexandre Duret-Lutz <adl@gnu.org>
2328 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2330 * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2333 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
2335 * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2336 ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2337 Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2338 bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2339 bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2340 bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2341 config/config.guess, config/config.sub, config/elisp-comp,
2342 config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2343 doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2344 lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2345 lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2346 lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2347 lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2348 lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2349 lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2350 lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2351 lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2352 lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2353 lib/autoconf/general.m4, lib/autoconf/headers.m4,
2354 lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2355 lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2356 lib/autoconf/specific.m4, lib/autoconf/status.m4,
2357 lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2358 lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2359 lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2360 lib/autotest/general.m4, lib/emacs/Makefile.am,
2361 lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2362 lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2363 lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2364 tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2365 tests/compile.at, tests/foreign.at, tests/fortran.at,
2366 tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2367 tests/semantics.at, tests/suite.at, tests/tools.at,
2368 tests/torture.at, tests/wrapper.as:
2369 Update FSF postal mail address.
2371 2005-05-13 Stepan Kasal <kasal@ucw.cz>
2373 * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2375 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2376 enough arguments, similarly as in m4_bpatsubsts.
2378 2005-05-12 Stepan Kasal <kasal@ucw.cz>
2380 * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2383 2005-05-11 Stepan Kasal <kasal@ucw.cz>
2385 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2386 for absolute directory names in one loop.
2387 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2388 abbreviations of --version and --debug.
2390 2005-05-10 Paul Eggert <eggert@cs.ucla.edu>
2392 * doc/autoconf.texi (Autoconf Language): Be more precise about
2393 quoting rules. Problems noted by Stepan Kasal.
2394 Also, throughout this document, be more careful about white space.
2395 "blank", "white space", and "space" all have different meanings
2396 and we should be careful to say what we mean.
2398 2005-05-05 Paul Eggert <eggert@cs.ucla.edu>
2400 Fix C++ related problems reported by Werner Lemberg.
2401 * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2402 * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2403 * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2404 avoid problems with C++ and throw.
2405 * tests/compile.at: .cpp, not .cc.
2407 * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2409 2005-05-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2411 * doc/autoconf.texi (Generic Functions): Typos.
2413 2005-05-02 Gary V. Vaughan <gary@gnu.org>
2415 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2416 object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2417 set by latest automake.
2419 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
2421 * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2422 outputs 0 on GNU/Linux these days.
2424 2005-04-29 Paul Eggert <eggert@cs.ucla.edu>
2426 * doc/autoconf.texi (Autoconf Language): Add more description
2427 about quoting heuristics.
2428 (Limitations of Builtins): Describe "set -" problems.
2430 2005-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2432 * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2435 * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2436 by AC_DEFINE; it was a mistake.
2437 From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2439 2005-04-25 Stepan Kasal <kasal@ucw.cz>
2441 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2443 2005-04-22 Stepan Kasal <kasal@ucw.cz>
2445 * doc/autoconf.texi (External Software): Quadrigraphs are not
2446 processed correctly in AS_HELP_STRING; avoid this in the examples.
2447 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2448 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2449 comment and reduce m4_default([foo], []) to [foo].
2450 (m4_strip): Update the explanation.
2452 2005-04-19 Paul Eggert <eggert@cs.ucla.edu>
2454 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2455 Remove core.conftest.* too; it's generated by Tru64 5.1.
2456 Problem reported by Jennis Pruett.
2457 * lib/autoconf/functions.m4
2458 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2459 Don't bother to remove core files; AC_RUN_IFELSE should do that
2462 2005-04-19 Stepan Kasal <kasal@ucw.cz>
2464 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
2466 2005-04-19 Alexandre Duret-Lutz <adl@gnu.org>
2468 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
2469 Report from Horst Wente.
2471 2005-04-15 Stepan Kasal <kasal@ucw.cz>
2473 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
2476 2005-04-14 Gregorio Guidi <greg_g@gentoo.org>
2478 * doc/autoconf.texi (External Software, Package Options): Add
2479 examples showing how to implement --with-* and --enable-* options.
2481 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
2483 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
2484 as well as configure.in. Problem reported by Gregorio Guidi.
2486 2005-04-10 Paul Eggert <eggert@cs.ucla.edu>
2488 * doc/autoconf.texi (Particular Functions): Use gnulib's current
2489 pattern for alloca snippet.
2491 2005-04-04 Stepan Kasal <kasal@ucw.cz>
2493 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
2495 2005-04-01 Stepan Kasal <kasal@ucw.cz>
2497 * doc/autoconf.texi (Generic Programs): Fix a typo.
2499 2005-04-01 Paul Eggert <eggert@cs.ucla.edu>
2501 * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
2502 fails if %s isn't supported. Problem reported by Ralf Wildenhues.
2504 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2506 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
2507 Merge `-z option' as well for the benefit of Solaris link flags. Pass
2508 whole-archive (-zallextract, -zdefaultextract) options in the hope of
2509 unique libraries, for the Sun Fortran 95 8.0 compiler. Bug reported
2510 against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
2512 2005-03-22 Paul Eggert <eggert@cs.ucla.edu>
2514 * NEWS: The configure command now warns you if you attempt to use
2515 a directory whose name contains a special character like space,
2517 * doc/autoconf.texi (Installation Directory Variables): Allow
2518 "," in file names. Do not use \@; it's not a portable regexp.
2519 * bin/Makefile.am (edit): Likewise.
2520 * lib/Makefile.am (edit): Likewise.
2521 * tests/Makefile.am (edit): Likewise.
2522 * tests/semantics.at: Likewise.
2523 * tests/torture.at: Likewise.
2524 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
2525 * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
2526 * doc/autoconf.texi (File System Conventions): Warn about
2527 unportable file names.
2528 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
2530 (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
2531 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
2532 ac_pwd, and quote srcdir.
2533 * lib/autotest/general.m4 (AT_INIT): Quote file name args.
2535 * doc/autoconf.texi: Fix some systematic formatting problems.
2536 ".)" needs a following @: if not at the end of a sentence, and
2537 similarly for "!)". "etc." should be preceded by a comma.
2538 "n-th" -> "@var{n}th". pdksh is still buggy, so update its date.
2540 2005-03-22 Bruno Haible <bruno@clisp.org>
2542 * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
2543 argument is often called 'build-aux'.
2545 2005-03-07 Stepan Kasal <kasal@ucw.cz>
2547 * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
2548 macro AC_TRY_LINK is obsolete.
2549 (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
2552 2005-02-24 Stepan Kasal <kasal@ucw.cz>
2554 * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
2555 `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
2556 from a Common Lisp's `cl'.
2557 (AC_PROG_CXX): Behave according to the documentation: don't
2558 search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
2559 make the variable CCC precious; use `cl.exe', not `cl'.
2561 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2562 Alexandre Duret-Lutz <adl@gnu.org>
2564 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
2565 /dev/null, as "configure" shouldn't read stdin, and this insulates
2566 us from problems (e.g., when testing for "cl"). Also, do this
2567 redirection before invoking "hostname" or "uname", and keep the
2568 original input stream available via...
2569 (AS_ORIGINAL_STDIN_FD): ... this new macro.
2570 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
2571 bother with "</dev/null" since it's now done at the top of
2573 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
2574 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2575 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
2576 * doc/autoconf.texi (File Descriptor Macros): New section.
2577 (Printing Messages): Mention it.
2578 * tests/base.at (Input/Output): New test.
2580 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2582 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
2583 newline if neither \c nor -n work, as that would output two
2584 newlines. Prefer -n to \c. Reported by Stepan Kasal.
2586 2005-02-12 Stepan Kasal <kasal@ucw.cz>
2588 * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
2589 This causes that any required macros inside will get before the if.
2590 * doc/autoconf.texi (autom4te.cache): A typo.
2592 2005-02-12 Paul Eggert <eggert@cs.ucla.edu>
2594 Undo previous change, except keep the change to
2595 lib/autoconf/programs.m4 that replaced grep with shell
2596 pattern-matching. This is because net-snmp configure reads stdin.
2597 Reported by Noah Misch.
2599 2005-02-11 Paul Eggert <eggert@cs.ucla.edu>
2601 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
2602 from /dev/null, as "configure" shouldn't read stdin, and this
2603 insulates us from problems (e.g., when testing for "cl").
2604 Suggested by Alexandre Duret-Lutz. Also, do this redirection
2605 before invoking "hostname" or "uname".
2606 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2607 _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
2608 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
2609 "</dev/null" since it's now done at the top of 'configure'.
2610 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2611 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
2612 Also, replace grep with shell pattern-matching, to save a process.
2614 2005-02-10 Paul Eggert <eggert@cs.ucla.edu>
2616 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2617 _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
2618 avoid thinking that Allegro Common Lisp's "cl" command is a C++
2621 2005-02-09 Paul Eggert <eggert@cs.ucla.edu>
2623 * doc/autoconf.texi (Limitations of Usual Tools): Document that
2624 grep -q isn't portable. Improve grep -s explanation.
2625 Problem reported by Dan Manthey.
2627 2005-02-08 Paul Eggert <eggert@cs.ucla.edu>
2629 * doc/autoconf.texi (Special Shell Variables): Clarify
2630 PATH_SEPARATOR wording; fix typo in IFS. Reported by Gary V. Vaughan.
2632 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
2634 * doc/autoconf.texi: Use @acronym for DJGPP.
2635 Fix some @code's that should have been @env's, and vice versa.
2636 Sort environment variable names.
2637 Mention that shells no longer inherit IFS.
2638 Don't recommend PATH_SEPARATOR=';' so strongly.
2639 Mention that $RANDOM might expand to the empty string.
2640 "symlink" and "soft link" -> "symbolic link".
2641 Improve mktemp description (reported by Bruno Haible).
2643 2005-02-05 Paul Eggert <eggert@cs.ucla.edu>
2645 * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
2646 * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
2648 * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
2651 2005-02-04 Paul Eggert <eggert@cs.ucla.edu>
2653 * NEWS: Mention AT_COPYRIGHT.
2655 * tests/local.at (AT_CMP): Use diff directly on input files rather
2658 * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
2659 /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
2661 2005-02-04 Noah Misch <noah@cs.caltech.edu>
2662 and Paul Eggert <eggert@cs.ucla.edu>
2664 * tests/autotest.at (Empty test suite): New test.
2665 * tests/torture.at (Substitute and define special characters)
2666 (Substitute a 2000-byte string, Define to a 2000-byte string)
2667 (Substitute a newline, Define a newline): New tests.
2669 2005-02-04 Noah Misch <noah@cs.caltech.edu>
2671 * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
2672 * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
2673 (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
2674 * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
2675 (Standard regular expressions): New test.
2676 (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
2677 excess test name quoting.
2678 * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
2679 CPPFLAGS to `configure' instead of setting it in `configure'.
2681 * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
2682 any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
2685 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
2686 s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
2688 * tests/local.at (AT_CMP): New macro.
2689 (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
2690 (AC_SAVE_STATE): Move environment grep...
2691 (AT_CHECK_ENV): to here. Filter out `'$''. Use AT_CMP.
2692 (AT_CONFIG_CMP): New macro.
2693 (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
2694 * tests/c.at (Extensions): Do not exit early.
2695 * tests/atlocal.in: Inherit $GREP.
2697 * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
2698 (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
2700 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
2701 (AC_COPYRIGHT): Factor header comment portion out and move into...
2702 * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
2703 * lib/autotest/general.at (AT_COPYRIGHT): New macro.
2704 (AT_INIT): Add Autotest copyright notice. Display copyright notices in
2706 * tests/local.at: Add Autoconf test suite copyright notice.
2707 * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
2709 2005-02-04 Bruno Haible <bruno@clisp.org>
2710 and Paul Eggert <eggert@cs.ucla.edu>
2712 * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
2714 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
2716 * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
2717 this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
2719 Try not to generated lines of unlimited length, as POSIX places a
2720 2047-byte limit on line length of portable text files.
2721 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
2722 Use newline as a separator, not space.
2723 * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
2724 (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
2727 2005-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2729 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
2730 as_func_*. Add test to check whether positional parameters
2731 are restored after function return.
2733 2005-02-02 Paul Eggert <eggert@cs.ucla.edu>
2735 * doc/autoconf.texi (Special Shell Variables): Mention _,
2736 BIN_SH, DUALCASE. Say that variables other than "status" are safe
2737 if they contain a lower-case letter. The DUALCASE problem was
2738 reported by Ralf Wildenhues.
2740 * bin/autoconf.as: Don't exit with status 0 after write failure
2741 with --help or --version.
2742 * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
2743 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
2745 2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2747 * doc/autoconf.texi (Limitations of Usual Tools):
2748 Unicos 9 sed limitations.
2749 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
2750 to get the option-enhanced interface on older Crays. Try ftn for
2751 Fortran 95 (newer Crays).
2753 2005-02-01 Paul Eggert <eggert@cs.ucla.edu>
2755 * man/Makefile.am (.x.1): Go back to the simple solution, but take
2756 care to echo the commands, so the user knows what's going on.
2757 Modified from a suggestion by Stepan Kasal.
2759 * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
2760 with a cross reference. Derived from a suggestion by Bruce Korb.
2762 2005-01-31 Paul Eggert <eggert@cs.ucla.edu>
2764 * doc/autoconf.texi (config.status Invocation): Warn about
2765 discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
2766 * doc/install.texi (Defining Variables): Likewise.
2767 Based on a proposed patch by Ralf Wildenhues.
2769 * man/Makefile.am (.x.1): Make sure the required generated files
2770 are up to date. Problem and original solution proposed by Stepan Kasal.
2771 $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
2772 implicit-man-prerequisites): New rules, used by the above.
2774 * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
2775 * config/config.guess, config/config.sub, config/install-sh: Likewise.
2776 * config/missing, config/texinfo.tex: Likewise.
2778 2005-01-29 Stepan Kasal <kasal@ucw.cz>
2780 Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
2781 Update the long comment explaining it.
2783 m4_require no longer writes an ``is required by'' line to the
2784 execution stack. It contains only one bit of non-redundant
2785 information: that the macro was required, not called. And even
2786 this bit is useless in most situations: have you ever met a macro
2787 which both calls and requires the same macro?
2789 * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
2790 (_m4_defun_pro_outer): ... only via this macro, for the outermost
2792 (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
2793 (m4_expansion_stack_pop): Remove the misplaced comment.
2794 (m4_require): Don't put the ``is required by'' line to the
2795 execution stack; slightly improve the out-of-a-defun error message.
2796 (_m4_divert_grow): New macro, counter for the temporary diversions.
2797 (_m4_require_call): Use it.
2798 * tests/m4sugar.at (m4_require): Expect output without the
2799 ``is required by'' messages.
2801 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
2803 * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
2804 rather than x for expr.
2806 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
2808 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
2809 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2810 * lib/autotest/general.m4 (AT_INIT): Likewise.
2811 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
2812 * tests/mktests.sh: Likewise.
2814 2005-01-27 Akim Demaille <akim@epita.fr>
2816 Have autoheader honor --force.
2818 * doc/make-stds.texi, doc/standards.texi: Update from masters.
2819 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
2820 * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
2821 from masters, so that FileUtils.pm's update_file provide --force
2823 * bin/autoheader.in: Pass $force to update_file so that
2824 config.h.in is always recreated when --force.
2826 2005-01-24 Stepan Kasal <kasal@ucw.cz>
2828 * doc/autoconf.texi (Introduction): Update Peter Simons' address.
2830 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
2832 * doc/autoconf.texi (Limitations of Builtins): Clarify that
2833 "if test ! -d foo; ..." is portable. Suggested by Stepan Kasal.
2835 2005-01-20 Paul Eggert <eggert@cs.ucla.edu>
2837 * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
2838 Warn about newline stripping in `` and $(). Update Solaris
2840 (Limitations of Builtins): Use expr "X...", not expr "x...", as
2841 X insulates us from future changes to Posix.
2842 (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
2845 2005-01-19 Stepan Kasal <kasal@ucw.cz>
2847 * doc/autoconf.texi (Defining Symbols): Delete the false comment that
2848 you cannot use AC_DEFINE to define macros containing `[' or `]'.
2850 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
2852 * doc/autoconf.texi (Limitations of Usual Tools): Document bug
2853 in Solaris 8 join. Problem reported by Tomohiro Suzuki on
2854 bug-tar mailing list.
2856 2005-01-05 Stepan Kasal <kasal@ucw.cz>
2858 * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
2860 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
2862 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
2863 ulongval to be static, to avoid unwanted GCC warning. Problem
2864 reported by Michael Jennings via Daniel Reed; see
2865 <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
2867 2005-01-05 Alexandre Duret-Lutz <adl@gnu.org>
2869 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
2870 docdir, htmldir, dvidir, pdfdir, psdir, and localdir. Update
2871 datadir, infodir, and mandir. Adjust argument parsing code.
2872 (_AC_INIT_HELP): Update help text.
2873 * doc/autoconf.texi (Installation Directory Variables): Document
2876 2005-01-04 Noah Misch <noah@cs.caltech.edu>
2878 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
2879 not seem to work, assume it does set $(MAKE).
2880 * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
2882 2005-01-03 Stepan Kasal <kasal@ucw.cz>
2884 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
2886 2005-01-03 Stepan Kasal <kasal@ucw.cz>
2888 A cleanup of the diversion support in m4sugar.
2890 * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
2891 (_m4_divert_n_stack): New macro; the expansion is
2892 <newline>m4_divert_stack, if m4_divert_stack is defined, and void
2894 (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
2895 (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
2896 stored in _m4_divert_diversion or _m4_divert_dump.
2897 (m4_divert_pop): When the parameter is given, compare the symbolic
2898 name with the last diversion pushed on the stack. Previously, the
2899 current diversion was compared with the numeric value of the
2900 diversion given as the parameter.
2901 (m4_require): If the macro hasn't been expanded yet, call ...
2902 (_m4_require_call): this new macro.
2904 2005-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2906 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
2907 Workarounds for documented `case' limitations.
2909 2005-01-03 Paul Eggert <eggert@cs.ucla.edu>
2911 * doc/autoconf.texi (Limitations of Usual Tools): Warn about
2912 sed 'command1;command2'. Problem reported by Ralf Wildenhues.
2914 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
2916 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
2917 bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
2918 bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
2920 Patch from Roger Leigh (with some minor changes) as follows:
2921 * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
2922 Resurrect AC_PROG_CC_STDC.
2923 * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
2924 AC_PROG_CC_C89, AC_PROG_CC_C99.
2925 (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
2926 * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
2927 AC_PROG_CC_C99): New macros.
2928 (AC_PROG_CC_STDC): Use them.
2929 (_AC_PROG_CC_STDC): Remove.
2930 (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
2931 * THANKS: Add Roger Leigh.
2933 2004-12-30 Noah Misch <noah@cs.caltech.edu>
2935 * bin/autoreconf.in (autoreconf_current_directory): AM_INIT_AUTOMAKE
2936 signals that the package uses Automake; a `Makefile.am' is typical but
2937 not essential. Reported by Magnus Therning.
2938 * tests/torture.at (autoreconf.): New banner.
2939 (autoreconf and non-AC configure): Rename to `Non-Autoconf
2941 (autoreconf an empty directory): Rename to `Empty directory'.
2942 (Unusual Automake input files): New test.
2944 2004-12-30 Noah Misch <noah@cs.caltech.edu>
2946 * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
2947 (AT_SETUP): Clear AT_capture_files.
2948 (_AT_CHECK): On failure, log each of AT_capture_files. Fix comment.
2949 (AT_KEYWORDS): Fix comment typo.
2950 * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
2951 * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
2952 * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
2954 2004-12-29 Albert Chin-A-Young <china@thewrittenword.com>
2956 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
2957 If the variable to set is already set, set ac_cv_path_$1
2958 to the preset value so caller can assume ac_cv_path_$1
2959 is available. (trivial change)
2961 2004-12-27 Noah Misch <noah@cs.caltech.edu>
2963 * BUGS (Minor Problems): Warn about makefile limitations.
2964 * Makefile.am: Find and update `INSTALL' in $(srcdir).
2965 * man/Makefile.am: Find and update manual pages in $(srcdir).
2967 2004-12-24 Eric Blake <ebb9@byu.net>
2969 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
2970 shells in subshell, to avoid noise from ash. (trivial change)
2972 2004-12-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2974 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2975 problems with SunOS ksh and backslash escaping, Bourne shells and
2976 closing brackets (both within character classes). Bug reported
2977 against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
2978 <read>: New entry. Mention non-availability of -r.
2980 2004-12-21 Akim Demaille <akim@epita.fr>
2982 * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
2983 avoid cluttering displayed messages. Rather, prepend srcdir where
2984 AT_LINE is used for log files.
2986 2004-12-21 Stepan Kasal <kasal@ucw.cz>
2988 * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
2989 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
2990 no longer part of the macro, quote the occurrence of ``$tmp''.
2991 * doc/autoconf.texi (Forbidden Patterns): Typo.
2993 2004-12-21 Akim Demaille <akim@epita.fr>
2995 * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
2996 separated from the test title by forcing a white space.
2998 2004-12-21 Akim Demaille <akim@epita.fr>
3000 Enable Emacs navigation within testsuite.log files.
3002 * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3003 use the compilation mode.
3004 (AT_LINE): Point to the srcdir.
3006 2004-12-19 Noah Misch <noah@cs.caltech.edu>
3008 * tests/Makefile.am (installcheck-local): Use $(bindir).
3009 (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3010 * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3011 Makefile.am scheme Autoconf now uses.
3013 2004-12-18 Noah Misch <noah@cs.caltech.edu>
3015 * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3016 * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3018 2004-12-18 Noah Misch <noah@cs.caltech.edu>
3020 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3021 (_AT_CHECK): Use it.
3022 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3023 (AS_ESCAPE): Fix comment.
3024 * tests/autotest.at: Adjust section banner comments.
3025 (AT_CHECK_AT): Accept STATUS and STDERR.
3026 (AT_CHECK_AT_TEST): Likewise.
3027 (Invalid brace-enclosed parameter expansion)
3028 (Multiline command from M4 expansion)
3029 (Double-M4-quoted command): New tests.
3031 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
3033 * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3035 2004-12-17 Akim Demaille <akim@epita.fr>
3037 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3039 Suggested by Alexandre Duret-Lutz.
3040 * doc/autoconf.texi (Setting Output Variables): Catch up.
3042 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3044 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3046 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3048 * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3049 remove the comment which said we cannot.
3051 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3053 Add a specialized check for resolv.h. Thanks to Gerrit P. Haase,
3054 Reini Urban and Paul Eggert for reporting the dependencies.
3056 * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3057 * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3058 (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3060 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3062 * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3063 so that eg. ``autoscan --help'' doesn't truncate it.
3065 2004-12-15 Nicolas Joly <njoly@pasteur.fr>
3067 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3068 generated conftest files.
3070 2004-12-13 Noah Misch <noah@cs.caltech.edu>
3072 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3073 tracing on commands with possibly-escaped newlines.
3074 * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3075 discontinued behavior and its implications.
3076 * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3077 (BSx641-newline in command, BS-BS-newline in command)
3078 (BSx640-newline in command, Newline-CODE-BS-newline in command)
3079 (Single-quote-BS-newline in command)
3080 (Single-quote-newline-BS-newline in command): New tests.
3082 2004-12-13 Stepan Kasal <kasal@ucw.cz>
3084 * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3085 on platforms where it works.
3086 (_AS_TEST_PREPARE): Test for ``test -x''.
3087 (_AS_BROKEN_TEST_PREPARE): Nuke.
3089 2004-12-13 Stepan Kasal <kasal@ucw.cz>
3091 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3092 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3093 give only 4-letter prefix to AS_TMPDIR, comment fixed.
3094 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3095 create the temporary directory.
3096 (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3098 2004-12-12 Kelley Cook <kcook@gcc.gnu.org>
3100 * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3103 2004-12-12 Alexandre Duret-Lutz <adl@gnu.org>
3105 * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3107 2004-12-11 Noah Misch <noah@cs.caltech.edu>
3109 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3110 to avoid using a negated character class. Reported by Nicolas Joly.
3111 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3113 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
3115 * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3116 autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3117 Don't depend on .x file explicitly, since "make" does that for us.
3118 Suggested by Stepan Kasal.
3120 * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3122 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3123 ifnames): Factor common code. And they said it couldn't be done!
3125 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
3127 * bin/.cvsignore: Add autoconf.in.
3128 * tests/.cvsignore: Add wrapper.in.
3129 * lib/autotest/general.m4: Escape '$' in case pattern.
3131 2004-12-09 Noah Misch <noah@cs.caltech.edu>
3133 * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3135 * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3137 * tests/autotest.at: New file.
3138 * tests/suite.at: Include it.
3139 * tests/Makefile.am: Distribute it.
3141 * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3142 shell tracing on a command that could contain multiple lines.
3143 * doc/autoconf.text: Document that fact and its implications.
3144 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3145 * tests/autotest.at (Multiline backquote command substitution,
3146 Multiline parameter expansion, Literal multiline command,
3147 Multiline parenthetical command substitution): Remove XFAIL.
3149 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
3151 * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3152 and suggest AC_SEARCH_LIBS. Suggested by Noah Misch and Stepan Kasal.
3154 2004-12-08 Noah Misch <noah@cs.caltech.edu>
3156 * configure.ac (test suite): Cease to generate wrapper scripts.
3157 * configure: Regenerate.
3158 * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3159 (m4f_dependencies): Adjust accordingly.
3160 * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3161 (wrapper.in): Generate it in the build directory.
3162 (MAINTAINERCLEANFILES): Delete wrapper.in.
3163 (CLEANFILES): Add wrapper.in.
3164 * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3165 the output. Replace each $as_me with a @wrap_program@.
3166 * tests/wrapper.in: Delete it; we always build it.
3168 * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3169 (EXTRA_DIST): Remove autoconf.in.
3170 (CLEANFILES): Add autoconf.in.
3171 (autoconf): Find autoconf.in in the build directory.
3172 * bin/autoconf.in: Delete it; we always build it.
3174 2004-12-08 Noah Misch <noah@cs.caltech.edu>
3176 * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
3177 PATH members so as to not prepend an empty element. Move a comment.
3178 * Makefile.am (SUBDIRS): Build in `tests' last.
3179 * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3181 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
3183 * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3184 the spaces inside $ls_command. Problem reported by Loulou Pouchet in
3185 <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3186 Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3188 2004-12-07 Stepan Kasal <kasal@ucw.cz>
3190 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3193 2004-12-06 Paul Eggert <eggert@cs.ucla.edu>
3195 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3196 looking elsewhere for getmntent. Problem reported by Mark D. Baushke.
3197 * doc/autoconf.texi (Particular Functions): Mention new behavior.
3199 2004-12-03 Stepan Kasal <kasal@ucw.cz>
3201 * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3202 out the common code to ...
3203 (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3204 value of the #define--default to 1, iff the macro was called
3205 with exactly one parameter.
3207 2004-12-02 Paul Eggert <eggert@cs.ucla.edu>
3209 * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3210 "char c = '\200';" rather than "char c = 0x80;" as the
3211 latter doesn't conform to the strict C standard due to
3212 overflow on signed char hosts.
3214 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3215 to -qlanglvl=ansi. We don't want to disable extensions.
3217 2004-11-29 Paul Eggert <eggert@cs.ucla.edu>
3219 * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3220 (Using Autotest, testsuite Scripts, Writing testsuite.at):
3221 Reword slightly to avoid some English-language problems noted
3222 by Ralf Wildenhues in:
3223 http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3225 2004-11-29 Stepan Kasal <kasal@ucw.cz>
3227 * NEWS: Add ^L above each release.
3229 2004-11-28 Paul Eggert <eggert@cs.ucla.edu>
3231 Fix documentation problems reported by Russ Boylan in
3232 <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3233 along with some nearby cruft.
3234 * doc/autoconf.texi (Libtool): Libtool can be used without
3235 Automake (not without Autoconf).
3236 (Introduction): Mention lists.gnu.org.
3237 * BUGS: Don't mention bugs.gnu.org.
3238 Remove mention of ancient libtool compatibility problem.
3239 * NEWS: Mention that bugs.gnu.org is kaput.
3240 * README: Likewise. Mention where mailing list archives can be found.
3242 2004-11-28 Stepan Kasal <kasal@ucw.cz>
3244 * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3245 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3247 2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
3249 * doc/autoconf.texi (Pretty Help Strings): Go back to
3250 single-quoting assignments to cache variables.
3252 2004-11-23 Stepan Kasal <kasal@ucw.cz>
3254 * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3255 with the examples; fix the bug in MY_ARG_WITH example reported
3256 by Alexandre Duret-Lutz.
3257 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3258 expansion of $1 in the comment emitted to configure.
3260 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
3262 * doc/autoconf.texi (Pretty Help Strings): Fix typo
3263 in my editing of the previous patch. Problem reported
3264 by Alexandre Duret-Lutz.
3266 2004-11-22 Stepan Kasal <kasal@ucw.cz>
3268 * doc/autoconf.texi (Autoconf Language): Explain that
3269 ``descriptions'' may not be double quotes.
3270 (Quotation Rule Of Thumb): Likewise.
3271 (Pretty Help Strings): Likewise; remove the wrong comment;
3272 simplify the examples and improve their quoting.
3274 2004-11-13 Stepan Kasal <kasal@ucw.cz>
3276 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3277 the $1_found variable, don't test whether the file is executable;
3278 Both things are checked ...
3279 (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3280 the former ``test -f''.
3281 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3283 2004-11-10 Paul Eggert <eggert@cs.ucla.edu>
3285 * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3288 2004-11-10 Derek R. Price <derek@ximbiot.com>
3290 * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3291 limitations. Reorder paragraphs for clarity.
3293 2004-10-11 Paul Eggert <eggert@cs.ucla.edu>
3295 * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3296 to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3297 variants", "Unix", and some related minor wording fixups.
3299 (Shellology, Special Shell Variables): Document that the Zsh
3300 problem with NULLCMD was fixed in zsh 3.1.6-dev-18. Thanks
3301 to Alexandre Duret-Lutz for this info.
3303 2004-10-10 Alexandre Duret-Lutz <adl@gnu.org>
3305 * doc/autoconf.texi (One-Shot Macros): New node.
3307 2004-09-28 Paul Eggert <eggert@cs.ucla.edu>
3309 * doc/autoconf.texi (Function Portability): Fix misdescription
3310 of putenv. Problem reported by Michael Wardle.
3312 2004-09-22 Paul Eggert <eggert@cs.ucla.edu>
3314 * doc/autoconf.texi (auindex): New macro.
3315 (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3316 Problem reported by Stepan Kasal.
3318 2004-09-05 Paul Eggert <eggert@cs.ucla.edu>
3320 Fix problems reported by Andreas Buening in:
3321 http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3322 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3324 * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3325 readable; it's not true in OS/2-emx.
3327 2004-09-04 Paul Eggert <eggert@cs.ucla.edu>
3329 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3330 "/usr/include", clear ac_x_includes instead of leaving it as "no"
3331 (trivial change). Problem and patch reported by Andrew Church in:
3332 http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3334 2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
3336 * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3337 three args in examples. Problem reported by Frederik Fouvry in:
3338 http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3339 Also, fix some minor spacing and punctuation bugs.
3341 2004-09-02 Akim Demaille <akim@epita.fr>
3343 * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3344 "case" to restore ordering.
3345 Reported by Stepan Kasal.
3347 2004-08-26 Akim Demaille <akim@epita.fr>
3349 * doc/autoconf.texi: Minor typos and stylos.
3351 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
3353 * configure.ac (AC_INIT): Bump to 2.59c.
3355 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
3359 * README: Add advice about m4 1.4.2.
3361 * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3362 texinfo.tex for now (done by hand now).
3363 * Makefile.maint (wget_files, cvs_files):
3364 Remove ansi2knr.c; nobody uses it.
3365 (ansi2knr.c-url_prefix): Remove.
3366 (cvs-update): Fix test for failure. I don't know why it ever
3369 * doc/autoconf.texi: Update URLs, some of which went stale.
3370 Use @uref rather than @href.
3372 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3373 handle "--" as per POSIX. Suggested by Paul Pogonyshev.
3375 * config/config.guess, config/config.sub, config/elisp-comp,
3376 config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3377 doc/fdl.texi, doc/standards.texi: Sync with master copy.
3379 * NEWS, TODO, configure.ac, bin/autoscan.in,
3380 bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3381 doc/install.texi, lib/Autom4te/Configure_ac.pm,
3382 lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3383 lib/autoconf/programs.m4, lib/autoconf/status.m4,
3384 lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3385 lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3386 tests/tools.at, tests/torture.at:
3387 Use "file name" rather than "filename" or "path",
3388 to be consistent with the terminology of the GNU coding standards.
3390 2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
3392 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3393 AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3394 HP-UX 11.23 cc/aCC or Tru64 4.0 cc. Problem reported by Noah Misch in
3395 <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3397 More fixes to support spaces in the name of the build directory.
3398 This isn't a complete fix but it's an improvement.
3400 * bin/autoconf.as (autom4te_options): New var.
3401 Use it instead of appending to AUTOM4TE, so that we can allow
3402 spaces in the build directory's absolute name.
3403 * bin/autoheader.in ($autoconf): Allow spaces in file names.
3404 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3405 AT_CHECK_NOESCAPE): Likewise.
3406 * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3407 main program): Likewise.
3409 2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
3411 * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3412 From Ralf Corsepius in:
3413 http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3415 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
3417 * doc/autoconf.texi (Function Portability): Document isinf and
3418 and isnan. From a suggestion by Kevin Ryde.
3420 * lib/Autom4te/General.pm (END): Return correct exit status even
3421 if unlink succeeds and sets $?. Needed with Solaris 8's perl 5.00503.
3423 2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
3425 * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3426 for compatibility with Automake 1.4. Reported by J C Fitzgerald in
3427 <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3429 2004-08-04 Alexandre Duret-Lutz <adl@gnu.org>
3431 * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3432 (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3433 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3434 * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3435 * lib/autom4te.in (Automake-preselections): Preselect
3436 AC_REQUIRE_AUX_FILE. Automake 1.10 will trace it.
3438 2004-08-02 Alexandre Duret-Lutz <adl@gnu.org>
3440 * lib/autom4te.in (Automake-preselections): Preselect
3441 AC_CANONICAL_BUILD and AC_CANONICAL_TARGET. Automake 1.9.1 will
3444 2004-07-29 Paul Eggert <eggert@cs.ucla.edu>
3446 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3448 * doc/autoconf.texi (Shellology): Mention BIN_SH.
3449 Document problem with "`""`" in pdksh POSIX mode.
3451 2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
3453 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3454 with pdksh, too. Problem reported by Patrick Welche via
3456 * doc/autoconf.texi (Shellology): Note that set -o posix is
3457 useful for pkdsh, too.
3459 2004-06-24 Paul Eggert <eggert@cs.ucla.edu>
3461 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3462 _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3463 Don't fail if ENV or BASH_ENV is readonly.
3464 (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
3465 etc. are read only. Problem reported by Ludovic Courtes.
3467 2004-06-23 Noah Misch <noah@cs.caltech.edu>
3469 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
3470 zsh, disable GLOB_SUBST to avoid backslash handling problems.
3473 2004-06-04 Paul Eggert <eggert@cs.ucla.edu>
3475 * doc/autoconf.texi (File System Conventions): Warn about
3476 names like "aux". Problem reported by Eric Blake.
3478 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
3479 by zero instead of array size, so that we can use any arithmetic
3480 constant expression (instead of requiring an integer constant
3481 expression). This allows us to test expressions like DBL_MAX <
3482 LDBL_MAX, which didn't conform to the C standard using the old
3484 (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
3485 now that we can do floating-point tests at compile time.
3487 2004-06-02 Paul Eggert <eggert@cs.ucla.edu>
3489 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
3490 and LDBL_EPSILON, as the resulting expression isn't an
3491 integer constant expression and violates the C standard.
3492 Problem reported by Nelson H. F. Beebe. Also, check
3493 for "L" suffix, and check that long double doesn't have
3494 worse range or precision than double, that mixed-mode
3495 arithmetic doesn't generate a diagnostic, that double
3496 constants fit in long double.
3498 2004-06-03 Kevin Ryde <user42@zip.com.au>
3500 * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
3501 malloc(0) and realloc(NULL,size).
3503 * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
3506 2004-05-31 Paul Eggert <eggert@cs.ucla.edu>
3508 * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
3509 in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. Problem reported
3512 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
3514 * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
3515 can be rewritten using if-then-else. Suggested by Bruno Haible.
3517 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
3519 * doc/autoconf.texi (testsuite Scripts): Fix typo.
3520 Problem reported by Stepan Kasal.
3522 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
3524 * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
3525 change). Patch reported by Ralf Wildenhues in
3526 <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
3528 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
3529 function F exists if the compiler and linker let you compile an
3530 expression like (F != 0). Recent versions of GCC optimize away
3531 the reference to F in that case, since every function address must
3532 be nonzero, so the link succeeds even if F does not exist.
3533 Problem reported by Manu in
3534 <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
3536 * doc/autoconf.texi (Systemology): Standardize on the spelling of
3537 "Unix". Many uses changed.
3538 (Limitations of Builtins): Explain better why the ! command isn't
3541 2004-05-22 Alexandre Duret-Lutz <adl@gnu.org>
3543 * lib/autom4te.in (Automake-preselections): Preselect
3544 LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
3546 2004-05-19 Kevin Ryde <user42@zip.com.au>
3548 * doc/autoconf.texi (Function Portability): Add strerror_r, cross
3549 referencing AC_FUNC_STRERROR_R.
3551 * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
3552 note pessimistic assumption when cross compiling.
3554 2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
3556 * doc/autoconf.texi (Limitations of Make): Note that BSD make
3557 (until 2004) invoked subcommands with sh -e, contra POSIX.
3558 Reported by Kevin Ryde.
3560 2004-05-10 Eric Sunshine <sunshine@sunshineco.com>
3562 * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
3563 _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
3564 " $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
3565 `test -f " /usr/bin/grep"', which _always_ failed.
3566 (AC_PROG_SED): Ditto bogus PATH fix.
3567 * autoconf.texi (AC_PROG_GREP): Properly document that this macro
3568 requires that grep correctly supports _multiple_ `-e' options, rather
3569 than stating only that grep should accept `-e'.
3571 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
3573 Port to C99, which requires that 'exit' be declared.
3575 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
3576 to ensure that stdlib.h is included.
3577 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
3578 AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
3579 _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3580 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3581 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3582 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
3583 when using 'exit' in a test; C99 requires that 'exit' be declared.
3585 2004-05-02 Paul Eggert <eggert@cs.ucla.edu>
3587 * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
3588 now prefers 'grep' implementations that accept -e.
3589 (Limitations of Usual Tools): Describe problems of traditional
3590 egrep and fgrep with long input lines, and of traditional grep
3592 * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
3593 (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
3594 All callers changed. Append /usr/xpg4/bin to the PATH, for
3596 (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
3597 the user with complaints about multiple -e options.
3598 * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
3599 Define it with AC_PROG_GREP.
3600 * configure.ac (AC_PROG_GREP): Add.
3601 * lib/freeze.mk (GREP): New macro.
3603 2004-05-02 Eric Sunshine <sunshine@sunshineco.com>
3605 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
3606 a possible candidate only after all others fail, rather than
3607 consulting it first. This improves backward compatibility by
3608 better reflecting the way shell selection occurred in previous
3609 versions of Autoconf, and should help to avoid triggering latent
3610 problems in other packages, such as the one in Automake where zsh
3611 is not handled robustly:
3612 http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
3613 Although it is not Autoconf's responsibility to work around
3614 problems in Automake, it nevertheless makes sense to avoid
3615 introducing unnecessary incompatibilites.
3617 2004-04-22 Albert Chin-A-Young <china@thewrittenword.com>,
3618 Gary V. Vaughan <gary@gnu.org>
3620 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
3621 how deeply nested we are when a suitable tool is found, set the
3622 ac_path_TOOL_found flag.
3623 (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
3624 nested we are in this macro. Break out of all 3 nested loops if
3625 ac_path_TOOL_found is set.
3627 2004-04-21 Gary V. Vaughan <gary@gnu.org>
3629 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
3630 of the _AS_PATH_WALK loop too if GNU flavor is found.
3632 2004-04-21 Alexandre Duret-Lutz <adl@gnu.org>
3634 * doc/autoconf.texi (Limitations of Make): Update documentation
3635 for `$<'. New entry `Long lines', based on a report from Simon
3636 Josefsson. Augment the documentation for SHELL = @SHELL@ with a
3637 paragraph about DJGPP, based on a mail from Richard Dawe.
3639 2004-04-20 Paul Eggert <eggert@twinsun.com>
3641 * tests/c.at (C keywords): Don't assume that GCC supports
3642 "restrict" and "inline", as sufficiently-old GCC versions do not
3643 (also, GCC configured to be in pedantic C89 mode does not).
3644 Problem reported by Sumit Pandya in:
3645 http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
3647 * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
3648 consider -g to work if it generates warnings when plain compiles
3649 don't. Problem reported by Braden McDaniel in:
3650 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
3652 * doc/autoconf.texi (Slashes): New section, to document a problem
3653 reported by Jim Meyering in:
3654 http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
3656 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
3657 linker output files before linking, to work around IRIX 6 linker bug.
3658 Problem reported by Rainer Orth in:
3659 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
3661 2004-04-20 Gary V. Vaughan <gary@gnu.org>
3663 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
3664 best tool so far counter rely on the tool path variable name to
3665 avoid checks for one tool being affected by the results of running
3666 the length check on a previous tool.
3668 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
3669 match expression argument, as different greps have different
3670 regular expression flavours.
3671 (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
3673 (AC_PROG_EGREP): Pass 'EGREP$'.
3674 (AC_PROG_GREP): Pass 'GREP$'.
3676 2004-04-20 Albert Chin-A-Young <china@thewrittenword.com>
3678 * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
3679 is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
3681 2004-03-29 Paul Eggert <eggert@twinsun.com>
3683 * doc/autoconf.texi (Particular Headers, Particular Types, Generic
3684 Types, Specific Compiler Characteristics, System Services,
3685 Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
3686 etc. consistently instead of 'long', 'short', 'unsigned' etc.
3687 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
3688 * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
3690 * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
3691 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
3692 AC_TYPE_OFF_T): Likewise.
3693 * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
3696 * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
3697 pacify libtool 1.5.2. Fix quoting problems in sed command.
3699 2004-03-28 Paul Eggert <eggert@twinsun.com>
3701 * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
3702 now defines HAVE_DECL_TZNAME if it is declared, when
3703 HAVE_STRUCT_TM_TM_ZONE is not defined.
3704 * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
3705 Do not assume atoi. Rely on HAVE_DECL_TZNAME when testing
3708 2004-03-28 Steven G. Johnson <stevenj@fftw.org>
3710 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
3711 superfluous backslashing of quotes (") in sed expressions;
3712 thanks to Paul Eggert.
3714 2004-03-26 Steven G. Johnson <stevenj@alum.mit.edu>
3716 * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
3717 Fortran compiler is ifort, also added pghpf; thanks to Nelson
3718 H. F. Beebe for the bug report.
3720 2004-03-26 Steven G. Johnson <stevenj@fftw.org>
3722 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
3723 quoted -cmdline argument in Portland Group compiler (bug
3724 reported by Jeffrey J. Barteet).
3726 2004-03-25 Kevin Ryde <user42@zip.com.au>
3728 * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
3729 (Run Time): ... here, where it's now mentioned.
3731 2004-03-19 Alexandre Duret-Lutz <adl@gnu.org>
3733 * doc/autoconf.texi (autom4te Invocation): Language Autoconf
3734 inherits from language Autoconf-without-aclocal-m4.
3735 (Customizing autom4te): Adjust example; the cache must now be
3736 disabled for language Autoconf-without-aclocal-m4.
3738 2004-03-16 Paolo Bonzini <bonzini@gnu.org>
3739 Nathanael Nerode <neroden@twcny.rr.com>
3741 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
3742 AC_CHECK_TOOLS): Warn if a cross-tool is found without
3744 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
3745 AC_CHECK_TARGET_TOOLS): New macros.
3746 * doc/autoconf.texi (Generic Programs): Document
3747 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
3748 AC_CHECK_TARGET_TOOLS, and warn for future changes
3749 in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
3751 (Specifying Names): Document the reason for these future
3753 * tests/mktests.sh: Do not generate tests for the
3755 * NEWS: Document these changes.
3757 * doc/autoconf.texi: Avoid macros with unbraced arguments,
3758 they make TeX hang up.
3760 2004-03-15 Paul Eggert <eggert@bogus.example.com>
3762 * NEWS: New macro AC_CHECK_ALIGNOF.
3763 * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
3764 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
3765 int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
3767 (AC_CHECK_ALIGNOF): New macro.
3768 * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
3769 * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
3772 2004-03-03 Paul Eggert <eggert@twinsun.com>
3774 * bin/Makefile.am (edit): Don't use $< in a context where
3775 POSIX doesn't require support for it. Use $@.in instead.
3776 Problem reported by Anthony N. Frasso in
3777 <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
3778 * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
3780 2004-02-23 Gary V. Vaughan <gary@gnu.org>
3782 * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
3783 from the next generation of Libtool.
3784 * lib/autom4te.in (Autoreconf-preselections): Ditto.
3786 2004-02-20 Alexandre Duret-Lutz <adl@gnu.org>
3788 * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
3789 is not always thread-safe. Report from Nathanael Nerode.
3791 2004-02-18 Paul Eggert <eggert@twinsun.com>
3793 Fix a dependencies problem, stemming from a Autoconf 2.59 build
3794 problem on QNX reported by Stephen Rasku in
3795 <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
3797 * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
3798 $(m4sh_m4f_dependencies); this removes a FIXME.
3799 * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
3800 (MAINTAINERCLEANFILES): Split into pieces,
3801 one per related section. Add $(srcdir)/wrapper.in.
3803 2004-02-09 Paul Eggert <eggert@twinsun.com>
3805 * doc/autoconf.texi (Setting Output Variables): Emphasize that
3806 AC_SUBST provides no portable way to escape literal newlines.
3808 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
3809 flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
3810 Darwin uses -lcrt2.o and there's little point to cataloging all
3811 the system variants. Partial fix reported by Andreas Waechter in:
3812 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
3813 for bug reported by Nelson H. F. Beebe in:
3814 http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
3816 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
3818 * doc/autoconf.texi (AU_DEFUN): Fix English,
3819 suggested by Paul Eggert.
3820 * lib/autoconf/autoupdate.m4: Correct reference to
3821 acobsolete.m4, suggested by Alexandre Duret-Lutz.
3823 2004-02-02 Paolo Bonzini <bonzini@gnu.org>
3825 * bin/autoupdate.in: Define __file__ so that warnings
3826 refer to the correct file.
3827 * doc/autoconf.texi (AU_DEFUN): Describe more correctly
3828 the behavior of the third argument.
3829 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
3830 correctly the behavior of the third argument. Document
3831 what the three macros that AU_DEFUN defines do. Fix
3832 warning message when the third argument includes $0
3833 (reported by Alexandre Duret-Lutz).
3835 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
3836 Eric Sunshine <sunshine@sunshineco.com>
3837 Paul Eggert <eggert@twinsun.com>
3839 * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
3840 (AS_INIT): Output shell initialization there. Removed optional
3841 parameter. Expand _AS_SHELL_FN_SPY.
3842 (AS_INIT_WITH_SHELL_FN): Removed.
3843 (_AS_SHELL_FN_SPY): New macro.
3844 (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
3846 (AS_SHELL_SANITIZE): Remove loop to find better shell
3847 and documentation for the parameter.
3848 (_AS_DETECT_BETTER_SHELL): Move it here.
3849 (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
3850 (_AS_RUN): Move it here, support testing with eval.
3851 (AS_REQUIRE_SHELL_FN): Require shell functions when
3853 (_AS_LINENO_WORKS): Put around braces, we do not
3854 trigger the bash bug anymore.
3855 * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
3856 use AS_INIT_WITH_SHELL_FN.
3857 * bin/autoconf.in, tests/wrapper.in: Regenerated.
3859 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
3861 * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
3862 * doc/autoconf.texi: Don't say that the third parameter
3864 * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
3865 (AU_DEFUN): Honor the third parameter, create autoupdate
3866 macros with AU_DEFINE.
3867 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
3868 AC_DIR_HEADER): Use AU_DEFUN's third parameter.
3869 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3870 * lib/autoconf/programs.m4 (AC_RSH): Likewise.
3871 * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
3872 AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
3873 AC_XENIX_DIR): Likewise.
3874 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
3875 AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
3876 * lib/autoconf/status.m4: Remove FIXME.
3877 * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
3878 that the macro is not present anymore in the updated
3880 * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
3883 2004-01-28 Paul Eggert <eggert@twinsun.com>
3885 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
3887 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
3888 2003 (except 1997) to the list of copyright years. This undoes
3889 the 2003-05-22 change, which removed the older years from the list.
3890 * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
3892 2004-01-27 Gary V. Vaughan <gary@gnu.org>
3893 Albert Chin-A-Young <china@thewrittenword.com>
3895 * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
3896 grep or ggrep program in PATH that accepts as long lines as
3898 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
3900 (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
3901 egrep and fgrep respectively if $GREP -E/-F don't work.
3902 (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
3903 _AC_PROG_GREP, and AC_PROG_SED.
3904 (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
3905 longest input length accepted by a command.
3906 (AC_PROG_SED): Use it.
3907 * doc/autoconf.texi (Particular Programs): Document the changes.
3910 2004-01-27 Paul Eggert <eggert@twinsun.com>
3912 * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
3913 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
3914 bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
3915 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
3917 * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
3918 bin/autoconf.in, config/Makefile.in, config/config.guess,
3919 config/config.sub, config/install-sh, config/mdate-sh,
3920 config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
3921 lib/Makefile.in, lib/Autom4te/Makefile.in,
3922 lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
3923 lib/autotest/Makefile.in, lib/emacs/Makefile.in,
3924 lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
3925 man/autoheader.1, man/autom4te.1, man/autoreconf.1,
3926 man/autoscan.1, man/autoupdate.1, man/config.guess.1,
3927 man/config.sub.1, man/ifnames.1, tests/Makefile.in,
3928 tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
3929 tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
3930 tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
3931 tests/actypes.at: Regenerate and/or sync with original
3934 2004-01-26 Paul Eggert <eggert@twinsun.com>
3936 * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
3937 HAVE_INTTYPES_H is defined. This is needed on Tru64 5.1b with
3938 Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
3939 not <inttypes.h>. Problem reported by Tim Mooney in
3940 <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
3941 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
3944 * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
3945 otherwise "make check" fails because it forbids cmp (I guess
3946 because cmp treats files as binary on DOS-like systems).
3948 * tests/mktests.sh: Update copyright date to 2004, since some tests
3949 have changed in 2004.
3951 2004-01-23 Gary V. Vaughan <gary@gnu.org>
3953 * lib/autoconf/programs.m4 (AC_PROG_SED): New macro to test for a
3954 non-truncating sed or gsed program in PATH.
3955 * tests/acprograms.at: Add it.
3956 * doc/autoconf.texi (Particular Programs): Document it.
3959 2004-01-15 Paul Eggert <eggert@twinsun.com>
3961 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
3962 -std1 disables some useful extensions on Tru64. Problem reported
3964 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
3966 2004-01-14 Paul Eggert <eggert@twinsun.com>
3968 * doc/autoconf.texi (Programming in M4sh): Document that
3969 AS_MKDIR_P succeeds if the destination is a symbolic link
3970 to an existing directory.
3971 (Limitations of Usual Tools): Note that mkdir -p might not
3972 succeed on symlinks to directories.
3974 2004-01-13 Paul Hilfinger <hilfinger@CS.Berkeley.EDU>
3976 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
3977 * bin/autoheader.in: Grammar fix in message.
3978 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
3979 Test for dir before calling mkdir -p. (trivial changes)
3981 2004-01-13 Eric Blake <ebb9@byu.net>
3983 * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
3984 AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/. (trivial change)
3986 2004-01-10 Jim Meyering <jim@meyering.net>
3988 * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
3990 2004-01-09 Paul Eggert <eggert@twinsun.com>
3992 * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
3993 with `autoconf -Wall,error'. Bug reported by Eric Blake in:
3994 http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
3995 (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
3996 AC_COMPILE_IFELSE, since we now assume our caller invokes
3997 AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
3998 (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
3999 of AC_RUN_IFELSE; this avoids the warning mentioned above.
4000 (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4002 2004-01-07 Paul Eggert <eggert@twinsun.com>
4004 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4005 `"'...'"`, as it's confusing (and I suspect it may not work on
4006 some platforms). The code was incorrect anyway, as it assumed
4007 that \$ evaluated to itself in that context. Reported by
4008 Alexandre Duret-Lutz.
4010 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
4012 * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4013 and _LT_AC_TAGCONFIG.
4015 2004-01-06 Paul Eggert <eggert@twinsun.com>
4017 * doc/autoconf.texi (One Macro Call): Fix an incorrect
4018 example, and add more examples. Reported by Eric Sunshine.
4020 2004-01-05 Paul Eggert <eggert@twinsun.com>
4022 * doc/autoconf.texi (Limitations of Usual Tools):
4023 Remove warning against "rm -fr" introduced yesterday; it
4026 * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4027 autoscan, autoupdate, ifnames): Don't use chmod -w.
4028 * lib/Makefile.am (autom4te.cfg): Likewise.
4029 * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4032 2004-01-04 Paul Eggert <eggert@twinsun.com>
4033 Paolo Bonzini <bonzini@gnu.org>
4035 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4036 by doing lineno substitution only on lines containing "$LINENO".
4038 2004-01-04 Paul Eggert <eggert@twinsun.com>
4040 * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4041 Use "rm -f" to remove conftest.sed, not plain "rm".
4042 Bug reported by David Relson in
4043 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4045 * Makefile.am (autom4te-update):
4046 Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4047 * Makefile.maint (my-distcheck, do-po-update): Likewise.
4048 * doc/autoconf.texi (Guidelines): Likewise.
4049 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4050 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4051 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4052 * lib/autotest/general.m4 (AT_INIT): Likewise.
4053 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4054 * tests/Makefile.am (clean-local): Likewise.
4055 * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4057 * doc/autoconf.texi (Limitations of Usual Tools):
4058 Warn against "rm -fr".
4060 2004-01-03 Paul Eggert <eggert@twinsun.com>
4062 * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4063 -c -o might not work. From a suggestion by Kevin Ryde.
4064 (C Compiler, Generating Sources, Limitations
4065 of Usual Tools, Limitations of Make, Making testsuite Scripts):
4066 Don't put '-o' after non-options, as POSIX doesn't allow this.
4067 Mention that cc's name might be gcc or c89 or whatever.
4069 2004-01-04 Kevin Ryde <user42@zip.com.au>
4071 * doc/autoconf.texi: Add various further index entries.
4073 2003-12-29 Paul Eggert <eggert@twinsun.com>
4075 * bin/autoreconf.in (autoreconf_current_directory):
4076 Fix typo: mkdir without umask arg.
4078 2003-12-27 Alexandre Duret-Lutz <adl@gnu.org>
4080 * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4081 Documents OSF1/Tru64 make behavior. Replace `VPATH = ../src' by
4082 `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4083 explanation clearer.
4085 2003-12-24 Andreas Schwab <schwab@suse.de>
4087 * doc/autoconf.texi (Default Includes): Fix misspelling of
4088 AC_INCLUDES_DEFAULT.
4090 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
4092 * configure.ac: Test if sh -n works.
4093 * configure: Regenerate.
4094 * tests/atlocal.in: Store the result here.
4095 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4096 tools.at, looking in atlocal's ac_cv_sh_n_works instead
4097 of explicitly testing.
4098 (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4099 (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4100 * tests/tools.at (Syntax of the shell scripts): Simplify
4101 using AT_CHECK_SHELL_SYNTAX.
4102 (Syntax of the Perl scripts): Remove definition of
4103 AT_CHECK_PERL_SYNTAX.
4105 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
4107 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4108 stderr to /dev/null.
4109 * bin/autoconf.in: Regenerate.
4110 * bin/wrapper.in: Regenerate.
4112 2003-11-26 Paolo Bonzini <bonzini@gnu.org>
4114 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4115 Extracted from AS_SHELL_SANITIZE.
4116 (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4118 (AS_SHELL_SANITIZE): Move reinvocation code from
4119 _AS_LINENO_WORKS, use it to find out if shell
4121 (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4123 (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4124 (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4126 * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4127 * bin/autoconf.in: Regenerate.
4128 * tests/wrapper.in: Regenerate.
4129 * tests/tools.at: Test the syntax of tests/autoconf
4130 and tests/testsuite.
4132 2003-11-24 Akim Demaille <akim@epita.fr>
4134 * config/announce-gen (&print_locations, &print_signatures)
4137 No longer rely on Gnus to inline the list of signatures: compute
4140 2003-11-24 Akim Demaille <akim@epita.fr>
4142 * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4143 override some files.
4144 (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4145 From Debian Autoconf 2.58.
4147 2003-11-24 Akim Demaille <akim@epita.fr>
4149 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4151 From Debian Autoconf 2.58.
4153 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4155 * TODO: Remove already done things. Update the part about finding
4156 tools for the target.
4158 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4160 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4161 Make wording more consistent.
4162 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4163 Explain the transition better.
4164 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4165 the transition better.
4167 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4169 * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4170 parameter of AU_DEFUN.
4171 * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4172 (AU_DEFUN): Remove the third parameter, it was not used.
4173 Use AC_DEFUN directly, not AU_DEFINE.
4174 * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4175 the expanded body, consistently with other macros such as AC_USG.
4177 2003-11-17 Paul Eggert <eggert@twinsun.com>
4179 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4180 into the initial confdefs.h, to work around a bug in NextStep 3.3
4181 patch 3 reported by Eric Sunshine.
4183 2003-11-15 Kevin Ryde <user42@zip.com.au>
4185 * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4186 than $target since the latter is not usual, add guidelines on when to
4187 use or not use the system type.
4189 2003-11-12 Derek Price <derek@ximbiot.com>
4191 * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4192 typo misrepaired by an auto-spellcheck.
4194 2003-11-12 Akim Demaille <akim@epita.fr>
4196 * bin/autoreconf.in (&parse_args): Don't call automake with
4197 --force-missing unless it actually supports it.
4198 From Debian #219336.
4200 2003-11-12 Akim Demaille <akim@epita.fr>
4202 * configure.ac: Bump to 2.59a.
4205 2003-11-06 Akim Demaille <akim@epita.fr>
4209 2003-11-05 Alexandre Duret-Lutz <adl@gnu.org>
4211 * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4212 so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4213 and ac_abs_top_srcdir are absolute paths.
4214 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4216 2003-11-05 Akim Demaille <akim@epita.fr>
4218 * configure.ac: Bump to 2.58a.
4220 2003-11-05 Kevin Ryde <user42@zip.com.au>
4222 * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4223 it provokes a warning from makeinfo about looking like a cross
4224 reference in info output.
4226 * doc/autoconf.texi (Function Portability): Add notes on signal
4227 handler return type, as per AC_TYPE_SIGNAL.
4229 2003-11-04 Akim Demaille <akim@epita.fr>
4232 * doc/standards.texi: Update from master.
4234 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4236 2003-11-04 Akim Demaille <akim@epita.fr>
4238 AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4239 computing the absolute path to d1 in the source hierarchy: it may
4240 not exist at all. So don't cd into it.
4241 From Alexandre Duret-Lutz.
4242 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4244 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4245 From Paul Eggert, but named after Perl's IO::Spec->catfile.
4246 * doc/autoconf.texi (Programming in M4sh): Document.
4247 * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4249 2003-11-03 Pavel Roskin <proski@gnu.org>
4251 * doc/autoconf.texi (Generic Structure Checks): Describe
4252 action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4254 2003-10-31 Akim Demaille <akim@epita.fr>
4256 * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4258 * doc/autoconf.texi (Language Choice): Document.
4259 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4260 the current language is Fortran.
4262 2003-10-31 Akim Demaille <akim@epita.fr>
4264 * bin/autom4te.in (&freeze): Use a less likely warning separator
4265 than `\n\n', so that `\n\n\n' is valid in warnings.
4266 Reported by Steve Huston.
4268 2003-10-28 Akim Demaille <akim@epita.fr>
4270 * Makefile.cfg (local_updates, executable-update): Tweak to be
4271 robust to parallel makes.
4272 Suggested by Alexandre Duret-Lutz.
4274 2003-10-27 Akim Demaille <akim@epita.fr>
4276 * Makefile.cfg (executable-update): New.
4277 (local_updates): Call it.
4279 2003-10-27 Akim Demaille <akim@epita.fr>
4281 * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4282 Don't remove core.* as it may remove valid user files.
4283 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4284 (AC_FUNC_UTIME_NULL): Likewise.
4286 2003-10-23 Akim Demaille <akim@epita.fr>
4289 * config/config.guess, config/config.sub: Upgrade from masters.
4291 2003-10-23 Akim Demaille <akim@epita.fr>
4293 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4294 AC_COMPILE_IFELSE that use break skip the clean up. So do it by
4297 2003-10-23 Akim Demaille <akim@epita.fr>
4299 * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4300 Don't forget to remove conftest.err.
4302 2003-10-23 Akim Demaille <akim@epita.fr>
4304 * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4305 same object file in $LIBOBJS.
4306 Reported by Alexandre Duret-Lutz & Derek Robert Price.
4307 * doc/autoconf.texi (Generic Functions): Adjust.
4309 2003-10-20 Paul Eggert <eggert@twinsun.com>
4311 * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4312 Use 'eval', so that the resulting configure scripts work even if
4313 the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4315 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
4317 * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4318 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4319 (_AC_LINK_IFELSE): Check the werror flag.
4320 * doc/autoconf.texi (Generic Compiler Characteristics): Document
4324 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
4326 * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4327 _AC_COMPILER_EXEEXT to attempt a link. If linking fails,
4328 override AC_LINK_IFELSE.
4330 2003-10-15 Paul Eggert <eggert@twinsun.com>
4332 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4333 pdksh 5.2.14. Bug reported by Ralf Corsepius.
4334 * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4335 Mention /usr/dt/bin/dtksh on Solaris.
4336 (Shell Substitutions): Warn about $((...)).
4337 (Parentheses): New section.
4339 2003-10-15 Kevin Ryde <user42@zip.com.au>
4341 * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4342 Add putenv and unsetenv. Add sysconf _SC_PAGE_SIZE.
4344 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4346 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4349 2003-10-11 Steven G. Johnson <stevenj@alum.mit.edu>
4351 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4352 name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4354 2003-10-10 Andreas Schwab <schwab@suse.de>
4356 * bin/autoheader.in: Avoid empty first line in --version and
4358 * bin/ifnames.in: Likewise.
4360 2003-10-09 Paul Eggert <eggert@twinsun.com>
4362 * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4363 Issue a more-informative diagnostic.
4364 Problems reported by Eric Sunshine.
4366 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
4368 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4369 -mGLOB_options_string stuff for Intel ifc, which can cause
4370 _AC_FC_LIBRARY_LDFLAGS to fail. Use (faster) case for
4371 pattern-matching instead of grep.
4373 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
4375 * doc/autoconf.texi: Document new FC Fortran macros.
4377 2003-10-08 Gary V. Vaughan <gary@gnu.org>
4379 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4380 that future autopoint/aclocal/automake/autoreconf will be able
4381 to trace to find where to install local m4 macros.
4382 * doc/autoconf.texi (Input): Document it.
4385 2003-10-06 Gary V. Vaughan <gary@gnu.org>
4387 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4388 -lcrtbegin.o to list of ignored flags and fix underquoting of
4391 2003-10-04 Steven G. Johnson <stevenj@ab-initio.mit.edu>
4393 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4394 cache variable instead of $G77 to decide whether to include -O2,
4395 since $G77 is specific to Fortran 77.
4397 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
4399 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4400 free" flag. Re-order flags tested into rough order of popularity.
4402 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
4404 * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4405 arguments so that it can be used with syntax identical to
4406 AC_PROG_F77, and so that we can more easily decide to
4407 remove/deprecate the DIALECT optional argument in the future if it
4409 (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4410 non-freeform-supporting compilers. Document freeform flags.
4412 2003-10-03 Akim Demaille <akim@epita.fr>
4414 * configure.ac: Look for emacs, not macs.
4415 Reported by Eric Sunshine.
4417 2003-10-03 Akim Demaille <akim@epita.fr>
4419 * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4420 * bin/autoreconf.in (autoreconf_current_directory): Create the
4421 AUX_DIR if needed, for sake of automake --add-missing etc.
4422 Suggested by Alexandre Duret-Lutz.
4424 2003-10-03 Akim Demaille <akim@epita.fr>
4426 * configure.ac: Quotation and formatting changes.
4427 (EMACS): Don't set it if it is not recent enough to support
4431 2003-10-02 Akim Demaille <akim@epita.fr>
4433 * bin/ifnames.in (&scan_file): Skip C++ comments.
4436 2003-10-01 Pavel Roskin <proski@gnu.org>
4438 * doc/autoconf.texi (Particular Structure Checks):
4439 Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4441 2003-10-01 Akim Demaille <akim@epita.fr>
4445 2003-09-30 Paul Eggert <eggert@twinsun.com>
4447 * lib/Autom4te/XFile.pm: Use Errno.
4448 (lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
4449 <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4451 2003-09-30 Akim Demaille <akim@epita.fr>
4453 * config/announce-gen (&print_news_deltas): Extracted from...
4454 (&print_changelog_deltas): here.
4455 (&news_file): Rename as...
4458 2003-09-30 Nicolas Joly <njoly@pasteur.fr>
4460 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4461 have been created when invoking the compiler.
4462 * tests/fortran.at (GNU Fortran 77): Quote $G77.
4464 2003-09-29 Akim Demaille <akim@epita.fr>
4468 * config/mkinstalldirs: Upgrade.
4470 2003-09-28 Paul Eggert <eggert@twinsun.com>
4472 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
4473 Problem reported by Lars J. Aas in
4474 <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
4475 (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
4476 "test -d ./-p && rmdir ./-p". Suggested by Andreas Schwab in:
4477 http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
4479 2003-09-26 Akim Demaille <akim@epita.fr>
4481 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
4482 directory for AC_CONFIG_COMMANDS' first argument exists.
4483 This makes valid the invocation of _AC_SRCPATH that follows.
4484 Reported by Eric Sunshine.
4485 * doc/autoconf.texi (Configuration Commands): Adjust.
4487 2003-09-26 Akim Demaille <akim@epita.fr>
4489 * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
4490 Reported by Ralf Corsepius.
4492 2003-09-26 Akim Demaille <akim@epita.fr>
4494 * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
4496 Actually, use AU_ALIAS.
4499 2003-09-26 Paul Eggert <eggert@twinsun.com>
4501 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
4502 rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
4503 Problem reported by Eric Sunshine in:
4504 http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
4506 2003-09-26 Akim Demaille <akim@epita.fr>
4508 The test suite are sometimes assigning timings incorrectly.
4509 Reported by Henk Krus.
4510 Diagnosed by Nicolas Joly.
4512 * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
4514 Instead of making AT_help a sequence of assignments to grow
4515 $at_help_all, just make AT_help_all be the growing contents of
4516 $at_help_all, and make a single assignment in...
4518 (at_times_skip): Flip the meaning and rename as...
4520 (AT_INIT): When summarizing the test that ran, remove
4521 $at_times_file after use, and check it is present before trying to
4524 2003-09-25 Akim Demaille <akim@epita.fr>
4528 * bin/Makefile.am (edit): Handle '@configure_input@'.
4529 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
4530 (ifnames): chmod -w.
4531 * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
4532 executables, not bin/ executables! Otherwise all the magic needed
4533 to find non installed files is turned off. This caused a failure
4534 of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
4535 as found in its environment (sent by tests/autoreconf): pointing
4536 to bin/autom4te that could not find its files.
4537 * tests/mktests.sh: Force the replacement of generated files, for
4538 the sake of "mv" program that are interactive when overwriting a
4540 * config/install-sh: Upgrade from CVS Automake.
4542 2003-09-23 Paul Eggert <eggert@twinsun.com>
4544 * doc/autoconf.texi (Limitations of Builtins): Document test -h
4545 versus test -L issues.
4547 2003-09-23 Daniel Jacobowitz <drow@mvista.com> and
4548 Paul Eggert <eggert@twinsun.com>
4550 Trivial change to support GCC's configuration procedure.
4551 * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
4552 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
4553 about inconsistency if the preprocessor is set to give errors for
4555 * doc/autoconf.texi (C Compiler Characteristics): Document this.
4557 2003-09-13 Alexandre Duret-Lutz <adl@gnu.org>
4559 * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
4560 and XFile.pm from Automake.
4561 * lib/Autom4te/XFile.pm: Update from Automake.
4563 2003-09-12 Akim Demaille <akim@epita.fr>
4567 2003-09-12 Akim Demaille <akim@epita.fr>
4569 * config/config.guess, config/config.sub, config/missing,
4570 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
4573 2003-09-12 Akim Demaille <akim@epita.fr>
4575 * doc/autoconf.texi (Header Portability): Promote linux/types.h,
4578 2003-09-11 Akim Demaille <akim@epita.fr>
4580 * doc/autoconf.texi (Header Portability): linux/random.h.
4581 From Peter Hendrickson.
4583 2003-09-10 Akim Demaille <akim@epita.fr>
4585 * tests/mktests.sh (au_exclude_egrep): Make it harder to be
4586 willing to edit the output files.
4588 2003-09-10 Akim Demaille <akim@epita.fr>
4590 * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
4592 * tests/mktests.sh: Skip AC_FC_SRCEXT.
4593 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
4595 2003-09-09 Akim Demaille <akim@epita.fr>
4597 * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
4598 Reported by Gary Vaughan.
4599 * bin/autom4te.in (handle_m4): Likewise.
4601 2003-09-09 Akim Demaille <akim@epita.fr>
4603 * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
4606 2003-09-07 Paul Eggert <eggert@twinsun.com>
4608 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
4609 Improve the accuracy of the wording about obsolescence.
4610 From a suggestion by Ian Lance Taylor in
4611 <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
4613 2003-09-05 Paul Eggert <eggert@twinsun.com>
4615 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
4616 for the benefit of g77 3.2. Fix suggested by Steven G. Johnson.
4618 2003-09-04 Akim Demaille <akim@epita.fr>
4620 * tests/mktests.sh (ac_exclude_list): Fix the filtering of
4623 2003-09-04 Akim Demaille <akim@epita.fr>
4625 * bin/autom4te.in: Use &fatal where more appropriate than &error.
4626 (freeze): When exiting, use $exit_code.
4627 * lib/autoconf/fortran.m4: Comment changes.
4629 2003-09-04 Akim Demaille <akim@epita.fr>
4631 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
4633 2003-09-02 Steven G. Johnson <stevenj@alum.mit.edu>
4635 Add support for newer Fortran dialects. The F77 interface is
4636 unchanged, and continues to support Fortran 77. New FC macros
4637 correspond to all the old F77 macros, with output variables FC,
4638 FCFLAGS, and FCLIBS. AC_PROG_FC defaults to picking the newest
4639 available dialect, but older dialects can be specified. There are
4640 new macros AC_FC_SRCEXT to set the source extension, and
4641 AC_FC_FREEFORM to accept free-form source files.
4643 * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
4645 (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
4646 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
4647 _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
4648 _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
4649 AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
4650 AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
4651 _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
4652 _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
4653 AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
4654 _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
4655 AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
4656 _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
4657 AC_FC_SRCEXT, AC_FC_FREEFORM):
4659 (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
4660 AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
4661 AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
4662 Rewrite in terms of the above.
4663 (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
4664 * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
4665 * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
4666 AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
4668 2003-09-02 Paul Eggert <eggert@twinsun.com>
4670 * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
4671 Document problems with timestamp resolution that 'make', 'cp -p', and
4674 2003-08-27 Akim Demaille <akim@epita.fr>
4676 * tests/m4sugar.at (cross_warning): Make sure to enable the
4677 output, so that we can track spurious m4sugar output.
4678 * tests/local.at: Require 2.57.
4679 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
4680 are defaulted by AT_CHECK anyway.
4681 Use AT_CHECK_AUTOM4TE.
4682 * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
4685 2003-08-27 Akim Demaille <akim@epita.fr>
4687 * bin/autoheader.in: Issue the "Using auxiliary..." message only
4688 when -Wobsolete is set.
4689 Set it on by default.
4690 Suggested by Klee Dienes.
4692 2003-08-27 Akim Demaille <akim@epita.fr>
4694 * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
4698 2003-08-26 Akim Demaille <akim@epita.fr>
4700 * doc/autoconf.texi (Output): Make clear that one can run code
4703 2003-08-25 Akim Demaille <akim@epita.fr>
4705 * config/announce-gen, GNUmakefile, Makefile.maint: Update from
4708 2003-08-25 Alexandre Duret-Lutz <adl@gnu.org>
4710 * bin/autoreconf.in (parse_args): Do not pass --no-force to
4711 Automake versions prior to 1.8.
4713 2003-08-25 Akim Demaille <akim@epita.fr>
4715 * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
4718 2003-08-24 Akim Demaille <akim@epita.fr>
4720 * configure.ac: Bump to 2.57c.
4722 2003-08-22 Akim Demaille <akim@epita.fr>
4726 * Makefile.cfg (local-checks-to-skip): New.
4727 * Makefile.maint (local-check): Rename as...
4728 (local-checks-available): this.
4731 * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
4732 * configure.ac: Require Automake 1.7.6.
4734 2003-08-22 Akim Demaille <akim@epita.fr>
4736 Output stack traces in warnings.
4738 * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
4739 Replace the former...
4740 (m4_warn): Pass the call stack to _m4_warn.
4741 * bin/autom4te.in: Adjust to output the call stack.
4742 * tests/m4sugar.at (m4@&t@_warn): Adjust.
4744 2003-08-22 Akim Demaille <akim@epita.fr>
4746 * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
4747 * bin/autom4te.in: Adjust.
4749 2003-08-21 Akim Demaille <akim@epita.fr>
4751 * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
4753 (&getopt): Adjust the note and verb channels, depending upon
4755 * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
4756 * bin/autoupdate.in: Adjust.
4757 Use &verb, not &verbose.
4759 2003-08-21 Akim Demaille <akim@epita.fr>
4761 * bin/autoheader.in (&parse_args): Use &parse_warnings and
4763 ($help): Use Autom4te::ChannelDefs::usage.
4764 * bin/autoscan.in: Use Autom4te::ChannelDefs.
4765 * lib/Autom4te/General.pm: Don't export error: you don't own it.
4767 2003-08-21 Akim Demaille <akim@epita.fr>
4769 First stab at preserving warnings between calls to autom4te,
4770 including when the cache is used.
4772 There are still several issues: (i) there are too many runs of m4
4773 (one for include, one for warnings, and some more), (ii) warnings
4774 spreading on several lines are not handled gracefully, (iii) the
4775 code meant to have the call stack display for errors does not work
4776 (its handling should move from m4 to autom4te).
4778 * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
4780 (@preselect): Add m4_warn.
4781 ($exit_status): Remove, use $exit_code.
4782 ($help): Use Autom4te::ChannelDefs::usage.
4783 (&handle_m4): No longer define the m4_warnings.
4784 At each run, extract and report the warnings.
4785 Always cache the result, including if the exit status is on
4786 failure, since if nothing changes, we should result in the same
4787 failure, hence we can use the cache.
4788 * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
4789 (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
4791 (m4_warn): Redefine as a do-nothing: it is its invocation that
4792 matters, as warnings are now reported via traces.
4793 * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
4794 the contents of m4_warn: make it _call_ m4_warn, so that tracing
4795 the latter reveals calls to the former.
4799 * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
4801 2003-08-21 Akim Demaille <akim@epita.fr>
4803 * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
4806 2003-08-21 Akim Demaille <akim@epita.fr>
4808 * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
4810 * lib/Autom4te/ChannelDefs.pm: Doc typos.
4811 (&parse_warnings): Accept a list of warning requests.
4812 (&usage): Return a string, not a side effect.
4813 (cross): New warning category.
4815 2003-08-21 Akim Demaille <akim@epita.fr>
4817 * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
4818 (&require_configure_ac): Accept an optional directory argument.
4819 ($configure_ac): Remove.
4820 * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
4822 * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
4823 * bin/autoscan.in: Adjust.
4825 2003-08-20 Akim Demaille <akim@epita.fr>
4827 * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
4828 Reported by Alexandre Duret-Lutz.
4830 2003-08-20 Akim Demaille <akim@epita.fr>
4832 * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
4833 * bin/autom4te: Adjust.
4834 In particular, be Autoconf tools are really silent when properly
4835 working, bind the verbosity of the 'note' channel to $verbose.
4836 * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
4837 (&xsystem, &contents): Remove, since they are exported by...
4838 * lib/Autom4te/FileUtils.pm: this.
4840 * lib/Autom4te/General.pm (&up_to_date_p): Move to...
4841 * lib/Autom4te/FileUtils.pm: here.
4843 2003-08-20 Akim Demaille <akim@epita.fr>
4845 * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
4846 * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
4849 2003-08-20 Akim Demaille <akim@epita.fr>
4851 * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
4852 (autom4te-update): New.
4853 * Makefile.cfg (update): Bind autom4te-update.
4855 2003-08-19 Derek Price <derek@ximbiot.com>
4857 * lib/autotest/general.m4: Comment various HELP_* diversions.
4858 (PARSE_ARGS_BEGIN): New section for option parsing related
4860 (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
4861 package specific options and associated help.
4863 2003-08-19 Akim Demaille <akim@epita.fr>
4865 * config/announce-gen, Makefile.cfg: New.
4866 * Makefile.am: Adjust.
4867 * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
4869 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
4871 * lib/autom4te.in (Automake-preselections): Preselect
4872 AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
4875 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
4877 * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
4878 (Autoconf-without-aclocal-m4): ... this new language.
4879 * doc/autoconf.texi (autom4te Invocation): Mention
4880 Autoconf-without-aclocal-m4.
4882 2003-08-18 Derek Price <derek@ximbiot.com>
4884 * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
4885 RUN-IF-PASS optional arguments.
4887 2003-08-18 Derek Price <derek@ximbiot.com>
4889 * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
4891 2003-08-16 Derek Price <derek@ximbiot.com>
4893 * doc/autoconf.texi (Writing testsuite.at): Document defaults for
4894 STDOUT & STDERR arguments.
4896 2003-08-14 Derek Price <derek@ximbiot.com>
4898 * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
4899 DESCRIPTION rather than FILE and LINE. Shorten result to fit in new,
4900 shorter column three. Add DESCRIPTION to log file content.
4902 2003-08-13 Derek Price <derek@ximbiot.com>
4904 * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
4907 2003-08-12 Derek Price <derek@ximbiot.com>
4909 * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
4910 (AT_CHECK_NOESCAPE): Move core functionality to...
4911 (_AT_CHECK): ...this new macro.
4913 2003-08-07 Derek Price <derek@ximbiot.com>
4915 * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
4916 (AT_CHECK_NOESCAPE): ...to this new macro.
4918 2003-07-31 Paul Eggert <eggert@twinsun.com>
4920 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
4921 in Bash 2.01. Problem reported by Brian Gough in
4922 <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
4924 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
4926 * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
4927 -lcrt1.o, for OS X. (trivial change)
4929 2003-07-07 Paul Eggert <eggert@twinsun.com>
4931 * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
4932 inside '#ifndef __cplusplus'. Problem reported by
4935 2003-07-06 Bill Clarke <llib@computer.org>
4937 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
4938 'long', not 'int', for benefit of Sun's recent C++ compilers
4939 (trivial change). See:
4940 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
4941 (This really should be 'intptr_t', not 'long', but that would
4944 2003-06-25 Akim Demaille <akim@epita.fr>
4946 * lib/Makefile.am (autom4te.cfg): Make it read only.
4947 Depend on Makefile since it contains substitutions.
4949 * lib/autom4te.in (args): Add local.at? for Autotest args.
4950 This change was made on autom4te.cfg which is generated.
4951 Reported by Raja R. Harinath.
4953 2003-06-25 Akim Demaille <akim@epita.fr>
4955 * doc/autoconf.texi (Header Portability): sys/mount.h.
4956 From Gareth McCaughan.
4958 2003-06-23 Akim Demaille <akim@epita.fr>
4960 * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
4961 not all of them. This fixes 1. the fact that when testing
4962 Autoconf there are many many config.log, 2. the incorrect use of
4963 top_srcdir to find config.log.
4964 Don't mix the detailed output of failed test with the summary of
4965 failures. Rather, append detailed log afterwards.
4967 2003-06-23 Akim Demaille <akim@epita.fr>
4969 * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
4970 always run: output config.log on $at_group_log.
4972 2003-06-23 Akim Demaille <akim@epita.fr>
4974 * tests/torture.at (#define header templates): Don't use quotes in
4975 C++ comments as it puzzles Emacs' sh font-lock-mode.
4977 2003-06-23 Akim Demaille <akim@epita.fr>
4979 * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
4980 * lib/autom4te.cfg (args): Add local.at? for Autotest args.
4981 * tests/atspecific.m4: Rename as...
4982 * tests/local.at: This.
4983 * tests/suite.at: Move the globals into...
4984 * tests/local.at: here.
4985 * tests/Makefile.am: Adjust.
4986 * doc/autoconf.texi (testsuite Scripts): Adjust.
4988 2003-06-21 Kevin Ryde <user42@zip.com.au>
4990 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
4991 error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
4992 ensuring we add -std1 for full-ANSI.
4994 * doc/autoconf.texi (hdrindex): New macro.
4995 Add index entries for portability of various standard header files.
4997 2003-06-20 Akim Demaille <akim@epita.fr>
4999 * configure.ac: Bump to 2.57b.
5001 2003-06-20 Akim Demaille <akim@epita.fr>
5005 2003-06-20 Akim Demaille <akim@epita.fr>
5007 * bin/autom4te.in: Don't rely on $HOME being defined.
5008 Reported by Marc Espie as PR/233.
5010 2003-06-20 Akim Demaille <akim@epita.fr>
5012 * lib/autotest/general.m4: Use at_times_file only if used.
5015 2003-06-20 Akim Demaille <akim@epita.fr>
5017 * config/config.guess, config/config.sub, config/elisp-comp,
5018 * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5019 Update from masters.
5021 2003-06-11 Paolo Bonzini <bonzini@gnu.org>
5023 * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5024 * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5025 (TEST_SCRIPT): New diversion.
5026 (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5027 (AT_CLEANUP): ...to here. Undivert TEST_SCRIPT.
5028 (AT_INIT): Support for expected failures.
5030 2003-06-02 Akim Demaille <akim@epita.fr>
5032 * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5034 * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5035 Autoconf nor Automake.
5036 (&contents): New, from Automake.
5039 2003-05-28 Paul Eggert <eggert@twinsun.com>
5041 * NEWS, doc/autoconf.texi (Particular Functions),
5042 lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5043 is the inverse of localtime.
5045 2003-05-25 Alexandre Duret-Lutz <adl@gnu.org>
5047 * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5048 (handle_exec_errors): New function. Work around $! being
5049 altered by WEXITSTATUS.
5050 (xqx, xsystem): Use handle_exec_errors.
5052 2003-05-23 Alexandre Duret-Lutz <adl@gnu.org>
5054 * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5055 Do not call `_exit()', simply modify `$?'.
5056 (xsystem): Reset $! before running system, and check it afterward.
5057 * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5058 63 for version mismatches.
5060 2003-05-23 Akim Demaille <akim@epita.fr>
5062 * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5063 Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5064 the middle of a line).
5065 * lib/m4sugar/m4sugar.m4: Likewise.
5066 Remove useless spaces in comments.
5068 2003-05-23 Akim Demaille <akim@epita.fr>
5070 * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5071 exit 63, so that we (or Automake's "missing") can tell the
5072 difference with a plain failure.
5073 * doc/autoconf.texi (Notices): Adjust.
5075 2003-05-23 Akim Demaille <akim@epita.fr>
5077 * Makefile.am, bin/Makefile.am, config/Makefile.am,
5078 * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5079 White spaces cleanup.
5081 2003-05-22 Jim Meyering <jim@meyering.net>
5082 Paul Eggert <eggert@twinsun.com>
5084 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5085 Remove `#include <stdlib.h>' from the list; we should never
5086 make confdefs.h include <stdlib.h> or <cstdlib>, because the
5087 resulting namespace pollution would cause other tests to fail.
5088 Configure scripts run with some older versions of g++ and HP's
5089 aCC would fail due to such an #include. Problems reported by
5090 Matthew Mueller in <http://bugs.debian.org/120704> and by
5092 <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5093 In the test, use the test declaration before including <stdlib.h>,
5094 as that's closer to how it'll be used.
5096 2003-05-23 Akim Demaille <akim@epita.fr>
5098 * doc/autoconf.texi (Header Portability): ucred.h.
5101 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
5103 Overhaul Autotest's logging: generate separate log files
5104 in testsuite.dir/NNN/testsuite.log, and append them to
5105 testsuite.log instead of re-running the test verbosely.
5107 * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5108 file descriptor, write 0 to at_status_file instead of setting
5109 at_status=0, initialize some new variables (at_status_file,
5110 at_group_log, at_suite_log, at_tee_pipe). Remove the cruft
5111 to rerun the tests, instead append the at_group_log to the
5112 at_suite_log when a test fails.
5113 (AT_SETUP): pipe the test case's output into at_tee_pipe,
5114 with the AS_MESSAGE_LOG_FD redirected to stdout.
5115 (AT_CLEANUP): save the output status in $at_status_file
5116 and restore it, redirect the AS_MESSAGE_LOG_FD back to
5118 (AT_CHECK): since tests are run with a redirected stdout,
5119 and used to be re-run in verbose mode, turn some $at_verbose
5120 into echo, and don't redirect the output of testing stdout
5123 * lib/autotest/autoconf.texi (testsuite Scripts): Update
5124 the name of the debugging directory and information about
5127 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
5129 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5132 2003-05-22 Akim Demaille <akim@epita.fr>
5134 * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5135 * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5136 * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5137 * lib/autoconf/status.m4: Fix and adjust copyright notices.
5139 2003-05-22 Akim Demaille <akim@epita.fr>
5141 * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5142 * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5143 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5144 * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5145 * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5146 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5147 * lib/autoconf/status.m4, lib/autoconf/types.m4,
5148 * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5149 * tests/atspecific.m4, tests/base.at, tests/compile.at,
5150 * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5151 * tests/tools.at, tests/torture.at:
5152 Whitespace clean up.
5153 Suggested by Jim Meyering.
5155 2003-05-22 Akim Demaille <akim@epita.fr>
5157 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5158 ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5159 Reported by Jim Meyering.
5161 2003-05-22 Akim Demaille <akim@epita.fr>
5163 * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5164 Add AC_HELP_STRING to the obsolete macros section.
5166 Use '@.' for sentences that ended in a capital letter.
5169 2003-05-22 Akim Demaille <akim@epita.fr>
5171 * config/config.guess, config/config.sub, config/elisp-comp,
5172 * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5173 * config/texinfo.tex, doc/standards.texi: Update from masters.
5175 2003-05-21 Paolo Bonzini <bonzini@gnu.org>
5177 * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5180 2003-05-21 Akim Demaille <akim@epita.fr>
5182 * bin/autoupdate.in ($m4): Fix quotation.
5183 Reported by Martin Mokrejs.
5185 2003-05-19 Paul Eggert <eggert@twinsun.com>
5187 * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5188 Remove non-ASCII characters.
5190 2003-05-18 Paolo Bonzini <bonzini@gnu.org>
5192 * tests/semantics.at (AC_SEARCH_LIBS): New test.
5193 * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5194 AC_CHECK_HEADERS_NEW): New tests.
5196 2003-05-17 Akim Demaille <akim@epita.fr>
5198 * lib/autoconf/functions.m4: Use the default includes so that
5199 memcmp be declared before being tested.
5200 Reported by Sander Niemeijer.
5201 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5202 * doc/autoconf.texi (Default Includes): Document
5203 AC_INCLUDES_DEFAULT.
5205 2003-05-17 Akim Demaille <akim@epita.fr>
5207 * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5208 * doc/autoconf.texi (Obsolete Macros): Adjust.
5209 Reported by Werner LEMBERG and Debian Bug 190886.
5211 2003-05-16 Akim Demaille <akim@epita.fr>
5213 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5214 user name space clashes.
5215 Reported by Bruno Haible.
5217 2003-05-16 Akim Demaille <akim@epita.fr>
5219 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5220 * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5221 them uniform, and more robust to Perl special characters.
5222 Reported by Martin Mokrejs.
5224 2003-05-14 Akim Demaille <akim@epita.fr>
5226 * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5228 2003-05-14 Akim Demaille <akim@epita.fr>
5230 * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5233 2003-05-12 Akim Demaille <akim@epita.fr>
5235 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5237 From Matthias Andree.
5239 2003-05-07 Alexandre Duret-Lutz <adl@gnu.org>
5241 * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5244 2003-05-06 Akim Demaille <akim@epita.fr>
5246 Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5247 longer updates aclocal.m4 if useless, (ii) if a file m4_included
5248 by aclocal.m4 is changed it might require the importing of another
5249 m4 extension file, i.e., aclocal must be run.
5251 * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5252 (&parse_args): Use --force with aclocal if required and supported.
5253 (&autoreconf_current_directory): Use &run_aclocal.
5255 2003-05-06 Akim Demaille <akim@epita.fr>
5257 Lock autom4te's cache.
5259 * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5260 * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5261 argument instead of a file name, so that the request file remains
5262 open during the whole autom4te run.
5263 ($icache_file): New.
5264 (&freeze): Lock the $icache_file.
5266 2003-04-29 Derek Price <derek@ximbiot.com>
5268 * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5269 seperator with m4_append_uniq(). It doesn't work.
5270 (AT_CLEANUP): Add `;' to end of at_help_all.
5271 (AT_INIT): Allow --keywords to be specified more than once. When
5272 grepping $at_help_all for keywords, use the field and keyword
5273 seperators to ensure a complete keyword match. Alter at_prev handling
5274 to support the new --keywords behavior.
5276 2003-04-27 Karl Berry <karl@freefriends.org>
5278 * doc/autoconf.texi: Make the dir entries in the autoconf manual
5279 align better with others. I also made some of the individual
5280 entries on one line, for brevity and to make it easier for me to
5281 sort my dir-example file in the Texinfo distribution :).
5283 2003-04-12 Jim Meyering <jim@meyering.net>
5285 * NEWS: Mention the new macro.
5286 * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5287 * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5288 * tests/c.at: Test AC_C_RESTRICT.
5289 * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5291 2003-04-08 Akim Demaille <akim@epita.fr>
5293 * bin/ifnames.in: Skip C++ comments.
5296 2003-04-08 Akim Demaille <akim@epita.fr>
5298 * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5299 From Ilya Zakharevich.
5301 2003-04-08 Akim Demaille <akim@epita.fr>
5303 * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5306 2003-04-01 Derek Price <derek@ximbiot.com>
5308 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5309 from Akim's checkin of 2003-03-29.
5311 2003-04-01 Derek Price <derek@ximbiot.com>
5313 * tests/torture.at (Configuring subdirectories): Add missing
5314 close-quote for Akim's change from 2003-03-28.
5316 2003-04-01 Akim Demaille <akim@epita.fr>
5318 * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5319 (AC, AT, MS): these.
5320 (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5323 * doc/Makefile.am (CLEANFILES): Adjust.
5324 (TEXI2DVI): Make it --batch.
5326 2003-03-31 Derek Price <derek@ximbiot.com>
5328 * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5329 which removed the main loop.
5330 Thanks to Akim Demaille.
5332 2003-03-29 Akim Demaille <akim@epita.fr>
5334 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5336 From Ilya Zakharevich.
5338 2003-03-29 Akim Demaille <akim@epita.fr>
5340 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5341 documentation to read is Autoconf's.
5342 Suggested by Paul Eggert.
5344 2003-03-28 Akim Demaille <akim@epita.fr>
5346 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5347 reading the section "Present But Cannot Be Compiled" when the
5348 header causes problems.
5350 2003-03-28 Akim Demaille <akim@epita.fr>
5352 * tests/torture.at (Configuring subdirectories): Require aclocal
5353 1.4, otherwise the test fails, as it does support configure.ac.
5354 This fixes the "test 40 failed" bug reports.
5356 2003-03-28 Akim Demaille <akim@epita.fr>
5358 * doc/autoconf.texi (C Compiler): `#line' portability.
5359 From Paul Eggert and Nelson H. F. Beebe.
5361 2003-03-27 Derek Price <derek@ximbiot.com>
5363 * lib/autotest/general.m4: Eliminate main loop and reorganize test
5364 layout in order to allow scripting around test groups.
5366 2003-03-27 Derek Price <derek@ximbiot.com>
5368 * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5369 HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5370 use new diversions in preparation for accepting new arguments and
5371 allowing scripting around tests.
5372 (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5374 2003-03-26 Derek Price <derek@ximbiot.com>
5376 * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5377 obsolete AC_HELP_STRING.
5378 (AC_HELP_STRING): AU_DEFUN to...
5379 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5380 * tests/m4sh.at (AS_HELP_STRING): New test.
5382 * tests/acgeneral.at: Regenerated.
5384 2003-03-26 Derek Price <derek@ximbiot.com>
5386 * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5387 sense. Verbosify the diversion definitions comment.
5389 2003-03-26 Derek Price <derek@ximbiot.com>
5391 * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5394 2003-03-21 Eric Siegerman <eric_97@pobox.com>
5396 * doc/autoconf.texi (Present But Cannot Be Compiled):
5397 Grammar fixes and minor rewording. (trivial change)
5399 2003-03-06 Paul Eggert <eggert@twinsun.com>
5401 Work around a problem noted by Nelson H. F. Beebe with coreutils
5402 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5403 2002/05/09) rejects '#line 32768 "configure"' because the line
5405 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5407 * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5408 * doc/autoconf.texi (Generating Sources): Document this.
5410 2003-03-01 Richard Dawe <rich@phekda.freeserve.co.uk>
5412 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5413 file name for the m4 program, when it has an "exe" file extension.
5414 DJGPP's error messages include the error code in brackets -
5415 remove the error code during normalization.
5417 2003-02-28 Akim Demaille <akim@epita.fr>
5419 * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5421 2003-02-28 Alexandre Duret-Lutz <adl@gnu.org>
5423 * doc/autoconf.texi (Limitations of Make): Remove the section
5424 about `$<' in inference rules, it was a bogus interpretation of
5425 an old Automake change. Discuss NetBSD, FreeBSD, OpenBSD, and
5426 Tru64 make in the "target lookup" section.
5427 (Automake): Automake 1.5+ no longer requires special tools to be
5428 present on the developer's host.
5430 2003-02-26 Richard Dawe <rich@phekda.freeserve.co.uk>
5432 * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5433 to a shell that can handle redirection or quoting correctly.
5434 Override SHELL with the shell detected by configure.
5435 Use of $^O suggested by Tim van Holder.
5436 * bin/autom4te.in (BEGIN): Likewise.
5437 * bin/autoreconf.in (BEGIN): Likewise.
5438 * bin/autoscan.in (BEGIN): Likewise.
5439 * bin/autoupdate.in (BEGIN): Likewise.
5440 * bin/ifnames.in (BEGIN): Likewise.
5442 * bin/ifnames.in: Add final newline to help and version messages.
5444 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5445 to cope with DOS-style absolute paths, when constructing
5448 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5449 When constructing paths with IFS=:, quote the path. If we're
5450 constructing a DOS-style absolute path, we don't want to split it
5453 * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5456 2003-02-25 Pavel Roskin <proski@gnu.org>
5458 * bin/autoheader.in: Add missing newline when printing
5459 suggestion how change AC_DEFINE call.
5461 2003-02-24 Paul Eggert <eggert@twinsun.com>
5463 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5464 2002-09-01 patch by replacing "test -n" with "test -z".
5465 This fixes a bug found by Jeff Painter and reported by Tom Epperly in
5466 <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
5468 * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
5469 to fix a mismatch between example and discussion.
5471 2003-02-24 Kevin Ryde <user42@zip.com.au>
5473 * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
5474 format starting with "-".
5476 2003-02-20 Alexandre Duret-Lutz <adl@gnu.org>
5478 * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
5479 is not portable inside Makefile.
5481 2003-02-20 Akim Demaille <akim@epita.fr>
5483 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
5484 compiler says yeah, but preproc says nope, compiler is right.
5485 Conversely, prompt the reader to send a bug report to the
5486 maintainers of the package, not of Autoconf.
5488 2003-02-20 Klee Dienes <kdienes@apple.com>
5490 * bin/autoreconf.in (autoreconf_current_directory): Properly
5491 handle an empty aclocal.m4.
5493 2003-02-20 Akim Demaille <akim@epita.fr>
5495 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
5499 2002-12-23 Paul Eggert <eggert@twinsun.com>
5501 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
5502 innocuous variant befor including <limits.h> or <assert.h>. This
5503 works around a bug reported by Albert Chin: HP-UX 11i
5504 (and earlier versions) have a <limits.h> that declares
5505 gettimeofday and many other functions.
5507 2002-12-03 Paul Eggert <eggert@twinsun.com>
5511 * NEWS, configure.ac: Update version.
5513 * doc/fdl.texi: Upgrade to FDL version 1.2.
5515 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
5516 nontrivially in main's body, so that f's external declaration is
5517 not optimized away in AIX. This should fix the bug reported by
5519 <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
5521 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
5522 _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
5523 defined, to support freestanding compilers. This should fix the
5524 bug reported by Momchil Velkov in
5525 <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
5527 * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
5528 arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
5529 obsolete AC_CHECK_TYPE. The missing empty arg was reported
5530 by Simon Josefsson in
5531 <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
5533 * Makefile.maint (www-gnu): New macro.
5534 (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
5535 the location has moved.
5537 2002-12-02 Martin Frydl <martin@systinet.com>
5539 * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
5540 \(.*\) match is too long and there is something more to be checked.
5541 <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
5543 2002-11-15 Akim Demaille <akim@epita.fr>
5547 * config/install-sh: chmod +x.
5549 * config/move-if-change: Indenting changes.
5550 * Makefile.am (AUTOMAKE_OPTIONS): Move to...
5551 * configure.ac (AM_INIT_AUTOMAKE): here.
5554 2002-11-14 Akim Demaille <akim@epita.fr>
5558 * config/config.guess, config/config.sub, config/install-sh:
5559 Update from masters.
5561 2002-11-14 Akim Demaille <akim@epita.fr>
5563 * Makefile.maint: Sync with Bison, i.e.:
5564 (po-check): Scan .l and .y files instead of the
5565 .c and the .h files that they generate. This fixes the bug
5566 reported by Tim Van Holder in:
5567 <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
5568 Look for N_ as well as for _. Try to avoid matching #define for
5572 2002-11-14 Akim Demaille <akim@epita.fr>
5574 * doc/autoconf.texi (C Compiler): Compiling several files at once.
5575 From Paul Eggert and Albert Chin-A-Young.
5577 2002-11-14 Akim Demaille <akim@epita.fr>
5579 * doc/autoconf.texi (C Compiler): Solitary backslashes.
5580 From Paul Eggert and Albert Chin-A-Young.
5582 2002-11-14 Kevin Ryde <user42@zip.com.au>
5584 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
5585 than assigning in main, to avoid HP cc +O3 optimizing it away.
5587 2002-11-12 Peter Eisentraut <peter_e@gmx.net>
5589 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
5590 option. Process --recheck after parsing all options. Pass -q
5591 option to configure on --recheck.
5592 (AC_OUTPUT): Pass -q from configure to config.status.
5593 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
5594 arguments to record.
5595 * doc/autoconf.texi (config.status Invocation): Document
5596 config.status -q option.
5598 2002-11-07 Alexandre Duret-Lutz <adl@gnu.org>
5600 * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
5601 Makefile.in if Makefile.am exists.
5602 (output): Strip `.am' from Makefiles. Don't
5603 output AC_CONFIG_FILES if no Makefiles were found.
5605 2002-11-07 Akim Demaille <akim@epita.fr>
5607 * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
5608 (local_updates): New.
5609 * Makefile.maint: Update, from CVS Bison.
5610 (local_updates): New.
5612 2002-11-06 Akim Demaille <akim@epita.fr>
5614 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
5615 declaration in extern "C" too.
5616 Reported by Roberto Bagnara.
5618 2002-11-06 Akim Demaille <akim@epita.fr>
5620 * tests/torture.at (Configuring subdirectories): Don't use grep
5622 * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
5623 Reported by Ezra Peisach.
5625 2002-11-05 Akim Demaille <akim@epita.fr>
5627 * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
5629 We _have_ to stop using the old compatibility scheme that tried to
5630 avoid useless backslashes because Libtool 1.4.3 contains a
5631 AC_DEFINE([error_t], [int],
5632 [Define to a type to use for \`error_t' if it is not
5633 otherwise available.])
5634 We _have_ to quote the single quote and backslashes with \. The
5635 old compatibility scheme saw that ` was backslashed, and therefore
5636 did not quote the single quote. Hence before this patch, Autoconf
5637 was not compatible with Libtool.
5639 2002-11-04 Paul Eggert <eggert@twinsun.com>
5641 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
5642 too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
5643 LC_NAME, LC_PAPER, LC_TELEPHONE.
5644 * doc/autoconf.texi (Special Shell Variables): Mention those vars.
5646 2002-11-04 Akim Demaille <akim@epita.fr>
5650 * Makefile.maint (update, cvs-update, po-update, do-po-update):
5652 * config/texinfo.tex: Update.
5654 2002-11-03 Akim Demaille <akim@epita.fr>
5656 * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
5658 (&autoreconf): here.
5659 ($help, $make, &parse_args, &autoreconf_current_directory):
5661 * doc/autoconf.texi (autoreconf Invocation): Adjust.
5663 2002-10-31 Bruno Haible <bruno@clisp.org>
5665 * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
5666 Change name of cache variable to ac_cv_func_malloc_0_nonnull.
5667 (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
5668 (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
5669 to ac_cv_func_realloc_0_nonnull.
5670 (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
5672 2002-10-31 Akim Demaille <akim@epita.fr>
5674 The test suite was no longer checking for trailing envvars and files.
5676 * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
5677 (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
5679 2002-10-31 Akim Demaille <akim@epita.fr>
5681 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
5682 `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
5683 Make variable, not a shell variable.
5684 Suggested by Bruno Haible.
5686 2002-10-31 Akim Demaille <akim@epita.fr>
5688 * bin/autom4te.in (load_configuration): Reject #args out of any
5691 2002-10-31 Akim Demaille <akim@epita.fr>
5693 * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
5694 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
5695 (_AC_RUN_IFELSE): Use it.
5696 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
5697 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
5698 * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
5701 2002-10-30 Akim Demaille <akim@epita.fr>
5703 * bin/autom4te.in (&parse_args, $help): Support --no-cache.
5704 * doc/autoconf.texi (autom4te Invocation): Adjust.
5705 Suggested by Tim van Holder.
5707 2002-10-29 Paul Eggert <eggert@twinsun.com>
5709 * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
5710 AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
5711 Problem reported by Bruno Haible.
5713 2002-10-29 Akim Demaille <akim@epita.fr>
5715 * doc/autoconf.texi (Header Templates): Put also in words what the
5716 pictures says to assist free style readers.
5717 (Customizing autom4te): s/--cache=/--cache /.
5719 2002-10-29 Akim Demaille <akim@epita.fr>
5721 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
5723 sparc_address_test returns void.
5724 Use it with an argument, as prototyped.
5727 2002-10-29 Akim Demaille <akim@epita.fr>
5729 * doc/autoconf.texi (Subdirectories): Cygnus dirs have
5730 configure.in, not configure.ac.
5731 Reported by Bruno Haible.
5733 2002-10-29 Akim Demaille <akim@epita.fr>
5735 * tests/torture.at (Deep Package): New test.
5736 (Configuring subdirectories): Don't use a testSubDir as Autotest
5739 2002-10-29 Akim Demaille <akim@epita.fr>
5741 * bin/autoreconf.in (&parse_args, $help): Support --warnings.
5742 * doc/autoconf.texi (Invoking autom4te): Rename as...
5743 (autom4te Invocation): this, for consistency with the other nodes.
5745 2002-10-29 Akim Demaille <akim@epita.fr>
5747 * lib/autom4te.in (Autoconf): s/automate/autom4te/.
5748 Reported by Ralf Corsepius.
5750 2002-10-29 Akim Demaille <akim@epita.fr>
5752 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
5753 characters is a back as an `obsolete' warning now.
5754 Reported by Ralf Corsepius.
5756 2002-10-28 Akim Demaille <akim@epita.fr>
5758 * configure.ac: Bump to 2.54c.
5760 2002-10-28 Akim Demaille <akim@epita.fr>
5764 * tests/foreign.at (Libtool): Adjust to broken libtoolize.
5766 2002-10-28 Akim Demaille <akim@epita.fr>
5768 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
5769 m4 executable names, and different GNU M4 version.
5770 Reported by Ezra Peisach and Paul Jarc.
5772 2002-10-27 Akim Demaille <akim@epita.fr>
5774 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
5777 2002-10-27 Akim Demaille <akim@epita.fr>
5779 * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
5780 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
5781 Die when a simple Fortran program cannot be compiled.
5782 * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
5783 Issue a warning if no function is given.
5785 2002-10-27 Akim Demaille <akim@epita.fr>
5787 * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
5788 Move the documentation of AC_TRY_RUN to...
5789 (Obsolete Macros): here.
5790 Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
5791 (autoconf Invocation): Remove the duplicates with `invoking
5793 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
5794 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
5796 2002-10-27 Akim Demaille <akim@epita.fr>
5798 * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
5799 and AC_LANG_FUNC_LINK_TRY.
5800 (Examining Libraries): Rename as...
5801 (Running the Linker): this.
5802 Document AC_LINK_IFELSE.
5803 Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
5804 (Obsolete Macros): here.
5805 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
5806 AC_TRY_LINK_FUNC nor AC_TRY_LINK.
5807 * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
5808 * lib/autoconf/headers.m4 (AC_USG): Likewise.
5810 2002-10-27 Akim Demaille <akim@epita.fr>
5812 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
5814 More `check config.log' messages.
5816 * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
5817 * doc/autoconf.texi (Printing Messages): Document it.
5818 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
5820 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
5821 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
5822 (_AC_COMPILER_OBJEXT): Likewise.
5823 * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
5824 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
5826 * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
5829 Deprecate macros with unusual interfaces.
5831 * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
5832 (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
5834 Document the new ones, and proper style.
5836 * doc/autoconf.texi (Generating Sources): New.
5837 Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
5838 (Examining Declarations): Rename as...
5839 (Running the Preprocessor): this.
5840 Document AC_PREPROC_IFELSE.
5841 (Examining Syntax): Rename as...
5842 (Running the Compiler): this.
5843 (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
5844 (Obsolete Macros): Move the definition of AC_TRY_CPP and
5845 AC_TRY_COMPILE here.
5847 2002-10-27 Akim Demaille <akim@epita.fr>
5849 Move sections around.
5851 * doc/autoconf.texi (Customizing autom4te): Remove a lost
5853 Reported by Burno Haible.
5854 (Language Choice): Now the first section of...
5855 (Writing Tests): this section.
5856 Make the introduction less C-centric.
5857 (Guidelines, Test Functions): Move to...
5858 (Writing Test Programs): this new section.
5859 (Test Programs): Merge into...
5862 2002-10-27 Akim Demaille <akim@epita.fr>
5864 * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
5865 autom4te.in that resulted in the need for two `make' runs.
5867 2002-10-27 Akim Demaille <akim@epita.fr>
5869 * configure.ac: Bump to 2.54b.
5871 2002-10-25 Akim Demaille <akim@epita.fr>
5875 * Makefile.maint: Update from the Coreutils.
5876 (AMTAR): Remove, obsolete.
5877 (automake_repo): Update to redhat.com.
5879 Adjust to the fact that ansi2knr is now hosted by Automake.
5880 * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
5881 * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
5882 Update from masters.
5883 * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
5884 autoscan.pre is not to be installed, and autoscan.list is not to
5886 (CLEANFILES): Add autoscan.list.
5887 (autoscan.list): Disable the cache.
5888 * bin/Makefile.am: Include freeze.mk.
5890 2002-10-25 Akim Demaille <akim@epita.fr>
5892 * bin/autom4te.in (&load_configuration): Take the file as
5894 (&parse_args): Handle -C, --cache.
5896 (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
5897 * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
5898 * doc/autoconf.texi (Invoking autom4te): Document --cache.
5899 Now a subsection of...
5900 (Using autom4te): This new section.
5901 (Customizing autom4te): New.
5902 (autom4te.cache): Adjust.
5904 2002-10-25 Akim Demaille <akim@epita.fr>
5906 * doc/autoconf.texi (Generic Headers): More information on how to
5907 use AC_CHECK_HEADERS.
5909 2002-10-25 Akim Demaille <akim@epita.fr>
5911 * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
5914 2002-10-25 Akim Demaille <akim@epita.fr>
5916 * bin/autoscan.in (output): Output AC_PREREQ.
5917 (%needed_macros): Add AC_PREREQ so that configure.ac without one
5920 2002-10-23 Akim Demaille <akim@epita.fr>
5922 * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
5925 2002-10-23 Akim Demaille <akim@epita.fr>
5927 * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
5928 Reported by Peter Eisentraut.
5930 2002-10-23 Akim Demaille <akim@epita.fr>
5932 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
5935 * doc/autoconf.texi (Particular Headers): Adjust according to Paul
5936 Eggert's recommandations.
5938 2002-10-22 Akim Demaille <akim@epita.fr>
5940 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
5941 Bison, by Paul Eggert.
5942 * doc/autoconf.texi (Particular Headers): Document it.
5944 2002-10-22 Aaron M. Ucko <amu@alum.mit.edu>
5946 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
5947 `$ac_configure_args'.
5949 2002-10-22 Akim Demaille <akim@epita.fr>
5951 * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
5952 (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
5955 2002-10-22 Akim Demaille <akim@epita.fr>
5957 Restore the 2002-10-11 Akim Demaille <akim@epita.fr> patch:
5959 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
5960 (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
5961 (_AC_CHECK_HEADER_NEW): Rename as...
5962 (AC_CHECK_HEADER): this.
5964 2002-10-22 Akim Demaille <akim@epita.fr>
5966 * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
5967 words about HP-UX cmp: it was actually a user-written cmp.
5969 2002-10-22 Akim Demaille <akim@epita.fr>
5971 * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
5973 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
5974 Quote for Perl '' strings, not "".
5975 * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
5978 2002-10-22 Akim Demaille <akim@epita.fr>
5980 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
5981 characters is a syntax warning now.
5982 (_AS_QUOTE): Accept $2 as list of characters to quote.
5983 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
5984 Quote for Perl, not sh.
5985 * bin/autoheader.in: When $debug, report the file which is
5987 * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
5988 `@', to tickle Perl's lists.
5989 Reported by Carlos Velasco.
5991 2002-10-18 Akim Demaille <akim@epita.fr>
5993 * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
5994 missing included files _are_ errors.
5995 Thanks to Alexandre Duret-Lutz.
5996 * tests/tools.at (autom4te cache): Adjust.
5997 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
5998 (AT_CHECK_M4SUGAR): Use it.
5999 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6001 * tests/tools.at (autom4te): Now it does exit 1.
6003 2002-10-17 Akim Demaille <akim@epita.fr>
6005 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6006 Fixes the `AC_ARG_VAR' test failures.
6007 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6008 * lib/freeze.mk (check-forbidden-patterns): New.
6009 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6010 * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6011 * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6013 Reported months ago by H. Merijn Brand.
6015 2002-10-17 Akim Demaille <akim@epita.fr>
6017 * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6019 2002-10-16 Paul Eggert <eggert@twinsun.com>
6021 * Makefile.maint (wget_files): Remove ansi2knr.c.
6022 (ansi2knr.c-url_prefix): Remove.
6024 2002-10-16 Akim Demaille <akim@epita.fr>
6026 Because of caching, some files that no longer exist and are no
6027 longer required can still cause errors.
6028 Reported by Alexandre Duret-Lutz.
6030 * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6031 to frozen files in @ARGV, as @ARGV must remain being a list of
6032 files. Rather, at M4 call sites, use this...
6033 (&files_to_options): New function.
6034 (&freeze): Use &error.
6035 (&up_to_date): If a file that was included according to the cache
6036 is no longer there, then the output is out dated.
6037 (&main): Don't even check whether a file is up to date is anyway
6039 * tests/tools.at (autom4te cache): New.
6041 2002-10-16 Akim Demaille <akim@epita.fr>
6043 * bin/autoconf.as: Kill dead options.
6044 * bin/autoupdate.in (&parse_args): Kill old options.
6045 * bin/autoreconf.in (&parse_args): Remove dead options.
6047 (&autoreconf): Report the directories we enter *and leave*, so
6048 that error messages can be easily located, and use GNU Make
6049 format, so that Emacs' compile mode understands us.
6050 * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6051 if some file was changed instead of `print'.
6052 * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6053 (&parse_args): Remove the dead options.
6054 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6055 autoheader's quiet mode.
6056 (AT_CHECK_AUTOUPDATE): Likewise.
6057 * tests/tools.at (autoupdate): Adjust.
6058 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6060 2002-10-11 Akim Demaille <akim@epita.fr>
6062 No longer use CPP to check for the existing of headers: use CC to
6063 check for compilability.
6065 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6066 (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6067 (_AC_CHECK_HEADER_NEW): Rename as...
6068 (AC_CHECK_HEADER): this.
6070 * lib/autotest/general.m4 (AT_INIT): Include the failed test
6071 numbers in the Subject suggestion.
6073 2002-10-11 Akim Demaille <akim@epita.fr>
6075 * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6076 Suggest using AC_CHECK_DECLS instead.
6078 2002-10-11 Akim Demaille <akim@epita.fr>
6080 * tests/torture.at (AC_ARG_VAR): Have configure report the value
6083 2002-10-11 Akim Demaille <akim@epita.fr>
6085 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6086 file name to enable parallel executions.
6087 From Sam Varshavchik.
6089 2002-10-08 Akim Demaille <akim@epita.fr>
6091 * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6092 aclocal invocation, as Gettext macros might not be visible to
6094 Instead of blindly running autopoint, scan configure.ac (not the
6095 traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6096 Reported by Paul D. Smith.
6098 2002-10-08 Paul Eggert <eggert@twinsun.com>
6100 Work around problems found when POSIXLY_CORRECT=1 is set.
6101 None of this seems to have anything to do with POSIX, really,
6102 but it's how Perl getopt works.
6103 * bin/autom4te.in (parse_args): Configure GetOpt with
6105 * doc/autoconf.texi (Invoking autom4te):
6106 --warning -> --warnings.
6107 * lib/autom4te.in: --warning -> --warnings.
6109 2002-09-28 Akim Demaille <akim@epita.fr>
6111 * doc/autoconf.texi (autom4te.cache): New section.
6113 2002-09-28 Akim Demaille <akim@epita.fr>
6115 * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6116 (Automake-preselections): Update.
6117 * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6119 2002-09-28 Akim Demaille <akim@epita.fr>
6121 * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6122 * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6123 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6124 * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6126 2002-09-28 Akim Demaille <akim@epita.fr>
6128 * tests/torture.at (Configuring subdirectories): Be robust to
6129 users who use config.site to require for a cache: in this case,
6130 the two last configure runs, using two different sets of
6131 arguments, trigger a legitimate error.
6133 2002-09-28 Akim Demaille <akim@epita.fr>
6135 * tests/m4sh.at (Functions Support, Functions and return Support):
6138 2002-09-28 Akim Demaille <akim@epita.fr>
6140 * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6141 autoheader are Perl programs.
6142 (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6143 (autom4te): Specify that the sources are in the $srcdir.
6144 * doc/autoconf.texi (Installation Directory Variables): Adjust.
6146 2002-09-28 Akim Demaille <akim@epita.fr>
6148 * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6149 (tm_zone): Move their rules to...
6150 * lib/autoconf/types.m4: here, using AN_ macros.
6151 * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6152 (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6153 (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6154 * lib/autoconf/programs.m4: here.
6155 * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6156 (ETAGS_FOR_AUTOCONF): New.
6159 2002-09-28 Akim Demaille <akim@epita.fr>
6161 * lib/autoconf/autoscan.m4: New file.
6162 * lib/autoconf/autoconf.m4: Include it.
6163 * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6164 that were listed in the original autoscan.list.
6165 * lib/autoconf/headers.m4: Similarly with headers.
6166 * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6167 (.m4.m4f): Don't pass --prepend-include, since that's done by
6168 tests/autom4te itself.
6169 * lib/autoscan/Makefile.am: Include freeze.mk.
6170 (autoscan.list): New target --this file is no longer a source.
6171 (autoscan.pre): New file.
6173 2002-09-28 Akim Demaille <akim@epita.fr>
6175 * bin/autoscan.in (@kinds): Make them singular.
6177 (&init_tables): When --debug, report the list of rules to ease
6178 tracking changes in autoscan.list.
6179 * lib/autoscan/autoscan.list (function): Strip comments, sort.
6181 2002-09-28 Akim Demaille <akim@epita.fr>
6183 * lib/autoscan/functions, lib/autoscan/headers,
6184 * lib/autoscan/identifiers, lib/autoscan/makevars,
6185 * lib/autoscan/programs: Merge into...
6186 * lib/autoscan/autoscan.list: this.
6187 * bin/autoscan.in (&init_tables): Adjust.
6189 2002-09-28 Akim Demaille <akim@epita.fr>
6191 * lib/autoscan/functions, lib/autoscan/headers,
6192 * lib/autoscan/identifiers, lib/autoscan/makevars,
6193 * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6194 `functions' line is now prefixed with `function:'.
6195 * bin/autoscan.in (&init_tables): Adjust.
6197 2002-09-28 Akim Demaille <akim@epita.fr>
6199 From now on, autoscan files must always map a macro name to a
6200 word: there is no `default' macro for autoscan.
6202 * bin/autoscan.in (&init_tables): Reject entries with no macro at
6204 * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6207 2002-09-28 Akim Demaille <akim@epita.fr>
6209 * bin/autoscan.in (%c_keywords): Remove.
6210 (&used): Keep only track of the words we might be interested in.
6211 (&output_kind): It is no longer needed to look for non active
6214 2002-09-27 Akim Demaille <akim@epita.fr>
6216 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6217 jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6218 * lib/autoscan/functions: Adjust.
6219 * doc/autoconf.texi (Particular Functions): Adjust.
6221 2002-09-27 Akim Demaille <akim@epita.fr>
6223 * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6225 Thanks to Bill Moseley and Paul Eggert.
6226 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6227 the tmpdir must be created.
6228 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6229 dir be in the build tree, instead of $TMPDIR.
6231 2002-09-27 Akim Demaille <akim@epita.fr>
6233 * bin/autoscan.in: Improve the comments.
6234 (&parse_args): Drop obsolete undocumented options.
6235 (&output_kind): Output warnings.
6236 * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6237 (getwd): Trigger a warning.
6239 2002-09-26 Akim Demaille <akim@epita.fr>
6241 * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6242 Reported by Ralf Corsepius.
6243 * doc/autoconf.texi (autoreconf Invocation): Likewise.
6245 2002-09-26 Akim Demaille <akim@epita.fr>
6247 Single suffix rules and seperated dependencies are not portable.
6249 * doc/autoconf.texi (Installation Directory Variables): Update.
6250 (Limitations of Make): Some about `Single Suffix Rules and
6251 Separated Dependencies'.
6252 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6253 (ifnames, autoscan, autom4te): Un-factor into several rules.
6255 2002-09-25 Paul Eggert <eggert@twinsun.com>
6257 * BUGS (Interoperability bugs): New section. Mention libtool
6258 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6260 2002-09-24 Paul Eggert <eggert@twinsun.com>
6262 Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6263 make handles suffix-rules differently from GNU make.
6265 * bin/Makefile.am (SUFFIXES, .in): Remove.
6266 (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6267 Move the body of the old .in rule here.
6269 2002-09-16 Akim Demaille <akim@epita.fr>
6271 i960 compilers create `b.out' files by default.
6272 Reported by Ralf Corsepius.
6274 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6275 (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6277 2002-09-13 Paul Eggert <eggert@twinsun.com>
6279 * doc/autoconf.texi (Particular Headers): Remove obsolete
6280 reference to `struct timezone' in the description of
6283 2002-09-13 Akim Demaille <akim@epita.fr>
6287 * config/config.sub, config/config.guess: Update.
6288 * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6289 * Makefile.am: Adjust.
6291 2002-09-13 Akim Demaille <akim@epita.fr>
6293 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6294 reading config.log when the compiler is rejected.
6295 Suggested by Guido Draheim.
6297 2002-09-13 Akim Demaille <akim@epita.fr>
6299 * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6300 (chdir_init) might hang when stat'ing mounted directories.
6301 Reported by Vance Shipley.
6303 2002-09-12 Akim Demaille <akim@epita.fr>
6305 * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6308 2002-09-12 Akim Demaille <akim@epita.fr>
6310 * doc/autoconf.texi (Defining Symbols): Present two different
6311 prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6312 difference between 1 argument calls, and 2-3 argument calls.
6314 2002-09-12 Peter Eisentraut <peter_e@gmx.net>
6316 * doc/autoconf.texi: Review grammar and punctuation.
6318 2002-09-11 Paul Eggert <eggert@twinsun.com>
6320 * doc/autoconf.texi: Fix minor formatting, spelling, and
6322 (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6323 AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6326 2002-09-11 Akim Demaille <akim@epita.fr>
6328 * doc/autoconf.texi (Questions): Rename as...
6330 (Defining Directories): New.
6332 2002-09-09 Akim Demaille <akim@epita.fr>
6334 * doc/autoconf.texi (Making testsuite Scripts): Update.
6335 Suggested by Nishio Futoshi.
6337 2002-09-09 Koji Arai <JCA02266@nifty.ne.jp>
6339 * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6340 plain `@' is wanted.
6342 2002-09-09 Akim Demaille <akim@epita.fr>
6344 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6345 `duplicates', since the algorithm was too naive and could keep
6346 `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6347 keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6348 Reported by Ralf Corsepius.
6349 * tests/torture.at (Configuring subdirectories): Exercise these
6352 2002-09-09 Akim Demaille <akim@epita.fr>
6354 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6355 looking for a replacement file.
6356 * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6357 directory is relative.
6358 * doc/autoconf.texi (Generic Functions): Clarify the replacement
6359 directory definition.
6360 Reported by Andreas Schwab and Jim Meyering.
6362 2002-09-06 Akim Demaille <akim@epita.fr>
6364 * doc/autoconf.texi (Setting Output Variables): Clarify what
6365 precious variables are.
6366 Suggested by Pontus Skoeld.
6368 2002-09-05 Akim Demaille <akim@epita.fr>
6370 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6371 (ifnames, autoscan, autom4te): Since we don't only depend on
6372 configure.ac variables (such as VERSION etc.), but also on prefix
6373 and so forth, depend on Makefile, not configure.ac.
6374 Reported by Alexandre Duret-Lutz.
6375 * doc/autoconf.texi (Installation Directory Variables): Adjust.
6377 2002-09-05 Kevin Ryde <user42@zip.com.au>
6379 * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6380 doesn't seem to be confined to ia64, just say "some versions".
6382 2002-09-04 Akim Demaille <akim@epita.fr>
6384 * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6386 * Makefile.am (maintainer-clean-local): Remove.
6387 (MAINTAINERCLEANFILES): Remove COPYING.
6389 2002-09-03 Paul Eggert <eggert@twinsun.com>
6391 * doc/autoconf.texi (Configuration Commands): Remove obsolete
6392 example for AC_CONFIG_COMMANDS_PRE. Problem reported by Marcus
6395 2002-09-03 Akim Demaille <akim@epita.fr>
6397 * configure.ac: Bump to 2.53d.
6398 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6399 as of today, on Automake's team suggestion.
6401 2002-09-03 Akim Demaille <akim@epita.fr>
6405 2002-09-02 Akim Demaille <akim@epita.fr>
6407 * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6409 * configure.ac: Disable SITE_MACRO_DIR.
6411 2002-09-02 Jim Meyering <meyering@lucent.com>
6413 * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6414 i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6415 Also, tweak grammar: s/make sure to/be sure to/.
6417 2002-09-02 Paul Eggert <eggert@twinsun.com>
6419 * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6420 directory names are generally preferable to physical names.
6422 2002-09-02 Akim Demaille <akim@epita.fr>
6424 * lib/Autom4te/General.pm (&update_file): s/die/error/.
6425 Reported by Raja R. Harinath.
6426 * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6427 * bin/autoupdate.in: Use error instead of die.
6429 2002-09-01 Paul Eggert <eggert@twinsun.com>
6431 * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6432 ordinary shell concatenation rather than echo+tr+sed command that
6433 runs afoul of a long-line-related sed bug in Solaris 8.
6435 * bin/autoheader.in (parse_args): --warning -> --warnings.
6437 * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6438 stdout, as traditional "ls" does.
6439 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6440 _AC_COMPILER_EXEEXT_O): Likewise.
6441 * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6443 * bin/autoconf.as: Add --prepend-include option. This patch was
6444 applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6445 but bin/autoconf.in is generated automatically from bin/autoconf.as.
6447 * bin/autoconf.in, configure: Regenerate.
6449 * doc/autoconf.texi (Special Shell Variables): Mention
6450 ENV, MAIL, MAILPATH, PS1, PS2, PS4. Index PWD.
6452 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6453 MAILPATH and set PS1, PS2, PS4 to default values, to work
6454 around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6455 For LC_ALL etc, first try to set to "C" as POSIX requires and as
6456 the Autoconf documentation specifies; fall back to "unset" only if
6457 this fails. Use a shell for-loop for this rather than an m4 loop,
6458 to shorten the output script.
6460 2002-08-30 Paul Eggert <eggert@twinsun.com>
6462 * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6463 1003.1-2001's requirements for CDPATH. Give a simpler workaround
6464 for the CDPATH problem. Document PWD.
6465 (Limitations of Builtins): Document the problem that "cd $foo" and
6466 "ls $foo" may refer to different directories in shells conforming
6467 to POSIX 1003.1-2001. Use PS1 rather than CDPATH for "unset"
6468 example, since the old example is now out of date.
6470 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
6471 FOO" and "ls FOO" talk about different directories; this catches
6472 problems when POSIX 1003.1-2001 "cd" fails due to symlink
6475 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
6476 of rolling our own unset.
6477 (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
6478 in practice we needn't worry about CDPATH if unset doesn't work.
6480 * Makefile.in, aclocal.m4, bin/Makefile.in,
6481 config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
6482 lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
6483 lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
6484 lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
6485 tests/Makefile.in: Regenerate with Automake 1.6.3.
6487 * config/config.guess, config/config.sub, config/mkinstalldirs:
6490 * configure: Regenerate with self.
6492 2002-08-30 Kevin Ryde <user42@zip.com.au>
6494 * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
6497 2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6499 * bin/autom4te.in (Request::load): Correctly test for "do" read
6502 2002-08-29 Akim Demaille <akim@epita.fr>
6504 * lib/Autom4te/General.pm (&xqx): New.
6505 (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
6506 hand, which is not portable.
6508 * bin/autom4te.in: Use them.
6509 Use &error instead of die.
6510 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6513 2002-08-17 Paul Eggert <eggert@twinsun.com>
6515 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
6516 default list of compilers to try, since it was long ago superseded
6517 by the ksh fc builtin. Suggested by Steven G. Johnson.
6519 2002-07-31 Alexandre Duret-Lutz <duret_g@epita.fr>
6521 * doc/autoconf.texi (Invoking autom4te): End the option table,
6522 fixing a bug introduced by the previous patch.
6523 (Limitations of Make): Add a 'target lookup' subentry in the
6524 'VPATH' entry. Rewrite all `make' occurences as `@command{make}'.
6526 2002-07-29 Mark D. Roth <roth@feep.net>
6528 * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
6529 options and use $AUTOM4TE_PATH.
6530 * doc/autoconf.texi: Remove documentation of autom4te
6531 --include-envvar and --site-macro-subdir options and document
6532 use of $AUTOM4TE_PATH.
6533 * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
6534 arguments from each language section.
6536 2002-07-29 Paul Eggert <eggert@twinsun.com>
6538 * doc/install.texi: Include copyright symbol in copyright notice.
6540 * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
6542 (AM_MAKEINFOFLAGS): New macro.
6543 * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
6544 * Makefile.am (INSTALL): Use the new macros.
6545 Use -o rather than --output, since "missing" does not grok --output.
6547 2002-07-25 Alexandre Duret-Lutz <duret_g@epita.fr>
6549 * doc/autoconf.texi (Limitations of Make): Escaped newlines in
6550 comments do not always work. Never trust the exit status of
6553 2002-07-24 Kevin Ryde <user42@zip.com.au>
6555 * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
6556 Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
6558 2002-07-23 Paul Eggert <eggert@twinsun.com>
6560 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
6561 Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
6562 apparently treats PATH="nonexistent" as if it contained ".".
6563 Bug reported by Stefan `Sec' Zehl.
6565 2002-07-22 Alexandre Duret-Lutz <duret_g@epita.fr>
6567 * doc/autoconf.texi (Limitations of Make): Mention the special
6568 handling of the obj/ directory by BSD make.
6570 2002-07-20 Kevin Ryde <user42@zip.com.au>
6572 * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
6575 2002-07-19 Akim Demaille <akim@epita.fr>
6577 * doc/autoconf.texi (Function Portability): `exit'.
6578 (Programming in M4sh): Ethymology of M4sh.
6580 2002-07-19 Akim Demaille <akim@epita.fr>
6582 * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
6584 2002-07-18 Akim Demaille <akim@epita.fr>
6588 2002-07-18 Akim Demaille <akim@epita.fr>
6590 * config/config.guess, config/config.sub: Update.
6592 2002-07-18 Akim Demaille <akim@epita.fr>
6594 Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
6597 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
6598 * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
6599 * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
6601 2002-07-18 Akim Demaille <akim@epita.fr>,
6602 Alexandre Duret-Lutz <duret_g@epita.fr>
6604 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
6605 _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
6607 2002-07-17 Russ Allbery <rra@stanford.edu>
6609 * doc/autoconf.texi (Initializing configure): Clarify the
6610 description of the tarname default.
6612 2002-07-17 Andreas Buening <andreas.buening@nexgo.de>
6614 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
6615 ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
6618 2002-07-17 Akim Demaille <akim@epita.fr>
6620 * lib/Autom4te/General.pm (find_file): Browse the directories in
6621 the order they are given.
6623 2002-07-17 Akim Demaille <akim@epita.fr>
6625 * tests/wrapsh.as, tests/wrappl.as: Merge into...
6626 * tests/wrapper.as: this.
6627 * tests/Makefile.am, configure.ac: Adjust.
6629 2002-07-17 Mark D. Roth <roth@feep.net>
6631 * configure.ac: Add --enable-site-macro-dir option.
6632 * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
6633 * bin/autom4te.in: Add --prepend-include, --include-envvar, and
6634 --site-macro-subdir options.
6635 * bin/autoconf.in: Add --prepend-include option.
6636 * bin/autoheader.in: Add --prepend-include option.
6637 * bin/autoreconf.in: Add --prepend-include option.
6638 * bin/autoscan.in: Add --prepend-include option.
6639 * bin/autoupdate.in: Add --prepend-include option.
6640 * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
6641 macro directory, remove note that include path directories are
6642 used in reverse order, and document --prepend-include option.
6643 * lib/autom4te.in: Use --prepend-include instead of --include.
6644 * tests/wrapsh.in: Use --prepend-include instead of --include.
6646 2002-07-17 Akim Demaille <akim@epita.fr>
6648 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
6650 * doc/autoconf.texi (Initializing configure): Adjust.
6652 2002-07-17 Akim Demaille <akim@epita.fr>
6654 * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
6655 (_AC_FUNC_MALLOC): New.
6656 (AC_FUNC_MALLOC): Use the latter.
6657 Define HAVE_MALLOC to 0 if broken.
6658 * doc/autoconf.texi (Particular Functions): Adjust.
6660 2002-07-16 Akim Demaille <akim@epita.fr>
6662 * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
6663 * doc/autoconf.texi (C Compiler): Adjust.
6665 2002-07-09 Akim Demaille <akim@epita.fr>
6667 * doc/autoconf.texi: Properly set the ``header'' part.
6669 2002-07-09 Akim Demaille <akim@epita.fr>
6671 * doc/autoconf.texi (Systemology): Some about Darwin.
6673 2002-07-09 Alexandre Duret-Lutz <duret_g@epita.fr>
6675 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6676 Don't use AC_REQUIRE in AU_DEFUN.
6678 2002-07-09 Art Haas <ahaas@neosoft.com>
6680 * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
6682 2002-07-02 Alexandre Duret-Lutz <duret_g@epita.fr>
6684 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6685 bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
6686 lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
6687 so that Emacs setups GNU style for perl-mode and cperl-mode.
6689 2002-06-27 Paul Eggert <eggert@twinsun.com>
6691 * config/install-sh: Quote $src. Prefer || to test's -o option,
6692 as per "Limitations of Builtins".
6693 * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
6694 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6696 * tests/mktests.sh: Use grep instead of fgrep, as per
6697 "Limitations of Builtins".
6699 2002-06-15 Paul Eggert <eggert@twinsun.com>
6701 * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
6702 autom4te_perllibdir): Set to top build dir or src dir as appropriate,
6703 so that we consistently test the just-built programs.
6704 * tests/wrappl.as: Likewise.
6706 2002-06-12 Paul Eggert <eggert@twinsun.com>
6708 * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
6709 name, so that symlinks to 'autoconf' work properly. Bug reported
6711 * bin/autoheader.in (AUTOM4TE): Likewise.
6712 * bin/autoreconf.in (autoconf, autoheader): Likewise.
6713 * bin/autoscan.in (autom4te): Likewise.
6714 * bin/autoupdate.in (autom4te): Likewise.
6716 * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
6717 btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
6720 2002-06-11 Andreas Schwab <schwab@suse.de>
6722 * doc/autoconf.texi: Add more dir entries.
6724 2002-06-10 Alexandre Duret-Lutz <duret_g@epita.fr>
6726 * bin/autom4te.in ($cache): Don't define using `$me', the name
6727 of the cache should not depend on the name under which autom4te
6730 2002-06-07 Akim Demaille <akim@epita.fr>
6732 * tests/tools.at (autoconf: forbidden tokens, basic)
6733 (autoconf: forbidden tokens, exceptions): Adjust to the change of
6734 words in autom4te.in.
6736 2002-06-07 Peter Eisentraut <peter_e@gmx.net>
6738 * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
6739 _AC_LANG_PROGRAM_C_F77_HOOKS.
6741 2002-06-07 Akim Demaille <akim@epita.fr>
6743 * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
6745 (AC_REPLACE_FNMATCH): this.
6746 * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
6747 AC_FUNC_FNMATCH_GNU.
6749 2002-06-07 Akim Demaille <akim@epita.fr>
6751 * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
6752 Rosetta Stone for Unix.
6754 2002-06-07 Akim Demaille <akim@epita.fr>
6756 * bin/autom4te.in (warn_forbidden): When rejecting a token,
6757 suggest m4_pattern_allow.
6758 Suggested by Adam J. Richter.
6760 2002-06-07 Akim Demaille <akim@epita.fr>
6762 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
6763 ac_config_libobj_dir.
6764 (AC_CONFIG_LIBOBJ_DIR): New.
6765 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
6766 (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
6767 Use ac_config_libobj_dir to find the replacement files.
6768 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
6769 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
6770 (AC_REPLACE_FNMATCH_GNU): these.
6771 (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
6772 * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
6773 * tests/mktests.sh (ac_exclude_list): Don't check
6774 AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
6776 2002-06-06 Paul Eggert <eggert@twinsun.com>
6778 * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
6781 * doc/autoconf.texi (Configuration Links): Likewise.
6782 (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
6784 2002-06-05 Paul Eggert <eggert@twinsun.com>
6786 * config/config.guess, config/config.sub, config/texinfo.tex:
6787 Update from masters.
6789 2002-05-29 Paul Eggert <eggert@twinsun.com>
6791 * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
6792 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6793 * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
6795 * lib/autoconf/Makefile.am (check-local): Likewise.
6796 * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
6797 * lib/autoconf/types.m4 (commentary only): Likewise.
6798 * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
6799 * lib/autotest/Makefile.am (check-local): Likewise.
6800 * lib/m4sugar/Makefile.am (check-local): Likewise.
6801 * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
6802 * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
6804 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
6805 * doc/autoconf.texi (Particular Programs): Document them.
6806 (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
6809 2002-05-27 Paul Eggert <eggert@twinsun.com>
6811 * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
6812 * NEWS, doc/autoconf.texi (Particular Types): Document it.
6813 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
6814 instead of AC_MBSTATE_T, which never existed.
6816 2002-05-23 Akim Demaille <akim@epita.fr>
6818 * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
6819 version of Autoconf that is discussed.
6821 2002-05-22 Paul Eggert <eggert@twinsun.com>
6823 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
6824 from the default list of compilers to try. Suggested by
6826 * NEWS: Document the above.
6827 * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
6829 2002-05-17 Paul Eggert <eggert@twinsun.com>
6831 * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
6832 the member is itself an aggregate. Bug reported by Sergey Poznyakoff.
6833 This improves on an earlier suggestion by H. Peter Anvin.
6835 2002-05-16 Paul Eggert <eggert@twinsun.com>
6837 AC_FUNC_FNMATCH now tests only for POSIX compatibility.
6838 AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
6839 Both macros now accept an optional source-dir arg.
6840 New macro AC_GNU_SOURCE to define _GNU_SOURCE.
6842 * NEWS: Document this.
6843 * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
6845 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
6846 (AC_FUNC_FNMATCH): Use it. Test only for POSIX conformance,
6847 not for GNU extensions; this undoes part of the 2000-11-03 change,
6848 reverting to 2.13-compatible behavior.
6849 Add new optional argument DIR.
6850 (AC_FUNC_FNMATCH_GNU): New macro.
6852 * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
6854 2002-05-08 Paul Eggert <eggert@twinsun.com>
6856 * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
6857 Don't require AC_SYS_POSIX_TERMIOS. The test is unnecessary,
6858 and it causes a 'test' syntax error if it fails.
6859 Bug reported by Stephen Gildea.
6861 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
6862 If prototypes are supported, use them to check this at compile-time,
6863 instead of trying to check it at run-time. If we must do a run-time
6864 check, assume that setvbuf is standard when cross-compiling, as
6865 nonstandard setvbuf occurs only on ancient and unlikely hosts.
6866 Bug reported by Paul D. Smith.
6868 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
6869 argument specifying location of getloadavg.c. This removes a
6870 FIXME. This idea was taken from Jim Meyering's implementation in
6872 * doc/autoconf.texi (Particular Functions): Document this.
6873 Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
6874 that's what the code does; this fixes a bug reported by
6877 2002-05-03 Akim Demaille <akim@epita.fr>
6879 * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
6880 autopoint instead of gettextize.
6881 ($uses_alocal): Rename as...
6882 ($uses_aclocal): this.
6883 * doc/autoconf.texi (autoreconf Invocation): Adjust.
6884 Suggested by Bruno Haible.
6886 2002-05-03 Akim Demaille <akim@epita.fr>
6888 * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
6890 2002-04-29 Paul Eggert <eggert@twinsun.com>
6892 * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
6893 files to be 1 second older; just set them to be the same time.
6894 Also, sleep 1 second after the first aclocal, to work around
6895 problems with sub-second time stamps on the input files.
6897 2002-04-29 Thien-Thi Nguyen <ttn@gnu.org>
6899 * doc/autoconf.texi: Mention "set -e -x" lossage
6900 under node "Limitations of Builtins".
6902 2002-04-29 Akim Demaille <akim@epita.fr>
6904 * doc/install.texi: Better wording for setting variables when
6906 From Christian Cornelssen.
6908 2002-04-29 Akim Demaille <akim@epita.fr>
6910 * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
6911 of lack of $LINENO support, then the test will compare the $LINENO
6912 in testsuite vs. the lineno in the test file. This is wrong, of
6914 Be sure to protect it.
6915 Reported by Patrick Welche.
6917 2002-04-25 Akim Demaille <akim@epita.fr>
6919 * doc/autoconf.texi (Obsolete Macros): Typo.
6920 Reported by Vladimir Volovich.
6922 2002-04-25 Akim Demaille <akim@epita.fr>
6924 * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
6925 than some of the input files, hence, on the second run of aclocal,
6926 if some of its input are younger, make them older.
6927 Suggested by Paul Eggert.
6929 2002-04-25 Akim Demaille <akim@epita.fr>
6931 * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
6932 Thanks to Paul Eggert.
6934 2002-04-25 Akim Demaille <akim@epita.fr>
6936 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
6937 and ac_subst_vars be sh variables containing the list of
6938 AC_SUBST_FILES'ed and AC_SUBST'ed identifiers. Output them in the
6940 (_AC_INIT_PREPARE): Use them to log them.
6941 (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
6942 (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
6943 _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
6944 _AC_SUBST_FILES and _AC_SUBST_VARS.
6945 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
6947 2002-04-24 Akim Demaille <akim@epita.fr>
6949 * bin/autoreconf.in (autoreconf): Run automake after autoconf and
6950 autoheader, so that automake does not complain about a missing
6951 config.h.in that was to be created.
6953 2002-04-23 Akim Demaille <akim@epita.fr>
6955 * bin/autoheader.in (parse_args): --warning takes an argument.
6958 2002-04-22 Peter Eisentraut <peter_e@gmx.net>
6960 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
6961 and bb.out when cleaning up.
6963 2002-04-22 Akim Demaille <akim@epita.fr>
6967 2002-04-22 Akim Demaille <akim@epita.fr>
6969 * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
6971 2002-04-22 Akim Demaille <akim@epita.fr>
6973 * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
6975 Reported by Gregory Giannoni.
6977 2002-04-22 Akim Demaille <akim@epita.fr>
6979 * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
6980 Fixes false failures on Darwin.
6982 2002-04-21 Paul Eggert <eggert@twinsun.com>
6984 * TODO, bin/autoupdate.in, doc/autoconf.texi,
6985 lib/autoconf/general.m4, lib/autoconf/libs.m4,
6986 lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
6987 tests/tools.at: Minor spelling and grammar fixes.
6989 2002-04-20 Paul Eggert <eggert@twinsun.com>
6991 * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
6992 ZSH_VERSION fixes. Bug reported by Raja R Harinath.
6993 * lib/autotest/general.m4 (AT_INIT): Likewise.
6994 * tests/atgeneral.m4 (AT_INIT): Likewise.
6996 2002-04-19 Paul Eggert <eggert@twinsun.com>
6998 * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
6999 doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7000 lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7001 lib/autoconf/functions.m4, lib/autoconf/general.m4,
7002 lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7003 lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7004 tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7005 Minor spelling and grammar fixes.
7007 * doc/autoconf.texi: Follow the outline suggested in the GNU
7008 Sample Texts sections of the Texinfo 4.2 manual. Most
7009 importantly, this makes sure that the copyright notices appear in
7010 all output formats. You probably need Texinfo 4.2 to generate
7013 Fix some bugs when using "$@" when there might be zero positional
7014 arguments in cases where this matters.
7016 * bin/autoconf.as: Rewrite so that the problem does not come up.
7017 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7018 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7019 * lib/autotest/general.m4 (AT_INIT): Likewise.
7021 * bin/autoheader.in: Use 'case' statement to work around problem.
7022 * bin/auto4mte.in: Likewise.
7023 * bin/autoreconf.in: Likewise.
7024 * bin/autoscan.in: Likewise.
7025 * bin/autoupdate.in: Likewise.
7026 * bin/ifnames.in: Likewise.
7028 * doc/autoconf.texi (Shell Substitutions): Document the problem.
7030 * lib/autotest/general.m4 (AT_INIT):
7031 Use Zsh alias to work around problem.
7032 * tests/atgeneral.m4 (AT_INIT): Likewise.
7034 * tests/c.at: We can't have zero arguments, so remove workaround
7035 that is not portable to Zsh.
7037 2002-04-19 Alexandre Duret-Lutz <duret_g@epita.fr>
7039 * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7040 from aclocal.m4 too.
7042 2002-04-12 Akim Demaille <akim@epita.fr>
7044 * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7046 2002-04-10 Akim Demaille <akim@epita.fr>
7048 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7049 workaround for ${1+"$@"}.
7050 * doc/autoconf.texi (Shell Substitutions): Explain it.
7051 From Oliver Kiddle and Peter Stephenson.
7053 Have M4sh perform minimal shell sanitizing.
7055 * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7057 (_AS_PREPARE): this new macro.
7059 (AS_INIT): Invoke AS_SHELL_SANITIZE.
7060 * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7062 Adjust Autoconf and Autotest.
7064 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7065 AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7066 * lib/autotest/general.m4 (AT_INIT): Likewise.
7067 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7068 Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7071 Use this M4sh to generate Autoconf's shell scripts.
7073 * tests/wrapsh.as: New, precursor of wrapsh.in.
7074 * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7075 on Autotest and M4sh.
7076 ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7077 (wrapsh.in): New target.
7078 * bin/autoconf.as: New, precursor of autoconf.in.
7079 (autoconf.in): New target.
7081 2002-04-09 Alexandre Duret-Lutz <duret_g@epita.fr>
7083 * doc/autoconf.texi (Limitations of Make): Mention the issue
7084 with indented comments in rules.
7086 2002-04-09 Andreas Schwab <schwab@suse.de>
7088 * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7089 ac_top_builddir when setting ac_abs_top_builddir.
7091 2002-04-06 Kevin Ryde <user42@zip.com.au>
7093 * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7094 (Portable Shell): Cross reference to Systemology.
7096 2002-04-05 Akim Demaille <akim@epita.fr>
7098 * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7099 directories when descending in a SUBDIRS.
7100 Reported by Ezra Peisach.
7102 2002-04-04 Andreas Schwab <schwab@suse.de>
7104 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7105 contains no literal separators.
7107 2002-04-03 Akim Demaille <akim@epita.fr>
7109 * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7110 (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7111 Use dnl, not the KILL diversion.
7113 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7114 (AC_CONFIG_LINKS): here.
7116 Don't use the KILL diversion, as it kills spurious output, which
7117 results in failures being hidden.
7118 Use m4_defn where appropriate.
7119 (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7120 after the second argument.
7122 * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7123 syntax, as it is provided by M4sugar.
7124 * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7126 2002-04-03 Andreas Schwab <schwab@suse.de>
7128 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7129 expanded if $# <= 2.
7131 * bin/autoreconf.in (autoreconf): Run automake after rerunning
7134 2002-04-03 Akim Demaille <akim@epita.fr>
7136 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7137 (_AC_COMPILER_EXEEXT_REJECT): New.
7138 Also recognize *.bb and *.bbg as compilation byproducts.
7139 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7140 (_AC_COMPILER_OBJEXT): Use them.
7141 Fixes Debian #138666.
7143 2002-04-02 Peter Eisentraut <peter_e@gmx.net>
7145 Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7147 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7148 AU_DEFUN old name. Use _AC_COMPILE_IFELSE.
7149 (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7150 (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7152 (AC_C_INLINE): Same.
7153 (AC_C_PROTOTYPES): Same. Require AC_PROG_CC instead.
7154 * doc/autoconf.texi, NEWS: Document.
7155 * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7158 2002-04-02 Akim Demaille <akim@epita.fr>
7160 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7161 _AS_MKDIR_P_PREPARE.
7163 2002-03-28 Kevin Ryde <user42@zip.com.au>
7165 * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7166 to avoid versions of HP C which don't allow that.
7168 2002-03-27 Paul Eggert <eggert@twinsun.com>
7170 * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7171 (AS_SHELL_SANITIZE): Invoke it.
7172 (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7174 2002-03-26 Akim Demaille <akim@epita.fr>
7176 * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7178 2002-03-26 Akim Demaille <akim@epita.fr>
7180 * doc/autoconf.texi (Introduction): The GNATS base moved.
7182 2002-03-25 Paul Eggert <eggert@twinsun.com>
7184 * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7185 as POSIX requires, as it doesn't work with Zsh.
7186 * doc/autoconf.texi (Assignments): Document the problem.
7188 2002-03-25 Alexandre Duret-Lutz <duret_g@epita.fr>
7190 * doc/autoconf.texi (Limitations of Make): Mention more issue
7191 about VPATH, overriding of macros in sub-makes, and handling of
7194 2002-03-21 Paul Eggert <eggert@twinsun.com>
7196 * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7197 problem with here-document buffer boundaries.
7199 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7200 when reinvoking the shell, to work around problems with installers
7201 who put strange things like "cd" commands in their environments.
7203 2002-03-19 Akim Demaille <akim@epita.fr>
7205 * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7208 2002-03-19 Akim Demaille <akim@epita.fr>
7210 * bin/autoscan.in (scan_file): Specify the location in `&used'
7214 2002-03-19 Akim Demaille <akim@epita.fr>
7216 * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7217 From Nishio Futoshi.
7219 2002-03-19 Akim Demaille <akim@epita.fr>
7221 * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7223 2002-03-18 Paul Eggert <eggert@twinsun.com>
7225 * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7226 (Limitations of Usual Tools): Add mkdir section.
7228 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7229 (AS_MKDIR_P): Require it. Use mkdir -p if available, falling
7230 back on AS_DIRNAME to compute prefixes otherwise; this is
7231 roughly what mkinstalldirs does. That way, we need not have
7232 our own filename disassembler. The old disassembler did not
7233 work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7235 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7236 Create at_test_all by a series of assignments,
7237 not by a single assignment of a long string. The latter causes ksh
7238 version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7239 presumably because of a buffer overrun.
7241 2002-03-14 Paul Eggert <eggert@twinsun.com>
7243 * lib/autotest/general.m4 (at_times_skip):
7244 Renamed from at_times. Now a boolean.
7245 ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7246 says 'times: not found'.
7248 2002-03-14 Akim Demaille <akim@epita.fr>
7250 * bin/autoreconf.in (&study_gettextize): New.
7251 (&autoreconf): Handle newest gettextize.
7252 Rerun aclocal if needed.
7253 Suggested by Andreas Schwab.
7255 2002-03-13 Akim Demaille <akim@epita.fr>
7257 * doc/autoconf.texi (Special Shell Variables): More about IFS.
7259 2002-03-13 Akim Demaille <akim@epita.fr>
7261 * doc/autoconf.texi (Header Portability): New.
7262 Add information about stdint.h and inttypes.h from Paul Eggert.
7264 2002-03-13 Akim Demaille <akim@epita.fr>
7266 * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7270 2002-03-12 Akim Demaille <akim@epita.fr>
7272 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7275 2002-03-11 Andreas Schwab <schwab@suse.de>
7277 * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7278 does not do it if --with-lispdir is given.
7280 2002-03-08 Akim Demaille <akim@epita.fr>
7284 2002-03-08 Akim Demaille <akim@epita.fr>
7286 * doc/autoconf.texi (Subdirectories): Clarify that the
7287 subdirectory should exist.
7289 2002-03-08 Akim Demaille <akim@epita.fr>
7291 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7293 2002-03-08 Akim Demaille <akim@epita.fr>
7295 * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7296 aliases the actual variables, and modifications of the former
7299 2002-03-08 Akim Demaille <akim@epita.fr>
7301 * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7302 because of C-c: have m4 output in tmp files, then mv them.
7304 2002-03-08 Akim Demaille <akim@epita.fr>
7306 * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7307 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7308 * bin/ifnames.in: Copyright update.
7310 2002-03-08 Akim Demaille <akim@epita.fr>
7312 * doc/autoconf.texi (Invoking autom4te): New.
7314 2002-03-05 Akim Demaille <akim@epita.fr>
7316 * doc/autoconf.texi (Specifying Names): Clarification suggested by
7319 2002-03-05 Akim Demaille <akim@epita.fr>
7323 2002-03-04 Akim Demaille <akim@epita.fr>
7325 * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7326 * lib/autoconf/general.m4 (AC_INIT): More informative error
7329 2002-03-04 Akim Demaille <akim@epita.fr>
7331 * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7334 2002-03-04 Akim Demaille <akim@epita.fr>
7336 * doc/autoconf.texi (Transforming Names): Equality between target
7337 and host is irrelevant.
7338 (Specifying Names, Canonicalizing): Remove all references to the
7339 backward compatibility hooks. Rather, collect them all into...
7340 (Hosts and Cross-Compilation): this new section.
7341 * doc/install.texi (System Type): Ditto.
7342 * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7343 that `--host' implies cross-compilation.
7345 2002-03-04 Akim Demaille <akim@epita.fr>
7347 * doc/autoconf.texi (Evaluation Macros): New.
7348 * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7350 (_m4_foreach): Define the variant with immediate evaluation so
7351 that it contains exactly the items, not an expression which
7352 evaluation is the current item.
7353 (m4_re_string, m4_re_word): Don't over quote them.
7355 2002-03-04 Akim Demaille <akim@epita.fr>
7357 Instead of having stacking `shift's evaluated at the end, let
7358 `foreach' loops immediately evaluate them.
7360 * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7361 $*. This is the n-th time I change my mind, but hopefully this is
7364 (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7366 (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7367 it was only a hack for m4_text_wrap.
7368 (m4_car2): Remove, replaced by...
7370 (_m4_foreach): Adjust.
7371 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7372 m4_bpatsubst for clarification.
7374 2002-03-04 Akim Demaille <akim@epita.fr>
7376 * doc/autoconf.texi (Changequote is Evil): New.
7378 2002-03-03 Kevin Ryde <user42@zip.com.au>
7380 * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7381 on old systems like SunOS.
7383 2002-03-01 Peter Eisentraut <peter_e@gmx.net>
7385 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7386 lib/autoconf/functions.m4, lib/autoconf/general.m4,
7387 lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7388 lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7391 2002-02-28 Akim Demaille <akim@epita.fr>
7393 * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7396 2002-02-28 Kevin Ryde <user42@zip.com.au>
7398 * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7400 2002-02-25 Akim Demaille <akim@epita.fr>
7402 * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7405 2002-02-13 Alexandre Duret-Lutz <duret_g@epita.fr>
7407 * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7408 translate \r\n to \n.
7410 2002-02-07 Akim Demaille <akim@epita.fr>
7414 2002-02-07 Akim Demaille <akim@epita.fr>
7416 Fix Autoconf PR/209.
7417 Also reported by Frank Denis.
7419 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7421 2002-02-07 Akim Demaille <akim@epita.fr>
7423 Fix Autoconf PR/207:
7424 AC_PREFIX_PROGRAM fails with dashed program names
7426 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7427 variable when looking for the prefix program.
7428 Now it also works for shell variables.
7430 2002-02-07 Akim Demaille <akim@epita.fr>
7432 * doc/autoconf.texi (Limitations of Builtins): More about
7435 2002-02-06 Akim Demaille <akim@epita.fr>
7437 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7438 case/esac, some shells don't support it.
7439 Reported by Zack Weinberg.
7440 * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7442 2002-02-06 Akim Demaille <akim@epita.fr>
7444 * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7445 sure not to introduce newlines in at_groups.
7446 * lib/autotest/Makefile.am (autotest.m4f): Typo.
7448 2002-02-06 Akim Demaille <akim@epita.fr>
7450 * tests/torture.at (Configuring subdirectories): Skip if aclocal
7453 2002-02-05 Paul Eggert <eggert@twinsun.com>
7455 * doc/autoconf.texi (Specific Compiler Characteristics):
7456 Describe HP-UX cc bug workaround more accurately.
7457 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7459 * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7460 cross-compilers, too. This undoes some of the most recent change
7463 2002-02-05 Akim Demaille <akim@epita.fr>
7465 * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
7466 to make sure they are up to date when `check' is run.
7468 2002-02-05 Akim Demaille <akim@epita.fr>
7470 * doc/autoconf.texi (Making testsuite Scripts): Document
7473 2002-02-05 Akim Demaille <akim@epita.fr>
7475 * lib/freeze.mk: New.
7477 2002-02-05 Akim Demaille <akim@epita.fr>
7479 Implement `autom4te --freeze'.
7481 * bin/autom4te.in (&freeze): New.
7482 * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
7483 * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
7485 2002-02-05 Akim Demaille <akim@epita.fr>
7487 * bin/autom4te.in (&parse_args): Implement `frozen files are
7488 optional are the sum of the previous files on the command line'.
7489 Also, pass `--reload-state=' on them, so...
7491 * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
7492 (M4sh): Rely on M4sugar.
7493 (Autotest, M4sh, M4sugar): Use frozen files.
7495 2002-01-31 Akim Demaille <akim@epita.fr>
7497 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
7498 * doc/autoconf.texi (Initializing configure): Adjust.
7500 2002-01-30 Akim Demaille <akim@epita.fr>
7502 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
7503 alphanumeric to `-' instead of `_'.
7505 2002-01-30 Akim Demaille <akim@epita.fr>
7507 * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
7508 for plain code, the other for cross-compilation code. The latter
7509 is now run with GCC only.
7510 * doc/autoconf.texi (Compilers and Preprocessors): New.
7512 2002-01-30 Akim Demaille <akim@epita.fr>
7514 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
7516 * doc/autoconf.texi (Initializing configure): Explain how to
7517 change AC_INIT default values.
7519 2002-01-29 Akim Demaille <akim@epita.fr>
7521 * tests/torture.at (Configuring subdirectories): Use configure.in,
7522 so that aclocal 1.4 works.
7523 Reported by Alexandre Duret-Lutz and Larry Schmitt.
7525 2002-01-28 Akim Demaille <akim@epita.fr>
7527 * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
7530 2002-01-28 Akim Demaille <akim@epita.fr>
7532 * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
7533 AUTOTEST_PATH *after* it was set.
7534 Don't put `.' in the PATH: the user should be precise and `./' if
7535 needed. In addition, given that the test suite does some `cd', if
7536 `.' is in the path, the `tested programs' sections will report
7537 programs found in the test suite's directory, while during the
7538 tests (performed in their own directory), these programs are no
7539 longer visible. In other words, the results is confusing and
7541 * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
7543 2002-01-24 Akim Demaille <akim@epita.fr>
7547 2002-01-24 Akim Demaille <akim@epita.fr>
7549 * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
7550 * doc/autoconf.texi: Finally add Akim as an author.
7552 2002-01-24 Akim Demaille <akim@epita.fr>
7554 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
7555 (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
7556 Bourne. Use /bin/sh.
7557 From Andreas Buening.
7559 2002-01-24 Akim Demaille <akim@epita.fr>
7561 * config/config.guess, config/config.sub, config/texinfo.tex:
7562 Update from masters.
7564 2002-01-24 Akim Demaille <akim@epita.fr>
7566 * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
7567 * config/auxdir.m4, config/cond.m4, config/depend.m4,
7568 * config/init.m4, config/install-sh.m4, config/lispdir.m4,
7569 * config/missing.m4, config/sanity.m4, config/select.m4,
7570 * config/strip.m4: Remove, to ease sync'ing with any version of
7573 2002-01-24 Akim Demaille <akim@epita.fr>
7575 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
7576 (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
7577 Reported by Geir Ove Myhr.
7579 2002-01-21 Akim Demaille <akim@epita.fr>
7581 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
7583 2002-01-21 Akim Demaille <akim@epita.fr>
7585 * lib/Autom4te/General.pm (getopt): Use a more GNUish error
7586 message on invalid options.
7587 * bin/autom4te.in (parse_args): Don't use
7588 Autoconf::General::getopt with non valid options.
7590 2002-01-17 Jim Meyering <meyering@lucent.com>
7592 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
7593 $ac_cv_exeext so we don't use an old, invalid, cached value.
7595 2002-01-11 Akim Demaille <akim@epita.fr>
7597 * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
7599 * doc/autoconf.texi (Function Portability): Document the strnlen
7601 (Particular Functions): Document AC_FUNC_STRNLEN.
7602 * lib/autoscan/functions: Adjust.
7604 2002-01-06 Akim Demaille <akim@epita.fr>
7606 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
7607 package.m4, since is really depends upon configure.ac, not
7609 * doc/autoconf.texi (testsuite Scripts): Adjust.
7610 * tests/Makefile.am (package.m4): New.
7611 EXTRA_DIST it since its a source.
7613 2002-01-06 Akim Demaille <akim@epita.fr>
7615 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
7616 of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
7617 and PACKAGE_BUGREPORT from here...
7618 (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
7620 (_AC_INIT_PREPARE): AC_DEFINE these symbols.
7621 * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
7622 (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
7623 * tests/tools.at (autoheader): Adjust.
7624 * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
7626 2002-01-06 Akim Demaille <akim@epita.fr>
7628 * bin/autoscan.in (scan_file): Use `&used'.
7630 2002-01-03 Akim Demaille <akim@epita.fr>
7632 * doc/autoconf.texi (Output): Improved wording regarding use of
7636 2001-12-18 Kevin Ryde <user42@zip.com.au>
7638 * doc/autoconf.texi (Function Portability): Add notes on sscanf
7639 sometimes needing writable input.
7641 2001-12-17 Jim Meyering <meyering@lucent.com>
7643 * doc/autoconf.texi (New Macros): Tweak wording.
7645 2001-12-14 Akim Demaille <akim@epita.fr>
7647 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
7648 trailing files, don't apply `-rf' to files which might not be
7649 created by configure (core, core.*, and *.core), but just `rm -f'.
7650 Suggested by Jonathan Kamens.
7652 2001-12-14 Aaron M. Ucko <amu@alum.mit.edu>
7654 * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
7656 2001-12-14 Akim Demaille <akim@epita.fr>
7658 * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
7660 2001-12-13 Peter Eisentraut <peter_e@gmx.net>
7662 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
7663 abs_builddir, top_buildpath to abs_top_builddir, srcpath to
7664 abs_srcdir, top_srcpath to abs_top_srcdir.
7665 (_AC_OUTPUT_FILES): Adjust.
7666 * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
7667 * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
7668 * tests/wrappl.in, tests/wrapsh.in: Adjust.
7670 2001-12-12 Steven G. Johnson <stevenj@alum.mit.edu>
7672 * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
7673 C/Fortran linking on HP/UX, by extracting the Fortran library
7674 search path from the LPATH line in the $F77 -v output.
7676 2001-12-12 Kevin Ryde <user42@zip.com.au>
7678 * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
7679 forbidden file descriptors table.
7681 2001-11-26 Akim Demaille <akim@epita.fr>
7683 * bin/autoscan.in (%c_keywords): Build it at top level.
7684 Map to 1 in order to simplify its uses.
7686 2001-11-26 Akim Demaille <akim@epita.fr>
7688 * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
7689 Remove $filepath, useless.
7690 (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
7691 variables, they are really part of the tokens.
7692 Split the input line on spaces and then look for tokens.
7693 Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
7694 because of `lex$U.$(OBJEXT)'.
7695 (&scan_files): Use "@list" instead of join.
7696 * doc/Makefile.am (CLEANFILES): Add *.fns.
7698 2001-11-26 Akim Demaille <akim@epita.fr>
7700 * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
7701 Remove, replaced by...
7702 * tests/wrappl.in: Be common for all the Perl executables.
7703 In particular autoscan and autoheader want -I.
7704 * configure.ac: Adjust.
7705 * lib/autoscan/headers: errno.h is portable.
7707 2001-11-26 Akim Demaille <akim@epita.fr>
7709 * bin/autoscan.in (used): New.
7712 2001-11-26 Akim Demaille <akim@epita.fr>
7714 * bin/autoscan.in (&scan_c_file): Better parsing of CPP
7716 (&scan_sh_file): Remove a duplicate pattern.
7717 (&check_configure_ac): Use long options.
7718 * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
7720 2001-11-26 Akim Demaille <akim@epita.fr>
7722 * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
7723 Before, having a line containing the opening of a multi line
7724 comment made the whole line be ignored.
7726 2001-11-26 Akim Demaille <akim@epita.fr>
7728 * doc/autoconf.texi (Using an Autotest Test Suite): New.
7729 (testsuite Scripts): Be one of its subsection.
7730 (Autotest Logs): New.
7732 2001-11-26 Akim Demaille <akim@epita.fr>
7734 Test groups are now run two directories deeper.
7736 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
7737 top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
7739 * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
7740 top_srcdir, builddir and top_builddir.
7741 Use `at_*dir' relatively to the directory containing the
7742 suite, use `*dir' when relatively to the current group dir.
7744 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
7746 * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
7747 lib/autoconf/functions.m4, lib/autoconf/headers.m4,
7748 tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
7751 2001-11-22 Alexandre Duret-Lutz <duret_g@epita.fr>
7753 * doc/autoconf.texi (Using System Type): Add an example of `case
7754 $host' usage so people quit using `case $target' everywhere.
7756 2001-11-22 Akim Demaille <akim@epita.fr>
7758 * doc/autoconf.texi (Installation Directory Variables): Englishoes
7759 spotted by Jim Meyering.
7761 2001-11-16 Paul Eggert <eggert@twinsun.com>
7763 This patch implements a `long double' suggestion by Oliver Kiddle.
7765 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
7766 static, to catch errors if the value isn't known at compile-time
7767 and the compiler supports dynamic arrays. Change its name from
7768 `_array_' to `test_array' to avoid potential name clashes.
7769 (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
7770 test. Do not define HAVE_LONG_DOUBLE if `long double' is no
7771 better than double. Catch a bug in GCC 2.95.2 x86.
7772 * doc/autoconf.texi (C Compiler): Document the above.
7775 2001-11-13 Akim Demaille <akim@epita.fr>
7777 * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
7779 * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
7781 2001-11-13 Akim Demaille <akim@epita.fr>
7783 * lib/autotest/general.m4 (AT_INIT): After having run the test
7784 group, go back to the initial directory, not to at_suite_dir.
7786 2001-11-13 Akim Demaille <akim@epita.fr>
7788 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
7789 (AT_DATA_AUTOCONF): Also protect @&t@ from autom4te.
7790 (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
7792 (AT_CHECK_CONFIGURE): Use absolute paths.
7793 (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
7794 The problem is still the old one: there is no means in M4 (that I
7795 know about) to create a defining macro, because there is no means
7796 to create `$1' etc., therefore, the defining macro ``swallows''
7797 all the arguments meant to the defined macro.
7799 2001-11-13 Akim Demaille <akim@epita.fr>
7801 * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
7802 (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
7804 * tests/aclocal.m4: Remove, as it is no longer used.
7806 2001-11-13 Akim Demaille <akim@epita.fr>
7808 * lib/autotest/general.m4: Change `tests?' into `groups?' in
7809 variable names when referring to a single test group, or to
7810 `suite' when referring to the whole test suite.
7811 `at_last_test' is removed: m4 compute at_format itself.
7812 (at_stdout, at_stder1, at_stderr): New variables.
7813 (AT_CHECK): Use them.
7815 2001-11-13 Akim Demaille <akim@epita.fr>
7817 * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
7819 Create `testsuite.dir/003/run' instead of `testsuite.003'.
7820 Do it as soon as a test fails, don't wait till the end of the test
7822 Don't remove $as_me.[0-9]*, since these files no longer exist.
7824 2001-11-13 Akim Demaille <akim@epita.fr>
7826 * tests/tools.at: Use absolute paths, since we are no longer run
7829 2001-11-13 Akim Demaille <akim@epita.fr>
7831 Now that tests are running in their own private dir, there is no
7832 need to list the files to remove at the end of tests groups.
7834 * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
7835 (AT_data_files, at_data_files): Remove.
7836 (AT_CLEANUP, AT_DATA): Simplify.
7838 Remove the group dir if !debug && !failed.
7839 * tests/atspecific.m4: Adjust.
7841 2001-11-13 Akim Demaille <akim@epita.fr>
7843 Start a new layout for Autotest: `testsuite' creates
7844 `testsuite.dir' in which the at-check-line etc. files are to be
7845 found, and `testsuite.dir/003' where the test group 3 is run.
7847 * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
7848 at_check_line_file, at_format, at_test_normalized, at_group_dir
7850 Create the directories.
7851 Use absolute paths for at- files.
7854 2001-11-11 Michael Matz <matz@kde.org>
7856 * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
7858 (m4_car): Properly quote arguments.
7860 2001-11-13 Akim Demaille <akim@epita.fr>
7862 * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
7863 with stricter rules on LIBOBJS.
7865 2001-11-12 Paul Eggert <eggert@twinsun.com>
7867 * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
7868 * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
7871 2001-11-12 Akim Demaille <akim@epita.fr>
7873 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
7875 2001-11-12 Akim Demaille <akim@epita.fr>
7877 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7878 * lib/autoconf/functions.m4, lib/autoconf/general.m4,
7879 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7880 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7881 * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
7882 specify to what the macro should be defined (typically to 1).
7884 2001-11-12 Akim Demaille <akim@epita.fr>
7886 * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
7889 2001-11-12 Akim Demaille <akim@epita.fr>
7891 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
7892 AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND. This validates the
7893 definition used by Automake where LEX is +/- "${missing} lex" and
7894 `missing' itself contains variables.
7896 2001-11-12 Akim Demaille <akim@epita.fr>
7898 * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
7899 Now that M4sh pushes BODY, the comments were output at the end of
7902 2001-11-08 Akim Demaille <akim@epita.fr>
7904 * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
7905 that we can trace macros from aclocal.m4.
7906 Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
7907 obsoleted, and redirect to the former anyway.
7908 Reported by Ralf Corsepius.
7910 2001-11-08 Akim Demaille <akim@epita.fr>
7912 * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
7913 processed only if present.
7914 * tests/torture.at (Configuring subdirectories): Use autoreconf
7915 instead of successive calls to autoconf.
7916 Add a nonexistent subdirectory to exercise the patch above.
7917 Reported by Ralf Corsepius.
7919 2001-11-08 Kevin Ryde <user42@zip.com.au>
7921 * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
7922 doesn't accept .S files.
7924 2001-11-07 Akim Demaille <akim@epita.fr>
7926 * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
7927 * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
7928 (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
7929 * bin/autom4te.in (warn_forbidden): New.
7930 (handle_output): Use it.
7931 Read m4_pattern_forbid with messages.
7933 2001-11-05 Akim Demaille <akim@epita.fr>
7935 * bin/autom4te.in (--normalize): Remove.
7936 * lib/autom4te.in: Adjust.
7938 2001-11-05 Akim Demaille <akim@epita.fr>
7940 * tests/Makefile.am (testsuite): Rename this target as...
7941 ($(TESTSUITE)): this.
7944 2001-11-05 Alexandre Duret-Lutz <duret_g@epita.fr>
7946 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
7947 the --prefix option, also remove it's argument.
7949 2001-11-05 Akim Demaille <akim@epita.fr>
7951 * doc/autoconf.texi (testsuite Invocation): Update.
7952 (Writing testsuite.at): Update.
7954 2001-11-03 Akim Demaille <akim@epita.fr>
7956 * doc/autoconf.texi: s/@code/@command/ where appropriate.
7958 2001-11-03 Akim Demaille <akim@epita.fr>
7960 * lib/Autom4te/General.pm: (&catfile, &canonfile)
7961 (&file_name_is_absolute): New, wrappers around routines from
7963 Use and export them.
7964 (&find_configure_ac): Optionally take a directory where to look at.
7965 * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
7967 Default @ARGV to `.', not find_configure_ac.
7968 (&autoreconf): Argument is a directory.
7969 Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
7970 * doc/autoconf.texi (autoreconf Invocation): Update.
7972 2001-11-03 Akim Demaille <akim@epita.fr>
7974 * lib/Autom4te/General.pm (@export_vars, @export_subs)
7975 (@export_forward_subs): New.
7976 Add basename, dirname, and fileparse.
7978 * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
7979 Don't look for aclocal flags if we already know aclocal is not
7981 Move aclocal.m4t only if it exists.
7982 Reported by Ezra Peisach.
7984 2001-11-03 Akim Demaille <akim@epita.fr>
7986 * bin/autoreconf.in (&parse_args): Work only on the configure.ac
7987 passed on command line, defaulting to ./configure.ac if present.
7988 (&maybe_autoreconf, File::Find): Remove, unused.
7989 (&autoreconf): If autoconf is not used, don't try to trace.
7991 2001-11-02 Akim Demaille <akim@epita.fr>
7993 * configure.ac: Bump to 2.52g.
7995 2001-11-02 Akim Demaille <akim@epita.fr>
7999 2001-11-02 Akim Demaille <akim@epita.fr>
8001 * config/config.guess, config/config.sub, doc/standards.texi:
8002 * config/lispdir.m4: Update from masters.
8003 * configure.ac: Bump to 2.52f.
8005 2001-11-02 Akim Demaille <akim@epita.fr>
8007 * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8008 Don't run aclocal when aclocal.m4 is not from aclocal.
8010 Don't run libtoolize and gettextize if --install is not given.
8012 2001-11-01 Paul Eggert <eggert@twinsun.com>
8014 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8015 be invoked before _AS_LINENO_PREPARE.
8016 (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8017 than character ranges.
8019 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8020 invoking AS_BASENAME. Set the locale variables to 'C' if
8021 possible, as POSIX requires this to get the traditional
8023 * doc/autoconf.texi (Special Shell Variables): Describe the above.
8025 2001-10-31 Paul Eggert <eggert@twinsun.com>
8027 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8028 with {}, as that triggers a bug in Bash 2.05.
8030 (_AS_LINENO_PREPARE): Use Sed rather than
8031 Awk. Fix the sed prepass to work even if there are multiple
8032 instances of $LINENO on the same line. Do not substitute for
8033 other variables like $LINENOT. Do not check file dates; such a
8034 check is unreliable on sufficiently fast machines, and removing
8035 the check makes the code simpler and more reliable. Check for
8036 output and chmod failures.
8038 * doc/autoconf.texi (Special Shell Variables): Document
8041 2001-10-31 Akim Demaille <akim@epita.fr>
8043 * tests/Makefile.am (atconfig): Remove this target, Automake
8046 2001-10-31 Akim Demaille <akim@epita.fr>
8048 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8049 AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8050 provided, while it is optional.
8051 * configure.ac: Adjust.
8053 2001-10-26 Paul Eggert <eggert@twinsun.com>
8055 * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8056 lib/Autom4te/Struct.pm:
8057 Require Perl 5.005_03 instead of just 5.005, as some tests fail
8060 * doc/autoconf.texi (Special Shell Variables): Document some
8061 more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8063 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8064 (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8065 eval $LINENO is not portable in practice.
8067 2001-10-24 Akim Demaille <akim@epita.fr>
8069 * lib/Autom4te/General.pm (backname): New.
8071 2001-10-24 Akim Demaille <akim@epita.fr>
8073 * m4/: Remove, merged into...
8076 2001-10-23 Tim Van Holder <tim.van.holder@pandora.be>
8078 * doc/autoconf.texi (Shellology): Mention the problems with bash
8079 2.05's use of ANSI quoting in its `set' builtin.
8081 2001-10-22 Paul Eggert <eggert@twinsun.com>
8083 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8084 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8085 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8086 POSIX decided to standardize on the int flavor of strerror_r.
8087 Always do char* test, as there's no reason not to.
8088 Assign to a char* var, to catch strerror_r that returns int*.
8090 * doc/autoconf.texi (Particular Functions):
8091 Document the above changes. Also, document the fact that
8092 AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8094 * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8096 2001-10-20 Akim Demaille <akim@epita.fr>
8098 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8099 the executable was missing from the log.
8101 2001-10-20 Akim Demaille <akim@epita.fr>
8103 * lib/Autom4te/General.pm (&update_file): If destination is
8104 unchanged, remove the source.
8105 (&up_to_date_p): Don't be verbose, be debug.
8106 * bin/autoreconf.in: No longer support --m4dir.
8107 (&autoreconf): Display the full path of the configure.ac we are
8110 Be sure to honor --force with gettextize.
8112 * doc/autoconf.texi: Adjust.
8114 2001-10-20 Akim Demaille <akim@epita.fr>
8116 * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8118 * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8119 `intl' is already present, as it refuses unless --force.
8120 (&parse_args): Use -I, --include instead of the old Autoconf
8122 ($localdir, $autoconf_dir): Remove.
8124 (&maybe_autoreconf): New, to preserve $_ for File::Find.
8126 2001-10-19 Jens Petersen <petersen@redhat.com>
8128 * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8129 * doc/autoconf.texi (Particular Programs): Likewise.
8131 2001-10-19 Akim Demaille <akim@epita.fr>
8133 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8134 file in @configure_input@.
8135 Don't mention `automatically' in addition to `generated'.
8136 * tests/torture.at (#define header templates): Adjust.
8138 2001-10-19 Akim Demaille <akim@epita.fr>
8140 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8141 comment, explain how to install automatic mode selection.
8144 2001-10-19 Ezra Peisach <epeisach@zif.mit.edu>
8146 * bin/autoreconf.in (autoreconf): Display the path to the
8147 configure.ac being studied.
8149 2001-10-18 Paul Eggert <eggert@twinsun.com>
8151 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8152 long, to work around a bug in the HP C compiler version HP92453-01
8155 * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8156 (AS_BASENAME_EXPR): New macro.
8157 (AS_BASENAME_SED): Do not assume GNU sed semantics.
8158 (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8159 and fall back on 'sed' only if the other two fail. This makes
8160 AS_BASENAME act more like AS_DIRNAME.
8161 (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8162 contains white space.
8163 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8164 Use AS_DIRNAME, since I think it's now DOS-friendly.
8165 * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8166 Allow "dirname //FOO" to return either / or //, as POSIX allows
8169 2001-10-10 Akim Demaille <akim@epita.fr>
8171 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8172 `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8175 2001-10-10 Akim Demaille <akim@epita.fr>
8177 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8179 (_AS_ECHO_N): AS_REQUIREs it.
8181 2001-10-10 Akim Demaille <akim@epita.fr>
8183 * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8184 (AC_INCLUDES_DEFAULT): Move to...
8185 * lib/autoconf/headers.m4: here.
8186 * lib/autoconf/types.m4: Comment changes.
8187 * doc/autoconf.texi: Specify where the default includes are used
8188 in the macro prototypes.
8190 2001-10-09 Akim Demaille <akim@epita.fr>
8192 * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8195 2001-10-08 Akim Demaille <akim@epita.fr>
8197 * bin/autoreconf.in (&autoreconf): Remove debugging code.
8198 (&parse_args): Pass verbosity/debugging options to subtools when
8199 --debug, not when --verbose.
8200 * lib/autom4te.in (Autoreconf-preselections): New.
8203 2001-10-08 Akim Demaille <akim@epita.fr>
8205 * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8207 2001-10-08 Akim Demaille <akim@epita.fr>
8209 * doc/autoconf.texi (autoreconf Invocation): Adjust.
8210 * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8212 2001-10-08 Akim Demaille <akim@epita.fr>
8214 * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8215 (Syntax of the shell scripts): Don't.
8216 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8217 bother with $force since...
8218 * lib/Autom4te/General.pm: does.
8220 2001-10-08 Akim Demaille <akim@epita.fr>
8222 * bin/autoreconf.in: Rewrite in Perl.
8223 * configure.ac: Adjust.
8224 * lib/Autom4te/General.pm (&up_to_date_p): New.
8225 * bin/autom4te.in (&up_to_date_p): Use it.
8227 (&up_to_date): this.
8229 2001-10-08 Akim Demaille <akim@epita.fr>
8231 * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8232 (m4_list_cmp): Use $0 to reinvoke yourself.
8233 (m4_patsubsts): New.
8234 (m4_strip, m4_version_unletter): Use it.
8235 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8237 2001-10-08 Akim Demaille <akim@epita.fr>
8239 * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8240 * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8241 * lib/autoconf/types.m4, lib/autotest/general.m4,
8242 * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8243 * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8244 m4_bregexp, m4_bpatsubst, and m4_bmatch.
8245 * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8247 2001-10-08 Akim Demaille <akim@epita.fr>
8249 * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8251 2001-10-08 Akim Demaille <akim@epita.fr>
8253 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8254 * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8255 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8256 * tests/tools.at, tests/m4sh.at: Use it.
8257 * tests/m4sh.at: Don't rely on Autoconf macros.
8258 (DIRNAME_TEST): Also exercise the expr variant.
8259 * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8260 preferred M4sugar extension is now `.4s'.
8261 * tests/README: Remove.
8263 2001-10-08 Akim Demaille <akim@epita.fr>
8265 * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8266 (m4_provide_if): this.
8267 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8268 * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8269 (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8270 M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8272 2001-10-08 Akim Demaille <akim@epita.fr>
8274 Use `add-log-current-defun-function' for ChangeLog creation.
8275 Suggested by Tom Tromey.
8277 * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8278 (autotest-mode): Adjust.
8279 * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8280 'comment-region onto `C-c ;'.
8281 Comments are `#', not `dnl'.
8282 (autoconf-current-defun): New.
8283 (autoconf-font-lock-keywords): Recognize `m4_defun'.
8285 2001-10-08 Akim Demaille <akim@epita.fr>
8287 * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8288 * lib/m4sugar/m4sh.m4: here.
8289 (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8290 * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8291 (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8292 include handle the m4_pattern_*, no longer push the
8293 BODY diversion nor set the /bin/sh line, AS_INIT does it.
8294 * lib/autotest/general.m4 (AT_INIT): Likewise.
8295 * tests/base.at: Adjust the tests to use AS_INIT.
8296 * tests/tools.at (AT_DATA_FORBIDDEN): New.
8297 (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8300 2001-10-07 Paul Eggert <eggert@twinsun.com>
8302 * doc/autoconf.texi (config.status Invocation):
8303 CONFIG_SHELL defaults to a shell that supports LINENO if available.
8305 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8306 shell does not support LINENO, and if CONFIG_SHELL is unset or
8307 empty, and if we can find a shell that does support LINENO,
8308 then set CONFIG_SHELL to that shell and then re-execute
8309 ourselves with CONFIG_SHELL.
8311 2001-10-05 Paul Eggert <eggert@twinsun.com>
8313 * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8314 doesn't exist. Remove *.tmp, as a .tmp file is created during the
8315 build of $(TESTSUITE).
8317 2001-10-05 Akim Demaille <akim@epita.fr>
8319 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8320 iff we are a bareword.
8321 Reported by Raja R Harinath.
8323 2001-10-05 Akim Demaille <akim@epita.fr>
8325 * tests/m4sh.at (LINENO): New.
8326 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8327 PATH_SEPARATOR before using it.
8328 Fix the absolute path case/esac pattern.
8329 Provide $0 as fallback for as_myself.
8330 Reported by Raja R Harinath.
8332 2001-10-05 Akim Demaille <akim@epita.fr>
8334 * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8335 * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8337 2001-10-05 Akim Demaille <akim@epita.fr>
8339 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8340 (AS_SHELL_SANITIZE): here. Use it.
8341 (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8344 2001-10-04 Akim Demaille <akim@epita.fr>
8346 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8347 combination of Awk and sed to replace $LINENO.
8349 2001-10-02 Paul Eggert <eggert@twinsun.com>
8351 * doc/autoconf.texi (Limitations of Builtins): You can't use
8352 "source"; it's not portable. Remove confusing and
8353 somewhat-incorrect example involving "." and "/".
8355 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8356 compatibility with POSIX shells.
8358 2001-10-02 Akim Demaille <akim@epita.fr>
8360 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8361 instead of exec'ing to preserve $0 and $@.
8363 2001-10-01 Akim Demaille <akim@epita.fr>
8365 * tests/testsuite (AT_INIT) <at_pass_list>: New.
8366 Don't run twice the same test.
8368 2001-10-01 Akim Demaille <akim@epita.fr>
8370 * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8371 No longer output the list of tests.
8372 <--list>: New option.
8373 <--full-help>: Remove.
8374 Complete the short/long options duality.
8375 Various small adjustments.
8377 2001-10-01 Akim Demaille <akim@epita.fr>
8379 * doc/autoconf.texi: Use @kbd for user input.
8380 Always use `$' as shell prompt.
8382 2001-09-30 Paul Eggert <eggert@twinsun.com>
8384 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8385 Don't use nested parenthesization. This patch was originally
8386 suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8387 but somehow it didn't get incorporated then.
8388 * doc/autoconf.texi (Limitations of Usual Tools):
8389 Clarify remark about sed and nested parenthesization.
8391 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8392 Report an error if the size cannot be determined even though
8394 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8395 Check for `expr' arithmetic overflow, and for compilation failure,
8396 and invoke a new argument $4 if either is discovered.
8397 This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8398 (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8400 2001-09-28 Akim Demaille <akim@epita.fr>
8402 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8403 * m4/lispdir.m4: New.
8404 * aclocal.m4, configure.ac: Adjust.
8406 2001-09-28 Akim Demaille <akim@epita.fr>
8408 * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8410 (AT_INIT): More the wrapped section to where it will be expanded.
8411 Output `AT_tested' only when existing.
8412 Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8414 2001-09-27 Akim Demaille <akim@epita.fr>
8416 Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8417 generates too many bug reports.
8419 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8420 status when executing the ACTION-IF-FALSE.
8421 * tests/base.at (AC_TRY_*): Rename as...
8422 (AC_TRY_COMMAND): this.
8423 (AC_RUN_IFELSE): New.
8424 * tests/compile.at (Extensions, C keywords)
8425 (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8426 (Broken/missing compilers, AC_PROG_CPP with warnings)
8427 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8428 * tests/c.at (Extensions, C keywords)
8429 (Broken/missing compilers, AC_PROG_CPP with warnings)
8430 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8431 (AC_PROG_CPP requires AC_PROG_CC): here and...
8432 * tests/fortran.at (GNU Fortran 77): there.
8433 * doc/autoconf.texi (autoconf Invocation): Fix the example:
8434 AC_TRY_RUN is about compilation, not shell commands.
8435 (Test Programs): AC_TRY_RUN works as used to be advertised.
8437 2001-09-27 Akim Demaille <akim@epita.fr>
8439 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8441 Be sure to detect when $LINENO always returns the same value.
8442 Look for the original script, basename($0) is certainly not
8444 Pass the CLI arguments to `$as_me.lineno'.
8446 2001-09-25 Akim Demaille <akim@epita.fr>
8448 * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8449 Be sure the close and reopen the LOG fd before and after using tee
8451 <at_tests_pattern>: Adjust to the new format of at_help_all.
8453 2001-09-23 Akim Demaille <akim@epita.fr>
8455 * bin/autom4te.in (parse_args): There can be several invocations
8458 2001-09-23 Akim Demaille <akim@epita.fr>
8460 * doc/autoconf.texi (Top): Wrap in @ifnottex.
8462 2001-09-23 Akim Demaille <akim@epita.fr>
8464 * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
8465 ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
8466 (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
8467 builddir, buildpath, top_builddir, and top_buildpath.
8468 (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
8469 the current directory.
8470 * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
8471 variables *before* changing the current directory.
8472 Skip nonexistent dirs.
8473 * doc/autoconf.texi (Preset Output Variables): Document these
8476 * lib/autotest/general.m4: Do not reset AT_victims.
8477 Don't compute at_srcdir nor at_top_srcdir.
8479 * tests/tools.at: Hence use top_srcdir.
8481 * tests/Makefile.am, tests/autoconf, tests/autoheader,
8482 * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
8484 * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
8485 * tests/wrapsh.in, tests/autoupdate.in: New.
8486 * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
8487 * configure.ac: Build the position independent wrappers.
8489 * man/Makefile.am: Now that test wrappers are position
8490 independent, use them and drop dark envvar magic.
8492 2001-09-23 Akim Demaille <akim@epita.fr>
8494 * doc/autoconf.texi (Common Shell Constructs): Rename as...
8495 (Programming in M4sh): this.
8496 Promote to @section.
8498 2001-09-23 Akim Demaille <akim@epita.fr>
8500 * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
8501 Pass $at_debug_args to the rerun test suite.
8502 * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
8503 * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
8506 2001-09-23 Akim Demaille <akim@epita.fr>
8508 * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
8510 2001-09-23 Akim Demaille <akim@epita.fr>
8512 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
8515 2001-09-23 Akim Demaille <akim@epita.fr>
8517 * lib/Autom4te/General.pm (&debug): New.
8518 * bin/autom4te.in ($language): Move to...
8520 Handle --language in languages.
8521 * lib/autom4te.in (Automake-selections, Autoheader-selections)
8522 (Autoscan-selections): New.
8525 2001-09-23 Tim Van Holder <tim.van.holder@pandora.be>
8527 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
8528 * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
8529 to match current versions from CVS Automake.
8531 2001-09-23 Alexandre Duret-Lutz <duret_g@epita.fr>
8533 * doc/autoconf.texi (Special Shell Variables): Add pdksh output
8536 2001-09-22 Akim Demaille <akim@epita.fr>
8538 * lib/autoconf/autotest.m4: Create `package.m4'.
8539 * tests/Makefile.am (package.m4): Remove.
8541 2001-09-22 Akim Demaille <akim@epita.fr>
8543 Rely on `$LINENO' when possible instead of `__oline__'.
8545 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
8546 `$LINENO' support replacement when not supported.
8547 (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
8548 them explicitly to be sure they are not output before this section
8549 (via m4_require). Cosmetic only.
8550 * lib/autoconf/c.m4, lib/autoconf/general.m4,
8551 * lib/autoconf/programs.m4: Replace all the occurrences of
8552 `__oline__' with `$LINENO'.
8553 * doc/autoconf.texi (Special Shell Variables): Document LINENO.
8555 2001-09-21 Tim Van Holder <tim.van.holder@pandora.be>
8557 * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
8558 character (u: -> ue) in a code comment.
8559 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
8562 2001-09-21 Akim Demaille <akim@epita.fr>
8564 * Makefile.maint (AUTOM4TE): Neutralize autom4te.
8565 Suggested by Jim Meyering.
8567 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8569 * lib/autoconf/programs.m4: Use extensions listed in
8570 $ac_executable_extensions when looking for programs.
8572 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8574 * lib/autoconf/general.m4: Fix a small Englisho.
8575 * lib/autoconf/status.m4: Fix a small typo. Handle DOS paths when
8576 setting up ac_dir_suffix and ac_top_builddir.
8577 * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
8579 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8581 * doc/autoconf.texi (File System Conventions): Clarify the use of
8583 (Special Shell Variables[PATH_SEPARATOR]): Ditto.
8584 (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
8585 be used instead of ':'.
8586 * lib/autotest/general.m4: Replace occurrences of ':' in
8587 AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
8589 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8591 * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
8592 arguments. Fixed a typo.
8594 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8596 * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
8597 $PATH. Also set AUTOM4TE_CFG, so we can process autom4te properly.
8599 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8601 * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
8602 * bin/autoupdate.in: Ditto.
8603 * bin/autoheader.in: Reworded a few comments.
8604 * bin/autoconf.in: Reworded help text for a few options.
8605 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8606 * bin/autoscan.in, bin/autoupdate.in: Ditto.
8608 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8610 * lib/Autom4te/XFile.pm (open): Simplified the error message (we
8611 already have $file). Set output files to binary mode (helps avoid
8612 CR issues on DOSish systems).
8614 2001-09-19 Akim Demaille <akim@epita.fr>
8616 * lib/autotest/general.m4: Englishoes.
8617 From Tim Van Holder and Alexey Mahotkin.
8619 2001-09-18 Paul Eggert <eggert@twinsun.com>
8621 * doc/autoconf.texi (Common Shell Constructs): New node,
8622 documenting AS_DIRNAME.
8623 (Limitations of Usual Tools): Refer to it when discussing dirname.
8624 Also, update discussion of POSIX standard to reflect latest draft.
8626 * lib/autoconf/c.m4:
8627 (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
8629 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8630 Do not pass a first argument with leading '-'
8631 to expr, by parenthesizing initial integers that might be negative.
8633 * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
8634 now merely checks whether it is an error to pass an argument
8637 * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
8638 (AC_FUNC_GETPGRP): Don't bother with a runtime test. Just check
8639 whether it is a (compile-time) error to pass an argument to
8640 getpgrp. This simpler test supports the revised documentation,
8641 and is all that AC_FUNC_GETPGRP's users really need.
8643 2001-09-18 Akim Demaille <akim@epita.fr>
8645 * doc/autoconf.texi (Limitations of Make) <$<>: New.
8647 2001-09-18 Akim Demaille <akim@epita.fr>
8649 * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
8651 * lib/autotest/general.m4 (AT_INIT): Adjust.
8653 2001-09-18 Paul Wagland <paul@wagland.net>
8655 * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
8657 Add test for AS_BASENAME.
8658 * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
8659 added test. It now correctly handles /1/2/3/, returning '3' not ''.
8660 Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
8661 * tests/base.at: Fixed the expected responses. The old ones were
8663 * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
8664 the documentation claims it should (and how it behaved in 2.13).
8666 2001-09-18 Akim Demaille <akim@epita.fr>
8668 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
8669 the AC_CONFIG_COMMANDS invocation.
8670 This also solves the name clash problems.
8671 Don't set the package's ID.
8672 * lib/m4sugar/Makefile.am (version.m4): Revamp.
8673 No longer to be shipped.
8674 (version.in): Remove.
8675 * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
8676 * lib/autoconf/status.m4: Adjust.
8677 Use `m4_PACKAGE_STRING'.
8678 * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
8679 the only optional argument is the name of the test suite.
8680 Expect `package.m4' to define the package signature.
8681 * lib/autom4te.in (Autotest): Add `package.m4?'.
8682 * tests/Makefile.am (package.m4): New.
8683 * tests/suite.at: ifnames is a victim.
8685 2001-09-18 Akim Demaille <akim@epita.fr>
8687 * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
8688 AC_LIBSOURCE, AC_CONFIG_FILES.
8689 * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
8690 program version string doesn't match the package's.
8691 * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
8694 2001-09-17 Paul Eggert <eggert@twinsun.com>
8696 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
8697 Allow expression to return any value that can fit into unsigned long
8698 (not int, as before). Check for output errors.
8700 2001-09-17 Bruno Haible <haible@ilog.fr>
8702 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
8703 Always include <stdio.h> and <stdlib.h>. Evaluate
8704 the expression in an extra function before these includes. Call
8705 fprintf "%d" only after ensuring the argument is of type 'int'.
8706 Reported by Wayne Chapeskie <waynec@spinnaker.com>.
8708 2001-09-17 Paul Eggert <eggert@twinsun.com>
8710 Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
8711 or CFLAGS=-O5. In that case, the linker has a relaxed view of
8712 fatal errors, and AC_CHECK_LIB causes it to include libraries even
8713 when they don't exist.
8715 * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
8716 not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
8719 * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
8720 version with the version used by fileutils 4.1, except use
8721 AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
8724 * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
8726 2001-09-13 Akim Demaille <akim@epita.fr>
8728 * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
8730 Reported by Gerrit P. Haase.
8732 2001-09-13 Akim Demaille <akim@epita.fr>
8734 * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
8735 m4_defn'ing is valid.
8737 2001-09-13 Akim Demaille <akim@epita.fr>
8739 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
8740 * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
8743 2001-09-13 Akim Demaille <akim@epita.fr>
8745 * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
8747 (m4_re_escape): New.
8748 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
8749 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
8750 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
8752 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
8753 (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
8754 * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
8755 AT_tests_all for consistency.
8757 (AT_VICTIMS): Similar to AT_KEYWORDS.
8758 (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
8760 2001-09-13 Akim Demaille <akim@epita.fr>
8762 * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
8764 2001-09-13 Akim Demaille <akim@epita.fr>
8766 * lib/autotest/general.m4 (AT_INIT): Create and remove
8767 `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
8768 test suites can cohabit.
8770 2001-09-13 Akim Demaille <akim@epita.fr>
8772 * tests/mktests.sh: Don't output banners for empty test files.
8774 2001-09-13 Akim Demaille <akim@epita.fr>
8776 Test suites can be run independently of configure.
8778 * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
8779 * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
8780 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
8782 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
8784 * lib/autotest/general.m4: Use ECHO_*.
8786 2001-09-13 Akim Demaille <akim@epita.fr>
8788 * bin/ifnames.in: Rewrite in Perl.
8789 * configure.ac: Don't look for AWK.
8790 * tests/tools.at (AWK portability): Remove.
8791 (Syntax of the shell scripts): Don't check ifnames.
8792 (AT_CHECK_PERL_SYNTAX): New.
8793 (Syntax of the Perl scripts): Check ifnames.
8794 * tests/ifnames: New.
8796 2001-09-13 Akim Demaille <akim@epita.fr>
8798 * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
8800 * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
8801 Remove all the other keywords.
8803 2001-09-10 Akim Demaille <akim@epita.fr>
8805 * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
8806 SETUP: no longer used.
8807 Support -k, --keywords.
8808 <at_help>: Be `no', `short', or `long'.
8809 <at_help_all>: New variable.
8811 (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
8812 (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
8813 (_AT_CLEANUP_FILE_IF): Simplify the regexp.
8814 (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
8815 No longer fill the HELP diversion.
8816 (AT_CLEANUP): Use them.
8817 * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
8818 (m4_list_append): Remove.
8820 Spread a few keywords in the Autoconf test suite.
8822 2001-09-10 Akim Demaille <akim@epita.fr>
8824 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
8825 PATH_SEPARATOR, let M4sh compute it.
8826 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
8827 * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
8829 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
8830 Simplify when the path is not a literal.
8831 (AS_UNAME): Use it to report PATH.
8832 * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
8833 (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
8834 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
8835 * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
8836 normalize the path, and to look for victims.
8837 * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
8838 (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
8840 2001-09-07 Akim Demaille <akim@epita.fr>
8842 * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
8843 doesn't neutralize SIGINT, making autoconf etc. non interruptible.
8844 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
8845 related variables into `at_package_*'.
8846 * lib/autotest/general.m4 (AT_VICTIMS): New.
8847 (AT_INIT): Adjust for stand-alone/embedded test suites.
8848 (AS_MESSAGE_LOG_FD): Define and use it.
8849 * tests/suite.at (AT_VICTIMS): Use it.
8850 * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
8853 2001-09-07 Akim Demaille <akim@epita.fr>
8855 Move toward possibly stand-alone test suites.
8857 * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
8858 in addition, it introduces useless differences in logs.
8859 (AT_INIT): Let atconfig and atlocal be both optional.
8860 Adjust PATH computation.
8861 * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
8863 2001-09-07 Akim Demaille <akim@epita.fr>
8865 * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
8868 2001-09-05 Akim Demaille <akim@epita.fr>
8870 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
8871 to avoid GCC warnings.
8874 2001-09-05 Akim Demaille <akim@epita.fr>
8876 * bin/autom4te.in: --language is -l, not -s.
8878 2001-09-05 Akim Demaille <akim@epita.fr>
8880 Be ready to handle filenames as stupid as `dnl.at', for if even
8881 the maintainer is dumb enough to do that...
8883 * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
8884 excellence in M4 quotation: consider `__file__' is active.
8886 And BTW, when invoking m4, pass the --include in the right order:
8889 * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
8892 2001-09-05 Akim Demaille <akim@epita.fr>
8894 * lib/Autom4te/XFile.pm: New lib file.
8895 * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
8896 * bin/autoheader.in: Use it.
8898 2001-09-05 Akim Demaille <akim@epita.fr>
8900 * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
8903 2001-09-05 Akim Demaille <akim@epita.fr>
8905 * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
8906 * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
8908 * bin/autoscan.in: Use `getopt' and `find_files' etc.
8909 Add -I, --include support.
8910 * doc/autoconf.texi (autoscan Invocation): Adjust.
8912 2001-09-05 Akim Demaille <akim@epita.fr>
8914 CVS GNU M4 doesn't like `undefine(undefined)'.
8916 * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
8917 New, extracted from main.
8918 Use IO::File wherever possible.
8919 (input.m4): Be constant, use -I instead of hard coding $tmp.
8920 Therefore be a quoted heredoc.
8921 Don't invoke `_au_disable', since ac was not loaded, but just
8924 2001-08-31 Akim Demaille <akim@epita.fr>
8928 2001-08-31 Akim Demaille <akim@epita.fr>
8930 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
8932 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
8934 2001-08-31 Akim Demaille <akim@epita.fr>
8936 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
8937 serious problems handling heredocs in heredocs.
8938 Reported by Nicolas Joly.
8940 2001-08-31 Akim Demaille <akim@epita.fr>
8942 * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
8943 (Making testsuite Scripts): Update.
8945 2001-08-31 Akim Demaille <akim@epita.fr>
8947 * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
8949 2001-08-31 Akim Demaille <akim@epita.fr>
8951 * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
8952 (testsuite Scripts): There is no such thing as `atconfig.in'.
8953 And actually one diagram is missing: test suite runtime.
8955 2001-08-31 Akim Demaille <akim@epita.fr>
8957 * lib/Autom4te/General.pm (&find_file): Browse the includes in the
8960 2001-08-31 Akim Demaille <akim@epita.fr>
8962 * bin/autoupdate.in (@include): `installcheck' revealed the path
8963 to m4sugar was lacking!
8965 2001-08-31 Akim Demaille <akim@epita.fr>
8967 * man/Makefile.am (.x.1): We really have to pass
8968 autom4te_perllibdir.
8970 2001-08-31 Akim Demaille <akim@epita.fr>
8972 * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
8973 debug scripts, in particular passing explicitly listed tests to
8976 2001-08-31 Akim Demaille <akim@epita.fr>
8978 * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
8979 * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
8980 Use directly autom4te, not autoconf.
8981 * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
8983 2001-08-31 Akim Demaille <akim@epita.fr>
8985 * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
8986 * bin/autoheader.in (%symbol): Strip arguments of macros.
8988 2001-08-31 Akim Demaille <akim@epita.fr>
8990 * doc/autoconf.texi: Catch up -I, --include changes.
8992 2001-08-31 Akim Demaille <akim@epita.fr>
8994 * bin/autom4te.in (&parse_args): Die on unknown languages.
8995 * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
8997 Promote --include over --macrodir and other obsolete options.
8999 2001-08-31 Akim Demaille <akim@epita.fr>
9001 * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9002 * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9003 * bin/autom4te.in ($autoconf): Pass --force.
9004 `print $out' doesn't print `$_' but `$out'.
9005 * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9006 (autoheader): Pass --force since the test suite goes too fast for
9008 Adjust to the new autoheader messages.
9010 2001-08-31 Akim Demaille <akim@epita.fr>
9012 * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9013 Check the completeness of the #template.
9014 * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9015 * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9018 2001-08-31 Akim Demaille <akim@epita.fr>
9020 * lib/Autom4te/General.pm (&find_file, &update_file): New.
9021 * bin/autoupdate.in, bin/autoheader.in: Adjust.
9022 Drop AC_MACRODIR dead for real.
9023 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9024 `autoheader: `config.hin' is created'.
9025 * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9027 2001-08-31 Akim Demaille <akim@epita.fr>
9029 * bin/autoheader.in: Rewrite in Perl.
9030 * tests/autoheader: Adjust.
9032 2001-08-31 Akim Demaille <akim@epita.fr>
9034 * bin/autoconf.in (--include, -I): New option.
9035 Map --localdir, --autoconf-dir onto it.
9036 Forward autom4te's options instead of interpreting them.
9037 * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9038 There is no such envvar since the inception of autom4te.cfg.
9039 * bin/autom4te.in (&parse_args): Uniquify `@include'.
9040 * bin/autoupdate.in: Adjust, and perform more control.
9041 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9042 * tests/autoconf: Dittowise.
9044 2001-08-31 Akim Demaille <akim@epita.fr>
9046 * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9047 * bin/autom4te.in (&find_file): Support `FILE?' standing for
9049 Use -e, not -f, since /dev/null for instance is OK.
9050 (&parse_args): Adjust.
9051 * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9053 2001-08-31 Akim Demaille <akim@epita.fr>
9055 * configure.ac: Also find tested executables in bin.
9056 * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9057 * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9058 installed peer executables, only PATH is allowed to resolve it.
9059 Pass `autoconf_dir' via options, not via invisible envvars.
9060 * lib/Autom4te/General.pm (&find_peer): Remove.
9061 * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9062 `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9063 * man/Makefile.am: Let help2man rely on PATH instead of trying to
9064 find the executables for it.
9065 * tests/Makefile.am: Major cleanup. Too lazy to document...
9066 * tests/atlocal.in: Remove all the obscure envvar manipulations.
9068 * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9069 indeed related to running the test suite, while passing
9070 --autoconf-dir and others is related to running non installed
9071 Autoconf executables. So don't do that, leave it to...
9072 * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9073 * tests/autoscan: New.
9074 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9075 refer to library files: rely on --language.
9077 2001-08-29 Akim Demaille <akim@epita.fr>
9079 * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9080 s/--set/--language/.
9082 2001-08-29 Akim Demaille <akim@epita.fr>
9084 * doc/autoconf.texi: Strip the @nodes.
9085 Suggested by Paul Eggert.
9086 (Initializing configure): Typo.
9088 2001-08-29 Akim Demaille <akim@epita.fr>
9090 * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9091 Suggested by Paul Eggert.
9093 2001-08-29 Akim Demaille <akim@epita.fr>
9095 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9096 download in a tmp dir.
9098 2001-08-29 Akim Demaille <akim@epita.fr>
9100 * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9101 case insensitive OSes out there :(
9102 From Tim Van Holder.
9104 2001-08-29 Akim Demaille <akim@epita.fr>
9106 * lib/autom4te.in: New.
9107 * lib/Makefile.am (edit, autom4te.cfg): New.
9108 * bin/autom4te.in (BEGIN): Simplify.
9109 Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9110 (&load_configuration): New. Use it.
9111 (&parse_args): Support --mode, --set, and --melt.
9112 * bin/autoconf.in: Simplify and adjust.
9113 * tests/Makefile.am (AUTOMAKE): Use --set.
9114 * tests/atlocal.in: Adjust.
9115 * BUGS: distcheck and check are weak.
9117 2001-08-29 Akim Demaille <akim@epita.fr>
9119 * lib/autotest/general.m4: Use
9120 foo=`(command) 2>/dev/null`
9122 foo=`command` 2>/dev/null
9123 (at-devnull): Rename as...
9125 (--clean): Remove AT-* files too.
9126 * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9127 Reported by Nicolas Joly.
9129 2001-08-28 Akim Demaille <akim@epita.fr>
9131 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9132 quotes inside single quotes.
9133 Reported by Nicolas Joly.
9135 2001-08-28 Kevin Ryde <user42@zip.com.au>
9137 * doc/autoconf.texi (Function Portability): Mention C right shifts.
9139 2001-08-27 Tim Van Holder <tim.van.holder@pandora.be>
9141 * lib/autotest/general.m4: Reword some messages.
9142 (AT_INIT): Check for the `times' builtin before using it.
9143 Support test ranges as arguments to the testsuite.
9144 Have -e imply -d as the help text suggested.
9146 2001-08-27 Akim Demaille <akim@epita.fr>
9148 * Makefile.maint: Formatting changes.
9149 (do-po-update, po-update, cvs-update, update): New targets.
9152 2001-08-27 Akim Demaille <akim@epita.fr>
9154 * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9156 Pass it to debug-*.sh scripts.
9157 <AUTOTEST_PATH>: May contain absolute dir names.
9159 2001-08-27 Akim Demaille <akim@epita.fr>
9161 * lib/autotest/general.m4 (AT_INIT): Log the command line.
9162 Support `VAR=VAL' as arguments.
9163 Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9164 may be set via the command line.
9166 2001-08-27 Akim Demaille <akim@epita.fr>
9168 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9169 * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9170 first the build dirs, then the src dirs.
9171 * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9173 2001-08-27 Akim Demaille <akim@epita.fr>
9175 * lib/autotest/general.m4 (AT_INIT): Output the definition of
9176 at_data_files earlier.
9177 (--clean, -c): New option.
9178 * tests/Makefile.am: Use this option.
9180 2001-08-27 Akim Demaille <akim@epita.fr>
9182 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9183 `ac_top_builddir' to mimic Automake's vocabulary, which much more
9186 * doc/autoconf.texi (Configuration Actions): Document the vars
9187 available in commands.
9188 Emphasize the risks of collisions in init-cmds.
9190 2001-08-27 Akim Demaille <akim@epita.fr>
9192 * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9193 (Initializing configure): this new node.
9195 2001-08-27 Akim Demaille <akim@epita.fr>
9197 * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9199 2001-08-27 Akim Demaille <akim@epita.fr>
9201 * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9202 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9204 * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9206 2001-08-27 Akim Demaille <akim@epita.fr>
9208 * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9210 * lib/autoconf/autoheader.m4: this new file.
9211 * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9212 (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9214 * lib/autoconf/autoupdate.m4: this new file.
9216 2001-08-27 Akim Demaille <akim@epita.fr>
9218 * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9219 (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9220 Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9222 (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9223 * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9225 2001-08-27 Akim Demaille <akim@epita.fr>
9227 * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9228 (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9229 (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9230 (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9231 (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9232 (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9233 (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9234 (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9235 (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9236 (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9237 (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9238 (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9239 (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9240 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9241 (_AC_OUTPUT_SUBDIRS): Move to...
9242 * lib/autoconf/status.m4: this new file.
9243 * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9244 * tests/Makefile.am, tests/suite.at: Adjust.
9246 2001-08-27 Akim Demaille <akim@epita.fr>
9250 * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9251 (AMTAR): Help automake define it.
9252 (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9253 needed, 1.5 can have a macro and a target with the same name.
9254 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9256 * m4/init.m4, m4/sanity.m4: Update.
9257 * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9258 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9259 * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9260 * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9262 2001-08-27 Akim Demaille <akim@epita.fr>
9264 Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9266 * lib/autoconf/version.in: Remove.
9267 * lib/m4sugar/version.in: New.
9268 * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9270 * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9271 the name of the directory they're in, instead of the filename,
9272 since version.m4 is now in m4sugar, but m4_acversion must not be
9273 classified as an Autoconf macro.
9274 ($input_m4): Don't qualify the path to m4sugar.
9275 Rather, pass autoconf_dir to m4.
9276 * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9277 * tests/suite.at: Require 2.52c.
9279 2001-08-27 Akim Demaille <akim@epita.fr>
9281 testsuite.log should include config.log.
9283 * lib/autotest/autotest.m4: New.
9284 * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9285 * tests/suite.at : Adjust.
9286 (AT_INIT): Log config.log.
9287 * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9288 * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9289 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9290 (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9291 of config.log on traps.
9292 (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9293 Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9295 Open the log as soon as possible.
9296 Use the same log introduction as configure's.
9298 2001-08-22 Paul Eggert <eggert@twinsun.com>
9300 * doc/autoconf.texi (Indices): New node.
9301 Move indices out of the top level menu and into this submenu.
9303 2001-08-22 Akim Demaille <akim@epita.fr>
9305 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9307 (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9309 2001-08-22 Akim Demaille <akim@epita.fr>
9311 * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9312 (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9313 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9314 * lib/autoconf/programs.m4: here.
9315 * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9316 (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9317 (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9318 * lib/autoconf/programs.m4: here.
9319 (_AC_DECL_YYTEXT): Rename as...
9320 (_AC_PROG_LEX_YYTEXT_DECL): this.
9321 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9322 * tests/Makefile.am, tests/suite.am: Adjust.
9324 2001-08-22 Akim Demaille <akim@epita.fr>
9326 * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9328 * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9330 * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9331 * lib/autoconf/functions.m4: here.
9332 * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9333 (AH_CHECK_LIB): Move to...
9334 * lib/autoconf/libs: this new file.
9335 * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9336 (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9337 * lib/autoconf/libs.m4: here.
9338 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9340 2001-08-22 Akim Demaille <akim@epita.fr>
9342 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9343 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9344 (AC_SITE_LOAD): Better logging of config.site.
9346 2001-08-20 Akim Demaille <akim@epita.fr>
9348 * configure.ac (AT_CONFIG): Fix the path.
9349 * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9352 2001-08-20 Alexandre Duret-Lutz <duret_g@epita.fr>
9354 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9355 program with AC_LANG_PROGRAM before feeding it to
9356 AC_COMPILE_IFELSE. Cleanup grep usage.
9358 2001-08-20 Akim Demaille <akim@epita.fr>
9360 * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9361 * NEWS, README, README-alpha, TODO, tests/README: This package is
9362 `Autoconf', not `autoconf' (the executable).
9364 2001-08-20 Akim Demaille <akim@epita.fr>
9366 Info readers seem to need `Index' in the index node title :(
9368 * doc/autoconf.texi: Reverse the 2001-08-15 change which
9369 simplified index node names.
9371 2001-08-20 Akim Demaille <akim@epita.fr>
9373 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9374 arguments are not literals.
9375 * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9376 Specify the output variables, and macros defined.
9378 2001-08-20 Akim Demaille <akim@epita.fr>
9380 * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9381 (Examining Syntax) <AC_TRY_COMPILE>
9382 (Examining Libraries) <AC_TRY_LINK>
9383 (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9385 Reported by Werner Lemberg.
9387 2001-08-20 Akim Demaille <akim@epita.fr>
9389 * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9390 top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9391 Load atlocal late enough to dump it in the log.
9392 * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9394 2001-08-20 Akim Demaille <akim@epita.fr>
9396 * tests/torture.at (Configuring subdirectories): New test.
9397 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9399 * m4/atconfig.m4: Be sure the let $[0] be expandable.
9400 (top_srcdir): Fix its computation.
9402 2001-08-20 Akim Demaille <akim@epita.fr>
9404 * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9405 * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9407 Create `atconfig' automagically.
9408 Configure atlocal.in if present.
9409 * tests/atconfig.in: Remove.
9410 * tests/atlocal.in: New.
9411 * tests/Makefile.am: Adjust.
9413 2001-08-20 Akim Demaille <akim@epita.fr>
9415 Huh!?!?! There are still some user EOF tags used, which prevents
9416 their use in AC_CONFIG_COMMANDS for instance...
9418 * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9419 * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9420 `_CSEOF', or `_ATEOF', as appropriate.
9421 * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9422 * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9424 2001-08-20 Akim Demaille <akim@epita.fr>
9426 * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9427 * tests/semantics.at, tests/tools.at, tests/torture.at:
9428 s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9430 2001-08-20 Akim Demaille <akim@epita.fr>
9432 Autotest invokes M4sh's initialization.
9434 * lib/autotest/general.m4: Adjust the diversion names.
9435 (AT_INIT): Run AS_INIT.
9436 Use the BINSH diversion to invoke /bin/sh.
9437 * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9438 * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9440 2001-08-20 Akim Demaille <akim@epita.fr>
9442 Let M4sh have its own diversions.
9444 * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9445 (_m4_divert(NOTICE)): Rename as...
9446 * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9447 (_m4_divert(HEADER-COMMENT)): these.
9448 (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9449 (_m4_divert(NOTICE)): New, for Libtool.
9450 * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9451 long ago with `_m4_divert(GROW)'.
9452 (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9454 2001-08-20 Akim Demaille <akim@epita.fr>
9456 * tests/base.at, tests/compile.at, tests/foreign.at,
9457 * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9458 * tests/semantics.at, tests/suite.at, tests/tools.at,
9459 * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9461 2001-08-20 Akim Demaille <akim@epita.fr>
9463 * bin/autom4te.in (handle_output): Handle @__@.
9465 2001-08-20 Akim Demaille <akim@epita.fr>
9467 * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
9468 * lib/autotest/general.m4: Adjust the license.
9470 2001-08-17 Paul Eggert <eggert@twinsun.com>
9472 * doc/autoconf.texi (Function Portability): Mention snprintf,
9473 following up on a suggestion by Kevin Ryde.
9475 2001-08-17 Akim Demaille <akim@epita.fr>
9477 * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
9478 `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
9480 2001-08-17 Akim Demaille <akim@epita.fr>
9482 * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
9483 `$0.log' as for projects where testsuite is in src, we'd have
9484 testsuite.log created in src.
9486 2001-08-17 Akim Demaille <akim@epita.fr>
9488 * bin/autom4te.in (&parse_args): Recognize --normalize.
9490 2001-08-17 Akim Demaille <akim@epita.fr>
9492 Start implementing the AC_CHECK_HEADER transition scheme.
9494 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
9495 (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
9496 (AC_CHECK_HEADER): Use them.
9498 2001-08-17 Akim Demaille <akim@epita.fr>
9500 * doc/autoconf.texi: Work around Texinfo buglets.
9501 (Transformation Rules): One example is enough, users are expected
9502 to have their brains on. And BTW, use DESTDIR.
9503 (dvar): New macro. Use it.
9505 2001-08-17 Akim Demaille <akim@epita.fr>
9507 * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
9508 * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
9509 looking for ChangeLogs.
9511 2001-08-17 Akim Demaille <akim@epita.fr>
9513 * bin/autom4te.in: --normalize is a new option.
9514 * bin/autoconf.in: Use it.
9516 2001-08-17 Akim Demaille <akim@epita.fr>
9518 * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
9519 * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
9521 2001-08-16 Paul Eggert <eggert@twinsun.com>
9523 * doc/autoconf.texi, doc/install.texi: Put copyright notice at
9526 2001-08-15 Akim Demaille <akim@epita.fr>
9528 * doc/Makefile.am (fu): New index, can't use fn because of defmac.
9531 2001-08-15 Akim Demaille <akim@epita.fr>
9533 * doc/autoconf.texi (pr): New index.
9534 (prindex, findex): Use, merge, and output them.
9535 (Environment Variable Index, Output Variable Index)
9536 (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
9537 (Autotest Macro Index): Rename as...
9538 (Environment Variables, Output Variables,Preprocessor Symbols)
9539 (Autoconf Macros, M4 Macros, Autotest Macros): these.
9540 * doc/install.texi: Use @command.
9541 (Environment Variables): Rename as...
9542 (Defining Variables): this.
9544 2001-08-15 Akim Demaille <akim@epita.fr>
9546 * doc/autoconf.texi (Function Portability): sprintf's return
9550 2001-08-15 Akim Demaille <akim@epita.fr>
9552 * Makefile.maint (CVS): New.
9553 (local-check): Run changelog-check. last.
9554 (alpha): Don't depend upon local-check, since...
9555 (cvs-dist): depends upon it.
9557 2001-08-15 Tim Van Holder <tim.van.holder@pandora.be>
9559 * tests/Makefile.am: Use a clean-local rule to remove
9560 autom4te.cache (it's a directory, not a file.
9561 * Makefile.am: Ditto (but maintainer-clean-local).
9563 2001-08-15 Akim Demaille <akim@epita.fr>
9565 * bin/autom4te.in (@m4_warning): New.
9566 (&handle_m4): Use it.
9567 * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
9568 warnings are issued at each run.
9569 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
9572 2001-08-15 Akim Demaille <akim@epita.fr>
9574 * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
9575 don't waste time running `autoupdate --version' works.
9576 * tests/tools.at (autoupdating AC_PREREQ): Likewise.
9578 2001-08-13 Akim Demaille <akim@epita.fr>
9580 * doc/autoconf.texi (ma): Rename this index as...
9583 2001-08-13 Akim Demaille <akim@epita.fr>
9585 * Makefile.am: Remove dead code and dead comments.
9586 (pdf, html): New targets.
9587 * doc/autoconf.texi (Using Autotest): New chapter.
9588 * doc/Makefile.am (pdf): New targets.
9589 (CLEANFILES): Adjust.
9591 2001-08-13 Akim Demaille <akim@epita.fr>
9593 * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
9594 duration of the test suite.
9596 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
9598 * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
9599 endianness for comparison instead of relying on AT_CHECK_ENV.
9601 2001-08-11 Paul Eggert <eggert@twinsun.com>
9603 * doc/autoconf.texi, doc/install.texi: Add a copyright notice
9604 to the INSTALL file.
9606 2001-08-11 Paul Eggert <eggert@twinsun.com>
9608 * NEWS: The autoconf manual now is distributed under the terms
9609 of the GNU Free Documentation License.
9611 * doc/autoconf.texi: Switch from old style copyright notice to FDL.
9612 Add an appendix "Copying This Manual" for the FDL.
9614 * doc/fdl.texi: New file, from
9615 <http://www.gnu.org/licenses/fdl.texi>.
9617 * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
9619 2001-08-10 Paul Eggert <eggert@twinsun.com>
9621 * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
9622 ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
9623 README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
9624 m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
9625 m4/sanity.m4, tests/README, tests/aclocal.m4,
9626 tests/atspecific.m4, tests/base.at, tests/compile.at,
9627 tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
9628 tests/semantics.at, tests/suite.at, tests/tools.at,
9629 tests/torture.at: Add copyright notice.
9631 * tests/mktests.sh: Update year in copyright notice.
9633 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
9635 * tests/semantics.at (AC_C_BIGENDIAN): New test.
9637 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
9639 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
9640 ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
9641 * doc/autoconf.texi (C Compiler Characteristics): Update
9642 documentation for AC_C_BIGENDIAN.
9644 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
9646 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
9647 magic values from an object file when cross-compiling.
9648 Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
9650 2001-08-10 Akim Demaille <akim@epita.fr>
9652 * bin/autom4te.in (&handle_output): Don't use `grep' with side
9654 Suggested by Russ Allbery.
9656 2001-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9658 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
9659 current $prefix to the sub-configures.
9661 2001-08-09 Tim Van Holder <tim.van.holder@pandora.be>
9663 * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
9664 extension (needed on BeOS). Reported by Guido van Rossum.
9666 2001-08-09 Akim Demaille <akim@epita.fr>
9668 * bin/autom4te.in ($icache): Load it only if older than autom4te.
9670 2001-08-07 Akim Demaille <akim@epita.fr>
9672 * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
9674 (at-setup-line): Huh? Be a variable `at_setup_line', not a file.
9675 No need to remove the files before and after the each test, before
9676 each test and at the end of the suite is enough.
9677 Display only the children `times', not the shell's.
9678 If the test failed or was skipped, at-times is not available.
9680 2001-08-07 Akim Demaille <akim@epita.fr>
9682 Always produce testsuite.log, including when there are no
9683 failures. This helps getting information on skipped tests, and
9684 duration of the tests. Err, implement the latter btw.
9686 * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
9687 Dump information on the first run of each test.
9688 (AT_CLEANUP): Create `at-times' containing the duration of the
9691 2001-08-07 Akim Demaille <akim@epita.fr>
9693 The use of `dumpstat' revealed that `len' was used although it
9694 should not. m4_text_wrap was using it, but in the Autoconf world
9695 where it is legal. Hence (i) test M4sh in its own world, not
9696 Autoconf's, and (ii), ahem, fix the bug :)
9698 * lib/autotest/general.m4: Be sure the set good quotes, as tracing
9699 does not like `' instead of [].
9700 (AT_INIT): Forbid `^_?AT_'.
9701 And don't output such tokens.
9702 * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
9703 `script.as', and `autom4te.cache'.
9704 Remove `empty' and `macro' which are no longer used.
9705 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
9706 * tests/m4sugar.at: Use it.
9707 * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
9709 2001-08-07 Akim Demaille <akim@epita.fr>
9711 * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
9713 2001-08-07 Alexandre Duret-Lutz <duret_g@epita.fr>
9715 * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
9717 2001-08-04 Akim Demaille <akim@epita.fr>
9719 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
9720 (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
9722 * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
9723 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
9724 (AC_F77_MAIN): Likewise.
9726 2001-08-04 Akim Demaille <akim@epita.fr>
9728 Don't rely on M4sugar outputting the patterns in files, since we
9729 might process the output _without_ running m4, hence without these
9732 * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
9733 * bin/autom4te.in (@Request::includes): Remove, unused.
9734 (@Request::source): Rename as...
9735 (@Request::input): this.
9736 (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
9737 (&handle_output): Fetch the patterns from the traces.
9738 `$forbidden' and `$allowed' are constant: use m//o.
9739 (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
9740 (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
9742 2001-08-04 Akim Demaille <akim@epita.fr>
9744 `autoconf && autoheader' is sped up. Now, speed up `autoheader &&
9745 autoconf', i.e., in addition to caching traces, cache the output.
9747 * bin/autom4te.in (Request::cache): Rename as...
9748 (Request::id): this.
9749 ($cache, $icache, $tcache, $ocache): New.
9750 (&handle_m4): Save M4 output in the cache instead of $tmp.
9751 (&handle_output): Adjust.
9752 (&up_to_date_p): Check that the output cache is up to date too.
9753 (top level): Run `&handle_m4' iff force or the cache is invalid.
9754 Run `&handle_output' if the output cache is more recent.
9756 2001-08-04 Akim Demaille <akim@epita.fr>
9758 * bin/autom4te.in ($force): New.
9759 (&parse_args, &print_usage): -f, --force is a new option.
9760 (&handle_output): CPP directives might have spaces after `#'.
9761 (&parse_args): The first file only can be frozen.
9763 2001-08-04 Akim Demaille <akim@epita.fr>
9765 Don't let autom4te compute the `include' traces several times:
9766 first check that the trace cache file is up to date, and then
9767 compare its timestamp with that of the output.
9769 * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
9770 the preamble. Don't require 5.005 as Autom4te::General does it,
9771 and better yet (use `use', not `require'!).
9772 * lib/Autom4te/Struct.pm: Rename the last occurrences of
9773 Class::Struct as Autom4te::Struct.
9774 * lib/Autom4te/General.pm (File::stat): Use it.
9775 (&mtime): New, export it.
9776 * bin/autom4te.in: Use it.
9777 Declare `$req' is invalid if it is outdated.
9778 Don't declare it valid before saving it if something went wrong.
9780 2001-08-04 Akim Demaille <akim@epita.fr>
9782 Autom4te shall not encode Autoconf data, and preselecting traces
9783 must be proposed to the users.
9785 * bin/autom4te.in (@required_trace): Remove.
9787 (&parse_args, &print_usage): -p, --preselect is a new option.
9788 (&up_to_date_p): Adjust.
9789 * bin/autoconf.in: Preselect some Autoconf macros.
9791 2001-08-04 Akim Demaille <akim@epita.fr>
9793 * tests/tools.at (autoconf --trace: user macros): Check traces on
9794 macros invoked without arguments, and macros invoked with multiple
9797 2001-08-03 Alexandre Duret-Lutz <duret_g@epita.fr>
9799 * bin/autom4te.in (handle_traces): Fix rewriting of traces without
9802 2001-08-03 Akim Demaille <akim@epita.fr>
9804 * bin/autoconf.in ($@): Work around the usual sh bug.
9807 2001-08-03 Akim Demaille <akim@epita.fr>
9809 Clean up the handling of the M4 builtins tracing exception.
9811 * bin/autom4te.in (Request::request): Don't complete M4 builtins
9813 (@m4_builtins): Rename as...
9814 (@m4_builtin): this.
9815 (%m4_builtin_alternate_name): New.
9816 (&parse_args): Complete the trace requests with alternate names.
9817 (&handle_traces): Hence no longer do it here.
9818 (&trace_requests): Remove, unused.
9820 2001-08-03 Akim Demaille <akim@epita.fr>
9822 * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
9825 2001-08-03 Akim Demaille <akim@epita.fr>
9827 * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
9828 (m4_divert_pop): Dump the whole diversion stack when a diversion
9830 * bin/autom4te.in (&handle_output): Remember of the first
9831 occurrence of a possibly undefined macro, not the last.
9832 Complain about the possibly undefined macros in the same order as
9833 the appear in the output.
9834 * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
9835 * tests/tools.at (autoconf: forbidden tokens, basic)
9836 (autoconf: forbidden tokens, exceptions): No longer sort
9837 autoconf's stderr, as it is now deterministic.
9838 Check that `dnl' is caught.
9840 2001-08-01 Akim Demaille <akim@epita.fr>
9842 * configure.ac: Bump to 2.52c.
9844 2001-08-01 Akim Demaille <akim@epita.fr>
9848 * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
9850 2001-08-01 Akim Demaille <akim@epita.fr>
9854 2001-08-01 Akim Demaille <akim@epita.fr>
9856 * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
9859 * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
9860 `END', as `Autom4te::General::END' will be triggered.
9861 * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
9862 * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
9863 system to run `mv', `rm', and `cmp'.
9865 2001-08-01 Akim Demaille <akim@epita.fr>
9867 * lib/Autom4te/General.pm (&unique): New.
9868 * bin/autoscan.in (&output): Use it to issue trace requests once.
9870 2001-08-01 Akim Demaille <akim@epita.fr>
9872 * lib/Autom4te/General.pm: New.
9873 * bin/autom4te.in (Autom4te::General): Use it.
9874 ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
9875 (&find_configure_ac, &find_slave): Remove.
9876 * bin/autoscan.in: Likewise.
9877 * bin/autoupdate.in: Likewise.
9879 2001-08-01 Akim Demaille <akim@epita.fr>
9881 * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
9882 * autoheader.in, autoreconf.in, autoupdate.in: Move to...
9883 * bin: here, new directory.
9884 * lib/Autoconf: Rename as...
9885 * lib/Autom4te: this, to please case insensitive junkie OSes.
9887 2001-08-01 Akim Demaille <akim@epita.fr>
9889 * autom4te.in ($m4): Handle the --nesting-limit.
9890 * autoconf.in (M4): Remove.
9892 2001-08-01 Akim Demaille <akim@epita.fr>
9894 * autoconf.in ($AWK): Remove, no longer used.
9895 * test/tools.at: Use AT_CHECK_AUTOCONF.
9896 (AWK portability): Remove, for autoconf no longer uses AWK.
9897 (Syntax of the Perl scripts): New.
9898 * configure.ac: autoconf no longer needs an AWK with a good
9900 Use a static test on AC_PACKAGE_VERSION.
9901 * autom4te.in (&up_to_date_p): Output depends on the arguments.
9902 * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
9903 * tests/atconfig.in (PERL): New.
9905 2001-08-01 Akim Demaille <akim@epita.fr>
9907 * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
9908 (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
9909 (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
9910 (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
9911 (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
9912 (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
9913 (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
9914 (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
9915 (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
9916 (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
9917 (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
9918 (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
9919 (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
9920 * lib/autoconf/c.m4: here, new file.
9922 * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
9923 (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
9924 (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
9925 (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
9926 (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
9927 (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
9928 (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
9929 (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
9930 (AC_F77_FUNC): Move to...
9931 * lib/autoconf/fortran.m4: here, new file.
9933 2001-08-01 Akim Demaille <akim@epita.fr>
9935 * acfunctions.m4: Rename as...
9936 * lib/autoconf/functions.m4: this.
9937 * acgeneral.m4: Rename as...
9938 * lib/autoconf/general.m4: this.
9939 * acheaders.m4: Rename as...
9940 * lib/autoconf/headers.m4: this.
9941 * aclang.m4: Rename as...
9942 * lib/autoconf/lang.m4: this.
9943 * acoldnames.m4: Rename as...
9944 * lib/autoconf/oldnames.m4: this.
9945 * acspecific.m4: Rename as...
9946 * lib/autoconf/specific.m4: this.
9947 * actypes.m4: Rename as...
9948 * lib/autoconf/types.m4: this.
9949 * autoconf.m4: Rename as...
9950 * lib/autoconf/autoconf.m4: this.
9952 * m4sugar.m4: Rename as...
9953 * lib/m4sugar/m4sugar.m4: this.
9954 * m4sh.m4: Rename as...
9955 * lib/m4sugar/m4sh.m4: this.
9957 * tests/atgeneral.m4: Rename as...
9958 * lib/autotest/general.m4: this.
9960 * acfunctions: Rename as...
9961 * lib/autoscan/functions: this.
9962 * acheaders: Rename as...
9963 * lib/autoscan/headers: this.
9964 * acidentifiers: Rename as...
9965 * lib/autoscan/identifiers: this.
9966 * aclibraries: Rename as...
9967 * lib/autoscan/libraries: this.
9968 * acmakevars: Rename as...
9969 * lib/autoscan/makevars: this.
9970 * acprograms: Rename as...
9971 * lib/autoscan/programs: this.
9973 2001-08-01 Akim Demaille <akim@epita.fr>
9975 * doc/autoconf.texi: Moving/deleting open files is not portable.
9976 Portability issues for `.' (source), and more information about sed.
9978 2001-07-25 Steven G. Johnson <stevenj@alum.mit.edu>
9980 * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
9981 which has a special meaning and is not a reference to libibmil.a.
9982 Reported by Matteo Frigo.
9984 2001-07-25 Pavel Roskin <proski@gnu.org>
9986 * autom4te.in (mktmpdir): Strip trailing newline from mktemp
9989 2001-07-25 Akim Demaille <akim@epita.fr>
9991 * autoconf.in: Try to define the variables before using them.
9992 * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
9993 instead of `$perllibdir'.
9994 * tests/atconfig.in ($autom4te_perllibdir): Export it.
9996 2001-07-25 Akim Demaille <akim@epita.fr>
9998 * autoconf.in (ac_LF_and_DOT): Remove, unused.
10000 2001-07-24 Akim Demaille <akim@epita.fr>
10002 Let autoconf use autom4te for traces.
10004 * autoconf.in ($task, task trace): Remove, merely pass --trace to
10006 * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10007 (Because I found no way for autom4te to accept `-').
10008 * autom4te.in (&Request::request): Beware of M4 builtins.
10009 (END): Don't try to remove the content of an empty dir.
10010 (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10011 (&handle_output): Set a default value to `$forbidden'.
10012 * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10013 ($autoconf): Pass --debug and --verbose.
10014 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10017 2001-07-24 Akim Demaille <akim@epita.fr>
10019 Let autoconf use autom4te to create configure.
10021 * autoconf.in ($automate): New var.
10022 (task script): Use autom4te.
10023 * autom4te.in (File::Spec): Use it.
10025 (&parse_args): --warning is -W, not -w.
10026 Find the top level files.
10027 (&handle_m4): Pass the warnings flags.
10028 Don't report verbosely m4's failures, unless requested.
10029 (&handle_output): Don't complain for forbidden tokens in comments.
10030 Be sure to report all the forbidden tokens within a single line.
10031 (&trace_format_to_m4): Preserve `$_'.
10032 (&handle_traces): Sort the output macros.
10033 (&up_to_date_p): Find the files before trying to get its time stamp.
10035 2001-07-24 Akim Demaille <akim@epita.fr>
10037 * Makefile.am: Ship, build and install Autom4te.
10038 (SUBDIRS): Add lib.
10039 * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10040 * configure.in: Require Perl.
10041 * man/autom4te.in: New.
10043 2001-07-19 Paul Eggert <eggert@twinsun.com>
10045 * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10046 example, rather than (exit 1); exit (which isn't portable).
10048 2001-07-18 Akim Demaille <akim@epita.fr>
10052 2001-07-18 Akim Demaille <akim@epita.fr>
10054 The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10055 was run, while they are needed also when it is expanded.
10056 Reported by Nicolas Joly.
10058 * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10059 (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10060 AC_F77_DUMMY_MAIN being expanded.
10062 2001-07-18 Akim Demaille <akim@epita.fr>
10064 * configure.in: Bump to 2.51a.
10066 2001-07-17 Akim Demaille <akim@epita.fr>
10070 2001-07-17 Akim Demaille <akim@epita.fr>
10072 * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10073 Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10075 2001-07-17 Akim Demaille <akim@epita.fr>
10077 The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10078 used. Well, then use the prototypes when you can, and runtime as
10080 Reported by Artur Frysiak
10082 * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10083 (AC_FUNC_GETPGRP): Use it.
10084 First try to compile with 0-ary or 1-ary calls.
10086 2001-07-17 Akim Demaille <akim@epita.fr>
10088 * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10092 2001-07-17 Akim Demaille <akim@epita.fr>
10094 * Makefile.maint: Sync. with cppi 1.10.
10096 2001-07-17 Akim Demaille <akim@epita.fr>
10098 * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10099 AC_F77_DUMMY_MAIN has been run.
10100 From Pavel Roskin and Steven G. Johnson.
10102 2001-07-17 Akim Demaille <akim@epita.fr>
10104 * configure.in: Rename as...
10105 * configure.ac: this.
10107 2001-07-17 Akim Demaille <akim@epita.fr>
10109 * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10112 * Makefile.maint (release-archive-dir): Rename as...
10113 (release_archive_dir): this, so that it can be specialized in
10116 2001-07-14 Akim Demaille <akim@epita.fr>
10118 * configure.in: Bump to 2.50d.
10120 2001-07-14 Akim Demaille <akim@epita.fr>
10123 * Makefile.maint (alpha): Typo.
10125 2001-07-14 Akim Demaille <akim@epita.fr>
10127 * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10129 2001-07-14 Akim Demaille <akim@epita.fr>
10131 * config/config.guess, config/config.sub, config/texinfo.tex
10132 * doc/standards.texi, doc/make-stds.texi: Update.
10134 2001-07-14 Akim Demaille <akim@epita.fr>
10136 * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10138 2001-07-14 Akim Demaille <akim@epita.fr>
10140 * Makefile.maint (maintainer-check): Rename as...
10141 (maintainer-distcheck): this.
10142 (changelog-check, static-check): New.
10145 2001-07-14 Kevin Ryde <user42@zip.com.au>
10147 * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10148 for CXX is g++, not gcc.
10150 2001-07-14 Akim Demaille <akim@epita.fr>
10152 * doc/autoconf.texi (Files): New subsection.
10154 2001-07-14 Akim Demaille <akim@epita.fr>
10156 * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10158 (Generic Compiler Characteristics): this.
10159 (C++ Compiler): New subsection.
10161 2001-07-14 Akim Demaille <akim@epita.fr>
10163 * autoscan.in: Use IO::File.
10164 Adjust all the routines to use it.
10165 ($log): New file (autoscan.log).
10166 (output): Dump detailed logs into $log, and a shortened version to
10168 (&scan_makefile): Refine the regexp catching tokens in the code.
10169 * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10170 and the `configure.ac' checking feature.
10172 2001-07-12 Akim Demaille <akim@epita.fr>
10174 For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10175 Reported by Michael Elizabeth Chastain.
10177 * autoconf.in: Refuse such AWK.
10178 * configure.in: Likewise.
10179 * Makefile.am (acversion.m4): Do not use move-if-change this file
10181 * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10183 2001-07-10 Jens Petersen <petersen@redhat.com>
10185 * autoscan.in (&scan_makefile): Improve programs regexp to parse
10186 things like "g++", "file.c" and "some-conf" as tokens.
10187 (&scan_file): Match C++ files extensions.
10188 If the filename extension is C++ then ask for c++.
10190 2001-07-05 Steven G. Johnson <stevenj@alum.mit.edu>
10192 * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10193 AC_TRY_LINK_FUNC, to check whether defining a dummy
10194 main-like routine is needed for linking with F77 libs.
10196 2001-07-05 Pavel Roskin <proski@gnu.org>
10198 * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10200 (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10203 2001-07-05 Akim Demaille <akim@epita.fr>
10205 * Makefile.am (move_if_change): New. Use it instead of `mv'.
10206 (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10208 Reported by Nicolas Joly.
10210 2001-07-04 Akim Demaille <akim@epita.fr>
10212 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10214 * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10215 warnings from compilers.
10216 * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10217 for all the compilers, not only GNU. Hence move from here...
10218 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10220 2001-07-04 Akim Demaille <akim@epita.fr>
10222 * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10223 (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10226 2001-07-04 Akim Demaille <akim@epita.fr>
10228 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10229 the ``strings.h'' change claimed below.
10231 2001-07-04 Akim Demaille <akim@epita.fr>
10233 * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10235 2001-07-04 Akim Demaille <akim@epita.fr>
10237 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10238 strings.h if usable with string.h.
10239 Suggested by Paul Eggert.
10241 2001-07-04 Akim Demaille <akim@epita.fr>
10243 * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10244 From Jens Petersen.
10246 2001-07-03 Akim Demaille <akim@epita.fr>
10248 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10251 2001-07-03 Akim Demaille <akim@epita.fr>
10253 * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10254 compiler, not the preprocessor.
10255 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10256 dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10258 * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10259 earlier if there are.
10261 2001-07-03 Akim Demaille <akim@epita.fr>
10263 * autoscan.in ($initfile): Remove.
10264 (&find_file): Rename as...
10265 (&scan_file): this.
10266 Immediately scan the current file, instead of gathering them, and
10267 later having them handled by &scan_files.
10268 (&scan_files): Merely invoke Find::File.
10271 2001-07-02 Akim Demaille <akim@epita.fr>
10273 * autoscan.in: Formatting changes, matching the invocation order.
10274 (File::Find): Use it instead of Perl 4's `find.pl'.
10275 (&wanted): Rename as...
10276 (&find_file): this.
10278 2001-07-01 Pavel Roskin <proski@gnu.org>
10280 * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10281 break in the argument to AC_TRY_LINK_FUNC.
10282 (AC_F77_MAIN): Remove conftest* after using break in the
10283 argument to AC_TRY_LINK.
10285 2001-07-01 Steven G. Johnson <stevenj@alum.mit.edu>
10287 Add alternate 'main' routine detection for linking C/C++ with Fortran,
10288 fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10290 * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10291 dummy alternate main is required even if the user provides her own
10293 (AC_F77_MAIN): New macro to detect whether it is possible to
10294 provide an alternate 'main' function name, using the 'main' from
10295 the Fortran libraries.
10296 (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10297 cross-language link tests can be performed successfully.
10298 (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN. Also put $FLIBS
10299 after $LIBS, for consistency; this should be the general rule since
10300 the user may want to link to Fortran libraries that require $FLIBS.
10301 * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10303 2001-06-29 Pavel Roskin <proski@gnu.org>
10305 * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10306 at-stdout and at-stderr instead of removing the newline
10307 from the echo output, which is not guaranteed to work.
10309 2001-06-28 Jens Petersen <petersen@redhat.com>
10311 * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10312 confdefs.h when non-zero.
10314 2001-06-28 Akim Demaille <akim@epita.fr>
10316 * configure.in: Bump to 2.50c.
10318 2001-06-26 Akim Demaille <akim@epita.fr>
10322 2001-06-26 Akim Demaille <akim@epita.fr>
10326 2001-06-25 Pavel Roskin <proski@gnu.org>
10328 * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10329 argument, AUTOCONF-FLAGS.
10330 * tests/mktests.sh (update_exclude_list): Add
10331 AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10332 * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10333 AC_FUNC_WAIT3 with "-W no-obsolete".
10335 2001-06-25 Akim Demaille <akim@epita.fr>
10337 * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10339 2001-06-25 Akim Demaille <akim@epita.fr>
10341 * autoscan.in (%macro): Now maps from word to list of macros.
10342 (&init_tables): Die when a word which is already handled by
10343 explicit macros is mapped to the default macro.
10344 (&print_unique): Remove, inlined in...
10345 (&output_kind): here.
10346 (File::Basename): Use it.
10347 (&output): Sort the CONFIG_FILES.
10348 * acheaders: Normalize.
10349 * acfunctions: Likewise.
10351 2001-06-25 Akim Demaille <akim@epita.fr>
10353 * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10354 characteristics in the logs.
10355 Suggested by Mo DeJong.
10357 2001-06-24 Akim Demaille <akim@epita.fr>
10359 * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10360 (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10361 * doc/autoconf.texi (Autoconf 2.13): New section.
10363 2001-06-24 Akim Demaille <akim@epita.fr>
10365 * autoconf.in (Task traces): Separate the error messages from the
10366 traces to improve robustness.
10368 2001-06-23 Akim Demaille <akim@epita.fr>
10370 * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10371 three as failures are unlikely, and speed matters.
10373 2001-06-23 Akim Demaille <akim@epita.fr>
10375 * doc/autoconf.texi (Redefined M4 Macros): New.
10377 2001-06-23 Akim Demaille <akim@epita.fr>
10379 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10380 inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10383 2001-06-23 Paolo Bonzini <bonzini@gnu.org>
10385 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10386 config.status targets to after the evaluation of the INIT-CMDS.
10387 Double quote config.status targets (used to be single quoted).
10389 2001-06-23 Akim Demaille <akim@epita.fr>
10391 * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10392 Check the content of the created file.
10393 Check the ./config.status command line invocation.
10395 2001-06-23 Akim Demaille <akim@epita.fr>
10397 * tests/foreign.at (Libtool): Reject prehistoric versions.
10399 2001-06-23 Akim Demaille <akim@epita.fr>
10401 * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10402 preexisting files matching a.*.
10404 2001-06-23 Akim Demaille <akim@epita.fr>
10406 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10408 * doc/autoconf.texi (AC_ARG_VAR): Update.
10410 2001-06-21 Akim Demaille <akim@epita.fr>
10412 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10413 precious variables have changed.
10414 * tests/torture.at (AC_ARG_VAR): Adjust.
10416 2001-06-21 Akim Demaille <akim@epita.fr>
10418 ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10419 but some sed choke on multiple `;', and other tools (e.g.,
10420 Automake), include the separator themselves.
10422 * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10424 2001-06-19 Tim Van Holder <tim.van.holder@pandora.be>
10426 * doc/autoconf.texi (Functions Portability): Rename as...
10427 (Function Portability): this.
10428 (Function Portability): Document potential problems with unlink().
10430 2001-06-19 Paul Eggert <eggert@twinsun.com>
10432 * NEWS, doc/autoconf.texi: Document quadrigraphs.
10434 2001-06-18 Akim Demaille <akim@epita.fr>
10436 * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10438 2001-06-18 Ruediger Kuhlmann <info@ruediger-kuhlmann.de>
10440 * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10441 (_AC_FUNC_VFORK): this.
10442 Remove AC_DEFINEs and don't guess cross-compilation values.
10443 (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10444 (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10445 define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10446 vfork doesn't work.
10447 Guess values if cross-compiling, but warn.
10448 * acfunctions: Add AC_FUNC_FORK.
10449 * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10450 and vfork appropriately.
10452 2001-06-18 Akim Demaille <akim@epita.fr>
10454 * doc/autoconf.texi (Functions Portability): New section.
10456 2001-06-18 Akim Demaille <akim@epita.fr>
10458 * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10460 Suggested by Andreas Schwab.
10462 2001-06-18 Akim Demaille <akim@epita.fr>
10464 * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
10465 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
10466 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
10467 (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
10468 Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
10469 and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
10470 (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
10473 2001-06-18 Akim Demaille <akim@epita.fr>
10475 * doc/autoconf.texi (ms): New index.
10476 (Macro Index): Rename as...
10477 (Autoconf Macro Index): this.
10478 (M4 Macro Index): New appendix.
10479 (Programming in M4): New chapter.
10480 Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
10481 (Quoting): Rename as...
10482 (M$ Quotation): this.
10483 Be part of `Programming in M4).
10485 2001-06-18 Nicolas Joly <njoly@pasteur.fr>
10487 * tests/torture.at (AC_ARG_VAR): Set variables and export them
10488 in separate statements for compatibility with Tru64 v5.1.
10490 2001-06-17 Akim Demaille <akim@epita.fr>
10492 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
10493 current values of the precious variables, not the previously
10495 Pass precious variables which are set to config.status.
10496 * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
10497 * tests/torture.at (AC_ARG_VAR): New.
10499 2001-06-15 Paul Eggert <eggert@twinsun.com>
10501 * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
10502 AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
10503 and explain why and how to replace them.
10504 * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
10505 * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10507 2001-06-15 Akim Demaille <akim@epita.fr>
10509 `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
10510 Reported by Bruno Haible.
10512 * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
10513 (_AC_ARG_VAR_PRECIOUS): to here.
10515 2001-06-15 Pavel Roskin <proski@gnu.org>
10517 * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
10518 an unused pointer use cast to this type and `if' statement to
10519 avoid warnings from the compiler.
10520 (AC_HEADER_TIME): Likewise.
10521 * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
10522 in `if' statement to avoid warnings from the compiler. Declare
10523 ac_aggr static to avoid the need to initialize it.
10525 2001-06-14 Akim Demaille <akim@epita.fr>
10527 * doc/autoconf.texi (Portable Shell): Move to follow `Writing
10530 2001-06-13 Akim Demaille <akim@epita.fr>
10532 * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
10533 Suggested by Alexander Mai.
10535 2001-06-13 Akim Demaille <akim@epita.fr>
10537 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
10538 sys/types.h and sys/stat.h, and check for them.
10540 2001-06-13 Akim Demaille <akim@epita.fr>
10542 * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
10545 2001-06-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10547 * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
10548 succeeds and only try adding libdnet upon a failure.
10550 2001-06-12 Akim Demaille <akim@epita.fr>
10552 * autoscan.in (&output_kind): Output the comment only if it exists.
10553 (%kind_comment): Add entry for `programs'.
10554 (&output_programs): Use &output_kind.
10555 (&output_functions, &output_identifiers, &output_headers)
10556 (&output_programs): Inline, and remove.
10558 2001-06-12 Akim Demaille <akim@epita.fr>
10560 * autoscan.in (%kind_comment): New.
10561 (output_kind): New.
10562 (output_functions, output_identifiers, output_headers): Use it.
10564 2001-06-12 Akim Demaille <akim@epita.fr>
10566 * autoscan.in (&print_unique): Take `$kind' and `$word' as
10567 arguments, to factor indirections into `%macro' and `%used'.
10568 (%generic_macro): Fix a typo.
10570 2001-06-12 Akim Demaille <akim@epita.fr>
10572 * aclibraries: New.
10573 * autoscan.in (@kinds): Add `libraries'.
10574 Use `@kinds' instead of hard coded lists.
10575 (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
10576 Remove, replaced by...
10579 2001-06-12 Akim Demaille <akim@epita.fr>
10581 * autoscan.in (%functions_macros %headers_macros)
10582 (%identifiers_macros %programs_macros %makevars_macros): Remove,
10586 2001-06-11 Raja R Harinath <harinath@cs.umn.edu>
10588 * aclang.m4 (AC_NO_EXECUTABLES): Override
10589 _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
10591 2001-06-11 Akim Demaille <akim@epita.fr>
10593 * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
10595 Reported by Andreas Schwab.
10597 2001-06-11 Akim Demaille <akim@epita.fr>
10599 * Makefile.am, Makefile.maint: Typos.
10601 2001-06-09 Akim Demaille <akim@epita.fr>
10603 * doc/autoconf.texi (Here-Documents): New section, gathering
10604 documentation about here-documents.
10605 Use `href', not `uref', and other changes.
10607 2001-06-09 Akim Demaille <akim@epita.fr>
10609 * doc/autoconf.texi (Portable Shell Programming): Promoted as a
10612 2001-06-09 Akim Demaille <akim@epita.fr>
10614 * doc/autoconf.texi (Limitations of Builtins): Complete the
10615 description of the here-docs penalties with Alexandre Oliva's
10618 2001-06-01 Paul Eggert <eggert@twinsun.com>
10620 * doc/autoconf.texi: Talk about here documents and speedups.
10621 Do not use "echo" on arbitrary strings.
10622 Spell "here-documents" consistently with the standard.
10624 2001-06-09 Akim Demaille <akim@epita.fr>
10626 * doc/autoconf.texi (Concept Index): Introduce it.
10627 Regenerate the menus.
10629 2001-06-09 Akim Demaille <akim@epita.fr>
10631 * Makefile.maint, GNUmakefile: New, from Jim Meyering.
10632 * config/prev-version.txt: New.
10633 * config/move-if-change: New, for GNU libc.
10635 2001-06-06 Pavel Roskin <proski@gnu.org>
10637 * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
10639 2001-06-06 Akim Demaille <akim@epita.fr>
10641 * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
10642 properly when $1 is not a literal.
10643 Fixes PR Autoconf/187, reported by Bram Moolenaar.
10645 2001-06-06 Akim Demaille <akim@epita.fr>
10647 Invoking AC_COPYRIGHT before AC_INIT fails.
10649 * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
10650 * acgeneral.m4 (_m4_divert(VERSION_FSF))
10651 (_m4_divert(VERSION_USER)): New.
10652 (AC_COPYRIGHT): $2 is the diversion to use.
10653 (_AC_INIT_COPYRIGHT): Use the FSF diversion.
10654 (AC_INIT): Remove dead comments as now it's commutative.
10656 2001-06-06 Akim Demaille <akim@epita.fr>
10658 * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
10661 2001-06-05 Akim Demaille <akim@epita.fr>
10663 * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
10665 `*dir' variables cannot be NONE.
10666 Reported by Mark Kettenis.
10668 2001-06-05 Paul Eggert <eggert@twinsun.com>
10670 * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
10672 2001-06-04 Akim Demaille <akim@epita.fr>
10674 * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
10675 (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
10676 (AC_TR_SH): Move as...
10677 * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
10678 (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
10680 (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
10681 (_AS_TR_SH_PREPARE): New.
10682 (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
10683 * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
10685 2001-06-02 Akim Demaille <akim@epita.fr>
10687 * Makefile.am (.m4.m4f): Pass the options first.
10688 Fixes PR autoconf/182.
10690 2001-06-02 Nathan Sidwell <nathan@codesourcery.com>
10692 GNU getopt, when POSIXLY_CORRECT does not permute options and
10693 arguments. So pass the options first.
10694 Fixes PR autoconf/184.
10696 * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
10697 (run_m4): Remove files.
10699 Update remainder of script to use them.
10700 (for warning in): Do not use a literal comma as it will not be
10703 2001-06-02 Christian Marquardt <marq@gfz-potsdam.de>
10705 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
10706 Fortran compilers to check.
10707 (_AC_PROG_F77_V): Add '-###' as a possible option to print
10708 information on library and object files.
10709 (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
10712 2001-06-02 Akim Demaille <akim@epita.fr>
10714 * autom4te.in (Request::@request): Declare with `vars', not `my',
10715 as it prevents updates via `do FILENAME'.
10717 2001-06-02 Akim Demaille <akim@epita.fr>
10719 * configure.in (standards_texi): Remove, dead code.
10721 2001-06-02 Akim Demaille <akim@epita.fr>
10723 * autom4te.in: New.
10725 2001-06-02 Pavel Roskin <proski@gnu.org>
10727 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
10728 for signals other than 0 - exit with code 1.
10729 * m4sh.m4 (AS_TMPDIR): Likewise.
10730 * autoconf.in: Likewise. Also don't rely on exit == exit $?.
10731 * autoheader.in: Likewise.
10732 * autoreconf.in: Likewise.
10733 * tests/torture.at (Signal handling): New test for the above.
10735 2001-06-01 Akim Demaille <akim@epita.fr>
10737 * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
10740 2001-05-31 Akim Demaille <akim@epita.fr>
10742 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
10743 Add copyright and comments.
10744 * acheaders: Add stdint.h.
10745 Suggested by Paul Eggert.
10747 2001-05-31 Akim Demaille <akim@epita.fr>
10749 * atgeneral.m4 (AT_INIT): Use $SHELL.
10750 * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
10752 2001-05-31 Akim Demaille <akim@epita.fr>
10754 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10756 From Paul Eggert and Lars Hecking.
10758 2001-05-31 Akim Demaille <akim@epita.fr>
10760 * tests/base.at: Adjust line numbers in error messages.
10762 2001-05-31 Akim Demaille <akim@epita.fr>
10764 * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
10765 to emit the bangshe line.
10766 Reported by David Carter.
10768 2001-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
10770 * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
10771 Fortran (95) compilers to check.
10773 2001-05-29 Alexandre Duret-Lutz <duret_g@epita.fr>
10775 * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
10778 2001-05-23 Pavel Roskin <proski@gnu.org>
10780 * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
10781 _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
10782 (AC_PROG_CXXCPP): Likewise.
10784 2001-05-22 Akim Demaille <akim@epita.fr>
10786 * config: New directory.
10787 * configure.in: AC_CONFIG_AUX_DIR it.
10788 * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
10790 2001-05-22 Akim Demaille <akim@epita.fr>
10792 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
10793 * autoupdate.in: Specify the Emacs mode.
10794 * acversion.m4.in: Rename as...
10795 * acversion.m4: this.
10796 * tests/Makefile.am (CLEANFILES): More garbage.
10798 2001-05-22 Akim Demaille <akim@epita.fr>
10800 * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
10802 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
10805 2001-05-21 Akim Demaille <akim@epita.fr>
10807 * configure.in: Bump to 2.50a.
10811 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10813 This file is part of GNU Autoconf.
10815 GNU Autoconf is free software; you can redistribute it and/or modify
10816 it under the terms of the GNU General Public License as published by
10817 the Free Software Foundation; either version 2, or (at your option)
10820 GNU Autoconf is distributed in the hope that it will be useful,
10821 but WITHOUT ANY WARRANTY; without even the implied warranty of
10822 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10823 GNU General Public License for more details.
10825 You should have received a copy of the GNU General Public License
10826 along with autoconf; see the file COPYING. If not, write to
10827 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10828 Boston, MA 02110-1301, USA.