1 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
3 * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
4 since evidently some packages rely on the old, broken behavior.
5 Problem reported by Ralf Wildenhues in
6 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
7 (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
8 pre-2006-05-26 definitions, but leave in the comments that
9 these macros are dangerous and should not be used.
10 (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO. All callers changed.
11 (_AC_DO): Renamed from _AC_EVAL. All callers changed.
12 (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR. All callers changed.
13 (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
14 (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
16 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
18 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
19 the use of 'tr', since this is our only use of 'tr'.
21 2006-05-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22 and Paul Eggert <eggert@cs.ucla.edu>
24 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
25 Don't assume 'grep' works on long lines, since AIX grep doesn't.
27 2005-05-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
30 the output file in the `${datarootdir}' test.
32 2005-05-28 Stepan Kasal <kasal@ucw.cz>
33 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
35 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
36 mention of `datarootdir' in the input file(s), but literal
37 `${datarootdir}' in the output file, and we haven't warned yet,
38 then warn as well: the user may have (erroneously) used
39 `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
40 `AC_SUBST([mydatadir], ['${datadir}/my'])'.
41 * tests/torture.at (datarootdir workaround): Extend this test.
44 2006-05-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45 and Paul Eggert <eggert@cs.ucla.edu>
47 * doc/autoconf.texi (autoheader Invocation): The first argument to
48 `AC_DEFINE_UNQUOTED' need not be a literal. Mention the
49 alternatives and clear up the language a bit.
51 2006-05-27 Paul Eggert <eggert@cs.ucla.edu>
53 * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
54 ac_config_guess, ac_config_sub, ac_configure.
55 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
56 Fix typo that prevented an unnecessary space from being removed.
57 Problems reported by Ralf Wildenhues in:
58 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
60 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
62 * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
63 Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
64 Don't use the term "thread-safe" to talk about mkdir race
65 conditions, since the problem is more a process than a thread
66 issue. Problem reported by Stepan Kasal in:
67 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
68 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
69 the test for 'install' more closely. Look at MKDIR_P first.
70 Look in the PATH, and at /opt/sfw/bin.
71 Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
72 Don't bother to try mkdir -p, since we already check mkdir --version;
73 just look at the version number. (There's no easy way to check
74 for race-free implementations.)
75 * tests/tools.at (autoconf: subdirectories): Adjust to above
76 changes, since MKDIR_P now might end in "/mkdir -p".
78 * doc/autoconf.texi (autoheader Invocation): Mention that the
79 first arg of AC_DEFINE_UNQUOTED must be a literal.
80 Problem reported by Ben Pfaff in
81 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
83 * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
84 * doc/autoconf.texi (Special Chars in Variables): New section.
85 (Preset Output Variables): Warn about special chars in CPPFLAGS.
86 (Installation Directory Variables): Quote $(datadir) better.
87 (Limitations of Builtins): Describe some of eval's trickiness.
89 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
90 * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
91 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
92 in front of every arg, not just trailing args. Quote apostrophes.
93 (_AC_EVAL_ECHO): New macro.
94 (_AC_EVAL, AC_EVAL_STDERR): Use it. Quote arg of eval.
95 (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
97 (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
98 exposed by quoting of eval argument. Put the command on line line
100 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
101 (_AC_PATH_X, AC_PATH_X): Quote more safely.
102 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
103 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
104 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
105 Handle special chars in prefix, ac_srcdir, ac_aux_dir.
106 Use eval more safely.
107 (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
108 * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
110 * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
111 lines, exposed by quoting of eval argument.
113 2006-05-26 Stepan Kasal <kasal@ucw.cz>
114 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
116 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
117 initialization of `ac_cv_exeext', do not override it if it was
118 already set, unless it was set to `no', for compatibility with
119 Autoconf-2.13, and comment this.
120 Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
121 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
122 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
123 * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
124 Document that this test may be overridden by setting
127 2006-05-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
129 Revert these two patches:
131 2006-04-06 Eric Blake <ebb9@byu.net>
132 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
133 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
136 2006-04-01 Stepan Kasal <kasal@ucw.cz>
137 Clean up _AC_COMPILER_EXEEXT* macros.
138 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
139 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
140 ac_file to the name of the default output file and call
141 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
142 initial `rm' of the candidate files...
143 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
144 the same list in subsequent `rm' calls, and for the temporary
145 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
146 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
147 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
148 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
149 no longer needed) by libtool. Make it a cache check.
150 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
151 copied here by mistake.
152 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
154 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
155 _AC_COMPILER_OBJEXT directly.
156 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
158 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
160 * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
161 Fix description of how the buggy `sed' works.
163 2006-05-25 Noah Misch <noah@cs.caltech.edu>
167 * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
168 ENOLCK. Only mention `make -j' when applicable. Only raise
169 fatal errors when `make -j' is involved. Improve error message.
171 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
173 * doc/autoconf.texi (Here-Documents): We now know more about
174 the variable expansion in here documents bug.
175 Thanks to Tim Rice and Stepan Kasal.
177 * doc/autoconf.texi (Making testsuite Scripts): Add an example
178 how to use TESTSUITEFLAGS. Suggested by Eric Blake.
180 2006-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
182 * tests/autotest.at (Multiline command from M4 expansion):
183 No failure to be expected if the shell quotes newlines in
184 commands in the `set -x' output. Report by Tim Rice.
187 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
189 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
190 expansion in the here-documents used by config.status, as that
191 runs afoul of the Korn shell version M-12/28/93d bug described in
192 the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
193 fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
194 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
196 2006-05-23 Jim Meyering <jim@meyering.net>
198 * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
199 Fix typo introduced with 2006-04-02 change. It reversed the sense
202 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
204 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
205 ac_dB slightly, to save bytes in the script.
206 Max out at 50 lines, rather than 96; this is more likely
207 (though not guaranteed) to avoid obscure 'sed' failures.
209 2006-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
211 * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
212 `tr -d -' as bad option argument. Work around this by deleting
213 an unrelated character.
214 Report by Tim Rice <tim@multitalents.net>.
216 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>,
217 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
218 Stepan Kasal <kasal@ucw.cz>
220 * doc/autoconf.texi (Particular Programs): Do not promise that
221 we always prefer the GNU version of the program, and that we
222 search according to PATH; both rules can have exceptions.
223 Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
224 AC_PROG_SED. Move descriptions of limitations
225 to the Limitations of Usual Tools section.
226 (Limitations of Usual Tools) <sed>: Mention script length
227 limitations with Solaris /usr/ucb/sed.
228 <grep>: Fix wording for empty alternative. Mention that -c and
229 -l should not be combined, and that -E and -F should not be
232 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
233 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
235 * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
236 limits in Solaris 8 /usr/ucb/sed by testing a long script.
238 2006-05-22 Stepan Kasal <kasal@ucw.cz>
240 * doc/autoconf.texi (Defining Symbols): Literal parameter of
241 AC_DEFINE is now passed to m4_pattern_allow.
242 * NEWS: Mention that; likewise for AC_SUBST.
243 * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
244 the parameter to m4_pattern_allow.
245 * tests/tools.at: Add a check for that.
247 2006-05-22 Stepan Kasal <kasal@ucw.cz>
249 * lib/autoconf/status.m4: Fix typos.
251 2006-05-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
253 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
254 only the files that this macro generates.
256 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
258 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
259 the HP-UX sed limitation of 99 commands, labels do not count.
260 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
262 (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
264 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
266 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
267 Import the following fix from coreutils:
269 2006-01-13 Jim Meyering <jim@meyering.net>
271 Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
272 $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
273 not double-quote uses of that variable, to accommodate the rare
274 case in which getmntent is available in none of the libraries
275 checked. This happens at least on FreeBSD 5.0.
277 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
279 * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
280 ac_config_guess, ac_config_sub, and ac_configure, since evidently
281 some other programs unwisely rely on these undocumented vars.
282 But put in warning comments about them.
283 Problem reported by Ralf Wildenhues in
284 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
285 * NEWS: Document that these variables are intended to go away.
287 2006-05-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
289 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
290 and set the language to C++ (analogous to the equivalent Fortran
293 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
294 * doc/autoconf.texi (C++ Compiler): Document it.
295 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
298 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
300 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
301 that caused config.status to generate 100-command sed scripts; the
302 portable limit is 99.
304 2006-05-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
306 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
307 variable `ac_d' instead of `d' to avoid infringing namespace.
308 Report by Ralf Menzel.
310 2006-05-18 Paul Eggert <eggert@cs.ucla.edu>
312 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
313 $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
314 * tests/tools.at (autoconf: subdirectories): New test, taken from
315 the corresponding problem report by Ralf Wildenhues in:
316 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
318 * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
319 Quote some uses of shell variables if they might suffer unexpected
320 globbing. This doesn't fix all instances of quoting problems that
321 I found, just the easy ones that look safe.
322 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
323 (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
324 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
325 (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
326 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
327 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
328 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
330 * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
331 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
333 2006-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
335 * bin/autoreconf.in ($help): Reword according to the manual.
336 Suggested by Olly Betts.
338 2006-05-17 Olly Betts <olly@survex.com> (tiny change)
339 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
341 * bin/autoreconf.in: Pass the directory argument to
342 `require_configure_ac'. Fix comment.
343 * tests/torture.at (Configuring subdirectories): Expose this.
344 Reported by Olly Betts.
346 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
348 * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
349 lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
352 * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
353 `$configure_in' instead of `configure.in', to preserve
356 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
358 * config/config.guess, config/config.sub, config/texinfo.tex,
359 doc/make-stds.texi, doc/standards.texi: Sync from upstream.
361 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
363 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
364 test for C99 conformance; (bool) 0.5 is an integer constant
365 expression, but (bool) -0.5 is not. Problem reported by Fedor
366 Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
368 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
370 * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
371 sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
372 Warn about obsolete install-sh files. Remove stray sentence
373 fragment and fix cross reference.
374 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
375 install -d; this undoes the 2006-05-10 change.
376 (MKDIR_P): Mark with AN_MAKEVAR.
377 (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
378 that we don't require $INSTALL to be thread-safe. Move comments
379 out of generated code. Require AC_CONFIG_AUX_DIR_DEFAULT instead
380 of AC_PROG_INSTALL. Output a message saying that we're checking
381 mkdir -p. Set MKDIR_P rather than mkdir_p. Do special magic for
382 MKDIR_P instead of AC_SUBST.
383 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
384 Special magic for MKDIR_P, too.
385 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
387 * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
389 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
391 Sync from Automake, as follows:
393 2006-05-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
394 * config/install-sh: Initialize IFS, so field splitting isn't
396 * config/mkinstalldirs: Likewise.
397 * config/missing: Remove superfluous quotes. Replace all uses of
398 `[' by `test', for consistency, and for..
399 * config/missing (sed_minuso, sed_output): New variables.
400 (autom4te, help2man, makeinfo): Use them. Unifies detection of
401 `-o FILE', `--output FILE', `--output=FILE', stricter regex.
402 Fixes `missing' to detect `--output' for help2man. Fixes
403 PR automake/483. Report by Dennis J. Linse.
404 (autom4te): Document in `missing --help'.
406 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
408 * NEWS: New macro AC_PROG_MKDIR_P. AS_MKDIR_P is now more robust.
409 * config/install-sh: Don't use 'path' to talk about file names,
410 as per GNU coding standards. Close a race condition reported by Ralf
411 Wildenhues and Stepan Kasal. There is still a race condition
412 on hosts that predate Posix 1003.1-1992, but we can't help this.
413 Don't mishandle weird characters like space on pre-Posix hosts.
414 Invoke mkdir at most once per dir arg on pre-Posix hosts.
415 * doc/autoconf.texi (Programming in M4sh): Cross-reference to
416 AC_PROG_MKDIR_P from AS_MKDIR_P.
417 (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
418 from mkdir. Mention that Autoconf 2.60 install-sh is safe but
419 earlier editions are not (including Automake 1.8.3).
420 Do not suggest mkinstalldirs for thread-safety.
421 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
422 that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
423 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
424 presence of special characters and race conditions.
425 * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
426 in Autoconf's name space.
428 2006-05-10 Bruno Haible <bruno@clisp.org>
429 and Paul Eggert <eggert@cs.ucla.edu>
431 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
432 from Automake with minor changes.
433 * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
435 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
437 * config/install-sh: Update to Automake CVS version, as follows:
438 2006-04-25 Stepan Kasal <kasal@ucw.cz>
439 * lib/install-sh: Simplify the expr implementation of dirname.
440 2006-04-24 Paul Eggert <eggert@cs.ucla.edu>
441 * lib/install-sh: Handle --, and diagnose unknown options.
443 2006-05-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
445 * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
446 `./autom4te' to create `./testsuite', since the `all' target
447 will ensure its presence, but `installcheck' should not create
448 the uninstalled wrappers.
450 * tests/torture.at (Unusual Automake input files): Skip if we
451 detect automake < 1.8.
453 2006-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
455 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
456 is set to `no', then that overrides and sets ac_cv_prog_cc_c89
457 and ac_cv_prog_cc_c99 to `no', for backward compatibility.
460 2006-05-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
462 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
463 munge (multiple) white space and other oddities.
464 * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
465 single quotes in variable assignment.
466 (AC_ARG_VAR, configure invocation): Adjust tests to expose this
467 and similar failures by adding multiple spaces, tabs, and other
469 Report and different test suggested by Francesco Romani
470 <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
472 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
473 single quotes, we only need to search for single quotes; this
474 both simplifies the search pattern, and makes us less
475 susceptible to `echo' variations for arguments not containing
477 (_AC_ARG_VAR_VALIDATE): Likewise.
479 2006-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
481 * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
482 `$*' and IFS concatenation issue with traditional shells and
483 bash-2.04. Report by Seanster@Seanster.com.
485 2006-05-03 Bruno Haible <bruno@clisp.org>
487 * doc/autoconf.texi (Limitations of Usual Tools): Identify more
488 precisely which Mac OS X versions have the od problem.
490 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
492 * doc/autoconf.texi: Use @option systematically.
495 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
496 and Bruno Haible <bruno@clisp.org>
498 * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
500 (Integer Overflow): Mention the special case of integer division
503 2006-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
505 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
506 traditional shells like the Solaris one that do not use the
507 first IFS character for assembling `$*'.
508 Prompted by a related report from autoconf_bug@nro.ca.
510 2006-05-01 Paul Eggert <eggert@cs.ucla.edu>
511 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
513 * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
514 Mention more problems with the -e option.
516 2006-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
519 * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
521 * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
522 in URLs to improve DVI formatted output (requires texinfo 4.6).
523 (System Services, Systemology, Shellology): Likewise.
524 (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
527 * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
529 (Runtime): Fix macro argument names to match description:
530 `action-if-found' -> `action-if-true' and similarly.
531 (Obsolete Macros): Likewise.
532 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
533 (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
534 (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
536 2006-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
538 * doc/autoconf.texi (Limitations of Make): Clean up markup.
541 * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
544 2006-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
546 * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
547 /bin/sh set unsorted output.
548 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
549 * tests/local.at: Likewise.
551 2006-04-26 Paul Eggert <eggert@cs.ucla.edu>
553 * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
554 (Integer Overflow, Null Pointers, Buffer Overruns):
555 (Floating Point Portability, Exiting Portably): New sections.
556 (Writing Test Programs): Fix some langauge. Recommend exiting
557 with status 1, not merely nonzero. Clarify exit declaration.
558 (Run Time): Move C exit status stuff to new Exiting Portably section.
559 (Systemology): Mention Posix and levenez. Update v7 reference.
560 (Portable Shell): Mention the Posix shell.
562 2006-04-25 Stepan Kasal <kasal@ucw.cz>
564 * bin/autoconf.as (me): Replace by as_me.
566 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
568 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
569 since as_me isn't set yet.
571 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
573 Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
574 a few minor bugs in this area.
576 * doc/autoconf.texi (Programming in M4sh): Comment out the
577 documentation of AS_BASENAME, for now.
578 (Shell Substitutions): Do not use AS_DIRNAME in an example.
579 (Limitations of Builtins) <basename>: Do not refer to
581 * bin/autoconf.as (me): Don't use AS_BASENAME.
582 (dir): Remove the unused variable.
583 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
584 AS_DETECT_REQUIRED. All uses changed.
585 (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
587 (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
588 (AS_BASENAME): Use "basename --" to protect against leading "-".
589 (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR. All uses changed.
590 (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED. All uses changed.
591 (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
592 (_AS_DIRNAME_PREPARE): Likewise.
593 (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR. All uses changed.
594 (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED. All uses changed.
595 (AS_DIRNAME): Use "dirname --".
597 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
599 * doc/autoconf.texi (Runtime): Renamed from "Run Time". All uses
600 of "run time" and "run-time" changed to "runtime", for consistency.
601 * lib/autoconf/fortran.m4: Likewise (in comment).
602 * lib/autoconf/functions.m4: Likewise.
603 * lib/autoconf/general.m4: Likewise.
604 * lib/autoconf/headers.m4: Likewise.
606 * doc/autoconf.texi (Run Time): Document the exit status situation
607 with more accuracy and detail.
609 2006-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
611 * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
612 Archive is not officially `GNU' any more. Update URL.
613 (Defining Directories): Likewise
614 * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
616 2006-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
618 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
619 newline from the `trap' code to finish `config.log'; the NetBSD
620 /bin/sh resets the exit status after an empty command, as
621 documented in doc/autoconf.texi.
622 Reported by Dalibor Topic <robilad@kaffe.org>.
624 2006-04-19 Paul Eggert <eggert@cs.ucla.edu>
626 * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
627 Suggested by Bruno Haible.
629 2006-04-18 Paul Eggert <eggert@cs.ucla.edu>
631 * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
632 some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
633 Instead, just list the shells that we know work.
634 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg. All uses
635 changed. Be more cautious about the _cv_ variable.
636 * tests/tools.at (Syntax of the shell scripts): Check the
637 _cv_ variable once, at first, to avoid an internal autoconf error
638 when sh -n does not work.
640 2006-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
642 * lib/Autom4te/FileUtils.pm: Sync from Automake.
644 2006-04-16 Paul Eggert <eggert@cs.ucla.edu>
646 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
647 use ">&-" since we're only 99.999% sure that this is portable,
648 and since the MinGW bug is fixed in a different way.
649 * lib/autotest/general.m4 (AT_INIT): Likewise.
651 2006-04-16 Stepan Kasal <kasal@ucw.cz>
653 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
654 before opening config.log, to avoid hitting a bug on MinGW.
656 2006-04-14 Paul Eggert <eggert@cs.ucla.edu>
658 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
659 AS_MESSAGE_LOG_FD before reopening it onto the log file.
660 This works around a MinGW bug reported by Eric Paire.
661 Make sure that all writes to the log file append to it,
662 rather than possibly losing data.
663 * lib/autotest/general.m4 (AT_INIT): Likewise.
665 2006-04-14 Stepan Kasal <kasal@ucw.cz>
667 * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
670 2006-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
674 * configure.ac (AC_INIT): Bump to 2.59d.
676 2006-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
680 * Makefile.maint (news-date-check): Do not require a leading `*'
681 before the release date in NEWS.
683 2006-04-12 Stepan Kasal <kasal@ucw.cz>
684 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
686 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
687 the instantiated file do not contain the string 'datarootdir'
688 but contain @datadir@, @docdir@, @infodir@, @localedir@, or
689 @mandir@, replace the reference '${datarootdir}' by the value.
690 * tests/torture.at (datarootdir workaround): New test.
691 * NEWS: Advertise this temporary fixup.
692 Based on a patch by Bruno Haible, reported and analyzed by
693 Paul Eggert and Noah Misch.
695 2006-04-12 Eric Blake <ebb9@byu.net>
697 * tests/autotest.at (Debugging a failed test): Fix comment.
699 2006-04-12 Stepan Kasal <kasal@ucw.cz>
701 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
702 all the changes since 2006-04-07.
704 2006-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
706 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
707 succeeded, but `ln -s file dir' failed, take care to remove the
708 leftover target before the next test, to prevent its spurious
709 failure; also make sure `ln file dir' works before selecting it.
710 Thanks to Keith Marshall for pointing this out.
713 * lib/autotest/general.m4 (AT_INIT): Store quoted variable
714 assignments in `at_debug_args', so that we put them correctly
716 * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
717 Reported by Eric Blake.
719 2006-04-11 Eric Blake <ebb9@byu.net>
721 * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
722 top-level tests after micro-suite has been run. Used in...
723 (Debugging a successful test, Debugging script and environment),
724 (Debugging a failed test): ...these new tests. The first of these
726 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
727 macro, split out from...
728 (AT_INIT): ...here, so that using -d also generates a run script.
729 Document that -d inhibits top-level logging.
730 * doc/autoconf.texi (testsuite Invocation): Document that -d only
731 inhibits top-level logging; debug scripts are created.
733 * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
735 * tests/autotest.at (Empty test, Empty check): New test to check it.
737 * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
740 2006-04-10 Stepan Kasal <kasal@ucw.cz>
742 * tests/mktests.sh: Use "trap '' 0", not "trap 0". Do not touch
743 the files if a problem appears. Make the empty *.at files
744 read-only, too. Proposed by Ralf Wildenhues.
746 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
748 * config/Makefile.am: Add comment to force updated Makefile.in.
750 * lib/freeze.mk: Fix typo in comment. Unlike the last, white
751 space only patch to this file, this patch causes the Makefile.in
752 files that include freeze.mk to be updated, and thus have a
753 newer time stamp again, which in turn makes a pristine CVS
754 checkout have correct time stamps.
756 * Makefile.maint (cvs-sv): New macro, to be used..
757 (config.guess-url_prefix, config.sub-url_prefix)
758 (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
759 point to CVS text checkout of Gnulib files.
760 (copyright-check): Bump current year.
761 (announcement): Do not hard-wire `./announce-gen'.
762 (cvs-update): Propagate failures of `cvs' and `move-if-change'
764 * Makefile.cfg (executable-update): Use `chmod a+x' instead of
766 (wget_files): Update config.guess, config.sub, texinfo.tex by
767 `wget-update', now that their URLs work again.
769 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
771 * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
772 Problem noted by Paul D. Smith.
774 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
776 * doc/autoconf.texi: Remove unused words from word list.
777 * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
778 .x-sc_trailing_space: New files.
780 * doc/standards.texi: Sync from gnulib.
782 * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
783 `LIBOBJDIR' as experimental.
785 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
786 with a target directory; it's internally implemented as `cp'
787 anyway, but since Autoconf advertises the possibility to use
788 a target directory when LN_S is `ln -s', we need to find out.
789 Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
790 analyzed by Keith Marshall <keith.marshall@total.com>.
794 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
796 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
797 confdefs.h as-is. In general, if it has backslash-newline or the
798 like, then it doesn't work either to sort or to remove empty
801 2006-04-09 Stepan Kasal <kasal@ucw.cz>
803 * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
805 2006-04-09 Alexandre Duret-Lutz <adl@gnu.org>
807 * lib/autom4te.in (Automake-preselections): Preselect
810 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
812 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
813 apostrophe within a single-quoted string, as this is the usual
814 tradition and is easier to read than '"'"'. Don't rely on the
815 shell treating "$/" like '$/'. Use a more-consistent indenting
818 2006-04-09 Eric Blake <ebb9@byu.net>
820 * tests/autotest.at (Backquote command substitution),
821 (Multiline backquote command substitution): Remove mistaken
822 AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
824 (Parenthetical command substitution, Multiline parenthetical
825 command substitution): here.
827 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
829 Import macros from gnulib (often changing their name).
831 * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
832 New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
833 AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
834 AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
835 AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
836 AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
837 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
838 AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
839 AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
840 AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
841 The manual mentions Gnulib more prominently.
842 * doc/autoconf.texi (Gnulib): New node.
843 (Pointers): Add Gnulib URL.
844 (Particular Functions): Alphabetize. Add AC_FUNC_STRTOLD.
845 (Generic Functions): Add AC_CHECK_FUNCS_ONCE. Refer to new
847 (Particular Headers): Add AC_HEADER_ASSERT. For stdbool.h,
848 suggest a #define rather than a typedef for _Bool, and mention
849 Gnulib rather than trying to substitute stdbool code.
850 (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
851 (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
852 (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
853 AC_STRUCT_DIRENT_D_TYPE.
854 (Particular Types): Mention stdint.h and inttypes.h as standard
856 Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
857 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
858 AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
859 AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
860 AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
861 (C Compiler): Move AC_C_LONG_DOUBLE to ...
862 (Obsolete Macros): here. Under AC_LONG_DOUBLE, mention
863 AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
864 (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
865 (Coding Style). Don't mention m4_expand_once.
866 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
867 AC_TYPE_LONG_DOUBLE_WIDER. Now obsolete.
868 * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
869 (AC_CHECK_FUNCS): Use it.
870 (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
871 (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
872 * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
873 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
874 (AC_HEADER_ASSERT): New macro.
875 (AC_HEADER_STDBOOL): Don't assume "#error" works.
876 Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
877 Catch a bug in an HP-UX C compiler.
878 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
879 * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
880 (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
881 (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
882 (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
883 (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
886 * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
887 use /^foo|bar$/, it does not mean /^(foo|bar)$/.
889 2006-04-08 Stepan Kasal <kasal@ucw.cz>
891 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
892 of the warning introduced by the 2001-08-28 change.
894 2006-04-08 Stepan Kasal <kasal@ucw.cz>,
895 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
897 * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
898 variables shall be overriden by the cache.
899 * tests/torture.at (AC_ARG_VAR): Test also with a first value
900 that contains braces.
902 2006-04-07 Stepan Kasal <kasal@ucw.cz>
904 Revert the patch from 2006-04-01 and only improve
905 _AS_DETECT_BETTER_SHELL:
907 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
908 skip nonexistent directories.
909 (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
910 only shell candidates which exist.
911 (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
912 * lib/autotest/general.m4 (AT_INIT): No need to give three
913 parameters to _AS_PATH_WALK.
915 2006-04-07 Stepan Kasal <kasal@ucw.cz>,
916 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
918 * bin/autoupdate.in (handle_autoconf_patches): Change the way we
919 distinguish m4sugar macros.
920 * tests/tools.at (autoupdating with aclocal and m4_include):
921 New test. Bug reported by Gary V. Vaughan <gary@gnu.org>,
922 test case by Noah Misch <noah@cs.caltech.edu>.
924 2006-04-07 Stepan Kasal <kasal@ucw.cz>
926 Revert my change from 2006-03-17, in other words:
927 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
929 (AS_SHELL_SANITIZE): Remove DUALCASE=1.
930 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
933 2006-04-07 Eric Blake <ebb9@byu.net>
935 * doc/autoconf.texi (Programming in M4sh): Document that
936 AS_MKDIR_P exits the script on failure.
937 * lib/autotest/general.m4: Remove redundant AS_ERROR.
939 2006-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
941 * config/elisp-comp, config/install-sh, config/mdate-sh,
942 config/missing, config/mkinstalldirs: Sync from Automake.
944 * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
947 * doc/make-stds.texi: Sync from gnulib.
949 2006-04-06 Eric Blake <ebb9@byu.net>
951 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
952 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
955 2006-04-06 Stepan Kasal <kasal@ucw.cz>,
956 Eric Blake <ebb9@byu.net>,
957 Paul Eggert <eggert@cs.ucla.edu>,
958 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
960 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
961 whether `set' quotes correctly: redirect stderr of the tested
962 `set', and use a subshell, for Ultrix; use `sed' instead of
963 `grep' for zsh `set' which may write binary output; match only
964 at the beginning of a line, to avoid false positives.
965 In order to avoid false positives by unrelated variables with
966 multiline content, put the dump algorithm in a subshell and
967 unset all variables containing newlines (except some which are
968 special to the shell). Warn about cache variables that are
971 2006-04-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
973 * config/config.guess, config/config.sub, config/texinfo.tex:
976 * tests/mktests.sh: Reword comments.
978 * tests/mktests.sh: Only skip internal macros starting with
979 `_AC_' or `__AC_'. Noted by Stepan Kasal.
980 Update exclusion lists for the test suite to this end:
981 (AC_ARG_VAR): Do test this now.
982 (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
983 (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
984 (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
985 (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
987 * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
988 shell issue with double-quoted command substitutions of native
990 Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
993 * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
994 no file matches the glob, discard the warning, set `nullglob'.
995 (syntax-check): Likewise.
996 (sc_cast_of_x_alloc_return_value): Likewise.
997 (sc_cast_of_alloca_return_value, sc_error_exit_success)
998 (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
999 (m4-check): Likewise.
1000 (sc_system_h_headers): Do not print rule on execution.
1001 (sc_tight_scope): Do not fail for non-existing `src' directory.
1002 (sc_changelog): Skip the Copyright footer.
1003 * lib/autoconf/lang.m4: Remove trailing space.
1005 * lib/autoconf/status.m4: More replacements to
1006 <tab><space> where this makes sense.
1008 2006-04-06 Stepan Kasal <kasal@ucw.cz>
1010 * tests/Makefile.am (maintainer-check-posix):
1011 s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1013 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1014 ac_config_<foo>s again, sometimes normalized, sometimes not.
1015 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1016 (AC_CONFIG_COMMANDS): Do not do so here.
1017 (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1018 and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1019 2005-07-25 rewrite. Noticed by Noah Misch.
1021 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1022 _AC_PRESERVE_HELP_ORDER, ...
1023 (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1025 * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1026 inside m4_expand_once; it is redundant.
1028 * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1029 for --help from Cygnus `configure.'
1031 2006-04-06 Paul Eggert <eggert@cs.ucla.edu>
1033 * doc/autoconf.texi (C Compiler): Warn about #error. Follows up
1034 on a patch proposed by Ralf Wildenhues.
1036 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
1038 * lib/autoconf/status.m4: Replace <space>''<tab> with
1039 <tab><space> where this makes sense.
1041 2006-04-05 Howard Chu <hyc@highlandsun.com> (trivial change)
1042 Noah Misch <noah@cs.caltech.edu>
1044 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1045 (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1046 * doc/autoconf.texi (Help Formatting): New node.
1047 * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1049 2006-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1051 * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1052 lib/autoconf/specific.m4, lib/autoconf/status.m4,
1053 lib/autoconf/types.m4, lib/autotest/general.m4,
1054 tests/mktests.sh, tests/torture.at: White space cleanup:
1055 remove some SPACE before TAB, or add quoting ('' or @&t@).
1057 * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1059 * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1061 2006-04-05 Eric Blake <ebb9@byu.net>
1063 * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1064 empty test suite works.
1065 * tests/autotest.at (Empty test suite): Remove xfail.
1067 2006-04-05 Noah Misch <noah@cs.caltech.edu>
1069 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1070 TAGS to ac_config_<foo>s.
1071 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1072 (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1073 normalizing it, consistent it with previous releases.
1074 * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1076 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
1078 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1079 Use simplified args that Eric Blake originally suggested.
1081 2006-04-04 Paul Eggert <eggert@cs.ucla.edu>
1083 * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1084 Prefer 'sort -u' to 'sort | uniq'. Filter data before sorting it.
1085 Use 'comm' rather than N instances of grep; this also fixes a bug
1086 whereby substrings were incorrectly matched, causing us to not
1087 generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1088 (exclude_list): Exclude empty macros.
1089 (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1091 Use awk rather than grep -E or egrep, to avoid
1092 portability problems with regular expressions containing newlines.
1093 (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1094 Switch from grep to awk syntax.
1095 (ac_exclude_script): Renamed from ac_exclude_egrep.
1096 (au_exclude_script): Renamed from au_exclude_egrep.
1098 2006-04-04 Noah Misch <noah@cs.caltech.edu>
1100 * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1101 a subdirectory subject to Cygnus `configure'.
1102 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1104 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1105 report request when we have no AC_PACKAGE_BUGREPORT.
1107 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1111 * tests/mktests.sh: Update copyright year in the header of the
1114 * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1115 (AC_C_RESTRICT): Likewise. Furthermore, add a function with a
1116 typedef'ed restricted pointer, to catch a compiler bug on
1117 HP-UX 11.x, and fix warnings so it passes with -Werror.
1118 (_AC_PROG_CC_C99): Likewise.
1119 Reported by Albert Chin <china@thewrittenword.com>.
1120 * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1122 2006-04-03 Noah Misch <noah@cs.caltech.edu>
1124 * bin/autoscan.in (subdirs): New global.
1125 (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1126 (output): Emit AC_CONFIG_SUBDIRS as needed.
1127 * tests/autoscan.at (autoscan): Remove XFAIL.
1129 2006-04-03 Noah Misch <noah@cs.caltech.edu>
1131 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1133 2006-04-03 Eric Blake <ebb9@byu.net>
1135 * THANKS: Add myself.
1137 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1139 * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1140 to log, point to testsuite output tree.
1142 2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
1144 * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1145 * doc/autoconf.texi (Function Portability): Mention that C++
1146 has trouble with 'exit'.
1147 (Guidelines): Test programs shouldn't use 'exit'.
1148 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1149 Remove; all uses removed.
1150 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1151 Return from 'main' instead of calling 'exit'.
1152 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1153 (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1154 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1155 (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1156 (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1157 (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1158 (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1159 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1160 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1161 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1162 * tests/compile.at: Likewise.
1164 2006-04-02 Pavel Roskin <proski@gnu.org>
1166 * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1168 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1170 Clean up _AC_COMPILER_EXEEXT* macros.
1172 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1173 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1174 ac_file to the name of the default output file and call
1175 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
1176 initial `rm' of the candidate files...
1177 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
1178 the same list in subsequent `rm' calls, and for the temporary
1179 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1180 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1181 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1182 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1183 no longer needed) by libtool. Make it a cache check.
1184 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1185 copied here by mistake.
1186 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1187 _AC_COMPILER_EXEEXT.
1188 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1189 _AC_COMPILER_OBJEXT directly.
1190 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1192 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1194 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1195 (AS_DIRNAME): Use it.
1196 (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1198 * tests/*.at: Remove the generated ones.
1200 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1202 * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1204 2006-04-01 Eric Blake <ebb9@byu.net>
1206 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1207 directories, unless optional third argument supplied.
1208 (AS_UNAME): Don't optimize PATH walk.
1210 * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1212 2006-04-01 Eric Blake <ebb9@byu.net>
1213 and Stepan Kasal <kasal@ucw.cz>
1215 * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1218 2006-04-01 Noah Misch <noah@cs.caltech.edu>
1220 * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1221 Autoconf version number despite a zero- or one-argument AC_INIT.
1223 * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1225 * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1226 * doc/autoconf.texi (autoreconf Invocation): Document it.
1228 * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1229 Append LocalWords so ispell-buffer passes cleanly. Spelling fixes.
1231 2006-04-01 Eric Blake <ebb9@byu.net>
1233 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1234 * lib/autotest/general.m4: Be tolerant of existing directory when
1235 rm failed to remove it.
1237 2006-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1239 * bin/autoupdate.in: Redefine m4_location so that warnings print
1240 the correct lines of the input file by subtracting..
1241 (_au__first_line): ..this new definition.
1243 * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1244 AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1245 Remove stray newline in output.
1246 (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1247 AC_DEFUN this for autoconf, including the obsoletion diagnose.
1248 Fixes autoupdating of code where the replacement output contains
1250 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1251 * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1252 (au_exclude_list): Add AC_LANG_SAVE.
1253 * tests/tools.at: Several new tests for all of this.
1254 * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1256 The AC_LANG_SAVE issue was reported against Libtool by
1257 Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1258 Kristian Kvilekval <kris@cs.ucsb.edu>.
1260 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1262 * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1263 switch all of them on and of when necessary. Fixes the bug when
1264 m4sugar macros (e.g., m4_define) were expanded after the first
1265 automatic update (e.g., after AC_PREREQ or AC_INIT).
1267 2006-03-31 Paul Eggert <eggert@cs.ucla.edu>
1269 * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1270 of AS_BASENAME and AS_DIRNAME. Reported by Stepan Kasal.
1272 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1273 correctly. Problem reported by Eric Blake.
1274 (_AS_EXPR_PREPARE): Detect Tru64 expr bug. Problem reported by
1277 2006-03-30 Paul Eggert <eggert@cs.ucla.edu>
1279 * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1280 Tighten up the basename/dirname wording.
1282 2006-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1284 * Makefile.maint (sc_texi_notab): New check: do not use TABs
1285 in texinfo files outside of verbatim environments.
1286 (syntax-check-rules): Update.
1287 * doc/autoconf.texi (Configuration Headers): Conform to it.
1289 2006-03-30 Chris Pickett <cpicke@cs.mcgill.ca> (tiny change)
1291 * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1292 aclocal cannot be given on the command line.
1294 2006-03-29 Paul Eggert <eggert@cs.ucla.edu>
1296 * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1297 Give an example for AS_DIRNAME instead of referring to Posix..
1298 (File System Conventions): Put discussion of // versus / here, and
1300 (Limitations of Usual Tools): Add basename. Remove verbiage
1301 after dirname, since it got moved to the above sections.
1302 All this was inspired by a patch proposed earlier by Eric Blake.
1304 2006-03-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1306 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1307 `$0' to protect against spaces.
1308 * lib/autotest/general.m4 (AT_INIT): Likewise.
1309 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1312 2006-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1314 * bin/autoscan.in: The value of find_configure_ac should be
1315 checked for existence, so we don't barf over a nonexisting
1316 configure.ac. Reported by Laurence Darby <ldarby@tuffmail.com>.
1318 2006-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1320 * bin/autoupdate.in: Fix some typos.
1322 2006-03-21 Stepan Kasal <kasal@ucw.cz>
1324 * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1326 * lib/autoscan/autoscan.list: Refreshed.
1328 2006-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1330 * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1331 and Erlang related variables.
1333 * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1334 (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1335 (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1336 (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1337 (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1338 (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1339 (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1340 (_AC_PROG_OBJC_G): New macros.
1341 (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1342 * doc/autoconf.texi (Objective C Compiler): New node.
1343 (Preset Output Variables): Document OBJCFLAGS.
1344 (Language Choice): Document `Objective C' language.
1345 (Fortran Compiler): Fix typo.
1347 Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1349 2006-03-20 Stepan Kasal <kasal@ucw.cz>
1351 * doc/autoconf.texi (Default Includes): Fix typo
1352 s/AC_HEADERS_STDC/AC_HEADER_STDC/
1353 (Limitations of Usual Tools): s/unwriteable/unwritable/
1354 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1355 Fix typos in the comments.
1357 2006-03-17 Stepan Kasal <kasal@ucw.cz>
1359 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1360 Factor out the warning to...
1361 (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1362 * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1363 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1365 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1366 case `ac_delim' when writing the sed script.
1368 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1369 moved DUALCASE=1 ...
1370 (AS_SHELL_SANITIZE): ... here.
1371 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1374 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1376 (_AC_PATH_PROG): Store the result to VARIABLE.
1377 (AC_PATH_PROG): No need to set VARIABLE again.
1379 * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1380 the first one is usual AT_CHECK_MACRO test, the second one checks
1381 that the same works when cross-compiling.
1382 * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1383 (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1385 2006-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1387 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1388 the directory `/usr/bin/posix' in the shell search, to prefer
1389 the Posix shell not only in subsequent spawns as with `$BIN_SH'
1392 * doc/autoconf.texi (contents): To fix texi2html output, hide
1393 `@setcontentsaftertitlepage' for HTML.
1394 (Writing Autoconf Macros): Likewise, insert space after `@c'.
1395 (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1398 2006-03-16 Stepan Kasal <kasal@ucw.cz>
1400 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1402 (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1403 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1404 why IFS is restored so late; thank you, Ralf, for reminding us.
1406 2006-03-15 Stepan Kasal <kasal@ucw.cz>
1408 * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1409 variables in the examples.
1411 2006-03-14 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1413 * doc/autoconf.texi (several sections): Cleaned up documentation for
1414 macros in erlang.m4.
1416 2006-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1418 * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1419 failure condition for `$(cmd)' style command substitutions.
1420 (Parenthetical command substition, Multiline parenthetical
1421 command substition): Use it.
1423 * doc/autoconf.texi (Special Shell Variables): Missing word.
1424 Reported by Keith Marshall <keith.marshall@total.com>.
1426 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1427 IFS even in case of empty `$PATH'.
1429 2006-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1431 * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1432 `expr' away if there is nothing to do.
1433 < --keywords >: Simplify and robustify argument handling.
1434 Revert erroneous comment from 2005-08-23. Extend to allow
1435 keyword negation with `!'.
1436 Update help message. Remove broken code to prevent running
1437 tests multiple times.
1438 * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1439 Update and fix the documentation accordingly.
1440 * tests/autotest.at (Keywords): Renamed to..
1441 (Keywords and ranges): .. this. Extended to make sure negated
1442 keywords, keywords taken from AT_SETUP arguments, and numeric
1443 test ranges work, and that matching is case-insensitive.
1445 2006-03-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1447 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1448 allow to pass unnamed structs even in C++.
1449 (AC_CHECK_SIZEOF): Likewise.
1450 Also fix quoting error in `AC_MSG_FAILURE' arguments.
1451 * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1452 struct): New tests for unnamed structs, each both native and
1455 * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1456 a structure inside a cast, for C++ conformance.
1457 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1458 Also fix quoting error in `AC_MSG_FAILURE' arguments.
1460 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1461 nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1462 trying to execute the command `no'.
1464 * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1465 m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1468 * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1469 example. Do not emphasize `$%', it is hardly new and special.
1470 Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1472 * doc/autoconf.texi (Limitations of Usual Tools): Document
1473 OpenBSD and traditional `grep' failure to handle multiple
1474 patterns separated by newlines.
1476 2006-03-10 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1478 * doc/autoconf.texi (several sections): Add documentation for macros
1481 2006-03-10 Eric Blake <ebb9@byu.net>
1483 * doc/autoconf.texi (Obsolete Macros): Fix wording of
1486 2006-03-10 Paul Eggert <eggert@cs.ucla.edu>
1488 * doc/autoconf.texi: Use @acronym more consistently for acronyms
1489 like BSD, GPL, LGPL. Fix minor English typos.
1490 (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1491 Mention that these macros are becoming obsolete.
1492 (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1493 Use more modern terminology for which standard is what.
1494 (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1496 (AC_PROG_CXX): Likewise.
1497 (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1498 Remove obsolete discussion about how to port to K&R.
1499 (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1500 the obsolescent AC_HEADER_STDC.
1501 (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1504 2006-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1506 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1507 Remove stdin redirection from /dev/null to allow pipe to work.
1509 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
1511 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1512 Require that /lib/cpp include stdio.h correctly. Solaris 10's
1513 doesn't. Problem reported by D'Arcy A MacIsaac and diagnosed by
1516 2006-03-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1518 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1519 HP-UX sed is 99 commands, not 100.
1520 (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1521 _AC_SUBST_FILES fragment. Separate `{' and `r' commands by
1522 newline for portability.
1523 * tests/torture.at (Torturing config.status): Also test 100
1524 AC_SUBST_FILE invocations. Fix test to actually verify the
1525 AC_CONFIG_FILES output.
1526 * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1527 command, label, and read-file `r' limits. Unify HP-UX spelling.
1529 * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1531 ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1533 (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1534 * tests/mktests.sh: Small shell portability fixes.
1536 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1538 * doc/autoconf.texi (Caching Results): Fix the examples to use a
1539 recommended quoting style and discard unwanted output.
1541 2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
1543 * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
1544 (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
1545 cases, and to work around Tru64 expr bug.
1547 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1549 * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
1550 expr bug that turns the result of a regex match into a number if
1553 2006-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1555 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
1556 HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
1557 in section `Specific Compiler Characteristics'.
1559 2006-03-04 Eric Blake <ebb9@byu.net>
1561 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
1564 2006-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1566 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
1567 order of variable initialization, so even the Solaris 2.6 shell
1568 can create a config header correctly. Fixes lots of test suite
1571 2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1573 * doc/autoconf.texi (Text processing Macros): New node to
1574 document the m4sugar macros m4_re_escape, m4_tolower,
1575 m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
1577 2006-02-22 Paul Eggert <eggert@cs.ucla.edu>
1579 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
1580 XrmInitialize (0) -> XrmInitialize ().
1581 Reported by Toshio Kuratomi.
1583 2006-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1585 * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
1586 test, as in `if tests; then cmd1; elif ...; else ...; fi'.
1587 * doc/autoconf.texi (Programming in M4sh): Adjusted.
1588 * tests/m4sh.at (AS_IF and AS_CASE): Test this. Also make sure
1589 both macros are defun'ed so that required macros are evaluated
1592 * doc/autoconf.texi (Prerequisite Macros): State more precisely
1593 where a required macro will be expanded.
1594 (Coding Style): Another reason not to use `m4_define'.
1596 2006-02-21 Eric Blake <ebb9@byu.net>
1598 * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
1600 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1602 * doc/autoconf.texi (Looping constructs): New node, to
1603 document m4_for, m4_foreach, m4_foreach_w, and mention
1604 obsolete AC_FOREACH.
1605 (Obsolete Macros): Document AC_FOREACH.
1606 * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
1607 (m4_for): Fix to never loop (almost) endlessly, work correctly
1608 with arithmetic expressions in arguments, a step of zero or
1609 non-integer multiple of the interval, and avoid integer
1611 * tests/m4sugar.at: New test for m4_for, m4_foreach, and
1614 2006-02-20 Romain Lenglet <rlenglet@users.forge.objectweb.org>
1616 Add basic support for Erlang, both for configuring Erlang/OTP
1617 tools, and Erlang as a conf test language.
1618 * lib/autoconf/erlang.m4: New file.
1619 * lib/autoconf/autoconf.m4: Add erlang.m4.
1620 * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
1621 * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
1622 * NEWS: Add short description of new macros.
1623 * THANKS: Add Romain Lenglet.
1625 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627 * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
1628 native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
1630 2006-02-15 Eric Blake <ebb9@byu.net>
1632 * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
1635 2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1637 * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
1638 (_AS_CASE): Private helper macro.
1639 * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
1640 * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
1641 Fix syntax of AS_IF description
1642 (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
1643 for the AC_REQUIRE mess.
1644 * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
1647 2006-02-14 Paul Eggert <eggert@cs.ucla.edu>
1649 * doc/autoconf.texi: Minor style cleanup.
1650 Be consistent about spaces after commas.
1651 Insert [] where empty args look a bit funny.
1652 Fix some "i.e." and "e.g." usages.
1653 Try to avoid "X/Y" usages.
1654 Don't be pedantic about "ISO C99"; just say C99.
1655 Prefer GNU style for spaces in front of parens.
1656 (Function Portability): Comment about C89 versus C99
1657 signed integer division.
1658 (Particular Headers): Use current gnulib style for dirent
1661 2006-02-14 Stepan Kasal <kasal@ucw.cz>
1662 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1664 * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
1665 macros without parameters.
1666 * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
1667 * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
1668 * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
1670 (autoupdate): Updated to match AU_ALIAS fix.
1672 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1673 and Paul Eggert <eggert@cs.ucla.edu>
1675 * doc/autoconf.texi (Programming in M4sh): Document
1676 AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
1678 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1680 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
1681 (AS_BOURNE_COMPATIBLE): ..this.
1682 (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
1684 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
1686 * doc/install.texi (Defining Variables): Tighten up the
1687 CONFIG_SHELL wording.
1689 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
1690 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1692 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
1693 of (set -o) rather than testing whether (set -o posix) succeeds,
1694 to work around a bug in the AIX 5.3 shell. Problem originally
1695 reportd by Howard Chu for libtool.
1697 2006-02-10 J.T. Conklin <jtc@acorntoolworks.com>
1699 * doc/autoconf.texi (Running the Compiler, Running the Linker):
1700 Changes the macro arguments in summaries to match the
1703 2006-02-04 Stepan Kasal <kasal@ucw.cz>
1705 * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
1706 hint as ``a workaround for a bug.''
1708 2006-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1710 * bin/autoreconf.in: New option `--no-recursive'.
1711 Improve wording for subpackages a bit.
1712 * doc/autoconf.texi (autoreconf Invocation): Updated.
1715 * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
1716 in environment of `configure', not the command line.
1717 Reported by Howard Chu <hyc@highlandsun.com>.
1719 2006-01-25 Paul Eggert <eggert@cs.ucla.edu>
1721 * doc/autoconf.texi (Limitations of Builtins): Document the
1722 problem with "trap -".
1724 2006-01-23 Steven G. Johnson <stevenj@fftw.org>
1726 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
1727 (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
1728 messages to differentiate Fortran and Fortran 77 tests.
1729 (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
1730 AC_LANG_ASSERT, to allow use in mixed-language projects.
1732 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
1734 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
1735 FOO" to "defined (FOO)".
1736 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
1737 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
1738 * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
1739 * tests/tools.at (ifnames): Likewise.
1741 2006-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1743 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
1744 * lib/Autom4te/General.pm (mktmpdir): Likewise.
1745 (END): Improve error message a bit.
1746 Reported by Bruce Korb <bkorb@gnu.org>.
1748 2006-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1750 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1751 `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
1753 2006-01-11 Stepan Kasal <kasal@ucw.cz>
1755 * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
1756 requires sys/stream.h. Reported by Oliver Kiddle.
1758 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1759 Stepan Kasal <kasal@ucw.cz>
1761 * lib/autotest/general.m4 (AT_INIT): When ensuring writability
1762 before the removals of test dirs, use `find' to avoid modification
1763 of symlinked directories.
1765 2006-01-11 Steven G. Johnson <stevenj@alum.mit.edu>
1767 * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
1768 Don't ignore the macro arguments.
1770 2006-01-11 David Thompson <dthompsn@vizsolutions.com>
1772 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
1773 declaration that works for MSVC.
1775 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1777 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
1778 Add `*.map' and `.inf' for Green Hills compiler.
1779 Reported by Stefan Seefeld <stefan@codesourcery.com>.
1781 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
1782 correctly: pad with spaces after FIRST_PREFIX if necessary,
1783 and compute string lenghts with `m4_qlen' instead of `m4_len'.
1784 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
1785 * tests/m4sh.at (AS_HELP_STRING): Test extended.
1787 Reported by numerous people, numerous times.
1789 2006-01-05 Paul Eggert <eggert@cs.ucla.edu>
1791 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
1792 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
1793 * lib/autoconf/general.m4, lib/autoconf/status.m4:
1794 * lib/autotest/general.m4, tests/local.at:
1795 Update copyright year to 2006.
1797 * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
1799 * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
1800 for file names, again. Reported by Noah Misch.
1801 (Coding Style): Explain that s|a|b| is preferred for file names.
1802 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
1803 (AC_OUTPUT_MAKE_DEFS): Likewise.
1804 * lib/autotest/general.m4 (AT_INIT): Likewise.
1805 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
1806 * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
1808 Fix Posix-conformance bugs re use of { command in sed scripts,
1809 and improve the sed-related documentation a bit.
1810 * doc/autoconf.texi (Installation Directory Variables): Use
1811 our own style advice re 's,a,b,' versus 's|a|b|'. Use "Sed"
1812 rather than "sed" when talking about Sed in general.
1813 (Particular Programs): Likewise.
1814 (Coding Style): y is like s with respect to / and ,.
1815 (Limitations of Usual Tools): Document the weird restrictions
1816 that Posix has about { }. Use better quoting.
1817 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
1818 Rewrite to conform to Posix rules about { } in sed scripts.
1819 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
1820 * tests/foreign.at (Libtool): Likewise.
1821 * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
1822 Use our own style advice re 's,a,b,' versus 's|a|b|'.
1824 2006-01-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1826 * lib/autoconf/status.m4: Fix typo.
1828 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
1829 singly- or doubly-quoted arguments to `-cmdline', `-ignore',
1830 `-def', for the benefit of Portland `pgf90 -Mipa'.
1831 Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
1833 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
1835 * doc/autoconf.texi: Update copyright (and other) dates to 2006.
1836 * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
1837 shell from zsh to bash.
1839 2005-12-31 Stepan Kasal <kasal@ucw.cz>
1841 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
1842 ":" caused problems on OS/2-EMX. Suggested by Andrew Belov.
1844 2005-12-29 Paul Eggert <eggert@cs.ucla.edu>
1846 * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
1847 parentheses in $(...). Problem reported by Eric Blake.
1849 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
1851 * doc/autoconf.texi (Limitations of Usual Tools):
1852 Mention which characters can be escaped with \ in portable regular
1853 expressions used in grep, sed, expr. Mention the leading ^ problem
1854 with expr. Clean up some confusing wording. Mention which
1855 grep options are portable.
1857 2005-12-09 Stepan Kasal <kasal@ucw.cz>
1859 * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
1861 2005-12-02 Paul Eggert <eggert@cs.ucla.edu>
1863 * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
1864 patch, noted by Ralf Wildenhues.
1866 2005-12-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1868 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
1869 posix' unconditionally, for pdksh in `native sh' emulation.
1871 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
1873 * doc/autoconf.texi (Shellology): Document eval $? problem
1875 (Limitations of Builtins): Likewise.
1877 2005-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1879 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
1880 CONFIG_SHELL in the environment of the configure rerun.
1881 * doc/autoconf.texi (Here-Documents, config.status Invocation):
1882 Suggest passing CONFIG_SHELL absolute, and in the environment
1883 rather than as option.
1885 2005-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1887 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1888 Fix quoting of output line (triggered for many AC_SUBST_FILEs).
1889 Fix macro quoting. Fix output for n * 98 substituted variables.
1891 2005-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1893 * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
1894 `tmp' to avoid file removal race.
1896 2005-11-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1898 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
1899 ac_clean_files and LIBOBJS.
1901 2005-11-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1903 * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
1904 Factor functionality to..
1905 (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
1906 `AC_SUBST($1)' in the public version.
1907 (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
1908 (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
1911 2005-11-01 Stepan Kasal <kasal@ucw.cz>
1913 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
1916 2005-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1918 * NEWS: Move AH_HEADER mention to right place.
1920 2005-10-27 Stepan Kasal <kasal@ucw.cz>
1922 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
1923 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1925 2005-10-25 Stepan Kasal <kasal@ucw.cz>
1927 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
1928 conftst2.$ac_objext.
1929 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1931 2005-10-24 Stepan Kasal <kasal@ucw.cz>
1933 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
1934 conftest.o, to see whether the compiler really obeys; rm the object
1935 file before and after the test and register it with ac_clean_files.
1936 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
1938 2005-10-21 Stepan Kasal <kasal@ucw.cz>
1940 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
1941 the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
1942 code so that the most common case requires less forks.
1944 2005-10-20 Stepan Kasal <kasal@ucw.cz>
1946 * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
1947 not portable; thanks to Paul Eggert and Alexandre.
1949 * NEWS: Fix an old typo.
1951 2005-10-20 Jim Meyering <jim@meyering.net>
1953 * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
1954 the latter'', in two places.
1956 2005-10-19 Paul Eggert <eggert@cs.ucla.edu>
1958 * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
1959 AC_LANG_PROGRAM, fixing a typo. Don't give details about
1960 the inner workings of AC_LANG_FUNC_LINK_TRY.
1961 * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
1962 AC_LANG_FUNC_LINK_TRY. This involves returning the value returned
1963 by the function rather than ignoring it.
1964 (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
1965 comparing its address. Intel's interprocedural optimization was
1966 outsmarting the old heuristic. Problem reported by
1969 2005-10-19 Stepan Kasal <kasal@ucw.cz>
1971 * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
1973 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
1975 * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
1976 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
1978 2005-10-04 Stepan Kasal <kasal@ucw.cz>
1980 * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
1981 before removing it (chmod -R u+rwx); there are three instances of this.
1983 2005-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1984 Stepan Kasal <kasal@ucw.cz>
1986 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
1987 * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
1988 make its content writable before removing it. Remove an errorneous
1989 comment from the end, where the logs of the failed tests are copied
1990 to the main log file.
1992 2005-09-27 Stepan Kasal <kasal@ucw.cz>
1994 * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
1995 in case the computer is too quick. Double quote the configure.ac
1998 * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
1999 problems if the testsuite were running too fast.
2001 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
2003 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2004 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2005 (which belong to Xt, not X itself). See Debian bug 327655.
2006 * NEWS: Mention this.
2008 2005-09-07 Stepan Kasal <kasal@ucw.cz>
2010 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2012 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2014 * config/move-if-change: Don't output "$2 is unchanged";
2015 suggested by Ben Elliston. Handle weird characters correctly.
2017 2005-09-06 Stepan Kasal <kasal@ucw.cz>
2019 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2020 calls, so that the final expansion of this macro is shorter.
2021 Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2022 Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2023 the cleanup there. Use AS_VAR_* macros, to be more general.
2024 * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2026 * lib/autoconf/general.m4: Use AS_IF where appropriate.
2028 * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2030 2005-09-01 Stepan Kasal <kasal@ucw.cz>
2032 * doc/autoconf.texi (Configuration Headers): Add an index entry
2035 2005-08-26 Pavel Roskin <proski@gnu.org>
2037 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2038 XMKMF to locate xmkmf. Make XMKMF precious. Export CC when
2041 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
2043 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2044 The previous patch didn't work, so try a better one.
2046 2005-08-26 Stepan Kasal <kasal@ucw.cz>
2048 * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2049 in the example. Reported by Bruno Haible.
2050 <AS_TR_SH>: Likewise. Also modify the example to be more convincing:
2051 "if $undefined_var;" succeeds with my shell.
2053 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2054 AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2055 but change the m4_divert_text to m4_divert_once.
2057 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
2059 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2060 Work around bug in Solaris /usr/xpg4/bin/awk.
2061 The bug is present in at least Solaris 8 through 10.
2063 2005-08-24 Stepan Kasal <kasal@ucw.cz>
2065 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2066 some evil values and relying on the fact that $* concatenates the
2067 parameters by the first character from IFS.
2069 2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
2070 Stepan Kasal <kasal@ucw.cz>
2072 * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2073 first header appears, define AH_HEADER.
2074 * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2075 Update limitations about when to call AC_CONFIG_HEADERS.
2076 (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2077 parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2078 that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2079 ``Configuration Actions''; fix their index entries.
2081 * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2082 options correctly. Process N-M as M-N if M is smaller than N.
2083 Process ranges correctly so that N-N will run only N.
2084 Sort and uniquify the tests that will be run. If there is more
2085 than one test, reinsert the banners for the tests.
2086 * tests/autotest.at (Keywords): Unmark XFAIL.
2088 2005-08-23 Stepan Kasal <kasal@ucw.cz>
2090 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2091 before passing the macro name to AH_TEMPLATE.
2093 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2094 now opens log after option processing; in particular, --version
2095 and --help do not touch config.log.
2097 * Makefile.maint: Revert the change from 2005-08-12.
2099 2005-08-22 Stepan Kasal <kasal@ucw.cz>
2101 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2103 (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2105 2005-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2107 * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2108 (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2111 * doc/autoconf.texi (Defining Symbols, Changed Results):
2112 Prepend to LIBS, not append, in examples.
2114 2005-08-16 Stepan Kasal <kasal@ucw.cz>
2116 When building in place, set srcdir="."; suggested by Tim Van Holder.
2118 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2119 build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2120 (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2121 * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2122 does not mean "no --srcdir option".
2124 2005-08-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2126 * tests/autoscan.at (autoscan): New file.
2127 * tests/suite.at: Use it.
2128 * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2129 Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2131 * tests/autotest.at (Keywords): Test keywords combinations.
2133 2005-08-12 Stepan Kasal <kasal@ucw.cz>
2135 * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2136 add "2>&1"; gzip 1.2.4 prints help on stderr.
2138 2005-07-27 Stepan Kasal <kasal@ucw.cz>
2140 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2141 was pushdef'ed twice while popped only once. Push it only once.
2142 (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2144 2005-07-26 Stepan Kasal <kasal@ucw.cz>
2146 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2147 prefixed by mere "===", not "configure: === ".
2149 2005-07-25 Paul Eggert <eggert@cs.ucla.edu>
2151 * Makefile.maint: Update from Bison.
2153 * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2154 "<tab>" in comment, so that the point is understandable.
2156 2005-07-25 Stepan Kasal <kasal@ucw.cz>
2158 Rewrite substantial part of lib/autoconf/status.m4.
2159 The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2160 and CONFIG_COMMANDS are not processed in four separate loops.
2161 Instead, there is one main loop. This alows that the common code
2162 is expanded only once, thus config.status (and configure) is smaller.
2164 The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2165 the AC_LIST_FILES and cousins macros are no longer used.
2167 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2168 _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2169 (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2170 _AC_OUTPUT_COMMAND): ..., respectively. These macros no longer
2171 contain the initialization, nor the for loop, nor the associated
2172 commands; all these go to ...
2173 (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2174 _AC_OUTPUT_CONFIG_STATUS.
2175 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2176 Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2177 (_AC_OUTPUT_FILE): The creation of the sed script ...
2178 (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2179 (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2180 _AC_OUTPUT_MAIN_LOOP.
2181 (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2182 _AC_CONFIG_COMMANDS): Use ...
2183 (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2184 (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2185 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2186 _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2187 (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2188 (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2190 (_AC_CONFIG_UNIQUE): Update.
2191 (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2192 Replaced by this ...
2193 (_AC_LIST_TAGS): ... new common macro.
2194 (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2195 AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2196 (_AC_LIST_TAG_COMMANDS): ... new common macro.
2197 (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2198 this didn't belong to the `config commands' section.
2199 (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2200 (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2201 AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2202 to the `config commands' section either.
2203 (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2204 (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2206 ... and many changes to the comments nearby.
2208 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2209 set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2210 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2211 AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2212 (#define header templates): The comment at the top of the generated
2213 header now includes the name(s) of the source file(s).
2215 Several unrelated small changes:
2217 * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2218 parameter to AC_DIAGNOSE.
2219 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2220 (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2221 with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2222 (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2224 (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2225 in AC_OUTPUT doesn't double-quote it either.
2226 * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2229 2005-07-10 Stepan Kasal <kasal@ucw.cz>
2231 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2232 versions of Portland Group compiler produce single- and double-quoted
2233 -cmdline argument. Reported by Steven G. Johnson <stevenj@fftw.org>
2234 and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2236 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
2238 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2239 This is a corrected version of yesterday's patch.
2241 2005-07-07 Stepan Kasal <kasal@ucw.cz>
2243 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2244 path, too; insert a "===" to emphasize the line.
2246 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2247 ac_cv_build_alias to ac_build_alias.
2248 (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2250 On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2251 change eliminates it. Problem reported by Alexandre Duret-Lutz.
2252 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2253 (AC_ARG_VAR): ... here.
2254 (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2257 Keep a list of all precious variables and process them with one simple
2258 for loop, instead of expanding all commands, or, OTOH, complicated
2259 processing of output of "set".
2260 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2261 variable names in new macro...
2262 (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2263 (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2264 a loop to assign all ac_env_* and ac_cv_env_* variables.
2265 (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2267 (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2268 its value to shell variable ac_precious_vars and call
2269 _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2270 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2271 _AC_ARG_VAR_VALIDATE.
2273 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2274 and the AC_SUBSTs ...
2275 (AC_INIT): ... here.
2277 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2278 the ac_subst_files section in config.log.
2280 * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2282 2005-07-06 Paul Eggert <eggert@cs.ucla.edu>
2284 * NEWS: New macro AC_C_TYPEOF.
2285 * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2286 * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2287 * tests/c.at (C keywords): Test AC_C_TYPEOF.
2289 Fix problems reported by Nicolas Joly.
2290 * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2291 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2292 They are generated by the Tru64 v5.1B shell.
2294 2005-07-05 Stepan Kasal <kasal@ucw.cz>
2296 Fix my changes from 2005-07-01; reported by Noah Misch.
2297 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2298 description, the macro now accepts only a single tag.
2299 (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2301 Fix cases when the varsions of Autoconf and Autotest don't match.
2302 Reported by Noah Misch.
2303 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2304 at_top_builddir, for compatibility with older autotest.
2305 * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2306 is not set, use at_top_builddir, for compatibility with older
2307 versions of autoconf.
2309 2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
2311 * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2312 Problem reported by Patrick Welche.
2314 2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
2316 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2317 sed substitution command, so that we allow | in program prefixes
2318 and program suffixes. (& is a problem anyway; we're not fixing
2320 * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2321 configure_input, top_builddir, srcdir, etc.
2322 * lib/autotest/general.m4 (AT_INIT): Likewise, for
2323 PATH_SEPARATOR in AUTOTEST_PATH.
2325 2005-07-02 Alexandre Duret-Lutz <adl@gnu.org>
2327 * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2328 for loop over config.site files using `set', to allow
2329 directory names containing IFS characters.
2331 2005-07-01 Paul Eggert <eggert@cs.ucla.edu>
2333 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2334 directories with weird names. Apparently some people like living
2335 on the edge. However, improve the test that "pwd" actually does
2336 report a name for the working directory.
2337 * NEWS: Remove the claim that we test for funny chars in dir names.
2339 2005-07-01 Stepan Kasal <kasal@ucw.cz>
2341 * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2343 * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2344 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2345 Now accept a single tag, not whitespace separated list.
2346 (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2348 2005-06-30 Stepan Kasal <kasal@ucw.cz>
2350 * doc/autoconf.texi (Configuration Headers): Change the explanation
2351 about #include <config.h>.
2352 (Generic Functions): Mention the Gnulib project.
2353 (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2355 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2356 document to output the default config_* lists to config.status.
2357 Don't recognize option --file, if the functionality is not there.
2358 Likewise for --header; moreover, recognize --he and --h as shortcuts
2359 for --help in that case.
2361 * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2362 matches the order of execution. No code changed.
2364 2005-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2366 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2367 single-quoted -cmdline argument in Portland Group compiler.
2368 Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2370 2005-06-30 Alexandre Duret-Lutz <adl@gnu.org>
2372 * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2374 2005-06-29 Stepan Kasal <kasal@ucw.cz>
2376 * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2377 descriptors to child processes; reported by Norman Gray.
2379 2005-06-29 Stepan Kasal <kasal@ucw.cz>
2381 * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2383 * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2384 instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2385 (AC_SUBST): Call it.
2386 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2387 the directory specific variables; but don't call it for configure_input.
2389 2005-06-28 Derek Price <derek@ximbiot.com>
2391 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2394 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
2396 * NEWS: Don't worry about spaces in bindir etc. Only srcdir and working
2397 directory have inherent problems with special characters like spaces,
2398 due to limitations in Make syntax. Problem reported by Alexandre
2400 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2401 Also, fix Tru64 porting problem with shell patterns,
2402 reported by Ralf Wildenhues.
2404 2005-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2406 * doc/autoconf.texi (Subdirectories): Fix markup typos.
2408 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
2410 * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2412 Fix some more shell quoting problems. Prompted by a bug report
2413 from Justace Clutter.
2414 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2415 variable into diagnostic. Make the diagnostic an error, not a warning,
2416 because we really don't support spaces and suchlike in dir names.
2417 (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2418 Don't worry about backslashes in srcdir; it can't happen now.
2419 (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2420 Simplify ac_optarg handling.
2421 (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2423 2005-06-22 Stepan Kasal <kasal@ucw.cz>
2425 Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2426 * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2427 * tests/atlocal.in: Propagate $EGREP and $SED.
2428 * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2429 (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2431 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2432 that '\|' is not allowed in BREs; recommend using newline separated
2433 list of patterns instead of multiple -e options.
2435 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2437 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2439 2005-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2441 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2443 2005-06-21 Stepan Kasal <kasal@ucw.cz>
2445 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2446 b, t, r, w commands require single space, while : cannot have any.
2447 (Special Shell Variables): Fix sed code this in the example.
2448 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2449 * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2451 * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2452 expand to the empty list. Don't use two pairs of m4_changequote,
2455 2005-06-20 Derek Price <derek@ximbiot.com>
2457 * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2459 2005-06-17 Paul Eggert <eggert@cs.ucla.edu>
2461 * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2462 * doc/autoconf.texi:
2463 Don't mention Solaris versions so much, if a
2464 problem is common to all extant versions of Solaris. Say "SunOS
2465 4" instead of "SunOS" for SunOS 4.
2466 (awk): Mention more of the limitations of traditional Awk.
2467 (cat): Don't talk about cat -v.
2469 2005-06-16 Paul Eggert <eggert@cs.ucla.edu>
2471 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2472 (AS_VERSION_COMPARE): New macro. The API is taken from CVS,
2473 but the implementation is entirely different and is designed
2474 to be compatible with glibc strverscmp.
2475 * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2477 * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2478 on Mac OS X 10.4 reported by Peter O'Gorman in:
2479 http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2480 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2481 Use shell builtins rather than 'expr', to work around expr bug.
2483 2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
2485 * doc/autoconf.texi: "filesystem" -> "file system".
2486 "behaviour" -> "behavior".
2487 Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2488 * lib/autoconf/general.m4: Omit blank after ":" sed command,
2490 * lib/m4sugar/m4sh.m4: Likewise.
2491 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2492 with Solaris sed. Fix by Ralf Menzel and Stepan Kasal.
2494 * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2495 (.x.1): Ignore the time stamp in the .TH line when deciding whether
2496 to update the man page. That way, we don't have to check in new
2497 man pages every month.
2499 * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2500 quotes and backslashes. Patch from Derek Price.
2502 2005-06-10 Derek Price <derek@ximbiot.com>
2504 * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2507 2005-06-08 Paul Eggert <eggert@cs.ucla.edu>
2509 * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2510 -u, since it outputs chatter if the input files are the same.
2511 Problem reported by Ralf Menzel.
2513 2005-06-08 Derek Price <derek@ximbiot.com>
2515 * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2516 renaming them since they are about to be redefined anyhow.
2518 2005-06-08 Derek Price <derek@ximbiot.com>
2520 * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2521 redefined M4 macros to this node. Document m4_include & m4_sinclude.
2522 Move m4_undefine to alphabetical order.
2524 2005-06-07 Paul Eggert <eggert@cs.ucla.edu>
2526 * README: Recommend GNU M4 1.4.3 or later.
2527 * doc/autoconf.texi (Introduction): Likewise.
2528 Reword to avoid some formatting glitches.
2529 Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2530 Clarify explanation of HP compiler bug.
2531 Redo example output tp match current CVS snapshot.
2532 Use @example.org in email addresses when the examples
2533 might get inadvertently cut-and-pasted into user code.
2534 Remove example of autom4te usage that doesn't seem to work now.
2535 Use modern AC_INIT (except when the example is meant to be
2536 shown with Autoconf 2.13).
2537 Update ksh info for Solaris 9 and later.
2539 Modernize description of Automake versions a bit.
2540 Don't claim a future version of Autoconf is near.
2541 * doc/install.texi: Reword to avoid some formatting glitches.
2543 2005-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2545 * doc/autoconf.texi: Add [] to examples, so that the manual
2546 follows its own advice about quoting better.
2547 Reword to avoid some formatting glitches.
2548 * doc/installt.exi: Reword to avoid some formatting glitches.
2550 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
2551 Tru64 ksh pattern matching bug. Reported against Libtool by
2552 Albert Chin <libtool@mlists.thewrittenword.com> and
2553 Nicolas Joly <njoly@pasteur.fr>.
2555 2005-06-06 Stepan Kasal <kasal@ucw.cz>
2557 m4_cdr of one-member list was [[]] (one-member list containing an
2558 empty string) instead of [] (an empty list. Callers were skewed to
2559 match this misbehaviour. As a consequence of this:
2560 - m4_foreach([x], [], [foo]) expanded to `foo', while
2561 - the expansion of m4_foreach([x], [[]], [foo]) was empty.
2562 This bug has been fixed:
2564 * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
2565 expand to an empty string; print error msg if called without
2567 (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
2568 misbehaviour; handle [] and [[]] correctly.
2570 2005-06-06 Stepan Kasal <kasal@ucw.cz>
2572 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
2573 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
2574 scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
2576 2005-06-06 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (trivial change)
2578 * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
2579 swallow records with more than 99 fields.
2580 * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
2581 parse the long line.
2583 2005-06-04 Stepan Kasal <kasal@ucw.cz>
2585 * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
2586 swallow literals longer than 399. Reported by Ralf Wildenhues.
2587 * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
2588 to workaround this limitation.
2590 2005-06-03 Steven G. Johnson <stevenj@alum.mit.edu>
2592 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
2593 to gfortran, and make these the first two compiler names
2594 checked (following the general autoconf preference for gcc).
2596 2005-06-03 Stepan Kasal <kasal@ucw.cz>
2598 * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
2599 (DISTCLEANFILES): Remove $(check_SCRIPTS).
2600 (testsuite): Make sure autotest.m4f is up-to-date before using it.
2602 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
2604 * lib/autotest/general.m4 (AT_INIT): Don't create a regular
2605 expression of unbounded size when processing the --list
2606 option. This runs afoul of a limit of 399 bytes per regular
2607 expression on AIX. Problem reported by Ralf Wildenhues.
2609 2005-06-01 Paul Eggert <eggert@cs.ucla.edu>
2611 * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
2612 * doc/autoconf.texi (Particular Headers): Reword example
2613 for multiline stdbool replacement.
2614 (Setting Output Variables): Reword text a bit. Don't
2615 give all the details about |#_!!_#|.
2616 Reword description of line replacement.
2618 2005-05-31 Dan Manthey <dan_manthey@partech.com>
2620 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
2621 now contain newlines, and substituted files must be referenced on
2622 a line alone; the sed scripts to substitute them are now very
2624 (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
2625 commands can be put in a sed script portably.
2626 * doc/autoconf.texi (Setting Output Variables): Document above
2627 changes. (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
2628 use of multiline substitution.
2629 * tests/torture.at: No longer expect substitution of newline to fail.
2631 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
2633 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
2634 From Ralf Menzel (trivial change).
2636 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
2638 * tests/local.at: Don't attempt to check for negated character
2639 classes in shell scripts. The test was too brittle.
2641 2005-05-25 Stepan Kasal <kasal@ucw.cz>
2643 * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
2644 * doc/autoconf.texi (Limitations of Builtins): Document this
2647 2005-05-24 Stepan Kasal <kasal@ucw.cz>
2649 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
2650 common code; used in many places in the tree.
2651 (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
2652 (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
2654 * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
2656 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
2657 messages when ac_unique_file is not found.
2658 (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
2659 (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
2660 commands, for consistency with AC_MSG_ERROR and such.
2662 * bin/autoconf.as: Make more use of "shift 2" in option processing.
2664 * bin/Makefile.am: Merge the two rules for creating scripts.
2666 2005-05-23 Stepan Kasal <kasal@ucw.cz>
2668 * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
2669 obsolete; it was never documented.
2670 (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
2672 2005-05-20 Stepan Kasal <kasal@ucw.cz>
2674 * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
2675 * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
2676 (ac_top_builddir): ... this ...
2677 (ac_top_build_prefix): ... to this; the old name is also kept, for
2678 backward compatibility.
2679 (ac_top_builddir_sub): New variable, without the trailing slash,
2681 (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
2682 * doc/autoconf.texi (Configuration Actions): Rename
2683 ac_top_builddir to ac_top_build_prefix.
2684 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
2685 at_top_builddir to at_top_build_prefix.
2686 * lib/autotest/general.m4 (AT_INIT): Likewise.
2688 2005-05-20 Stepan Kasal <kasal@ucw.cz>
2690 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
2693 2005-05-17 Stepan Kasal <kasal@ucw.cz>
2695 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
2696 argument to m4_foreach. I guess it was necessary in the past,
2697 but I think it's a no-op now.
2699 2005-05-17 Stepan Kasal <kasal@ucw.cz>
2701 * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
2702 ``cat <<_ACEOF'' commands to one.
2703 (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
2704 * lib/autoconf/status.m4: On various places, use expr instead of
2706 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
2707 (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
2708 * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
2710 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
2711 the wrong patterns between ``case'' and ``esac.'' The previous
2712 code had false positives.
2714 2005-05-14 Alexandre Duret-Lutz <adl@gnu.org>
2716 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
2718 * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
2721 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
2723 * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
2724 ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
2725 Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
2726 bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
2727 bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
2728 bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
2729 config/config.guess, config/config.sub, config/elisp-comp,
2730 config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
2731 doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
2732 lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
2733 lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
2734 lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
2735 lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
2736 lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
2737 lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
2738 lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
2739 lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
2740 lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
2741 lib/autoconf/general.m4, lib/autoconf/headers.m4,
2742 lib/autoconf/lang.m4, lib/autoconf/libs.m4,
2743 lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
2744 lib/autoconf/specific.m4, lib/autoconf/status.m4,
2745 lib/autoconf/types.m4, lib/autoscan/Makefile.am,
2746 lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
2747 lib/autotest/Makefile.am, lib/autotest/autotest.m4,
2748 lib/autotest/general.m4, lib/emacs/Makefile.am,
2749 lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
2750 lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
2751 lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
2752 tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
2753 tests/compile.at, tests/foreign.at, tests/fortran.at,
2754 tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
2755 tests/semantics.at, tests/suite.at, tests/tools.at,
2756 tests/torture.at, tests/wrapper.as:
2757 Update FSF postal mail address.
2759 2005-05-13 Stepan Kasal <kasal@ucw.cz>
2761 * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
2763 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
2764 enough arguments, similarly as in m4_bpatsubsts.
2766 2005-05-12 Stepan Kasal <kasal@ucw.cz>
2768 * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
2771 2005-05-11 Stepan Kasal <kasal@ucw.cz>
2773 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
2774 for absolute directory names in one loop.
2775 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
2776 abbreviations of --version and --debug.
2778 2005-05-10 Paul Eggert <eggert@cs.ucla.edu>
2780 * doc/autoconf.texi (Autoconf Language): Be more precise about
2781 quoting rules. Problems noted by Stepan Kasal.
2782 Also, throughout this document, be more careful about white space.
2783 "blank", "white space", and "space" all have different meanings
2784 and we should be careful to say what we mean.
2786 2005-05-05 Paul Eggert <eggert@cs.ucla.edu>
2788 Fix C++ related problems reported by Werner Lemberg.
2789 * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
2790 * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
2791 * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
2792 avoid problems with C++ and throw.
2793 * tests/compile.at: .cpp, not .cc.
2795 * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
2797 2005-05-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2799 * doc/autoconf.texi (Generic Functions): Typos.
2801 2005-05-02 Gary V. Vaughan <gary@gnu.org>
2803 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
2804 object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
2805 set by latest automake.
2807 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
2809 * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
2810 outputs 0 on GNU/Linux these days.
2812 2005-04-29 Paul Eggert <eggert@cs.ucla.edu>
2814 * doc/autoconf.texi (Autoconf Language): Add more description
2815 about quoting heuristics.
2816 (Limitations of Builtins): Describe "set -" problems.
2818 2005-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2820 * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
2823 * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
2824 by AC_DEFINE; it was a mistake.
2825 From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
2827 2005-04-25 Stepan Kasal <kasal@ucw.cz>
2829 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
2831 2005-04-22 Stepan Kasal <kasal@ucw.cz>
2833 * doc/autoconf.texi (External Software): Quadrigraphs are not
2834 processed correctly in AS_HELP_STRING; avoid this in the examples.
2835 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
2836 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
2837 comment and reduce m4_default([foo], []) to [foo].
2838 (m4_strip): Update the explanation.
2840 2005-04-19 Paul Eggert <eggert@cs.ucla.edu>
2842 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
2843 Remove core.conftest.* too; it's generated by Tru64 5.1.
2844 Problem reported by Jennis Pruett.
2845 * lib/autoconf/functions.m4
2846 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2847 Don't bother to remove core files; AC_RUN_IFELSE should do that
2850 2005-04-19 Stepan Kasal <kasal@ucw.cz>
2852 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
2854 2005-04-19 Alexandre Duret-Lutz <adl@gnu.org>
2856 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
2857 Report from Horst Wente.
2859 2005-04-15 Stepan Kasal <kasal@ucw.cz>
2861 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
2864 2005-04-14 Gregorio Guidi <greg_g@gentoo.org>
2866 * doc/autoconf.texi (External Software, Package Options): Add
2867 examples showing how to implement --with-* and --enable-* options.
2869 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
2871 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
2872 as well as configure.in. Problem reported by Gregorio Guidi.
2874 2005-04-10 Paul Eggert <eggert@cs.ucla.edu>
2876 * doc/autoconf.texi (Particular Functions): Use gnulib's current
2877 pattern for alloca snippet.
2879 2005-04-04 Stepan Kasal <kasal@ucw.cz>
2881 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
2883 2005-04-01 Stepan Kasal <kasal@ucw.cz>
2885 * doc/autoconf.texi (Generic Programs): Fix a typo.
2887 2005-04-01 Paul Eggert <eggert@cs.ucla.edu>
2889 * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
2890 fails if %s isn't supported. Problem reported by Ralf Wildenhues.
2892 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2894 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
2895 Merge `-z option' as well for the benefit of Solaris link flags. Pass
2896 whole-archive (-zallextract, -zdefaultextract) options in the hope of
2897 unique libraries, for the Sun Fortran 95 8.0 compiler. Bug reported
2898 against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
2900 2005-03-22 Paul Eggert <eggert@cs.ucla.edu>
2902 * NEWS: The configure command now warns you if you attempt to use
2903 a directory whose name contains a special character like space,
2905 * doc/autoconf.texi (Installation Directory Variables): Allow
2906 "," in file names. Do not use \@; it's not a portable regexp.
2907 * bin/Makefile.am (edit): Likewise.
2908 * lib/Makefile.am (edit): Likewise.
2909 * tests/Makefile.am (edit): Likewise.
2910 * tests/semantics.at: Likewise.
2911 * tests/torture.at: Likewise.
2912 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
2913 * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
2914 * doc/autoconf.texi (File System Conventions): Warn about
2915 unportable file names.
2916 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
2918 (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
2919 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
2920 ac_pwd, and quote srcdir.
2921 * lib/autotest/general.m4 (AT_INIT): Quote file name args.
2923 * doc/autoconf.texi: Fix some systematic formatting problems.
2924 ".)" needs a following @: if not at the end of a sentence, and
2925 similarly for "!)". "etc." should be preceded by a comma.
2926 "n-th" -> "@var{n}th". pdksh is still buggy, so update its date.
2928 2005-03-22 Bruno Haible <bruno@clisp.org>
2930 * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
2931 argument is often called 'build-aux'.
2933 2005-03-07 Stepan Kasal <kasal@ucw.cz>
2935 * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
2936 macro AC_TRY_LINK is obsolete.
2937 (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
2940 2005-02-24 Stepan Kasal <kasal@ucw.cz>
2942 * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
2943 `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
2944 from a Common Lisp's `cl'.
2945 (AC_PROG_CXX): Behave according to the documentation: don't
2946 search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
2947 make the variable CCC precious; use `cl.exe', not `cl'.
2949 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2950 Alexandre Duret-Lutz <adl@gnu.org>
2952 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
2953 /dev/null, as "configure" shouldn't read stdin, and this insulates
2954 us from problems (e.g., when testing for "cl"). Also, do this
2955 redirection before invoking "hostname" or "uname", and keep the
2956 original input stream available via...
2957 (AS_ORIGINAL_STDIN_FD): ... this new macro.
2958 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
2959 bother with "</dev/null" since it's now done at the top of
2961 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
2962 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2963 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
2964 * doc/autoconf.texi (File Descriptor Macros): New section.
2965 (Printing Messages): Mention it.
2966 * tests/base.at (Input/Output): New test.
2968 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2970 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
2971 newline if neither \c nor -n work, as that would output two
2972 newlines. Prefer -n to \c. Reported by Stepan Kasal.
2974 2005-02-12 Stepan Kasal <kasal@ucw.cz>
2976 * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
2977 This causes that any required macros inside will get before the if.
2978 * doc/autoconf.texi (autom4te.cache): A typo.
2980 2005-02-12 Paul Eggert <eggert@cs.ucla.edu>
2982 Undo previous change, except keep the change to
2983 lib/autoconf/programs.m4 that replaced grep with shell
2984 pattern-matching. This is because net-snmp configure reads stdin.
2985 Reported by Noah Misch.
2987 2005-02-11 Paul Eggert <eggert@cs.ucla.edu>
2989 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
2990 from /dev/null, as "configure" shouldn't read stdin, and this
2991 insulates us from problems (e.g., when testing for "cl").
2992 Suggested by Alexandre Duret-Lutz. Also, do this redirection
2993 before invoking "hostname" or "uname".
2994 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2995 _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
2996 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
2997 "</dev/null" since it's now done at the top of 'configure'.
2998 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2999 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3000 Also, replace grep with shell pattern-matching, to save a process.
3002 2005-02-10 Paul Eggert <eggert@cs.ucla.edu>
3004 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3005 _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3006 avoid thinking that Allegro Common Lisp's "cl" command is a C++
3009 2005-02-09 Paul Eggert <eggert@cs.ucla.edu>
3011 * doc/autoconf.texi (Limitations of Usual Tools): Document that
3012 grep -q isn't portable. Improve grep -s explanation.
3013 Problem reported by Dan Manthey.
3015 2005-02-08 Paul Eggert <eggert@cs.ucla.edu>
3017 * doc/autoconf.texi (Special Shell Variables): Clarify
3018 PATH_SEPARATOR wording; fix typo in IFS. Reported by Gary V. Vaughan.
3020 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
3022 * doc/autoconf.texi: Use @acronym for DJGPP.
3023 Fix some @code's that should have been @env's, and vice versa.
3024 Sort environment variable names.
3025 Mention that shells no longer inherit IFS.
3026 Don't recommend PATH_SEPARATOR=';' so strongly.
3027 Mention that $RANDOM might expand to the empty string.
3028 "symlink" and "soft link" -> "symbolic link".
3029 Improve mktemp description (reported by Bruno Haible).
3031 2005-02-05 Paul Eggert <eggert@cs.ucla.edu>
3033 * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3034 * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3036 * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3039 2005-02-04 Paul Eggert <eggert@cs.ucla.edu>
3041 * NEWS: Mention AT_COPYRIGHT.
3043 * tests/local.at (AT_CMP): Use diff directly on input files rather
3046 * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3047 /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3049 2005-02-04 Noah Misch <noah@cs.caltech.edu>
3050 and Paul Eggert <eggert@cs.ucla.edu>
3052 * tests/autotest.at (Empty test suite): New test.
3053 * tests/torture.at (Substitute and define special characters)
3054 (Substitute a 2000-byte string, Define to a 2000-byte string)
3055 (Substitute a newline, Define a newline): New tests.
3057 2005-02-04 Noah Misch <noah@cs.caltech.edu>
3059 * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3060 * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3061 (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3062 * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3063 (Standard regular expressions): New test.
3064 (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3065 excess test name quoting.
3066 * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3067 CPPFLAGS to `configure' instead of setting it in `configure'.
3069 * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3070 any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3073 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3074 s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3076 * tests/local.at (AT_CMP): New macro.
3077 (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3078 (AC_SAVE_STATE): Move environment grep...
3079 (AT_CHECK_ENV): to here. Filter out `'$''. Use AT_CMP.
3080 (AT_CONFIG_CMP): New macro.
3081 (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3082 * tests/c.at (Extensions): Do not exit early.
3083 * tests/atlocal.in: Inherit $GREP.
3085 * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3086 (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3088 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3089 (AC_COPYRIGHT): Factor header comment portion out and move into...
3090 * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3091 * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3092 (AT_INIT): Add Autotest copyright notice. Display copyright notices in
3094 * tests/local.at: Add Autoconf test suite copyright notice.
3095 * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3097 2005-02-04 Bruno Haible <bruno@clisp.org>
3098 and Paul Eggert <eggert@cs.ucla.edu>
3100 * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3102 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
3104 * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3105 this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3107 Try not to generated lines of unlimited length, as POSIX places a
3108 2047-byte limit on line length of portable text files.
3109 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3110 Use newline as a separator, not space.
3111 * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3112 (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3115 2005-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3117 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3118 as_func_*. Add test to check whether positional parameters
3119 are restored after function return.
3121 2005-02-02 Paul Eggert <eggert@cs.ucla.edu>
3123 * doc/autoconf.texi (Special Shell Variables): Mention _,
3124 BIN_SH, DUALCASE. Say that variables other than "status" are safe
3125 if they contain a lower-case letter. The DUALCASE problem was
3126 reported by Ralf Wildenhues.
3128 * bin/autoconf.as: Don't exit with status 0 after write failure
3129 with --help or --version.
3130 * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3131 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3133 2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3135 * doc/autoconf.texi (Limitations of Usual Tools):
3136 Unicos 9 sed limitations.
3137 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3138 to get the option-enhanced interface on older Crays. Try ftn for
3139 Fortran 95 (newer Crays).
3141 2005-02-01 Paul Eggert <eggert@cs.ucla.edu>
3143 * man/Makefile.am (.x.1): Go back to the simple solution, but take
3144 care to echo the commands, so the user knows what's going on.
3145 Modified from a suggestion by Stepan Kasal.
3147 * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3148 with a cross reference. Derived from a suggestion by Bruce Korb.
3150 2005-01-31 Paul Eggert <eggert@cs.ucla.edu>
3152 * doc/autoconf.texi (config.status Invocation): Warn about
3153 discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3154 * doc/install.texi (Defining Variables): Likewise.
3155 Based on a proposed patch by Ralf Wildenhues.
3157 * man/Makefile.am (.x.1): Make sure the required generated files
3158 are up to date. Problem and original solution proposed by Stepan Kasal.
3159 $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3160 implicit-man-prerequisites): New rules, used by the above.
3162 * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3163 * config/config.guess, config/config.sub, config/install-sh: Likewise.
3164 * config/missing, config/texinfo.tex: Likewise.
3166 2005-01-29 Stepan Kasal <kasal@ucw.cz>
3168 Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3169 Update the long comment explaining it.
3171 m4_require no longer writes an ``is required by'' line to the
3172 execution stack. It contains only one bit of non-redundant
3173 information: that the macro was required, not called. And even
3174 this bit is useless in most situations: have you ever met a macro
3175 which both calls and requires the same macro?
3177 * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3178 (_m4_defun_pro_outer): ... only via this macro, for the outermost
3180 (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3181 (m4_expansion_stack_pop): Remove the misplaced comment.
3182 (m4_require): Don't put the ``is required by'' line to the
3183 execution stack; slightly improve the out-of-a-defun error message.
3184 (_m4_divert_grow): New macro, counter for the temporary diversions.
3185 (_m4_require_call): Use it.
3186 * tests/m4sugar.at (m4_require): Expect output without the
3187 ``is required by'' messages.
3189 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
3191 * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3192 rather than x for expr.
3194 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3196 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3197 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3198 * lib/autotest/general.m4 (AT_INIT): Likewise.
3199 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3200 * tests/mktests.sh: Likewise.
3202 2005-01-27 Akim Demaille <akim@epita.fr>
3204 Have autoheader honor --force.
3206 * doc/make-stds.texi, doc/standards.texi: Update from masters.
3207 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3208 * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3209 from masters, so that FileUtils.pm's update_file provide --force
3211 * bin/autoheader.in: Pass $force to update_file so that
3212 config.h.in is always recreated when --force.
3214 2005-01-24 Stepan Kasal <kasal@ucw.cz>
3216 * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3218 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
3220 * doc/autoconf.texi (Limitations of Builtins): Clarify that
3221 "if test ! -d foo; ..." is portable. Suggested by Stepan Kasal.
3223 2005-01-20 Paul Eggert <eggert@cs.ucla.edu>
3225 * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3226 Warn about newline stripping in `` and $(). Update Solaris
3228 (Limitations of Builtins): Use expr "X...", not expr "x...", as
3229 X insulates us from future changes to Posix.
3230 (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3233 2005-01-19 Stepan Kasal <kasal@ucw.cz>
3235 * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3236 you cannot use AC_DEFINE to define macros containing `[' or `]'.
3238 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
3240 * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3241 in Solaris 8 join. Problem reported by Tomohiro Suzuki on
3242 bug-tar mailing list.
3244 2005-01-05 Stepan Kasal <kasal@ucw.cz>
3246 * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3248 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
3250 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3251 ulongval to be static, to avoid unwanted GCC warning. Problem
3252 reported by Michael Jennings via Daniel Reed; see
3253 <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3255 2005-01-05 Alexandre Duret-Lutz <adl@gnu.org>
3257 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3258 docdir, htmldir, dvidir, pdfdir, psdir, and localdir. Update
3259 datadir, infodir, and mandir. Adjust argument parsing code.
3260 (_AC_INIT_HELP): Update help text.
3261 * doc/autoconf.texi (Installation Directory Variables): Document
3264 2005-01-04 Noah Misch <noah@cs.caltech.edu>
3266 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3267 not seem to work, assume it does set $(MAKE).
3268 * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3270 2005-01-03 Stepan Kasal <kasal@ucw.cz>
3272 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3274 2005-01-03 Stepan Kasal <kasal@ucw.cz>
3276 A cleanup of the diversion support in m4sugar.
3278 * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3279 (_m4_divert_n_stack): New macro; the expansion is
3280 <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3282 (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3283 (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3284 stored in _m4_divert_diversion or _m4_divert_dump.
3285 (m4_divert_pop): When the parameter is given, compare the symbolic
3286 name with the last diversion pushed on the stack. Previously, the
3287 current diversion was compared with the numeric value of the
3288 diversion given as the parameter.
3289 (m4_require): If the macro hasn't been expanded yet, call ...
3290 (_m4_require_call): this new macro.
3292 2005-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3294 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3295 Workarounds for documented `case' limitations.
3297 2005-01-03 Paul Eggert <eggert@cs.ucla.edu>
3299 * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3300 sed 'command1;command2'. Problem reported by Ralf Wildenhues.
3302 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
3304 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3305 bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3306 bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3308 Patch from Roger Leigh (with some minor changes) as follows:
3309 * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3310 Resurrect AC_PROG_CC_STDC.
3311 * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3312 AC_PROG_CC_C89, AC_PROG_CC_C99.
3313 (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3314 * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3315 AC_PROG_CC_C99): New macros.
3316 (AC_PROG_CC_STDC): Use them.
3317 (_AC_PROG_CC_STDC): Remove.
3318 (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3319 * THANKS: Add Roger Leigh.
3321 2004-12-30 Noah Misch <noah@cs.caltech.edu>
3323 * bin/autoreconf.in (autoreconf_current_directory): AM_INIT_AUTOMAKE
3324 signals that the package uses Automake; a `Makefile.am' is typical but
3325 not essential. Reported by Magnus Therning.
3326 * tests/torture.at (autoreconf.): New banner.
3327 (autoreconf and non-AC configure): Rename to `Non-Autoconf
3329 (autoreconf an empty directory): Rename to `Empty directory'.
3330 (Unusual Automake input files): New test.
3332 2004-12-30 Noah Misch <noah@cs.caltech.edu>
3334 * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3335 (AT_SETUP): Clear AT_capture_files.
3336 (_AT_CHECK): On failure, log each of AT_capture_files. Fix comment.
3337 (AT_KEYWORDS): Fix comment typo.
3338 * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3339 * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3340 * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3342 2004-12-29 Albert Chin-A-Young <china@thewrittenword.com>
3344 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3345 If the variable to set is already set, set ac_cv_path_$1
3346 to the preset value so caller can assume ac_cv_path_$1
3347 is available. (trivial change)
3349 2004-12-27 Noah Misch <noah@cs.caltech.edu>
3351 * BUGS (Minor Problems): Warn about makefile limitations.
3352 * Makefile.am: Find and update `INSTALL' in $(srcdir).
3353 * man/Makefile.am: Find and update manual pages in $(srcdir).
3355 2004-12-24 Eric Blake <ebb9@byu.net>
3357 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3358 shells in subshell, to avoid noise from ash. (trivial change)
3360 2004-12-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3362 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3363 problems with SunOS ksh and backslash escaping, Bourne shells and
3364 closing brackets (both within character classes). Bug reported
3365 against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3366 <read>: New entry. Mention non-availability of -r.
3368 2004-12-21 Akim Demaille <akim@epita.fr>
3370 * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3371 avoid cluttering displayed messages. Rather, prepend srcdir where
3372 AT_LINE is used for log files.
3374 2004-12-21 Stepan Kasal <kasal@ucw.cz>
3376 * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3377 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3378 no longer part of the macro, quote the occurrence of ``$tmp''.
3379 * doc/autoconf.texi (Forbidden Patterns): Typo.
3381 2004-12-21 Akim Demaille <akim@epita.fr>
3383 * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3384 separated from the test title by forcing a white space.
3386 2004-12-21 Akim Demaille <akim@epita.fr>
3388 Enable Emacs navigation within testsuite.log files.
3390 * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3391 use the compilation mode.
3392 (AT_LINE): Point to the srcdir.
3394 2004-12-19 Noah Misch <noah@cs.caltech.edu>
3396 * tests/Makefile.am (installcheck-local): Use $(bindir).
3397 (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3398 * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3399 Makefile.am scheme Autoconf now uses.
3401 2004-12-18 Noah Misch <noah@cs.caltech.edu>
3403 * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3404 * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3406 2004-12-18 Noah Misch <noah@cs.caltech.edu>
3408 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3409 (_AT_CHECK): Use it.
3410 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3411 (AS_ESCAPE): Fix comment.
3412 * tests/autotest.at: Adjust section banner comments.
3413 (AT_CHECK_AT): Accept STATUS and STDERR.
3414 (AT_CHECK_AT_TEST): Likewise.
3415 (Invalid brace-enclosed parameter expansion)
3416 (Multiline command from M4 expansion)
3417 (Double-M4-quoted command): New tests.
3419 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
3421 * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3423 2004-12-17 Akim Demaille <akim@epita.fr>
3425 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3427 Suggested by Alexandre Duret-Lutz.
3428 * doc/autoconf.texi (Setting Output Variables): Catch up.
3430 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3432 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3434 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3436 * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3437 remove the comment which said we cannot.
3439 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3441 Add a specialized check for resolv.h. Thanks to Gerrit P. Haase,
3442 Reini Urban and Paul Eggert for reporting the dependencies.
3444 * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3445 * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3446 (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3448 2004-12-17 Stepan Kasal <kasal@ucw.cz>
3450 * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3451 so that eg. ``autoscan --help'' doesn't truncate it.
3453 2004-12-15 Nicolas Joly <njoly@pasteur.fr>
3455 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3456 generated conftest files.
3458 2004-12-13 Noah Misch <noah@cs.caltech.edu>
3460 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3461 tracing on commands with possibly-escaped newlines.
3462 * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3463 discontinued behavior and its implications.
3464 * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3465 (BSx641-newline in command, BS-BS-newline in command)
3466 (BSx640-newline in command, Newline-CODE-BS-newline in command)
3467 (Single-quote-BS-newline in command)
3468 (Single-quote-newline-BS-newline in command): New tests.
3470 2004-12-13 Stepan Kasal <kasal@ucw.cz>
3472 * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3473 on platforms where it works.
3474 (_AS_TEST_PREPARE): Test for ``test -x''.
3475 (_AS_BROKEN_TEST_PREPARE): Nuke.
3477 2004-12-13 Stepan Kasal <kasal@ucw.cz>
3479 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3480 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3481 give only 4-letter prefix to AS_TMPDIR, comment fixed.
3482 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3483 create the temporary directory.
3484 (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3486 2004-12-12 Kelley Cook <kcook@gcc.gnu.org>
3488 * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3491 2004-12-12 Alexandre Duret-Lutz <adl@gnu.org>
3493 * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3495 2004-12-11 Noah Misch <noah@cs.caltech.edu>
3497 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3498 to avoid using a negated character class. Reported by Nicolas Joly.
3499 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3501 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
3503 * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3504 autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3505 Don't depend on .x file explicitly, since "make" does that for us.
3506 Suggested by Stepan Kasal.
3508 * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3510 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3511 ifnames): Factor common code. And they said it couldn't be done!
3513 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
3515 * bin/.cvsignore: Add autoconf.in.
3516 * tests/.cvsignore: Add wrapper.in.
3517 * lib/autotest/general.m4: Escape '$' in case pattern.
3519 2004-12-09 Noah Misch <noah@cs.caltech.edu>
3521 * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3523 * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3525 * tests/autotest.at: New file.
3526 * tests/suite.at: Include it.
3527 * tests/Makefile.am: Distribute it.
3529 * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3530 shell tracing on a command that could contain multiple lines.
3531 * doc/autoconf.text: Document that fact and its implications.
3532 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3533 * tests/autotest.at (Multiline backquote command substitution,
3534 Multiline parameter expansion, Literal multiline command,
3535 Multiline parenthetical command substitution): Remove XFAIL.
3537 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
3539 * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
3540 and suggest AC_SEARCH_LIBS. Suggested by Noah Misch and Stepan Kasal.
3542 2004-12-08 Noah Misch <noah@cs.caltech.edu>
3544 * configure.ac (test suite): Cease to generate wrapper scripts.
3545 * configure: Regenerate.
3546 * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
3547 (m4f_dependencies): Adjust accordingly.
3548 * tests/Makefile.am (Wrappers): Generate wrapper scripts.
3549 (wrapper.in): Generate it in the build directory.
3550 (MAINTAINERCLEANFILES): Delete wrapper.in.
3551 (CLEANFILES): Add wrapper.in.
3552 * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
3553 the output. Replace each $as_me with a @wrap_program@.
3554 * tests/wrapper.in: Delete it; we always build it.
3556 * bin/Makefile.am (autoconf.in): Generate it in the build directory.
3557 (EXTRA_DIST): Remove autoconf.in.
3558 (CLEANFILES): Add autoconf.in.
3559 (autoconf): Find autoconf.in in the build directory.
3560 * bin/autoconf.in: Delete it; we always build it.
3562 2004-12-08 Noah Misch <noah@cs.caltech.edu>
3564 * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
3565 PATH members so as to not prepend an empty element. Move a comment.
3566 * Makefile.am (SUBDIRS): Build in `tests' last.
3567 * tests/Makefile.am (installcheck-local): Add check-local dependencies.
3569 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
3571 * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
3572 the spaces inside $ls_command. Problem reported by Loulou Pouchet in
3573 <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
3574 Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
3576 2004-12-07 Stepan Kasal <kasal@ucw.cz>
3578 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
3581 2004-12-06 Paul Eggert <eggert@cs.ucla.edu>
3583 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
3584 looking elsewhere for getmntent. Problem reported by Mark D. Baushke.
3585 * doc/autoconf.texi (Particular Functions): Mention new behavior.
3587 2004-12-03 Stepan Kasal <kasal@ucw.cz>
3589 * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
3590 out the common code to ...
3591 (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
3592 value of the #define--default to 1, iff the macro was called
3593 with exactly one parameter.
3595 2004-12-02 Paul Eggert <eggert@cs.ucla.edu>
3597 * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
3598 "char c = '\200';" rather than "char c = 0x80;" as the
3599 latter doesn't conform to the strict C standard due to
3600 overflow on signed char hosts.
3602 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
3603 to -qlanglvl=ansi. We don't want to disable extensions.
3605 2004-11-29 Paul Eggert <eggert@cs.ucla.edu>
3607 * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
3608 (Using Autotest, testsuite Scripts, Writing testsuite.at):
3609 Reword slightly to avoid some English-language problems noted
3610 by Ralf Wildenhues in:
3611 http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
3613 2004-11-29 Stepan Kasal <kasal@ucw.cz>
3615 * NEWS: Add ^L above each release.
3617 2004-11-28 Paul Eggert <eggert@cs.ucla.edu>
3619 Fix documentation problems reported by Russ Boylan in
3620 <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
3621 along with some nearby cruft.
3622 * doc/autoconf.texi (Libtool): Libtool can be used without
3623 Automake (not without Autoconf).
3624 (Introduction): Mention lists.gnu.org.
3625 * BUGS: Don't mention bugs.gnu.org.
3626 Remove mention of ancient libtool compatibility problem.
3627 * NEWS: Mention that bugs.gnu.org is kaput.
3628 * README: Likewise. Mention where mailing list archives can be found.
3630 2004-11-28 Stepan Kasal <kasal@ucw.cz>
3632 * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
3633 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
3635 2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
3637 * doc/autoconf.texi (Pretty Help Strings): Go back to
3638 single-quoting assignments to cache variables.
3640 2004-11-23 Stepan Kasal <kasal@ucw.cz>
3642 * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
3643 with the examples; fix the bug in MY_ARG_WITH example reported
3644 by Alexandre Duret-Lutz.
3645 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
3646 expansion of $1 in the comment emitted to configure.
3648 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
3650 * doc/autoconf.texi (Pretty Help Strings): Fix typo
3651 in my editing of the previous patch. Problem reported
3652 by Alexandre Duret-Lutz.
3654 2004-11-22 Stepan Kasal <kasal@ucw.cz>
3656 * doc/autoconf.texi (Autoconf Language): Explain that
3657 ``descriptions'' may not be double quotes.
3658 (Quotation Rule Of Thumb): Likewise.
3659 (Pretty Help Strings): Likewise; remove the wrong comment;
3660 simplify the examples and improve their quoting.
3662 2004-11-13 Stepan Kasal <kasal@ucw.cz>
3664 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
3665 the $1_found variable, don't test whether the file is executable;
3666 Both things are checked ...
3667 (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
3668 the former ``test -f''.
3669 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
3671 2004-11-10 Paul Eggert <eggert@cs.ucla.edu>
3673 * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
3676 2004-11-10 Derek R. Price <derek@ximbiot.com>
3678 * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
3679 limitations. Reorder paragraphs for clarity.
3681 2004-10-11 Paul Eggert <eggert@cs.ucla.edu>
3683 * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
3684 to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
3685 variants", "Unix", and some related minor wording fixups.
3687 (Shellology, Special Shell Variables): Document that the Zsh
3688 problem with NULLCMD was fixed in zsh 3.1.6-dev-18. Thanks
3689 to Alexandre Duret-Lutz for this info.
3691 2004-10-10 Alexandre Duret-Lutz <adl@gnu.org>
3693 * doc/autoconf.texi (One-Shot Macros): New node.
3695 2004-09-28 Paul Eggert <eggert@cs.ucla.edu>
3697 * doc/autoconf.texi (Function Portability): Fix misdescription
3698 of putenv. Problem reported by Michael Wardle.
3700 2004-09-22 Paul Eggert <eggert@cs.ucla.edu>
3702 * doc/autoconf.texi (auindex): New macro.
3703 (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
3704 Problem reported by Stepan Kasal.
3706 2004-09-05 Paul Eggert <eggert@cs.ucla.edu>
3708 Fix problems reported by Andreas Buening in:
3709 http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
3710 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
3712 * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
3713 readable; it's not true in OS/2-emx.
3715 2004-09-04 Paul Eggert <eggert@cs.ucla.edu>
3717 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
3718 "/usr/include", clear ac_x_includes instead of leaving it as "no"
3719 (trivial change). Problem and patch reported by Andrew Church in:
3720 http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
3722 2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
3724 * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
3725 three args in examples. Problem reported by Frederik Fouvry in:
3726 http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
3727 Also, fix some minor spacing and punctuation bugs.
3729 2004-09-02 Akim Demaille <akim@epita.fr>
3731 * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
3732 "case" to restore ordering.
3733 Reported by Stepan Kasal.
3735 2004-08-26 Akim Demaille <akim@epita.fr>
3737 * doc/autoconf.texi: Minor typos and stylos.
3739 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
3741 * configure.ac (AC_INIT): Bump to 2.59c.
3743 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
3747 * README: Add advice about m4 1.4.2.
3749 * Makefile.cfg (wget_files): Remove config.guess, config.sub,
3750 texinfo.tex for now (done by hand now).
3751 * Makefile.maint (wget_files, cvs_files):
3752 Remove ansi2knr.c; nobody uses it.
3753 (ansi2knr.c-url_prefix): Remove.
3754 (cvs-update): Fix test for failure. I don't know why it ever
3757 * doc/autoconf.texi: Update URLs, some of which went stale.
3758 Use @uref rather than @href.
3760 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
3761 handle "--" as per POSIX. Suggested by Paul Pogonyshev.
3763 * config/config.guess, config/config.sub, config/elisp-comp,
3764 config/install-sh, config/mkinstalldirs, config/texinfo.tex,
3765 doc/fdl.texi, doc/standards.texi: Sync with master copy.
3767 * NEWS, TODO, configure.ac, bin/autoscan.in,
3768 bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
3769 doc/install.texi, lib/Autom4te/Configure_ac.pm,
3770 lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
3771 lib/autoconf/programs.m4, lib/autoconf/status.m4,
3772 lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
3773 lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
3774 tests/tools.at, tests/torture.at:
3775 Use "file name" rather than "filename" or "path",
3776 to be consistent with the terminology of the GNU coding standards.
3778 2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
3780 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
3781 AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
3782 HP-UX 11.23 cc/aCC or Tru64 4.0 cc. Problem reported by Noah Misch in
3783 <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
3785 More fixes to support spaces in the name of the build directory.
3786 This isn't a complete fix but it's an improvement.
3788 * bin/autoconf.as (autom4te_options): New var.
3789 Use it instead of appending to AUTOM4TE, so that we can allow
3790 spaces in the build directory's absolute name.
3791 * bin/autoheader.in ($autoconf): Allow spaces in file names.
3792 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
3793 AT_CHECK_NOESCAPE): Likewise.
3794 * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
3795 main program): Likewise.
3797 2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
3799 * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
3800 From Ralf Corsepius in:
3801 http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
3803 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
3805 * doc/autoconf.texi (Function Portability): Document isinf and
3806 and isnan. From a suggestion by Kevin Ryde.
3808 * lib/Autom4te/General.pm (END): Return correct exit status even
3809 if unlink succeeds and sets $?. Needed with Solaris 8's perl 5.00503.
3811 2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
3813 * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
3814 for compatibility with Automake 1.4. Reported by J C Fitzgerald in
3815 <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
3817 2004-08-04 Alexandre Duret-Lutz <adl@gnu.org>
3819 * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
3820 (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
3821 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
3822 * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
3823 * lib/autom4te.in (Automake-preselections): Preselect
3824 AC_REQUIRE_AUX_FILE. Automake 1.10 will trace it.
3826 2004-08-02 Alexandre Duret-Lutz <adl@gnu.org>
3828 * lib/autom4te.in (Automake-preselections): Preselect
3829 AC_CANONICAL_BUILD and AC_CANONICAL_TARGET. Automake 1.9.1 will
3832 2004-07-29 Paul Eggert <eggert@cs.ucla.edu>
3834 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
3836 * doc/autoconf.texi (Shellology): Mention BIN_SH.
3837 Document problem with "`""`" in pdksh POSIX mode.
3839 2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
3841 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
3842 with pdksh, too. Problem reported by Patrick Welche via
3844 * doc/autoconf.texi (Shellology): Note that set -o posix is
3845 useful for pkdsh, too.
3847 2004-06-24 Paul Eggert <eggert@cs.ucla.edu>
3849 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
3850 _AS_UNSET_PREPARE, so that we can use $as_unset directly.
3851 Don't fail if ENV or BASH_ENV is readonly.
3852 (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
3853 etc. are read only. Problem reported by Ludovic Courtes.
3855 2004-06-23 Noah Misch <noah@cs.caltech.edu>
3857 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
3858 zsh, disable GLOB_SUBST to avoid backslash handling problems.
3861 2004-06-04 Paul Eggert <eggert@cs.ucla.edu>
3863 * doc/autoconf.texi (File System Conventions): Warn about
3864 names like "aux". Problem reported by Eric Blake.
3866 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
3867 by zero instead of array size, so that we can use any arithmetic
3868 constant expression (instead of requiring an integer constant
3869 expression). This allows us to test expressions like DBL_MAX <
3870 LDBL_MAX, which didn't conform to the C standard using the old
3872 (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
3873 now that we can do floating-point tests at compile time.
3875 2004-06-02 Paul Eggert <eggert@cs.ucla.edu>
3877 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
3878 and LDBL_EPSILON, as the resulting expression isn't an
3879 integer constant expression and violates the C standard.
3880 Problem reported by Nelson H. F. Beebe. Also, check
3881 for "L" suffix, and check that long double doesn't have
3882 worse range or precision than double, that mixed-mode
3883 arithmetic doesn't generate a diagnostic, that double
3884 constants fit in long double.
3886 2004-06-03 Kevin Ryde <user42@zip.com.au>
3888 * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
3889 malloc(0) and realloc(NULL,size).
3891 * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
3894 2004-05-31 Paul Eggert <eggert@cs.ucla.edu>
3896 * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
3897 in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. Problem reported
3900 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
3902 * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
3903 can be rewritten using if-then-else. Suggested by Bruno Haible.
3905 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
3907 * doc/autoconf.texi (testsuite Scripts): Fix typo.
3908 Problem reported by Stepan Kasal.
3910 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
3912 * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
3913 change). Patch reported by Ralf Wildenhues in
3914 <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
3916 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
3917 function F exists if the compiler and linker let you compile an
3918 expression like (F != 0). Recent versions of GCC optimize away
3919 the reference to F in that case, since every function address must
3920 be nonzero, so the link succeeds even if F does not exist.
3921 Problem reported by Manu in
3922 <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
3924 * doc/autoconf.texi (Systemology): Standardize on the spelling of
3925 "Unix". Many uses changed.
3926 (Limitations of Builtins): Explain better why the ! command isn't
3929 2004-05-22 Alexandre Duret-Lutz <adl@gnu.org>
3931 * lib/autom4te.in (Automake-preselections): Preselect
3932 LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
3934 2004-05-19 Kevin Ryde <user42@zip.com.au>
3936 * doc/autoconf.texi (Function Portability): Add strerror_r, cross
3937 referencing AC_FUNC_STRERROR_R.
3939 * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
3940 note pessimistic assumption when cross compiling.
3942 2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
3944 * doc/autoconf.texi (Limitations of Make): Note that BSD make
3945 (until 2004) invoked subcommands with sh -e, contra POSIX.
3946 Reported by Kevin Ryde.
3948 2004-05-10 Eric Sunshine <sunshine@sunshineco.com>
3950 * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
3951 _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
3952 " $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
3953 `test -f " /usr/bin/grep"', which _always_ failed.
3954 (AC_PROG_SED): Ditto bogus PATH fix.
3955 * autoconf.texi (AC_PROG_GREP): Properly document that this macro
3956 requires that grep correctly supports _multiple_ `-e' options, rather
3957 than stating only that grep should accept `-e'.
3959 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
3961 Port to C99, which requires that 'exit' be declared.
3963 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
3964 to ensure that stdlib.h is included.
3965 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
3966 AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
3967 _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3968 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3969 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3970 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
3971 when using 'exit' in a test; C99 requires that 'exit' be declared.
3973 2004-05-02 Paul Eggert <eggert@cs.ucla.edu>
3975 * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
3976 now prefers 'grep' implementations that accept -e.
3977 (Limitations of Usual Tools): Describe problems of traditional
3978 egrep and fgrep with long input lines, and of traditional grep
3980 * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
3981 (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
3982 All callers changed. Append /usr/xpg4/bin to the PATH, for
3984 (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
3985 the user with complaints about multiple -e options.
3986 * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
3987 Define it with AC_PROG_GREP.
3988 * configure.ac (AC_PROG_GREP): Add.
3989 * lib/freeze.mk (GREP): New macro.
3991 2004-05-02 Eric Sunshine <sunshine@sunshineco.com>
3993 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
3994 a possible candidate only after all others fail, rather than
3995 consulting it first. This improves backward compatibility by
3996 better reflecting the way shell selection occurred in previous
3997 versions of Autoconf, and should help to avoid triggering latent
3998 problems in other packages, such as the one in Automake where zsh
3999 is not handled robustly:
4000 http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4001 Although it is not Autoconf's responsibility to work around
4002 problems in Automake, it nevertheless makes sense to avoid
4003 introducing unnecessary incompatibilites.
4005 2004-04-22 Albert Chin-A-Young <china@thewrittenword.com>,
4006 Gary V. Vaughan <gary@gnu.org>
4008 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4009 how deeply nested we are when a suitable tool is found, set the
4010 ac_path_TOOL_found flag.
4011 (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4012 nested we are in this macro. Break out of all 3 nested loops if
4013 ac_path_TOOL_found is set.
4015 2004-04-21 Gary V. Vaughan <gary@gnu.org>
4017 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4018 of the _AS_PATH_WALK loop too if GNU flavor is found.
4020 2004-04-21 Alexandre Duret-Lutz <adl@gnu.org>
4022 * doc/autoconf.texi (Limitations of Make): Update documentation
4023 for `$<'. New entry `Long lines', based on a report from Simon
4024 Josefsson. Augment the documentation for SHELL = @SHELL@ with a
4025 paragraph about DJGPP, based on a mail from Richard Dawe.
4027 2004-04-20 Paul Eggert <eggert@twinsun.com>
4029 * tests/c.at (C keywords): Don't assume that GCC supports
4030 "restrict" and "inline", as sufficiently-old GCC versions do not
4031 (also, GCC configured to be in pedantic C89 mode does not).
4032 Problem reported by Sumit Pandya in:
4033 http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4035 * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4036 consider -g to work if it generates warnings when plain compiles
4037 don't. Problem reported by Braden McDaniel in:
4038 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4040 * doc/autoconf.texi (Slashes): New section, to document a problem
4041 reported by Jim Meyering in:
4042 http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4044 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4045 linker output files before linking, to work around IRIX 6 linker bug.
4046 Problem reported by Rainer Orth in:
4047 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4049 2004-04-20 Gary V. Vaughan <gary@gnu.org>
4051 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4052 best tool so far counter rely on the tool path variable name to
4053 avoid checks for one tool being affected by the results of running
4054 the length check on a previous tool.
4056 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4057 match expression argument, as different greps have different
4058 regular expression flavours.
4059 (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4061 (AC_PROG_EGREP): Pass 'EGREP$'.
4062 (AC_PROG_GREP): Pass 'GREP$'.
4064 2004-04-20 Albert Chin-A-Young <china@thewrittenword.com>
4066 * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4067 is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4069 2004-03-29 Paul Eggert <eggert@twinsun.com>
4071 * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4072 Types, Specific Compiler Characteristics, System Services,
4073 Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4074 etc. consistently instead of 'long', 'short', 'unsigned' etc.
4075 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4076 * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4078 * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4079 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4080 AC_TYPE_OFF_T): Likewise.
4081 * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4084 * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4085 pacify libtool 1.5.2. Fix quoting problems in sed command.
4087 2004-03-28 Paul Eggert <eggert@twinsun.com>
4089 * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4090 now defines HAVE_DECL_TZNAME if it is declared, when
4091 HAVE_STRUCT_TM_TM_ZONE is not defined.
4092 * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4093 Do not assume atoi. Rely on HAVE_DECL_TZNAME when testing
4096 2004-03-28 Steven G. Johnson <stevenj@fftw.org>
4098 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4099 superfluous backslashing of quotes (") in sed expressions;
4100 thanks to Paul Eggert.
4102 2004-03-26 Steven G. Johnson <stevenj@alum.mit.edu>
4104 * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4105 Fortran compiler is ifort, also added pghpf; thanks to Nelson
4106 H. F. Beebe for the bug report.
4108 2004-03-26 Steven G. Johnson <stevenj@fftw.org>
4110 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4111 quoted -cmdline argument in Portland Group compiler (bug
4112 reported by Jeffrey J. Barteet).
4114 2004-03-25 Kevin Ryde <user42@zip.com.au>
4116 * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4117 (Run Time): ... here, where it's now mentioned.
4119 2004-03-19 Alexandre Duret-Lutz <adl@gnu.org>
4121 * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4122 inherits from language Autoconf-without-aclocal-m4.
4123 (Customizing autom4te): Adjust example; the cache must now be
4124 disabled for language Autoconf-without-aclocal-m4.
4126 2004-03-16 Paolo Bonzini <bonzini@gnu.org>
4127 Nathanael Nerode <neroden@twcny.rr.com>
4129 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4130 AC_CHECK_TOOLS): Warn if a cross-tool is found without
4132 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4133 AC_CHECK_TARGET_TOOLS): New macros.
4134 * doc/autoconf.texi (Generic Programs): Document
4135 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4136 AC_CHECK_TARGET_TOOLS, and warn for future changes
4137 in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4139 (Specifying Names): Document the reason for these future
4141 * tests/mktests.sh: Do not generate tests for the
4143 * NEWS: Document these changes.
4145 * doc/autoconf.texi: Avoid macros with unbraced arguments,
4146 they make TeX hang up.
4148 2004-03-15 Paul Eggert <eggert@bogus.example.com>
4150 * NEWS: New macro AC_CHECK_ALIGNOF.
4151 * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4152 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4153 int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4155 (AC_CHECK_ALIGNOF): New macro.
4156 * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4157 * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4160 2004-03-03 Paul Eggert <eggert@twinsun.com>
4162 * bin/Makefile.am (edit): Don't use $< in a context where
4163 POSIX doesn't require support for it. Use $@.in instead.
4164 Problem reported by Anthony N. Frasso in
4165 <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4166 * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4168 2004-02-23 Gary V. Vaughan <gary@gnu.org>
4170 * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4171 from the next generation of Libtool.
4172 * lib/autom4te.in (Autoreconf-preselections): Ditto.
4174 2004-02-20 Alexandre Duret-Lutz <adl@gnu.org>
4176 * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4177 is not always thread-safe. Report from Nathanael Nerode.
4179 2004-02-18 Paul Eggert <eggert@twinsun.com>
4181 Fix a dependencies problem, stemming from a Autoconf 2.59 build
4182 problem on QNX reported by Stephen Rasku in
4183 <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4185 * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4186 $(m4sh_m4f_dependencies); this removes a FIXME.
4187 * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4188 (MAINTAINERCLEANFILES): Split into pieces,
4189 one per related section. Add $(srcdir)/wrapper.in.
4191 2004-02-09 Paul Eggert <eggert@twinsun.com>
4193 * doc/autoconf.texi (Setting Output Variables): Emphasize that
4194 AC_SUBST provides no portable way to escape literal newlines.
4196 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4197 flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4198 Darwin uses -lcrt2.o and there's little point to cataloging all
4199 the system variants. Partial fix reported by Andreas Waechter in:
4200 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4201 for bug reported by Nelson H. F. Beebe in:
4202 http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4204 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
4206 * doc/autoconf.texi (AU_DEFUN): Fix English,
4207 suggested by Paul Eggert.
4208 * lib/autoconf/autoupdate.m4: Correct reference to
4209 acobsolete.m4, suggested by Alexandre Duret-Lutz.
4211 2004-02-02 Paolo Bonzini <bonzini@gnu.org>
4213 * bin/autoupdate.in: Define __file__ so that warnings
4214 refer to the correct file.
4215 * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4216 the behavior of the third argument.
4217 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4218 correctly the behavior of the third argument. Document
4219 what the three macros that AU_DEFUN defines do. Fix
4220 warning message when the third argument includes $0
4221 (reported by Alexandre Duret-Lutz).
4223 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
4224 Eric Sunshine <sunshine@sunshineco.com>
4225 Paul Eggert <eggert@twinsun.com>
4227 * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4228 (AS_INIT): Output shell initialization there. Removed optional
4229 parameter. Expand _AS_SHELL_FN_SPY.
4230 (AS_INIT_WITH_SHELL_FN): Removed.
4231 (_AS_SHELL_FN_SPY): New macro.
4232 (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4234 (AS_SHELL_SANITIZE): Remove loop to find better shell
4235 and documentation for the parameter.
4236 (_AS_DETECT_BETTER_SHELL): Move it here.
4237 (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4238 (_AS_RUN): Move it here, support testing with eval.
4239 (AS_REQUIRE_SHELL_FN): Require shell functions when
4241 (_AS_LINENO_WORKS): Put around braces, we do not
4242 trigger the bash bug anymore.
4243 * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4244 use AS_INIT_WITH_SHELL_FN.
4245 * bin/autoconf.in, tests/wrapper.in: Regenerated.
4247 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
4249 * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4250 * doc/autoconf.texi: Don't say that the third parameter
4252 * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4253 (AU_DEFUN): Honor the third parameter, create autoupdate
4254 macros with AU_DEFINE.
4255 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4256 AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4257 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4258 * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4259 * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4260 AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4261 AC_XENIX_DIR): Likewise.
4262 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4263 AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4264 * lib/autoconf/status.m4: Remove FIXME.
4265 * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4266 that the macro is not present anymore in the updated
4268 * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4271 2004-01-28 Paul Eggert <eggert@twinsun.com>
4273 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4275 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4276 2003 (except 1997) to the list of copyright years. This undoes
4277 the 2003-05-22 change, which removed the older years from the list.
4278 * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4280 2004-01-27 Gary V. Vaughan <gary@gnu.org>
4281 Albert Chin-A-Young <china@thewrittenword.com>
4283 * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4284 grep or ggrep program in PATH that accepts as long lines as
4286 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4288 (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4289 egrep and fgrep respectively if $GREP -E/-F don't work.
4290 (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4291 _AC_PROG_GREP, and AC_PROG_SED.
4292 (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4293 longest input length accepted by a command.
4294 (AC_PROG_SED): Use it.
4295 * doc/autoconf.texi (Particular Programs): Document the changes.
4298 2004-01-27 Paul Eggert <eggert@twinsun.com>
4300 * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4301 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4302 bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4303 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4305 * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4306 bin/autoconf.in, config/Makefile.in, config/config.guess,
4307 config/config.sub, config/install-sh, config/mdate-sh,
4308 config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4309 lib/Makefile.in, lib/Autom4te/Makefile.in,
4310 lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4311 lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4312 lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4313 man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4314 man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4315 man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4316 tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4317 tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4318 tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4319 tests/actypes.at: Regenerate and/or sync with original
4322 2004-01-26 Paul Eggert <eggert@twinsun.com>
4324 * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4325 HAVE_INTTYPES_H is defined. This is needed on Tru64 5.1b with
4326 Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4327 not <inttypes.h>. Problem reported by Tim Mooney in
4328 <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4329 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4332 * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4333 otherwise "make check" fails because it forbids cmp (I guess
4334 because cmp treats files as binary on DOS-like systems).
4336 * tests/mktests.sh: Update copyright date to 2004, since some tests
4337 have changed in 2004.
4339 2004-01-23 Gary V. Vaughan <gary@gnu.org>
4341 * lib/autoconf/programs.m4 (AC_PROG_SED): New macro to test for a
4342 non-truncating sed or gsed program in PATH.
4343 * tests/acprograms.at: Add it.
4344 * doc/autoconf.texi (Particular Programs): Document it.
4347 2004-01-15 Paul Eggert <eggert@twinsun.com>
4349 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4350 -std1 disables some useful extensions on Tru64. Problem reported
4352 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4354 2004-01-14 Paul Eggert <eggert@twinsun.com>
4356 * doc/autoconf.texi (Programming in M4sh): Document that
4357 AS_MKDIR_P succeeds if the destination is a symbolic link
4358 to an existing directory.
4359 (Limitations of Usual Tools): Note that mkdir -p might not
4360 succeed on symlinks to directories.
4362 2004-01-13 Paul Hilfinger <hilfinger@CS.Berkeley.EDU>
4364 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4365 * bin/autoheader.in: Grammar fix in message.
4366 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4367 Test for dir before calling mkdir -p. (trivial changes)
4369 2004-01-13 Eric Blake <ebb9@byu.net>
4371 * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4372 AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/. (trivial change)
4374 2004-01-10 Jim Meyering <jim@meyering.net>
4376 * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4378 2004-01-09 Paul Eggert <eggert@twinsun.com>
4380 * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4381 with `autoconf -Wall,error'. Bug reported by Eric Blake in:
4382 http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4383 (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4384 AC_COMPILE_IFELSE, since we now assume our caller invokes
4385 AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4386 (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4387 of AC_RUN_IFELSE; this avoids the warning mentioned above.
4388 (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4390 2004-01-07 Paul Eggert <eggert@twinsun.com>
4392 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4393 `"'...'"`, as it's confusing (and I suspect it may not work on
4394 some platforms). The code was incorrect anyway, as it assumed
4395 that \$ evaluated to itself in that context. Reported by
4396 Alexandre Duret-Lutz.
4398 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
4400 * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4401 and _LT_AC_TAGCONFIG.
4403 2004-01-06 Paul Eggert <eggert@twinsun.com>
4405 * doc/autoconf.texi (One Macro Call): Fix an incorrect
4406 example, and add more examples. Reported by Eric Sunshine.
4408 2004-01-05 Paul Eggert <eggert@twinsun.com>
4410 * doc/autoconf.texi (Limitations of Usual Tools):
4411 Remove warning against "rm -fr" introduced yesterday; it
4414 * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4415 autoscan, autoupdate, ifnames): Don't use chmod -w.
4416 * lib/Makefile.am (autom4te.cfg): Likewise.
4417 * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4420 2004-01-04 Paul Eggert <eggert@twinsun.com>
4421 Paolo Bonzini <bonzini@gnu.org>
4423 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4424 by doing lineno substitution only on lines containing "$LINENO".
4426 2004-01-04 Paul Eggert <eggert@twinsun.com>
4428 * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4429 Use "rm -f" to remove conftest.sed, not plain "rm".
4430 Bug reported by David Relson in
4431 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4433 * Makefile.am (autom4te-update):
4434 Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4435 * Makefile.maint (my-distcheck, do-po-update): Likewise.
4436 * doc/autoconf.texi (Guidelines): Likewise.
4437 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4438 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4439 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4440 * lib/autotest/general.m4 (AT_INIT): Likewise.
4441 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4442 * tests/Makefile.am (clean-local): Likewise.
4443 * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4445 * doc/autoconf.texi (Limitations of Usual Tools):
4446 Warn against "rm -fr".
4448 2004-01-03 Paul Eggert <eggert@twinsun.com>
4450 * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4451 -c -o might not work. From a suggestion by Kevin Ryde.
4452 (C Compiler, Generating Sources, Limitations
4453 of Usual Tools, Limitations of Make, Making testsuite Scripts):
4454 Don't put '-o' after non-options, as POSIX doesn't allow this.
4455 Mention that cc's name might be gcc or c89 or whatever.
4457 2004-01-04 Kevin Ryde <user42@zip.com.au>
4459 * doc/autoconf.texi: Add various further index entries.
4461 2003-12-29 Paul Eggert <eggert@twinsun.com>
4463 * bin/autoreconf.in (autoreconf_current_directory):
4464 Fix typo: mkdir without umask arg.
4466 2003-12-27 Alexandre Duret-Lutz <adl@gnu.org>
4468 * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4469 Documents OSF1/Tru64 make behavior. Replace `VPATH = ../src' by
4470 `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4471 explanation clearer.
4473 2003-12-24 Andreas Schwab <schwab@suse.de>
4475 * doc/autoconf.texi (Default Includes): Fix misspelling of
4476 AC_INCLUDES_DEFAULT.
4478 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
4480 * configure.ac: Test if sh -n works.
4481 * configure: Regenerate.
4482 * tests/atlocal.in: Store the result here.
4483 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4484 tools.at, looking in atlocal's ac_cv_sh_n_works instead
4485 of explicitly testing.
4486 (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4487 (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4488 * tests/tools.at (Syntax of the shell scripts): Simplify
4489 using AT_CHECK_SHELL_SYNTAX.
4490 (Syntax of the Perl scripts): Remove definition of
4491 AT_CHECK_PERL_SYNTAX.
4493 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
4495 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4496 stderr to /dev/null.
4497 * bin/autoconf.in: Regenerate.
4498 * bin/wrapper.in: Regenerate.
4500 2003-11-26 Paolo Bonzini <bonzini@gnu.org>
4502 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4503 Extracted from AS_SHELL_SANITIZE.
4504 (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4506 (AS_SHELL_SANITIZE): Move reinvocation code from
4507 _AS_LINENO_WORKS, use it to find out if shell
4509 (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4511 (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4512 (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4514 * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4515 * bin/autoconf.in: Regenerate.
4516 * tests/wrapper.in: Regenerate.
4517 * tests/tools.at: Test the syntax of tests/autoconf
4518 and tests/testsuite.
4520 2003-11-24 Akim Demaille <akim@epita.fr>
4522 * config/announce-gen (&print_locations, &print_signatures)
4525 No longer rely on Gnus to inline the list of signatures: compute
4528 2003-11-24 Akim Demaille <akim@epita.fr>
4530 * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4531 override some files.
4532 (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4533 From Debian Autoconf 2.58.
4535 2003-11-24 Akim Demaille <akim@epita.fr>
4537 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
4539 From Debian Autoconf 2.58.
4541 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4543 * TODO: Remove already done things. Update the part about finding
4544 tools for the target.
4546 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4548 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
4549 Make wording more consistent.
4550 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
4551 Explain the transition better.
4552 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
4553 the transition better.
4555 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
4557 * doc/autoconf.texi (Obsoleting Macros): Don't document the third
4558 parameter of AU_DEFUN.
4559 * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
4560 (AU_DEFUN): Remove the third parameter, it was not used.
4561 Use AC_DEFUN directly, not AU_DEFINE.
4562 * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
4563 the expanded body, consistently with other macros such as AC_USG.
4565 2003-11-17 Paul Eggert <eggert@twinsun.com>
4567 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
4568 into the initial confdefs.h, to work around a bug in NextStep 3.3
4569 patch 3 reported by Eric Sunshine.
4571 2003-11-15 Kevin Ryde <user42@zip.com.au>
4573 * doc/autoconf.texi (Using System Type): Revise, showing $host rather
4574 than $target since the latter is not usual, add guidelines on when to
4575 use or not use the system type.
4577 2003-11-12 Derek Price <derek@ximbiot.com>
4579 * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
4580 typo misrepaired by an auto-spellcheck.
4582 2003-11-12 Akim Demaille <akim@epita.fr>
4584 * bin/autoreconf.in (&parse_args): Don't call automake with
4585 --force-missing unless it actually supports it.
4586 From Debian #219336.
4588 2003-11-12 Akim Demaille <akim@epita.fr>
4590 * configure.ac: Bump to 2.59a.
4593 2003-11-06 Akim Demaille <akim@epita.fr>
4597 2003-11-05 Alexandre Duret-Lutz <adl@gnu.org>
4599 * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
4600 so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
4601 and ac_abs_top_srcdir are absolute paths.
4602 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
4604 2003-11-05 Akim Demaille <akim@epita.fr>
4606 * configure.ac: Bump to 2.58a.
4608 2003-11-05 Kevin Ryde <user42@zip.com.au>
4610 * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
4611 it provokes a warning from makeinfo about looking like a cross
4612 reference in info output.
4614 * doc/autoconf.texi (Function Portability): Add notes on signal
4615 handler return type, as per AC_TYPE_SIGNAL.
4617 2003-11-04 Akim Demaille <akim@epita.fr>
4620 * doc/standards.texi: Update from master.
4622 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
4624 2003-11-04 Akim Demaille <akim@epita.fr>
4626 AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
4627 computing the absolute path to d1 in the source hierarchy: it may
4628 not exist at all. So don't cd into it.
4629 From Alexandre Duret-Lutz.
4630 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
4632 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
4633 From Paul Eggert, but named after Perl's IO::Spec->catfile.
4634 * doc/autoconf.texi (Programming in M4sh): Document.
4635 * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
4637 2003-11-03 Pavel Roskin <proski@gnu.org>
4639 * doc/autoconf.texi (Generic Structure Checks): Describe
4640 action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
4642 2003-10-31 Akim Demaille <akim@epita.fr>
4644 * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
4646 * doc/autoconf.texi (Language Choice): Document.
4647 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
4648 the current language is Fortran.
4650 2003-10-31 Akim Demaille <akim@epita.fr>
4652 * bin/autom4te.in (&freeze): Use a less likely warning separator
4653 than `\n\n', so that `\n\n\n' is valid in warnings.
4654 Reported by Steve Huston.
4656 2003-10-28 Akim Demaille <akim@epita.fr>
4658 * Makefile.cfg (local_updates, executable-update): Tweak to be
4659 robust to parallel makes.
4660 Suggested by Alexandre Duret-Lutz.
4662 2003-10-27 Akim Demaille <akim@epita.fr>
4664 * Makefile.cfg (executable-update): New.
4665 (local_updates): Call it.
4667 2003-10-27 Akim Demaille <akim@epita.fr>
4669 * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
4670 Don't remove core.* as it may remove valid user files.
4671 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
4672 (AC_FUNC_UTIME_NULL): Likewise.
4674 2003-10-23 Akim Demaille <akim@epita.fr>
4677 * config/config.guess, config/config.sub: Upgrade from masters.
4679 2003-10-23 Akim Demaille <akim@epita.fr>
4681 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
4682 AC_COMPILE_IFELSE that use break skip the clean up. So do it by
4685 2003-10-23 Akim Demaille <akim@epita.fr>
4687 * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
4688 Don't forget to remove conftest.err.
4690 2003-10-23 Akim Demaille <akim@epita.fr>
4692 * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
4693 same object file in $LIBOBJS.
4694 Reported by Alexandre Duret-Lutz & Derek Robert Price.
4695 * doc/autoconf.texi (Generic Functions): Adjust.
4697 2003-10-20 Paul Eggert <eggert@twinsun.com>
4699 * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
4700 Use 'eval', so that the resulting configure scripts work even if
4701 the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
4703 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
4705 * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
4706 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
4707 (_AC_LINK_IFELSE): Check the werror flag.
4708 * doc/autoconf.texi (Generic Compiler Characteristics): Document
4712 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
4714 * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
4715 _AC_COMPILER_EXEEXT to attempt a link. If linking fails,
4716 override AC_LINK_IFELSE.
4718 2003-10-15 Paul Eggert <eggert@twinsun.com>
4720 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
4721 pdksh 5.2.14. Bug reported by Ralf Corsepius.
4722 * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
4723 Mention /usr/dt/bin/dtksh on Solaris.
4724 (Shell Substitutions): Warn about $((...)).
4725 (Parentheses): New section.
4727 2003-10-15 Kevin Ryde <user42@zip.com.au>
4729 * doc/autoconf.texi (Function Portability): Add @prindex for exit.
4730 Add putenv and unsetenv. Add sysconf _SC_PAGE_SIZE.
4732 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4734 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
4737 2003-10-11 Steven G. Johnson <stevenj@alum.mit.edu>
4739 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
4740 name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
4742 2003-10-10 Andreas Schwab <schwab@suse.de>
4744 * bin/autoheader.in: Avoid empty first line in --version and
4746 * bin/ifnames.in: Likewise.
4748 2003-10-09 Paul Eggert <eggert@twinsun.com>
4750 * lib/Autom4te/XFile.pm: Don't assume -j is solo.
4751 Issue a more-informative diagnostic.
4752 Problems reported by Eric Sunshine.
4754 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
4756 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
4757 -mGLOB_options_string stuff for Intel ifc, which can cause
4758 _AC_FC_LIBRARY_LDFLAGS to fail. Use (faster) case for
4759 pattern-matching instead of grep.
4761 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
4763 * doc/autoconf.texi: Document new FC Fortran macros.
4765 2003-10-08 Gary V. Vaughan <gary@gnu.org>
4767 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
4768 that future autopoint/aclocal/automake/autoreconf will be able
4769 to trace to find where to install local m4 macros.
4770 * doc/autoconf.texi (Input): Document it.
4773 2003-10-06 Gary V. Vaughan <gary@gnu.org>
4775 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
4776 -lcrtbegin.o to list of ignored flags and fix underquoting of
4779 2003-10-04 Steven G. Johnson <stevenj@ab-initio.mit.edu>
4781 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
4782 cache variable instead of $G77 to decide whether to include -O2,
4783 since $G77 is specific to Fortran 77.
4785 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
4787 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
4788 free" flag. Re-order flags tested into rough order of popularity.
4790 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
4792 * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
4793 arguments so that it can be used with syntax identical to
4794 AC_PROG_F77, and so that we can more easily decide to
4795 remove/deprecate the DIALECT optional argument in the future if it
4797 (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
4798 non-freeform-supporting compilers. Document freeform flags.
4800 2003-10-03 Akim Demaille <akim@epita.fr>
4802 * configure.ac: Look for emacs, not macs.
4803 Reported by Eric Sunshine.
4805 2003-10-03 Akim Demaille <akim@epita.fr>
4807 * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
4808 * bin/autoreconf.in (autoreconf_current_directory): Create the
4809 AUX_DIR if needed, for sake of automake --add-missing etc.
4810 Suggested by Alexandre Duret-Lutz.
4812 2003-10-03 Akim Demaille <akim@epita.fr>
4814 * configure.ac: Quotation and formatting changes.
4815 (EMACS): Don't set it if it is not recent enough to support
4819 2003-10-02 Akim Demaille <akim@epita.fr>
4821 * bin/ifnames.in (&scan_file): Skip C++ comments.
4824 2003-10-01 Pavel Roskin <proski@gnu.org>
4826 * doc/autoconf.texi (Particular Structure Checks):
4827 Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
4829 2003-10-01 Akim Demaille <akim@epita.fr>
4833 2003-09-30 Paul Eggert <eggert@twinsun.com>
4835 * lib/Autom4te/XFile.pm: Use Errno.
4836 (lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
4837 <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
4839 2003-09-30 Akim Demaille <akim@epita.fr>
4841 * config/announce-gen (&print_news_deltas): Extracted from...
4842 (&print_changelog_deltas): here.
4843 (&news_file): Rename as...
4846 2003-09-30 Nicolas Joly <njoly@pasteur.fr>
4848 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
4849 have been created when invoking the compiler.
4850 * tests/fortran.at (GNU Fortran 77): Quote $G77.
4852 2003-09-29 Akim Demaille <akim@epita.fr>
4856 * config/mkinstalldirs: Upgrade.
4858 2003-09-28 Paul Eggert <eggert@twinsun.com>
4860 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
4861 Problem reported by Lars J. Aas in
4862 <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
4863 (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
4864 "test -d ./-p && rmdir ./-p". Suggested by Andreas Schwab in:
4865 http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
4867 2003-09-26 Akim Demaille <akim@epita.fr>
4869 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
4870 directory for AC_CONFIG_COMMANDS' first argument exists.
4871 This makes valid the invocation of _AC_SRCPATH that follows.
4872 Reported by Eric Sunshine.
4873 * doc/autoconf.texi (Configuration Commands): Adjust.
4875 2003-09-26 Akim Demaille <akim@epita.fr>
4877 * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
4878 Reported by Ralf Corsepius.
4880 2003-09-26 Akim Demaille <akim@epita.fr>
4882 * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
4884 Actually, use AU_ALIAS.
4887 2003-09-26 Paul Eggert <eggert@twinsun.com>
4889 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
4890 rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
4891 Problem reported by Eric Sunshine in:
4892 http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
4894 2003-09-26 Akim Demaille <akim@epita.fr>
4896 The test suite are sometimes assigning timings incorrectly.
4897 Reported by Henk Krus.
4898 Diagnosed by Nicolas Joly.
4900 * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
4902 Instead of making AT_help a sequence of assignments to grow
4903 $at_help_all, just make AT_help_all be the growing contents of
4904 $at_help_all, and make a single assignment in...
4906 (at_times_skip): Flip the meaning and rename as...
4908 (AT_INIT): When summarizing the test that ran, remove
4909 $at_times_file after use, and check it is present before trying to
4912 2003-09-25 Akim Demaille <akim@epita.fr>
4916 * bin/Makefile.am (edit): Handle '@configure_input@'.
4917 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
4918 (ifnames): chmod -w.
4919 * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
4920 executables, not bin/ executables! Otherwise all the magic needed
4921 to find non installed files is turned off. This caused a failure
4922 of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
4923 as found in its environment (sent by tests/autoreconf): pointing
4924 to bin/autom4te that could not find its files.
4925 * tests/mktests.sh: Force the replacement of generated files, for
4926 the sake of "mv" program that are interactive when overwriting a
4928 * config/install-sh: Upgrade from CVS Automake.
4930 2003-09-23 Paul Eggert <eggert@twinsun.com>
4932 * doc/autoconf.texi (Limitations of Builtins): Document test -h
4933 versus test -L issues.
4935 2003-09-23 Daniel Jacobowitz <drow@mvista.com> and
4936 Paul Eggert <eggert@twinsun.com>
4938 Trivial change to support GCC's configuration procedure.
4939 * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
4940 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
4941 about inconsistency if the preprocessor is set to give errors for
4943 * doc/autoconf.texi (C Compiler Characteristics): Document this.
4945 2003-09-13 Alexandre Duret-Lutz <adl@gnu.org>
4947 * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
4948 and XFile.pm from Automake.
4949 * lib/Autom4te/XFile.pm: Update from Automake.
4951 2003-09-12 Akim Demaille <akim@epita.fr>
4955 2003-09-12 Akim Demaille <akim@epita.fr>
4957 * config/config.guess, config/config.sub, config/missing,
4958 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
4961 2003-09-12 Akim Demaille <akim@epita.fr>
4963 * doc/autoconf.texi (Header Portability): Promote linux/types.h,
4966 2003-09-11 Akim Demaille <akim@epita.fr>
4968 * doc/autoconf.texi (Header Portability): linux/random.h.
4969 From Peter Hendrickson.
4971 2003-09-10 Akim Demaille <akim@epita.fr>
4973 * tests/mktests.sh (au_exclude_egrep): Make it harder to be
4974 willing to edit the output files.
4976 2003-09-10 Akim Demaille <akim@epita.fr>
4978 * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
4980 * tests/mktests.sh: Skip AC_FC_SRCEXT.
4981 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
4983 2003-09-09 Akim Demaille <akim@epita.fr>
4985 * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
4986 Reported by Gary Vaughan.
4987 * bin/autom4te.in (handle_m4): Likewise.
4989 2003-09-09 Akim Demaille <akim@epita.fr>
4991 * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
4994 2003-09-07 Paul Eggert <eggert@twinsun.com>
4996 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
4997 Improve the accuracy of the wording about obsolescence.
4998 From a suggestion by Ian Lance Taylor in
4999 <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5001 2003-09-05 Paul Eggert <eggert@twinsun.com>
5003 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5004 for the benefit of g77 3.2. Fix suggested by Steven G. Johnson.
5006 2003-09-04 Akim Demaille <akim@epita.fr>
5008 * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5011 2003-09-04 Akim Demaille <akim@epita.fr>
5013 * bin/autom4te.in: Use &fatal where more appropriate than &error.
5014 (freeze): When exiting, use $exit_code.
5015 * lib/autoconf/fortran.m4: Comment changes.
5017 2003-09-04 Akim Demaille <akim@epita.fr>
5019 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5021 2003-09-02 Steven G. Johnson <stevenj@alum.mit.edu>
5023 Add support for newer Fortran dialects. The F77 interface is
5024 unchanged, and continues to support Fortran 77. New FC macros
5025 correspond to all the old F77 macros, with output variables FC,
5026 FCFLAGS, and FCLIBS. AC_PROG_FC defaults to picking the newest
5027 available dialect, but older dialects can be specified. There are
5028 new macros AC_FC_SRCEXT to set the source extension, and
5029 AC_FC_FREEFORM to accept free-form source files.
5031 * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5033 (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5034 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5035 _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5036 _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5037 AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5038 AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5039 _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5040 _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5041 AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5042 _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5043 AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5044 _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5045 AC_FC_SRCEXT, AC_FC_FREEFORM):
5047 (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5048 AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5049 AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5050 Rewrite in terms of the above.
5051 (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5052 * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5053 * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5054 AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5056 2003-09-02 Paul Eggert <eggert@twinsun.com>
5058 * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5059 Document problems with timestamp resolution that 'make', 'cp -p', and
5062 2003-08-27 Akim Demaille <akim@epita.fr>
5064 * tests/m4sugar.at (cross_warning): Make sure to enable the
5065 output, so that we can track spurious m4sugar output.
5066 * tests/local.at: Require 2.57.
5067 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5068 are defaulted by AT_CHECK anyway.
5069 Use AT_CHECK_AUTOM4TE.
5070 * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5073 2003-08-27 Akim Demaille <akim@epita.fr>
5075 * bin/autoheader.in: Issue the "Using auxiliary..." message only
5076 when -Wobsolete is set.
5077 Set it on by default.
5078 Suggested by Klee Dienes.
5080 2003-08-27 Akim Demaille <akim@epita.fr>
5082 * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5086 2003-08-26 Akim Demaille <akim@epita.fr>
5088 * doc/autoconf.texi (Output): Make clear that one can run code
5091 2003-08-25 Akim Demaille <akim@epita.fr>
5093 * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5096 2003-08-25 Alexandre Duret-Lutz <adl@gnu.org>
5098 * bin/autoreconf.in (parse_args): Do not pass --no-force to
5099 Automake versions prior to 1.8.
5101 2003-08-25 Akim Demaille <akim@epita.fr>
5103 * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5106 2003-08-24 Akim Demaille <akim@epita.fr>
5108 * configure.ac: Bump to 2.57c.
5110 2003-08-22 Akim Demaille <akim@epita.fr>
5114 * Makefile.cfg (local-checks-to-skip): New.
5115 * Makefile.maint (local-check): Rename as...
5116 (local-checks-available): this.
5119 * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5120 * configure.ac: Require Automake 1.7.6.
5122 2003-08-22 Akim Demaille <akim@epita.fr>
5124 Output stack traces in warnings.
5126 * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5127 Replace the former...
5128 (m4_warn): Pass the call stack to _m4_warn.
5129 * bin/autom4te.in: Adjust to output the call stack.
5130 * tests/m4sugar.at (m4@&t@_warn): Adjust.
5132 2003-08-22 Akim Demaille <akim@epita.fr>
5134 * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5135 * bin/autom4te.in: Adjust.
5137 2003-08-21 Akim Demaille <akim@epita.fr>
5139 * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5141 (&getopt): Adjust the note and verb channels, depending upon
5143 * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5144 * bin/autoupdate.in: Adjust.
5145 Use &verb, not &verbose.
5147 2003-08-21 Akim Demaille <akim@epita.fr>
5149 * bin/autoheader.in (&parse_args): Use &parse_warnings and
5151 ($help): Use Autom4te::ChannelDefs::usage.
5152 * bin/autoscan.in: Use Autom4te::ChannelDefs.
5153 * lib/Autom4te/General.pm: Don't export error: you don't own it.
5155 2003-08-21 Akim Demaille <akim@epita.fr>
5157 First stab at preserving warnings between calls to autom4te,
5158 including when the cache is used.
5160 There are still several issues: (i) there are too many runs of m4
5161 (one for include, one for warnings, and some more), (ii) warnings
5162 spreading on several lines are not handled gracefully, (iii) the
5163 code meant to have the call stack display for errors does not work
5164 (its handling should move from m4 to autom4te).
5166 * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5168 (@preselect): Add m4_warn.
5169 ($exit_status): Remove, use $exit_code.
5170 ($help): Use Autom4te::ChannelDefs::usage.
5171 (&handle_m4): No longer define the m4_warnings.
5172 At each run, extract and report the warnings.
5173 Always cache the result, including if the exit status is on
5174 failure, since if nothing changes, we should result in the same
5175 failure, hence we can use the cache.
5176 * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5177 (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5179 (m4_warn): Redefine as a do-nothing: it is its invocation that
5180 matters, as warnings are now reported via traces.
5181 * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5182 the contents of m4_warn: make it _call_ m4_warn, so that tracing
5183 the latter reveals calls to the former.
5187 * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5189 2003-08-21 Akim Demaille <akim@epita.fr>
5191 * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5194 2003-08-21 Akim Demaille <akim@epita.fr>
5196 * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5198 * lib/Autom4te/ChannelDefs.pm: Doc typos.
5199 (&parse_warnings): Accept a list of warning requests.
5200 (&usage): Return a string, not a side effect.
5201 (cross): New warning category.
5203 2003-08-21 Akim Demaille <akim@epita.fr>
5205 * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5206 (&require_configure_ac): Accept an optional directory argument.
5207 ($configure_ac): Remove.
5208 * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5210 * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5211 * bin/autoscan.in: Adjust.
5213 2003-08-20 Akim Demaille <akim@epita.fr>
5215 * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5216 Reported by Alexandre Duret-Lutz.
5218 2003-08-20 Akim Demaille <akim@epita.fr>
5220 * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5221 * bin/autom4te: Adjust.
5222 In particular, be Autoconf tools are really silent when properly
5223 working, bind the verbosity of the 'note' channel to $verbose.
5224 * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5225 (&xsystem, &contents): Remove, since they are exported by...
5226 * lib/Autom4te/FileUtils.pm: this.
5228 * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5229 * lib/Autom4te/FileUtils.pm: here.
5231 2003-08-20 Akim Demaille <akim@epita.fr>
5233 * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5234 * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5237 2003-08-20 Akim Demaille <akim@epita.fr>
5239 * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5240 (autom4te-update): New.
5241 * Makefile.cfg (update): Bind autom4te-update.
5243 2003-08-19 Derek Price <derek@ximbiot.com>
5245 * lib/autotest/general.m4: Comment various HELP_* diversions.
5246 (PARSE_ARGS_BEGIN): New section for option parsing related
5248 (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5249 package specific options and associated help.
5251 2003-08-19 Akim Demaille <akim@epita.fr>
5253 * config/announce-gen, Makefile.cfg: New.
5254 * Makefile.am: Adjust.
5255 * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5257 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
5259 * lib/autom4te.in (Automake-preselections): Preselect
5260 AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5263 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
5265 * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5266 (Autoconf-without-aclocal-m4): ... this new language.
5267 * doc/autoconf.texi (autom4te Invocation): Mention
5268 Autoconf-without-aclocal-m4.
5270 2003-08-18 Derek Price <derek@ximbiot.com>
5272 * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5273 RUN-IF-PASS optional arguments.
5275 2003-08-18 Derek Price <derek@ximbiot.com>
5277 * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5279 2003-08-16 Derek Price <derek@ximbiot.com>
5281 * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5282 STDOUT & STDERR arguments.
5284 2003-08-14 Derek Price <derek@ximbiot.com>
5286 * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5287 DESCRIPTION rather than FILE and LINE. Shorten result to fit in new,
5288 shorter column three. Add DESCRIPTION to log file content.
5290 2003-08-13 Derek Price <derek@ximbiot.com>
5292 * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5295 2003-08-12 Derek Price <derek@ximbiot.com>
5297 * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5298 (AT_CHECK_NOESCAPE): Move core functionality to...
5299 (_AT_CHECK): ...this new macro.
5301 2003-08-07 Derek Price <derek@ximbiot.com>
5303 * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5304 (AT_CHECK_NOESCAPE): ...to this new macro.
5306 2003-07-31 Paul Eggert <eggert@twinsun.com>
5308 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5309 in Bash 2.01. Problem reported by Brian Gough in
5310 <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5312 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
5314 * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5315 -lcrt1.o, for OS X. (trivial change)
5317 2003-07-07 Paul Eggert <eggert@twinsun.com>
5319 * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5320 inside '#ifndef __cplusplus'. Problem reported by
5323 2003-07-06 Bill Clarke <llib@computer.org>
5325 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5326 'long', not 'int', for benefit of Sun's recent C++ compilers
5327 (trivial change). See:
5328 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5329 (This really should be 'intptr_t', not 'long', but that would
5332 2003-06-25 Akim Demaille <akim@epita.fr>
5334 * lib/Makefile.am (autom4te.cfg): Make it read only.
5335 Depend on Makefile since it contains substitutions.
5337 * lib/autom4te.in (args): Add local.at? for Autotest args.
5338 This change was made on autom4te.cfg which is generated.
5339 Reported by Raja R. Harinath.
5341 2003-06-25 Akim Demaille <akim@epita.fr>
5343 * doc/autoconf.texi (Header Portability): sys/mount.h.
5344 From Gareth McCaughan.
5346 2003-06-23 Akim Demaille <akim@epita.fr>
5348 * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5349 not all of them. This fixes 1. the fact that when testing
5350 Autoconf there are many many config.log, 2. the incorrect use of
5351 top_srcdir to find config.log.
5352 Don't mix the detailed output of failed test with the summary of
5353 failures. Rather, append detailed log afterwards.
5355 2003-06-23 Akim Demaille <akim@epita.fr>
5357 * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5358 always run: output config.log on $at_group_log.
5360 2003-06-23 Akim Demaille <akim@epita.fr>
5362 * tests/torture.at (#define header templates): Don't use quotes in
5363 C++ comments as it puzzles Emacs' sh font-lock-mode.
5365 2003-06-23 Akim Demaille <akim@epita.fr>
5367 * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5368 * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5369 * tests/atspecific.m4: Rename as...
5370 * tests/local.at: This.
5371 * tests/suite.at: Move the globals into...
5372 * tests/local.at: here.
5373 * tests/Makefile.am: Adjust.
5374 * doc/autoconf.texi (testsuite Scripts): Adjust.
5376 2003-06-21 Kevin Ryde <user42@zip.com.au>
5378 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5379 error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5380 ensuring we add -std1 for full-ANSI.
5382 * doc/autoconf.texi (hdrindex): New macro.
5383 Add index entries for portability of various standard header files.
5385 2003-06-20 Akim Demaille <akim@epita.fr>
5387 * configure.ac: Bump to 2.57b.
5389 2003-06-20 Akim Demaille <akim@epita.fr>
5393 2003-06-20 Akim Demaille <akim@epita.fr>
5395 * bin/autom4te.in: Don't rely on $HOME being defined.
5396 Reported by Marc Espie as PR/233.
5398 2003-06-20 Akim Demaille <akim@epita.fr>
5400 * lib/autotest/general.m4: Use at_times_file only if used.
5403 2003-06-20 Akim Demaille <akim@epita.fr>
5405 * config/config.guess, config/config.sub, config/elisp-comp,
5406 * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5407 Update from masters.
5409 2003-06-11 Paolo Bonzini <bonzini@gnu.org>
5411 * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5412 * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5413 (TEST_SCRIPT): New diversion.
5414 (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5415 (AT_CLEANUP): ...to here. Undivert TEST_SCRIPT.
5416 (AT_INIT): Support for expected failures.
5418 2003-06-02 Akim Demaille <akim@epita.fr>
5420 * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5422 * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5423 Autoconf nor Automake.
5424 (&contents): New, from Automake.
5427 2003-05-28 Paul Eggert <eggert@twinsun.com>
5429 * NEWS, doc/autoconf.texi (Particular Functions),
5430 lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5431 is the inverse of localtime.
5433 2003-05-25 Alexandre Duret-Lutz <adl@gnu.org>
5435 * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5436 (handle_exec_errors): New function. Work around $! being
5437 altered by WEXITSTATUS.
5438 (xqx, xsystem): Use handle_exec_errors.
5440 2003-05-23 Alexandre Duret-Lutz <adl@gnu.org>
5442 * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5443 Do not call `_exit()', simply modify `$?'.
5444 (xsystem): Reset $! before running system, and check it afterward.
5445 * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5446 63 for version mismatches.
5448 2003-05-23 Akim Demaille <akim@epita.fr>
5450 * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5451 Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5452 the middle of a line).
5453 * lib/m4sugar/m4sugar.m4: Likewise.
5454 Remove useless spaces in comments.
5456 2003-05-23 Akim Demaille <akim@epita.fr>
5458 * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5459 exit 63, so that we (or Automake's "missing") can tell the
5460 difference with a plain failure.
5461 * doc/autoconf.texi (Notices): Adjust.
5463 2003-05-23 Akim Demaille <akim@epita.fr>
5465 * Makefile.am, bin/Makefile.am, config/Makefile.am,
5466 * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5467 White spaces cleanup.
5469 2003-05-22 Jim Meyering <jim@meyering.net>
5470 Paul Eggert <eggert@twinsun.com>
5472 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5473 Remove `#include <stdlib.h>' from the list; we should never
5474 make confdefs.h include <stdlib.h> or <cstdlib>, because the
5475 resulting namespace pollution would cause other tests to fail.
5476 Configure scripts run with some older versions of g++ and HP's
5477 aCC would fail due to such an #include. Problems reported by
5478 Matthew Mueller in <http://bugs.debian.org/120704> and by
5480 <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5481 In the test, use the test declaration before including <stdlib.h>,
5482 as that's closer to how it'll be used.
5484 2003-05-23 Akim Demaille <akim@epita.fr>
5486 * doc/autoconf.texi (Header Portability): ucred.h.
5489 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
5491 Overhaul Autotest's logging: generate separate log files
5492 in testsuite.dir/NNN/testsuite.log, and append them to
5493 testsuite.log instead of re-running the test verbosely.
5495 * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5496 file descriptor, write 0 to at_status_file instead of setting
5497 at_status=0, initialize some new variables (at_status_file,
5498 at_group_log, at_suite_log, at_tee_pipe). Remove the cruft
5499 to rerun the tests, instead append the at_group_log to the
5500 at_suite_log when a test fails.
5501 (AT_SETUP): pipe the test case's output into at_tee_pipe,
5502 with the AS_MESSAGE_LOG_FD redirected to stdout.
5503 (AT_CLEANUP): save the output status in $at_status_file
5504 and restore it, redirect the AS_MESSAGE_LOG_FD back to
5506 (AT_CHECK): since tests are run with a redirected stdout,
5507 and used to be re-run in verbose mode, turn some $at_verbose
5508 into echo, and don't redirect the output of testing stdout
5511 * lib/autotest/autoconf.texi (testsuite Scripts): Update
5512 the name of the debugging directory and information about
5515 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
5517 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5520 2003-05-22 Akim Demaille <akim@epita.fr>
5522 * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5523 * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5524 * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5525 * lib/autoconf/status.m4: Fix and adjust copyright notices.
5527 2003-05-22 Akim Demaille <akim@epita.fr>
5529 * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5530 * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5531 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5532 * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5533 * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5534 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
5535 * lib/autoconf/status.m4, lib/autoconf/types.m4,
5536 * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
5537 * tests/atspecific.m4, tests/base.at, tests/compile.at,
5538 * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
5539 * tests/tools.at, tests/torture.at:
5540 Whitespace clean up.
5541 Suggested by Jim Meyering.
5543 2003-05-22 Akim Demaille <akim@epita.fr>
5545 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
5546 ' \t' as '\t ' so that Emacs' whitespace.el keep it.
5547 Reported by Jim Meyering.
5549 2003-05-22 Akim Demaille <akim@epita.fr>
5551 * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
5552 Add AC_HELP_STRING to the obsolete macros section.
5554 Use '@.' for sentences that ended in a capital letter.
5557 2003-05-22 Akim Demaille <akim@epita.fr>
5559 * config/config.guess, config/config.sub, config/elisp-comp,
5560 * config/install-sh, config/mdate-sh, config/mkinstalldirs,
5561 * config/texinfo.tex, doc/standards.texi: Update from masters.
5563 2003-05-21 Paolo Bonzini <bonzini@gnu.org>
5565 * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
5568 2003-05-21 Akim Demaille <akim@epita.fr>
5570 * bin/autoupdate.in ($m4): Fix quotation.
5571 Reported by Martin Mokrejs.
5573 2003-05-19 Paul Eggert <eggert@twinsun.com>
5575 * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
5576 Remove non-ASCII characters.
5578 2003-05-18 Paolo Bonzini <bonzini@gnu.org>
5580 * tests/semantics.at (AC_SEARCH_LIBS): New test.
5581 * tests/semantics.at (AC_CHECK_HEADERS_OLD,
5582 AC_CHECK_HEADERS_NEW): New tests.
5584 2003-05-17 Akim Demaille <akim@epita.fr>
5586 * lib/autoconf/functions.m4: Use the default includes so that
5587 memcmp be declared before being tested.
5588 Reported by Sander Niemeijer.
5589 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
5590 * doc/autoconf.texi (Default Includes): Document
5591 AC_INCLUDES_DEFAULT.
5593 2003-05-17 Akim Demaille <akim@epita.fr>
5595 * lib/autoconf/specific.m4: Include signal.h and unistd.h.
5596 * doc/autoconf.texi (Obsolete Macros): Adjust.
5597 Reported by Werner LEMBERG and Debian Bug 190886.
5599 2003-05-16 Akim Demaille <akim@epita.fr>
5601 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
5602 user name space clashes.
5603 Reported by Bruno Haible.
5605 2003-05-16 Akim Demaille <akim@epita.fr>
5607 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5608 * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
5609 them uniform, and more robust to Perl special characters.
5610 Reported by Martin Mokrejs.
5612 2003-05-14 Akim Demaille <akim@epita.fr>
5614 * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
5616 2003-05-14 Akim Demaille <akim@epita.fr>
5618 * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
5621 2003-05-12 Akim Demaille <akim@epita.fr>
5623 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
5625 From Matthias Andree.
5627 2003-05-07 Alexandre Duret-Lutz <adl@gnu.org>
5629 * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
5632 2003-05-06 Akim Demaille <akim@epita.fr>
5634 Don't try to be smart with aclocal 1.8+ because (i) aclocal no
5635 longer updates aclocal.m4 if useless, (ii) if a file m4_included
5636 by aclocal.m4 is changed it might require the importing of another
5637 m4 extension file, i.e., aclocal must be run.
5639 * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
5640 (&parse_args): Use --force with aclocal if required and supported.
5641 (&autoreconf_current_directory): Use &run_aclocal.
5643 2003-05-06 Akim Demaille <akim@epita.fr>
5645 Lock autom4te's cache.
5647 * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
5648 * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
5649 argument instead of a file name, so that the request file remains
5650 open during the whole autom4te run.
5651 ($icache_file): New.
5652 (&freeze): Lock the $icache_file.
5654 2003-04-29 Derek Price <derek@ximbiot.com>
5656 * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
5657 seperator with m4_append_uniq(). It doesn't work.
5658 (AT_CLEANUP): Add `;' to end of at_help_all.
5659 (AT_INIT): Allow --keywords to be specified more than once. When
5660 grepping $at_help_all for keywords, use the field and keyword
5661 seperators to ensure a complete keyword match. Alter at_prev handling
5662 to support the new --keywords behavior.
5664 2003-04-27 Karl Berry <karl@freefriends.org>
5666 * doc/autoconf.texi: Make the dir entries in the autoconf manual
5667 align better with others. I also made some of the individual
5668 entries on one line, for brevity and to make it easier for me to
5669 sort my dir-example file in the Texinfo distribution :).
5671 2003-04-12 Jim Meyering <jim@meyering.net>
5673 * NEWS: Mention the new macro.
5674 * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
5675 * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
5676 * tests/c.at: Test AC_C_RESTRICT.
5677 * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
5679 2003-04-08 Akim Demaille <akim@epita.fr>
5681 * bin/ifnames.in: Skip C++ comments.
5684 2003-04-08 Akim Demaille <akim@epita.fr>
5686 * GNUmakefile (SHELL): Don't assume sh is in /bin/.
5687 From Ilya Zakharevich.
5689 2003-04-08 Akim Demaille <akim@epita.fr>
5691 * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
5694 2003-04-01 Derek Price <derek@ximbiot.com>
5696 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
5697 from Akim's checkin of 2003-03-29.
5699 2003-04-01 Derek Price <derek@ximbiot.com>
5701 * tests/torture.at (Configuring subdirectories): Add missing
5702 close-quote for Akim's change from 2003-03-28.
5704 2003-04-01 Akim Demaille <akim@epita.fr>
5706 * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
5707 (AC, AT, MS): these.
5708 (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
5711 * doc/Makefile.am (CLEANFILES): Adjust.
5712 (TEXI2DVI): Make it --batch.
5714 2003-03-31 Derek Price <derek@ximbiot.com>
5716 * lib/autotest/general.m4: Revert the checkin from 2003-03-27
5717 which removed the main loop.
5718 Thanks to Akim Demaille.
5720 2003-03-29 Akim Demaille <akim@epita.fr>
5722 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
5724 From Ilya Zakharevich.
5726 2003-03-29 Akim Demaille <akim@epita.fr>
5728 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
5729 documentation to read is Autoconf's.
5730 Suggested by Paul Eggert.
5732 2003-03-28 Akim Demaille <akim@epita.fr>
5734 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
5735 reading the section "Present But Cannot Be Compiled" when the
5736 header causes problems.
5738 2003-03-28 Akim Demaille <akim@epita.fr>
5740 * tests/torture.at (Configuring subdirectories): Require aclocal
5741 1.4, otherwise the test fails, as it does support configure.ac.
5742 This fixes the "test 40 failed" bug reports.
5744 2003-03-28 Akim Demaille <akim@epita.fr>
5746 * doc/autoconf.texi (C Compiler): `#line' portability.
5747 From Paul Eggert and Nelson H. F. Beebe.
5749 2003-03-27 Derek Price <derek@ximbiot.com>
5751 * lib/autotest/general.m4: Eliminate main loop and reorganize test
5752 layout in order to allow scripting around test groups.
5754 2003-03-27 Derek Price <derek@ximbiot.com>
5756 * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
5757 HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
5758 use new diversions in preparation for accepting new arguments and
5759 allowing scripting around tests.
5760 (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
5762 2003-03-26 Derek Price <derek@ximbiot.com>
5764 * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
5765 obsolete AC_HELP_STRING.
5766 (AC_HELP_STRING): AU_DEFUN to...
5767 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
5768 * tests/m4sh.at (AS_HELP_STRING): New test.
5770 * tests/acgeneral.at: Regenerated.
5772 2003-03-26 Derek Price <derek@ximbiot.com>
5774 * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
5775 sense. Verbosify the diversion definitions comment.
5777 2003-03-26 Derek Price <derek@ximbiot.com>
5779 * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
5782 2003-03-21 Eric Siegerman <eric_97@pobox.com>
5784 * doc/autoconf.texi (Present But Cannot Be Compiled):
5785 Grammar fixes and minor rewording. (trivial change)
5787 2003-03-06 Paul Eggert <eggert@twinsun.com>
5789 Work around a problem noted by Nelson H. F. Beebe with coreutils
5790 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
5791 2002/05/09) rejects '#line 32768 "configure"' because the line
5793 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
5795 * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
5796 * doc/autoconf.texi (Generating Sources): Document this.
5798 2003-03-01 Richard Dawe <rich@phekda.freeserve.co.uk>
5800 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
5801 file name for the m4 program, when it has an "exe" file extension.
5802 DJGPP's error messages include the error code in brackets -
5803 remove the error code during normalization.
5805 2003-02-28 Akim Demaille <akim@epita.fr>
5807 * doc/autoconf.texi (Present But Cannot Be Compiled): New.
5809 2003-02-28 Alexandre Duret-Lutz <adl@gnu.org>
5811 * doc/autoconf.texi (Limitations of Make): Remove the section
5812 about `$<' in inference rules, it was a bogus interpretation of
5813 an old Automake change. Discuss NetBSD, FreeBSD, OpenBSD, and
5814 Tru64 make in the "target lookup" section.
5815 (Automake): Automake 1.5+ no longer requires special tools to be
5816 present on the developer's host.
5818 2003-02-26 Richard Dawe <rich@phekda.freeserve.co.uk>
5820 * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
5821 to a shell that can handle redirection or quoting correctly.
5822 Override SHELL with the shell detected by configure.
5823 Use of $^O suggested by Tim van Holder.
5824 * bin/autom4te.in (BEGIN): Likewise.
5825 * bin/autoreconf.in (BEGIN): Likewise.
5826 * bin/autoscan.in (BEGIN): Likewise.
5827 * bin/autoupdate.in (BEGIN): Likewise.
5828 * bin/ifnames.in (BEGIN): Likewise.
5830 * bin/ifnames.in: Add final newline to help and version messages.
5832 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
5833 to cope with DOS-style absolute paths, when constructing
5836 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
5837 When constructing paths with IFS=:, quote the path. If we're
5838 constructing a DOS-style absolute path, we don't want to split it
5841 * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
5844 2003-02-25 Pavel Roskin <proski@gnu.org>
5846 * bin/autoheader.in: Add missing newline when printing
5847 suggestion how change AC_DEFINE call.
5849 2003-02-24 Paul Eggert <eggert@twinsun.com>
5851 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
5852 2002-09-01 patch by replacing "test -n" with "test -z".
5853 This fixes a bug found by Jeff Painter and reported by Tom Epperly in
5854 <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
5856 * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
5857 to fix a mismatch between example and discussion.
5859 2003-02-24 Kevin Ryde <user42@zip.com.au>
5861 * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
5862 format starting with "-".
5864 2003-02-20 Alexandre Duret-Lutz <adl@gnu.org>
5866 * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
5867 is not portable inside Makefile.
5869 2003-02-20 Akim Demaille <akim@epita.fr>
5871 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
5872 compiler says yeah, but preproc says nope, compiler is right.
5873 Conversely, prompt the reader to send a bug report to the
5874 maintainers of the package, not of Autoconf.
5876 2003-02-20 Klee Dienes <kdienes@apple.com>
5878 * bin/autoreconf.in (autoreconf_current_directory): Properly
5879 handle an empty aclocal.m4.
5881 2003-02-20 Akim Demaille <akim@epita.fr>
5883 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
5887 2002-12-23 Paul Eggert <eggert@twinsun.com>
5889 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
5890 innocuous variant befor including <limits.h> or <assert.h>. This
5891 works around a bug reported by Albert Chin: HP-UX 11i
5892 (and earlier versions) have a <limits.h> that declares
5893 gettimeofday and many other functions.
5895 2002-12-03 Paul Eggert <eggert@twinsun.com>
5899 * NEWS, configure.ac: Update version.
5901 * doc/fdl.texi: Upgrade to FDL version 1.2.
5903 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
5904 nontrivially in main's body, so that f's external declaration is
5905 not optimized away in AIX. This should fix the bug reported by
5907 <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
5909 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
5910 _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
5911 defined, to support freestanding compilers. This should fix the
5912 bug reported by Momchil Velkov in
5913 <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
5915 * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
5916 arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
5917 obsolete AC_CHECK_TYPE. The missing empty arg was reported
5918 by Simon Josefsson in
5919 <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
5921 * Makefile.maint (www-gnu): New macro.
5922 (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
5923 the location has moved.
5925 2002-12-02 Martin Frydl <martin@systinet.com>
5927 * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
5928 \(.*\) match is too long and there is something more to be checked.
5929 <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
5931 2002-11-15 Akim Demaille <akim@epita.fr>
5935 * config/install-sh: chmod +x.
5937 * config/move-if-change: Indenting changes.
5938 * Makefile.am (AUTOMAKE_OPTIONS): Move to...
5939 * configure.ac (AM_INIT_AUTOMAKE): here.
5942 2002-11-14 Akim Demaille <akim@epita.fr>
5946 * config/config.guess, config/config.sub, config/install-sh:
5947 Update from masters.
5949 2002-11-14 Akim Demaille <akim@epita.fr>
5951 * Makefile.maint: Sync with Bison, i.e.:
5952 (po-check): Scan .l and .y files instead of the
5953 .c and the .h files that they generate. This fixes the bug
5954 reported by Tim Van Holder in:
5955 <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
5956 Look for N_ as well as for _. Try to avoid matching #define for
5960 2002-11-14 Akim Demaille <akim@epita.fr>
5962 * doc/autoconf.texi (C Compiler): Compiling several files at once.
5963 From Paul Eggert and Albert Chin-A-Young.
5965 2002-11-14 Akim Demaille <akim@epita.fr>
5967 * doc/autoconf.texi (C Compiler): Solitary backslashes.
5968 From Paul Eggert and Albert Chin-A-Young.
5970 2002-11-14 Kevin Ryde <user42@zip.com.au>
5972 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
5973 than assigning in main, to avoid HP cc +O3 optimizing it away.
5975 2002-11-12 Peter Eisentraut <peter_e@gmx.net>
5977 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
5978 option. Process --recheck after parsing all options. Pass -q
5979 option to configure on --recheck.
5980 (AC_OUTPUT): Pass -q from configure to config.status.
5981 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
5982 arguments to record.
5983 * doc/autoconf.texi (config.status Invocation): Document
5984 config.status -q option.
5986 2002-11-07 Alexandre Duret-Lutz <adl@gnu.org>
5988 * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
5989 Makefile.in if Makefile.am exists.
5990 (output): Strip `.am' from Makefiles. Don't
5991 output AC_CONFIG_FILES if no Makefiles were found.
5993 2002-11-07 Akim Demaille <akim@epita.fr>
5995 * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
5996 (local_updates): New.
5997 * Makefile.maint: Update, from CVS Bison.
5998 (local_updates): New.
6000 2002-11-06 Akim Demaille <akim@epita.fr>
6002 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6003 declaration in extern "C" too.
6004 Reported by Roberto Bagnara.
6006 2002-11-06 Akim Demaille <akim@epita.fr>
6008 * tests/torture.at (Configuring subdirectories): Don't use grep
6010 * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6011 Reported by Ezra Peisach.
6013 2002-11-05 Akim Demaille <akim@epita.fr>
6015 * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6017 We _have_ to stop using the old compatibility scheme that tried to
6018 avoid useless backslashes because Libtool 1.4.3 contains a
6019 AC_DEFINE([error_t], [int],
6020 [Define to a type to use for \`error_t' if it is not
6021 otherwise available.])
6022 We _have_ to quote the single quote and backslashes with \. The
6023 old compatibility scheme saw that ` was backslashed, and therefore
6024 did not quote the single quote. Hence before this patch, Autoconf
6025 was not compatible with Libtool.
6027 2002-11-04 Paul Eggert <eggert@twinsun.com>
6029 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6030 too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6031 LC_NAME, LC_PAPER, LC_TELEPHONE.
6032 * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6034 2002-11-04 Akim Demaille <akim@epita.fr>
6038 * Makefile.maint (update, cvs-update, po-update, do-po-update):
6040 * config/texinfo.tex: Update.
6042 2002-11-03 Akim Demaille <akim@epita.fr>
6044 * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6046 (&autoreconf): here.
6047 ($help, $make, &parse_args, &autoreconf_current_directory):
6049 * doc/autoconf.texi (autoreconf Invocation): Adjust.
6051 2002-10-31 Bruno Haible <bruno@clisp.org>
6053 * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6054 Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6055 (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6056 (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6057 to ac_cv_func_realloc_0_nonnull.
6058 (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6060 2002-10-31 Akim Demaille <akim@epita.fr>
6062 The test suite was no longer checking for trailing envvars and files.
6064 * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6065 (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6067 2002-10-31 Akim Demaille <akim@epita.fr>
6069 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6070 `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6071 Make variable, not a shell variable.
6072 Suggested by Bruno Haible.
6074 2002-10-31 Akim Demaille <akim@epita.fr>
6076 * bin/autom4te.in (load_configuration): Reject #args out of any
6079 2002-10-31 Akim Demaille <akim@epita.fr>
6081 * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6082 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6083 (_AC_RUN_IFELSE): Use it.
6084 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6085 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6086 * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6089 2002-10-30 Akim Demaille <akim@epita.fr>
6091 * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6092 * doc/autoconf.texi (autom4te Invocation): Adjust.
6093 Suggested by Tim van Holder.
6095 2002-10-29 Paul Eggert <eggert@twinsun.com>
6097 * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6098 AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6099 Problem reported by Bruno Haible.
6101 2002-10-29 Akim Demaille <akim@epita.fr>
6103 * doc/autoconf.texi (Header Templates): Put also in words what the
6104 pictures says to assist free style readers.
6105 (Customizing autom4te): s/--cache=/--cache /.
6107 2002-10-29 Akim Demaille <akim@epita.fr>
6109 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6111 sparc_address_test returns void.
6112 Use it with an argument, as prototyped.
6115 2002-10-29 Akim Demaille <akim@epita.fr>
6117 * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6118 configure.in, not configure.ac.
6119 Reported by Bruno Haible.
6121 2002-10-29 Akim Demaille <akim@epita.fr>
6123 * tests/torture.at (Deep Package): New test.
6124 (Configuring subdirectories): Don't use a testSubDir as Autotest
6127 2002-10-29 Akim Demaille <akim@epita.fr>
6129 * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6130 * doc/autoconf.texi (Invoking autom4te): Rename as...
6131 (autom4te Invocation): this, for consistency with the other nodes.
6133 2002-10-29 Akim Demaille <akim@epita.fr>
6135 * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6136 Reported by Ralf Corsepius.
6138 2002-10-29 Akim Demaille <akim@epita.fr>
6140 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6141 characters is a back as an `obsolete' warning now.
6142 Reported by Ralf Corsepius.
6144 2002-10-28 Akim Demaille <akim@epita.fr>
6146 * configure.ac: Bump to 2.54c.
6148 2002-10-28 Akim Demaille <akim@epita.fr>
6152 * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6154 2002-10-28 Akim Demaille <akim@epita.fr>
6156 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6157 m4 executable names, and different GNU M4 version.
6158 Reported by Ezra Peisach and Paul Jarc.
6160 2002-10-27 Akim Demaille <akim@epita.fr>
6162 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6165 2002-10-27 Akim Demaille <akim@epita.fr>
6167 * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6168 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6169 Die when a simple Fortran program cannot be compiled.
6170 * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6171 Issue a warning if no function is given.
6173 2002-10-27 Akim Demaille <akim@epita.fr>
6175 * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6176 Move the documentation of AC_TRY_RUN to...
6177 (Obsolete Macros): here.
6178 Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6179 (autoconf Invocation): Remove the duplicates with `invoking
6181 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6182 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6184 2002-10-27 Akim Demaille <akim@epita.fr>
6186 * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6187 and AC_LANG_FUNC_LINK_TRY.
6188 (Examining Libraries): Rename as...
6189 (Running the Linker): this.
6190 Document AC_LINK_IFELSE.
6191 Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6192 (Obsolete Macros): here.
6193 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6194 AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6195 * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6196 * lib/autoconf/headers.m4 (AC_USG): Likewise.
6198 2002-10-27 Akim Demaille <akim@epita.fr>
6200 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6202 More `check config.log' messages.
6204 * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6205 * doc/autoconf.texi (Printing Messages): Document it.
6206 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6208 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6209 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6210 (_AC_COMPILER_OBJEXT): Likewise.
6211 * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6212 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6214 * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6217 Deprecate macros with unusual interfaces.
6219 * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6220 (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6222 Document the new ones, and proper style.
6224 * doc/autoconf.texi (Generating Sources): New.
6225 Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6226 (Examining Declarations): Rename as...
6227 (Running the Preprocessor): this.
6228 Document AC_PREPROC_IFELSE.
6229 (Examining Syntax): Rename as...
6230 (Running the Compiler): this.
6231 (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6232 (Obsolete Macros): Move the definition of AC_TRY_CPP and
6233 AC_TRY_COMPILE here.
6235 2002-10-27 Akim Demaille <akim@epita.fr>
6237 Move sections around.
6239 * doc/autoconf.texi (Customizing autom4te): Remove a lost
6241 Reported by Burno Haible.
6242 (Language Choice): Now the first section of...
6243 (Writing Tests): this section.
6244 Make the introduction less C-centric.
6245 (Guidelines, Test Functions): Move to...
6246 (Writing Test Programs): this new section.
6247 (Test Programs): Merge into...
6250 2002-10-27 Akim Demaille <akim@epita.fr>
6252 * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6253 autom4te.in that resulted in the need for two `make' runs.
6255 2002-10-27 Akim Demaille <akim@epita.fr>
6257 * configure.ac: Bump to 2.54b.
6259 2002-10-25 Akim Demaille <akim@epita.fr>
6263 * Makefile.maint: Update from the Coreutils.
6264 (AMTAR): Remove, obsolete.
6265 (automake_repo): Update to redhat.com.
6267 Adjust to the fact that ansi2knr is now hosted by Automake.
6268 * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6269 * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6270 Update from masters.
6271 * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6272 autoscan.pre is not to be installed, and autoscan.list is not to
6274 (CLEANFILES): Add autoscan.list.
6275 (autoscan.list): Disable the cache.
6276 * bin/Makefile.am: Include freeze.mk.
6278 2002-10-25 Akim Demaille <akim@epita.fr>
6280 * bin/autom4te.in (&load_configuration): Take the file as
6282 (&parse_args): Handle -C, --cache.
6284 (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6285 * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6286 * doc/autoconf.texi (Invoking autom4te): Document --cache.
6287 Now a subsection of...
6288 (Using autom4te): This new section.
6289 (Customizing autom4te): New.
6290 (autom4te.cache): Adjust.
6292 2002-10-25 Akim Demaille <akim@epita.fr>
6294 * doc/autoconf.texi (Generic Headers): More information on how to
6295 use AC_CHECK_HEADERS.
6297 2002-10-25 Akim Demaille <akim@epita.fr>
6299 * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6302 2002-10-25 Akim Demaille <akim@epita.fr>
6304 * bin/autoscan.in (output): Output AC_PREREQ.
6305 (%needed_macros): Add AC_PREREQ so that configure.ac without one
6308 2002-10-23 Akim Demaille <akim@epita.fr>
6310 * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6313 2002-10-23 Akim Demaille <akim@epita.fr>
6315 * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6316 Reported by Peter Eisentraut.
6318 2002-10-23 Akim Demaille <akim@epita.fr>
6320 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6323 * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6324 Eggert's recommandations.
6326 2002-10-22 Akim Demaille <akim@epita.fr>
6328 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6329 Bison, by Paul Eggert.
6330 * doc/autoconf.texi (Particular Headers): Document it.
6332 2002-10-22 Aaron M. Ucko <amu@alum.mit.edu>
6334 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6335 `$ac_configure_args'.
6337 2002-10-22 Akim Demaille <akim@epita.fr>
6339 * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6340 (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6343 2002-10-22 Akim Demaille <akim@epita.fr>
6345 Restore the 2002-10-11 Akim Demaille <akim@epita.fr> patch:
6347 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6348 (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6349 (_AC_CHECK_HEADER_NEW): Rename as...
6350 (AC_CHECK_HEADER): this.
6352 2002-10-22 Akim Demaille <akim@epita.fr>
6354 * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6355 words about HP-UX cmp: it was actually a user-written cmp.
6357 2002-10-22 Akim Demaille <akim@epita.fr>
6359 * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6361 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6362 Quote for Perl '' strings, not "".
6363 * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6366 2002-10-22 Akim Demaille <akim@epita.fr>
6368 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6369 characters is a syntax warning now.
6370 (_AS_QUOTE): Accept $2 as list of characters to quote.
6371 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6372 Quote for Perl, not sh.
6373 * bin/autoheader.in: When $debug, report the file which is
6375 * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6376 `@', to tickle Perl's lists.
6377 Reported by Carlos Velasco.
6379 2002-10-18 Akim Demaille <akim@epita.fr>
6381 * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6382 missing included files _are_ errors.
6383 Thanks to Alexandre Duret-Lutz.
6384 * tests/tools.at (autom4te cache): Adjust.
6385 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6386 (AT_CHECK_M4SUGAR): Use it.
6387 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6389 * tests/tools.at (autom4te): Now it does exit 1.
6391 2002-10-17 Akim Demaille <akim@epita.fr>
6393 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6394 Fixes the `AC_ARG_VAR' test failures.
6395 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6396 * lib/freeze.mk (check-forbidden-patterns): New.
6397 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6398 * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6399 * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6401 Reported months ago by H. Merijn Brand.
6403 2002-10-17 Akim Demaille <akim@epita.fr>
6405 * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6407 2002-10-16 Paul Eggert <eggert@twinsun.com>
6409 * Makefile.maint (wget_files): Remove ansi2knr.c.
6410 (ansi2knr.c-url_prefix): Remove.
6412 2002-10-16 Akim Demaille <akim@epita.fr>
6414 Because of caching, some files that no longer exist and are no
6415 longer required can still cause errors.
6416 Reported by Alexandre Duret-Lutz.
6418 * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6419 to frozen files in @ARGV, as @ARGV must remain being a list of
6420 files. Rather, at M4 call sites, use this...
6421 (&files_to_options): New function.
6422 (&freeze): Use &error.
6423 (&up_to_date): If a file that was included according to the cache
6424 is no longer there, then the output is out dated.
6425 (&main): Don't even check whether a file is up to date is anyway
6427 * tests/tools.at (autom4te cache): New.
6429 2002-10-16 Akim Demaille <akim@epita.fr>
6431 * bin/autoconf.as: Kill dead options.
6432 * bin/autoupdate.in (&parse_args): Kill old options.
6433 * bin/autoreconf.in (&parse_args): Remove dead options.
6435 (&autoreconf): Report the directories we enter *and leave*, so
6436 that error messages can be easily located, and use GNU Make
6437 format, so that Emacs' compile mode understands us.
6438 * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6439 if some file was changed instead of `print'.
6440 * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6441 (&parse_args): Remove the dead options.
6442 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6443 autoheader's quiet mode.
6444 (AT_CHECK_AUTOUPDATE): Likewise.
6445 * tests/tools.at (autoupdate): Adjust.
6446 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6448 2002-10-11 Akim Demaille <akim@epita.fr>
6450 No longer use CPP to check for the existing of headers: use CC to
6451 check for compilability.
6453 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6454 (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6455 (_AC_CHECK_HEADER_NEW): Rename as...
6456 (AC_CHECK_HEADER): this.
6458 * lib/autotest/general.m4 (AT_INIT): Include the failed test
6459 numbers in the Subject suggestion.
6461 2002-10-11 Akim Demaille <akim@epita.fr>
6463 * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6464 Suggest using AC_CHECK_DECLS instead.
6466 2002-10-11 Akim Demaille <akim@epita.fr>
6468 * tests/torture.at (AC_ARG_VAR): Have configure report the value
6471 2002-10-11 Akim Demaille <akim@epita.fr>
6473 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6474 file name to enable parallel executions.
6475 From Sam Varshavchik.
6477 2002-10-08 Akim Demaille <akim@epita.fr>
6479 * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6480 aclocal invocation, as Gettext macros might not be visible to
6482 Instead of blindly running autopoint, scan configure.ac (not the
6483 traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6484 Reported by Paul D. Smith.
6486 2002-10-08 Paul Eggert <eggert@twinsun.com>
6488 Work around problems found when POSIXLY_CORRECT=1 is set.
6489 None of this seems to have anything to do with POSIX, really,
6490 but it's how Perl getopt works.
6491 * bin/autom4te.in (parse_args): Configure GetOpt with
6493 * doc/autoconf.texi (Invoking autom4te):
6494 --warning -> --warnings.
6495 * lib/autom4te.in: --warning -> --warnings.
6497 2002-09-28 Akim Demaille <akim@epita.fr>
6499 * doc/autoconf.texi (autom4te.cache): New section.
6501 2002-09-28 Akim Demaille <akim@epita.fr>
6503 * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6504 (Automake-preselections): Update.
6505 * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6507 2002-09-28 Akim Demaille <akim@epita.fr>
6509 * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6510 * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6511 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6512 * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6514 2002-09-28 Akim Demaille <akim@epita.fr>
6516 * tests/torture.at (Configuring subdirectories): Be robust to
6517 users who use config.site to require for a cache: in this case,
6518 the two last configure runs, using two different sets of
6519 arguments, trigger a legitimate error.
6521 2002-09-28 Akim Demaille <akim@epita.fr>
6523 * tests/m4sh.at (Functions Support, Functions and return Support):
6526 2002-09-28 Akim Demaille <akim@epita.fr>
6528 * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6529 autoheader are Perl programs.
6530 (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6531 (autom4te): Specify that the sources are in the $srcdir.
6532 * doc/autoconf.texi (Installation Directory Variables): Adjust.
6534 2002-09-28 Akim Demaille <akim@epita.fr>
6536 * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
6537 (tm_zone): Move their rules to...
6538 * lib/autoconf/types.m4: here, using AN_ macros.
6539 * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
6540 (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
6541 (make, mawk, nawk, ranlib, yacc): Similarly, move to...
6542 * lib/autoconf/programs.m4: here.
6543 * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
6544 (ETAGS_FOR_AUTOCONF): New.
6547 2002-09-28 Akim Demaille <akim@epita.fr>
6549 * lib/autoconf/autoscan.m4: New file.
6550 * lib/autoconf/autoconf.m4: Include it.
6551 * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
6552 that were listed in the original autoscan.list.
6553 * lib/autoconf/headers.m4: Similarly with headers.
6554 * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
6555 (.m4.m4f): Don't pass --prepend-include, since that's done by
6556 tests/autom4te itself.
6557 * lib/autoscan/Makefile.am: Include freeze.mk.
6558 (autoscan.list): New target --this file is no longer a source.
6559 (autoscan.pre): New file.
6561 2002-09-28 Akim Demaille <akim@epita.fr>
6563 * bin/autoscan.in (@kinds): Make them singular.
6565 (&init_tables): When --debug, report the list of rules to ease
6566 tracking changes in autoscan.list.
6567 * lib/autoscan/autoscan.list (function): Strip comments, sort.
6569 2002-09-28 Akim Demaille <akim@epita.fr>
6571 * lib/autoscan/functions, lib/autoscan/headers,
6572 * lib/autoscan/identifiers, lib/autoscan/makevars,
6573 * lib/autoscan/programs: Merge into...
6574 * lib/autoscan/autoscan.list: this.
6575 * bin/autoscan.in (&init_tables): Adjust.
6577 2002-09-28 Akim Demaille <akim@epita.fr>
6579 * lib/autoscan/functions, lib/autoscan/headers,
6580 * lib/autoscan/identifiers, lib/autoscan/makevars,
6581 * lib/autoscan/programs: Make the `kind' explicit, i.e., each
6582 `functions' line is now prefixed with `function:'.
6583 * bin/autoscan.in (&init_tables): Adjust.
6585 2002-09-28 Akim Demaille <akim@epita.fr>
6587 From now on, autoscan files must always map a macro name to a
6588 word: there is no `default' macro for autoscan.
6590 * bin/autoscan.in (&init_tables): Reject entries with no macro at
6592 * lib/autoscan/functions, lib/autoscan/headers: Make the macro
6595 2002-09-28 Akim Demaille <akim@epita.fr>
6597 * bin/autoscan.in (%c_keywords): Remove.
6598 (&used): Keep only track of the words we might be interested in.
6599 (&output_kind): It is no longer needed to look for non active
6602 2002-09-27 Akim Demaille <akim@epita.fr>
6604 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
6605 jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
6606 * lib/autoscan/functions: Adjust.
6607 * doc/autoconf.texi (Particular Functions): Adjust.
6609 2002-09-27 Akim Demaille <akim@epita.fr>
6611 * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
6613 Thanks to Bill Moseley and Paul Eggert.
6614 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
6615 the tmpdir must be created.
6616 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
6617 dir be in the build tree, instead of $TMPDIR.
6619 2002-09-27 Akim Demaille <akim@epita.fr>
6621 * bin/autoscan.in: Improve the comments.
6622 (&parse_args): Drop obsolete undocumented options.
6623 (&output_kind): Output warnings.
6624 * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
6625 (getwd): Trigger a warning.
6627 2002-09-26 Akim Demaille <akim@epita.fr>
6629 * bin/autoreconf.in: Clarify that -s is meaningless without -i.
6630 Reported by Ralf Corsepius.
6631 * doc/autoconf.texi (autoreconf Invocation): Likewise.
6633 2002-09-26 Akim Demaille <akim@epita.fr>
6635 Single suffix rules and seperated dependencies are not portable.
6637 * doc/autoconf.texi (Installation Directory Variables): Update.
6638 (Limitations of Make): Some about `Single Suffix Rules and
6639 Separated Dependencies'.
6640 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6641 (ifnames, autoscan, autom4te): Un-factor into several rules.
6643 2002-09-25 Paul Eggert <eggert@twinsun.com>
6645 * BUGS (Interoperability bugs): New section. Mention libtool
6646 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
6648 2002-09-24 Paul Eggert <eggert@twinsun.com>
6650 Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
6651 make handles suffix-rules differently from GNU make.
6653 * bin/Makefile.am (SUFFIXES, .in): Remove.
6654 (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
6655 Move the body of the old .in rule here.
6657 2002-09-16 Akim Demaille <akim@epita.fr>
6659 i960 compilers create `b.out' files by default.
6660 Reported by Ralf Corsepius.
6662 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
6663 (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
6665 2002-09-13 Paul Eggert <eggert@twinsun.com>
6667 * doc/autoconf.texi (Particular Headers): Remove obsolete
6668 reference to `struct timezone' in the description of
6671 2002-09-13 Akim Demaille <akim@epita.fr>
6675 * config/config.sub, config/config.guess: Update.
6676 * Makefile.maint: Update from bits of the Coreutils 4.5.1.
6677 * Makefile.am: Adjust.
6679 2002-09-13 Akim Demaille <akim@epita.fr>
6681 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
6682 reading config.log when the compiler is rejected.
6683 Suggested by Guido Draheim.
6685 2002-09-13 Akim Demaille <akim@epita.fr>
6687 * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
6688 (chdir_init) might hang when stat'ing mounted directories.
6689 Reported by Vance Shipley.
6691 2002-09-12 Akim Demaille <akim@epita.fr>
6693 * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
6696 2002-09-12 Akim Demaille <akim@epita.fr>
6698 * doc/autoconf.texi (Defining Symbols): Present two different
6699 prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
6700 difference between 1 argument calls, and 2-3 argument calls.
6702 2002-09-12 Peter Eisentraut <peter_e@gmx.net>
6704 * doc/autoconf.texi: Review grammar and punctuation.
6706 2002-09-11 Paul Eggert <eggert@twinsun.com>
6708 * doc/autoconf.texi: Fix minor formatting, spelling, and
6710 (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
6711 AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
6714 2002-09-11 Akim Demaille <akim@epita.fr>
6716 * doc/autoconf.texi (Questions): Rename as...
6718 (Defining Directories): New.
6720 2002-09-09 Akim Demaille <akim@epita.fr>
6722 * doc/autoconf.texi (Making testsuite Scripts): Update.
6723 Suggested by Nishio Futoshi.
6725 2002-09-09 Koji Arai <JCA02266@nifty.ne.jp>
6727 * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
6728 plain `@' is wanted.
6730 2002-09-09 Akim Demaille <akim@epita.fr>
6732 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
6733 `duplicates', since the algorithm was too naive and could keep
6734 `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
6735 keep `--prefix foo --prefix bar' as `--prefix foo bar'.
6736 Reported by Ralf Corsepius.
6737 * tests/torture.at (Configuring subdirectories): Exercise these
6740 2002-09-09 Akim Demaille <akim@epita.fr>
6742 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
6743 looking for a replacement file.
6744 * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
6745 directory is relative.
6746 * doc/autoconf.texi (Generic Functions): Clarify the replacement
6747 directory definition.
6748 Reported by Andreas Schwab and Jim Meyering.
6750 2002-09-06 Akim Demaille <akim@epita.fr>
6752 * doc/autoconf.texi (Setting Output Variables): Clarify what
6753 precious variables are.
6754 Suggested by Pontus Skoeld.
6756 2002-09-05 Akim Demaille <akim@epita.fr>
6758 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
6759 (ifnames, autoscan, autom4te): Since we don't only depend on
6760 configure.ac variables (such as VERSION etc.), but also on prefix
6761 and so forth, depend on Makefile, not configure.ac.
6762 Reported by Alexandre Duret-Lutz.
6763 * doc/autoconf.texi (Installation Directory Variables): Adjust.
6765 2002-09-05 Kevin Ryde <user42@zip.com.au>
6767 * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
6768 doesn't seem to be confined to ia64, just say "some versions".
6770 2002-09-04 Akim Demaille <akim@epita.fr>
6772 * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
6774 * Makefile.am (maintainer-clean-local): Remove.
6775 (MAINTAINERCLEANFILES): Remove COPYING.
6777 2002-09-03 Paul Eggert <eggert@twinsun.com>
6779 * doc/autoconf.texi (Configuration Commands): Remove obsolete
6780 example for AC_CONFIG_COMMANDS_PRE. Problem reported by Marcus
6783 2002-09-03 Akim Demaille <akim@epita.fr>
6785 * configure.ac: Bump to 2.53d.
6786 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
6787 as of today, on Automake's team suggestion.
6789 2002-09-03 Akim Demaille <akim@epita.fr>
6793 2002-09-02 Akim Demaille <akim@epita.fr>
6795 * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
6797 * configure.ac: Disable SITE_MACRO_DIR.
6799 2002-09-02 Jim Meyering <meyering@lucent.com>
6801 * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
6802 i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
6803 Also, tweak grammar: s/make sure to/be sure to/.
6805 2002-09-02 Paul Eggert <eggert@twinsun.com>
6807 * doc/autoconf.texi (Limitations of Builtins): Explain why logical
6808 directory names are generally preferable to physical names.
6810 2002-09-02 Akim Demaille <akim@epita.fr>
6812 * lib/Autom4te/General.pm (&update_file): s/die/error/.
6813 Reported by Raja R. Harinath.
6814 * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
6815 * bin/autoupdate.in: Use error instead of die.
6817 2002-09-01 Paul Eggert <eggert@twinsun.com>
6819 * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
6820 ordinary shell concatenation rather than echo+tr+sed command that
6821 runs afoul of a long-line-related sed bug in Solaris 8.
6823 * bin/autoheader.in (parse_args): --warning -> --warnings.
6825 * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
6826 stdout, as traditional "ls" does.
6827 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
6828 _AC_COMPILER_EXEEXT_O): Likewise.
6829 * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
6831 * bin/autoconf.as: Add --prepend-include option. This patch was
6832 applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
6833 but bin/autoconf.in is generated automatically from bin/autoconf.as.
6835 * bin/autoconf.in, configure: Regenerate.
6837 * doc/autoconf.texi (Special Shell Variables): Mention
6838 ENV, MAIL, MAILPATH, PS1, PS2, PS4. Index PWD.
6840 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
6841 MAILPATH and set PS1, PS2, PS4 to default values, to work
6842 around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
6843 For LC_ALL etc, first try to set to "C" as POSIX requires and as
6844 the Autoconf documentation specifies; fall back to "unset" only if
6845 this fails. Use a shell for-loop for this rather than an m4 loop,
6846 to shorten the output script.
6848 2002-08-30 Paul Eggert <eggert@twinsun.com>
6850 * doc/autoconf.texi (Special Shell Variables): Mention POSIX
6851 1003.1-2001's requirements for CDPATH. Give a simpler workaround
6852 for the CDPATH problem. Document PWD.
6853 (Limitations of Builtins): Document the problem that "cd $foo" and
6854 "ls $foo" may refer to different directories in shells conforming
6855 to POSIX 1003.1-2001. Use PS1 rather than CDPATH for "unset"
6856 example, since the old example is now out of date.
6858 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
6859 FOO" and "ls FOO" talk about different directories; this catches
6860 problems when POSIX 1003.1-2001 "cd" fails due to symlink
6863 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
6864 of rolling our own unset.
6865 (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
6866 in practice we needn't worry about CDPATH if unset doesn't work.
6868 * Makefile.in, aclocal.m4, bin/Makefile.in,
6869 config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
6870 lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
6871 lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
6872 lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
6873 tests/Makefile.in: Regenerate with Automake 1.6.3.
6875 * config/config.guess, config/config.sub, config/mkinstalldirs:
6878 * configure: Regenerate with self.
6880 2002-08-30 Kevin Ryde <user42@zip.com.au>
6882 * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
6885 2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6887 * bin/autom4te.in (Request::load): Correctly test for "do" read
6890 2002-08-29 Akim Demaille <akim@epita.fr>
6892 * lib/Autom4te/General.pm (&xqx): New.
6893 (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
6894 hand, which is not portable.
6896 * bin/autom4te.in: Use them.
6897 Use &error instead of die.
6898 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6901 2002-08-17 Paul Eggert <eggert@twinsun.com>
6903 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
6904 default list of compilers to try, since it was long ago superseded
6905 by the ksh fc builtin. Suggested by Steven G. Johnson.
6907 2002-07-31 Alexandre Duret-Lutz <duret_g@epita.fr>
6909 * doc/autoconf.texi (Invoking autom4te): End the option table,
6910 fixing a bug introduced by the previous patch.
6911 (Limitations of Make): Add a 'target lookup' subentry in the
6912 'VPATH' entry. Rewrite all `make' occurences as `@command{make}'.
6914 2002-07-29 Mark D. Roth <roth@feep.net>
6916 * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
6917 options and use $AUTOM4TE_PATH.
6918 * doc/autoconf.texi: Remove documentation of autom4te
6919 --include-envvar and --site-macro-subdir options and document
6920 use of $AUTOM4TE_PATH.
6921 * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
6922 arguments from each language section.
6924 2002-07-29 Paul Eggert <eggert@twinsun.com>
6926 * doc/install.texi: Include copyright symbol in copyright notice.
6928 * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
6930 (AM_MAKEINFOFLAGS): New macro.
6931 * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
6932 * Makefile.am (INSTALL): Use the new macros.
6933 Use -o rather than --output, since "missing" does not grok --output.
6935 2002-07-25 Alexandre Duret-Lutz <duret_g@epita.fr>
6937 * doc/autoconf.texi (Limitations of Make): Escaped newlines in
6938 comments do not always work. Never trust the exit status of
6941 2002-07-24 Kevin Ryde <user42@zip.com.au>
6943 * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
6944 Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
6946 2002-07-23 Paul Eggert <eggert@twinsun.com>
6948 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
6949 Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
6950 apparently treats PATH="nonexistent" as if it contained ".".
6951 Bug reported by Stefan `Sec' Zehl.
6953 2002-07-22 Alexandre Duret-Lutz <duret_g@epita.fr>
6955 * doc/autoconf.texi (Limitations of Make): Mention the special
6956 handling of the obj/ directory by BSD make.
6958 2002-07-20 Kevin Ryde <user42@zip.com.au>
6960 * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
6963 2002-07-19 Akim Demaille <akim@epita.fr>
6965 * doc/autoconf.texi (Function Portability): `exit'.
6966 (Programming in M4sh): Ethymology of M4sh.
6968 2002-07-19 Akim Demaille <akim@epita.fr>
6970 * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
6972 2002-07-18 Akim Demaille <akim@epita.fr>
6976 2002-07-18 Akim Demaille <akim@epita.fr>
6978 * config/config.guess, config/config.sub: Update.
6980 2002-07-18 Akim Demaille <akim@epita.fr>
6982 Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
6985 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
6986 * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
6987 * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
6989 2002-07-18 Akim Demaille <akim@epita.fr>,
6990 Alexandre Duret-Lutz <duret_g@epita.fr>
6992 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
6993 _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
6995 2002-07-17 Russ Allbery <rra@stanford.edu>
6997 * doc/autoconf.texi (Initializing configure): Clarify the
6998 description of the tarname default.
7000 2002-07-17 Andreas Buening <andreas.buening@nexgo.de>
7002 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7003 ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7006 2002-07-17 Akim Demaille <akim@epita.fr>
7008 * lib/Autom4te/General.pm (find_file): Browse the directories in
7009 the order they are given.
7011 2002-07-17 Akim Demaille <akim@epita.fr>
7013 * tests/wrapsh.as, tests/wrappl.as: Merge into...
7014 * tests/wrapper.as: this.
7015 * tests/Makefile.am, configure.ac: Adjust.
7017 2002-07-17 Mark D. Roth <roth@feep.net>
7019 * configure.ac: Add --enable-site-macro-dir option.
7020 * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7021 * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7022 --site-macro-subdir options.
7023 * bin/autoconf.in: Add --prepend-include option.
7024 * bin/autoheader.in: Add --prepend-include option.
7025 * bin/autoreconf.in: Add --prepend-include option.
7026 * bin/autoscan.in: Add --prepend-include option.
7027 * bin/autoupdate.in: Add --prepend-include option.
7028 * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7029 macro directory, remove note that include path directories are
7030 used in reverse order, and document --prepend-include option.
7031 * lib/autom4te.in: Use --prepend-include instead of --include.
7032 * tests/wrapsh.in: Use --prepend-include instead of --include.
7034 2002-07-17 Akim Demaille <akim@epita.fr>
7036 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7038 * doc/autoconf.texi (Initializing configure): Adjust.
7040 2002-07-17 Akim Demaille <akim@epita.fr>
7042 * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7043 (_AC_FUNC_MALLOC): New.
7044 (AC_FUNC_MALLOC): Use the latter.
7045 Define HAVE_MALLOC to 0 if broken.
7046 * doc/autoconf.texi (Particular Functions): Adjust.
7048 2002-07-16 Akim Demaille <akim@epita.fr>
7050 * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7051 * doc/autoconf.texi (C Compiler): Adjust.
7053 2002-07-09 Akim Demaille <akim@epita.fr>
7055 * doc/autoconf.texi: Properly set the ``header'' part.
7057 2002-07-09 Akim Demaille <akim@epita.fr>
7059 * doc/autoconf.texi (Systemology): Some about Darwin.
7061 2002-07-09 Alexandre Duret-Lutz <duret_g@epita.fr>
7063 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7064 Don't use AC_REQUIRE in AU_DEFUN.
7066 2002-07-09 Art Haas <ahaas@neosoft.com>
7068 * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7070 2002-07-02 Alexandre Duret-Lutz <duret_g@epita.fr>
7072 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7073 bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7074 lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7075 so that Emacs setups GNU style for perl-mode and cperl-mode.
7077 2002-06-27 Paul Eggert <eggert@twinsun.com>
7079 * config/install-sh: Quote $src. Prefer || to test's -o option,
7080 as per "Limitations of Builtins".
7081 * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7082 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7084 * tests/mktests.sh: Use grep instead of fgrep, as per
7085 "Limitations of Builtins".
7087 2002-06-15 Paul Eggert <eggert@twinsun.com>
7089 * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7090 autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7091 so that we consistently test the just-built programs.
7092 * tests/wrappl.as: Likewise.
7094 2002-06-12 Paul Eggert <eggert@twinsun.com>
7096 * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7097 name, so that symlinks to 'autoconf' work properly. Bug reported
7099 * bin/autoheader.in (AUTOM4TE): Likewise.
7100 * bin/autoreconf.in (autoconf, autoheader): Likewise.
7101 * bin/autoscan.in (autom4te): Likewise.
7102 * bin/autoupdate.in (autom4te): Likewise.
7104 * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7105 btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7108 2002-06-11 Andreas Schwab <schwab@suse.de>
7110 * doc/autoconf.texi: Add more dir entries.
7112 2002-06-10 Alexandre Duret-Lutz <duret_g@epita.fr>
7114 * bin/autom4te.in ($cache): Don't define using `$me', the name
7115 of the cache should not depend on the name under which autom4te
7118 2002-06-07 Akim Demaille <akim@epita.fr>
7120 * tests/tools.at (autoconf: forbidden tokens, basic)
7121 (autoconf: forbidden tokens, exceptions): Adjust to the change of
7122 words in autom4te.in.
7124 2002-06-07 Peter Eisentraut <peter_e@gmx.net>
7126 * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7127 _AC_LANG_PROGRAM_C_F77_HOOKS.
7129 2002-06-07 Akim Demaille <akim@epita.fr>
7131 * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7133 (AC_REPLACE_FNMATCH): this.
7134 * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7135 AC_FUNC_FNMATCH_GNU.
7137 2002-06-07 Akim Demaille <akim@epita.fr>
7139 * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7140 Rosetta Stone for Unix.
7142 2002-06-07 Akim Demaille <akim@epita.fr>
7144 * bin/autom4te.in (warn_forbidden): When rejecting a token,
7145 suggest m4_pattern_allow.
7146 Suggested by Adam J. Richter.
7148 2002-06-07 Akim Demaille <akim@epita.fr>
7150 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7151 ac_config_libobj_dir.
7152 (AC_CONFIG_LIBOBJ_DIR): New.
7153 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7154 (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7155 Use ac_config_libobj_dir to find the replacement files.
7156 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7157 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7158 (AC_REPLACE_FNMATCH_GNU): these.
7159 (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7160 * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7161 * tests/mktests.sh (ac_exclude_list): Don't check
7162 AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7164 2002-06-06 Paul Eggert <eggert@twinsun.com>
7166 * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7169 * doc/autoconf.texi (Configuration Links): Likewise.
7170 (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7172 2002-06-05 Paul Eggert <eggert@twinsun.com>
7174 * config/config.guess, config/config.sub, config/texinfo.tex:
7175 Update from masters.
7177 2002-05-29 Paul Eggert <eggert@twinsun.com>
7179 * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7180 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7181 * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7183 * lib/autoconf/Makefile.am (check-local): Likewise.
7184 * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7185 * lib/autoconf/types.m4 (commentary only): Likewise.
7186 * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7187 * lib/autotest/Makefile.am (check-local): Likewise.
7188 * lib/m4sugar/Makefile.am (check-local): Likewise.
7189 * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7190 * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7192 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7193 * doc/autoconf.texi (Particular Programs): Document them.
7194 (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7197 2002-05-27 Paul Eggert <eggert@twinsun.com>
7199 * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7200 * NEWS, doc/autoconf.texi (Particular Types): Document it.
7201 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7202 instead of AC_MBSTATE_T, which never existed.
7204 2002-05-23 Akim Demaille <akim@epita.fr>
7206 * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7207 version of Autoconf that is discussed.
7209 2002-05-22 Paul Eggert <eggert@twinsun.com>
7211 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7212 from the default list of compilers to try. Suggested by
7214 * NEWS: Document the above.
7215 * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7217 2002-05-17 Paul Eggert <eggert@twinsun.com>
7219 * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7220 the member is itself an aggregate. Bug reported by Sergey Poznyakoff.
7221 This improves on an earlier suggestion by H. Peter Anvin.
7223 2002-05-16 Paul Eggert <eggert@twinsun.com>
7225 AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7226 AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7227 Both macros now accept an optional source-dir arg.
7228 New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7230 * NEWS: Document this.
7231 * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7233 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7234 (AC_FUNC_FNMATCH): Use it. Test only for POSIX conformance,
7235 not for GNU extensions; this undoes part of the 2000-11-03 change,
7236 reverting to 2.13-compatible behavior.
7237 Add new optional argument DIR.
7238 (AC_FUNC_FNMATCH_GNU): New macro.
7240 * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7242 2002-05-08 Paul Eggert <eggert@twinsun.com>
7244 * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7245 Don't require AC_SYS_POSIX_TERMIOS. The test is unnecessary,
7246 and it causes a 'test' syntax error if it fails.
7247 Bug reported by Stephen Gildea.
7249 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7250 If prototypes are supported, use them to check this at compile-time,
7251 instead of trying to check it at run-time. If we must do a run-time
7252 check, assume that setvbuf is standard when cross-compiling, as
7253 nonstandard setvbuf occurs only on ancient and unlikely hosts.
7254 Bug reported by Paul D. Smith.
7256 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7257 argument specifying location of getloadavg.c. This removes a
7258 FIXME. This idea was taken from Jim Meyering's implementation in
7260 * doc/autoconf.texi (Particular Functions): Document this.
7261 Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7262 that's what the code does; this fixes a bug reported by
7265 2002-05-03 Akim Demaille <akim@epita.fr>
7267 * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7268 autopoint instead of gettextize.
7269 ($uses_alocal): Rename as...
7270 ($uses_aclocal): this.
7271 * doc/autoconf.texi (autoreconf Invocation): Adjust.
7272 Suggested by Bruno Haible.
7274 2002-05-03 Akim Demaille <akim@epita.fr>
7276 * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7278 2002-04-29 Paul Eggert <eggert@twinsun.com>
7280 * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7281 files to be 1 second older; just set them to be the same time.
7282 Also, sleep 1 second after the first aclocal, to work around
7283 problems with sub-second time stamps on the input files.
7285 2002-04-29 Thien-Thi Nguyen <ttn@gnu.org>
7287 * doc/autoconf.texi: Mention "set -e -x" lossage
7288 under node "Limitations of Builtins".
7290 2002-04-29 Akim Demaille <akim@epita.fr>
7292 * doc/install.texi: Better wording for setting variables when
7294 From Christian Cornelssen.
7296 2002-04-29 Akim Demaille <akim@epita.fr>
7298 * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7299 of lack of $LINENO support, then the test will compare the $LINENO
7300 in testsuite vs. the lineno in the test file. This is wrong, of
7302 Be sure to protect it.
7303 Reported by Patrick Welche.
7305 2002-04-25 Akim Demaille <akim@epita.fr>
7307 * doc/autoconf.texi (Obsolete Macros): Typo.
7308 Reported by Vladimir Volovich.
7310 2002-04-25 Akim Demaille <akim@epita.fr>
7312 * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7313 than some of the input files, hence, on the second run of aclocal,
7314 if some of its input are younger, make them older.
7315 Suggested by Paul Eggert.
7317 2002-04-25 Akim Demaille <akim@epita.fr>
7319 * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7320 Thanks to Paul Eggert.
7322 2002-04-25 Akim Demaille <akim@epita.fr>
7324 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7325 and ac_subst_vars be sh variables containing the list of
7326 AC_SUBST_FILES'ed and AC_SUBST'ed identifiers. Output them in the
7328 (_AC_INIT_PREPARE): Use them to log them.
7329 (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7330 (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7331 _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7332 _AC_SUBST_FILES and _AC_SUBST_VARS.
7333 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7335 2002-04-24 Akim Demaille <akim@epita.fr>
7337 * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7338 autoheader, so that automake does not complain about a missing
7339 config.h.in that was to be created.
7341 2002-04-23 Akim Demaille <akim@epita.fr>
7343 * bin/autoheader.in (parse_args): --warning takes an argument.
7346 2002-04-22 Peter Eisentraut <peter_e@gmx.net>
7348 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7349 and bb.out when cleaning up.
7351 2002-04-22 Akim Demaille <akim@epita.fr>
7355 2002-04-22 Akim Demaille <akim@epita.fr>
7357 * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7359 2002-04-22 Akim Demaille <akim@epita.fr>
7361 * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7363 Reported by Gregory Giannoni.
7365 2002-04-22 Akim Demaille <akim@epita.fr>
7367 * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7368 Fixes false failures on Darwin.
7370 2002-04-21 Paul Eggert <eggert@twinsun.com>
7372 * TODO, bin/autoupdate.in, doc/autoconf.texi,
7373 lib/autoconf/general.m4, lib/autoconf/libs.m4,
7374 lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7375 tests/tools.at: Minor spelling and grammar fixes.
7377 2002-04-20 Paul Eggert <eggert@twinsun.com>
7379 * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7380 ZSH_VERSION fixes. Bug reported by Raja R Harinath.
7381 * lib/autotest/general.m4 (AT_INIT): Likewise.
7382 * tests/atgeneral.m4 (AT_INIT): Likewise.
7384 2002-04-19 Paul Eggert <eggert@twinsun.com>
7386 * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7387 doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7388 lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7389 lib/autoconf/functions.m4, lib/autoconf/general.m4,
7390 lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7391 lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7392 tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7393 Minor spelling and grammar fixes.
7395 * doc/autoconf.texi: Follow the outline suggested in the GNU
7396 Sample Texts sections of the Texinfo 4.2 manual. Most
7397 importantly, this makes sure that the copyright notices appear in
7398 all output formats. You probably need Texinfo 4.2 to generate
7401 Fix some bugs when using "$@" when there might be zero positional
7402 arguments in cases where this matters.
7404 * bin/autoconf.as: Rewrite so that the problem does not come up.
7405 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7406 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7407 * lib/autotest/general.m4 (AT_INIT): Likewise.
7409 * bin/autoheader.in: Use 'case' statement to work around problem.
7410 * bin/auto4mte.in: Likewise.
7411 * bin/autoreconf.in: Likewise.
7412 * bin/autoscan.in: Likewise.
7413 * bin/autoupdate.in: Likewise.
7414 * bin/ifnames.in: Likewise.
7416 * doc/autoconf.texi (Shell Substitutions): Document the problem.
7418 * lib/autotest/general.m4 (AT_INIT):
7419 Use Zsh alias to work around problem.
7420 * tests/atgeneral.m4 (AT_INIT): Likewise.
7422 * tests/c.at: We can't have zero arguments, so remove workaround
7423 that is not portable to Zsh.
7425 2002-04-19 Alexandre Duret-Lutz <duret_g@epita.fr>
7427 * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7428 from aclocal.m4 too.
7430 2002-04-12 Akim Demaille <akim@epita.fr>
7432 * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7434 2002-04-10 Akim Demaille <akim@epita.fr>
7436 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7437 workaround for ${1+"$@"}.
7438 * doc/autoconf.texi (Shell Substitutions): Explain it.
7439 From Oliver Kiddle and Peter Stephenson.
7441 Have M4sh perform minimal shell sanitizing.
7443 * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7445 (_AS_PREPARE): this new macro.
7447 (AS_INIT): Invoke AS_SHELL_SANITIZE.
7448 * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7450 Adjust Autoconf and Autotest.
7452 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7453 AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7454 * lib/autotest/general.m4 (AT_INIT): Likewise.
7455 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7456 Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7459 Use this M4sh to generate Autoconf's shell scripts.
7461 * tests/wrapsh.as: New, precursor of wrapsh.in.
7462 * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7463 on Autotest and M4sh.
7464 ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7465 (wrapsh.in): New target.
7466 * bin/autoconf.as: New, precursor of autoconf.in.
7467 (autoconf.in): New target.
7469 2002-04-09 Alexandre Duret-Lutz <duret_g@epita.fr>
7471 * doc/autoconf.texi (Limitations of Make): Mention the issue
7472 with indented comments in rules.
7474 2002-04-09 Andreas Schwab <schwab@suse.de>
7476 * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7477 ac_top_builddir when setting ac_abs_top_builddir.
7479 2002-04-06 Kevin Ryde <user42@zip.com.au>
7481 * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7482 (Portable Shell): Cross reference to Systemology.
7484 2002-04-05 Akim Demaille <akim@epita.fr>
7486 * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7487 directories when descending in a SUBDIRS.
7488 Reported by Ezra Peisach.
7490 2002-04-04 Andreas Schwab <schwab@suse.de>
7492 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7493 contains no literal separators.
7495 2002-04-03 Akim Demaille <akim@epita.fr>
7497 * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7498 (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7499 Use dnl, not the KILL diversion.
7501 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7502 (AC_CONFIG_LINKS): here.
7504 Don't use the KILL diversion, as it kills spurious output, which
7505 results in failures being hidden.
7506 Use m4_defn where appropriate.
7507 (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7508 after the second argument.
7510 * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7511 syntax, as it is provided by M4sugar.
7512 * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7514 2002-04-03 Andreas Schwab <schwab@suse.de>
7516 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7517 expanded if $# <= 2.
7519 * bin/autoreconf.in (autoreconf): Run automake after rerunning
7522 2002-04-03 Akim Demaille <akim@epita.fr>
7524 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7525 (_AC_COMPILER_EXEEXT_REJECT): New.
7526 Also recognize *.bb and *.bbg as compilation byproducts.
7527 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7528 (_AC_COMPILER_OBJEXT): Use them.
7529 Fixes Debian #138666.
7531 2002-04-02 Peter Eisentraut <peter_e@gmx.net>
7533 Integrate AC_PROG_CC_STDC into AC_PROG_CC.
7535 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
7536 AU_DEFUN old name. Use _AC_COMPILE_IFELSE.
7537 (AC_PROG_CC): Call _AC_PROG_CC_STDC.
7538 (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
7540 (AC_C_INLINE): Same.
7541 (AC_C_PROTOTYPES): Same. Require AC_PROG_CC instead.
7542 * doc/autoconf.texi, NEWS: Document.
7543 * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
7546 2002-04-02 Akim Demaille <akim@epita.fr>
7548 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
7549 _AS_MKDIR_P_PREPARE.
7551 2002-03-28 Kevin Ryde <user42@zip.com.au>
7553 * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
7554 to avoid versions of HP C which don't allow that.
7556 2002-03-27 Paul Eggert <eggert@twinsun.com>
7558 * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
7559 (AS_SHELL_SANITIZE): Invoke it.
7560 (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
7562 2002-03-26 Akim Demaille <akim@epita.fr>
7564 * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
7566 2002-03-26 Akim Demaille <akim@epita.fr>
7568 * doc/autoconf.texi (Introduction): The GNATS base moved.
7570 2002-03-25 Paul Eggert <eggert@twinsun.com>
7572 * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
7573 as POSIX requires, as it doesn't work with Zsh.
7574 * doc/autoconf.texi (Assignments): Document the problem.
7576 2002-03-25 Alexandre Duret-Lutz <duret_g@epita.fr>
7578 * doc/autoconf.texi (Limitations of Make): Mention more issue
7579 about VPATH, overriding of macros in sub-makes, and handling of
7582 2002-03-21 Paul Eggert <eggert@twinsun.com>
7584 * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
7585 problem with here-document buffer boundaries.
7587 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
7588 when reinvoking the shell, to work around problems with installers
7589 who put strange things like "cd" commands in their environments.
7591 2002-03-19 Akim Demaille <akim@epita.fr>
7593 * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
7596 2002-03-19 Akim Demaille <akim@epita.fr>
7598 * bin/autoscan.in (scan_file): Specify the location in `&used'
7602 2002-03-19 Akim Demaille <akim@epita.fr>
7604 * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
7605 From Nishio Futoshi.
7607 2002-03-19 Akim Demaille <akim@epita.fr>
7609 * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
7611 2002-03-18 Paul Eggert <eggert@twinsun.com>
7613 * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
7614 (Limitations of Usual Tools): Add mkdir section.
7616 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
7617 (AS_MKDIR_P): Require it. Use mkdir -p if available, falling
7618 back on AS_DIRNAME to compute prefixes otherwise; this is
7619 roughly what mkinstalldirs does. That way, we need not have
7620 our own filename disassembler. The old disassembler did not
7621 work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
7623 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
7624 Create at_test_all by a series of assignments,
7625 not by a single assignment of a long string. The latter causes ksh
7626 version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
7627 presumably because of a buffer overrun.
7629 2002-03-14 Paul Eggert <eggert@twinsun.com>
7631 * lib/autotest/general.m4 (at_times_skip):
7632 Renamed from at_times. Now a boolean.
7633 ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
7634 says 'times: not found'.
7636 2002-03-14 Akim Demaille <akim@epita.fr>
7638 * bin/autoreconf.in (&study_gettextize): New.
7639 (&autoreconf): Handle newest gettextize.
7640 Rerun aclocal if needed.
7641 Suggested by Andreas Schwab.
7643 2002-03-13 Akim Demaille <akim@epita.fr>
7645 * doc/autoconf.texi (Special Shell Variables): More about IFS.
7647 2002-03-13 Akim Demaille <akim@epita.fr>
7649 * doc/autoconf.texi (Header Portability): New.
7650 Add information about stdint.h and inttypes.h from Paul Eggert.
7652 2002-03-13 Akim Demaille <akim@epita.fr>
7654 * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
7658 2002-03-12 Akim Demaille <akim@epita.fr>
7660 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
7663 2002-03-11 Andreas Schwab <schwab@suse.de>
7665 * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
7666 does not do it if --with-lispdir is given.
7668 2002-03-08 Akim Demaille <akim@epita.fr>
7672 2002-03-08 Akim Demaille <akim@epita.fr>
7674 * doc/autoconf.texi (Subdirectories): Clarify that the
7675 subdirectory should exist.
7677 2002-03-08 Akim Demaille <akim@epita.fr>
7679 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
7681 2002-03-08 Akim Demaille <akim@epita.fr>
7683 * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
7684 aliases the actual variables, and modifications of the former
7687 2002-03-08 Akim Demaille <akim@epita.fr>
7689 * bin/autom4te.in (&handle_m4): Protect us from corrupted file
7690 because of C-c: have m4 output in tmp files, then mv them.
7692 2002-03-08 Akim Demaille <akim@epita.fr>
7694 * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
7695 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7696 * bin/ifnames.in: Copyright update.
7698 2002-03-08 Akim Demaille <akim@epita.fr>
7700 * doc/autoconf.texi (Invoking autom4te): New.
7702 2002-03-05 Akim Demaille <akim@epita.fr>
7704 * doc/autoconf.texi (Specifying Names): Clarification suggested by
7707 2002-03-05 Akim Demaille <akim@epita.fr>
7711 2002-03-04 Akim Demaille <akim@epita.fr>
7713 * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
7714 * lib/autoconf/general.m4 (AC_INIT): More informative error
7717 2002-03-04 Akim Demaille <akim@epita.fr>
7719 * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
7722 2002-03-04 Akim Demaille <akim@epita.fr>
7724 * doc/autoconf.texi (Transforming Names): Equality between target
7725 and host is irrelevant.
7726 (Specifying Names, Canonicalizing): Remove all references to the
7727 backward compatibility hooks. Rather, collect them all into...
7728 (Hosts and Cross-Compilation): this new section.
7729 * doc/install.texi (System Type): Ditto.
7730 * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
7731 that `--host' implies cross-compilation.
7733 2002-03-04 Akim Demaille <akim@epita.fr>
7735 * doc/autoconf.texi (Evaluation Macros): New.
7736 * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
7738 (_m4_foreach): Define the variant with immediate evaluation so
7739 that it contains exactly the items, not an expression which
7740 evaluation is the current item.
7741 (m4_re_string, m4_re_word): Don't over quote them.
7743 2002-03-04 Akim Demaille <akim@epita.fr>
7745 Instead of having stacking `shift's evaluated at the end, let
7746 `foreach' loops immediately evaluate them.
7748 * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
7749 $*. This is the n-th time I change my mind, but hopefully this is
7752 (m4_text_wrap): Use m4_foreach, which is finally correct _and_
7754 (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
7755 it was only a hack for m4_text_wrap.
7756 (m4_car2): Remove, replaced by...
7758 (_m4_foreach): Adjust.
7759 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
7760 m4_bpatsubst for clarification.
7762 2002-03-04 Akim Demaille <akim@epita.fr>
7764 * doc/autoconf.texi (Changequote is Evil): New.
7766 2002-03-03 Kevin Ryde <user42@zip.com.au>
7768 * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
7769 on old systems like SunOS.
7771 2002-03-01 Peter Eisentraut <peter_e@gmx.net>
7773 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7774 lib/autoconf/functions.m4, lib/autoconf/general.m4,
7775 lib/autoconf/headers.m4, lib/autoconf/lang.m4,
7776 lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
7779 2002-02-28 Akim Demaille <akim@epita.fr>
7781 * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
7784 2002-02-28 Kevin Ryde <user42@zip.com.au>
7786 * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
7788 2002-02-25 Akim Demaille <akim@epita.fr>
7790 * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
7793 2002-02-13 Alexandre Duret-Lutz <duret_g@epita.fr>
7795 * lib/Autom4te/XFile.pm (getline, getlines): New functions,
7796 translate \r\n to \n.
7798 2002-02-07 Akim Demaille <akim@epita.fr>
7802 2002-02-07 Akim Demaille <akim@epita.fr>
7804 Fix Autoconf PR/209.
7805 Also reported by Frank Denis.
7807 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
7809 2002-02-07 Akim Demaille <akim@epita.fr>
7811 Fix Autoconf PR/207:
7812 AC_PREFIX_PROGRAM fails with dashed program names
7814 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
7815 variable when looking for the prefix program.
7816 Now it also works for shell variables.
7818 2002-02-07 Akim Demaille <akim@epita.fr>
7820 * doc/autoconf.texi (Limitations of Builtins): More about
7823 2002-02-06 Akim Demaille <akim@epita.fr>
7825 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
7826 case/esac, some shells don't support it.
7827 Reported by Zack Weinberg.
7828 * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
7830 2002-02-06 Akim Demaille <akim@epita.fr>
7832 * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
7833 sure not to introduce newlines in at_groups.
7834 * lib/autotest/Makefile.am (autotest.m4f): Typo.
7836 2002-02-06 Akim Demaille <akim@epita.fr>
7838 * tests/torture.at (Configuring subdirectories): Skip if aclocal
7841 2002-02-05 Paul Eggert <eggert@twinsun.com>
7843 * doc/autoconf.texi (Specific Compiler Characteristics):
7844 Describe HP-UX cc bug workaround more accurately.
7845 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
7847 * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
7848 cross-compilers, too. This undoes some of the most recent change
7851 2002-02-05 Akim Demaille <akim@epita.fr>
7853 * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
7854 to make sure they are up to date when `check' is run.
7856 2002-02-05 Akim Demaille <akim@epita.fr>
7858 * doc/autoconf.texi (Making testsuite Scripts): Document
7861 2002-02-05 Akim Demaille <akim@epita.fr>
7863 * lib/freeze.mk: New.
7865 2002-02-05 Akim Demaille <akim@epita.fr>
7867 Implement `autom4te --freeze'.
7869 * bin/autom4te.in (&freeze): New.
7870 * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
7871 * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
7873 2002-02-05 Akim Demaille <akim@epita.fr>
7875 * bin/autom4te.in (&parse_args): Implement `frozen files are
7876 optional are the sum of the previous files on the command line'.
7877 Also, pass `--reload-state=' on them, so...
7879 * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
7880 (M4sh): Rely on M4sugar.
7881 (Autotest, M4sh, M4sugar): Use frozen files.
7883 2002-01-31 Akim Demaille <akim@epita.fr>
7885 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
7886 * doc/autoconf.texi (Initializing configure): Adjust.
7888 2002-01-30 Akim Demaille <akim@epita.fr>
7890 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
7891 alphanumeric to `-' instead of `_'.
7893 2002-01-30 Akim Demaille <akim@epita.fr>
7895 * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
7896 for plain code, the other for cross-compilation code. The latter
7897 is now run with GCC only.
7898 * doc/autoconf.texi (Compilers and Preprocessors): New.
7900 2002-01-30 Akim Demaille <akim@epita.fr>
7902 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
7904 * doc/autoconf.texi (Initializing configure): Explain how to
7905 change AC_INIT default values.
7907 2002-01-29 Akim Demaille <akim@epita.fr>
7909 * tests/torture.at (Configuring subdirectories): Use configure.in,
7910 so that aclocal 1.4 works.
7911 Reported by Alexandre Duret-Lutz and Larry Schmitt.
7913 2002-01-28 Akim Demaille <akim@epita.fr>
7915 * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
7918 2002-01-28 Akim Demaille <akim@epita.fr>
7920 * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
7921 AUTOTEST_PATH *after* it was set.
7922 Don't put `.' in the PATH: the user should be precise and `./' if
7923 needed. In addition, given that the test suite does some `cd', if
7924 `.' is in the path, the `tested programs' sections will report
7925 programs found in the test suite's directory, while during the
7926 tests (performed in their own directory), these programs are no
7927 longer visible. In other words, the results is confusing and
7929 * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
7931 2002-01-24 Akim Demaille <akim@epita.fr>
7935 2002-01-24 Akim Demaille <akim@epita.fr>
7937 * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
7938 * doc/autoconf.texi: Finally add Akim as an author.
7940 2002-01-24 Akim Demaille <akim@epita.fr>
7942 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
7943 (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
7944 Bourne. Use /bin/sh.
7945 From Andreas Buening.
7947 2002-01-24 Akim Demaille <akim@epita.fr>
7949 * config/config.guess, config/config.sub, config/texinfo.tex:
7950 Update from masters.
7952 2002-01-24 Akim Demaille <akim@epita.fr>
7954 * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
7955 * config/auxdir.m4, config/cond.m4, config/depend.m4,
7956 * config/init.m4, config/install-sh.m4, config/lispdir.m4,
7957 * config/missing.m4, config/sanity.m4, config/select.m4,
7958 * config/strip.m4: Remove, to ease sync'ing with any version of
7961 2002-01-24 Akim Demaille <akim@epita.fr>
7963 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
7964 (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
7965 Reported by Geir Ove Myhr.
7967 2002-01-21 Akim Demaille <akim@epita.fr>
7969 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
7971 2002-01-21 Akim Demaille <akim@epita.fr>
7973 * lib/Autom4te/General.pm (getopt): Use a more GNUish error
7974 message on invalid options.
7975 * bin/autom4te.in (parse_args): Don't use
7976 Autoconf::General::getopt with non valid options.
7978 2002-01-17 Jim Meyering <meyering@lucent.com>
7980 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
7981 $ac_cv_exeext so we don't use an old, invalid, cached value.
7983 2002-01-11 Akim Demaille <akim@epita.fr>
7985 * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
7987 * doc/autoconf.texi (Function Portability): Document the strnlen
7989 (Particular Functions): Document AC_FUNC_STRNLEN.
7990 * lib/autoscan/functions: Adjust.
7992 2002-01-06 Akim Demaille <akim@epita.fr>
7994 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
7995 package.m4, since is really depends upon configure.ac, not
7997 * doc/autoconf.texi (testsuite Scripts): Adjust.
7998 * tests/Makefile.am (package.m4): New.
7999 EXTRA_DIST it since its a source.
8001 2002-01-06 Akim Demaille <akim@epita.fr>
8003 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8004 of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8005 and PACKAGE_BUGREPORT from here...
8006 (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8008 (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8009 * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8010 (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8011 * tests/tools.at (autoheader): Adjust.
8012 * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8014 2002-01-06 Akim Demaille <akim@epita.fr>
8016 * bin/autoscan.in (scan_file): Use `&used'.
8018 2002-01-03 Akim Demaille <akim@epita.fr>
8020 * doc/autoconf.texi (Output): Improved wording regarding use of
8024 2001-12-18 Kevin Ryde <user42@zip.com.au>
8026 * doc/autoconf.texi (Function Portability): Add notes on sscanf
8027 sometimes needing writable input.
8029 2001-12-17 Jim Meyering <meyering@lucent.com>
8031 * doc/autoconf.texi (New Macros): Tweak wording.
8033 2001-12-14 Akim Demaille <akim@epita.fr>
8035 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8036 trailing files, don't apply `-rf' to files which might not be
8037 created by configure (core, core.*, and *.core), but just `rm -f'.
8038 Suggested by Jonathan Kamens.
8040 2001-12-14 Aaron M. Ucko <amu@alum.mit.edu>
8042 * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8044 2001-12-14 Akim Demaille <akim@epita.fr>
8046 * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8048 2001-12-13 Peter Eisentraut <peter_e@gmx.net>
8050 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8051 abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8052 abs_srcdir, top_srcpath to abs_top_srcdir.
8053 (_AC_OUTPUT_FILES): Adjust.
8054 * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8055 * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8056 * tests/wrappl.in, tests/wrapsh.in: Adjust.
8058 2001-12-12 Steven G. Johnson <stevenj@alum.mit.edu>
8060 * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8061 C/Fortran linking on HP/UX, by extracting the Fortran library
8062 search path from the LPATH line in the $F77 -v output.
8064 2001-12-12 Kevin Ryde <user42@zip.com.au>
8066 * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8067 forbidden file descriptors table.
8069 2001-11-26 Akim Demaille <akim@epita.fr>
8071 * bin/autoscan.in (%c_keywords): Build it at top level.
8072 Map to 1 in order to simplify its uses.
8074 2001-11-26 Akim Demaille <akim@epita.fr>
8076 * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8077 Remove $filepath, useless.
8078 (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8079 variables, they are really part of the tokens.
8080 Split the input line on spaces and then look for tokens.
8081 Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8082 because of `lex$U.$(OBJEXT)'.
8083 (&scan_files): Use "@list" instead of join.
8084 * doc/Makefile.am (CLEANFILES): Add *.fns.
8086 2001-11-26 Akim Demaille <akim@epita.fr>
8088 * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8089 Remove, replaced by...
8090 * tests/wrappl.in: Be common for all the Perl executables.
8091 In particular autoscan and autoheader want -I.
8092 * configure.ac: Adjust.
8093 * lib/autoscan/headers: errno.h is portable.
8095 2001-11-26 Akim Demaille <akim@epita.fr>
8097 * bin/autoscan.in (used): New.
8100 2001-11-26 Akim Demaille <akim@epita.fr>
8102 * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8104 (&scan_sh_file): Remove a duplicate pattern.
8105 (&check_configure_ac): Use long options.
8106 * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8108 2001-11-26 Akim Demaille <akim@epita.fr>
8110 * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8111 Before, having a line containing the opening of a multi line
8112 comment made the whole line be ignored.
8114 2001-11-26 Akim Demaille <akim@epita.fr>
8116 * doc/autoconf.texi (Using an Autotest Test Suite): New.
8117 (testsuite Scripts): Be one of its subsection.
8118 (Autotest Logs): New.
8120 2001-11-26 Akim Demaille <akim@epita.fr>
8122 Test groups are now run two directories deeper.
8124 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8125 top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8127 * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8128 top_srcdir, builddir and top_builddir.
8129 Use `at_*dir' relatively to the directory containing the
8130 suite, use `*dir' when relatively to the current group dir.
8132 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8134 * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8135 lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8136 tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8139 2001-11-22 Alexandre Duret-Lutz <duret_g@epita.fr>
8141 * doc/autoconf.texi (Using System Type): Add an example of `case
8142 $host' usage so people quit using `case $target' everywhere.
8144 2001-11-22 Akim Demaille <akim@epita.fr>
8146 * doc/autoconf.texi (Installation Directory Variables): Englishoes
8147 spotted by Jim Meyering.
8149 2001-11-16 Paul Eggert <eggert@twinsun.com>
8151 This patch implements a `long double' suggestion by Oliver Kiddle.
8153 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8154 static, to catch errors if the value isn't known at compile-time
8155 and the compiler supports dynamic arrays. Change its name from
8156 `_array_' to `test_array' to avoid potential name clashes.
8157 (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8158 test. Do not define HAVE_LONG_DOUBLE if `long double' is no
8159 better than double. Catch a bug in GCC 2.95.2 x86.
8160 * doc/autoconf.texi (C Compiler): Document the above.
8163 2001-11-13 Akim Demaille <akim@epita.fr>
8165 * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8167 * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8169 2001-11-13 Akim Demaille <akim@epita.fr>
8171 * lib/autotest/general.m4 (AT_INIT): After having run the test
8172 group, go back to the initial directory, not to at_suite_dir.
8174 2001-11-13 Akim Demaille <akim@epita.fr>
8176 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8177 (AT_DATA_AUTOCONF): Also protect @&t@ from autom4te.
8178 (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8180 (AT_CHECK_CONFIGURE): Use absolute paths.
8181 (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8182 The problem is still the old one: there is no means in M4 (that I
8183 know about) to create a defining macro, because there is no means
8184 to create `$1' etc., therefore, the defining macro ``swallows''
8185 all the arguments meant to the defined macro.
8187 2001-11-13 Akim Demaille <akim@epita.fr>
8189 * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8190 (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8192 * tests/aclocal.m4: Remove, as it is no longer used.
8194 2001-11-13 Akim Demaille <akim@epita.fr>
8196 * lib/autotest/general.m4: Change `tests?' into `groups?' in
8197 variable names when referring to a single test group, or to
8198 `suite' when referring to the whole test suite.
8199 `at_last_test' is removed: m4 compute at_format itself.
8200 (at_stdout, at_stder1, at_stderr): New variables.
8201 (AT_CHECK): Use them.
8203 2001-11-13 Akim Demaille <akim@epita.fr>
8205 * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8207 Create `testsuite.dir/003/run' instead of `testsuite.003'.
8208 Do it as soon as a test fails, don't wait till the end of the test
8210 Don't remove $as_me.[0-9]*, since these files no longer exist.
8212 2001-11-13 Akim Demaille <akim@epita.fr>
8214 * tests/tools.at: Use absolute paths, since we are no longer run
8217 2001-11-13 Akim Demaille <akim@epita.fr>
8219 Now that tests are running in their own private dir, there is no
8220 need to list the files to remove at the end of tests groups.
8222 * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8223 (AT_data_files, at_data_files): Remove.
8224 (AT_CLEANUP, AT_DATA): Simplify.
8226 Remove the group dir if !debug && !failed.
8227 * tests/atspecific.m4: Adjust.
8229 2001-11-13 Akim Demaille <akim@epita.fr>
8231 Start a new layout for Autotest: `testsuite' creates
8232 `testsuite.dir' in which the at-check-line etc. files are to be
8233 found, and `testsuite.dir/003' where the test group 3 is run.
8235 * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8236 at_check_line_file, at_format, at_test_normalized, at_group_dir
8238 Create the directories.
8239 Use absolute paths for at- files.
8242 2001-11-11 Michael Matz <matz@kde.org>
8244 * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8246 (m4_car): Properly quote arguments.
8248 2001-11-13 Akim Demaille <akim@epita.fr>
8250 * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8251 with stricter rules on LIBOBJS.
8253 2001-11-12 Paul Eggert <eggert@twinsun.com>
8255 * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8256 * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8259 2001-11-12 Akim Demaille <akim@epita.fr>
8261 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8263 2001-11-12 Akim Demaille <akim@epita.fr>
8265 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8266 * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8267 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8268 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8269 * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8270 specify to what the macro should be defined (typically to 1).
8272 2001-11-12 Akim Demaille <akim@epita.fr>
8274 * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8277 2001-11-12 Akim Demaille <akim@epita.fr>
8279 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8280 AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND. This validates the
8281 definition used by Automake where LEX is +/- "${missing} lex" and
8282 `missing' itself contains variables.
8284 2001-11-12 Akim Demaille <akim@epita.fr>
8286 * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8287 Now that M4sh pushes BODY, the comments were output at the end of
8290 2001-11-08 Akim Demaille <akim@epita.fr>
8292 * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8293 that we can trace macros from aclocal.m4.
8294 Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8295 obsoleted, and redirect to the former anyway.
8296 Reported by Ralf Corsepius.
8298 2001-11-08 Akim Demaille <akim@epita.fr>
8300 * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8301 processed only if present.
8302 * tests/torture.at (Configuring subdirectories): Use autoreconf
8303 instead of successive calls to autoconf.
8304 Add a nonexistent subdirectory to exercise the patch above.
8305 Reported by Ralf Corsepius.
8307 2001-11-08 Kevin Ryde <user42@zip.com.au>
8309 * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8310 doesn't accept .S files.
8312 2001-11-07 Akim Demaille <akim@epita.fr>
8314 * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8315 * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8316 (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8317 * bin/autom4te.in (warn_forbidden): New.
8318 (handle_output): Use it.
8319 Read m4_pattern_forbid with messages.
8321 2001-11-05 Akim Demaille <akim@epita.fr>
8323 * bin/autom4te.in (--normalize): Remove.
8324 * lib/autom4te.in: Adjust.
8326 2001-11-05 Akim Demaille <akim@epita.fr>
8328 * tests/Makefile.am (testsuite): Rename this target as...
8329 ($(TESTSUITE)): this.
8332 2001-11-05 Alexandre Duret-Lutz <duret_g@epita.fr>
8334 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8335 the --prefix option, also remove it's argument.
8337 2001-11-05 Akim Demaille <akim@epita.fr>
8339 * doc/autoconf.texi (testsuite Invocation): Update.
8340 (Writing testsuite.at): Update.
8342 2001-11-03 Akim Demaille <akim@epita.fr>
8344 * doc/autoconf.texi: s/@code/@command/ where appropriate.
8346 2001-11-03 Akim Demaille <akim@epita.fr>
8348 * lib/Autom4te/General.pm: (&catfile, &canonfile)
8349 (&file_name_is_absolute): New, wrappers around routines from
8351 Use and export them.
8352 (&find_configure_ac): Optionally take a directory where to look at.
8353 * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8355 Default @ARGV to `.', not find_configure_ac.
8356 (&autoreconf): Argument is a directory.
8357 Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8358 * doc/autoconf.texi (autoreconf Invocation): Update.
8360 2001-11-03 Akim Demaille <akim@epita.fr>
8362 * lib/Autom4te/General.pm (@export_vars, @export_subs)
8363 (@export_forward_subs): New.
8364 Add basename, dirname, and fileparse.
8366 * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8367 Don't look for aclocal flags if we already know aclocal is not
8369 Move aclocal.m4t only if it exists.
8370 Reported by Ezra Peisach.
8372 2001-11-03 Akim Demaille <akim@epita.fr>
8374 * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8375 passed on command line, defaulting to ./configure.ac if present.
8376 (&maybe_autoreconf, File::Find): Remove, unused.
8377 (&autoreconf): If autoconf is not used, don't try to trace.
8379 2001-11-02 Akim Demaille <akim@epita.fr>
8381 * configure.ac: Bump to 2.52g.
8383 2001-11-02 Akim Demaille <akim@epita.fr>
8387 2001-11-02 Akim Demaille <akim@epita.fr>
8389 * config/config.guess, config/config.sub, doc/standards.texi:
8390 * config/lispdir.m4: Update from masters.
8391 * configure.ac: Bump to 2.52f.
8393 2001-11-02 Akim Demaille <akim@epita.fr>
8395 * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8396 Don't run aclocal when aclocal.m4 is not from aclocal.
8398 Don't run libtoolize and gettextize if --install is not given.
8400 2001-11-01 Paul Eggert <eggert@twinsun.com>
8402 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8403 be invoked before _AS_LINENO_PREPARE.
8404 (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8405 than character ranges.
8407 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8408 invoking AS_BASENAME. Set the locale variables to 'C' if
8409 possible, as POSIX requires this to get the traditional
8411 * doc/autoconf.texi (Special Shell Variables): Describe the above.
8413 2001-10-31 Paul Eggert <eggert@twinsun.com>
8415 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8416 with {}, as that triggers a bug in Bash 2.05.
8418 (_AS_LINENO_PREPARE): Use Sed rather than
8419 Awk. Fix the sed prepass to work even if there are multiple
8420 instances of $LINENO on the same line. Do not substitute for
8421 other variables like $LINENOT. Do not check file dates; such a
8422 check is unreliable on sufficiently fast machines, and removing
8423 the check makes the code simpler and more reliable. Check for
8424 output and chmod failures.
8426 * doc/autoconf.texi (Special Shell Variables): Document
8429 2001-10-31 Akim Demaille <akim@epita.fr>
8431 * tests/Makefile.am (atconfig): Remove this target, Automake
8434 2001-10-31 Akim Demaille <akim@epita.fr>
8436 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8437 AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8438 provided, while it is optional.
8439 * configure.ac: Adjust.
8441 2001-10-26 Paul Eggert <eggert@twinsun.com>
8443 * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8444 lib/Autom4te/Struct.pm:
8445 Require Perl 5.005_03 instead of just 5.005, as some tests fail
8448 * doc/autoconf.texi (Special Shell Variables): Document some
8449 more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8451 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8452 (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8453 eval $LINENO is not portable in practice.
8455 2001-10-24 Akim Demaille <akim@epita.fr>
8457 * lib/Autom4te/General.pm (backname): New.
8459 2001-10-24 Akim Demaille <akim@epita.fr>
8461 * m4/: Remove, merged into...
8464 2001-10-23 Tim Van Holder <tim.van.holder@pandora.be>
8466 * doc/autoconf.texi (Shellology): Mention the problems with bash
8467 2.05's use of ANSI quoting in its `set' builtin.
8469 2001-10-22 Paul Eggert <eggert@twinsun.com>
8471 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8472 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8473 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8474 POSIX decided to standardize on the int flavor of strerror_r.
8475 Always do char* test, as there's no reason not to.
8476 Assign to a char* var, to catch strerror_r that returns int*.
8478 * doc/autoconf.texi (Particular Functions):
8479 Document the above changes. Also, document the fact that
8480 AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8482 * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8484 2001-10-20 Akim Demaille <akim@epita.fr>
8486 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8487 the executable was missing from the log.
8489 2001-10-20 Akim Demaille <akim@epita.fr>
8491 * lib/Autom4te/General.pm (&update_file): If destination is
8492 unchanged, remove the source.
8493 (&up_to_date_p): Don't be verbose, be debug.
8494 * bin/autoreconf.in: No longer support --m4dir.
8495 (&autoreconf): Display the full path of the configure.ac we are
8498 Be sure to honor --force with gettextize.
8500 * doc/autoconf.texi: Adjust.
8502 2001-10-20 Akim Demaille <akim@epita.fr>
8504 * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8506 * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8507 `intl' is already present, as it refuses unless --force.
8508 (&parse_args): Use -I, --include instead of the old Autoconf
8510 ($localdir, $autoconf_dir): Remove.
8512 (&maybe_autoreconf): New, to preserve $_ for File::Find.
8514 2001-10-19 Jens Petersen <petersen@redhat.com>
8516 * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8517 * doc/autoconf.texi (Particular Programs): Likewise.
8519 2001-10-19 Akim Demaille <akim@epita.fr>
8521 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8522 file in @configure_input@.
8523 Don't mention `automatically' in addition to `generated'.
8524 * tests/torture.at (#define header templates): Adjust.
8526 2001-10-19 Akim Demaille <akim@epita.fr>
8528 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8529 comment, explain how to install automatic mode selection.
8532 2001-10-19 Ezra Peisach <epeisach@zif.mit.edu>
8534 * bin/autoreconf.in (autoreconf): Display the path to the
8535 configure.ac being studied.
8537 2001-10-18 Paul Eggert <eggert@twinsun.com>
8539 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
8540 long, to work around a bug in the HP C compiler version HP92453-01
8543 * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
8544 (AS_BASENAME_EXPR): New macro.
8545 (AS_BASENAME_SED): Do not assume GNU sed semantics.
8546 (AS_BASENAME): Use 'basename' if that works; then try 'expr';
8547 and fall back on 'sed' only if the other two fail. This makes
8548 AS_BASENAME act more like AS_DIRNAME.
8549 (as_me): Shell-quote the argument of AS_BASENAME, in case $0
8550 contains white space.
8551 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
8552 Use AS_DIRNAME, since I think it's now DOS-friendly.
8553 * tests/m4sh.at (DIRNAME_TEST): New arg $3.
8554 Allow "dirname //FOO" to return either / or //, as POSIX allows
8557 2001-10-10 Akim Demaille <akim@epita.fr>
8559 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
8560 `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
8563 2001-10-10 Akim Demaille <akim@epita.fr>
8565 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
8567 (_AS_ECHO_N): AS_REQUIREs it.
8569 2001-10-10 Akim Demaille <akim@epita.fr>
8571 * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
8572 (AC_INCLUDES_DEFAULT): Move to...
8573 * lib/autoconf/headers.m4: here.
8574 * lib/autoconf/types.m4: Comment changes.
8575 * doc/autoconf.texi: Specify where the default includes are used
8576 in the macro prototypes.
8578 2001-10-09 Akim Demaille <akim@epita.fr>
8580 * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
8583 2001-10-08 Akim Demaille <akim@epita.fr>
8585 * bin/autoreconf.in (&autoreconf): Remove debugging code.
8586 (&parse_args): Pass verbosity/debugging options to subtools when
8587 --debug, not when --verbose.
8588 * lib/autom4te.in (Autoreconf-preselections): New.
8591 2001-10-08 Akim Demaille <akim@epita.fr>
8593 * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
8595 2001-10-08 Akim Demaille <akim@epita.fr>
8597 * doc/autoconf.texi (autoreconf Invocation): Adjust.
8598 * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
8600 2001-10-08 Akim Demaille <akim@epita.fr>
8602 * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
8603 (Syntax of the shell scripts): Don't.
8604 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
8605 bother with $force since...
8606 * lib/Autom4te/General.pm: does.
8608 2001-10-08 Akim Demaille <akim@epita.fr>
8610 * bin/autoreconf.in: Rewrite in Perl.
8611 * configure.ac: Adjust.
8612 * lib/Autom4te/General.pm (&up_to_date_p): New.
8613 * bin/autom4te.in (&up_to_date_p): Use it.
8615 (&up_to_date): this.
8617 2001-10-08 Akim Demaille <akim@epita.fr>
8619 * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
8620 (m4_list_cmp): Use $0 to reinvoke yourself.
8621 (m4_patsubsts): New.
8622 (m4_strip, m4_version_unletter): Use it.
8623 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
8625 2001-10-08 Akim Demaille <akim@epita.fr>
8627 * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
8628 * lib/autoconf/libs.m4, lib/autoconf/status.m4,
8629 * lib/autoconf/types.m4, lib/autotest/general.m4,
8630 * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
8631 * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
8632 m4_bregexp, m4_bpatsubst, and m4_bmatch.
8633 * doc/autoconf.texi (Redefined M4 Macros): Adjust.
8635 2001-10-08 Akim Demaille <akim@epita.fr>
8637 * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
8639 2001-10-08 Akim Demaille <akim@epita.fr>
8641 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
8642 * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
8643 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
8644 * tests/tools.at, tests/m4sh.at: Use it.
8645 * tests/m4sh.at: Don't rely on Autoconf macros.
8646 (DIRNAME_TEST): Also exercise the expr variant.
8647 * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
8648 preferred M4sugar extension is now `.4s'.
8649 * tests/README: Remove.
8651 2001-10-08 Akim Demaille <akim@epita.fr>
8653 * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
8654 (m4_provide_if): this.
8655 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
8656 * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
8657 (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
8658 M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
8660 2001-10-08 Akim Demaille <akim@epita.fr>
8662 Use `add-log-current-defun-function' for ChangeLog creation.
8663 Suggested by Tom Tromey.
8665 * lib/emacs/autotest-mode.el (autotest-mode-map): New.
8666 (autotest-mode): Adjust.
8667 * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
8668 'comment-region onto `C-c ;'.
8669 Comments are `#', not `dnl'.
8670 (autoconf-current-defun): New.
8671 (autoconf-font-lock-keywords): Recognize `m4_defun'.
8673 2001-10-08 Akim Demaille <akim@epita.fr>
8675 * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
8676 * lib/m4sugar/m4sh.m4: here.
8677 (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
8678 * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
8679 (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
8680 include handle the m4_pattern_*, no longer push the
8681 BODY diversion nor set the /bin/sh line, AS_INIT does it.
8682 * lib/autotest/general.m4 (AT_INIT): Likewise.
8683 * tests/base.at: Adjust the tests to use AS_INIT.
8684 * tests/tools.at (AT_DATA_FORBIDDEN): New.
8685 (autoconf: forbidden tokens): Adjust to work on M4sh instead of
8688 2001-10-07 Paul Eggert <eggert@twinsun.com>
8690 * doc/autoconf.texi (config.status Invocation):
8691 CONFIG_SHELL defaults to a shell that supports LINENO if available.
8693 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
8694 shell does not support LINENO, and if CONFIG_SHELL is unset or
8695 empty, and if we can find a shell that does support LINENO,
8696 then set CONFIG_SHELL to that shell and then re-execute
8697 ourselves with CONFIG_SHELL.
8699 2001-10-05 Paul Eggert <eggert@twinsun.com>
8701 * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
8702 doesn't exist. Remove *.tmp, as a .tmp file is created during the
8703 build of $(TESTSUITE).
8705 2001-10-05 Akim Demaille <akim@epita.fr>
8707 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
8708 iff we are a bareword.
8709 Reported by Raja R Harinath.
8711 2001-10-05 Akim Demaille <akim@epita.fr>
8713 * tests/m4sh.at (LINENO): New.
8714 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
8715 PATH_SEPARATOR before using it.
8716 Fix the absolute path case/esac pattern.
8717 Provide $0 as fallback for as_myself.
8718 Reported by Raja R Harinath.
8720 2001-10-05 Akim Demaille <akim@epita.fr>
8722 * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
8723 * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
8725 2001-10-05 Akim Demaille <akim@epita.fr>
8727 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
8728 (AS_SHELL_SANITIZE): here. Use it.
8729 (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
8732 2001-10-04 Akim Demaille <akim@epita.fr>
8734 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
8735 combination of Awk and sed to replace $LINENO.
8737 2001-10-02 Paul Eggert <eggert@twinsun.com>
8739 * doc/autoconf.texi (Limitations of Builtins): You can't use
8740 "source"; it's not portable. Remove confusing and
8741 somewhat-incorrect example involving "." and "/".
8743 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
8744 compatibility with POSIX shells.
8746 2001-10-02 Akim Demaille <akim@epita.fr>
8748 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
8749 instead of exec'ing to preserve $0 and $@.
8751 2001-10-01 Akim Demaille <akim@epita.fr>
8753 * tests/testsuite (AT_INIT) <at_pass_list>: New.
8754 Don't run twice the same test.
8756 2001-10-01 Akim Demaille <akim@epita.fr>
8758 * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
8759 No longer output the list of tests.
8760 <--list>: New option.
8761 <--full-help>: Remove.
8762 Complete the short/long options duality.
8763 Various small adjustments.
8765 2001-10-01 Akim Demaille <akim@epita.fr>
8767 * doc/autoconf.texi: Use @kbd for user input.
8768 Always use `$' as shell prompt.
8770 2001-09-30 Paul Eggert <eggert@twinsun.com>
8772 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
8773 Don't use nested parenthesization. This patch was originally
8774 suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
8775 but somehow it didn't get incorporated then.
8776 * doc/autoconf.texi (Limitations of Usual Tools):
8777 Clarify remark about sed and nested parenthesization.
8779 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
8780 Report an error if the size cannot be determined even though
8782 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
8783 Check for `expr' arithmetic overflow, and for compilation failure,
8784 and invoke a new argument $4 if either is discovered.
8785 This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
8786 (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
8788 2001-09-28 Akim Demaille <akim@epita.fr>
8790 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
8791 * m4/lispdir.m4: New.
8792 * aclocal.m4, configure.ac: Adjust.
8794 2001-09-28 Akim Demaille <akim@epita.fr>
8796 * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
8798 (AT_INIT): More the wrapped section to where it will be expanded.
8799 Output `AT_tested' only when existing.
8800 Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
8802 2001-09-27 Akim Demaille <akim@epita.fr>
8804 Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
8805 generates too many bug reports.
8807 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
8808 status when executing the ACTION-IF-FALSE.
8809 * tests/base.at (AC_TRY_*): Rename as...
8810 (AC_TRY_COMMAND): this.
8811 (AC_RUN_IFELSE): New.
8812 * tests/compile.at (Extensions, C keywords)
8813 (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
8814 (Broken/missing compilers, AC_PROG_CPP with warnings)
8815 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
8816 * tests/c.at (Extensions, C keywords)
8817 (Broken/missing compilers, AC_PROG_CPP with warnings)
8818 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
8819 (AC_PROG_CPP requires AC_PROG_CC): here and...
8820 * tests/fortran.at (GNU Fortran 77): there.
8821 * doc/autoconf.texi (autoconf Invocation): Fix the example:
8822 AC_TRY_RUN is about compilation, not shell commands.
8823 (Test Programs): AC_TRY_RUN works as used to be advertised.
8825 2001-09-27 Akim Demaille <akim@epita.fr>
8827 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
8829 Be sure to detect when $LINENO always returns the same value.
8830 Look for the original script, basename($0) is certainly not
8832 Pass the CLI arguments to `$as_me.lineno'.
8834 2001-09-25 Akim Demaille <akim@epita.fr>
8836 * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
8837 Be sure the close and reopen the LOG fd before and after using tee
8839 <at_tests_pattern>: Adjust to the new format of at_help_all.
8841 2001-09-23 Akim Demaille <akim@epita.fr>
8843 * bin/autom4te.in (parse_args): There can be several invocations
8846 2001-09-23 Akim Demaille <akim@epita.fr>
8848 * doc/autoconf.texi (Top): Wrap in @ifnottex.
8850 2001-09-23 Akim Demaille <akim@epita.fr>
8852 * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
8853 ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
8854 (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
8855 builddir, buildpath, top_builddir, and top_buildpath.
8856 (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
8857 the current directory.
8858 * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
8859 variables *before* changing the current directory.
8860 Skip nonexistent dirs.
8861 * doc/autoconf.texi (Preset Output Variables): Document these
8864 * lib/autotest/general.m4: Do not reset AT_victims.
8865 Don't compute at_srcdir nor at_top_srcdir.
8867 * tests/tools.at: Hence use top_srcdir.
8869 * tests/Makefile.am, tests/autoconf, tests/autoheader,
8870 * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
8872 * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
8873 * tests/wrapsh.in, tests/autoupdate.in: New.
8874 * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
8875 * configure.ac: Build the position independent wrappers.
8877 * man/Makefile.am: Now that test wrappers are position
8878 independent, use them and drop dark envvar magic.
8880 2001-09-23 Akim Demaille <akim@epita.fr>
8882 * doc/autoconf.texi (Common Shell Constructs): Rename as...
8883 (Programming in M4sh): this.
8884 Promote to @section.
8886 2001-09-23 Akim Demaille <akim@epita.fr>
8888 * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
8889 Pass $at_debug_args to the rerun test suite.
8890 * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
8891 * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
8894 2001-09-23 Akim Demaille <akim@epita.fr>
8896 * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
8898 2001-09-23 Akim Demaille <akim@epita.fr>
8900 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
8903 2001-09-23 Akim Demaille <akim@epita.fr>
8905 * lib/Autom4te/General.pm (&debug): New.
8906 * bin/autom4te.in ($language): Move to...
8908 Handle --language in languages.
8909 * lib/autom4te.in (Automake-selections, Autoheader-selections)
8910 (Autoscan-selections): New.
8913 2001-09-23 Tim Van Holder <tim.van.holder@pandora.be>
8915 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
8916 * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
8917 to match current versions from CVS Automake.
8919 2001-09-23 Alexandre Duret-Lutz <duret_g@epita.fr>
8921 * doc/autoconf.texi (Special Shell Variables): Add pdksh output
8924 2001-09-22 Akim Demaille <akim@epita.fr>
8926 * lib/autoconf/autotest.m4: Create `package.m4'.
8927 * tests/Makefile.am (package.m4): Remove.
8929 2001-09-22 Akim Demaille <akim@epita.fr>
8931 Rely on `$LINENO' when possible instead of `__oline__'.
8933 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
8934 `$LINENO' support replacement when not supported.
8935 (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
8936 them explicitly to be sure they are not output before this section
8937 (via m4_require). Cosmetic only.
8938 * lib/autoconf/c.m4, lib/autoconf/general.m4,
8939 * lib/autoconf/programs.m4: Replace all the occurrences of
8940 `__oline__' with `$LINENO'.
8941 * doc/autoconf.texi (Special Shell Variables): Document LINENO.
8943 2001-09-21 Tim Van Holder <tim.van.holder@pandora.be>
8945 * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
8946 character (u: -> ue) in a code comment.
8947 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
8950 2001-09-21 Akim Demaille <akim@epita.fr>
8952 * Makefile.maint (AUTOM4TE): Neutralize autom4te.
8953 Suggested by Jim Meyering.
8955 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8957 * lib/autoconf/programs.m4: Use extensions listed in
8958 $ac_executable_extensions when looking for programs.
8960 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8962 * lib/autoconf/general.m4: Fix a small Englisho.
8963 * lib/autoconf/status.m4: Fix a small typo. Handle DOS paths when
8964 setting up ac_dir_suffix and ac_top_builddir.
8965 * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
8967 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8969 * doc/autoconf.texi (File System Conventions): Clarify the use of
8971 (Special Shell Variables[PATH_SEPARATOR]): Ditto.
8972 (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
8973 be used instead of ':'.
8974 * lib/autotest/general.m4: Replace occurrences of ':' in
8975 AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
8977 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8979 * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
8980 arguments. Fixed a typo.
8982 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8984 * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
8985 $PATH. Also set AUTOM4TE_CFG, so we can process autom4te properly.
8987 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8989 * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
8990 * bin/autoupdate.in: Ditto.
8991 * bin/autoheader.in: Reworded a few comments.
8992 * bin/autoconf.in: Reworded help text for a few options.
8993 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8994 * bin/autoscan.in, bin/autoupdate.in: Ditto.
8996 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
8998 * lib/Autom4te/XFile.pm (open): Simplified the error message (we
8999 already have $file). Set output files to binary mode (helps avoid
9000 CR issues on DOSish systems).
9002 2001-09-19 Akim Demaille <akim@epita.fr>
9004 * lib/autotest/general.m4: Englishoes.
9005 From Tim Van Holder and Alexey Mahotkin.
9007 2001-09-18 Paul Eggert <eggert@twinsun.com>
9009 * doc/autoconf.texi (Common Shell Constructs): New node,
9010 documenting AS_DIRNAME.
9011 (Limitations of Usual Tools): Refer to it when discussing dirname.
9012 Also, update discussion of POSIX standard to reflect latest draft.
9014 * lib/autoconf/c.m4:
9015 (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9017 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9018 Do not pass a first argument with leading '-'
9019 to expr, by parenthesizing initial integers that might be negative.
9021 * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9022 now merely checks whether it is an error to pass an argument
9025 * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9026 (AC_FUNC_GETPGRP): Don't bother with a runtime test. Just check
9027 whether it is a (compile-time) error to pass an argument to
9028 getpgrp. This simpler test supports the revised documentation,
9029 and is all that AC_FUNC_GETPGRP's users really need.
9031 2001-09-18 Akim Demaille <akim@epita.fr>
9033 * doc/autoconf.texi (Limitations of Make) <$<>: New.
9035 2001-09-18 Akim Demaille <akim@epita.fr>
9037 * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9039 * lib/autotest/general.m4 (AT_INIT): Adjust.
9041 2001-09-18 Paul Wagland <paul@wagland.net>
9043 * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9045 Add test for AS_BASENAME.
9046 * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9047 added test. It now correctly handles /1/2/3/, returning '3' not ''.
9048 Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9049 * tests/base.at: Fixed the expected responses. The old ones were
9051 * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9052 the documentation claims it should (and how it behaved in 2.13).
9054 2001-09-18 Akim Demaille <akim@epita.fr>
9056 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9057 the AC_CONFIG_COMMANDS invocation.
9058 This also solves the name clash problems.
9059 Don't set the package's ID.
9060 * lib/m4sugar/Makefile.am (version.m4): Revamp.
9061 No longer to be shipped.
9062 (version.in): Remove.
9063 * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9064 * lib/autoconf/status.m4: Adjust.
9065 Use `m4_PACKAGE_STRING'.
9066 * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9067 the only optional argument is the name of the test suite.
9068 Expect `package.m4' to define the package signature.
9069 * lib/autom4te.in (Autotest): Add `package.m4?'.
9070 * tests/Makefile.am (package.m4): New.
9071 * tests/suite.at: ifnames is a victim.
9073 2001-09-18 Akim Demaille <akim@epita.fr>
9075 * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9076 AC_LIBSOURCE, AC_CONFIG_FILES.
9077 * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9078 program version string doesn't match the package's.
9079 * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9082 2001-09-17 Paul Eggert <eggert@twinsun.com>
9084 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9085 Allow expression to return any value that can fit into unsigned long
9086 (not int, as before). Check for output errors.
9088 2001-09-17 Bruno Haible <haible@ilog.fr>
9090 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9091 Always include <stdio.h> and <stdlib.h>. Evaluate
9092 the expression in an extra function before these includes. Call
9093 fprintf "%d" only after ensuring the argument is of type 'int'.
9094 Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9096 2001-09-17 Paul Eggert <eggert@twinsun.com>
9098 Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9099 or CFLAGS=-O5. In that case, the linker has a relaxed view of
9100 fatal errors, and AC_CHECK_LIB causes it to include libraries even
9101 when they don't exist.
9103 * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9104 not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9107 * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9108 version with the version used by fileutils 4.1, except use
9109 AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9112 * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9114 2001-09-13 Akim Demaille <akim@epita.fr>
9116 * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9118 Reported by Gerrit P. Haase.
9120 2001-09-13 Akim Demaille <akim@epita.fr>
9122 * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9123 m4_defn'ing is valid.
9125 2001-09-13 Akim Demaille <akim@epita.fr>
9127 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9128 * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9131 2001-09-13 Akim Demaille <akim@epita.fr>
9133 * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9135 (m4_re_escape): New.
9136 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9137 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9138 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9140 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9141 (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9142 * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9143 AT_tests_all for consistency.
9145 (AT_VICTIMS): Similar to AT_KEYWORDS.
9146 (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9148 2001-09-13 Akim Demaille <akim@epita.fr>
9150 * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9152 2001-09-13 Akim Demaille <akim@epita.fr>
9154 * lib/autotest/general.m4 (AT_INIT): Create and remove
9155 `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9156 test suites can cohabit.
9158 2001-09-13 Akim Demaille <akim@epita.fr>
9160 * tests/mktests.sh: Don't output banners for empty test files.
9162 2001-09-13 Akim Demaille <akim@epita.fr>
9164 Test suites can be run independently of configure.
9166 * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9167 * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9168 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9170 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9172 * lib/autotest/general.m4: Use ECHO_*.
9174 2001-09-13 Akim Demaille <akim@epita.fr>
9176 * bin/ifnames.in: Rewrite in Perl.
9177 * configure.ac: Don't look for AWK.
9178 * tests/tools.at (AWK portability): Remove.
9179 (Syntax of the shell scripts): Don't check ifnames.
9180 (AT_CHECK_PERL_SYNTAX): New.
9181 (Syntax of the Perl scripts): Check ifnames.
9182 * tests/ifnames: New.
9184 2001-09-13 Akim Demaille <akim@epita.fr>
9186 * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9188 * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9189 Remove all the other keywords.
9191 2001-09-10 Akim Demaille <akim@epita.fr>
9193 * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9194 SETUP: no longer used.
9195 Support -k, --keywords.
9196 <at_help>: Be `no', `short', or `long'.
9197 <at_help_all>: New variable.
9199 (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9200 (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9201 (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9202 (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9203 No longer fill the HELP diversion.
9204 (AT_CLEANUP): Use them.
9205 * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9206 (m4_list_append): Remove.
9208 Spread a few keywords in the Autoconf test suite.
9210 2001-09-10 Akim Demaille <akim@epita.fr>
9212 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9213 PATH_SEPARATOR, let M4sh compute it.
9214 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9215 * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9217 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9218 Simplify when the path is not a literal.
9219 (AS_UNAME): Use it to report PATH.
9220 * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9221 (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9222 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9223 * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9224 normalize the path, and to look for victims.
9225 * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9226 (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9228 2001-09-07 Akim Demaille <akim@epita.fr>
9230 * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9231 doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9232 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9233 related variables into `at_package_*'.
9234 * lib/autotest/general.m4 (AT_VICTIMS): New.
9235 (AT_INIT): Adjust for stand-alone/embedded test suites.
9236 (AS_MESSAGE_LOG_FD): Define and use it.
9237 * tests/suite.at (AT_VICTIMS): Use it.
9238 * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9241 2001-09-07 Akim Demaille <akim@epita.fr>
9243 Move toward possibly stand-alone test suites.
9245 * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9246 in addition, it introduces useless differences in logs.
9247 (AT_INIT): Let atconfig and atlocal be both optional.
9248 Adjust PATH computation.
9249 * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9251 2001-09-07 Akim Demaille <akim@epita.fr>
9253 * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9256 2001-09-05 Akim Demaille <akim@epita.fr>
9258 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9259 to avoid GCC warnings.
9262 2001-09-05 Akim Demaille <akim@epita.fr>
9264 * bin/autom4te.in: --language is -l, not -s.
9266 2001-09-05 Akim Demaille <akim@epita.fr>
9268 Be ready to handle filenames as stupid as `dnl.at', for if even
9269 the maintainer is dumb enough to do that...
9271 * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9272 excellence in M4 quotation: consider `__file__' is active.
9274 And BTW, when invoking m4, pass the --include in the right order:
9277 * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9280 2001-09-05 Akim Demaille <akim@epita.fr>
9282 * lib/Autom4te/XFile.pm: New lib file.
9283 * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9284 * bin/autoheader.in: Use it.
9286 2001-09-05 Akim Demaille <akim@epita.fr>
9288 * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9291 2001-09-05 Akim Demaille <akim@epita.fr>
9293 * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9294 * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9296 * bin/autoscan.in: Use `getopt' and `find_files' etc.
9297 Add -I, --include support.
9298 * doc/autoconf.texi (autoscan Invocation): Adjust.
9300 2001-09-05 Akim Demaille <akim@epita.fr>
9302 CVS GNU M4 doesn't like `undefine(undefined)'.
9304 * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9305 New, extracted from main.
9306 Use IO::File wherever possible.
9307 (input.m4): Be constant, use -I instead of hard coding $tmp.
9308 Therefore be a quoted heredoc.
9309 Don't invoke `_au_disable', since ac was not loaded, but just
9312 2001-08-31 Akim Demaille <akim@epita.fr>
9316 2001-08-31 Akim Demaille <akim@epita.fr>
9318 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9320 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9322 2001-08-31 Akim Demaille <akim@epita.fr>
9324 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9325 serious problems handling heredocs in heredocs.
9326 Reported by Nicolas Joly.
9328 2001-08-31 Akim Demaille <akim@epita.fr>
9330 * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9331 (Making testsuite Scripts): Update.
9333 2001-08-31 Akim Demaille <akim@epita.fr>
9335 * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9337 2001-08-31 Akim Demaille <akim@epita.fr>
9339 * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9340 (testsuite Scripts): There is no such thing as `atconfig.in'.
9341 And actually one diagram is missing: test suite runtime.
9343 2001-08-31 Akim Demaille <akim@epita.fr>
9345 * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9348 2001-08-31 Akim Demaille <akim@epita.fr>
9350 * bin/autoupdate.in (@include): `installcheck' revealed the path
9351 to m4sugar was lacking!
9353 2001-08-31 Akim Demaille <akim@epita.fr>
9355 * man/Makefile.am (.x.1): We really have to pass
9356 autom4te_perllibdir.
9358 2001-08-31 Akim Demaille <akim@epita.fr>
9360 * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9361 debug scripts, in particular passing explicitly listed tests to
9364 2001-08-31 Akim Demaille <akim@epita.fr>
9366 * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9367 * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9368 Use directly autom4te, not autoconf.
9369 * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9371 2001-08-31 Akim Demaille <akim@epita.fr>
9373 * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9374 * bin/autoheader.in (%symbol): Strip arguments of macros.
9376 2001-08-31 Akim Demaille <akim@epita.fr>
9378 * doc/autoconf.texi: Catch up -I, --include changes.
9380 2001-08-31 Akim Demaille <akim@epita.fr>
9382 * bin/autom4te.in (&parse_args): Die on unknown languages.
9383 * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9385 Promote --include over --macrodir and other obsolete options.
9387 2001-08-31 Akim Demaille <akim@epita.fr>
9389 * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9390 * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9391 * bin/autom4te.in ($autoconf): Pass --force.
9392 `print $out' doesn't print `$_' but `$out'.
9393 * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9394 (autoheader): Pass --force since the test suite goes too fast for
9396 Adjust to the new autoheader messages.
9398 2001-08-31 Akim Demaille <akim@epita.fr>
9400 * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9401 Check the completeness of the #template.
9402 * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9403 * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9406 2001-08-31 Akim Demaille <akim@epita.fr>
9408 * lib/Autom4te/General.pm (&find_file, &update_file): New.
9409 * bin/autoupdate.in, bin/autoheader.in: Adjust.
9410 Drop AC_MACRODIR dead for real.
9411 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9412 `autoheader: `config.hin' is created'.
9413 * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9415 2001-08-31 Akim Demaille <akim@epita.fr>
9417 * bin/autoheader.in: Rewrite in Perl.
9418 * tests/autoheader: Adjust.
9420 2001-08-31 Akim Demaille <akim@epita.fr>
9422 * bin/autoconf.in (--include, -I): New option.
9423 Map --localdir, --autoconf-dir onto it.
9424 Forward autom4te's options instead of interpreting them.
9425 * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9426 There is no such envvar since the inception of autom4te.cfg.
9427 * bin/autom4te.in (&parse_args): Uniquify `@include'.
9428 * bin/autoupdate.in: Adjust, and perform more control.
9429 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9430 * tests/autoconf: Dittowise.
9432 2001-08-31 Akim Demaille <akim@epita.fr>
9434 * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9435 * bin/autom4te.in (&find_file): Support `FILE?' standing for
9437 Use -e, not -f, since /dev/null for instance is OK.
9438 (&parse_args): Adjust.
9439 * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9441 2001-08-31 Akim Demaille <akim@epita.fr>
9443 * configure.ac: Also find tested executables in bin.
9444 * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9445 * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9446 installed peer executables, only PATH is allowed to resolve it.
9447 Pass `autoconf_dir' via options, not via invisible envvars.
9448 * lib/Autom4te/General.pm (&find_peer): Remove.
9449 * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9450 `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9451 * man/Makefile.am: Let help2man rely on PATH instead of trying to
9452 find the executables for it.
9453 * tests/Makefile.am: Major cleanup. Too lazy to document...
9454 * tests/atlocal.in: Remove all the obscure envvar manipulations.
9456 * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9457 indeed related to running the test suite, while passing
9458 --autoconf-dir and others is related to running non installed
9459 Autoconf executables. So don't do that, leave it to...
9460 * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9461 * tests/autoscan: New.
9462 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9463 refer to library files: rely on --language.
9465 2001-08-29 Akim Demaille <akim@epita.fr>
9467 * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9468 s/--set/--language/.
9470 2001-08-29 Akim Demaille <akim@epita.fr>
9472 * doc/autoconf.texi: Strip the @nodes.
9473 Suggested by Paul Eggert.
9474 (Initializing configure): Typo.
9476 2001-08-29 Akim Demaille <akim@epita.fr>
9478 * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9479 Suggested by Paul Eggert.
9481 2001-08-29 Akim Demaille <akim@epita.fr>
9483 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9484 download in a tmp dir.
9486 2001-08-29 Akim Demaille <akim@epita.fr>
9488 * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9489 case insensitive OSes out there :(
9490 From Tim Van Holder.
9492 2001-08-29 Akim Demaille <akim@epita.fr>
9494 * lib/autom4te.in: New.
9495 * lib/Makefile.am (edit, autom4te.cfg): New.
9496 * bin/autom4te.in (BEGIN): Simplify.
9497 Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9498 (&load_configuration): New. Use it.
9499 (&parse_args): Support --mode, --set, and --melt.
9500 * bin/autoconf.in: Simplify and adjust.
9501 * tests/Makefile.am (AUTOMAKE): Use --set.
9502 * tests/atlocal.in: Adjust.
9503 * BUGS: distcheck and check are weak.
9505 2001-08-29 Akim Demaille <akim@epita.fr>
9507 * lib/autotest/general.m4: Use
9508 foo=`(command) 2>/dev/null`
9510 foo=`command` 2>/dev/null
9511 (at-devnull): Rename as...
9513 (--clean): Remove AT-* files too.
9514 * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9515 Reported by Nicolas Joly.
9517 2001-08-28 Akim Demaille <akim@epita.fr>
9519 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9520 quotes inside single quotes.
9521 Reported by Nicolas Joly.
9523 2001-08-28 Kevin Ryde <user42@zip.com.au>
9525 * doc/autoconf.texi (Function Portability): Mention C right shifts.
9527 2001-08-27 Tim Van Holder <tim.van.holder@pandora.be>
9529 * lib/autotest/general.m4: Reword some messages.
9530 (AT_INIT): Check for the `times' builtin before using it.
9531 Support test ranges as arguments to the testsuite.
9532 Have -e imply -d as the help text suggested.
9534 2001-08-27 Akim Demaille <akim@epita.fr>
9536 * Makefile.maint: Formatting changes.
9537 (do-po-update, po-update, cvs-update, update): New targets.
9540 2001-08-27 Akim Demaille <akim@epita.fr>
9542 * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
9544 Pass it to debug-*.sh scripts.
9545 <AUTOTEST_PATH>: May contain absolute dir names.
9547 2001-08-27 Akim Demaille <akim@epita.fr>
9549 * lib/autotest/general.m4 (AT_INIT): Log the command line.
9550 Support `VAR=VAL' as arguments.
9551 Compute PATH _after_ the options processing, so that AUTOTEST_PATH
9552 may be set via the command line.
9554 2001-08-27 Akim Demaille <akim@epita.fr>
9556 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
9557 * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
9558 first the build dirs, then the src dirs.
9559 * configure.ac (AC_CONFIG_TESTDIR): Adjust.
9561 2001-08-27 Akim Demaille <akim@epita.fr>
9563 * lib/autotest/general.m4 (AT_INIT): Output the definition of
9564 at_data_files earlier.
9565 (--clean, -c): New option.
9566 * tests/Makefile.am: Use this option.
9568 2001-08-27 Akim Demaille <akim@epita.fr>
9570 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
9571 `ac_top_builddir' to mimic Automake's vocabulary, which much more
9574 * doc/autoconf.texi (Configuration Actions): Document the vars
9575 available in commands.
9576 Emphasize the risks of collisions in init-cmds.
9578 2001-08-27 Akim Demaille <akim@epita.fr>
9580 * doc/autoconf.texi (Input) <AC_INIT>: Move to..
9581 (Initializing configure): this new node.
9583 2001-08-27 Akim Demaille <akim@epita.fr>
9585 * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
9587 2001-08-27 Akim Demaille <akim@epita.fr>
9589 * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
9590 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
9592 * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
9594 2001-08-27 Akim Demaille <akim@epita.fr>
9596 * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
9598 * lib/autoconf/autoheader.m4: this new file.
9599 * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
9600 (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
9602 * lib/autoconf/autoupdate.m4: this new file.
9604 2001-08-27 Akim Demaille <akim@epita.fr>
9606 * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
9607 (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
9608 Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
9610 (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
9611 * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
9613 2001-08-27 Akim Demaille <akim@epita.fr>
9615 * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
9616 (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
9617 (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
9618 (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
9619 (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
9620 (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
9621 (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
9622 (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
9623 (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
9624 (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
9625 (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
9626 (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
9627 (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
9628 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
9629 (_AC_OUTPUT_SUBDIRS): Move to...
9630 * lib/autoconf/status.m4: this new file.
9631 * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
9632 * tests/Makefile.am, tests/suite.at: Adjust.
9634 2001-08-27 Akim Demaille <akim@epita.fr>
9638 * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
9639 (AMTAR): Help automake define it.
9640 (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
9641 needed, 1.5 can have a macro and a target with the same name.
9642 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
9644 * m4/init.m4, m4/sanity.m4: Update.
9645 * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
9646 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
9647 * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
9648 * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
9650 2001-08-27 Akim Demaille <akim@epita.fr>
9652 Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
9654 * lib/autoconf/version.in: Remove.
9655 * lib/m4sugar/version.in: New.
9656 * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
9658 * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
9659 the name of the directory they're in, instead of the filename,
9660 since version.m4 is now in m4sugar, but m4_acversion must not be
9661 classified as an Autoconf macro.
9662 ($input_m4): Don't qualify the path to m4sugar.
9663 Rather, pass autoconf_dir to m4.
9664 * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
9665 * tests/suite.at: Require 2.52c.
9667 2001-08-27 Akim Demaille <akim@epita.fr>
9669 testsuite.log should include config.log.
9671 * lib/autotest/autotest.m4: New.
9672 * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
9673 * tests/suite.at : Adjust.
9674 (AT_INIT): Log config.log.
9675 * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
9676 * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
9677 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
9678 (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
9679 of config.log on traps.
9680 (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
9681 Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
9683 Open the log as soon as possible.
9684 Use the same log introduction as configure's.
9686 2001-08-22 Paul Eggert <eggert@twinsun.com>
9688 * doc/autoconf.texi (Indices): New node.
9689 Move indices out of the top level menu and into this submenu.
9691 2001-08-22 Akim Demaille <akim@epita.fr>
9693 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9695 (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
9697 2001-08-22 Akim Demaille <akim@epita.fr>
9699 * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
9700 (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
9701 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
9702 * lib/autoconf/programs.m4: here.
9703 * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
9704 (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
9705 (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
9706 * lib/autoconf/programs.m4: here.
9707 (_AC_DECL_YYTEXT): Rename as...
9708 (_AC_PROG_LEX_YYTEXT_DECL): this.
9709 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
9710 * tests/Makefile.am, tests/suite.am: Adjust.
9712 2001-08-22 Akim Demaille <akim@epita.fr>
9714 * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
9716 * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
9718 * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
9719 * lib/autoconf/functions.m4: here.
9720 * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
9721 (AH_CHECK_LIB): Move to...
9722 * lib/autoconf/libs: this new file.
9723 * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
9724 (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
9725 * lib/autoconf/libs.m4: here.
9726 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
9728 2001-08-22 Akim Demaille <akim@epita.fr>
9730 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
9731 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
9732 (AC_SITE_LOAD): Better logging of config.site.
9734 2001-08-20 Akim Demaille <akim@epita.fr>
9736 * configure.ac (AT_CONFIG): Fix the path.
9737 * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
9740 2001-08-20 Alexandre Duret-Lutz <duret_g@epita.fr>
9742 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
9743 program with AC_LANG_PROGRAM before feeding it to
9744 AC_COMPILE_IFELSE. Cleanup grep usage.
9746 2001-08-20 Akim Demaille <akim@epita.fr>
9748 * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
9749 * NEWS, README, README-alpha, TODO, tests/README: This package is
9750 `Autoconf', not `autoconf' (the executable).
9752 2001-08-20 Akim Demaille <akim@epita.fr>
9754 Info readers seem to need `Index' in the index node title :(
9756 * doc/autoconf.texi: Reverse the 2001-08-15 change which
9757 simplified index node names.
9759 2001-08-20 Akim Demaille <akim@epita.fr>
9761 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
9762 arguments are not literals.
9763 * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
9764 Specify the output variables, and macros defined.
9766 2001-08-20 Akim Demaille <akim@epita.fr>
9768 * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
9769 (Examining Syntax) <AC_TRY_COMPILE>
9770 (Examining Libraries) <AC_TRY_LINK>
9771 (Test Programs) <AC_TRY_RUN>: These macros double quote some of
9773 Reported by Werner Lemberg.
9775 2001-08-20 Akim Demaille <akim@epita.fr>
9777 * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
9778 top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
9779 Load atlocal late enough to dump it in the log.
9780 * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
9782 2001-08-20 Akim Demaille <akim@epita.fr>
9784 * tests/torture.at (Configuring subdirectories): New test.
9785 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
9787 * m4/atconfig.m4: Be sure the let $[0] be expandable.
9788 (top_srcdir): Fix its computation.
9790 2001-08-20 Akim Demaille <akim@epita.fr>
9792 * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
9793 * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
9795 Create `atconfig' automagically.
9796 Configure atlocal.in if present.
9797 * tests/atconfig.in: Remove.
9798 * tests/atlocal.in: New.
9799 * tests/Makefile.am: Adjust.
9801 2001-08-20 Akim Demaille <akim@epita.fr>
9803 Huh!?!?! There are still some user EOF tags used, which prevents
9804 their use in AC_CONFIG_COMMANDS for instance...
9806 * lib/autoconf/general.m4, lib/autoconf/specific.m4,
9807 * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
9808 `_CSEOF', or `_ATEOF', as appropriate.
9809 * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
9810 * lib/autotest/Makefile.am (check-local): Enforce this constraint.
9812 2001-08-20 Akim Demaille <akim@epita.fr>
9814 * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
9815 * tests/semantics.at, tests/tools.at, tests/torture.at:
9816 s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
9818 2001-08-20 Akim Demaille <akim@epita.fr>
9820 Autotest invokes M4sh's initialization.
9822 * lib/autotest/general.m4: Adjust the diversion names.
9823 (AT_INIT): Run AS_INIT.
9824 Use the BINSH diversion to invoke /bin/sh.
9825 * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
9826 * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
9828 2001-08-20 Akim Demaille <akim@epita.fr>
9830 Let M4sh have its own diversions.
9832 * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
9833 (_m4_divert(NOTICE)): Rename as...
9834 * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
9835 (_m4_divert(HEADER-COMMENT)): these.
9836 (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
9837 (_m4_divert(NOTICE)): New, for Libtool.
9838 * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
9839 long ago with `_m4_divert(GROW)'.
9840 (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
9842 2001-08-20 Akim Demaille <akim@epita.fr>
9844 * tests/base.at, tests/compile.at, tests/foreign.at,
9845 * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
9846 * tests/semantics.at, tests/suite.at, tests/tools.at,
9847 * tests/torture.at: Ask Autotest mode, not Autoconf mode.
9849 2001-08-20 Akim Demaille <akim@epita.fr>
9851 * bin/autom4te.in (handle_output): Handle @__@.
9853 2001-08-20 Akim Demaille <akim@epita.fr>
9855 * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
9856 * lib/autotest/general.m4: Adjust the license.
9858 2001-08-17 Paul Eggert <eggert@twinsun.com>
9860 * doc/autoconf.texi (Function Portability): Mention snprintf,
9861 following up on a suggestion by Kevin Ryde.
9863 2001-08-17 Akim Demaille <akim@epita.fr>
9865 * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
9866 `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
9868 2001-08-17 Akim Demaille <akim@epita.fr>
9870 * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
9871 `$0.log' as for projects where testsuite is in src, we'd have
9872 testsuite.log created in src.
9874 2001-08-17 Akim Demaille <akim@epita.fr>
9876 * bin/autom4te.in (&parse_args): Recognize --normalize.
9878 2001-08-17 Akim Demaille <akim@epita.fr>
9880 Start implementing the AC_CHECK_HEADER transition scheme.
9882 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
9883 (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
9884 (AC_CHECK_HEADER): Use them.
9886 2001-08-17 Akim Demaille <akim@epita.fr>
9888 * doc/autoconf.texi: Work around Texinfo buglets.
9889 (Transformation Rules): One example is enough, users are expected
9890 to have their brains on. And BTW, use DESTDIR.
9891 (dvar): New macro. Use it.
9893 2001-08-17 Akim Demaille <akim@epita.fr>
9895 * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
9896 * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
9897 looking for ChangeLogs.
9899 2001-08-17 Akim Demaille <akim@epita.fr>
9901 * bin/autom4te.in: --normalize is a new option.
9902 * bin/autoconf.in: Use it.
9904 2001-08-17 Akim Demaille <akim@epita.fr>
9906 * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
9907 * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
9909 2001-08-16 Paul Eggert <eggert@twinsun.com>
9911 * doc/autoconf.texi, doc/install.texi: Put copyright notice at
9914 2001-08-15 Akim Demaille <akim@epita.fr>
9916 * doc/Makefile.am (fu): New index, can't use fn because of defmac.
9919 2001-08-15 Akim Demaille <akim@epita.fr>
9921 * doc/autoconf.texi (pr): New index.
9922 (prindex, findex): Use, merge, and output them.
9923 (Environment Variable Index, Output Variable Index)
9924 (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
9925 (Autotest Macro Index): Rename as...
9926 (Environment Variables, Output Variables,Preprocessor Symbols)
9927 (Autoconf Macros, M4 Macros, Autotest Macros): these.
9928 * doc/install.texi: Use @command.
9929 (Environment Variables): Rename as...
9930 (Defining Variables): this.
9932 2001-08-15 Akim Demaille <akim@epita.fr>
9934 * doc/autoconf.texi (Function Portability): sprintf's return
9938 2001-08-15 Akim Demaille <akim@epita.fr>
9940 * Makefile.maint (CVS): New.
9941 (local-check): Run changelog-check. last.
9942 (alpha): Don't depend upon local-check, since...
9943 (cvs-dist): depends upon it.
9945 2001-08-15 Tim Van Holder <tim.van.holder@pandora.be>
9947 * tests/Makefile.am: Use a clean-local rule to remove
9948 autom4te.cache (it's a directory, not a file.
9949 * Makefile.am: Ditto (but maintainer-clean-local).
9951 2001-08-15 Akim Demaille <akim@epita.fr>
9953 * bin/autom4te.in (@m4_warning): New.
9954 (&handle_m4): Use it.
9955 * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
9956 warnings are issued at each run.
9957 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
9960 2001-08-15 Akim Demaille <akim@epita.fr>
9962 * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
9963 don't waste time running `autoupdate --version' works.
9964 * tests/tools.at (autoupdating AC_PREREQ): Likewise.
9966 2001-08-13 Akim Demaille <akim@epita.fr>
9968 * doc/autoconf.texi (ma): Rename this index as...
9971 2001-08-13 Akim Demaille <akim@epita.fr>
9973 * Makefile.am: Remove dead code and dead comments.
9974 (pdf, html): New targets.
9975 * doc/autoconf.texi (Using Autotest): New chapter.
9976 * doc/Makefile.am (pdf): New targets.
9977 (CLEANFILES): Adjust.
9979 2001-08-13 Akim Demaille <akim@epita.fr>
9981 * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
9982 duration of the test suite.
9984 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
9986 * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
9987 endianness for comparison instead of relying on AT_CHECK_ENV.
9989 2001-08-11 Paul Eggert <eggert@twinsun.com>
9991 * doc/autoconf.texi, doc/install.texi: Add a copyright notice
9992 to the INSTALL file.
9994 2001-08-11 Paul Eggert <eggert@twinsun.com>
9996 * NEWS: The autoconf manual now is distributed under the terms
9997 of the GNU Free Documentation License.
9999 * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10000 Add an appendix "Copying This Manual" for the FDL.
10002 * doc/fdl.texi: New file, from
10003 <http://www.gnu.org/licenses/fdl.texi>.
10005 * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10007 2001-08-10 Paul Eggert <eggert@twinsun.com>
10009 * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10010 ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10011 README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10012 m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10013 m4/sanity.m4, tests/README, tests/aclocal.m4,
10014 tests/atspecific.m4, tests/base.at, tests/compile.at,
10015 tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10016 tests/semantics.at, tests/suite.at, tests/tools.at,
10017 tests/torture.at: Add copyright notice.
10019 * tests/mktests.sh: Update year in copyright notice.
10021 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
10023 * tests/semantics.at (AC_C_BIGENDIAN): New test.
10025 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
10027 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10028 ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10029 * doc/autoconf.texi (C Compiler Characteristics): Update
10030 documentation for AC_C_BIGENDIAN.
10032 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
10034 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10035 magic values from an object file when cross-compiling.
10036 Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10038 2001-08-10 Akim Demaille <akim@epita.fr>
10040 * bin/autom4te.in (&handle_output): Don't use `grep' with side
10042 Suggested by Russ Allbery.
10044 2001-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10046 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10047 current $prefix to the sub-configures.
10049 2001-08-09 Tim Van Holder <tim.van.holder@pandora.be>
10051 * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10052 extension (needed on BeOS). Reported by Guido van Rossum.
10054 2001-08-09 Akim Demaille <akim@epita.fr>
10056 * bin/autom4te.in ($icache): Load it only if older than autom4te.
10058 2001-08-07 Akim Demaille <akim@epita.fr>
10060 * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10062 (at-setup-line): Huh? Be a variable `at_setup_line', not a file.
10063 No need to remove the files before and after the each test, before
10064 each test and at the end of the suite is enough.
10065 Display only the children `times', not the shell's.
10066 If the test failed or was skipped, at-times is not available.
10068 2001-08-07 Akim Demaille <akim@epita.fr>
10070 Always produce testsuite.log, including when there are no
10071 failures. This helps getting information on skipped tests, and
10072 duration of the tests. Err, implement the latter btw.
10074 * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10075 Dump information on the first run of each test.
10076 (AT_CLEANUP): Create `at-times' containing the duration of the
10079 2001-08-07 Akim Demaille <akim@epita.fr>
10081 The use of `dumpstat' revealed that `len' was used although it
10082 should not. m4_text_wrap was using it, but in the Autoconf world
10083 where it is legal. Hence (i) test M4sh in its own world, not
10084 Autoconf's, and (ii), ahem, fix the bug :)
10086 * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10087 does not like `' instead of [].
10088 (AT_INIT): Forbid `^_?AT_'.
10089 And don't output such tokens.
10090 * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10091 `script.as', and `autom4te.cache'.
10092 Remove `empty' and `macro' which are no longer used.
10093 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10094 * tests/m4sugar.at: Use it.
10095 * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10097 2001-08-07 Akim Demaille <akim@epita.fr>
10099 * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10101 2001-08-07 Alexandre Duret-Lutz <duret_g@epita.fr>
10103 * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10105 2001-08-04 Akim Demaille <akim@epita.fr>
10107 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10108 (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10110 * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10111 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10112 (AC_F77_MAIN): Likewise.
10114 2001-08-04 Akim Demaille <akim@epita.fr>
10116 Don't rely on M4sugar outputting the patterns in files, since we
10117 might process the output _without_ running m4, hence without these
10120 * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10121 * bin/autom4te.in (@Request::includes): Remove, unused.
10122 (@Request::source): Rename as...
10123 (@Request::input): this.
10124 (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10125 (&handle_output): Fetch the patterns from the traces.
10126 `$forbidden' and `$allowed' are constant: use m//o.
10127 (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10128 (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10130 2001-08-04 Akim Demaille <akim@epita.fr>
10132 `autoconf && autoheader' is sped up. Now, speed up `autoheader &&
10133 autoconf', i.e., in addition to caching traces, cache the output.
10135 * bin/autom4te.in (Request::cache): Rename as...
10136 (Request::id): this.
10137 ($cache, $icache, $tcache, $ocache): New.
10138 (&handle_m4): Save M4 output in the cache instead of $tmp.
10139 (&handle_output): Adjust.
10140 (&up_to_date_p): Check that the output cache is up to date too.
10141 (top level): Run `&handle_m4' iff force or the cache is invalid.
10142 Run `&handle_output' if the output cache is more recent.
10144 2001-08-04 Akim Demaille <akim@epita.fr>
10146 * bin/autom4te.in ($force): New.
10147 (&parse_args, &print_usage): -f, --force is a new option.
10148 (&handle_output): CPP directives might have spaces after `#'.
10149 (&parse_args): The first file only can be frozen.
10151 2001-08-04 Akim Demaille <akim@epita.fr>
10153 Don't let autom4te compute the `include' traces several times:
10154 first check that the trace cache file is up to date, and then
10155 compare its timestamp with that of the output.
10157 * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10158 the preamble. Don't require 5.005 as Autom4te::General does it,
10159 and better yet (use `use', not `require'!).
10160 * lib/Autom4te/Struct.pm: Rename the last occurrences of
10161 Class::Struct as Autom4te::Struct.
10162 * lib/Autom4te/General.pm (File::stat): Use it.
10163 (&mtime): New, export it.
10164 * bin/autom4te.in: Use it.
10165 Declare `$req' is invalid if it is outdated.
10166 Don't declare it valid before saving it if something went wrong.
10168 2001-08-04 Akim Demaille <akim@epita.fr>
10170 Autom4te shall not encode Autoconf data, and preselecting traces
10171 must be proposed to the users.
10173 * bin/autom4te.in (@required_trace): Remove.
10175 (&parse_args, &print_usage): -p, --preselect is a new option.
10176 (&up_to_date_p): Adjust.
10177 * bin/autoconf.in: Preselect some Autoconf macros.
10179 2001-08-04 Akim Demaille <akim@epita.fr>
10181 * tests/tools.at (autoconf --trace: user macros): Check traces on
10182 macros invoked without arguments, and macros invoked with multiple
10185 2001-08-03 Alexandre Duret-Lutz <duret_g@epita.fr>
10187 * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10190 2001-08-03 Akim Demaille <akim@epita.fr>
10192 * bin/autoconf.in ($@): Work around the usual sh bug.
10195 2001-08-03 Akim Demaille <akim@epita.fr>
10197 Clean up the handling of the M4 builtins tracing exception.
10199 * bin/autom4te.in (Request::request): Don't complete M4 builtins
10201 (@m4_builtins): Rename as...
10202 (@m4_builtin): this.
10203 (%m4_builtin_alternate_name): New.
10204 (&parse_args): Complete the trace requests with alternate names.
10205 (&handle_traces): Hence no longer do it here.
10206 (&trace_requests): Remove, unused.
10208 2001-08-03 Akim Demaille <akim@epita.fr>
10210 * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10211 m4_if, and m4_wrap.
10213 2001-08-03 Akim Demaille <akim@epita.fr>
10215 * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10216 (m4_divert_pop): Dump the whole diversion stack when a diversion
10218 * bin/autom4te.in (&handle_output): Remember of the first
10219 occurrence of a possibly undefined macro, not the last.
10220 Complain about the possibly undefined macros in the same order as
10221 the appear in the output.
10222 * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10223 * tests/tools.at (autoconf: forbidden tokens, basic)
10224 (autoconf: forbidden tokens, exceptions): No longer sort
10225 autoconf's stderr, as it is now deterministic.
10226 Check that `dnl' is caught.
10228 2001-08-01 Akim Demaille <akim@epita.fr>
10230 * configure.ac: Bump to 2.52c.
10232 2001-08-01 Akim Demaille <akim@epita.fr>
10236 * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10238 2001-08-01 Akim Demaille <akim@epita.fr>
10242 2001-08-01 Akim Demaille <akim@epita.fr>
10244 * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10247 * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10248 `END', as `Autom4te::General::END' will be triggered.
10249 * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10250 * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10251 system to run `mv', `rm', and `cmp'.
10253 2001-08-01 Akim Demaille <akim@epita.fr>
10255 * lib/Autom4te/General.pm (&unique): New.
10256 * bin/autoscan.in (&output): Use it to issue trace requests once.
10258 2001-08-01 Akim Demaille <akim@epita.fr>
10260 * lib/Autom4te/General.pm: New.
10261 * bin/autom4te.in (Autom4te::General): Use it.
10262 ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10263 (&find_configure_ac, &find_slave): Remove.
10264 * bin/autoscan.in: Likewise.
10265 * bin/autoupdate.in: Likewise.
10267 2001-08-01 Akim Demaille <akim@epita.fr>
10269 * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10270 * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10271 * bin: here, new directory.
10272 * lib/Autoconf: Rename as...
10273 * lib/Autom4te: this, to please case insensitive junkie OSes.
10275 2001-08-01 Akim Demaille <akim@epita.fr>
10277 * autom4te.in ($m4): Handle the --nesting-limit.
10278 * autoconf.in (M4): Remove.
10280 2001-08-01 Akim Demaille <akim@epita.fr>
10282 * autoconf.in ($AWK): Remove, no longer used.
10283 * test/tools.at: Use AT_CHECK_AUTOCONF.
10284 (AWK portability): Remove, for autoconf no longer uses AWK.
10285 (Syntax of the Perl scripts): New.
10286 * configure.ac: autoconf no longer needs an AWK with a good
10288 Use a static test on AC_PACKAGE_VERSION.
10289 * autom4te.in (&up_to_date_p): Output depends on the arguments.
10290 * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10291 * tests/atconfig.in (PERL): New.
10293 2001-08-01 Akim Demaille <akim@epita.fr>
10295 * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10296 (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10297 (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10298 (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10299 (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10300 (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10301 (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10302 (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10303 (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10304 (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10305 (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10306 (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10307 (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10308 * lib/autoconf/c.m4: here, new file.
10310 * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10311 (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10312 (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10313 (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10314 (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10315 (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10316 (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10317 (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10318 (AC_F77_FUNC): Move to...
10319 * lib/autoconf/fortran.m4: here, new file.
10321 2001-08-01 Akim Demaille <akim@epita.fr>
10323 * acfunctions.m4: Rename as...
10324 * lib/autoconf/functions.m4: this.
10325 * acgeneral.m4: Rename as...
10326 * lib/autoconf/general.m4: this.
10327 * acheaders.m4: Rename as...
10328 * lib/autoconf/headers.m4: this.
10329 * aclang.m4: Rename as...
10330 * lib/autoconf/lang.m4: this.
10331 * acoldnames.m4: Rename as...
10332 * lib/autoconf/oldnames.m4: this.
10333 * acspecific.m4: Rename as...
10334 * lib/autoconf/specific.m4: this.
10335 * actypes.m4: Rename as...
10336 * lib/autoconf/types.m4: this.
10337 * autoconf.m4: Rename as...
10338 * lib/autoconf/autoconf.m4: this.
10340 * m4sugar.m4: Rename as...
10341 * lib/m4sugar/m4sugar.m4: this.
10342 * m4sh.m4: Rename as...
10343 * lib/m4sugar/m4sh.m4: this.
10345 * tests/atgeneral.m4: Rename as...
10346 * lib/autotest/general.m4: this.
10348 * acfunctions: Rename as...
10349 * lib/autoscan/functions: this.
10350 * acheaders: Rename as...
10351 * lib/autoscan/headers: this.
10352 * acidentifiers: Rename as...
10353 * lib/autoscan/identifiers: this.
10354 * aclibraries: Rename as...
10355 * lib/autoscan/libraries: this.
10356 * acmakevars: Rename as...
10357 * lib/autoscan/makevars: this.
10358 * acprograms: Rename as...
10359 * lib/autoscan/programs: this.
10361 2001-08-01 Akim Demaille <akim@epita.fr>
10363 * doc/autoconf.texi: Moving/deleting open files is not portable.
10364 Portability issues for `.' (source), and more information about sed.
10366 2001-07-25 Steven G. Johnson <stevenj@alum.mit.edu>
10368 * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10369 which has a special meaning and is not a reference to libibmil.a.
10370 Reported by Matteo Frigo.
10372 2001-07-25 Pavel Roskin <proski@gnu.org>
10374 * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10377 2001-07-25 Akim Demaille <akim@epita.fr>
10379 * autoconf.in: Try to define the variables before using them.
10380 * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10381 instead of `$perllibdir'.
10382 * tests/atconfig.in ($autom4te_perllibdir): Export it.
10384 2001-07-25 Akim Demaille <akim@epita.fr>
10386 * autoconf.in (ac_LF_and_DOT): Remove, unused.
10388 2001-07-24 Akim Demaille <akim@epita.fr>
10390 Let autoconf use autom4te for traces.
10392 * autoconf.in ($task, task trace): Remove, merely pass --trace to
10394 * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10395 (Because I found no way for autom4te to accept `-').
10396 * autom4te.in (&Request::request): Beware of M4 builtins.
10397 (END): Don't try to remove the content of an empty dir.
10398 (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10399 (&handle_output): Set a default value to `$forbidden'.
10400 * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10401 ($autoconf): Pass --debug and --verbose.
10402 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10405 2001-07-24 Akim Demaille <akim@epita.fr>
10407 Let autoconf use autom4te to create configure.
10409 * autoconf.in ($automate): New var.
10410 (task script): Use autom4te.
10411 * autom4te.in (File::Spec): Use it.
10413 (&parse_args): --warning is -W, not -w.
10414 Find the top level files.
10415 (&handle_m4): Pass the warnings flags.
10416 Don't report verbosely m4's failures, unless requested.
10417 (&handle_output): Don't complain for forbidden tokens in comments.
10418 Be sure to report all the forbidden tokens within a single line.
10419 (&trace_format_to_m4): Preserve `$_'.
10420 (&handle_traces): Sort the output macros.
10421 (&up_to_date_p): Find the files before trying to get its time stamp.
10423 2001-07-24 Akim Demaille <akim@epita.fr>
10425 * Makefile.am: Ship, build and install Autom4te.
10426 (SUBDIRS): Add lib.
10427 * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10428 * configure.in: Require Perl.
10429 * man/autom4te.in: New.
10431 2001-07-19 Paul Eggert <eggert@twinsun.com>
10433 * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10434 example, rather than (exit 1); exit (which isn't portable).
10436 2001-07-18 Akim Demaille <akim@epita.fr>
10440 2001-07-18 Akim Demaille <akim@epita.fr>
10442 The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10443 was run, while they are needed also when it is expanded.
10444 Reported by Nicolas Joly.
10446 * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10447 (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10448 AC_F77_DUMMY_MAIN being expanded.
10450 2001-07-18 Akim Demaille <akim@epita.fr>
10452 * configure.in: Bump to 2.51a.
10454 2001-07-17 Akim Demaille <akim@epita.fr>
10458 2001-07-17 Akim Demaille <akim@epita.fr>
10460 * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10461 Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10463 2001-07-17 Akim Demaille <akim@epita.fr>
10465 The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10466 used. Well, then use the prototypes when you can, and runtime as
10468 Reported by Artur Frysiak
10470 * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10471 (AC_FUNC_GETPGRP): Use it.
10472 First try to compile with 0-ary or 1-ary calls.
10474 2001-07-17 Akim Demaille <akim@epita.fr>
10476 * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10480 2001-07-17 Akim Demaille <akim@epita.fr>
10482 * Makefile.maint: Sync. with cppi 1.10.
10484 2001-07-17 Akim Demaille <akim@epita.fr>
10486 * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10487 AC_F77_DUMMY_MAIN has been run.
10488 From Pavel Roskin and Steven G. Johnson.
10490 2001-07-17 Akim Demaille <akim@epita.fr>
10492 * configure.in: Rename as...
10493 * configure.ac: this.
10495 2001-07-17 Akim Demaille <akim@epita.fr>
10497 * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10500 * Makefile.maint (release-archive-dir): Rename as...
10501 (release_archive_dir): this, so that it can be specialized in
10504 2001-07-14 Akim Demaille <akim@epita.fr>
10506 * configure.in: Bump to 2.50d.
10508 2001-07-14 Akim Demaille <akim@epita.fr>
10511 * Makefile.maint (alpha): Typo.
10513 2001-07-14 Akim Demaille <akim@epita.fr>
10515 * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10517 2001-07-14 Akim Demaille <akim@epita.fr>
10519 * config/config.guess, config/config.sub, config/texinfo.tex
10520 * doc/standards.texi, doc/make-stds.texi: Update.
10522 2001-07-14 Akim Demaille <akim@epita.fr>
10524 * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10526 2001-07-14 Akim Demaille <akim@epita.fr>
10528 * Makefile.maint (maintainer-check): Rename as...
10529 (maintainer-distcheck): this.
10530 (changelog-check, static-check): New.
10533 2001-07-14 Kevin Ryde <user42@zip.com.au>
10535 * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
10536 for CXX is g++, not gcc.
10538 2001-07-14 Akim Demaille <akim@epita.fr>
10540 * doc/autoconf.texi (Files): New subsection.
10542 2001-07-14 Akim Demaille <akim@epita.fr>
10544 * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
10546 (Generic Compiler Characteristics): this.
10547 (C++ Compiler): New subsection.
10549 2001-07-14 Akim Demaille <akim@epita.fr>
10551 * autoscan.in: Use IO::File.
10552 Adjust all the routines to use it.
10553 ($log): New file (autoscan.log).
10554 (output): Dump detailed logs into $log, and a shortened version to
10556 (&scan_makefile): Refine the regexp catching tokens in the code.
10557 * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
10558 and the `configure.ac' checking feature.
10560 2001-07-12 Akim Demaille <akim@epita.fr>
10562 For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
10563 Reported by Michael Elizabeth Chastain.
10565 * autoconf.in: Refuse such AWK.
10566 * configure.in: Likewise.
10567 * Makefile.am (acversion.m4): Do not use move-if-change this file
10569 * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
10571 2001-07-10 Jens Petersen <petersen@redhat.com>
10573 * autoscan.in (&scan_makefile): Improve programs regexp to parse
10574 things like "g++", "file.c" and "some-conf" as tokens.
10575 (&scan_file): Match C++ files extensions.
10576 If the filename extension is C++ then ask for c++.
10578 2001-07-05 Steven G. Johnson <stevenj@alum.mit.edu>
10580 * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
10581 AC_TRY_LINK_FUNC, to check whether defining a dummy
10582 main-like routine is needed for linking with F77 libs.
10584 2001-07-05 Pavel Roskin <proski@gnu.org>
10586 * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
10588 (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
10591 2001-07-05 Akim Demaille <akim@epita.fr>
10593 * Makefile.am (move_if_change): New. Use it instead of `mv'.
10594 (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
10596 Reported by Nicolas Joly.
10598 2001-07-04 Akim Demaille <akim@epita.fr>
10600 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
10602 * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
10603 warnings from compilers.
10604 * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
10605 for all the compilers, not only GNU. Hence move from here...
10606 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
10608 2001-07-04 Akim Demaille <akim@epita.fr>
10610 * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
10611 (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
10614 2001-07-04 Akim Demaille <akim@epita.fr>
10616 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
10617 the ``strings.h'' change claimed below.
10619 2001-07-04 Akim Demaille <akim@epita.fr>
10621 * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
10623 2001-07-04 Akim Demaille <akim@epita.fr>
10625 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
10626 strings.h if usable with string.h.
10627 Suggested by Paul Eggert.
10629 2001-07-04 Akim Demaille <akim@epita.fr>
10631 * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
10632 From Jens Petersen.
10634 2001-07-03 Akim Demaille <akim@epita.fr>
10636 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
10639 2001-07-03 Akim Demaille <akim@epita.fr>
10641 * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
10642 compiler, not the preprocessor.
10643 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
10644 dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
10646 * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
10647 earlier if there are.
10649 2001-07-03 Akim Demaille <akim@epita.fr>
10651 * autoscan.in ($initfile): Remove.
10652 (&find_file): Rename as...
10653 (&scan_file): this.
10654 Immediately scan the current file, instead of gathering them, and
10655 later having them handled by &scan_files.
10656 (&scan_files): Merely invoke Find::File.
10659 2001-07-02 Akim Demaille <akim@epita.fr>
10661 * autoscan.in: Formatting changes, matching the invocation order.
10662 (File::Find): Use it instead of Perl 4's `find.pl'.
10663 (&wanted): Rename as...
10664 (&find_file): this.
10666 2001-07-01 Pavel Roskin <proski@gnu.org>
10668 * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
10669 break in the argument to AC_TRY_LINK_FUNC.
10670 (AC_F77_MAIN): Remove conftest* after using break in the
10671 argument to AC_TRY_LINK.
10673 2001-07-01 Steven G. Johnson <stevenj@alum.mit.edu>
10675 Add alternate 'main' routine detection for linking C/C++ with Fortran,
10676 fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
10678 * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
10679 dummy alternate main is required even if the user provides her own
10681 (AC_F77_MAIN): New macro to detect whether it is possible to
10682 provide an alternate 'main' function name, using the 'main' from
10683 the Fortran libraries.
10684 (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
10685 cross-language link tests can be performed successfully.
10686 (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN. Also put $FLIBS
10687 after $LIBS, for consistency; this should be the general rule since
10688 the user may want to link to Fortran libraries that require $FLIBS.
10689 * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
10691 2001-06-29 Pavel Roskin <proski@gnu.org>
10693 * atgeneral.m4 (AT_CHECK): Add a newline to the end of
10694 at-stdout and at-stderr instead of removing the newline
10695 from the echo output, which is not guaranteed to work.
10697 2001-06-28 Jens Petersen <petersen@redhat.com>
10699 * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
10700 confdefs.h when non-zero.
10702 2001-06-28 Akim Demaille <akim@epita.fr>
10704 * configure.in: Bump to 2.50c.
10706 2001-06-26 Akim Demaille <akim@epita.fr>
10710 2001-06-26 Akim Demaille <akim@epita.fr>
10714 2001-06-25 Pavel Roskin <proski@gnu.org>
10716 * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
10717 argument, AUTOCONF-FLAGS.
10718 * tests/mktests.sh (update_exclude_list): Add
10719 AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
10720 * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
10721 AC_FUNC_WAIT3 with "-W no-obsolete".
10723 2001-06-25 Akim Demaille <akim@epita.fr>
10725 * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
10727 2001-06-25 Akim Demaille <akim@epita.fr>
10729 * autoscan.in (%macro): Now maps from word to list of macros.
10730 (&init_tables): Die when a word which is already handled by
10731 explicit macros is mapped to the default macro.
10732 (&print_unique): Remove, inlined in...
10733 (&output_kind): here.
10734 (File::Basename): Use it.
10735 (&output): Sort the CONFIG_FILES.
10736 * acheaders: Normalize.
10737 * acfunctions: Likewise.
10739 2001-06-25 Akim Demaille <akim@epita.fr>
10741 * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
10742 characteristics in the logs.
10743 Suggested by Mo DeJong.
10745 2001-06-24 Akim Demaille <akim@epita.fr>
10747 * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
10748 (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
10749 * doc/autoconf.texi (Autoconf 2.13): New section.
10751 2001-06-24 Akim Demaille <akim@epita.fr>
10753 * autoconf.in (Task traces): Separate the error messages from the
10754 traces to improve robustness.
10756 2001-06-23 Akim Demaille <akim@epita.fr>
10758 * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
10759 three as failures are unlikely, and speed matters.
10761 2001-06-23 Akim Demaille <akim@epita.fr>
10763 * doc/autoconf.texi (Redefined M4 Macros): New.
10765 2001-06-23 Akim Demaille <akim@epita.fr>
10767 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
10768 inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
10771 2001-06-23 Paolo Bonzini <bonzini@gnu.org>
10773 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
10774 config.status targets to after the evaluation of the INIT-CMDS.
10775 Double quote config.status targets (used to be single quoted).
10777 2001-06-23 Akim Demaille <akim@epita.fr>
10779 * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10780 Check the content of the created file.
10781 Check the ./config.status command line invocation.
10783 2001-06-23 Akim Demaille <akim@epita.fr>
10785 * tests/foreign.at (Libtool): Reject prehistoric versions.
10787 2001-06-23 Akim Demaille <akim@epita.fr>
10789 * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
10790 preexisting files matching a.*.
10792 2001-06-23 Akim Demaille <akim@epita.fr>
10794 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
10796 * doc/autoconf.texi (AC_ARG_VAR): Update.
10798 2001-06-21 Akim Demaille <akim@epita.fr>
10800 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
10801 precious variables have changed.
10802 * tests/torture.at (AC_ARG_VAR): Adjust.
10804 2001-06-21 Akim Demaille <akim@epita.fr>
10806 ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
10807 but some sed choke on multiple `;', and other tools (e.g.,
10808 Automake), include the separator themselves.
10810 * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
10812 2001-06-19 Tim Van Holder <tim.van.holder@pandora.be>
10814 * doc/autoconf.texi (Functions Portability): Rename as...
10815 (Function Portability): this.
10816 (Function Portability): Document potential problems with unlink().
10818 2001-06-19 Paul Eggert <eggert@twinsun.com>
10820 * NEWS, doc/autoconf.texi: Document quadrigraphs.
10822 2001-06-18 Akim Demaille <akim@epita.fr>
10824 * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
10826 2001-06-18 Ruediger Kuhlmann <info@ruediger-kuhlmann.de>
10828 * acfunctions.m4: (AC_FUNC_VFORK) rename as...
10829 (_AC_FUNC_VFORK): this.
10830 Remove AC_DEFINEs and don't guess cross-compilation values.
10831 (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
10832 (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
10833 define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
10834 vfork doesn't work.
10835 Guess values if cross-compiling, but warn.
10836 * acfunctions: Add AC_FUNC_FORK.
10837 * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
10838 and vfork appropriately.
10840 2001-06-18 Akim Demaille <akim@epita.fr>
10842 * doc/autoconf.texi (Functions Portability): New section.
10844 2001-06-18 Akim Demaille <akim@epita.fr>
10846 * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
10848 Suggested by Andreas Schwab.
10850 2001-06-18 Akim Demaille <akim@epita.fr>
10852 * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
10853 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
10854 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
10855 (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
10856 Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
10857 and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
10858 (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
10861 2001-06-18 Akim Demaille <akim@epita.fr>
10863 * doc/autoconf.texi (ms): New index.
10864 (Macro Index): Rename as...
10865 (Autoconf Macro Index): this.
10866 (M4 Macro Index): New appendix.
10867 (Programming in M4): New chapter.
10868 Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
10869 (Quoting): Rename as...
10870 (M$ Quotation): this.
10871 Be part of `Programming in M4).
10873 2001-06-18 Nicolas Joly <njoly@pasteur.fr>
10875 * tests/torture.at (AC_ARG_VAR): Set variables and export them
10876 in separate statements for compatibility with Tru64 v5.1.
10878 2001-06-17 Akim Demaille <akim@epita.fr>
10880 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
10881 current values of the precious variables, not the previously
10883 Pass precious variables which are set to config.status.
10884 * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
10885 * tests/torture.at (AC_ARG_VAR): New.
10887 2001-06-15 Paul Eggert <eggert@twinsun.com>
10889 * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
10890 AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
10891 and explain why and how to replace them.
10892 * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
10893 * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10895 2001-06-15 Akim Demaille <akim@epita.fr>
10897 `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
10898 Reported by Bruno Haible.
10900 * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
10901 (_AC_ARG_VAR_PRECIOUS): to here.
10903 2001-06-15 Pavel Roskin <proski@gnu.org>
10905 * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
10906 an unused pointer use cast to this type and `if' statement to
10907 avoid warnings from the compiler.
10908 (AC_HEADER_TIME): Likewise.
10909 * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
10910 in `if' statement to avoid warnings from the compiler. Declare
10911 ac_aggr static to avoid the need to initialize it.
10913 2001-06-14 Akim Demaille <akim@epita.fr>
10915 * doc/autoconf.texi (Portable Shell): Move to follow `Writing
10918 2001-06-13 Akim Demaille <akim@epita.fr>
10920 * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
10921 Suggested by Alexander Mai.
10923 2001-06-13 Akim Demaille <akim@epita.fr>
10925 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
10926 sys/types.h and sys/stat.h, and check for them.
10928 2001-06-13 Akim Demaille <akim@epita.fr>
10930 * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
10933 2001-06-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10935 * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
10936 succeeds and only try adding libdnet upon a failure.
10938 2001-06-12 Akim Demaille <akim@epita.fr>
10940 * autoscan.in (&output_kind): Output the comment only if it exists.
10941 (%kind_comment): Add entry for `programs'.
10942 (&output_programs): Use &output_kind.
10943 (&output_functions, &output_identifiers, &output_headers)
10944 (&output_programs): Inline, and remove.
10946 2001-06-12 Akim Demaille <akim@epita.fr>
10948 * autoscan.in (%kind_comment): New.
10949 (output_kind): New.
10950 (output_functions, output_identifiers, output_headers): Use it.
10952 2001-06-12 Akim Demaille <akim@epita.fr>
10954 * autoscan.in (&print_unique): Take `$kind' and `$word' as
10955 arguments, to factor indirections into `%macro' and `%used'.
10956 (%generic_macro): Fix a typo.
10958 2001-06-12 Akim Demaille <akim@epita.fr>
10960 * aclibraries: New.
10961 * autoscan.in (@kinds): Add `libraries'.
10962 Use `@kinds' instead of hard coded lists.
10963 (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
10964 Remove, replaced by...
10967 2001-06-12 Akim Demaille <akim@epita.fr>
10969 * autoscan.in (%functions_macros %headers_macros)
10970 (%identifiers_macros %programs_macros %makevars_macros): Remove,
10974 2001-06-11 Raja R Harinath <harinath@cs.umn.edu>
10976 * aclang.m4 (AC_NO_EXECUTABLES): Override
10977 _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
10979 2001-06-11 Akim Demaille <akim@epita.fr>
10981 * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
10983 Reported by Andreas Schwab.
10985 2001-06-11 Akim Demaille <akim@epita.fr>
10987 * Makefile.am, Makefile.maint: Typos.
10989 2001-06-09 Akim Demaille <akim@epita.fr>
10991 * doc/autoconf.texi (Here-Documents): New section, gathering
10992 documentation about here-documents.
10993 Use `href', not `uref', and other changes.
10995 2001-06-09 Akim Demaille <akim@epita.fr>
10997 * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11000 2001-06-09 Akim Demaille <akim@epita.fr>
11002 * doc/autoconf.texi (Limitations of Builtins): Complete the
11003 description of the here-docs penalties with Alexandre Oliva's
11006 2001-06-01 Paul Eggert <eggert@twinsun.com>
11008 * doc/autoconf.texi: Talk about here documents and speedups.
11009 Do not use "echo" on arbitrary strings.
11010 Spell "here-documents" consistently with the standard.
11012 2001-06-09 Akim Demaille <akim@epita.fr>
11014 * doc/autoconf.texi (Concept Index): Introduce it.
11015 Regenerate the menus.
11017 2001-06-09 Akim Demaille <akim@epita.fr>
11019 * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11020 * config/prev-version.txt: New.
11021 * config/move-if-change: New, for GNU libc.
11023 2001-06-06 Pavel Roskin <proski@gnu.org>
11025 * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11027 2001-06-06 Akim Demaille <akim@epita.fr>
11029 * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11030 properly when $1 is not a literal.
11031 Fixes PR Autoconf/187, reported by Bram Moolenaar.
11033 2001-06-06 Akim Demaille <akim@epita.fr>
11035 Invoking AC_COPYRIGHT before AC_INIT fails.
11037 * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11038 * acgeneral.m4 (_m4_divert(VERSION_FSF))
11039 (_m4_divert(VERSION_USER)): New.
11040 (AC_COPYRIGHT): $2 is the diversion to use.
11041 (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11042 (AC_INIT): Remove dead comments as now it's commutative.
11044 2001-06-06 Akim Demaille <akim@epita.fr>
11046 * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11049 2001-06-05 Akim Demaille <akim@epita.fr>
11051 * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11053 `*dir' variables cannot be NONE.
11054 Reported by Mark Kettenis.
11056 2001-06-05 Paul Eggert <eggert@twinsun.com>
11058 * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11060 2001-06-04 Akim Demaille <akim@epita.fr>
11062 * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11063 (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11064 (AC_TR_SH): Move as...
11065 * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11066 (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11068 (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11069 (_AS_TR_SH_PREPARE): New.
11070 (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11071 * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11073 2001-06-02 Akim Demaille <akim@epita.fr>
11075 * Makefile.am (.m4.m4f): Pass the options first.
11076 Fixes PR autoconf/182.
11078 2001-06-02 Nathan Sidwell <nathan@codesourcery.com>
11080 GNU getopt, when POSIXLY_CORRECT does not permute options and
11081 arguments. So pass the options first.
11082 Fixes PR autoconf/184.
11084 * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11085 (run_m4): Remove files.
11087 Update remainder of script to use them.
11088 (for warning in): Do not use a literal comma as it will not be
11091 2001-06-02 Christian Marquardt <marq@gfz-potsdam.de>
11093 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11094 Fortran compilers to check.
11095 (_AC_PROG_F77_V): Add '-###' as a possible option to print
11096 information on library and object files.
11097 (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11100 2001-06-02 Akim Demaille <akim@epita.fr>
11102 * autom4te.in (Request::@request): Declare with `vars', not `my',
11103 as it prevents updates via `do FILENAME'.
11105 2001-06-02 Akim Demaille <akim@epita.fr>
11107 * configure.in (standards_texi): Remove, dead code.
11109 2001-06-02 Akim Demaille <akim@epita.fr>
11111 * autom4te.in: New.
11113 2001-06-02 Pavel Roskin <proski@gnu.org>
11115 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11116 for signals other than 0 - exit with code 1.
11117 * m4sh.m4 (AS_TMPDIR): Likewise.
11118 * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11119 * autoheader.in: Likewise.
11120 * autoreconf.in: Likewise.
11121 * tests/torture.at (Signal handling): New test for the above.
11123 2001-06-01 Akim Demaille <akim@epita.fr>
11125 * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11128 2001-05-31 Akim Demaille <akim@epita.fr>
11130 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11131 Add copyright and comments.
11132 * acheaders: Add stdint.h.
11133 Suggested by Paul Eggert.
11135 2001-05-31 Akim Demaille <akim@epita.fr>
11137 * atgeneral.m4 (AT_INIT): Use $SHELL.
11138 * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11140 2001-05-31 Akim Demaille <akim@epita.fr>
11142 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11144 From Paul Eggert and Lars Hecking.
11146 2001-05-31 Akim Demaille <akim@epita.fr>
11148 * tests/base.at: Adjust line numbers in error messages.
11150 2001-05-31 Akim Demaille <akim@epita.fr>
11152 * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11153 to emit the bangshe line.
11154 Reported by David Carter.
11156 2001-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
11158 * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11159 Fortran (95) compilers to check.
11161 2001-05-29 Alexandre Duret-Lutz <duret_g@epita.fr>
11163 * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11166 2001-05-23 Pavel Roskin <proski@gnu.org>
11168 * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11169 _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11170 (AC_PROG_CXXCPP): Likewise.
11172 2001-05-22 Akim Demaille <akim@epita.fr>
11174 * config: New directory.
11175 * configure.in: AC_CONFIG_AUX_DIR it.
11176 * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11178 2001-05-22 Akim Demaille <akim@epita.fr>
11180 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11181 * autoupdate.in: Specify the Emacs mode.
11182 * acversion.m4.in: Rename as...
11183 * acversion.m4: this.
11184 * tests/Makefile.am (CLEANFILES): More garbage.
11186 2001-05-22 Akim Demaille <akim@epita.fr>
11188 * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11190 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11193 2001-05-21 Akim Demaille <akim@epita.fr>
11195 * configure.in: Bump to 2.50a.
11199 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11201 This file is part of GNU Autoconf.
11203 GNU Autoconf is free software; you can redistribute it and/or modify
11204 it under the terms of the GNU General Public License as published by
11205 the Free Software Foundation; either version 2, or (at your option)
11208 GNU Autoconf is distributed in the hope that it will be useful,
11209 but WITHOUT ANY WARRANTY; without even the implied warranty of
11210 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11211 GNU General Public License for more details.
11213 You should have received a copy of the GNU General Public License
11214 along with autoconf; see the file COPYING. If not, write to
11215 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11216 Boston, MA 02110-1301, USA.