Improve documentation on Solaris tr bugs.
[autoconf.git] / ChangeLog
blob01439892a4dbae6821a8b5946ebdd226b345cf14
1 2009-12-31  Bruno Haible  <bruno@clisp.org>
3         Improve documentation on Solaris tr bugs.
4         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Refine
5         description of NUL handling by Solaris tr.
7 2009-12-31  Eric Blake  <ebb9@byu.net>
9         Another tr tweak.
10         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
11         previous commit.
12         Reported by Ralf Wildenhues.
14 2009-12-29  Eric Blake  <ebb9@byu.net>
16         Improve documentation on tr portability.
17         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Refine
18         description of NUL handling.  Document set size issue.
19         Reported by Bruno Haible.
21         Fix comment in AC_CHECK_DECLS.
22         * lib/autoconf/general.m4 (AC_CHECK_DECL): Document the includes
23         argument to the shell function.
25 2009-12-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27         Add testsuite exposure for shtool usage.
28         * tests/foreign.at (shtool): New test.
29         Report by Dmitry Grebeniuk.
31 2009-12-12  Eric Blake  <ebb9@byu.net>
33         Improve wording about m4 quote characters.
34         * doc/autoconf.texi (Autoconf Language): Autoconf quote characters
35         come from m4sugar, not raw m4.
36         (Active Characters): Mention that it is m4sugar which changes
37         quotes from `' to [].
38         * THANKS: Update.
39         Suggested by Josef Vukovic.
41 2009-12-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43         Revert "Improve AC_CONFIG_AUX_DIRS a bit." to fix shtool usage.
44         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Revert test for
45         shtool as install script.  Regression introduced in 2.64.
46         * NEWS, THANKS: Update.
47         Report by Dmitry Grebeniuk.
48         This reverts commit 93d9386de9c1320afed43f1337ac5ddb2d2dcbb4.
50 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52         Fix NEWS description for AC_FUNC_MMAP entry.
53         * NEWS: Update.
55         Fix 2.65 AC_TYPE_INT*_T macro body text regression.
56         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY): Move helper enum
57         definition to prologue section, to avoid syntax error.
58         * NEWS, THANKS: Update.
59         Report by Pierre Ynard.
61 2009-12-09  Paolo Bonzini  <bonzini@gnu.org>
63         Fix `recursion' test failure.
64         * tests/m4sugar.at (recursion): Use empty diversion, not 0.
66 2009-12-05  Stefano Lattarini  <stefano.lattarini@gmail.com>
67             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69         Document Solaris/Heirloom sh set -e issue with command substitutions.
70         * doc/autoconf.texi (Limitations of Builtins): Fix typos `set -d'
71         in previous example.  Document failure to honor && lists with set -e
72         and a command substitution in the failing command.
73         Report and initial patch by Stefano Lattarini against Automake.
75 2009-12-04  Eric Blake  <ebb9@byu.net>
77         Warn if using unnamed diversion.
78         * lib/m4sugar/m4sugar.m4 (_m4_divert, m4_divert_push): Add
79         optional parameter, which controls warning.
80         (m4_divert_pop, m4_cleardivert, m4_divert_require)
81         (_m4_require_call): Adjust callers.
82         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
83         * tests/m4sh.at (AT_DATA_LINENO): Avoid triggering the warning.
84         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, m4@&t@_append)
85         (m4@&t@_text_wrap, recursion): Likewise.
86         (m4@&t@_warn, m4@&t@_divert_stack): Adjust expected output.
87         * tests/tools.at (autom4te and whitespace in file names)
88         (autoconf: the empty token): Avoid triggering the warning.
89         (autoconf: AC_PRESERVE_HELP_ORDER): New test.
90         * tests/mktests.sh (ac_exclude_list): Retire prior test.
91         * NEWS: Document the warning.
92         * doc/autoconf.texi (Redefined M4 Macros) <m4_divert>,
93         <m4_undivert>: Make even more explicit that using these directly
94         is discouraged.
95         (Diversion support): Further warn against improper diversion
96         changes.
97         <m4_divert_text>: Give an example of proper use.
98         Reported by Mike Frysinger.
100 2009-11-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
102         manual: AC_SEARCH_LIBS also prepends to LIBS.
103         * doc/autoconf.texi (Libraries): Document that AC_SEARCH_LIBS
104         prepends to LIBS, just like AC_CHECK_LIB.
106 2009-11-27  Paolo Bonzini  <bonzini@gnu.org>
108         Bump m4.m4 serial number.
109         * m4/m4: Bump serial number to 10.
111 2009-11-27  Harald van Dijk  <truedfx@gentoo.org>
113         Fix m4 detection test on dash.
114         * m4/m4 (AC_PROG_GNU_M4): Use AS_ECHO.
116 2009-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118         Fix AC_FUNC_MMAP regression with C++ compiler in 2.65.
119         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Use const char*
120         for the constant string.  Cast void* to char* for assignment.
121         * NEWS, THANKS: Update.
122         Report by Michal Čihař.
124         Add pgfortran to list of Fortran 95+ compilers.
125         * lib/autoconf/fortran.m4 (_AC_F95_FC): Add pgfortran before
126         pgf95.
127         Based on report by Jeff Squyres.
129 2009-11-22  Bruno Haible  <bruno@clisp.org>
131         Fix failure of test 35 when the user has a .autom4te.cfg file.
132         * tests/tools.at (autom4te cache creation): Skip the test if the
133         user has a .autom4te.cfg file.
135 2009-11-21  Eric Blake  <ebb9@byu.net>
137         Release Version 2.65.
138         * NEWS: Mention the release.
140         Prepare for release.
141         * build-aux/announce-gen: Sync from upstream.
142         * build-aux/config.guess: Likewise.
143         * build-aux/config.sub: Likewise.
144         * cfg.mk (gnu_rel_host, url_dir_list): Move...
145         * maint.mk: ...here, copying ideas from gnulib.
146         (major): Rename...
147         (stable): ...to this, copying gnulib.
148         * HACKING (release): Document changes in process.
150         Avoid spurious newline in traced macros.
151         * bin/autoreconf.in (tracing): Drop newline before parsing traced
152         arguments; regression from 2009-11-14.
154 2009-11-20  Eric Blake  <ebb9@byu.net>
156         Allow absolute names in AT_TESTED.
157         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Check for
158         absolute names before path walk.
159         * THANKS: Update.
160         Suggested by Allan Clark.
162 2009-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164         Fix AC_CONFIG_SUBDIRS tracing in autoreconf.
165         * bin/autoreconf.in (autoreconf_current_directory): Collapse
166         newlines in the autoconf trace output, similar to how automake
167         invokes autoconf, so that newlines do not matter in the argument
168         to AC_CONFIG_SUBDIRS.
169         * tests/torture.at (Deep Package): Expose this issue in the
170         test.
171         * THANKS: Update.
172         Report by Nathan Schulte.
174 2009-11-09  Eric Blake  <ebb9@byu.net>
176         Fix AC_FUNC_MMAP for cygwin.
177         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Make the test more
178         portable: Actually check for <sys/param.h>, and only use MAP_FIXED
179         on an address previously returned from mmap.
180         * THANKS: Update.
181         Reported by Corinna Vinschen.
183 2009-11-04  Eric Blake  <ebb9@byu.net>
185         Redocument AS_DIRNAME, even with its flaws.
186         * doc/autoconf.texi (Common Shell Constructs) <AS_DIRNAME>:
187         Restore documenatation, since dirname mentions it.
188         Reported by Peter Johansson.
190         Update upstream files.
191         * build-aux/announce-gen: Synchronize from upstream.
192         * build-aux/config.guess: Likewise.
193         * build-aux/config.sub: Likewise.
194         * build-aux/gendocs.sh: Likewise.
195         * build-aux/git-version-gen: Likewise.
196         * build-aux/texinfo.tex: Likewise.
197         * build-aux/update-copyright: Likewise.
198         * doc/standards.texi: Likewise.
199         * lib/Autom4te/Channels.pm: Likewise.
200         * lib/Autom4te/Configure_ac.pm: Likewise.
201         * lib/Autom4te/FileUtils.pm: Likewise.
202         * lib/Autom4te/Struct.pm: Likewise.
203         * lib/Autom4te/XFile.pm: Likewise.
205 2009-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
207         Coverage for autom4te cache creation issues.
208         * tests/tools.at (autom4te cache creation): New test.
210 2009-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
212         Fix testsuite failures with SHELL=zsh.
213         * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when
214         comparing configure variables.
216 2009-11-03  Eric Blake  <ebb9@byu.net>
217         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
219         Update NEWS for recent fixes.
220         * NEWS: Add some entries.
222 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
224         Micro-optimization of config.status substitution.
225         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): No need to
226         concatenate an empty second string, when we have exactly 148
227         characters to substitute.
228         * tests/torture.at (Substitute a 2000-byte string): Add test
229         exposure for runs of backslashes near the 148 character limit.
231         Fix testsuite failure on AIX 4.3.3.
232         * lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT): Remove conftest.err
233         also if it is empty.
235         Fix testsuite failure on IRIX and AIX.
236         * tests/torture.at (Substitute and define special characters):
237         Double the backslash before the double-quote in
238         AC_DEFINE_UNQUOTED, as documented for here-documents.
240 2009-10-31  Eric Blake  <ebb9@byu.net>
242         Fix cross-manual link to gcc.
243         * doc/autoconf.texi (Portable C and C++): Provide uref rather than
244         xref when building for html.
245         Reported via Karl Berry.
247         Update authors.
248         * AUTHORS: Document recent copyright assignments.
250 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
252         Fix AC_OPENMP configure message for non-C compilers.
253         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Accept as additional
254         fourth arg the compiler variable name, defined in _AC_CC($1).
255         (_AC_CC): New language dispatch macro.
256         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Adjust.
257         * lib/autoconf/fortran.m4 (AC_LANG(Fortran 77), AC_LANG(Fortran)):
258         Likewise.
259         * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++))
260         (AC_LANG(Objective C), AC_LANG(Objective C++)): Likewise.
261         (AC_OPENMP): Use _AC_CC instead of $CC.
263         Do not fail OpenMP tests on systems without aclocal.
264         * tests/c.at (AC_OPENMP and C, AC_OPENMP and C++): Override
265         `ACLOCAL=true' for autoreconf, the tests don't need aclocal.
266         * tests/fortran.at (AC_OPENMP and Fortran 77)
267         (AC_OPENMP and Fortran): Likewise.
269 2009-10-31  Bruno Haible  <bruno@clisp.org>
270             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
272         Improve cache variable documentation.
273         * doc/autoconf.texi (AC_PROG_AWK, AC_PROG_GREP, AC_PROG_EGREP,
274         AC_PROG_FGREP, AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_LEX,
275         AC_PROG_YACC, AC_CHECK_PROG, AC_CHECK_PROGS, AC_PATH_PROG,
276         AC_PATH_PROGS): Don't suggest to use the cache variable, only to
277         override it, or preferably, a non-cache variable associated with
278         the test.
279         (AC_PROG_SED): Likewise. Fix name of cache variable.
280         (AC_FUNC_GETMNTENT): Fix name cache variable.
281         (AC_FUNC_LSTAT): Fix typo.
283 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
285         Fix AC_OPENMP for Fortran (F77 and FC).
286         * lib/autoconf/fortran.m4 (AC_LANG_FUNC_LINK_TRY(Fortran): New.
287         * tests/c.at (AC_C_RESTRICT and C++, AC_OPENMP and C)
288         (AC_OPENMP and C++): New tests.
289         * tests/fortran.at (AC_OPENMP and Fortran 77)
290         (AC_OPENMP and Fortran): New tests.
291         * THANKS: Update.
292         Report by Bart Oldeman.
294         Perl coverage convenience targets.
295         * Makefile.am (PERL_COVERAGE_DB, PERL_COVERAGE_FLAGS)
296         (PERL_COVER): New variables.
297         (check-coverage, check-coverage-run, check-coverage-report)
298         (clean-coverage): New phony targets.
299         (clean-local): Depend on clean-coverage.
301 2009-10-28  Eric Blake  <ebb9@byu.net>
303         Fix corner cases in AS_LITERAL_IF and AS_TR_SH.
304         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix bug with unbalanced
305         parens.  Move guts...
306         (_AS_LITERAL_IF): into new helper.
307         (AS_TR_SH, AS_TR_CPP): Fix bugs with expansion of wrong macro.
308         Move guts...
309         (_AS_TR_SH, _AS_TR_SH_LITERAL, _AS_TR_SH_INDIR, _AS_TR_CPP)
310         (_AS_TR_CPP_LITERAL, _AS_TR_CPP_INDIR): ...into new helpers.
311         (AS_VAR_PUSHDEF): Hoist m4_require, by moving guts...
312         (_AS_VAR_PUSHDEF): ...into new helper.
313         * tests/m4sh.at (AS@&t@_LITERAL_IF): Enhance test.
315         Minor optimizations to m4sh.
316         * lib/m4sugar/m4sh.m4 (AS_VAR_IF, AS_IDENTIFIER_IF)
317         (AS_LITERAL_IF): Parse fewer bytes during expansion, by visiting
318         if-true and if-false arguments only once.
320         Optimize m4_escape for common case.
321         * lib/m4sugar/m4sugar.m4 (m4_escape): Don't use regex if string is
322         already sane, by copying from AS_LITERAL_IF.  Move guts...
323         (_m4_escape): ...into new helper.
325         Fix m4_text_wrap handling of quoted whitespace.
326         * lib/m4sugar/m4sugar.m4 (m4_escape): New macro.
327         (m4_text_wrap): Use it to avoid issues with embedded [ and ].
328         * tests/m4sugar.at (m4@&t@_text_wrap): Test it.
329         * NEWS: Document this.
330         * doc/autoconf.texi (Text processing Macros) <m4_escape>:
331         Likewise.
332         Reported by Mike Frysinger.
334 2009-10-27  Eric Blake  <ebb9@byu.net>
336         Mention another feature of AC_RUN_IFELSE.
337         * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
338         compiled test program still exists during if-true branch.
339         * THANKS: Update.
340         Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
342 2009-10-26  Paolo Bonzini  <bonzini@gnu.org>
344         Pass Autom4te path down to programs that autoreconf invokes.
345         * bin/autoreconf.in (autom4te): New variable.  Export its value
346         as $ENV{'AUTOM4TE'}.  Suggested by Peter Johansson.
347         * THANKS: Update.
349 2009-10-20  Eric Blake  <ebb9@byu.net>
351         Fix AC_TYPE_UINT64_T on Tru64 with gcc 3.4.4.
352         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT_BODY)
353         (_AC_TYPE_INT_BODY): Avoid undefined behavior of attempting shift
354         wider than type.
355         * NEWS: Document this.
356         Reported by Rainer Orth.
358 2009-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
360         Fix a couple of index entries in the manual.
361         * doc/autoconf.texi (Polymorphic Variables): Fix index entries
362         for AS_VAR_APPEND, AS_VAR_ARITH.
364 2009-10-15  Eric Blake  <ebb9@byu.net>
366         Fix typos in INSTALL.
367         * doc/install.texi (Basic Installation, Installation Names): Fix
368         typos in last patch.
369         Repored by Ralf Wildenhues.
371         Improve INSTALL wording.
372         * doc/install.texi (Basic Installation): Clarify installcheck
373         behavior.
374         (Installation Names): Mention that --prefix only overrides
375         directory locations not specified on the command line.  Prefer
376         /alternate/directory over /path/to.  Remove a sentence targeted to
377         the developer, not the user.
378         * THANKS: Update.
379         Suggested by Alfred M. Szmidt.
381 2009-10-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
383         Fix typos in documentation.
384         * doc/autoconf.texi (Cache Variable Index): Fix typo.
385         (Libraries) <AC_SEARCH_LIBS>: Mention 'none required' result.
387 2009-10-09  Bruno Haible  <bruno@clisp.org>
388             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
390         Recommend `sh -n' debugging, and public result variables for macros.
391         * doc/autoconf.texi (Debugging): Recommend to use "bash -n
392         configure".  Recommend the use of result variables as an
393         alternative to run-if-true/run-if-false parameters.
395 2009-10-05  Bruno Haible  <bruno@clisp.org>
397         * doc/autoconf.texi (Particular Functions): Swap sections about
398         AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
400 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
402         Unconditionally check for junk ./--version after mkdir search loop.
403         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
404         presence of ./--version.  Reported by Eric Blake.
406 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
408         Clarify documentation about Solaris sed quantifier restriction.
409         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: '*' does
410         not work after subexpressions, \{M,N\} only after one-character
411         expressions.  From GCC PR 38923.
413 2009-09-21  Eric Blake  <ebb9@byu.net>
415         Fit configure output in 80 columns.
416         * lib/autoconf/functions.m4
417         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Shorten message.
419 2009-09-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
421         Use consistent notation for cache variables.
422         * doc/autoconf.texi (Generic Programs): Remove `$' before
423         variable name.
425         Documentation of specific and general cache variables.
426         * doc/autoconf.texi (Default Includes, Alternative Programs)
427         (Particular Programs, Generic Programs, Files, Libraries)
428         (Function Portability, Particular Functions, Generic Functions)
429         (Particular Headers, Generic Headers, Declarations)
430         (Generic Declarations, Particular Structures, Particular Types)
431         (Specific Compiler Characteristics)
432         (Generic Compiler Characteristics, C Compiler, System Services):
433         Document lots of cache variables.
434         * NEWS: Update.
435         Suggested by Bruno Haible.
437         New cache variable index in the manual.
438         * doc/autoconf.texi: Define new index `CA' for cache variables.
439         (caindex): New macro.
440         (Cache Variable Index): New appendix node.
441         (Top, Indices): Adjust menus.
442         (Cache Variable Names, Site Defaults): Adjust text.
443         * doc/Makefile.am (CLEANFILES): Add files generated for CA index.
445         New FAQ node: Debugging.
446         * doc/autoconf.texi (Debugging): New node.
447         (Top, FAQ): Adjust menus.
448         Report by Bruno Haible.
450         Document AM_MAKEFLAGS workaround to the macro override problem.
451         * doc/autoconf.texi (Macros and Submakes): Automake makefiles
452         provide AM_MAKEFLAGS to help with overriding macros in submake
453         invocations.
454         Prompted by bug report from Bruno Haible.
456 2009-09-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
458         Implement and document Objective C++ support.
459         * lib/autoconf/c.m4 (AC_LANG(Objective C++), AC_LANG_OBJCXX)
460         (AC_LANG_PREPROC(Objective C++), AC_PROG_OBJCXXCPP)
461         (AC_LANG_COMPILER(Objective C++), AC_PROG_OBJCXX)
462         (_AC_PROG_OBJCXX_G): New macros.
463         (_AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
464         (_AC_ARG_VAR_LIBS): Adjusted.
465         * doc/autoconf.texi (Objective C++ Compiler): New node.
466         (Preset Output Variables): Document OBJCXXFLAGS.
467         (Language Choice): Document `Objective C++' language.
468         * NEWS: Updated.
469         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C++
470         related variables.
472 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
474         Work around DJGPP shell function return bug with command substitutions.
475         DJGPP bash 2.04 has a bug in that `return $ac_retval' done in a
476         shell function which also contains a command substitution causes
477         the shell to barf.  For more details and a fix see:
478         <http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/2009/09/09/03:35:08>
479         Possible workaround include putting the `return' in a subshell
480         or calling another function to set the status.
481         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY)
482         (_AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY)
483         (_AC_RUN_IFELSE_BODY, _AC_COMPUTE_INT_BODY): Use AS_SET_STATUS
484         instead of `return'.
485         * doc/autoconf.texi (Common Shell Constructs, Shell Functions):
486         Document the issue.
487         * THANKS: Update.
488         Report by Rugxulo and Reuben Thomas.
490         DJGPP fix: Do not redirect standard input in configure scripts.
491         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): If $DJGPP is
492         nonempty, do not dup fd 0 to AS_ORIGINAL_STDIN_FD, do not close
493         fd 0.
495 2009-09-14  Eric Blake  <ebb9@byu.net>
497         Quote result of m4_toupper and m4_tolower.
498         * lib/m4sugar/m4sugar.m4 (m4_tolower, m4_toupper): Quote result.
499         * lib/autotest/general.m4 (AT_KEYWORDS): Adjust caller.
500         * tests/m4sugar.at (m4@&t@_toupper and m4@&t@_tolower): New test.
501         * NEWS: Document this.
502         * THANKS: Update.
503         Reported by Sam Steingold.
505 2009-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
507         DJGPP fix: remove both conftest and conftest.exe.
508         The DJGPP compiler may create both `a.out' and `a.exe' without -o,
509         and both `conftest' and `conftest.exe' with `-o conftest', but not
510         with `-o conftest.exe'.
511         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Also remove
512         `conftest' without $ac_exeext suffix.
514         DJGPP fix: do not try to source /dev/null as cache or site file.
515         * lib/autoconf/general.m4 (AC_SITE_LOAD, AC_CACHE_LOAD): Do not
516         load the cache or site file if it is `/dev/null', as DJGPP treats
517         it as a regular file, but the shell then warns about it later.
518         Fixes several test suite failures on DJGPP.
520         testsuite: pass $configure_options to configure invocations.
521         * tests/local.at (AT_CHECK_CONFIGURE): Add $configure_options
522         to configure command line.
523         * tests/autotest.at, tests/base.at, tests/c.at, tests/torture.at:
524         Likewise for each configure invocation.
525         * README-hacking: Document configure_options.
527         testsuite: improve Erlang tests portability, overridability.
528         * tests/autotest.at (Erlang Eunit unit tests): Use "no" as
529         value-if-not-found for Erlang tools.
530         * tests/erlang.at: Likewise.  Also, use AS_EXIT instead of plain
531         exit.
533 2009-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
535         * bin/autoupdate.in: Fix typos in comments.
537         Improve autotest testsuite summary message.
538         * lib/autotest/general.m4 (AT_INIT): Hint at the toplevel log
539         only if not $at_debug_p.  Always hint at the per-test output.
541         Four new autoupdate tests, expected failures.
542         * tests/tools.at (autoupdating macros recursively)
543         (autoupdating with m4@&t@_pushdef, autoupdating with AC_REQUIRE)
544         (autoupdating with complex quoting): New tests.
546         Fix description of AC_CHECK_LIB regarding other deplibs.
547         * doc/autoconf.texi (Libraries): Library linking may not fail
548         even without missing additional libs.
550 2009-09-12  Eric Blake  <ebb9@byu.net>
552         Track recent copyright assignments.
553         * AUTHORS: Update.
555         Improve documentation on quoting.
556         * doc/autoconf.texi (Autoconf Language): Clarify quoting example.
557         * THANKS: Update.
558         Reported by santilín.
560 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
562         New config.status option --config.
563         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Implement
564         --config.
565         * doc/autoconf.texi (config.status Invocation): Document it.
566         * NEWS: Update.
567         * tests/torture.at (configure invocation): Test it.
568         Suggested several times, by several people, in the past.
570 2009-09-10  Eric Blake  <ebb9@byu.net>
572         Document that AS_INIT is automatically used.
573         * doc/autoconf.texi (Initialization Macros) <AS_INIT>: Add words
574         to clarify that only bare-bones scripts need a direct AS_INIT.
575         Suggested by Reuben Thomas.
577         Clarify portability pitfall of test.
578         * doc/autoconf.texi (Limitations of Builtins) <test>: Give more
579         reasons why -a and -o are not portable.
580         Reported by Reuben Thomas.
582 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584         Document sed limitation with escaped metacharacters.
585         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Use `%'
586         rather than `/' as delimiter in an example `s' command.
587         Document inconsistent treatment of escaped metacharacters.
588         * THANKS: Update.
589         Report by Dave Korn, with additional input from Paolo Bonzini
590         and Eric Blake.
592         Document temporary directory `$tmp' for use in config.status.
593         * doc/autoconf.texi (Configuration Actions): Document `$tmp'.
594         * NEWS: Update.
596 2009-09-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
598         Update License to GPLv3+ including new Autoconf Exception.
599         * NEWS, README: Update licensing information.
600         * COPYING.EXCEPTION: New file.
601         * Makefile.am (EXTRA_DIST): Distribute it.
602         * cfg.mk (autom4te-update): Remove copyright change warning.
603         * lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
604         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
605         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
606         lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
607         lib/autoconf/functions.m4, lib/autoconf/general.m4,
608         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
609         lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
610         lib/autoconf/programs.m4, lib/autoconf/specific.m4,
611         lib/autoconf/status.m4, lib/autoconf/types.m4,
612         lib/autotest/autotest.m4, lib/autotest/general.m4,
613         lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
614         lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
615         statement, bump to GPLv3.
616         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
617         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
618         bin/ifnames.in: Bump to GPLv3+, adjust --version output
619         to reflect the GPLv3+ and the Autoconf Exception.
620         * lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
621         lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
622         lib/autom4te.in, lib/autoscan/autoscan.pre,
623         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
624         lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
625         tests/autotest.at, tests/base.at, tests/c.at,
626         tests/compile.at, tests/erlang.at, tests/foreign.at,
627         tests/fortran.at, tests/local.at, tests/m4sh.at,
628         tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
629         tests/statesave.m4, tests/suite.at, tests/tools.at,
630         tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
632         Allow to work on systems without Fcntl::flock implementation.
633         * configure.ac (PERL_FLOCK): New substitution variable with test
634         whether Fcntl::flock is implemented by the system.
635         * bin/Makefile.am (edit): Substitute @PERL_FLOCK@.
636         * bin/autom4te.in: Call XFile::lock only if flock is
637         implemented.
639 2009-09-04  Reuben Thomas <rrt@sc3d.org>  (tiny change)
641         Mention the Autoconf archive.
642         * doc/autoconf.texi (Coding Style): Add a link.
644 2009-08-30  Bruno Haible  <bruno@clisp.org>
646         Document another Solaris tr pitfall.
647         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Mention
648         that Solaris /usr/bin/tr does not only have problems with
649         replacing NUL bytes but discards all NUL bytes from the input.
651 2009-09-04  Eric Blake  <ebb9@byu.net>
653         Improve wording about what goes before AC_INIT.
654         * doc/autoconf.texi (Initializing configure): Update wording.
655         (Versioning) <AC_PREREQ>: Remove misleading text, to match
656         autoscan's behavior.
657         * THANKS: Update.
658         Reported by NightStrike, with input from Ralf Wildenhues.
660 2009-09-04  Thomas Jahns  <jahns@dkrz.de>  (tiny change)
662         Fix illegal tab character in Fortran source.
663         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Change TAB back to
664         multiple spaces; regression introduced 2008-10-23.
665         * NEWS: Mention this.
666         * THANKS: Update.
668 2009-08-22  Romain Lenglet  <romain.lenglet@laposte.net>
670         Fix AT_CHECK_EUNIT for versions of Erlang/OTP without init:stop/1.
671         * lib/autotest/specific.m4 (AT_CHECK_EUNIT): Support older
672         versions of Erlang/OTP with an erlang:stop() function that doesn't
673         take arguments.
675 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
677         Drop unneeded line in Eunit test.
678         * tests/autotest.at (Erlang Eunit unit tests): Do not copy
679         install-sh.
681         Fix build dependencies for Erlang macro files.
682         * lib/freeze.mk (autotest_m4f_dependencies): Add
683         $(src_libdir)/autotest/specific.m4.
684         * tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4.
686 2009-09-19  Paolo Bonzini  <bonzini@gnu.org>
688         Use a separate program to test whether the compiler works.
689         * lib/autoconf/erlang.m4 (_AC_LANG_NULL_PROGRAM(Erlang)): New.
690         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Copy _AC_LANG_NULL_PROGRAM.
691         (_AC_LANG_NULL_PROGRAM(), _AC_LANG_NULL_PROGRAM): New.
692         (_AC_COMPILER_EXEEXT_DEFAULT): Print here "whether the xyz compiler
693         works", before exiting.
694         (_AC_COMPILER_EXEEXT_WORKS): Merge into _AC_COMPILER_EXEEXT_CROSS,
695         remove the "whether the xyz compiler works" message, use
696         conftest$ac_cv_exeext instead of $ac_file.
697         (_AC_COMPILER_EXEEXT): Try _AC_COMPILER_EXEEXT_DEFAULT using
698         the null program, and clean conftest.out only after
699         _AC_COMPILER_EXEEXT_CROSS.
700         (AC_NO_EXECUTABLES): Use _AC_LANG_NULL_PROGRAM.
701         (_AC_COMPILER_OBJEXT): Use _AC_LANG_NULL_PROGRAM.
703 2009-08-18  Bruno Haible  <bruno@clisp.org>
705         Document Solaris tr range and NUL limitations.
706         * doc/autoconf.texi (Limitations of Usual Tools): Mention that
707         Solaris /usr/bin/tr does not support ranges, nor the '\0' octal
708         escape.
710 2009-08-14  Eric Blake  <ebb9@byu.net>
712         Simplify version control metadata.
713         * .cvsignore: Delete.
714         * bin/.cvsignore: Likewise.
715         * config/.cvsignore: Likewise.
716         * doc/.cvsignore: Likewise.
717         * lib/.cvsignore: Likewise.
718         * lib/autoconf/.cvsignore: Likewise.
719         * lib/Autom4te/.cvsignore: Likewise.
720         * lib/autoscan/.cvsignore: Likewise.
721         * lib/autotest/.cvsignore: Likewise.
722         * lib/emacs/.cvsignore: Likewise.
723         * lib/m4sugar/.cvsignore: Likewise.
724         * man/.cvsignore: Likewise.
725         * tests/.cvsignore: Likewise.
726         * bin/.gitignore: Likewise.
727         * build-aux/.gitignore: Likewise.
728         * config/.gitignore: Likewise.
729         * doc/.gitignore: Likewise.
730         * lib/.gitignore: Likewise.
731         * lib/autoconf/.gitignore: Likewise.
732         * lib/Autom4te/.gitignore: Likewise.
733         * lib/autoscan/.gitignore: Likewise.
734         * lib/autotest/.gitignore: Likewise.
735         * lib/emacs/.gitignore: Likewise.
736         * lib/m4sugar/.gitignore: Likewise.
737         * man/.gitignore: Likewise.
738         * tests/.gitignore: Likewise.
739         * .gitignore: Consolidate all rules into one file.
741         Normalize remaining copyright lines.
742         * BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
743         * NEWS: Likewise.
744         * README-hacking: Likewise.
745         * TODO: Likewise.
746         * lib/Autom4te/ChannelDefs.pm: Likewise.
747         * lib/autoconf/fortran.m4: Likewise.
748         * lib/autoconf/general.m4: Likewise.
749         * lib/autoconf/lang.m4: Likewise.
750         * lib/autotest/general.m4: Likewise.
751         * maint.mk: Likewise.
752         * tests/compile.at: Likewise.
754         Improve copyright updating.
755         * build-aux/update-copyright: Resynchronize from upstream.
756         * maint.mk (update-copyright): Simplify based on gnulib.
757         (update-copyright-env): New variable.
758         * cfg.mk (update-copyright-exclude-regexp): Delete.
759         (update-copyright-env): New override.
760         * .x-update-copyright: New file.
761         * lib/Autom4te/Makefile.am: Add copyright.
762         * lib/Autom4te/Channels.pm: Revert copyright update to upstream
763         file.
764         * lib/Autom4te/Configure_ac.pm: Likewise.
765         * lib/Autom4te/FileUtils.pm: Likewise.
766         * lib/Autom4te/Struct.pm: Likewise.
767         * lib/Autom4te/XFile.pm: Likewise.
769         Update copyright.
770         * AUTHORS: Include 2009 in copyright.
771         * lib/Autom4te/C4che.pm: Likewise.
772         * lib/Autom4te/Channels.pm: Likewise.
773         * lib/Autom4te/Configure_ac.pm: Likewise.
774         * lib/Autom4te/FileUtils.pm: Likewise.
775         * lib/Autom4te/General.pm: Likewise.
776         * lib/Autom4te/Request.pm: Likewise.
777         * lib/Autom4te/Struct.pm: Likewise.
778         * lib/autoconf/Makefile.am: Likewise.
779         * lib/autoconf/autoconf.m4: Likewise.
780         * lib/autoconf/autoscan.m4: Likewise.
781         * lib/autoconf/autoupdate.m4: Likewise.
782         * lib/autoconf/functions.m4: Likewise.
783         * lib/autoconf/libs.m4: Likewise.
784         * lib/autoconf/oldnames.m4: Likewise.
785         * lib/autoconf/types.m4: Likewise.
786         * lib/autoscan/Makefile.am: Likewise.
787         * lib/autoscan/autoscan.pre: Likewise.
788         * lib/autotest/Makefile.am: Likewise.
789         * lib/autotest/autotest.m4: Likewise.
790         * lib/emacs/autoconf-mode.el: Likewise.
791         * lib/emacs/autotest-mode.el: Likewise.
792         * lib/freeze.mk: Likewise.
793         * lib/m4sugar/foreach.m4: Likewise.
794         * man/Makefile.am: Likewise.
795         * tests/atlocal.in: Likewise.
796         * tests/autoscan.at: Likewise.
797         * tests/foreign.at: Likewise.
798         * tests/fortran.at: Likewise.
799         * tests/mktests.sh: Likewise.
800         * tests/semantics.at: Likewise.
801         * tests/suite.at: Likewise.
802         * tests/wrapper.as: Likewise.
804         Prepare to bulk update copyright years.
805         * build-aux/update-copyright: New file.
806         * cfg.mk (gnulib-update): Sync it from gnulib.
807         (update-copyright-exclude-regexp): New variable.
808         (web-manual): Move...
809         * maint.mk (web-manual): ...here, to match gnulib.
810         (update-copyright): New target, copied from gnulib's
811         maint.mk (it would be nice to sync this file...).
812         (build_aux): New macro.
813         (VC_LIST, emit_upload_commands): Use it.
814         * build-aux/texinfo.tex: Resynchronize from upstream.
815         * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): Reformat to meet
816         expected pattern.
817         * lib/autotest/general.m4 (_AT_COPYRIGHT_YEARS): Likewise.
819 2009-08-12  Paolo Bonzini  <bonzini@gnu.org>
821         Fix testsuite log capturing for tests 183 and 186.
822         * tests/autotest.at (AT_CHECK_AT_PREP): Prepend AT_dir to
823         testsuite log file for AT_CAPTURE_FILE.
825 2009-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
827         Ensure we do not regress with AC_CHECK_MEMBERS.
828         * tests/semantics.at (AC_CHECK_MEMBERS): Expose the recent
829         AC_CHECK_MEMBERS fix.
830         (AC_CHECK_MEMBER): New test group.
832 2009-08-10  Jeff Squyres  <jsquyres@cisco.com>  (tiny change)
834         Fix typo in AC_REQUIRE description.
835         * doc/autoconf.texi (Prerequisite macros): Fix typo.
837 2009-08-10  Paolo Bonzini  <bonzini@gnu.org>
839         Fix description of the macro generated by AC_CHECK_MEMBERS.
840         * lib/autoconf/types.m4 (_AC_CHECK_MEMBERS): Fix regex
841         replacement.  Reported by Bruno Haible.
843 2009-08-07  Romain Lenglet  <romain.lenglet@laposte.net>
845         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Make AC_RUN_IFELSE
846         fail if the test module doesn't compile.
848 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
850         Use exit code to detect no occurrences with grep.
851         * tests/autotest.at (Erlang Eunit unit tests): Fix grep invocation.
853 2009-08-01  Romain Lenglet  <romain.lenglet@laposte.net>
854             Paolo Bonzini  <bonzini@gnu.org>
856         * lib/autotest/specific.m4 (AT_CHECK_EUNIT): New file.
857         * lib/autotest/Makefile.am (dist_autotestlib_DATA): Add specific.m4.
858         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add definitions of
859         variables used by AT_CHECK_EUNIT macro: ERL, ERLC, ERLCFLAGS.
860         * tests/autotest.at (Erlang Eunit unit tests): Add test for macro
861         AT_CHECK_EUNIT.
862         * doc/autoconf.texi (Writing Testsuites): Document macro
863         AT_CHECK_EUNIT.
864         * NEWS: Mention macro AT_CHECK_EUNIT.
866 2009-07-30  Paolo Bonzini  <bonzini@gnu.org>
867             Joel E. Denny  <jdenny@clemson.edu>
869         Clarify comparison of echo, printf, and AS_ECHO*.
870         * doc/autoconf.texi (Limitations of Builtins): In echo's entry,
871         give a reason why printf is better than echo.  In printf's
872         entry, cross-reference echo's entry.
874 2009-07-30  Paolo Bonzini  <bonzini@gnu.org>
876         Add back AH_CHECK_HEADERS.
877         * lib/autoconf/general.m4 (AH_CHECK_HEADERS): New.
878         * NEWS: Create new section.
880 2009-07-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
882         testsuite: avoid bogus hostname match from inner test logs.
883         * tests/autotest.at (Hard fail): Check more restrictively for
884         passed tests, so that hostnames recorded in the log file do not
885         wrongly match.
886         Report by Ludovic Courtès.
888 2009-07-26  Eric Blake  <ebb9@byu.net>
890         Release Version 2.64.
891         * NEWS: Mention the release.
892         * README: This release is stable.
893         * HACKING (release): Use dist-xz, not dist-lzma.
895         Document some optional features in INSTALL.
896         * doc/install.texi (Basic Installation): Mention that INSTALL is
897         generic, and that not all packages implement all features.
898         Mention 'make distcheck' for maintainers, and 'make installcheck'
899         for users.  Mention the GNU Coding Standards.
900         (Installation Names): Mention DESTDIR vs. 'make prefix= install'
901         as ways to alter the configuration, with caveats of each.  Move
902         --program-prefix discussion...
903         (Optional Features): ...here.  Mention --enable-silent-rules and
904         use of make V=0.
906         Basic improvements to INSTALL.
907         * doc/install.texi (Basic Installation): Use better markup.
908         (Multiple Architectures): Introduce the term VPATH.
909         (Installation Names): Mention that --prefix must be absolute.
910         * doc/autoconf.texi (Preset Output Variables)
911         (Installation Directory Variables): Consistently refer to GNU
912         Coding Standards.
914         Update some upstream files.
915         * build-aux/config.guess: Resynchronize from upstream.
916         * build-aux/config.sub: Likewise.
917         * build-aux/texinfo.tex: Likewise.
918         * build-aux/vc-list-files: Likewise.
919         * doc/standards.texi: Likewise.
921 2009-07-25  Eric Blake  <ebb9@byu.net>
923         Recognize new m4sugar keywords.
924         * lib/emacs/autoconf-mode.el (autoconf-current-defun): Recognize
925         m4_define_default, m4_defun_init, m4_defun_once.
926         (autoconf-font-lock-keywords):  Likewise.
928         Require m4 1.4.6, and fix testsuite to support this version.
929         * m4/m4.m4 (AC_PROG_GNU_M4): Reject m4 1.4.5, now that we use
930         regexp it can't handle.
931         * NEWS: Mention minimum version bump.
932         * README: Likewise.
933         * README-hacking: Likewise.
934         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
935         * tests/tools.at (autom4te --trace and whitespace): Update test so
936         still work with older m4 line numbers.
937         * tests/m4sugar.at (m4@&t@_require: nested): Likewise.
938         Reported by Ralf Wildenhues.
940 2009-07-25  Bruno Haible  <bruno@clisp.org>
942         Clarify autom4te debugging tips.
943         * doc/autoconf.texi (Debugging via autom4te): Fix example from
944         previous commit, and add clarification.
946 2009-07-25  Eric Blake  <ebb9@byu.net>
948         Document some autom4te debugging tips.
949         * doc/autoconf.texi (Debugging via autom4te): New node.
950         Suggested by Bruno Haible.
952         Fix font-lock.
953         * configure.ac (ac_cv_unsupported_fs_chars): Make editing easier.
955         Let autoheader see through m4 macros in AC_DEFINE.
956         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Expand macro before
957         tracing its name.
958         * lib/autoconf/autoheader.m4 (AH_VERBATIM, AH_TEMPLATE): Likewise,
959         for using the macro in a template file.
960         * tests/tools.at (autoheader and macros): New test.
961         * NEWS: Mention this.
962         Reported by Bruno Haible.
964         Improve NEWS wording.
965         * NEWS: Use more accurate statement.
966         Suggestedy by Ralf Wildenhues.
968 2009-07-24  Eric Blake  <ebb9@byu.net>
970         Fix AS_EXIT for FreeBSD sh.
971         * lib/m4sugar/m4sh.m4 (AS_EXIT): Always supply an argument to the
972         shell function, since $? is not reliable on function entry.
973         (_AS_EXIT_PREPARE): Simplify to assume argument.
974         Reported by Ralf Wildenhues.
976 2009-07-23  Eric Blake  <ebb9@byu.net>
978         Run more tests under Solaris.
979         * tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
980         group when passing over syntax checks.
982 2009-07-23  Romain Lenglet  <romain.lenglet@laposte.net>
984         Clean up temporary files generated by Erlang macros.
985         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB)
986         (AC_ERLANG_SUBST_ROOT_DIR, AC_ERLANG_SUBST_LIB_DIR)
987         (AC_ERLANG_SUBST_ERTS_VER): Delete conftest.out; renamed
988         erlang_cv_* cache variables into ac_cv_erlang_*.
989         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Delete conftest.beam
990         files generated by Erlang compiler.
991         * tests/local.at (AT_CHECK_ENV): Ignore variables defined by
992         Erlang macros.
993         * tests/erlang.at (AT_SETUP_ERLANG): Delete; replace all uses by
994         AT_CHECK_MACRO.
995         * tests/Makefile.am (AUTOCONF_FILES): Revert previous addition of
996         generated Erlang tests; they are all hand-tested.
998         Add autotests for Erlang macros.
999         * tests/erlang.at: Added tests for all macros in erlang.m4.
1000         * tests/Makefile.am (TESTSUITE_HAND_AT, AUTOCONF_FILES): Added
1001         erlang.at.
1002         * tests/suite.at: Likewise.
1003         * tests/compile.at (AC_LANG, AC_LANG_PUSH & AC_LANG_POP): Added
1004         test for extension of Erlang files.
1005         (Multiple languages): Use correct m4 quoting.
1006         * NEWS: Mention this.
1008 2009-07-22  Eric Blake  <ebb9@byu.net>
1010         Fix test of autom4te from stdin.
1011         * tests/tools.at (autom4te cache locking): Make stdin request
1012         explicit, so that --force is properly used.
1014 2009-07-16  Eric Blake  <ebb9@byu.net>
1016         Don't hide leading space in autom4te --trace output.
1017         * bin/autom4te.in (handle_traces): Don't flatten leading and
1018         trailing space, since tracing spacing bugs can be useful.
1019         * tests/tools.at (autom4te --trace and whitespace): New test.
1021 2009-07-13  Eric Blake  <ebb9@byu.net>
1023         Document that $srcdir can be used during configure.
1024         * doc/autoconf.texi (Preset Output Variables): Add a paragraph.
1025         * THANKS: Update.
1026         Reported by Monty Taylor.
1028 2009-07-13  Eric Blake  <ebb9@byu.net>
1030         Disable asynchronous job notification for parallel tests.
1031         * lib/autotest/general.m4 (AT_INIT) <Driver loop>: Turn off notify
1032         mode, since zsh leaves it on after 'emulate sh'.
1033         * doc/autoconf.texi (Limitations of Builtins) <set>: Document that
1034         job control options are not portable.
1036         Guarantee that exit status trumps output matching.
1037         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document this
1038         better.
1039         * tests/autotest.at (Skip, parallel skip): Enhance tests.
1041         Fix nits in recent patches.
1042         * configure.ac (ac_cv_dir_trailing_space): Avoid $status, for
1043         zsh.
1044         * doc/autoconf.texi (Writing Testsuites) <AT_FAIL_IF, AT_SKIP_IF>:
1045         Tweak wording.
1046         (Introduction): Recommend m4 1.4.13.
1047         * README: Likewise.
1048         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.  Use long option --gnu
1049         rather than -g.
1051 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
1053         Introduce AT_SKIP_IF and AT_FAIL_IF
1054         * NEWS: Mention AT_SKIP_IF and AT_FAIL_IF.
1055         * doc/autoconf.texi (Autotest): Document them.
1056         * lib/autotest/general.m4 (_AT_LINE_ESCAPED, AT_SKIP_IF,
1057         AT_FAIL_IF, _AT_CHECK_EXIT): New.
1058         (AT_CHECK): Use _AT_LINE_ESCAPED.
1059         * tests/autotest.at: Add tests for AT_SKIP_IF and AT_FAIL_IF.
1060         Use AT_SKIP_IF.
1061         * tests/local.at: Use AT_SKIP_IF.
1063 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
1065         Use m4 -g when available.
1066         * m4/m4.m4: Unset POSIXLY_CORRECT during first test.  Test for -g.
1067         Warn user if he has POSIXLY_CORRECT set but -g is not supported.
1068         * bin/Makefile.am: Substitute @M4_GNU@ into generated files.
1069         * bin/autom4te.in: Pass @M4_GNU@ to m4.
1071 2009-07-13  Eric Blake  <ebb9@byu.net>
1073         Fix previous patch.
1074         * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
1075         proper m4 quoting.
1076         (_AT_DECIDE_TRACEABLE): Likewise.
1078 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
1080         * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
1081         $at_trace_echo.  Add new REASON argument.
1082         (at_fn_check_prepare_trace): Do not call at_fn_check_prepare_notrace.
1083         Use $at_check_filter_trace.
1084         (at_fn_check_prepare_dynamic): Use at_fn_check_prepare_notrace.
1085         (at_traceon): Initialize to ':'.
1086         (at_traceoff): Remove, use 'set +x' instead throughout.
1087         (at_check_filter_trace, at_trace_echo): New shell variables.
1088         Initialize them if tracing is requested.
1089         (_AT_DECIDE_TRACEABLE): Adjust call to at_fn_check_prepare_notrace.
1091 2009-07-12  Paolo Bonzini  <bonzini@gnu.org>
1093         Move atlocal feature tests to configure
1094         * configure.ac: Test for unsupported characters in files and
1095         directories here...
1096         * tests/atlocal.in: ... and not here.
1098 2009-07-09  Eric Blake  <ebb9@byu.net>
1100         Fix test typo.
1101         * tests/m4sh.at (AS@&t@_INIT_GENERATED): Close fd, rather than
1102         creating file named -.
1104         Fix testsuite under dash.
1105         * tests/m4sh.at (LINENO stack, AS@&t@_BASENAME, AS@&t@_DIRNAME)
1106         (AS@&t@_ECHO and AS@&t@_ECHO_N, AS@&t@_EXIT, AS@&t@_MKDIR_P)
1107         (AS@&t@_VERSION_COMPARE, as_me, Negated classes in globbing)
1108         (Functions Support, Functions and return Support)
1109         (Nested AS@&t@_REQUIRE_SHELL_FN, Nested AS@&t@_REQUIRE)
1110         (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require, AS@&t@_HELP_STRING)
1111         (AS@&t@_IF and AS@&t@_CASE, AS@&t@_FOR, AS@&t@_LITERAL_IF)
1112         (AS@&t@_VAR basics, AS@&t@_VAR_APPEND, AS@&t@_VAR_ARITH)
1113         (AS@&t@_INIT cleanup, AS@&t@_INIT_GENERATED, AS@&t@_MESSAGE_FD)
1114         (_AS@&t@_CLEAN_DIR, ECHO_C): Allow testing different CONFIG_SHELL
1115         options during the testsuite run.
1116         Reported by Ralf Wildenhues.
1118 2009-07-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1120         Ignore messages on stderr when testing for the zsh issue.
1121         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
1123 2009-07-07  Eric Blake  <ebb9@byu.net>
1125         Skip parallel tests when zsh 'set -m' fails.
1126         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Skip test if set -m
1127         is not supported.
1128         Reported by Ralf Wildenhues.
1130         Make parallel testsuite more portable.
1131         * lib/autotest/general.m4 (AT_INIT) <AT_JOB_FIFO_FD>: Avoid <>;
1132         instead open write descriptor in each group and read descriptor in
1133         main driver.
1134         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Relax condition.
1136 2009-07-03  Eric Blake  <ebb9@byu.net>
1138         Avoid syntax error in ash.
1139         * lib/autotest/general.m4 (AT_INIT) <driver loop>: Avoid syntax
1140         errors on shells that don't recognize <>.
1141         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Also skip parallel
1142         tests for this reason.   Skip based on the shell to be tested,
1143         not the shell driving the testsuite.
1144         (parallel syntax error): Rearrange similar to previous patch.
1145         (parallel test execution): Defer skip until after serial tests.
1147 2009-07-02  Eric Blake  <ebb9@byu.net>
1149         Skip test on shells that can't catch syntax failure.
1150         * tests/autotest.at (Syntax error): Skip test if shell aborts on
1151         syntax error (AIX ksh88) or doesn't detect it (zsh).
1152         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention these
1153         limitations.
1154         Reported by Ralf Wildenhues.
1156 2009-06-30  Jan Madzik  <jmadzik@gmail.com>  (tiny change)
1157             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1159         Avoid AIX 6.1 ksh88 ECHO_C command substitution bug.
1160         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Ensure more than
1161         one character is output with `\c'; reset echo output state
1162         if buggy ksh was detected, and set ECHO_T instead of ECHO_C.
1163         * doc/autoconf.texi (Limitations of Builtins): Document it.
1164         * tests/m4sh.at (ECHO_C): New test.
1165         * THANKS: Update.
1167 2009-06-27  William Pursell  <bill.pursell@gmail.com>  (tiny change)
1169         Fix grammaro in documenation.
1170         * doc/autoconf.texi (Guidelines): Fix grammaro.
1172 2009-06-17  Eric Blake  <ebb9@byu.net>
1174         Fix AC_CHECK_HEADER infloop for gcc.
1175         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
1176         (_AC_CHECK_HEADER_OLD): Give up on AU_DEFUN, and manually warn
1177         about obsoletion, to avoid infinite loop in gcc.
1178         Reported by Ralf Wildenhues.
1180 2009-06-15  Eric Blake  <ebb9@byu.net>
1182         Add m4_copy_force, m4_rename_force.
1183         * lib/m4sugar/m4sugar.m4 (m4_copy_force, m4_rename_force): New
1184         macros.
1185         * tests/m4sugar.at (m4@&t@_defn): Test them.
1186         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
1187         them.
1188         * NEWS: Likewise.
1189         Suggested by Ralf Wildenhues.
1191         Reinstate _AC_CHECK_HEADER_OLD for gcc.
1192         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
1193         (_AC_CHECK_HEADER_OLD): Provide autoupdate versions, since gcc and
1194         others used these undocumented macros.
1195         Reported by Ralf Wildenhues.
1197 2009-06-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1199         Fix concurrent autom4te.cache directory creation race.
1200         * bin/autom4te.in: Do not error out if another `autom4te'
1201         instance created the cache directory before we could.
1203 2009-06-11  Steven G. Johnson  <stevenj@alum.mit.edu>
1204         and Eric Blake  <ebb9@byu.net>
1206         Create a file in test program when detecting cross-compilation.
1207         * lib/autoconf/lang.m4 (_AC_LANG_IO_PROGRAM): New macro, returns
1208         program that creates a file.
1209         (_AC_COMPILER_EXEEXT,_AC_COMPILER_EXEEXT_WORKS): Call new macro
1210         and document why it's needed to robustly detect cross-compiling.
1211         (AC_LANG_DEFINE): Copy implementation across similar languages.
1212         * lib/autoconf/c.m4 (_AC_LANG_IO_PROGRAM(C)): Implement new macro.
1213         * lib/autoconf/fortran.m4 (_AC_LANG_IO_PROGRAM(Fortran 77)):
1214         Likewise.
1215         * lib/autoconf/erlang.m4 (_AC_LANG_IO_PROGRAM(Erlang)): Likewise.
1217 2009-06-11  Eric Blake  <ebb9@byu.net>
1219         Simplify AC_LANG(Fortran).
1220         * lib/autoconf/fortran.m4 (AC_LANG(Fortran)): Borrow from Fortran
1221         77, which requires reordering portions of the file.
1222         (AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran)): Now defined
1223         automatically.
1225         Clarify m4_copy semantics.
1226         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Update
1227         documentation.
1228         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
1230 2009-06-06  Eric Blake  <ebb9@byu.net>
1232         Improve documentation on trap pitfalls.
1233         * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention new
1234         Posix 2008 requirement on trap, and dash bug in implementing it.
1235         Mention various shell bugs with traps defined inside subshells.
1236         Mention older bash limitation with single-command exit trap.
1237         <set>: Mention another 'set -e' limitation.
1238         Reported by Jens Schmidt.
1240 2009-06-06  Jim Meyering  <meyering@redhat.com>
1242         Improve testsuite --help
1243         * lib/autotest/general.m4: Correct the example in ./testsuite --help.
1244         Improve wording.
1246 2009-06-06  Eric Blake  <ebb9@byu.net>
1248         Document fallback behavior of AC_PROG_LEX.
1249         * doc/autoconf.texi (Particular Programs) <AC_PROG_LEX>: Mention
1250         why fallback is :, and that a --version check must be used to
1251         determine whether flex was found.
1252         Reported by Patrick Welche.
1254 2009-05-28  Jim Meyering  <meyering@redhat.com>
1256         Fix syntax errors in autoconf.texi.
1257         * doc/autoconf.texi (Erlang Libraries): @-escape curly braces
1258         in example code.
1260 2009-05-28  Romain Lenglet  <romain.lenglet@laposte.net>
1262         New AC_ERLANG_SUBST_ERTS_VER macro.
1263         * lib/autoconf/erlang.m4: Add macro AC_ERLANG_SUBST_ERTS_VER.
1264         * doc/autoconf.texi (Erlang Libraries): Document
1265         AC_ERLANG_SUBST_ERTS_VER.
1266         * NEWS: Likewise.
1267         * AUTHORS: Update Romain Lenglet's email address.
1268         * THANKS: Update.
1269         Suggested by Ruslan Babayev.
1271 2009-05-26  Eric Blake  <ebb9@byu.net>
1273         Sanitize more problematic environment variables.
1274         * doc/autoconf.texi (Environment Variable Index): Add more
1275         entries, particularly for precious variables and known culprit
1276         variables.  Needed to avoid overfull vbox.
1277         (Special Shell Variables) <CLICOLOR_FORCE, GREP_OPTIONS>: Add
1278         variables known to cause misbehavior.
1279         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Unset variables
1280         known to cause problems.
1281         * THANKS: Update.
1282         Based on reports from Ilya Bobir and Joey Mingrone.
1284 2009-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1286         Document VPATH = $(variable) issue in VPATH chapter.
1287         * doc/autoconf.texi (Variables listed in VPATH): New node.
1288         (Top, VPATH and Make): Adjust menus.
1289         (Build Directories): Refer to it.
1290         Prompted by report from Bruno Haible.
1292 2009-05-19  Eric Blake  <ebb9@byu.net>
1294         Update uses of all-permissive license.
1295         * ChangeLog: Relicense under GPL.
1296         * ChangeLog.0: Likewise.
1297         * ChangeLog.1: Likewise.
1298         * ChangeLog.2: Likewise.
1299         * THANKS: Likewise.
1300         * m4/m4.m4: Use latest wording of FSF all-permissive license.
1301         * m4/make-case.m4: Likewise.
1302         * doc/install.texi: Likewise.
1303         * tests/statesave.m4: Relicense to match rest of testsuite; this
1304         file does not need all-permissive license since it is not designed
1305         for reuse by other packages.
1306         * BUGS: Relicense under all-permissive license.
1307         * HACKING: Likewise.
1308         * NEWS: Likewise.
1309         * README: Likewise.
1310         * README-alpha: Likewise.
1311         * README-hacking: Likewise.
1312         * TODO: Likewise.
1314         Update some upstream files.
1315         * build-aux/config.guess: Resynchronize from upstream.
1316         * build-aux/gnupload: Likewise.
1317         * build-aux/vc-list-files: Likewise.
1318         * build-aux/texinfo.tex: Likewise.
1319         * doc/gendocs_template: Likewise.
1321         Don't mention undocumented interface in NEWS.
1322         * NEWS: Correct earlier entry about AS_FOR.
1324 2009-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1326         New manual section `Parallel Make'.
1327         * doc/autoconf.texi (Parallel Make): New node, document NetBSD
1328         `make -jN' quirks.
1329         (Top, Portable Make): Adjust menus.
1331 2009-05-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1333         testsuite: skip `Multiple languages' test without C++ compiler.
1334         * tests/compile.at (Multiple languages): Skip test on systems
1335         without a C++ compiler.
1336         Report by Jim Meyering.
1338 2009-05-13  Eric Blake  <ebb9@byu.net>
1340         Document zsh bug with empty commands.
1341         * doc/autoconf.texi (Special Shell Variables) <?>: Add mention of
1342         more problems with $?.
1344 2009-05-11  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
1346         Also try X11R7 when looking for X11 files, for NetBSD.
1347         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Also try directories
1348         with X11R7 in the name.
1350 2009-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1352         Limit stderr logging for C compiler version.
1353         * lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT, _AC_DO_LIMIT): New
1354         internal macros, equivalent to _AC_RUN_LOG and _AC_DO, but with
1355         an optional additional argument to limit the number of lines of
1356         stderr output logged, defaulting to 10.
1357         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Use
1358         _AC_DO_LIMIT for capturing compiler version output.  Also test
1359         -qversion, for the IBM xlc compiler.
1360         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1361         * THANKS: Update.
1362         Report by Christian Rössel and John R. Cary against Libtool.
1364 2009-04-24  Eric Blake  <ebb9@byu.net>
1366         Fix quoting of m4 macros in AT_CHECK.
1367         * lib/autotest/general.m4 (AT_CHECK): Expand prior to adding
1368         escapes, to avoid shell syntax errors caused by late macro
1369         expansion.
1370         * NEWS: Document this change.
1371         * tests/autotest.at (Metacharacters in command from M4 expansion):
1372         New test.
1374         manual: Use consistent spelling of here-document.
1375         * doc/autoconf.texi (Defining Symbols, Programming in M4sh)
1376         (Common Shell Constructs, Macro Names, Writing Testsuites): Fix
1377         spelling.
1378         Reported by Ralf Wildenhues.
1380         Make AT_CHECK_UNQUOTED more like AC_DEFINE_UNQUOTED.
1381         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Keep older,
1382         undocumented semantics, where unbalanced " cannot be used in the
1383         stdout/stderr argument.
1384         (AT_CHECK_UNQUOTED): Treat " in stdout/stderr as a literal, since
1385         the text is used in double-quoted context.
1386         * tests/autotest.at (unquoted output): New test.
1387         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention which
1388         shell expansions are handled.
1390         Rename AT_CHECK_NOESCAPE to AT_CHECK_UNQUOTED.
1391         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Deprecate, in favor
1392         of new spelling...
1393         (AT_CHECK_UNQUOTED): ...for consistency with AC_DEFINE_UNQUOTED.
1394         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
1395         rename.
1396         * NEWS: Likewise.
1397         * tests/autotest.at (Binary output, Cleanup): Adjust tests.
1398         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1399         Likewise.
1400         Reported by Ralf Wildenhues.
1402 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1404         New test to ensure autom4te cache file locking works.
1405         * tests/tools.at (autom4te cache locking): New test.
1406         Report by Eric Blake.
1408 2009-04-22  Paolo Bonzini  <bonzini@gnu.org>
1410         manual: another grammar improvement.
1411         * doc/autoconf.texi (Fortran Compiler): Avoid dependency on
1412         pronunciation of `FCFLAGS_f90'.
1414 2009-04-23  Eric Blake  <ebb9@byu.net>
1416         Change FOO placeholder to use @var{text} instead.
1417         * doc/autoconf.texi (Configuration Actions): Rename AC_CONFIG_FOOS
1418         to AC_CONFIG_@var{ITEMS}.
1419         * doc/autoconf.texi (config.status Invocation): Likewise.
1420         (AC_FOO_IFELSE vs AC_TRY_FOO): Rename node...
1421         (AC_ACT_IFELSE vs AC_TRY_ACT): ...to this.
1423 2009-04-22  Eric Blake  <ebb9@byu.net>
1425         Add m4_argn.
1426         * lib/m4sugar/m4sugar.m4 (m4_argn): New macro.
1427         * NEWS: Document it.
1428         * doc/autoconf.texi (Looping constructs) <m4_argn>: Likewise.
1429         <m4_car, m4_cdr>: Improve documentation.
1430         * tests/m4sugar.at (m4 lists): New test.
1432 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1434         Improve description of AC_PROG_CC_C89 and AC_PROG_CC_C99.
1435         * doc/autoconf.texi (C Compiler): Document that AC_PROG_CC_C89
1436         and AC_PROG_CC_C99 prefer extended over strict conformance modes.
1437         Report by Vincent Lefèvre.
1439 2009-04-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1441         Revert bogus change in last commit.
1442         * doc/autoconf.texi (Initialization Macros): Revert change.
1443         Spotted by Eric Blake.
1445         manual: fix trivial grammar errors.
1446         * doc/autoconf.texi (Fortran Compiler, Initialization Macros)
1447         (Limitations of Usual Tools, Pretty Help Strings)
1448         (config.status Invocation): Fix `a' vs. `an' errors.
1449         Report by Eric Blake.
1451 2009-04-21  Eric Blake  <ebb9@byu.net>
1453         Shuffle maintainer-specific rules.
1454         * Makefile.am (maintainer-check-tests): Delete.
1455         (autom4te-update): Move...
1456         * cfg.mk (autom4te-update): ...here.
1457         (fetch): Depend on autom4te-update.  Split...
1458         (gnulib-update): ...into new rule.  Import move-if-change from
1459         gnulib.
1460         * maint.mk (maintainer-distcheck): Absorb former maintainer-check
1461         rule.
1462         * build-aux/move-if-change: New file, undistributed.
1463         * .gitattributes: Handle new upstream file.
1464         * .gitignore: Ignore maintainer cruft.
1465         * HACKING: Update maintainer instructions.
1466         * build-aux/config.guess: Update from upstream.
1467         * build-aux/config.sub: Likewise.
1468         * build-aux/gendocs.sh: Likewise.
1469         * build-aux/texinfo.tex: Likewise.
1470         * doc/gendocs_template: Likewise.
1471         * doc/standards.texi: Likewise.
1473 2009-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1475         Sync autom4te perl modules from Automake.
1476         * lib/Autom4te/Channels.pm: Sync from Automake.
1477         * lib/Autom4te/FileUtils.pm: Likewise.
1478         * lib/Autom4te/XFile.pm: Likewise.
1480         Adjust channel definitions for new Automake `ordered' flag.
1481         * lib/Autom4te/ChannelDefs.pm (Autom4te::ChannelDefs): Set
1482         `ordered' flag to zero for channels `fatal', `automake', and
1483         `verb'.  This has currently no effect on actual semantics but
1484         avoids a consistency check needed for Automake's usage of the
1485         Channels.pm code.
1487         manual: clarify m4_if synopsis.
1488         * doc/autoconf.texi (Redefined M4 Macros): Rewrite synopsis of
1489         m4_if in the presence of more than three arguments.
1491         Improve and clarify `config.status' usage documentation.
1492         * doc/autoconf.texi (config.status Invocation): Fix markup in
1493         synopsis.  Use `tag' instead of `file' notation for the
1494         non-option arguments, to be consistent with the documentation
1495         of the AC_CONFIG_* macros.
1496         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise,
1497         use `tag' notation for non-option arguments.
1498         Report by John Calcote.
1500 2009-04-15  Eric Blake  <ebb9@byu.net>
1502         Test that autotest handles binary output.
1503         * tests/autotest.at (Binary output): New test.
1504         Suggested by Ralf Wildenhues.
1506         Add stdout-nolog and ignore-nolog to AT_CHECK.
1507         * lib/autotest/general.m4 (AT_DIFF_STDERR(stderr-nolog))
1508         (AT_DIFF_STDERR(ignore-nolog), AT_DIFF_STDOUT(stdout-nolog))
1509         (AT_DIFF_STDOUT(ignore-nolog)): New macros.
1510         * tests/autotest.at (Logging): New test.
1511         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
1512         new logging actions.
1513         * NEWS: Likewise.
1514         Reported by Ralf Wildenhues.
1516         Teach AT_CHECK about hard failures.
1517         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_skip>
1518         <at_fn_check_status, at_fn_group_postprocess>: Handle hard
1519         failures.
1520         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document
1521         AT_CHECK_NOESCAPE and exit status 99.
1522         * NEWS: Likewise.
1523         * tests/autotest.at (Hard fail, Cleanup): New tests.
1525 2009-04-14  Eric Blake  <ebb9@byu.net>
1527         Fix yesterday's regression in AS_IF.
1528         * lib/m4sugar/m4sh.m4 (_AS_IF_ELSE): Don't corrupt $? in else
1529         branch; it is up to the user to avoid syntax errors.
1530         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Adjust test.
1532 2009-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1534         Add traces for AM_SILENT_RULES.
1535         * lib/autom4te.in (Automake-preselections): Trace
1536         AM_SILENT_RULES.
1538 2009-04-13  Eric Blake  <ebb9@byu.net>
1540         Improve documentation related to expanded-before-required.
1541         * doc/autoconf.texi (Expanded Before Required): Add a case study.
1542         (Running the Compiler) <AC_COMPILE_IFELSE>: Remind users that
1543         running a compile test will AC_REQUIRE the compiler check.
1544         (Macro Definitions) <AC_DEFUN>: Contrast AC_DEFUN and m4_define.
1545         (C Compiler) <AC_PROG_CC>: Mention the fact that only first
1546         invocation of this macro checks for $EXEEXT, and that many other
1547         macros use it via AC_REQUIRE.
1548         Reported by Andreas Schwab.
1550         Mention latest rules about make and set -e.
1551         * doc/autoconf.texi (Failure in Make Rules): Posix is now clear
1552         that make must use set -e.
1553         (Limitations of Builtins) <set>: Clarify more about set -e
1554         behavior.
1556         Improve documentation about if exit status.
1557         * doc/autoconf.texi (Limitations of Builtins) <if>: Mention that
1558         exit status bugs don't affect modern targets.
1559         Reported by Andreas Schwab.
1561         Add cross-reference to new macros.
1562         * doc/autoconf.texi (Text processing Macros) <m4_normalize>
1563         <m4_strip>: Reference the new m4_ifblank.
1564         Suggested by Mike Frysinger.
1566         Make AS_IF, AS_CASE, and AS_FOR more robust to blank arguments.
1567         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT, AS_FOR, _AS_IF)
1568         (_AS_IF_ELSE, AS_IF): Avoid syntax error on blank argument,
1569         including a macro with an empty expansion.
1570         * NEWS: Mention this.
1571         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE, AS@&t@_FOR): Update
1572         tests.
1573         Reported by Mike Frysinger.
1575         Add m4_blank and friends.
1576         * lib/m4sugar/m4sugar.m4 (m4_blank, m4_nblank, m4_default_nblank)
1577         (m4_default_nblank_quoted): New macros.
1578         * NEWS: Document them.
1579         * doc/autoconf.texi (Conditional constructs): Likewise.
1580         * tests/m4sugar.at (m4sugar shorthand conditionals): New test.
1581         Suggested by Mike Frysinger.
1583 2009-04-13  Eric Blake  <ebb9@byu.net>
1585         Finish upgrade to GFDL 1.3.
1586         * doc/autoconf.texi (copying): Use correct license; comment change
1587         was missed on 2008-11-04.
1589 2009-04-10  Eric Blake  <ebb9@byu.net>
1591         Test parallel handling of syntax error.
1592         * tests/autotest.at (parallel syntax error): New test.
1593         Suggested by Ralf Wildenhues.
1595 2009-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1597         Document awk and config.status line length limitations.
1598         * doc/autoconf.texi (Configuration Actions): The input to
1599         config.status should have reasonable line length.
1600         (Limitations of Usual Tools): Document IRIX, HP-UX awk input
1601         line length limit.
1602         Report by Bruno Haible.
1604         Skip `Multiple languages' test if CC is a C++ compiler.
1605         * tests/compile.at (Multiple languages): Before starting the
1606         test proper, build and run a configure script that tests the
1607         C compiler only, and skips the test if this is found to be a
1608         C++ compiler.
1609         Report by Eric Blake.
1611         Note that AC_DEFUN is needed for aclocal.
1612         * doc/autoconf.texi (Coding Style): Public third-party macros
1613         should be AC_DEFUN'ed.
1614         Report by John Calcote.
1616 2009-04-10  Eric Blake  <ebb9@byu.net>
1618         Add undocumented _AS_CLEAN_DIR.
1619         * lib/m4sugar/m4sh.m4 (_AS_CLEAN_DIR): New macro; fixes m4 quoting
1620         in previous patch.
1621         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Use new
1622         macro.
1623         * tests/m4sh.at (_AS@&t@_CLEAN_DIR): New test.
1624         Reported by Ralf Wildenhues.
1626 2009-04-09  Eric Blake  <ebb9@byu.net>
1628         Avoid problems caused by deleting in-use directory.
1629         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Only
1630         remove the contents of $at_group_dir, not the directory itself.
1632         Fix regression in empty test.
1633         * lib/autotest/general.m4 (AT_SETUP): Prep AT_ingroup for fallback
1634         use in empty test.  Fixes regression introduced 2009-04-06.
1635         (_AT_CHECK): Undo fallback when a test is not empty.
1636         (AT_CLEANUP): Expand AT_ingroup before deleting.
1638 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
1640         Make a less conservative cross-compilation guess for AC_FUNC_UTIME_NULL.
1641         * lib/autoconf/functions.m4 (AC_FUNC_UTIME_NULL): Assume
1642         not crosscompiling to an obsolete system.
1644 2009-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1646         Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
1647         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Document that
1648         Automake relies on this macro.
1650 2009-04-06  Eric Blake  <ebb9@byu.net>
1652         Reduce testsuite size.
1653         * tests/statesave.m4: New file.
1654         * tests/Makefile.am (EXTRA_DIST): Distribute it.
1655         * tests/local.at (AT_CONFIGURE_AC): Reuse file, rather than
1656         repeating inline definition of AC_STATE_SAVE.
1657         (AT_CHECK_ENV): Factor code...
1658         (_AT_CHECK_ENV): ...into shell function.
1659         * tests/m4sh.at (AT_DATA_LINENO): Avoid churn in testsuite.
1661         Handle shell comments in AT_CHECK.
1662         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Handle # in
1663         test correctly.  Latent bug in handling shell comment was first
1664         fixed 2008-11-20, but regressed two patches later.
1665         * tests/autotest.at (Shell comment in command): New test.
1666         * NEWS: Document the fix.
1668         Hard fail any test with syntax errors.
1669         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_postprocess>:
1670         Guarantee test failure on syntax error, rather than inheriting
1671         status from previous test.
1672         * tests/autotest.at (Syntax error): New test.
1674 2009-03-31  Eric Blake  <ebb9@byu.net>
1676         Beta Release Version 2.63b.
1677         * NEWS: Mention the release.
1678         * README: Clarify that this is a beta release.
1679         * build-aux/texinfo.tex: Synchronize from upstream.
1680         * .x-sc_trailing_blank: Exempt more upstream files.
1682 2009-03-30  Eric Blake  <ebb9@byu.net>
1684         Fix testsuite failures under zsh.
1685         * tests/local.at (AT_CHECK_ENV): Exempt $argv and $ARGC, which are
1686         set by zsh -c 'emulate sh'.
1687         Reported by Ralf Wildenhues.
1689         For now, skip parallel tests under less-tested shells.
1690         * tests/autotest.at (AT_CHECK_AT): Add pre-test argument.
1691         (Tested programs, Startup error messages, AT_CHECK_AT_TITLE)
1692         (Fallacy, Skip, errexit, Long test source lines)
1693         (Debugging a successful test, Debugging script and environment)
1694         (Debugging a failed test, Using atlocal)
1695         (Choosing where testsuite is run): Adjust callers.
1696         (AT_SKIP_PARALLEL_TESTS): New macro, to skip parallel tests except
1697         under zsh, bash, or when TEST_PARALLEL_AUTOTEST is defined.  Makes
1698         it easier to avoid testsuite hangs for users with dash or other
1699         less-tested shell.
1700         (parallel test execution, parallel truth, parallel fallacy)
1701         (parallel skip, parallel errexit)
1702         (parallel autotest and signal handling): Use it.
1703         * BUGS: Mention this.
1705 2009-03-24  Andris Pavenis  <andris.pavenis@iki.fi>  (tiny change)
1707         Fix awk substitution of carriage returns on DJGPP.
1708         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix typo in
1709         generation of ac_cs_awk_cr.
1710         * THANKS: Update.
1712 2009-03-24  Aaron W. LaFramboise  <aaronenvelope277@aaronwl.com>  (tiny change)
1714         Work around cygwin bash igncr mode.
1715         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fall back to
1716         bash carriage returns if ac_cr lost \r from ``.
1717         * THANKS: Update.
1718         Suggested by Eric Blake.
1720 2009-03-24  Eric Blake  <ebb9@byu.net>
1722         Fix underquoted example in manual.
1723         * doc/autoconf.texi (Common Shell Constructs) <AS_TR_CPP>:
1724         Properly m4-quote #.
1725         * THANKS: Update spelling.
1726         Reported by Matěj Týč.
1728 2009-03-18  Eric Blake  <ebb9@byu.net>
1730         Manual: mention more expr pitfalls.
1731         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>:
1732         Mention HP-UX limitation, and $ ambiguity.
1733         * THANKS: Update.
1734         Reported by Jens Schmidt, in http://bugs.debian.org/466990.
1736 2009-03-17  Jim Meyering  <meyering@redhat.com>
1738         Manual: fix a typo.
1739         * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"
1741 2009-03-17  Eric Blake  <ebb9@byu.net>
1743         Use test consistently in examples.
1744         * doc/autoconf.texi (Subdirectories, Caching Results)
1745         (Common Shell Constructs, Prerequisite Macros, Coding Style)
1746         (Changed Results, Particular Programs, Defining Symbols):
1747         Protect against arbitrary user strings.
1748         (Multiple Cases): Mention why $fstype does not need protection.
1749         Reported by Reuben Thomas.
1751         Improve confusing section names.
1752         * doc/autoconf.texi (Specifying Names): Rename node...
1753         (Specifying Target Triplets): ...to this.
1754         (Generic Programs): Adjust references.
1755         * doc/install.texi (System Type): Touch up formatting.
1756         * THANKS: Update.
1757         Reported by Tim Freeman, in http://bugs.debian.org/312873.
1759         Remove historical inaccuracy.
1760         * doc/autoconf.texi (Portable Shell): Don't perpetuate myth about
1761         #!/bin/sh needing a space.
1762         Reported by Reuben Thomas.
1764         Recommend AS_HELP_STRING more prominently.
1765         * doc/autoconf.texi (External Software): Reduce mention of
1766         hand-written help strings.
1767         Reported by Reuben Thomas.
1769 2009-03-16  Eric Blake  <ebb9@byu.net>
1771         Fix 'make pdf'.
1772         * doc/autoconf.texi (Balancing Parentheses): Fix usage of
1773         @itemize.
1774         Reported by Ralf Wildenhues, fix suggested by Karl Berry.
1776 2009-03-14  Eric Blake  <ebb9@byu.net>
1778         Resync upstream files.
1779         * GNUmakefile: Run 'make fetch'.
1780         * build-aux/announce-gen: Likewise.
1781         * build-aux/config.guess: Likewise.
1782         * build-aux/config.sub: Likewise.
1783         * build-aux/gnupload: Likewise.
1784         * build-aux/texinfo.tex: Likewise.
1785         * build-aux/vc-list-files: Likewise.
1786         * doc/gnu-oids.texi: Likewise.
1787         * doc/standards.texi: Likewise.
1789 2009-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1791         New test for SunStudio `restrict' handling.
1792         * tests/c.at (AC_C_RESTRICT and C++): New test.
1793         Prompted by bug report from Rolf Vandevaart.
1795 2009-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1797         Manual: testsuite depends on package.m4.
1798         * doc/autoconf.texi (Making testsuite Scripts): In the example
1799         makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
1801 2009-03-02  Allan Caffee  <allan.caffee@gmail.com>  (tiny change)
1803         Fix a typo in comment for AS_LITERAL_IF.
1804         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
1805         out of date when this function was moved/renamed in 59ecd766.
1806         * THANKS: Update.
1808 2009-03-02  Eric Blake  <ebb9@byu.net>
1810         Improve wording for AS_ESCAPE.
1811         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>: Touch
1812         up documentation.
1813         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Fix comment typos.
1814         Reported by Ralf Wildenhues.
1816 2009-02-24  Eric Blake  <ebb9@byu.net>
1818         Use pkgdatadir consistently.
1819         * bin/Makefile.am (edit): Substitute pkgdatadir, not datadir.
1820         * lib/Makefile.am (edit): Likewise.
1821         * lib/autom4te.in (Autoconf-without-aclocal-m4, Autotest, M4sh)
1822         (M4sugar): Use @pkgdatadir@, not @datadir@.
1823         * bin/autoheader.in ($datadir): Likewise.
1824         * bin/autom4te.in ($datadir): Likewise.
1825         * bin/autoreconf.in ($datadir): Likewise.
1826         * bin/autoscan.in ($datadir): Likewise.
1827         * bin/autoupdate.in ($datadir): Likewise.
1828         * bin/ifnames.in ($datadir): Likewise.
1829         * doc/autoconf.texi (Installation Directory Variables): Update
1830         example to be consistent; focus on $(bindir) as an autoconf
1831         variable, and mention that $(pkgdatadir) comes from automake.
1832         Reported by Reuben Thomas.
1834 2009-02-19  Eric Blake  <ebb9@byu.net>
1836         Use m4_translit more efficiently in AS_ESCAPE.
1837         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Alter API to take first byte
1838         of set separately from rest.
1839         (AS_ESCAPE, _AS_QUOTE_MODERN, AS_TR_SH, AS_VAR_GET): Adjust
1840         callers.
1841         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid duplicate
1842         characters in translit request.
1843         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>:
1844         Document the macro.
1845         * NEWS: Likewise.
1847         Mention recently documented macros.
1848         * NEWS: Update list of new documentation.
1850 2009-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1852         Add index for config.site.
1853         * doc/autoconf.texi (Site Defaults): Add index for config.site.
1854         * THANKS: Update.
1855         Report by Stephen P. Schaefer.
1857 2009-02-12  Eric Blake  <ebb9@byu.net>
1859         Fix m4_set speed regression introduced 2008-12-18.
1860         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Alter API to avoid
1861         creating larger argument on each iteration.
1862         (m4_stack_foreach_sep, m4_stack_foreach_sep_lifo)
1863         (_m4_set_contents_2): Adjust all four-argument callers.
1865 2009-02-05  Eric Blake  <ebb9@byu.net>
1867         Mention new AC_DEFUN_ONCE clients.
1868         * NEWS: Mention recent semantic changes.
1869         Reported by Ralf Wildenhues.
1871 2009-02-03  Eric Blake  <ebb9@byu.net>
1873         Use AC_DEFUN_ONCE for some one-shot AC_PROG macros.
1874         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Switch to
1875         AC_DEFUN_ONCE, since this is a one-shot macro.
1876         (AC_PROG_INSTALL): Likewise.
1878 2009-02-03  Eric Blake  <ebb9@byu.net>
1880         Mention that packagers should not pre-set CFLAGS.
1881         * doc/autoconf.texi (Preset Output Variables) <CFLAGS>: Copy
1882         advice given by automake on handling variables reserved by GNU
1883         Coding Standards.
1884         Reported by Karl Berry.
1886         Document lib64 in config.site.
1887         * doc/autoconf.texi (Site Defaults): Fix typo in FHS sample file.
1888         Mention use of lib64.
1889         * THANKS: Update.
1890         Reported by Tom Browder, with help from Peter Breitenlohner.
1892 2009-01-28  Eric Blake  <ebb9@byu.net>
1894         Use AC_DEFUN_ONCE for uncontroversial one-shot macros.
1895         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Switch to
1896         AC_DEFUN_ONCE, since this is a one-shot macro.
1897         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1898         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD)
1899         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Likewise.
1901 2009-01-28  Eric Blake  <ebb9@byu.net>
1903         Reduce blank lines in AC_DEFUN_ONCE macros.
1904         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Avoid redundant blank
1905         line when a defun_once macro is required.
1906         (_m4_defun_once): New helper macro, for less memory use.
1907         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
1909         Silence another false positive expand-before-require.
1910         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro_outer)
1911         (_m4_defun_epi_outer, _m4_require_call, m4_provide): Track name
1912         that caused a diversion change, not just diversion number.
1913         (m4_require): Factor...
1914         (_m4_require_check): ...into new macro, which also checks whether
1915         diversion that performed the expansion has been collected.
1916         * tests/m4sugar.at (m4@&t@_require: nested): Enhance test.
1917         Reported by Ralf Wildenhues.
1919 2009-01-28  Eric Blake  <ebb9@byu.net>
1921         Fix AC_C_RESTRICT for Sun Studio 12 C++.
1922         * lib/autoconf/c.m4 (AC_C_RESTRICT): Newer Sun Studio C provides
1923         __restrict__ rather than _Restrict, which still trips up Sun
1924         Studio 12 C++.
1925         * THANKS: Update.
1926         Reported by Rolf Vandevaart.
1928 2009-01-28  Eric Blake  <ebb9@byu.net>
1930         Fix years in copyright notices.
1931         * lib/m4sugar/m4sugar.m4 (m4_copyright_condense): New macro,
1932         undocumented for now.
1933         * lib/m4sugar/Makefile.am (version.m4): Add m4_PACKAGE_YEAR,
1934         m4_PACKAGE_URL.
1935         (RELEASE_YEAR): New macro, copied from bin/Makefile.am.
1936         * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): New macro.
1937         (AC_COPYRIGHT): Add undocumented third parameter.
1938         (_AC_INIT_COPYRIGHT): Avoid need to bump copyright years.
1939         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
1940         * lib/autotest/general.m4 (AT_INIT): Likewise.
1941         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Likewise.
1942         (AT_COPYRIGHT): Add undocumented third parameter.
1943         * tests/local.at (AT_COPYRIGHT): Don't add an extra copyright
1944         parameter; the generic copyright given by autotest is sufficient
1945         since we are the package that owns autotest.
1947 2009-01-27  Eric Blake  <ebb9@byu.net>
1949         Use URLs in --help output, part 3: testsuite.
1950         * doc/autoconf.texi (Writing Testsuites): Mention autotest
1951         namespace.
1952         (Writing Testsuites) <AT_INIT>: Mention mandatory macros.
1953         (Making testsuite Scripts): Document AT_PACKAGE_URL.
1954         * tests/Makefile.am (package.m4): Follow our own advice.
1955         * lib/autotest/general.m4 (AT_INIT): Give the user a hint about
1956         package.m4.  Enhance --help output.
1957         (_AT_COPYRIGHT_YEARS): New macro, to make copyright bump easier.
1959         Use URLs in --help output, part 2: configure.
1960         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump copyright
1961         date.
1962         (_AC_INIT_PACKAGE): Support optional URL parameter, mapped to
1963         AC_PACKAGE_URL.
1964         (_AC_INIT_DEFAULTS, _AC_INIT_PREPARE): Substitute it.
1965         (_AC_INIT_HELP): Use it in './configure --help' output.
1966         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise, for
1967         './config.status --help'.  Bump copyright date.
1968         * doc/autoconf.texi (Initializing configure) <AC_INIT>: Document
1969         new parameter.
1970         * NEWS: Likewise.
1971         * tests/tools.at (autoheader): Adjust test.
1972         * tests/torture.at (@%:@define header templates)
1973         (Torturing config.status): Likewise.
1975         Use URLs in --help output, part 1: autoconf executables.
1976         * bin/autoconf.as (usage): Make output consistent with recent
1977         change in gnulib version-etc module.
1978         * bin/autoheader.in ($help): Likewise.
1979         * bin/autom4te.in ($help): Likewise.
1980         * bin/autoreconf.in ($help): Likewise.
1981         * bin/autoscan.in ($help): Likewise.
1982         * bin/autoupdate.in ($help): Likewise.
1983         * bin/ifnames.in ($help): Likewise.
1985 2009-01-27  Peter Breitenlohner  <peb@mppmu.mpg.de>  (tiny change)
1987         Quote traced macros passed from autom4te to M4.
1988         * bin/autom4te (handle_m4): Apply shell_quote to macro names.
1989         * tests/tools.at (autom4te --trace and unusual macro names): New
1990         test.
1991         * THANKS: Update.
1993 2009-01-26  Eric Blake  <ebb9@byu.net>
1995         Improve AC_DEFUN_ONCE semantics.
1996         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Rewrite to be no-op,
1997         rather than warning, on second use, and make sure first use never
1998         occurs out of order.
1999         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
2000         Enhance test.
2001         * tests/base.at (AC_REQUIRE & AC_DEFUN_ONCE: [Require, expand],
2002         (AC_REQUIRE & AC_DEFUN_ONCE: [Expand, require]): Adjust tests.
2003         * NEWS: Document this.
2004         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Mention
2005         AC_DEFUN_ONCE.
2006         (Prerequisite Macros) <AC_REQUIRE>: Likewise.
2007         (Expanded Before Required): Likewise.
2008         (One-Shot Macros) <AC_DEFUN_ONCE>: Document new semantics.
2009         Reported by Bruno Haible, with suggestion by Paolo Bonzini.
2011 2009-01-24  Eric Blake  <ebb9@byu.net>
2013         Fix typos in recent patches.
2014         * lib/m4sugar/m4sugar.m4: Improve m4_defun comments.
2015         * doc/autoconf.texi (Expanded Before Required): Fix typos.
2016         Reported by Ralf Wildenhues.
2018         Revert change to AC_DIR_HEADER.
2019         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Explicitly expanding
2020         AC_HEADER_DIRENT no longer triggers a warning, and helps the user
2021         who decides they don't need the obsolete AC_FUNC_CLOSEDIR_VOID.
2022         Reported by Paolo Bonzini.
2024 2009-01-22  Eric Blake  <ebb9@byu.net>
2026         Silence a false positive expand-before-require case.
2027         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the diversion in
2028         which a macro was provided.
2029         (m4_require): Compare diversion numbers, rather than m4_require
2030         nesting, when determining direct requires.
2031         * tests/m4sugar.at (m4@&t@_require: nested): Test it.
2032         Reported by Ralf Wildenhues, affecting Libtool.
2034 2009-01-21  Eric Blake  <ebb9@byu.net>
2036         Fix out-of-order expansion with expand-before-require.
2037         * lib/m4sugar/m4sugar.m4 (m4_require): Redundantly expand a
2038         required macro when issuing expand-before-require warning.
2039         * doc/autoconf.texi (Prerequisite Macros): Adjust documentation.
2040         (Expanded Before Required): New node.
2041         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
2042         * NEWS: Mention this fix.
2043         Suggested by Bruno Haible.
2045         Warn if macro is provided before indirectly required.
2046         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the set of all macros
2047         provided since last outermost defun.
2048         (_m4_defun_pro_outer): Empty the set.
2049         (_m4_require_call): Distinguish between direct and indirect
2050         requires, and remove required macros from the set.
2051         (m4_require): Check the set, in order to warn.
2052         * tests/m4sugar.at (m4@&t@_require: nested): Remove xfail, and add
2053         test case for direct requires.
2055 2009-01-20  Eric Blake  <ebb9@byu.net>
2057         Clean up some bugs caught by preliminary dependency validation.
2058         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Don't invoke
2059         AC_HEADER_DIRENT, since AC_FUNC_CLOSEDIR_VOID requires it.
2060         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
2061         (_AS_SHELL_SANITIZE): Fix quoting bugs.
2063 2009-01-19  Eric Blake  <ebb9@byu.net>
2065         Improve AC_REQUIRE documentation.
2066         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Add @defmac,
2067         and mention interaction with AC_REQUIRE.
2068         (Prerequisite Macros) <AC_REQUIRE>: Give more detail on user
2069         ordering constraint bug, and how to fix it.
2070         * tests/m4sugar.at (m4@&t@_require: nested): New test.
2072         Speed up m4_require.
2073         * lib/m4sugar/m4sugar.m4 (_m4_divert_dump): Change semantics to
2074         always be defined, as either empty or a number.
2075         (_m4_defun_pro_outer, _m4_defun_epi_outer): Treat _m4_divert_dump
2076         as a stack, rather than a one-shot macro.
2077         (_m4_require_call): Expect third argument to be pre-expanded.
2078         (m4_divert_require, m4_require): Adjust clients accordingly.
2079         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
2081 2009-01-17  Eric Blake  <ebb9@byu.net>
2083         Avoid underfull hbox.
2084         * doc/autoconf.texi (Installation Directory Variables): Reword to
2085         fit on line.
2087 2009-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2089         Ignore `set -e'-related failure of NetBSD sh.
2090         * tests/m4sh.at (AS@&t@_EXIT): Skip test if (NetBSD) shell
2091         fails to finish EXIT trap after set -e.
2093 2009-01-06  Eric Blake  <ebb9@byu.net>
2095         Maintainer cleanups.
2096         * cfg.mk (web-manual): Use new feature of gendocs.
2097         (fetch): Fetch gendocs.
2098         * Makefile.am (EXTRA_DIST): Distribute new file.
2099         * doc/Makefile.am (EXTRA_DIST): Likewise.
2100         * .gitattributes: Ignore whitespace in upstream files.
2101         * HACKING (Other web updates): Update Free Software Directory
2102         instructions.
2103         (Upload): No longer mention xdelta.
2104         * maint.mk (xd-delta): Likewise.
2105         * build-aux/gendocs.sh: New upstream file.
2106         * doc/gendocs_template: Likewise.
2107         * build-aux/announce-gen: Resync from upstream.
2108         * build-aux/config.guess: Likewise.
2109         * build-aux/config.sub: Likewise.
2110         * build-aux/gnupload: Likewise.
2111         * build-aux/texinfo.tex: Likewise.
2113 2008-12-30  Eric Blake  <ebb9@byu.net>
2115         Make it easier to track diversion bugs.
2116         * lib/m4sugar/m4sugar.m4 (_m4_divert_raw, _m4_undivert): New
2117         internal macros, which are easier to trace than m4_builtin.
2118         (m4_cleardivert, m4_divert, m4_divert_push, m4_divert_pop)
2119         (m4_undivert): Use them.
2120         (_m4_require_call): Likewise.  Use fewer macros.
2121         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix typo.
2123 2008-12-26  Bruno Haible  <bruno@clisp.org>
2125         Improve multiarch detection.
2126         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options
2127         indicating a universal build more reliable.
2129 2008-12-28  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2131         Use AS_CASE in documented example.
2132         * doc/autoconf.texi (Using the System Type): Use AS_CASE in
2133         example instead of raw case.
2135 2008-12-23  Eric Blake  <ebb9@byu.net>
2137         Make m4_dumpdef more useful with M4 1.6.
2138         * lib/m4sugar/m4sugar.m4 (_m4_dumpdef): New macro.
2139         (m4_init): Install it for new enough m4.
2140         * tests/m4sugar.at (m4@&t@_dumpdef): Enhance test.
2141         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
2142         lack of sorting.
2144 2008-12-24  Bruno Haible  <bruno@clisp.org>
2146         Improve INSTALL for HP-UX.
2147         * doc/install.texi (Particular Systems): For HP-UX, also recommend
2148         -D_XOPEN_SOURCE=500. Needed for the declaration of mbstate_t on
2149         HP-UX 11.11.
2151 2008-12-22  Bruno Haible  <bruno@clisp.org>
2153         Improve INSTALL for Haiku.
2154         * doc/install.texi (Particular Systems): Add a recommendation
2155         which prefix to use on Haiku.
2157 2008-12-19  Eric Blake  <ebb9@byu.net>
2159         Fix typo in previous commit.
2160         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
2161         Fix typo.
2163         Document some recently added macros.
2164         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep
2165         parameter.
2166         * doc/autoconf.texi (Looping constructs) <m4_map_args_sep>
2167         <m4_map_args_w, m4_stack_foreach, m4_stack_foreach_sep>: Document
2168         new macros.
2169         (Set manipulation Macros) <m4_set_map_sep>: Likewise.
2170         * tests/m4sugar.at (m4@&t@_stack, M4 loops): Enhance tests.
2171         * NEWS: Document new macros.
2173 2008-12-18  Eric Blake  <ebb9@byu.net>
2175         Fix separator in m4_stack_foreach_sep.
2176         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Separate separator
2177         from prefix.
2178         * tests/m4sugar.at (m4@&t@_stack): Enhance test.
2180 2008-12-18  Eric Blake  <ebb9@byu.net>
2182         Mention limitation of M4 1.4.x on builtin tokens.
2183         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Document
2184         ramification of M4 1.4.x's inability to pass builtin tokens
2185         through text macros.
2186         (Evaluation Macros) <m4_curry>: Likewise.
2187         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
2188         * NEWS: Mention subtle change in m4_dumpdef semantics.
2190         Document m4_version_prereq.
2191         * doc/autoconf.texi (Number processing Macros)
2192         <m4_version_prereq>: Add documentation.
2193         * NEWS: Mention it.
2194         Reported by Bruno Haible.
2196 2008-12-10  Jim Meyering  <meyering@redhat.com>
2198         AC_HEADER_ASSERT: don't say assertions are disabled when they're not
2199         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Do not make configure
2200         report "checking whether to enable assertions... no", when they are
2201         in fact enabled.  This is solely a bug in the output of configure.
2202         In spite of saying "no", NDEBUG was not defined in that case.
2203         Also, as noted by Eric Blake, leave assertions enabled upon
2204         --enable-assert=INVALID.
2206 2008-12-09  Eric Blake  <ebb9@byu.net>
2208         Fix m4_location inside m4_wrap with m4 1.4.5.
2209         * lib/m4sugar/m4sugar.m4 (m4_undefine): Redefine m4_location
2210         inside wrapped text if older m4 is detected.
2211         Reported by William Pursell.
2213 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2214         and Eric Blake  <ebb9@byu.net>
2216         Fix AC_HEADER_ASSERT w.r.t. --enable-assert.
2217         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Honor --enable-assert,
2218         rather than treating it as a synonym for --disable-assert.
2219         * NEWS: Document the fix.
2221 2008-12-06  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2223         Fix AC_HEADER_ASSERT to honor --enable-assert, rather than
2224         treat --enable-assert and --disable-assert equivalently.
2225         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Check value of $enableval.
2227 2008-12-05  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2229         Fix some typos and grammatical errors in documentation.
2230         * doc/autoconf.texi: Clean up some bad use of English.
2232 2008-12-03  Eric Blake  <ebb9@byu.net>
2234         Improve AC_STATE_SAVE.
2235         * tests/local.at (AC_STATE_SAVE): Avoid ls -1, and use one less
2236         process by hoisting the uniqueness check into sed.
2237         * doc/autoconf.texi (Limitations of Usual Tools) <ls>: Mention
2238         MacOS bug.
2240 2008-12-02  Eric Blake  <ebb9@byu.net>
2242         Avoid MacOS readdir bug in testsuite.
2243         * tests/local.at (AC_STATE_SAVE): Avoid spurious failures due to
2244         duplicated ls entries.
2245         * THANKS: Update.
2246         Reported by Bruce Dugan and others.
2248 2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2250         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
2251         error messages about `set -m'.
2253 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2255         Fix a couple of test failures with dash.
2256         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
2257         exit status of `cd'.
2258         * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
2259         regeneration, to avoid timing effects.
2261 2008-11-25  Eric Blake  <ebb9@byu.net>
2263         Add m4_cleardivert.
2264         * lib/m4sugar/m4sugar.m4 (m4_cleardivert): New macro.
2265         * lib/autotest/general.m4 (AT_INIT): Use it.
2266         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Likewise.
2267         * tests/m4sugar.at (m4@&t@_divert_stack): Test it.
2268         * doc/autoconf.texi (Diversion support) <m4_cleardivert>: Document
2269         it.
2270         * NEWS: Likewise.
2271         Suggested by Paolo Bonzini.
2273         Add safety check for m4_expand vs. diversions.
2274         * lib/m4sugar/m4sugar.m4 (m4_expand): Make more robust against
2275         diverted text.
2276         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Document new
2277         safety check.
2279 2008-11-24  Eric Blake  <ebb9@byu.net>
2281         Fix typo in AS_MESSAGE_LOG_FD patch.
2282         * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
2284 2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2286         More reliable signal handling in Autotest.
2287         * lib/autotest/general.m4 (Driver loop): Rewrite signal handler.
2288         Start parallel jobs in their own process group, enabling job
2289         control in the shell if possible, for better signal handling.
2290         Deal with INT, TERM, and HUP in the testsuite driver.  In the
2291         parallel driver, propagate TSTP to jobs either as TSTP or as
2292         STOP (to avoid fork bombs with ksh).
2293         Inside the job processes, add PIPE handler to write back the
2294         job token, so the master process does not hang.
2295         Disable the parallel driver if job control is not provided or if
2296         trap does not understand signal names.
2297         * tests/autotest.at (parallel autotest and signals): New test,
2298         exercises INT, TERM, and PIPE, serial and parallel, with and
2299         without `make' in the loop.
2300         Kudos to Richard Stevens for writing APUE.
2302 2008-11-22  Eric Blake  <ebb9@byu.net>
2304         Fix testsuite failure on Solaris.
2305         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
2306         failure status to 1.
2308 2008-11-21  Eric Blake  <ebb9@byu.net>
2310         Clean up AS_MESSAGE_LOG_FD usage.
2311         * lib/m4sugar/m4sh.m4 (AS_MESSAGE_FD, AS_MESSAGE_LOG_FD)
2312         (AS_ORIGINAL_STDIN_FD): Provide default M4sh values.
2313         (_AS_ECHO_LOG, AS_MESSAGE, _AS_ERROR_PREPARE, AS_ERROR): Simplify
2314         usage.
2315         (AS_INIT_GENERATED): Don't shuffle an unchanged AS_MESSAGE_FD.
2316         * tests/m4sh.at (AS@&t@_INIT_GENERATED): Update test.
2317         (AS@&t@_MESSAGE_FD): New test.
2318         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
2319         Give more details about fd manipulation.
2320         (File Descriptor Macros): Describe M4sh defaults for the fds.
2322 2008-11-21  Eric Blake  <ebb9@byu.net>
2324         Use shell function for AS_ERROR.
2325         * lib/m4sugar/m4sh.m4 (_AS_ERROR_PREPARE): New macro, defining a
2326         new shell function.
2327         (AS_ERROR): Use it.
2328         (_AS_LINENO_PREPARE): Break circular dependency.
2329         (AS_PREPARE, _AS_PREPARE): Initialize for child scripts.
2331 2008-11-21  Eric Blake  <ebb9@byu.net>
2333         Fix typos in recent testsuite improvements.
2334         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_prepare_dynamic>:
2335         Fix typo.
2336         * NEWS: Clarify the potential impact to users.
2337         * tests/autotest.at (AT_DATA_AUTOTEST): New macro, patterned after
2338         AT_DATA_M4SUGAR.
2339         (AT_CHECK_AT_PREP, AT_CHECK_AT_TITLE): Use it.
2340         (unusual file names): Test that the recent echo fix does not
2341         regress.  Fix quoting bug that made the test a no-op.
2342         Reported by Paolo Bonzini and Ralf Wildenhues.
2344 2008-11-21  Eric Blake  <ebb9@byu.net>
2346         Use modern m4sh constructs in autoconf.
2347         * bin/autoconf.as (exit_missing_arg, getopt): Use AS_ERROR, rather
2348         than AS_EXIT.
2350         Change the semantics of AS_EXIT without argument.
2351         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): When defaulting, use $?
2352         even if it is 0.
2353         (AS_ERROR): Guarantee non-zero status.
2354         * bin/autoconf.as (exit_missing_arg, getopt): Revert prior change;
2355         we want non-zero status.
2356         * tests/m4sh.at (AS@&t@_EXIT): Update test accordingly.
2357         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Update
2358         the documentation.
2359         <AS_SET_STATUS>: Don't overly restrict implementation.
2360         (Printing Messages) <AC_MSG_ERROR>: Describe better default.
2361         Suggestions by Paolo Bonzini and Ralf Wildenhues.
2363 2008-11-21  Eric Blake  <ebb9@byu.net>
2365         Add @anchors within Builtins and Usual Tools lists.
2366         * doc/autoconf.texi (Limitations of Builtins)
2367         (Limitatations of Usual Tools): Add anchors for tools called out
2368         by name.  Adjust callers to narrow in on tool of interest.
2370         Move case statement style discussion to m4 quoting section.
2371         * doc/autoconf.texi (Limitations of Builtins): Move comparison of
2372         quoting styles...
2373         (Balancing Parentheses): ...to this new node.
2374         Suggested by Ralf Wildenhues.
2376 2008-11-20  Eric Blake  <ebb9@byu.net>
2378         Factor more common code out of AT_CHECK into shell function.
2379         * lib/autotest/general.m4 (_AT_CHECK): Avoid echo bug if AT_LINE
2380         starts with -.  Move preparations...
2381         (AT_INIT) <at_fn_check_prepare_trace>
2382         <at_fn_check_prepare_notrace, at_fn_check_prepare_dynamic>:
2383         ...into these new shell functions.
2384         <at_fn_check_newline>: Inline into only caller.
2385         (_AT_DECIDE_TRACEABLE): Use them to condense testsuite size.
2387 2008-11-20  Eric Blake  <ebb9@byu.net>
2389         Handle version numbers as decimal, even if they start with 0.
2390         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Avoid
2391         interpreting leading zeros as octal.
2393 2008-11-20  Eric Blake  <ebb9@byu.net>
2395         Speed up AT_CHECK.
2396         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
2397         third and fourth arguments once.
2398         (_AT_CHECK): Don't re-expand expected output.  Rearrange code for
2399         fewer scans of arguments.
2400         (AT_CHECK): Update caller.
2401         (AT_INIT) <at_fn_filter_trace>: Drop parameter.
2402         * tests/m4sugar.at (m4@&t@_split): Protect test with
2403         quadrigraphs.
2405         Fix XFAIL related to AT_CHECK.
2406         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
2407         first argument once.
2408         (_AT_CHECK): Don't re-expand commands.
2409         * tests/autotest.at (Multiline command from M4 expansion): Remove
2410         XFAIL.
2411         * tests/tools.at (autoupdating AU_ALIAS): Quote unbalanced paren.
2412         * NEWS: Document the fallout.
2414 2008-11-20  Eric Blake  <ebb9@byu.net>
2416         Reduce forks in AC_DEFINE.
2417         * lib/autoconf/general.m4 (_AC_DEFINE_Q_PRINT): New macro.
2418         (_AC_DEFINE_Q): Use it to avoid forks for all AC_DEFINE and most
2419         AC_DEFINE_UNQUOTED.
2420         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Properly quote #.
2421         * tests/torture.at (Substitute and define special characters):
2422         (Define to a 2000-byte string): Enhance tests to cover
2423         AC_DEFINE_UNQUOTED.
2424         (@%:@define header templates): Enhance test to cover #.
2426 2008-11-20  Eric Blake  <ebb9@byu.net>
2428         Improve m4_expand robustness, part 2.
2429         * lib/m4sugar/m4sugar.m4 (m4_expand): Support unterminated
2430         comments, by wrapping old implementation...
2431         (_m4_expand): ...as this, and renaming old core...
2432         (_m4_expand_): ...to this.
2433         (m4_text_box): Use lighter-weight _m4_expand.
2434         * lib/m4sugar/m4sh.m4 (_AS_DETECT_EXPAND)
2435         (_AS_DETECT_BETTER_SHELL, AS_FUNCTION_DESCRIBE): Likewise.
2436         * lib/autotest/general.m4 (AT_KEYWORDS): Likewise.
2437         * tests/m4sugar.at (m4@&t@_expand): Enhance test.
2438         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Likewise.
2439         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Mention new
2440         functionality.
2442         Improve m4_expand robustness, part 1.
2443         * lib/m4sugar/m4sugar.m4 (_m4_expand): Tolerate unquoted
2444         unbalanced `)'.
2445         * tests/m4sugar.at (m4@&t@_expand): New test.
2447 2008-11-20  Eric Blake  <ebb9@byu.net>
2449         Add m4_chomp, m4_esyscmd_s.
2450         * lib/m4sugar/m4sugar.m4 (m4_esyscmd_e, m4_chomp, m4_chomp_all):
2451         New macros.
2452         * doc/autoconf.texi (Redefined M4 Macros) <m4_esyscmd_s>: Document
2453         them.
2454         (Text processing Macros) <m4_chomp>: Likewise.
2455         * NEWS: Likewise.
2456         * tests/m4sugar.at (m4@&t@_esyscmd_s): New test.
2458         Remove _m4_index.
2459         * lib/m4sugar/m4sugar.m4 (_m4_index): Delete; it is more efficient
2460         to make callers guarantee a match.
2461         (m4_init): Adjust caller.
2462         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
2463         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Likewise.
2465         Describe different hacks for balancing ')' in case statements.
2466         * doc/autoconf.texi (Limitations of Builtins) <case>: Add an
2467         exposition on various quoting styles.
2469 2008-11-20  Eric Blake  <ebb9@byu.net>
2471         Speed up _AS_QUOTE.
2472         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE): Inline into...
2473         (_AS_QUOTE): ...here, delete unused second paramenter, and factor
2474         choice into...
2475         (_AS_QUOTE_MODERN, _AS_QUOTE_OLD): ...new helpers.
2477 2008-11-20  Alfred G. de Wijn  <dwijn@iluvatar.eu.org>  (tiny change)
2479         For consistency, make temporary variable match language name.
2480         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
2481         Match the save/test variables' names to the FFLAGS/FCFLAGS being
2482         saved.
2483         * THANKS: Update.
2485 2008-11-19  Eric Blake  <ebb9@byu.net>
2487         Improve testsuite generation.
2488         * tests/local.at (AT_DATA_M4SUGAR, AT_DATA_M4SH)
2489         (AT_DATA_AUTOCONF): Escape all quadrigraphs, not just @&t@.  Use
2490         fewer macros.
2492 2008-11-18  Eric Blake  <ebb9@byu.net>
2494         Use fn for shell functions, func for autoconf CHECK_FUNCS.
2495         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Abbreviate shell
2496         function names.
2497         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE)
2498         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE, _AC_RUN_IFELSE)
2499         (AC_CHECK_DECL, AC_COMPUTE_INT): Likewise.
2500         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
2501         (_AC_CHECK_HEADER_COMPILE, _AC_CHECK_HEADER_PREPROC): Likewise.
2502         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, _AC_TYPE_INT)
2503         (_AC_TYPE_UNSIGNED_INT, AC_CHECK_MEMBER): Likewise.
2504         * lib/autotest/general.m4 (AT_INIT): Likewise.
2505         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK, _AS_EXIT_PREPARE)
2506         (AS_EXIT, AS_SET_STATUS, _AS_UNSET_PREPARE, _AS_MKDIR_P)
2507         (_AS_MKDIR_P_PREPARE, _AS_VAR_APPEND_PREPARE, AS_VAR_APPEND)
2508         (_AS_VAR_ARITH_PREPARE, AS_VAR_ARITH): Likewise.
2509         * doc/autoconf.texi (Shell Functions): Likewise.
2511 2008-11-18  Eric Blake  <ebb9@byu.net>
2513         Alter default value of AS_EXIT.
2514         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): Let as_func_exit
2515         parameter be optional.
2516         (AS_EXIT): Use it to make better default.
2517         (_AS_DETECT_BETTER_SHELL): Use new default.
2518         * bin/autoconf.as (exit_missing_arg, getopt): Likewise.
2519         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
2520         * tests/m4sh.at (AS@&t@_EXIT): Update test.
2521         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Mention
2522         new default behavior.
2523         (Limitations of Builtins) <trap>: Adjust to use new default.
2524         * NEWS: Mention the semantic change.
2525         Suggested by Ralf Wildenhues.
2527         Update example to match actual Tru64 behavior.
2528         * doc/autoconf.texi (Limitations of Builtins) <trap>: Correct
2529         the example.
2530         Reported by Ralf Wildenhues.
2532         Add AS_SET_STATUS, make AS_EXIT more efficient.
2533         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE, AS_SET_STATUS): New
2534         macros.
2535         (AS_EXIT): Rewrite to avoid forks.
2536         (_AS_SHELL_SANITIZE): Avoid AS_EXIT prior to shell functions.
2537         (AS_PREPARE, _AS_PREPARE): Add new preparation.
2538         * doc/autoconf.texi (Common Shell Constructs) <AS_SET_STATUS>:
2539         Document.
2540         * NEWS: Mention new macro.
2541         * tests/m4sh.at (AS@&t@_EXIT): New test.
2542         (BASENAME_TEST): Sort.
2544         Document Tru64 bug with 'set -e'.
2545         * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention a
2546         bug in mixing 'set -e' with 'trap .. 0'.
2547         Reported by Ralf Wildenhues.
2549         Document a Solaris /bin/sh bug with 'set -e'.
2550         * doc/autoconf.texi (Shell Functions): Mention the bug.
2552 2008-11-17  Eric Blake  <ebb9@byu.net>
2554         Detect empty list in AS_FOR.
2555         * lib/m4sugar/m4sh.m4 (AS_FOR): Handle iteration over $@
2556         properly.
2557         * tests/m4sh.at (AS@&t@_FOR): Enhance test to catch it.
2558         Reported by Paolo Bonzini.
2560 2008-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2562         Use a different workaround for an automake quirk.
2563         * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2564         (distclean_generic): New helper variable, to fool automake.
2565         ($(distclean_generic)): Depend on clean-local, to prevent
2566         the race in the two rules with accessing and removing
2567         $(TESTSUITE).
2568         Report by Eric Blake.
2570         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Simplify, avoid
2571         unbalanced parentheses from last change.
2572         Spotted by Eric Blake, fix suggested by Paolo Bonzini.
2574         Fix exit status of expr version of as_func_arith.
2575         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Count an exit
2576         status of 1 of expr also as success, to avoid failure if the
2577         computation result is zero.  Fixes test failures with IRIX sh,
2578         where the expr variant of as_func_arith is used.
2580         Do not use read-only variable $status.
2581         * tests/compile.at (AC_RUN_IFELSE): Use $estatus instead of
2582         $status, for zsh.
2584 2008-11-15  Eric Blake  <ebb9@byu.net>
2586         Use the new AS_FOR function.
2587         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Use new
2588         abstraction for cleaner code.
2589         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
2591         Add AS_FOR, undocumented for now.
2592         * lib/m4sugar/m4sh.m4 (AS_FOR): New macro.
2593         * tests/m4sh.at (AS@&t@_FOR): New test.
2594         Suggested by Paolo Bonzini.
2596 2008-11-13  Eric Blake  <ebb9@byu.net>
2598         Optimize single-argument loop.
2599         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid forks when
2600         loop only has one argument.
2601         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
2603 2008-11-13  Eric Blake  <ebb9@byu.net>
2605         Fix AS_ESCAPE usage bugs.
2606         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
2607         (_AS_VAR_ARITH_PREPARE): Expand macros prior to adding shell
2608         escapes.
2609         (AS_TR_SH, AS_VAR_GET): Use _AS_ESCAPE for speed.
2610         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_SET>: Document
2611         caveat due to conditional AS_ESCAPE.
2612         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
2614 2008-11-12  Eric Blake  <ebb9@byu.net>
2616         Whitespace reduction in configure.
2617         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid empty lines.
2618         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, AC_CHECK_FILES):
2619         Likewise.
2620         (_AC_DEFINE_Q): Restore empty line, since some clients in the wild
2621         depend on it.
2623 2008-11-12  Eric Blake  <ebb9@byu.net>
2625         Make M4sh, not autoconf, guarantee sane $SHELL.
2626         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Move setting of
2627         SHELL...
2628         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): ...to here.
2629         * doc/autoconf.texi (Initialization Macros): Document the effect
2630         on SHELL.
2631         * tests/m4sh.at (AS@&t@_INIT_GENERATED): New test.
2632         Reported by Ralf Wildenhues.
2634 2008-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2636         Wrap keywords in `testsuite --list' output.
2637         * lib/autotest/general.m4 (AT_INIT): Rewrite --list awk script,
2638         avoid lint warnings from gawk, wrap keyword lists to stay below
2639         80 characters per line if possible.
2640         * tests/autotest.at (Keyword wrapping): New test.
2642         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
2644         * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
2645         typos.
2647 2008-11-10  Eric Blake  <ebb9@byu.net>
2649         Work around <=m4-1.4.9 bug in m4_format.
2650         * lib/m4sugar/m4sugar.m4 (_m4_index): New internal macro.
2651         (m4_init): Only use it in older m4.
2652         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use it to avoid
2653         m4_format bug in older m4.
2654         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
2655         Reported by Bob Proulx.
2657 2008-11-10  Eric Blake  <ebb9@byu.net>
2659         Match upstream standards.texi.
2660         * doc/standards.texi: Resync from upstream.
2661         * doc/fdl-1.3.texi: Rename...
2662         * doc/fdl.texi: ...to this.
2663         * doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update
2664         users.
2665         * doc/autoconf.texi (GNU Free Documentation License): Likewise.
2666         * cfg.mk (fetch): Likewise.
2668         Yet more FDL 1.3 fallout.
2669         * NEWS: Mention manual license change.
2671 2008-11-10  Eric Blake  <ebb9@byu.net>
2673         Avoid some regex uses.
2674         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use m4_format rather
2675         than m4_bpatsubst to grab string prefix.
2676         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER)
2677         (_AC_CONFIG_REGISTER_DEST, AC_CONFIG_SUBDIRS): Likewise.
2678         (_AC_FILE_DEPENDENCY_TRACE_COLON): Use m4_translit instead of
2679         m4_bpatsubst to change bytes.
2680         (_AC_CONFIG_DEPENDENCY_DEFAULT): Use m4_index rather than
2681         m4_bmatch to find byte.
2682         (_AC_CONFIG_COMPUTE_DEST): New helper macro.
2684         Use more efficient macros in AC_CONFIG_SUBDIRS.
2685         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS, AC_CONFIG_SUBDIRS): Use
2686         m4_map_args_w.
2687         (_AC_OUTPUT_FILE): Use m4_map_args_sep and m4_map_args.
2688         (_AC_OUTPUT_FILE_ADJUST_DIR): New helper macro.
2690         Use more efficient macros in AC_CHECK_FILES and AC_CHECK_DECLS.
2691         * lib/autoconf/general.m4 (AC_CHECK_FILES): Use m4_map_args_w,
2692         and avoid typo.
2693         (AC_CHECK_DECLS, AC_CHECK_DECLS_ONCE): Use m4_map_args_sep.
2694         (_AC_CHECK_FILES, _AC_CHECK_DECLS, _AC_CHECK_DECL_ONCE): New
2695         helper macros.
2696         (AC_LIBSOURCES): Use m4_map_args.
2698         Use more efficient macros in AC_CHECK_TYPES.
2699         * lib/autoconf/types.m4 (AC_CHECK_TYPES, AC_CHECK_MEMBERS): Use
2700         m4_map_args_sep.
2701         (_AC_CHECK_TYPES, _AC_CHECK_MEMBERS): New helper macros.
2703         Use more efficient macros in AC_CHECK_HEADERS.
2704         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS)
2705         (AH_CHECK_HEADERS_DIRENT): Rename...
2706         (_AH_CHECK_HEADER, _AH_CHECK_HEADER_DIRENT): ...and take only one
2707         argument, rather than a list.
2708         (AC_CHECK_HEADERS, AC_CHECK_HEADERS_ONCE):
2709         Adjust callers to use m4_map_args_w.
2710         (AC_HEADER_DIRENT): Adjust caller to use m4_map_args.
2711         (_AC_CHECK_HEADER_ONCE): New helper macro.
2713         Use more efficient macros in AC_CHECK_FUNCS.
2714         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): Rename...
2715         (_AH_CHECK_FUNC): ...and take only one argument, rather than a
2716         list.
2717         (AC_CHECK_FUNCS, AC_CHECK_FUNCS_ONCE): Adjust callers to use
2718         m4_map_args_w.
2719         (_AC_CHECK_FUNC_ONCE): New helper macro.
2720         (AC_REPLACE_FUNCS): Use m4_map_args_w.
2722         Use more efficient macro in AT_INIT.
2723         * lib/autotest/general.m4 (AT_INIT): Use m4_map_args.
2725 2008-11-10  Eric Blake  <ebb9@byu.net>
2727         More FDL 1.3 fallout.
2728         * cfg.mk (fetch): Add gnu-oids.texi, drop fdl.texi.
2729         * doc/Makefile.am (standards_TEXINFOS): Reflect upstream
2730         dependency changes.
2731         * doc/fdl.texi: Delete.
2732         * doc/gnu-oids.texi: New upstream file.
2733         * doc/standards.texi: Resync from upstream.
2734         * doc/make-stds.texi: Likewise.
2735         * build-aux/announce-gen: Likewise.
2736         * build-aux/texinfo.tex: Likewise.
2738 2008-11-10  Clinton Roy  <clinton.roy@gmail.com>  (tiny change)
2740         Pass autoreconf -I to aclocal -I
2741         * bin/autoreconf.in (parse_args): Pass --include to aclocal.
2742         * doc/autoconf.texi (autoreconf Invocation): Updates for above.
2743         * NEWS: Document it.
2744         * THANKS: Update.
2746 2008-11-10  Eric Blake  <ebb9@byu.net>
2748         Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
2749         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Cater to Solaris ksh.
2750         * doc/autoconf.texi (Limitations of Builtins) <printf>: Document
2751         the print workaround.
2752         Idea by Paolo Bonzini.
2754 2008-11-10  Eric Blake  <ebb9@byu.net>
2756         Provide a section on all tools allowed in GNU Coding Standards.
2757         * doc/autoconf.texi (Limitations of Builtins) <read>: Sort.
2758         <wait>: Add section.
2759         (Limitations of Usual Tools) <awk>: Make table entry consistent.
2760         <chgrp, mkfifo, rmdir, sleep, sort, tar> Add sections.
2762 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
2764         Balance parentheses in _AC_CACHE_DUMP.
2765         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
2766         without introducing \).
2768 2008-11-07  Eric Blake  <ebb9@byu.net>
2770         Further doc updates for AC_CHECK_HEADER change.
2771         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
2772         new default, and make it more obvious that using [-] is generally
2773         broken.
2775 2008-11-07  Eric Blake  <ebb9@byu.net>
2777         * ChangeLog: Enforce UTF-8 encoding.
2779 2008-11-06  Eric Blake  <ebb9@byu.net>
2781         Skip preprocessor check in AC_CHECK_HEADERS_ONCE.
2782         * lib/autoconf/headers.m4 (_AC_HEADERS_EXPANSION): Provide fourth
2783         argument to speed up check.
2785 2008-11-06  Eric Blake  <ebb9@byu.net>
2787         Speed up AC_CHECK_TYPE.
2788         * lib/autoconf/types.m4 (AC_CHECK_TYPE): Factor out $@, and avoid
2789         regex when enough arguments are present.
2791 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
2793         Remove three forks per _AC_RUN_LOG_STDERR in the common case.
2794         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR): Avoid grep/rm/cat
2795         sequence when the program's stderr was empty, while providing a
2796         conftest.err file even in that case.
2797         (_AC_CACHE_DUMP): Fix mismatched parenthesis.
2799 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
2801         Change `present but cannot be compiled' behavior to use compiler result.
2802         * NEWS: Document it.
2803         * doc/autoconf.texi (Present But Cannot Be Compiled): Document it.
2804         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Implement it
2805         and adjust warning.
2806         * tests/semantics.at (AC_CHECK_HEADERS): Test new semantics.
2808 2008-11-05  Eric Blake  <ebb9@byu.net>
2810         Add m4_map_args_w.
2811         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): New macro, undocumented
2812         for now.
2813         (_m4_split): Allow user control over separator.
2814         (m4_split): Adjust caller.
2815         (m4_foreach_w, m4_append_uniq_w, _m4_text_wrap): Rewrite to use
2816         m4_map_args_w.
2817         * tests/m4sugar.at (m4@&t@_append): Augment test keywords.
2818         (M4 loops): Test new interface.
2820         Use m4_set_map_sep in more places.
2821         * lib/m4sugar/m4sugar.m4 (m4_set_difference, m4_set_intersection)
2822         (m4_set_union): Use m4_set_map_sep rather than m4_set_foreach.
2823         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
2824         Enhance documentation.
2825         <m4_set_foreach>: Mention faster alternative.
2826         (Looping constructs) <m4_foreach>: Likewise.
2828         Unify m4_set_foreach and m4_set_map.
2829         * lib/m4sugar/m4sugar.m4 (m4_set_map_sep): New macro, undocumented
2830         for now.
2831         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
2832         (m4_set_map): Adjust callers.
2834         Use _m4_foreach in more places.
2835         * lib/m4sugar/foreach.m4 (m4_dquote_elt, m4_join, m4_joinall)
2836         (_m4_minmax, m4_set_add_all): Use _m4_foreach instead of
2837         m4_foreach.
2838         * lib/m4sugar/m4sugar.m4 (_m4_joinall): Use m4_map_args_sep
2839         instead of m4_foreach or m4_map_args.
2841         Unify _m4_foreach and _m4_map.
2842         * lib/m4sugar/m4sugar.m4 (_m4_map): Delete, merged with...
2843         (_m4_foreach): ...this.
2844         (m4_foreach, m4_map, m4_mapall, m4_map_sep, _m4_mapall_sep)
2845         (m4_map_args, m4_map_args_sep): Adjust callers.
2846         * lib/m4sugar/foreach.m4 (_m4_map): Rename...
2847         (_m4_foreach): ...to this, overwriting old definition.
2849 2008-11-04  Eric Blake  <ebb9@byu.net>
2851         Add m4_map_args_sep, undocumented for now.
2852         * lib/m4sugar/m4sugar.m4 (m4_map_args_sep): New macro.
2853         (_m4_map): Change API to cover more of m4_map*.
2854         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new API.
2855         (m4_map_args): Delete.
2856         * tests/m4sugar.at (m4@&t@_map_args and m4@&t@_curry): Enhance
2857         test.
2859         Improve m4_for performance.
2860         * lib/m4sugar/m4sugar.m4 (_m4_for): Alter API to make it easier to
2861         avoid m4_define by some clients.
2862         (m4_for): Adjust caller.
2863         * lib/m4sugar/foreach.m4 (_m4_foreach, m4_case, m4_bmatch)
2864         (_m4_cond, _m4_bpatsubsts, _m4_shiftn, m4_do, m4_reverse)
2865         (_m4_map, m4_map_args, m4_map_args_pair, _m4_list_pad)
2866         (_m4_list_cmp): Likewise.
2868 2008-11-04  Eric Blake  <ebb9@byu.net>
2870         Adjust expected output.
2871         * tests/torture.at (Missing templates): Reflect added quoting.
2872         Detected by Bob Proulx's buildbot.
2874         Reject arguments with leading =.
2875         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Detect case of
2876         missing variable name, with fewer forks.  Quote invalid arguments
2877         in message, in case they include spaces.
2878         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS)
2879         (_AC_OUTPUT_MAIN_LOOP): Quote invalid arguments.
2880         * lib/autotest/general.m4 (AT_INIT): Likewise.
2881         * tests/base.at (configure arguments): Test this.
2882         Reported by Jeff Squyres.
2884 2008-11-04  Eric Blake  <ebb9@byu.net>
2886         Upgrade to FDL 1.3.
2887         * cfg.mk (fetch): Add fdl-1.3.texi.
2888         * .gitattributes: Likewise.
2889         * doc/autoconf.texi (GNU Free Documentation License): Point to new
2890         upstream version.
2891         * doc/Makefile.am (autoconf_TEXINFOS): Likewise.
2892         (standards_TEXINFOS): Mention current dependence on older license.
2893         * doc/fdl-1.3.texi: New upstream file.
2894         * GNUmakefile: Resync from upstream.
2895         * build-aux/announce-gen: Likewise.
2896         * build-aux/texinfo.tex: Likewise.
2898 2008-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2900         Point at AM_SUBST_NOTMAKE.
2901         * doc/autoconf.texi (Setting Output Variables): Add cross
2902         reference to new Automake macro AM_SUBST_NOTMAKE.
2904 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
2906         Eliminate a fork per invocation of AC_LANG_CONFTEST.
2907         * lib/autoconf/c.m4 (AC_LANG_CONFTEST(C)): Define instead of
2908         AC_LANG_SOURCE(C).
2909         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Add a comment at the
2910         top of confdefs.h, which also works around cpp deficiencies.
2911         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Define AC_LANG_CONFTEST(xyz)
2912         (AC_LANG_CONFTEST): Dispatch based on _AC_LANG.
2913         (AC_LANG_CONFTEST()): New.
2915 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
2917         Reorganize definition of languages.
2918         * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Objective C),
2919         _AC_LANG_ABBREV(C), _AC_LANG_ABBREV(C++), _AC_LANG_ABBREV(Objective C),
2920         _AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++), _AC_LANG_PREFIX(Objective C)):
2921         Replace definitions with usage of AC_LANG_DEFINE.
2922         (Sections 2b, 2c): Delete.
2923         (Sections 1b, 1c): Move after section 2a.
2924         * lib/autoconf/erlang.m4 (AC_LANG(Erlang), _AC_LANG_ABBREV(Erlang),
2925         _AC_LANG_PREFIX(Erlang), AC_LANG_SOURCE(Erlang)): Replace definitions
2926         with usage of AC_LANG_DEFINE.
2927         (AC_LANG_ERLANG): Define using AU_DEFUN.
2928         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_LANG(Fortran 77),
2929         _AC_LANG_ABBREV(Fortran), _AC_LANG_ABBREV(Fortran 77),
2930         _AC_LANG_PREFIX(Fortran), _AC_LANG_PREFIX(Fortran 77),
2931         _AC_LANG_SOURCE(Fortran), AC_LANG_SOURCE(Fortran 77)): Replace
2932         definitions with usage of AC_LANG_DEFINE.
2933         * lib/autoconf/lang.m4 (AC_LANG_DEFINE, AC_LANG_SOURCE()): New.
2935 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
2937         Use preprocessor in cpp tests.
2938         * tests/c.at (CPP tests): Use AC_CHECK_HEADERS(..., [-]).
2940 2008-10-31  Paolo Bonzini  <bonzini@gnu.org>
2942         Rename _AC_CHECK_HEADER_OLD and _AC_CHECK_HEADER_NEW.
2943         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Adjust naming.
2944         (_AC_CHECK_HEADER_PREPROC_BODY): New name of _AC_CHECK_HEADER_OLD_BODY.
2945         (_AC_CHECK_HEADER_COMPILE_BODY): New name of _AC_CHECK_HEADER_NEW_BODY.
2946         (_AC_CHECK_HEADER_PREPROC): New name of _AC_CHECK_HEADER_OLD.
2947         (_AC_CHECK_HEADER_COMPILE): New name of _AC_CHECK_HEADER_NEW.
2948         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADER_NEW):
2949         Give better name.
2951 2008-10-31  Eric Blake  <ebb9@byu.net>
2953         Support multiple undiverts and dumpdefs at once.
2954         * lib/m4sugar/m4sugar.m4 (m4_dumpdefs, m4_undivert): Allow extra
2955         arguments.
2956         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>,
2957         <m4_undivert>: Document argument list change.
2958         * tests/m4sugar.at (m4@&t@_divert_stack, m4@&t@_dumpdef): Test
2959         them.
2961         Simplify diversion stack handling.
2962         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): Use fewer macros, and
2963         avoid extra newlines.
2964         (m4_divert_stack_push): Compute location here, rather than caller.
2965         (m4_divert_push): Update caller.
2966         (m4_divert): Likewise, and also adjust current diversion name.
2967         (m4_divert_pop): Simplify rule that diversion stack must never go
2968         empty.
2969         (_m4_require_call): Bypass diversion stack when collecting
2970         required macro text.
2971         (m4_init): Set current diversion without requiring m4_init.
2972         * lib/m4sugar/m4sh.m4 (AS_INIT): Avoid too many pops.
2973         * lib/autotest/general.m4 (AT_INIT): Likewise.
2974         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Schedule wrapped
2975         text to run prior to m4sugar cleanup.
2976         * doc/autoconf.texi (Text processing Macros) <m4_newline>: Mention
2977         optional argument.
2978         (Conditional constructs) <m4_ifvaln, m4_n>: Mention use of dnl.
2979         * NEWS: Undo blurb about m4_divert.
2980         * tests/m4sugar.at (m4@&t@_divert_stack): New test.
2982         Simplify expansion stack handling.
2983         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack): Use fewer macros;
2984         always output 'top level'.
2985         (_m4_expansion_stack_entry): New macro, to format the string only
2986         when needed.
2987         (m4_expansion_stack_push): Only push a macro name.
2988         (m4_warn, _m4_defun_pro): Update callers.
2989         (m4_expansion_stack_pop, m4_expansion_stack_dump): Delete.
2990         (_m4_defun_epi, m4_fatal): Inline the calls.
2991         * tests/m4sugar.at (m4@&t@_expansion_stack): New test.
2993 2008-10-30  Eric Blake  <ebb9@byu.net>
2995         Better documentation of AC_CHECK_HEADER's fourth argument.
2996         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
2997         how to suppress compiler or preprocessor header check.
2998         Reported by Jeff Squyres.
3000 2008-10-30  Eric Blake  <ebb9@byu.net>
3002         Fix LINENO testsuite failure.
3003         * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
3004         undocumented _AS_PREPARE, and move unset earlier in script.
3006         Update LINENO documentation.
3007         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
3008         (Special Shell Variables) <LINENO>: Mention that LINENO support in
3009         child scripts may be broken.  Modernize example.
3011 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
3013         Do not check for $LINENO in generated scripts.
3014         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Do not call _AS_LINENO_PREPARE,
3015         and explain why.
3017 2008-10-30  Eric Blake  <ebb9@byu.net>
3019         Don't check for non-POSIX extensions in suggested tests.
3020         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_WORKS): Remove suggestion;
3021         we still use += if available, but should not reject shells (like
3022         dash) that don't provide it.
3023         (_AS_DETECT_SUGGESTED): Document a policy for m4sh.
3024         Reported by Paolo Bonzini.
3026 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
3028         Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
3029         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
3030         with a given CONFIG_SHELL, move it to SHELL.
3031         (AS_INIT_GENERATED): Re-export SHELL.
3033 2008-10-30  Eric Blake  <ebb9@byu.net>
3035         Work around Solaris /bin/sh case bug.
3036         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT): Always provide
3037         a non-empty command list.
3038         (AS_CASE): Always guarantee that a case will match.
3039         * doc/autoconf.texi (Limitations of Builtins) <case>: Document the
3040         Solaris bug, and mention AS_CASE.
3042 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
3044         Require _AS_CR_PREPARE where appropriate.
3045         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
3046         (AS_PREPARE): Require _AS_CR_PREPARE.
3048         Avoid walking the entire PATH when looking for a better shell.
3049         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Test shell characteristics
3050         as the PATH is walked.
3052         Add third argument to _AS_PATH_WALK
3053         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Do not call _AS_CR_PREPARE.
3054         (_AS_PATH_WALK): Add third optional argument.
3056         Trim down the length of the shell function test.
3057         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Condense.
3059 2008-10-29  Eric Blake  <ebb9@byu.net>
3061         Fix LINENO detection to work around bash and pdksh limitations.
3062         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Enhance the test, so
3063         that we can choose which of two tests to trust.
3064         (_AS_RUN): Set flag when alternate shell is running.
3065         (_AS_DETECT_EXPAND): New macro.
3066         (_AS_DETECT_BETTER_SHELL): Use it to massage LINENO tests.
3068 2008-10-29  Eric Blake  <ebb9@byu.net>
3070         Mention proper fix for zsh users.
3071         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Recommend zsh
3072         version known to work.
3073         Suggested by Paolo Bonzini.
3075         Document current beta-quality status.
3076         * configure.ac: Reflect fact that change to git-version-gen
3077         produces -, but not always a letter, on non-release builds.
3078         * BUGS: Mention known issues.
3079         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
3080         debugging platforms with deficient shells.
3082 2008-10-29  Eric Blake  <ebb9@byu.net>
3084         Alter signature of AS_INIT_GENERATED.
3085         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): Add parameters, and
3086         manage here-doc and chmod in place.  This also allows future
3087         changes for optimizing the child via diversion/m4_wrap magic.
3088         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
3089         caller.
3090         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
3091         Update the documentation.
3093 2008-10-29  Eric Blake  <ebb9@byu.net>
3095         Use _m4_stack_reverse in m4_set.
3096         * lib/m4sugar/m4sugar.m4 (_m4_set_contents_1)
3097         (_m4_set_contents_2): Rewrite to share _m4_stack_reverse
3098         implementation.
3099         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
3100         (m4_set_map): Adjust callers to new API.
3102         Add m4_stack_foreach_sep.
3103         * lib/m4sugar/m4sugar.m4 (m4_stack_foreach_sep)
3104         (m4_stack_foreach_sep_lifo): New macros.
3105         (_m4_stack_reverse): Adjust prototype, to support it.
3106         (m4_copy): Use fewer macros.
3107         * tests/m4sugar.at (m4@&t@_stack_foreach): Rename...
3108         (m4@&t@_stack): ...and add m4_stack_foreach_sep tests.
3110 2008-10-29  Bruno Haible  <bruno@clisp.org>
3112         Mention Sun WorkShop 6.2 OpenMP bug.
3113         * doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
3115 2008-10-29  Paolo Bonzini  <bonzini@gnu.org>
3117         Rewrite handling of diversion and expansion stack.
3118         * NEWS: Document stricter requirement on m4_init.
3119         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): New, replacing
3120         _m4_divert_n_stack.
3121         (_m4_divert_stack_push): New.
3122         (m4_divert): Use _m4_divert_stack_push and replace m4_define with
3123         m4_popdef.
3124         (m4_divert_push): Use _m4_divert_stack_push.
3125         (m4_divert_pop): Use m4_divert_stack instead of _m4_divert_n_stack,
3126         pop _m4_divert_stack instead of m4_divert_stack.
3127         (m4_expansion_stack): New.  Update comment above it.
3128         (m4_expansion_stack_push, m4_expansion_stack_pop): Work on
3129         _m4_expansion_stack instead of m4_expansion_stack.
3130         (m4_expansion_stack_dump): Check presence of _m4_expansion_stack
3131         instead of m4_expansion_stack.  Use m4_expansion_stack's expansion
3132         instead of the definition, and compensate for the trailing newline
3133         in the expansion.
3134         (m4_warn, _m4_defun_pro, _m4_defun_epi): Check presence of
3135         _m4_expansion_stack instead of m4_expansion_stack.
3136         (m4_newline): Expand first argument after the newline.
3137         (m4_init): Use m4_divert_stack instead of _m4_divert_n_stack,
3138         * tests/m4sugar.at (m4_append, m4_text_wrap): Invoke m4_init.
3139         * tests/tools.at (whitespace in file names, the empty token): Likewise.
3141 2008-10-28  Eric Blake  <ebb9@byu.net>
3143         Reduce forks while searching for better shell.
3144         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED)
3145         (_AS_DETECT_SUGGESTED): No need to provide extra subshell; _AS_RUN
3146         already does the job.
3147         (_AS_DETECT_BETTER_SHELL): Simplify AS_EXIT when not run in a trap
3148         0 context.
3150         Undo needless efforts to protect $2 in $2_t.
3151         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY)
3152         (_AC_TYPE_UNSIGNED_INT_BODY): Reduce extra quoting.
3154 2008-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3156         Fix parallel test execution output lossage.
3157         * lib/autotest/general.m4 (_AT_CHECK): Truncate files to hold
3158         standard output and standard error before the test, use append
3159         mode for writing.
3160         * THANKS: Update.
3161         Caught by Bob Proulx' build daemons, analysis and suggested fix
3162         by Stéphane Chazelas.
3164 2008-10-28  Eric Blake  <ebb9@byu.net>
3166         Use m4_map_args in more places.
3167         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_dumpdef, m4_popdef)
3168         (m4_undefine, m4_combine): Use m4_map_args, rather than
3169         m4_foreach.
3171 2008-10-28  Eric Blake  <ebb9@byu.net>
3173         Override m4 1.4.x dumpdef, as it breaks autom4te.
3174         * lib/m4sugar/m4sugar.m4 (m4_dumpdef): New implementation.
3175         (m4_copy): Formatting touchup.
3176         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
3177         semantic differences as well as m4_dumpdefs.
3178         * NEWS: Likewise.
3179         * tests/m4sugar.at (m4@&t@_dumpdef): New test.
3181 2008-10-28  Eric Blake  <ebb9@byu.net>
3183         Allow m4sugar to be used without autom4te, such as in bison.
3184         * lib/m4sugar/m4sugar.m4 (m4_text_wrap, m4_qlen): Document that
3185         alternate escape sequences can be used.
3186         (m4_text_box): Likewise.  Don't output quadrigraphs.
3187         (m4_qdelta): Delete unused macro.
3189 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
3191         Add m4_stack_foreach and m4_stack_foreach_lifo.
3192         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): New from _m4_copy.
3193         (m4_stack_foreach, m4_stack_foreach_lifo): New.
3194         (m4_copy): Use m4_stack_foreach and m4_curry.
3195         (_m4_dumpdefs_down, _m4_dumpdefs_up): Remove.
3196         (m4_dumpdefs): Rewrite using m4_stack_foreach_lifo.
3197         * tests/m4sugar.at (m4_stack_foreach): New test.
3199 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
3201         use a shell function for AC_TYPE_INTx_T
3202         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY, _AC_TYPE_UNSIGNED_INT_BODY):
3203         New.
3204         (_AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT): Define and use a shell function.
3206 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
3208         * lib/autoconf/general.m4 (AC_CHECK_DECL): Fix AS_ESCAPE usage.
3209         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL,
3210         _AC_CHECK_HEADER_NEW): Likewise.
3211         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
3213 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
3215         * lib/autoconf/types.m4 (_AC_CHECK_MEMBER_BODY): New.
3216         (AC_CHECK_MEMBER): Define and use a shell function.
3218 2008-10-27  Eric Blake  <ebb9@byu.net>
3220         Prefer m4_fatal over AC_FATAL.
3221         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF)
3222         (AC_CHECK_MEMBER): Use non-obsolete macro name.
3223         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF): Likewise.
3224         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE, AC_SUBST):
3225         Likewise.
3226         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
3227         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCY_DEFAULT)
3228         (_AC_CONFIG_UNIQUE, _AC_CONFIG_REGISTER_DEST): Likewise.
3230 2008-10-27  Eric Blake  <ebb9@byu.net>
3232         Avoid raw carriage return in scripts.
3233         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Generate CR
3234         via tr, rather than with literal byte.
3235         * THANKS: Update.
3236         Reported by Steven R. Loomis; patch suggested by Thomas Dickey.
3238 2008-10-27  Eric Blake  <ebb9@byu.net>
3240         Use AS_VAR_ARITH.
3241         * lib/autotest/general.m4 (at_func_arith): Delete; replace all
3242         clients with AS_VAR_ARITH instead.
3243         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Use new
3244         macro.
3245         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Likewise.
3246         * tests/torture.at (Torturing config.status): Likewise.
3247         * tests/tools.at (autom4te --force): Likewise.
3249         Add AS_VAR_ARITH.
3250         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE, _AS_VAR_ARITH_WORKS)
3251         (AS_VAR_ARITH): New macros.
3252         (_AS_PREPARE, AS_PREPARE): Emit preparation.
3253         * tests/m4sh.at (AS@&t@_VAR_ARITH): New test.
3254         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_ARITH>:
3255         Document new macro.
3256         (Limitations of Usual Tools) <expr>: Mention portability problem
3257         if first argument starts with -.
3258         (Shell Substitutions) <$((expression))>: Mention it.
3259         * NEWS: Likewise.
3261 2008-10-27  Eric Blake  <ebb9@byu.net>
3263         Use read, rather than `cat`, for safe one-line files.
3264         * lib/autotest/general.m4 (AT_CLEANUP): Avoid a fork, since it is
3265         known that the file has only one line and no \.
3266         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_RUN): Likewise.
3268 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
3270         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE,
3271         _AC_COMPUTE_INT_RUN): Add IF-SUCCESS argument.
3272         (_AC_COMPUTE_INT_BODY): New.
3273         (AC_COMPUTE_INT): Define and use a shell function.
3275 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
3277         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW_BODY): Extract
3278         test body here.  Move head comment of _AC_CHECK_TYPE_NEW here.
3279         (_AC_CHECK_TYPE_NEW): Define a shell function and call it.
3281 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
3283         * lib/autoconf/general.m4 (_AC_CHECK_DECL_BODY): New.
3284         (AC_CHECK_DECL): Use a shell function.
3286 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
3288         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_OLD,
3289         _AC_CHECK_HEADER_NEW): Use a shell function.
3291 2008-10-25  Eric Blake  <ebb9@byu.net>
3293         Track recent copyright assignments.
3294         * AUTHORS: Update.
3296 2008-10-25  Paolo Bonzini  <bonzini@gnu.org>
3297         and Eric Blake  <ebb9@byu.net>
3299         Use a shell function for _AC_CHECK_HEADER_MONGREL.
3300         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): New
3301         macro.
3302         (_AC_CHECK_HEADER_MONGREL): Use a shell function.
3304 2008-10-25  Eric Blake  <ebb9@byu.net>
3306         Simplify _AS_PREPARE handling of functions.
3307         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Factor...
3308         (_AS_REQUIRE_SHELL_FN): ...into new helper macro.
3309         (_AS_PREPARE): Temporarily redefine AS_REQUIRE_SHELL_FN to make
3310         this task easier.
3311         (_AS_LINENO_PREPARE): Make more efficient.
3312         (_AS_MKDIR_P_PREPARE): Simplify use in _AS_PREPARE.
3313         (_AS_UNSET_PREPARE): Avoid blank newline.
3314         (AS_INIT): Emit as_func_unset alongside other functions.
3316 2008-10-25  Eric Blake  <ebb9@byu.net>
3318         Document AS_EXIT.
3319         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Document
3320         this macro.
3321         (Limitations of Builtins): Mention AS_EXIT.
3322         * NEWS: Mention it.
3324         Use AS_EXIT in autoconf.as.
3325         * bin/autoconf.as: Consistently use AS_EXIT.
3327 2008-10-24  Eric Blake  <ebb9@byu.net>
3329         Fix m4 underquoting in AC_PROG_INSTALL.
3330         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate
3331         character ranges.
3333         Speed up AC_CHECK_HEADER.
3334         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Factor out $@.
3336 2008-10-24  Paolo Bonzini  <bonzini@gnu.org>
3337         and Eric Blake  <ebb9@byu.net>
3339         Use a shell function for AC_CHECK_FUNC.
3340         * lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): New macro.
3341         (AC_CHECK_FUNC): Use a shell function.
3342         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Reduce number of forks.
3344 2008-10-24  Eric Blake  <ebb9@byu.net>
3346         Work around fact that gnulib-tool doesn't use m4_copy.
3347         * lib/autoconf/general.m4 (AC_LIBOBJ, AC_LIBSOURCES): Defun, not
3348         define, so that an initial location is present, to account for
3349         fact that gnulib-tool pushes another AC_DEFUN'd macro on top.
3351         Make m4_defun_init more robust.
3352         * lib/m4sugar/m4sugar.m4 (m4_defun_init): Handle indirect macro
3353         names, and correct number of arguments.
3354         (m4_copy): Also set up location of the copy.
3355         (m4_defun): When copied, use current macro name, not original.
3356         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
3357         Update test.
3359         Optimize clients of AS_REQUIRE.
3360         * lib/m4sugar/m4sugar.m4 (m4_defun): Add undocumented third
3361         argument.
3362         (m4_defun_init): New undocumented macro.
3363         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG, AS_MESSAGE, AS_BASENAME)
3364         (_AS_DIRNAME_EXPR, AS_DIRNAME, AS_ECHO, AS_ECHO_N, AS_TEST_X)
3365         (AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK, AS_VERSION_COMPARE)
3366         (AS_TR_SH, AS_TR_CPP, AS_VAR_APPEND, AS_VAR_PUSHDEF): Use it to
3367         simplify these macros once the one-shot initialization is
3368         complete.
3369         * tests/m4sugar.at (m4@&t@_require: one-shot initialization): New
3370         test.
3372         Improve m4_copy.
3373         * lib/m4sugar/m4sugar.m4 (m4_copy): Add second implementation for
3374         public use.
3375         (_m4_copy): New macro, which preserves pushdef stacks.
3376         (_m4_defun_pro_outer): Bypass it, for speed.
3377         (m4_init): Bypass new implementation, since it breaks on m4_defn.
3378         * bin/autoupdate.in (handle_autoconf_macros): Likewise.
3379         * lib/autoconf/general.m4 (AC_PREREQ): Undefine before redefining,
3380         now that m4_copy checks this.
3381         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
3382         this, as well as m4_rename.
3383         * lib/autoconf/autoconf.m4 (m4_copy): Temporarily redefine when
3384         renaming builtins, since it breaks on m4_ifdef.
3385         * NEWS: Likewise.
3386         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
3388 2008-10-24  Eric Blake  <ebb9@byu.net>
3390         AC_FUNC_GETGROUPS: Revert regression.
3391         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Only set
3392         ac_cv_func_getgroups_works=no when it is not available.
3394 2008-10-23  Eric Blake  <ebb9@byu.net>
3396         Whitespace cleanup.
3397         * lib/autoconf/fortran.m4: Consistently use tabs.
3399 2008-10-23  Chikama Masaki  <masaki.chikama@gmail.com>  (tiny change)
3401         For gfortran on sh, ignore -little.
3402         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
3403         list of ignored arguments.
3404         * THANKS: Update.
3406 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
3408         Eliminate empty lines after AC_*_IFELSE.
3409         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3410         _AC_LINK_IFELSE, _AC_RUN_IFELSE): Add a dnl at end.
3412 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
3414         Avoid a fork in _AC_RUN_LOG and _AC_RUN_LOG_STDERR
3415         * lib/autoconf/general.m4 (_AC_RUN_LOG, _AC_RUN_LOG_STDERR):
3416         Return a boolean status code based on $ac_status.
3418 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
3420         Ensure actions can look at conftest* files.
3421         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY,
3422         _AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY, _AC_RUN_IFELSE_BODY):
3423         Move rm commands, except IPA files and Apple debug symbols...
3424         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE,
3425         _AC_RUN_IFELSE): ...in here.
3426         * tests/compile.at: Add regression test.
3428 2008-10-23  Eric Blake  <ebb9@byu.net>
3430         Remove excess dnl from m4sh.
3431         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_PREPARE)
3432         (_AS_SHELL_FN_WORK, _AS_SHELL_SANITIZE, AS_IF, _AS_ECHO_LOG)
3433         (AS_MESSAGE, AS_ERROR, AS_BASENAME, _AS_BASENAME_PREPARE)
3434         (_AS_DIRNAME_EXPR, AS_DIRNAME, _AS_DIRNAME_PREPARE, AS_ECHO)
3435         (AS_ECHO_N, AS_TEST_X, AS_EXECUTABLE_P, _AS_ME_PREPARE)
3436         (_AS_LINENO_PREPARE, AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK)
3437         (AS_SET_CATFILE, AS_HELP_STRING, AS_TMPDIR, AS_VERSION_COMPARE)
3438         (_AS_TR_SH_PREPARE, AS_TR_SH, _AS_TR_CPP_PREPARE, AS_TR_CPP)
3439         (_AS_TR_PREPARE, AS_VAR_APPEND, AS_VAR_PUSHDEF)
3440         (AS_INIT_GENERATED): Use fewer dnl in m4sh macro bodies.
3442 2008-10-23  Paolo Bonzini  <bonzini@gnu.org>
3443         and Eric Blake  <ebb9@byu.net>
3445         Use a shell function for _AC_RUN_IFELSE.
3446         * lib/autoconf/general.m4 (_AC_RUN_IFELSE_BODY): New macro.
3447         (_AC_RUN_IFELSE): Use a shell function.
3448         (_AC_RUN_LOG): Avoid subshell for logging.
3450 2008-10-23  Eric Blake  <ebb9@byu.net>
3452         Formatting tweak: balance () with m4sh case statements.
3453         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
3454         (_AS_SHELL_SANITIZE, _AS_ECHO_N_PREPARE, _AS_ECHO_PREPARE)
3455         (AS_SET_CATFILE, _AS_TEST_PREPARE): Add strategic shell comments.
3456         (_AS_CASE, _AS_CASE_DEFAULT, AS_CASE): Rearrange newlines, to
3457         allow output of strategic shell comments.
3458         (AS_VERSION_COMPARE): Use AS_CASE.
3459         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
3461 2008-10-22  Jim Meyering  <meyering@redhat.com>
3463         AC_FUNC_GETGROUPS: always define $ac_cv_func_getgroups_works
3464         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Always define
3465         the shell variable, $ac_cv_func_getgroups_works.  Otherwise, if
3466         it is set to "yes" in the environment and configure is run on
3467         a system like mingw that lacks the getgroups function, it would
3468         mistakenly define HAVE_GETGROUPS.  Reported by Simon Josefsson in
3469         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/15354>.
3471 2008-10-22  Paolo Bonzini  <bonzini@gnu.org>
3472         and Eric Blake  <ebb9@byu.net>
3474         Use a shell function for _AC_LINK_IFELSE.
3475         * lib/autoconf/general.m4 (_AC_LINK_IFELSE_BODY): New macro.
3476         (_AC_LINK_IFELSE): Use a shell function.
3478 2008-10-22  Eric Blake  <ebb9@byu.net>
3480         Fix autoconf logging commands.
3481         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED, _AC_EVAL)
3482         (_AC_EVAL_STDERR, AC_RUN_LOG): Respect as_lineno.
3483         (_AC_DO_ECHO): Likewise, and use fewer dnl.
3484         (_AC_RUN_LOG_STDERR): Avoid subshell for logging.
3486 2008-10-22  Eric Blake  <ebb9@byu.net>
3488         Fix testsuite failure.
3489         * tests/mktests.sh (ac_exclude_list): Don't generate test for
3490         AC_REQUIRE_SHELL_FN.
3492 2008-10-21  Eric Blake  <ebb9@byu.net>
3494         Improve wording related to automake and autotest.
3495         * doc/autoconf.texi (Making testsuite Scripts): Clarify wording in
3496         relation to automake.  Mention dependency on package.m4.
3497         Consolidate examples.  Define AUTOM4TE.
3498         * THANKS: Update.
3499         Reported by William Pursell.
3501 2008-10-21  Eric Blake  <ebb9@byu.net>
3503         Allow AS_VAR_SET_IF in shell lists.
3504         * lib/m4sugar/m4sh.m4 (AS_VAR_SET_IF): Allow continuation of
3505         line.
3506         * lib/autoconf/general.m4 (AC_CACHE_VAL): Supply newline no longer
3507         provided by AS_VAR_SET_IF.
3508         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Adjust
3509         clients.
3510         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
3511         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
3513         Allow AS_VAR_IF in shell lists.
3514         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): Allow continuation of line.
3515         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Adjust clients.
3516         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
3517         Likewise.
3518         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
3519         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD)
3520         (_AC_CHECK_HEADER_DIRENT): Likewise.
3521         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
3522         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
3523         Likewise.
3524         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
3526         Allow AS_CASE in shell lists.
3527         * lib/m4sugar/m4sh.m4 (AS_CASE): Always execute test, in case of
3528         side effects.  Allow continuation of script on same line as esac.
3529         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Adjust client.
3530         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
3531         * NEWS: Document the subtle change.
3533         Allow AS_IF in shell lists.
3534         * lib/m4sugar/m4sh.m4 (AS_IF): Always execute test, in case of
3535         side effects.  Allow continuation of script on same line as fi.
3536         (_AS_DETECT_BETTER_SHELL): Adjust clients.
3537         (AS_VAR_IF, AS_VAR_SET_IF): For now, supply newline no longer
3538         given by AS_IF.
3539         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Likewise.
3540         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Likewise.
3541         (AC_EGREP_CPP, _AC_RUN_IFELSE): Adjust client.
3542         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
3543         * doc/autoconf.texi (Common Shell Constructs) <AS_IF>: Fix typo.
3544         (Polymorphic Variables): Move mention of dnl to the only two
3545         AS_VAR functions that need it.
3547 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
3548         and Eric Blake  <ebb9@byu.net>
3550         Use a shell function for _AC_COMPILE_IFELSE.
3551         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE_BODY): New macro.
3552         (_AC_COMPILE_IFELSE): Use a shell function.
3554 2008-10-21  Eric Blake  <ebb9@byu.net>
3556         Use AS_VAR_APPEND.
3557         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS_ONCE): Use new macro.
3558         * lib/autoconf/general.m4 (_AC_INIT_PREPARE)
3559         (_AC_LIBOBJS_NORMALIZE): Likewise.
3560         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): Likewise.
3561         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS)
3562         (_AC_OUTPUT_CONFIG_STATUS, _AC_OUTPUT_MAIN_LOOP): Likewise.
3563         * lib/autotest/general.m4 (AT_INIT): Likewise.
3565         Add AS_VAR_APPEND.
3566         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
3567         (_AS_VAR_APPEND_WORKS, AS_VAR_APPEND): New macros.
3568         (AS_PREPARE, _AS_PREPARE): Emit preparation.
3569         * tests/m4sh.at (AS@&t@_VAR_APPEND): New test.
3570         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_APPEND>:
3571         Document new macro.
3572         <AS_VAR_SET>: Mention ramification of `""` rules.
3573         * NEWS: Mention new macro.
3575 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
3576         and Eric Blake  <ebb9@byu.net>
3578         Use a shell function for _AC_PREPROC_IFELSE.
3579         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY): New macro.
3580         (_AC_PREPROC_IFELSE): Use a shell function.
3581         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Factor for faster execution.
3582         (AS_REQUIRE_SHELL_FN): Bypass AS_REQUIRE if function has already
3583         been provided.
3585 2008-10-21  Eric Blake  <ebb9@byu.net>
3587         Add banners to generated files.
3588         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
3589         existing banner.
3590         (AS_INIT): Add new banners at strategic points.
3591         * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
3592         make consistent with other banners.
3593         * lib/autotest/general.m4 (AT_INIT): Make banners consistent.
3595 2008-10-20  Paolo Bonzini  <bonzini@gnu.org>
3597         Add AC_REQUIRE_SHELL_FN and the SHELL_FN diversion.
3598         * lib/autoconf/general.m4 (AC_REQUIRE_SHELL_FN): New.
3599         (m4_divert(SHELL_FN)): New.
3601 2008-10-20  Eric Blake  <ebb9@byu.net>
3603         Avoid unportable use of echo in testsuite.
3604         * tests/m4sh.at (AS@&t@_VAR basics): Use AS_ECHO, since string
3605         contains backslash.
3607 2008-10-18  Paolo Bonzini  <bonzini@gnu.org>
3609         Make sure that nested AS_REQUIRE do not lose the desired diversion.
3610         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Expand _m4_divert_desired before
3611         passing it to m4_divert_require, so that its content is not used
3612         anymore.
3613         * tests/m4sh.at (Nested AS_REQUIRE): New testcase.
3615 2008-10-18  Eric Blake  <ebb9@byu.net>
3617         Document bugs in { } handling.
3618         * doc/autoconf.texi (Limitations of Builtins): Mention bug on
3619         empty list.
3621         Fix some testsuite failures introduced two days ago.
3622         * tests/m4sh.at (Nested AS@&t@_REQUIRE_SHELL_FN)
3623         (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require): Adjust to changed
3624         API.
3625         Reported by Ralf Wildenhues.
3627 2008-10-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3629         Show how to extract single substitutions from config.status.
3630         * doc/autoconf.texi (config.status Invocation): Show example
3631         using `--file=-'.
3633 2008-10-17  Eric Blake  <ebb9@byu.net>
3635         Add m4_curry.
3636         * lib/m4sugar/m4sugar.m4 (m4_curry, _m4_curry): New macros.
3637         * tests/m4sugar.at (m4@&t@_map_args): Rename...
3638         (m4@&t@_map_args and m4@&t@_curry): ...and add currying tests.
3639         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
3640         currying as a way to add parameters.
3641         (Evaluation Macros) <m4_curry>: Document the new macro.
3642         * NEWS: Likewise.
3644         Improve suggested test filtering.
3645         * lib/m4sugar/m4sh.m4 (_AS_DETECT_SUGGESTED_PRUNE): New macro,
3646         extracted from...
3647         (_AS_DETECT_BETTER_SHELL): ...here, to use faster API.  No need to
3648         check for an empty required set.
3650         Add m4_set_map.
3651         * lib/m4sugar/m4sugar.m4 (m4_set_foreach): New macro.
3652         * tests/m4sugar.at (m4@&t@_set): Enhance test.
3653         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
3654         Document it.
3655         * NEWS: Likewise.
3657         Document m4_map_args.
3658         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair):
3659         Rename...
3660         (m4_map_args, m4_map_args_pair): ...to these names, and document.
3661         (m4_version_unletter): Use the interface.
3662         * lib/m4sugar/foreach.m4 (m4_map_args, m4_map_args_pair)
3663         (_m4_map_args_, _m4_map_args_pair_, _m4_map_args_pair_end):
3664         Perform same renames.
3665         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Adjust callers.
3666         * tests/m4sugar.at (m4@&t@_map_args): New test.
3667         (recursion): Adjust caller.
3668         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Likewise.
3669         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
3670         this interface.
3671         * NEWS: Mention the new macros.
3673 2008-10-17  Eric Blake  <ebb9@byu.net>
3675         Reduce vertical whitespace in configure.
3676         * lib/autoconf/general.m4 (AC_INIT): Silence newline output during
3677         m4 side effect initializations.
3678         * lib/m4sugar/m4sh.m4 (AS_PREPARE): Likewise.
3680 2008-10-17  Eric Blake  <ebb9@byu.net>
3682         Document AS_VAR interfaces.
3683         * doc/autoconf.texi (Programming in M4sh): M4sh is now prime-time.
3684         (Polymorphic Variables): New node.
3685         * NEWS: Update accordingly.
3687         Test AS_VAR interfaces.
3688         * tests/m4sh.at (AS@&t@_VAR): New test.
3689         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Force expansion of
3690         _AS_TR_SH_PREPARE at top level, rather than argument collection.
3691         (AS_TR_SH): Support command substitution.
3693         Add AS_VAR_COPY.
3694         * lib/m4sugar/m4sh.m4 (AS_VAR_COPY): New macro.
3695         (AS_VAR_IF): Use it, instead of the broken AS_VAR_GET.
3696         * lib/autoconf/general.m4 (AC_CACHE_CHECK): Likewise.
3697         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
3698         * lib/autotest/general.m4 (_AT_FINISH): Likewise.
3700         Sort AS_VAR_* interfaces.
3701         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Reduce output to one line.
3702         (AS_VAR_TEST_SET, AS_VAR_SET, AS_VAR_SET_IF, AS_VAR_POPDEF): Sort,
3703         no code changes.
3705 2008-10-16  Eric Blake  <ebb9@byu.net>
3707         Allow comments before functions emitted by m4sh.
3708         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Add comment
3709         argument.  Supply closing comment, to ease readability.
3710         (_AS_MKDIR_P_PREPARE): Adjust caller.
3711         (_AS_UNSET_PREPARE): Add comment.
3713         Add AS_FUNCTION_DESCRIBE.
3714         * lib/m4sugar/m4sh.m4 (AS_FUNCTION_DESCRIBE): New macro.
3715         * lib/autotest/general.m4 (AT_INIT): Use it.
3717 2008-10-16  Eric Blake  <ebb9@byu.net>
3719         Speed up m4_qlen with caching.
3720         * lib/m4sugar/m4sugar.m4 (_m4_qlen): Renamed from old m4_qlen.
3721         (m4_qlen): Cache results for speed.
3723 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
3725         Add a testcase using more then one language.
3726         * tests/compile.at (Multiple languages): New test.
3728 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
3730         Fix Libtool's config.lt test.
3731         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
3732         expanding it.
3734 2008-10-15  Eric Blake  <ebb9@byu.net>
3736         Break circular require chain in _AS_LINENO_PREPARE.
3737         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Ensure that logging is
3738         disabled when reporting LINENO failure, since logging requires
3739         LINENO.
3740         * doc/autoconf.texi (Initialization Macros): Recommend m4_pushdef,
3741         not m4_rename, since the latter is undocumented.
3742         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid
3743         m4_rename, as it does not yet handle pushdef stacks.
3744         Reported by Ralf Wildenhues.
3746 2008-10-15  Eric Blake  <ebb9@byu.net>
3748         Cleanups to previous patches.
3749         * doc/autoconf.texi (Portable Shell): Minor edits.
3750         (Limitations of Builtins): Touch up wording.
3751         * lib/m4sugar/m4sh.m4 (AS_LINENO_PUSH): Nuke trailing whitespace.
3752         (_AS_SHELL_SANITIZE): Wrap comments less than 80 columns.
3754 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3756         Updates to shell portability documentation.
3757         * doc/autoconf.texi: Updates all references to "Portable Shell" and
3758         "Limitations of Builtins" to use three-argument commands.
3759         (Programming in M4sh): Document AS_ECHO, AS_ECHO_N, AS_UNSET.
3760         (Portable Shell): Move here discussion about "Where is the POSIX
3761         shell?"  Mention that M4sh provides a SVR2 shell and takes care
3762         of unsetting variables if necessary.  Talk about M4sh and not only
3763         Autoconf-generated scripts.
3764         (Special Shell Variables): Talk about M4sh and not only
3765         Autoconf-generated scripts.  Don't talk about things that Autoconf
3766         does not do.  Mention problems of $LINENO with shell functions.
3767         (Limitations of Builtins).  Mention AS_ECHO and AS_ECHO_N.  Move
3768         discussion of eval bugs before discussion on proper use of eval.
3769         Mention AS_IF.  Reword why not to use "shift N".  Mention "foo=;
3770         unset foo" trick.  Include M4sh code that unsets MAIL for Bash 2.01.
3771         * NEWS: Update list of documented M4sh macros.
3773 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3775         Assume a (possibly buggy) `unset' is present after a
3776         `better shell' was found.
3777         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Use AS_UNSET.
3778         * lib/autoconf/programs.m4 (AC_PROG_SED): Use AS_UNSET.
3779         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Provide $as_unset as an
3780         alias for AS_UNSET, for backwards compatibility.
3781         (_AS_DETECT_BETTER_SHELL): Set BASH_ENV and ENV to /dev/null in case
3782         the shell does not support unset.
3783         (_AS_SHELL_SANITIZE): Work around Bash 2.01 bugs.  Unset BASH_ENV.
3784         (AS_INIT, _AS_PREPARE, AS_PREPARE): Call it.
3785         (AS_UNSET): Assume it is there but it might fail if the variable is
3786         not set.  Use it throughout instead of $as_unset.
3788 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3790         Turn AS_SHELL_SANITIZE into a for-Libtool-only wrapper.
3791         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED): Remove
3792         m4_require of _AS_DETECT_BETTER_SHELL.
3793         (_AS_CLEANUP): Add it here.
3794         (_AS_DETECT_BETTER_SHELL): Just expand the test instead of appending it
3795         to _AS_CLEANUP.
3796         (_AS_SHELL_SANITIZE): New name of the old AS_SHELL_SANITIZE macro.
3797         (AS_SHELL_SANITIZE): New macro hacking around Libtool misuse.
3798         (AS_PREPARE): Use _AS_SHELL_SANITIZE.
3799         (AS_INIT): Add m4_provide of itself.
3801 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3803         Use "test x$foo = xyes" to avoid upsetting Libtool's sh.test.
3804         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_SHELL_FN_WORK): Use
3805         "test x$foo = xyes".
3807 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3809         Trim down the size of the better-shell test.
3810         * lib/m4sugar/m4sh.at (_AT_DETECT_BETTER_SHELL): Store the common
3811         snippets into shell variables.
3812         (_AS_RUN): Rewrite.
3814 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
3816         Support a stack of LINENO values for AS_MESSAGE.
3817         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): If defined, use $as_lineno as
3818         the line number emitted to the log file.
3819         (AS_LINENO_PUSH, AS_LINENO_POP): New.
3820         * tests/m4sh.at (LINENO Stack): New test.
3822 2008-10-14  Eric Blake  <ebb9@byu.net>
3824         Correct previous patch.
3825         * doc/autoconf.texi (Shell Functions): Bash obeys Posix, after
3826         all.
3828         Document shell function environment pitfall.
3829         * doc/autoconf.texi (Shell Functions): Document bugs in bash,
3830         Solaris /bin/sh.
3832 2008-10-14  Paolo Bonzini  <bonzini@gnu.org>
3834         Use m4_require to implement AS_REQUIRE.
3835         * lib/m4sugar/m4sugar.m4 (_m4_require_call): Accept a third argument.
3836         (m4_require): Pass it.
3837         (m4_divert_require): New.
3838         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Rewrite using m4_divert_require.
3839         Remove comment about differences with m4_require.
3840         * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): Update to test
3841         the expected behavior.
3842         (Nested AS_REQUIRE_SHELL_FN): New test.
3844 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3846         Test AS_LINENO_PREPARE.
3847         * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
3849 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3851         Test AS_ME_PREPARE.
3852         * tests/m4sh.at (as_me): New test.
3854 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3856         Add and document AS_INIT_GENERATED.
3857         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
3858         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
3859         * doc/autoconf.texi (Initialization macros): Document it.
3861 2008-10-13  Eric Blake  <ebb9@byu.net>
3863         Use consistent shell function style.
3864         * lib/m4sugar/m4sh.m4 (_AS_PREPARE, AS_REQUIRE_SHELL_FN)
3865         (_AS_SHELL_FN_WORK): Imitate GNU Coding Standards for C
3866         functions.
3868 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
3870         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
3871         contributors under m4 rather than shell comments.
3873 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
3875         * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New.
3876         * doc/autoconf.texi (Initialization macros): Document them.
3877         (Portable Shell): Refer to AS_LINENO_PREPARE.
3878         * NEWS: Mention them.
3880         * bin/autoconf.as: Invoke AS_ME_PREPARE.
3881         * lib/autotest/general.m4: Likewise.
3883 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
3885         * doc/autoconf.texi (Programming in M4sh): Make its own chapter.
3887 2008-10-10  Eric Blake  <ebb9@byu.net>
3889         Fix _AS_MKDIR_P usage.
3890         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P): Correct documentation to
3891         match implementation.
3892         (_AS_PREPARE, _AS_MKDIR_P_PREPARE): Adjust callers.
3893         * doc/autoconf.texi (Programming in M4sh) <AS_MKDIR_P>: Tweak
3894         wording to better match behavior.
3896 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
3898         * doc/autoconf.texi: Be less wary of shell functions.
3899         * NEWS: Document the increased use of shell functions.
3901 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
3903         * m4sugar/m4sh.m4 (_AS_MKDIR_P): New, from AS_MKDIR_P.  Adjust
3904         meaning of as_mkdir_p to be `false' or a full `mkdir -p' command.
3905         (AS_MKDIR_P): Just dispatch to as_func_mkdir_p.
3906         (_AS_PREPARE): Define shell functions.
3907         (_AS_MKDIR_P_PREPARE): Set as_mkdir_p according to the above change.
3908         Define shell functions.
3910 2008-10-09  Eric Blake  <ebb9@byu.net>
3912         Only prepare $as_me if it will be used.
3913         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Avoid unconditional
3914         preparation.
3915         (_AS_ECHO_LOG): Depend on $LINENO preparation.
3916         (AS_MESSAGE): Depend on $as_me preparation.
3917         (AS_TMPDIR): Use AS_ERROR, rather than a hand-rolled copy.
3919 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3921         * m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Delay setting as_me
3922         until the M4SH-INIT diversion using _AS_ME_PREPARE.
3923         (_AS_PREPARE): Invoke _AS_EXPR_PREPARE before _AS_BASENAME_PREPARE
3924         and _AS_DIRNAME_PREPARE, and _AS_BASENAME_PREPARE and _AS_ME_PREPARE
3925         before _AS_LINENO_PREPARE.
3926         (AS_PREPARE): Include all the AS_REQUIREs manually.
3927         (_AS_ME_PREPARE): New.
3928         (_AS_LINENO_PREPARE): Use m4_defun.
3930 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
3932         * m4sugar/m4sh.m4 (_AS_BASENAME_EXPR, _AS_DIRNAME_EXPR): Do not
3933         require _AS_EXPR_PREPARE.
3934         (_AS_BASENAME_PREPARE, _AS_DIRNAME_PREPARE): Do it here.
3935         (_AS_PREPARE): Add _AS_BASENAME_PREPARE.
3937 2008-10-08  Eric Blake  <ebb9@byu.net>
3939         Resync from gnulib.
3940         * cfg.mk (cvs_executable_files, cvs_files): Rewrite...
3941         (fetch): ...into new target.
3942         (executable-update): Delete, now that it is unused.
3943         * maint.mk (update, local_updates, cvs_files, gnulib_repo)
3944         (wget-update, cvs-update): Likewise.
3945         * HACKING (Update the foreign files): Document new procedure.
3946         * GNUmakefile: Resync from upstream, via new 'make fetch'.
3947         * build-aux/config.guess: Likewise.
3949 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
3951         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove.
3952         (AS_INIT): Do not call it.
3954 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
3956         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand
3957         _AS_UNSET_PREPARE in M4SH-SANITIZE.
3959 2008-10-08  Eric Blake  <ebb9@byu.net>
3961         Avoid repeating required shell tests in suggested set.
3962         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED):
3963         Use m4_set, rather than m4_expand_once/m4_append.
3964         (_AS_DETECT_SUGGESTED): Adjust to new storage layout, and filter
3965         required tests out of suggested tests.
3966         Reported by Paolo Bonzini.
3968 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
3970         Add m4sh keyword to all m4sh.at tests.
3971         * tests/m4sh.at: Add m4sh keyword to all tests.  Fix comment
3972         pastos.
3974 2008-10-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3976         Document AS_VERSION_COMPARE.
3977         * doc/autoconf.texi (Programming in M4sh): Document
3978         AS_VERSION_COMPARE.
3979         * NEWS: Update.
3981         Do not write to testsuite log fd before initialization.
3982         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
3983         Define fds only when initializing the log fd so early error
3984         messages do not try to write to it.
3985         * tests/autotest.at (Startup error messages): New test.
3986         * NEWS: Document this 2.63 regression.
3988 2008-10-07  Eric Blake  <ebb9@byu.net>
3990         Ensure _AS_CLEANUP is defined.
3991         * lib/m4sugar/m4sh.m4 (_AS_CLEANUP): Give initial definition.
3992         * tests/m4sh.at (AS@&t@_INIT cleanup): Expose the need for this.
3994         Improve m4sh maintainability.
3995         * lib/m4sugar/m4sh.m4: Sort macros for sanitizing the shell; no
3996         code change.
3998         Fix m4 quoting in previous patch.
3999         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Determine diversion
4000         name prior to invoking AS_REQUIRE.
4001         Reported by Ralf Wildenhues.
4003 2008-09-18  Paolo Bonzini  <bonzini@gnu.org>
4004         and Eric Blake  <ebb9@byu.net>
4006         Add a separate diversion for shell functions.
4007         * lib/m4sugar/m4sh.m4 (M4SH-INIT-FN): New diversion.
4008         (AS_REQUIRE): Accept diversion parameter.
4009         (AS_REQUIRE_SHELL_FN): Use it.
4011 2008-10-06  Eric Blake  <ebb9@byu.net>
4013         Add m4_default_quoted.
4014         * lib/m4sugar/m4sugar.m4 (m4_default_quoted): New macro.
4015         (m4_for, m4_expand_once, m4_text_wrap, m4_text_box): Use it.
4016         * doc/autoconf.texi (Conditional constructs): Document it.
4017         * NEWS: Likewise.
4019         Fix build with case-insensitive make, again.
4020         * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
4021         Reported via Keith Marshall, originally by newthinker in
4022         <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
4024 2008-10-06  Bruno Haible  <bruno@clisp.org>
4026         Warn about /usr/ucb on Solaris.
4027         * doc/install.texi (Particular Systems): Recommend putting
4028         /usr/ucb late in PATH, if at all.
4030 2008-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4032         Fix more testsuite hang corner cases.
4033         * lib/autotest/general.m4: Use the serial code path if no test
4034         is to be run.
4035         * tests/autotest.at (parallel test execution): Test -j and -jN
4036         with `-k notmatched'.
4038 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4040         Fix hang with `testsuite -k notmatched'.
4041         * lib/autotest/general.m4: Do not reset $at_jobs if it is equal
4042         to one.  Fixes hang with `-k notmatched'.
4044 2008-10-02  Eric Blake  <ebb9@byu.net>
4046         Document more binary file portability traps.
4047         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Remind
4048         reader that NUL and sed don't always mix.
4049         <tr>: Mention Solaris /usr/ucb/tr bug with \0.
4051 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4053         Implement parallel Autotest test execution: testsuite --jobs.
4054         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
4055         (AT_INIT): <at_jobs>: New variable.
4056         Accept -j, -jN, --jobs[=N], document them in --help output.
4057         Implement parallel driver loop using a FIFO, enabled with --jobs
4058         and if mkfifo works; otherwise, fall back to sequential loop.
4059         (AT_SETUP): Store, do not output summary progress line if
4060         parallel.
4061         * tests/autotest.at (parallel test execution, parallel truth)
4062         (parallel fallacy, parallel skip): New tests.
4063         * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
4064         the mkfifo requirement, and that --errexit may cause concurrent
4065         jobs to finish.
4066         * NEWS: Update.
4068 2008-09-20  Eric Blake  <ebb9@byu.net>
4070         Fix sample isinf definition.
4071         * doc/autoconf.texi (Function Portability) <isinf>: Filter out NaN
4072         first.
4073         * THANKS: Update.
4074         Reported by David Cournapeau.
4076 2008-09-16  Eric Blake  <ebb9@byu.net>
4078         Fix Erlang regression, introduced 2006-11-17.
4079         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
4080         caused by underquoting.
4081         * NEWS: Mention this fix.
4082         * THANKS: Update.
4083         Reported by BJ Terry.
4085 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4087         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
4089         Mention Solaris sh ':' redirection bug.
4090         * doc/autoconf.texi (File Descriptors): Redirecting ':'
4091         in a loop causes bogus optimization with Solaris sh.
4093 2008-09-10  Eric Blake  <ebb9@byu.net>
4095         Avoid testsuite bug when autom4te cache is disabled by user.
4096         * tests/tools.at (autoconf: forbidden tokens, basic): Enable
4097         cache, even if user normally disabled it.
4098         Reported by Bruno Haible.
4100         Avoid testsuite bug in presence of verbose config.site.
4101         * tests/base.at (Input/Output): Nullify config.site during test.
4102         Reported by Bob Friesenhahn.
4104 2008-09-09  Eric Blake  <ebb9@byu.net>
4106         Release Version 2.63.
4107         * NEWS: Mention the release.
4109         Formatting tweaks to the manual.
4110         * doc/autoconf.texi (Introduction, Systemology)
4111         (File System Conventions, Portable C and C++)
4112         (Floating Point Portability): Allow URLs to split as needed.
4113         (Indices): Add entries, to work around texinfo bug on indices that
4114         start too close to a page break.
4115         (Particular Functions): Mention ftello.
4116         (Introduction, Language Choice): Use @enddots at sentence end.
4118         Resync from gnulib.
4119         * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
4120         although for now, they are still manually sync'd.
4121         * build-aux/gnupload: Update.
4122         * build-aux/config.sub: Likewise.
4123         * GNUmakefile: Likewise.
4125 2008-09-06  Eric Blake  <ebb9@byu.net>
4127         Mention that Automake already supports VPATH.
4128         * doc/autoconf.texi (Build Directories): Details in this section
4129         only apply to users avoiding automake.
4130         * THANKS: Update.
4131         Reported by Matej Tyc.
4133         Relax tone when warning about cross-compiler names.
4134         * lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
4135         with poorly named tools; the issue has been reported too many
4136         times in the last four years to pull support.
4137         * doc/autoconf.texi (Specifying Names, Generic Programs): Update
4138         documentation accordingly.
4139         * THANKS: Update.
4140         Reported by Josef Tran and others, wording suggested by Ralf
4141         Wildenhues.
4143 2008-09-01  Eric Blake  <ebb9@byu.net>
4145         Improve AC_C_BIGENDIAN.
4146         * doc/autoconf.texi (C Compiler) <AC_C_BIGENDIAN>: Mention that
4147         universal builds require a config header.
4148         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Enhance comments.  Check
4149         AH_HEADER at the last possible moment, so that users can use
4150         AC_CONFIG_HEADER after this macro.
4151         Reported by Stepan Kasal.
4153         Fix manual date information.
4154         * doc/autoconf.tex: UPDATED refers to the day the manual was
4155         built, not the release date of Autoconf.
4156         Based on a bison patch by Akim Demaille.
4158 2008-08-27  Eric Blake  <ebb9@byu.net>
4160         Fix off-by-one bug in _m4_shiftn.
4161         * lib/m4sugar/foreach.m4 (_m4_shiftn): Handle case when shifting
4162         all arguments.
4163         * tests/m4sugar.at (M4 loops): Test it.
4164         Reported by Akim Demaille.
4166 2008-08-26  Eric Blake  <ebb9@byu.net>
4168         Improve INSTALL formatting.
4169         * doc/install.texi [!autoconf]: Ensure first paragraphs are
4170         indented like all others in a plain text rendering.
4171         * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
4172         Reported by Bruno Haible.
4174 2008-08-26  Stepan Kasal  <skasal@redhat.com>
4176         Check for case sensitive make.
4177         * m4/make-check.m4 (AC_PROG_MAKE_CASE_SENSITIVE): New macro,...
4178         * configure.ac: ... called here.
4179         * Makefile.am ($(abs_srcdir)/INSTALL, INSTALL): Return to...
4180         ($(srcdir)/INSTALL): ...this, but enclose the rule in
4181         "if MAKE_CASE_SENSITIVE".
4183 2008-08-26  Eric Blake  <ebb9@byu.net>
4185         Update invocation documentation.
4186         * doc/autoconf.texi (autoscan Invocation): Mention --debug.
4187         (autoreconf Invocation): Mention -v.
4188         (autom4te Invocation): Tie --freeze to -F, not -f.
4189         (autoupdate Invocation): Mention --prepend-include.
4190         * doc/install.texi (configure Invocation): Mention --help=short,
4191         --help=recursive, -n/--no-create, --prefix.  Avoid TABs.
4192         * bin/autoscan.in ($help): Omit space before `...'.
4193         * bin/ifnames.in ($help): Likewise.
4194         * bin/autoconf.as (Usage): Likewise.
4195         * bin/autoreconf.in ($help): Likewise.
4196         * bin/autoheader.in ($help): Likewise.
4197         * bin/autom4te.in ($help): Likewise.
4198         * bin/autoupdate.in ($help): Likewise.
4199         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use
4200         `[OPTION]...', rather than `[OPTIONS]'.  Mention --silent.  Indent
4201         --file correctly.
4203         Don't let frozen __m4_version__ break downgrade to m4 1.4.x.
4204         * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+.
4205         (files_to_options): Avoid inheriting __m4_version__ from frozen
4206         file if current M4 does not support it.
4208 2008-08-25  Eric Blake  <ebb9@byu.net>
4210         Adjust to recent m4 1.6 change to support m4_debugmode(d).
4211         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Move
4212         freeze-time decision of using faster 1.6 implementation...
4213         (m4_init): ...to a runtime decision, and add use of new debugmode
4214         flag.
4216 2008-08-22  Peter O'Gorman  <pogma@thewrittenword.com>
4218         Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
4219         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
4220         __APPLE_CC__ with possible -arch flags.
4221         * NEWS: Document it.
4223 2008-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4225         * NEWS: Fix typo.
4227 2008-08-22  Eric Blake  <ebb9@byu.net>
4229         * TODO: Add an item for additional m4sugar looping constructs.
4230         Suggested by Ralf Wildenhues.
4232         Add reminder to keep dual implementations in sync.
4233         * lib/m4sugar/m4sugar.m4: Add comments.
4234         * lib/m4sugar/foreach.m4: Likewise.
4235         Suggested by Ralf Wildenhues.
4237 2008-08-22  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
4239         Format warning and error messages to match GCS.
4240         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK)
4241         (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error
4242         messages with a lowercase letter, end them without punctuation.
4243         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise.
4244         * lib/autoconf/libs.m4 (AC_PATH_X): Likewise.
4245         * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP):
4246         Likewise.
4247         * tests/fortran.at (GNU Fortran): Likewise.
4248         * tests/torture.at (Deep Package): Likewise.
4250 2008-08-21  Eric Blake  <ebb9@byu.net>
4252         Avoid extra side effects in m4sugar list expansion.
4253         * lib/m4sugar/m4sugar.m4 (m4_mapall_sep, m4_list_cmp): Wrap
4254         around...
4255         (_m4_mapall_sep, _m4_list_cmp_raw): ...new helpers, to avoid
4256         duplicate side effects.
4257         (m4_version_compare): Adjust caller.
4258         * lib/m4sugar/foreach.m4 (m4_list_cmp): Rename...
4259         (_m4_list_cmp_raw): ...to match m4sugar.
4260         * doc/autoconf.texi (Looping constructs): Document the behavior of
4261         side effects.
4262         * tests/m4sugar.at (M4 loops, m4@&t@_map, m4@&t@_version_compare):
4263         Ensure only one side effect.
4264         (recursion): Fix test typo.
4265         Reported by Ralf Wildenhues.
4267 2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4269         * TODO: Add item for compiler default flags.
4270         Suggested by Bruno Haible.
4272         * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
4273         back to 1000.
4275 2008-08-21  Eric Blake  <ebb9@byu.net>
4277         Formatting improvements.
4278         * doc/autoconf.texi: Use @file and @command, rather than @code,
4279         where appropriate.
4281         Document another make bug.
4282         * doc/autoconf.texi (The Make Macro SHELL): Mention bug in BSD
4283         make, GNU make <= 3.80.
4285         Tweak wording about SHELL in Makefile.
4286         * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
4287         the importance of proper SHELL settings.
4288         Reported by Bruno Haible, in
4289         http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
4291 2008-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4293         Avoid timestamp races for updated input.
4294         * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
4295         second script.
4296         * tests/tools.at (autotools and whitespace in file names): Add
4297         --force for repeated invocations.
4299 2008-08-20  Bruno Haible  <bruno@clisp.org>
4301         Add section to INSTALL about particular systems.
4302         * doc/install.texi (Particular systems): New node.
4303         * doc/autoconf.texi: Adjust menus.
4305 2008-08-19  Bruno Haible  <bruno@clisp.org>
4306         and Peter O'Gorman  <peter@pogma.com>
4308         Mention universal binaries in INSTALL.
4309         * doc/install.texi (Compiling For Multiple Architectures): Explain
4310         how to create universal binaries on MacOS X.
4312 2008-08-19  Jim Meyering  <jim@meyering.net>
4313             Eric Blake  <ebb9@byu.net>
4314             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4316         Avoid shell parse errors after interrupt due to empty ``.
4317         * doc/autoconf.texi (Shell Substitutions): Document the issue.
4318         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): New function.
4319         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Use it in place of
4320         "test AS_VAR_GET([...]) = yes"
4321         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL): Likewise.
4322         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Likewise.
4323         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD): Likewise.
4324         (_AC_CHECK_HEADER_DIRENT): Likewise.
4325         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
4326         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
4327         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use
4328         temporary variable to work around the issue.
4329         * tests/foreign.at (Libtool): Quote result of command
4330         substitution.
4332 2008-08-18  Eric Blake  <ebb9@byu.net>
4334         Test m4_transform without tickling shell bugs.
4335         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Relax test to
4336         something more manageable.
4337         * tests/m4sugar.at (recursion): Move stress test of
4338         m4_transform_pair here.
4339         Reported by Ralf Wildenhues.
4341         Let 'git diff' give better context for doc updates.
4342         * .gitattributes (*.texi*): Add new entry.
4343         * README-hacking: Mention how to use it.
4344         Inspired by a coreutils patch by Jim Meyering.
4346 2008-08-15  Eric Blake  <ebb9@byu.net>
4348         Fix m4_map regression from 2007-10-16.
4349         * lib/m4sugar/m4sugar.m4 (_m4_apply): New macro.
4350         (m4_map): Ignore empty sublists.  For a list consisting of only an
4351         empty sublist, this restores 2.61 behavior of being a no-op.
4352         (m4_map_sep): Likewise, and expand separator.
4353         (m4_mapall, m4_mapall_sep): New macros, to regain 2.62 behavior.
4354         (_m4_map): Rewrite, to be common base for all four variants.
4355         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new prototype.
4356         * tests/m4sugar.at (m4@&t@_map): Add tests.
4357         * doc/autoconf.texi (Looping constructs) <m4_map>: Document new
4358         macros, and mention ramifications of expanded separator.
4359         * NEWS: Mention the change.
4361 2008-08-14  Eric Blake  <ebb9@byu.net>
4363         Implement m4_transform_pair, to speed up AS_IF.
4364         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair): New
4365         macros, undocumented for now.
4366         * lib/m4sugar/foreach.m4 (m4_transform, m4_transform_pair): Also
4367         the m4 1.4.x counterparts.
4368         * lib/m4sugar/m4sh.m4 (AS_IF, AS_CASE): Use it.
4369         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Test it.
4371 2008-08-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4373         * lib/autoconf/programs.m4 (AC_PATH_TARGET_TOOL)
4374         (AC_CHECK_TARGET_TOOL, AC_CHECK_TARGET_TOOLS): Require, do not
4375         warn about previous AC_CANONICAL_TARGET.
4376         (AC_CHECK_TARGET_TOOL): Add missing `$' making the macro
4377         unusable in the non-cross-compiling case.
4378         * NEWS, THANKS: Update.
4379         Report by Dave Erickson.
4381 2008-08-12  Eric Blake  <ebb9@byu.net>
4383         Optimize m4_bmatch.
4384         * lib/m4sugar/foreach.m4 (m4_bmatch): Provide linear
4385         implementation for m4 1.4.x.
4386         * tests/m4sugar.at (m4@&t@_bmatch): New test.
4387         (recursion): Test the linear nature.
4388         * NEWS: Document the fix.
4390         Fix m4_cond corner case.
4391         * lib/m4sugar/foreach.m4 (_m4_cond): Ensure alternate
4392         implementation allows concatenation with subsequent text.
4393         * tests/m4sugar.at (m4@&t@_cond): Enhance test.
4395         Add test for m4_cond.
4396         * tests/m4sugar.at (m4@&t@_cond): New test.
4397         Reported by Ralf Wildenhues.
4399 2008-08-06  Eric Blake  <ebb9@byu.net>
4401         Fix autoheader 2.62 regression on AC_DEFINE([__EXTENSIONS__]).
4402         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Use a
4403         unique key for the AH_VERBATIM.
4404         * tests/c.at (AC_USE_SYSTEM_EXTENSIONS): New test.
4405         * NEWS: Mention the fix.
4406         Reported by Andreas Schwab, analyzed by Stepan Kasal.
4408         Add linear m4_cond for m4 1.4.x.
4409         * lib/m4sugar/m4sugar.m4 (m4_cond): Split into...
4410         (_m4_cond): ...this, for fewer macros per iteration.
4411         * lib/m4sugar/foreach.m4 (_m4_cond): New implementation.
4412         * tests/m4sugar.at (recursion): Test it.
4413         * NEWS: Document the linear guarantee.
4415         Speed up diversion handling.
4416         * lib/m4sugar/m4sugar.m4 (m4_divert, m4_divert_push)
4417         (m4_divert_pop, m4_divert_text): Avoid dnl for fewer macro
4418         expansions.
4420         AC_C_CHAR_UNSIGNED is not strictly necessary.
4421         * doc/autoconf.texi (C Compiler) <AC_C_CHAR_UNSIGNED>: Mention a
4422         portable alternative to this macro.
4423         * THANKS: Update.
4424         Reported by Hallvard B Furuseth.
4426         Update some files from upstream.
4427         * GNUmakefile: Update.
4428         * build-aux/announce-gen: Likewise.
4429         * build-aux/config.guess: Likewise.
4430         * build-aux/config.sub: Likewise.
4431         * build-aux/git-version-gen: Likewise.
4432         * build-aux/texinfo.tex: Likewise.
4433         * build-aux/vc-list-files: Likewise.
4434         * doc/make-stds.texi: Likewise.
4435         * doc/standards.texi: Likewise.
4437 2008-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4439         Fix AC_CONFIG_FILES([$var]) 2.62 regression.
4440         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Flatten
4441         whitespace in $ac_config_files and $ac_config_headers.
4442         * tests/torture.at (Parameterized AC_CONFIG_FILES): New test.
4443         Report by Andreas Schwab and Per Øyvind Karlsen.
4444         * THANKS: Update.
4446 2008-07-30  Eric Blake  <ebb9@byu.net>
4448         Fix bugs in previous version of m4_bpatsubsts.
4449         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): Don't expand $1, and
4450         allow concatenation with subsequent text.
4451         * tests/m4sugar.at (m4@&t@_bpatsubsts): Enhance test.
4453 2008-07-29  Eric Blake  <ebb9@byu.net>
4455         Add linear m4_bpatsubsts for m4 1.4.x.
4456         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Match documentation
4457         about anchors, even for only one substitution.
4458         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): New implementation.
4459         * doc/autoconf.texi (Conditional constructs) <m4_bpatsubsts>:
4460         Clarify behavior with regard to quoting.
4461         * tests/m4sugar.at (recursion): Test scaling of m4_bpatsubsts.
4462         (m4@&t@_bpatsubsts): New test.
4463         * NEWS: Document the linear guarantee.
4465         Tweak m4_do semantics.
4466         * lib/m4sugar/m4sugar.m4 (m4_do): Don't concat final argument with
4467         subsequent text.
4468         * lib/m4sugar/foreach.m4 (m4_do): Don't concat intermediate
4469         arguments, and avoid infinite loop.
4470         * doc/autoconf.texi (Evaluation Macros) <m4_do>: Document the
4471         behavior.
4472         * tests/m4sugar.at (m4@&t@_do): New test.
4474         Optimize m4_for.
4475         * lib/m4sugar/m4sugar.m4 (m4_for): Use fewer macros.
4476         (_m4_for): Take additional parameter, for fewer m4_indir calls.
4477         * lib/m4sugar/foreach.m4 (_m4_foreach, _m4_shiftn, m4_do)
4478         (m4_reverse, _m4_list_pad, _m4_list_cmp): Adjust all callers.
4479         * doc/autoconf.texi (Looping constructs) <m4_for>: Document subtle
4480         semantic change caused by the optimization.
4481         * tests/m4sugar.at (M4 loops): Test the new semantics.
4483         One more m4_list_cmp tweak.
4484         * lib/m4sugar/m4sugar.m4 (_m4_list_cmp_1): Don't defer shift.
4485         * lib/m4sugar/foreach.m4 (m4_list_cmp): Fix comment.
4486         * tests/m4sugar.at (recursion): Test both directions of list
4487         disparity.
4489         Add m4_reverse, and improve m4_list_cmp.
4490         * lib/m4sugar/m4sugar.m4 (m4_reverse): New macro.
4491         (m4_list_cmp): Rewrite to give linear behavior with M4 1.6 on an
4492         m4_reverse'd list.
4493         * lib/m4sugar/foreach.m4 (m4_reverse): Add the M4 1.4.x
4494         counterpart.
4495         * tests/m4sugar.at (recursion): Test it.
4496         * doc/autoconf.texi (Evaluation Macros) <m4_reverse>: Document
4497         it.
4498         (Text processing Macros) <m4_append>: Cross-reference to m4_set.
4499         * NEWS: Mention new macro.
4501 2008-07-28  Eric Blake  <ebb9@byu.net>
4503         Avoid _m4_shiftn for m4 1.6 speedup.
4504         * lib/m4sugar/m4sugar.m4 (m4_foreach, _m4_foreach, m4_map)
4505         (_m4_map, m4_map_sep): Rewrite recursion to use one less m4_if.
4506         * lib/m4sugar/foreach.m4 (_m4_map): Accomodate changed signature.
4508         Implement O(n) unique element set creation.
4509         * lib/m4sugar/m4sugar.m4 (m4_set_add, m4_set_add_all)
4510         (m4_set_contains, m4_set_contents, m4_set_delete)
4511         (m4_set_difference, m4_set_dump, m4_set_empty, m4_set_foreach)
4512         (m4_set_intersection, m4_set_list, m4_set_listc, m4_set_remove)
4513         (m4_set_size, m4_set_union): New macros.
4514         * lib/m4sugar/foreach.m4 (m4_set_add_all): Add O(n) fallback for
4515         m4 1.4.x.
4516         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, AC_SUBST): Use
4517         new m4_set API for the set most likely to be large.
4518         * doc/autoconf.texi (Set manipulation Macros): New node.
4519         * NEWS: Mention new macros.
4520         * tests/m4sugar.at (m4@&t@_set): New test.
4522 2008-07-25  Eric Blake  <ebb9@byu.net>
4524         Avoid infinite aclocal loop.
4525         * lib/m4sugar/m4sugar.m4 (m4_init): Bypass m4_include tracing, so
4526         that aclocal doesn't insist on finding m4sugar/foreach.m4.
4528         Provide O(n) replacement macros for M4 1.4.x.
4529         * lib/m4sugar/foreach.m4: New file.
4530         (m4_foreach, m4_case, _m4_shiftn, m4_do, m4_dquote_elt, _m4_map)
4531         (m4_join, m4_joinall, m4_list_cmp, _m4_minmax): Replace m4sugar
4532         macros based on $@ recursion [fast on M4 1.6, but quadratic on M4
4533         1.4.x] with versions based on m4_for/m4_foreach [slow on 1.6, but
4534         linear on 1.4.x].
4535         * lib/m4sugar/m4sugar.m4 (m4_init): Dynamically load new file if
4536         older M4 is assumed.
4537         (m4_map_sep): Optimize.
4538         (m4_max, m4_min): Refactor, by adding...
4539         (_m4_max, _m4_min, _m4_minmax): ...more efficient helpers.
4540         (m4_defn, m4_popdef, m4_undefine): Use foreach recursion.
4541         * lib/m4sugar/Makefile.am (dist_m4sugarlib_DATA): Distribute new
4542         file.
4543         * tests/m4sugar.at (M4 loops): Add a stress test that takes
4544         forever if m4_foreach and friends are quadratic.
4545         * NEWS: Mention this.
4547 2008-07-21  Eric Blake  <ebb9@byu.net>
4549         Ignore undefined macros, necessary with m4 1.6.
4550         * bin/autoupdate.in (_au___undefine): New macro,...
4551         (_au__undefine): ...wrapped by ifdef to silence m4 warnings.
4552         Reported by Ralf Wildenhues.
4554         Resync with gnulib.
4555         * GNUmakefile: Grab from upstream, to fix issue where 'make
4556         install' would allow installation of stale version string.
4558 2008-07-19  Eric Blake  <ebb9@byu.net>
4560         Support multiple arguments to m4_defn, m4_popdef, and m4_undefine.
4561         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Loop
4562         through all variables, per POSIX and newer m4.
4563         (_m4_text_wrap): Exploit the looping capabilities.
4564         * tests/m4sugar.at (m4@&t@_defn): Test this.
4565         * NEWS: Document it.
4566         * doc/autoconf.texi (Redefined M4 Macros) <m4_defn, m4_popdef>
4567         <m4_undefine>: Likewise.
4569         Reduce overhead of m4_builtin([defn]).
4570         * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
4571         internal macros, which are slightly more efficient than
4572         m4_builtin([defn]) and company.
4573         (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
4574         (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
4575         (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
4576         (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
4577         (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
4578         (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
4579         (m4_version_prereq): Use them.
4581         Use warnings from m4 when available.
4582         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
4583         define slower wrapper if m4 will warn on our behalf; key off of
4584         __m4_version__, added alongside the new warnings in m4 1.6.
4585         * tests/m4sugar.at (m4@&t@_defn): New test.
4587 2008-07-18  Eric Blake  <ebb9@byu.net>
4589         Add m4_joinall.
4590         * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
4591         * tests/m4sugar.at (m4@&t@_join): Test them.
4592         * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
4593         m4_joinall.
4594         * NEWS: Likewise.
4596 2008-07-17  Stepan Kasal  <skasal@redhat.com>
4597         and Eric Blake  <ebb9@byu.net>
4599         Improve documentation of config.h.in template rules.
4600         * doc/autoconf.texi (Header Templates): Mention rules on comments
4601         and whitespace, and that the user cannot rely on #undef to survive
4602         through config.status.
4604 2008-07-16  Eric Blake  <ebb9@byu.net>
4606         Revert m4_prepend; it is less efficient, and unused by bison.
4607         * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
4608         (m4_prepend_uniq_w): Delete addition from 2008-07-11.
4609         (_m4_grow_uniq_1): Rename back...
4610         (_m4_append_uniq): ...to this.
4611         * NEWS: Revert NEWS blurb.
4612         * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
4613         * tests/m4sugar.at (m4@&t@_prepend): Delete.
4615 2008-07-15  Eric Blake  <ebb9@byu.net>
4617         Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
4618         * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
4619         definition for non-Autoconf clients of m4sugar.
4621 2008-07-14  Eric Blake  <ebb9@byu.net>
4623         Tighten bound of potential speed of m4_append.
4624         * doc/autoconf.texi (Text processing Macros) <m4_append>
4625         <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
4626         O(n log n).
4627         * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
4628         Analysis by Bruno Haible.
4630 2008-07-11  Eric Blake  <ebb9@byu.net>
4632         Inherit improvements from bison's fork of m4sugar.
4633         * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
4634         find version.texi, since bison does not provide it.
4635         (m4_prepend): Add new macro, from bison.
4636         (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
4637         completeness.
4638         (_m4_append_uniq): Rename...
4639         (_m4_grow_uniq_1): ...to this to share implementation, and
4640         optimize initial assignment.
4641         (m4_append_uniq_w): Adjust caller.
4642         * NEWS: Document new macros.
4643         * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
4644         speed consideration.
4645         <m4_prepend>: Document the new prepend variants.
4646         * tests/m4sugar.at (m4@&t@_prepend): New test.
4648         Work around M4 1.6 warning on undefined macros.
4649         * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
4650         not already available as builtins.
4652 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4654         * doc/autoconf.texi (@dvar): Remove trailing newline.
4655         (@ovar): Likewise.  Fix macro documentation.
4657 2008-07-02  Stepan Kasal  <skasal@redhat.com>
4659         Add quotes to the header of autoscan-generated source.
4660         * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
4662 2008-06-28  Andreas Schwab  <schwab@suse.de>
4664         * doc/autoconf.texi (autoscan Invocation): Fix spacing.
4665         (autoconf Invocation): Likewise.
4666         (autoreconf Invocation): Likewise.
4667         (autoheader Invocation): Likewise.
4668         (autom4te Invocation): Likewise.
4670 2008-06-19  Eric Blake  <ebb9@byu.net>
4672         Add comment explaining recent patch.
4673         * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
4674         of * vs. ? globbing.
4676 2008-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4678         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
4679         linking a file to itself.
4680         Report by Bruno Haible.
4682 2008-06-19  Eric Blake  <ebb9@byu.net>
4684         Resync with gnulib.
4685         * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
4686         Reported by Stepan Kasal.
4688 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4690         Reorganize autotest files, factorize for parallel execution.
4691         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
4692         earlier in the file.
4693         (AT_INIT): Create line number cache in
4694         $at_suite_dir/at-source-lines.
4695         <at_helper_dir>: New directory at-groups below $at_suite_dir.
4696         Add comment explaining the new directory structure.
4697         (at_func_group_prepare, at_func_group_postprocess): New shell
4698         functions to factorize per-test group work.  Keep the actual
4699         test execution outside of a shell function in order to avoid
4700         zsh 4.x exit status bugs.
4701         <at_check_line_file, at_status_file, at_stdout, at_stder1>
4702         <at_stderr, at_test_source>: Turn these into per-group files
4703         below $at_helper_dir.  Also store test results there in files
4704         named pass, fail, xpass, xfail, skip.  Let the parent collect
4705         results from $at_helper_dir.  Adjust summary statistics
4706         computation and result output.
4708 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4710         Fix '#undef variable /* comment */' transform in config headers.
4711         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
4712         undefined preprocessor macros that are followed by a comment
4713         in the header template, do not create nested comments in the
4714         output.
4715         * tests/torture.at (@%:@define header templates): Extend test.
4716         * NEWS: Update.
4717         Report by Karsten Hopp <karsten@redhat.com>.
4719 2008-06-09  Eric Blake  <ebb9@byu.net>
4721         Mark AC_TYPE_SIGNAL as obsolete.
4722         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
4723         * doc/autoconf.texi (Function Portability): Update documentation.
4724         (Particular Types): Move AC_TYPE_SIGNAL...
4725         (Obsolete Macros): ...here, and mention why.
4726         * NEWS: Mention the change.
4728         Allow lib64 as a default X library location.
4729         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
4730         * NEWS: Mention the change.
4731         * THANKS: Update.
4732         Reported by Brad Walker.
4734 2008-06-05  Eric Blake  <ebb9@byu.net>
4736         Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
4737         * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
4738         converting it to lower case.
4739         * tests/autotest.at (Keywords and ranges): Test this.
4740         * NEWS: Document the fix.
4741         * THANKS: Update.
4742         Reported via Karsten Hopp, by Jochen Schmitt in
4743         https://bugzilla.redhat.com/show_bug.cgi?id=449973
4745 2008-06-03  Eric Blake  <ebb9@byu.net>
4747         Fix 'make dist' regression from 2008-05-08.
4748         * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
4749         GNUmakefile's _autoconf rule removes INSTALL.
4751 2008-05-27  Eric Blake  <ebb9@byu.net>
4753         Document Solaris /bin/sh redirection pitfall.
4754         * doc/autoconf.texi (File Descriptors): Mention redirection bug.
4756 2008-05-14  Eric Blake  <ebb9@byu.net>
4758         Improve documentation of ! issues.
4759         * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
4760         Reported by Noah Misch.
4762         Document some FreeBSD shell bugs.
4763         * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
4764         in compound pipe commands.
4765         <export>: Mention difference of exporting an undefined variable.
4766         (Shell Functions): Mention loss of $? in entry to shell functions.
4767         Extracted from the git mailing list.
4769 2008-05-13  Stepan Kasal  <kasal@ucw.cz>
4771         Work around MSYS and Cygwin bugs when dealing with trailing space.
4772         * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
4773         even when platform bugs are tickled.
4774         Reported by Keith Marshall and Eric Blake.
4776 2008-05-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4778         Let AC_MSG_FAILURE report pwd.
4779         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
4780         Output $ac_pwd along with fatal failure.
4781         * tests/torture.at (Deep Package): Extend test.
4782         Reported numerous times against GCC, and probably other packages.
4784 2008-05-12  Eric Blake  <ebb9@byu.net>
4786         Enforce --help and --version compliance.
4787         * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
4789 2008-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>  (tiny change)
4791         Avoid case-insensitive `make install' vs. `INSTALL' conflict.
4792         * Makefile.am ($(srcdir)/INSTALL): Replace all references...
4793         ($(abs_srcdir)/INSTALL): ...with this.
4795 2008-05-06  Eric Blake  <ebb9@byu.net>
4797         Fix typo.
4798         * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
4800         Avoid overfull \hbox.
4801         * doc/autoconf.texi (Versioning): Reword to fit line size.
4803         Document $(( )) pitfalls.
4804         * doc/autoconf.texi (Shell Substitutions): Mention octal
4805         vs. decimal.  Mention autotest's at_func_arith.
4807         Improve behavior of './testsuite 01'.
4808         * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
4809         Alter usage to eval its arguments, in order to normalize away
4810         leading zero.  All callers updated.
4811         * tests/autotest.at (Keywords and ranges): Test range
4812         normalization with leading 0.
4814 2008-04-26  Eric Blake  <ebb9@byu.net>
4816         Mention Solaris /usr/ucb/tr pitfall.
4817         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
4818         Reported by Bruno Haible and Jim Meyering.
4820 2008-04-24  Eric Blake  <ebb9@byu.net>
4822         Mention m4sugar's internal quote strings.
4823         * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
4824         in m4sugar, and how to still output it literally.
4825         * tests/m4sugar.at (m4@&t@_split): And test it.
4826         Reported by Joel E. Denny.
4828 2008-04-23  Eric Blake  <ebb9@byu.net>
4830         Allow unbalanced () in m4_expand.
4831         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
4832         quotes.
4833         (m4_noquote, _m4_split): Use consistent complex quote.
4834         * tests/autotest.at (Left paren, Right paren): Test this.
4835         (Parentheses): Ensure new quadrigraphs still work.
4836         (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
4837         * NEWS: Mention the fix.
4838         * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
4839         require quadrigraphs for ().
4840         (Evaluation Macros) <m4_expand>: Relax the restriction against
4841         unbalanced ().
4842         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
4843         (Writing Testsuites) <AT_SETUP>: Likewise.
4844         Reported by Joel E. Denny, fix suggested by Noah Misch.
4846 2008-04-22  Eric Blake  <ebb9@byu.net>
4848         Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
4849         * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
4850         (handle_traces): Likewise.
4851         * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
4852         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
4853         * doc/autoconf.texi (Quadrigraphs): Document them.
4854         (Evaluation Macros) <m4_expand>: Enhance documentation.
4855         (Text processing Macros) <m4_text_box>: Document cases where
4856         quadrigraphs can help for problemetic unbalanced parentheses.
4857         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
4858         (Writing Testsuites) <AT_SETUP>: Likewise.
4859         (Limitations of Builtins) <case>: Consolidate text on unbalanced
4860         parentheses, and add an example of creative comments.
4861         * NEWS: Document the addition.
4862         Reported by Joel E. Denny.
4864 2008-04-16  Eric Blake  <ebb9@byu.net>
4866         Document pdksh exec behavior.
4867         * doc/autoconf.texi (Limitations of Builtins) <exec>: New
4868         subsection.
4869         Discovered by Jim Meyering.
4871 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4873         * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
4874         arguments to the inner suite.
4875         (errexit, input from stdin): New tests.
4877 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4879         * NEWS: Post-release update.
4881 2008-04-10  Eric Blake  <ebb9@byu.net>
4883         AC_AUTOCONF_VERSION might contain arbitrary macro names.
4884         * doc/autoconf.texi (Versioning): Mention problem with expansion.
4885         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
4887 2008-04-09  Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>  (tiny change)
4889         Flush buffered output before exit.
4890         * bin/autom4te.in (handle_output): Explicitly close file.
4891         * THANKS: Update.
4892         See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
4894 2008-04-08  Eric Blake  <ebb9@byu.net>
4896         Generate web docs for 2.62.
4897         * doc/autoconf.texi (Evaluation Macros): Fix typo.
4898         (Notices): Use recommended means to escape RCS keyword.
4899         * cfg.mk (gnulib_dir): New macro.
4900         (web-manual): New target.
4902 2008-04-05  Eric Blake  <ebb9@byu.net>
4904         Release Version 2.62.
4905         * NEWS: Mention the release.
4907 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
4908         and Eric Blake  <ebb9@byu.net>
4910         Return back to GPLv2+, until the text of the exceptions is
4911         finalized, reverting the change from 2007-07-03 and the first
4912         part of the change from 2007-07-20.
4913         * COPYING: Revert to GPLv2.
4914         * COPYINGv3: New file, since some auxiliary build tools, used for
4915         building autoconf and not installed, are GPLv3.
4916         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
4917         * NEWS: Remove mention of GPLv3.
4918         * README: Clarify situation regarding GPLv3.
4920 2008-04-05  Eric Blake  <ebb9@byu.net>
4922         Prepare for release.
4923         * maint.mk (announcement): Avoid deleted option.
4924         * cfg.mk (release_archive_dir): Use default.
4925         * build-aux/gnupload: New file, from automake/gnulib.
4926         * Makefile.am (EXTRA_DIST): Distribute it.
4927         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
4928         from syntax check.
4930 2008-04-05  Jim Meyering  <meyering@redhat.com>
4931         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4933         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
4934         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
4935         is the EOL marker, skip a step that would remove and translate
4936         carriage return bytes.
4937         * THANKS: Update.
4938         Reported by Elbert Pol.
4940 2008-04-05  Eric Blake  <ebb9@byu.net>
4942         Avoid some autoreconf -Wall warnings.
4943         * configure.ac: Use proper quoting, to be a good example.
4944         (PACKAGE_NAME): Remove setting covered by autoconf.
4945         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
4946         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
4947         automake.
4948         (html, autoconf_1.html, standards_1.html): Likewise.
4949         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
4950         * Makefile.am (html): Likewise.
4951         * doc/autoconf.texi (Quoting and Parameters): Add missing section
4952         name.
4953         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
4954         warning about our override, until Automake is fixed.
4955         * README-hacking: Document minimum requirements for bootstrap.
4957 2008-04-03  Eric Blake  <ebb9@byu.net>
4959         Fix version number generation in man pages.
4960         * Makefile.am (EXTRA_DIST): Distribute .version.
4961         (.version): New rule.
4962         * man/Makefile.am (common_dep): Depend on .version, not
4963         configure.ac.
4964         (.x.1): Use package name for version string.
4965         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
4966         * build-aux/git-version-gen: Sync from upstream.
4968         More maintainer tweaks: pass 'make maintainer-distcheck'.
4969         * GNUmakefile (_is-dist-target): Sync from upstream.
4970         * build-aux/vc-list-files: Sync from upstream, yet again.
4971         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
4972         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
4973         package.m4.
4974         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
4976         Fix VPATH 'make syntax-check'.
4977         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
4978         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
4979         (author_mark_check): Avoid error message.
4980         * build-aux/vc-list-files: Sync from upstream again.
4981         * build-aux/texinfo.tex: Likewise.
4983         Sync files from upstream, and pass 'make syntax-check'.
4984         * config/announce-gen: Move...
4985         * build-aux/announce-gen: ...here, and sync from gnulib.
4986         * Makefile.am (EXTRA_DIST): Adjust accordingly.
4987         * cfg.mk (announce_gen): Likewise.
4988         (prev_version_file): Delete, relying on default in maint.mk.
4989         (gpg_key_ID): New macro.
4990         (url_dir_list): Rewrite to match coreutils.
4991         * config/prev-version.txt: Move...
4992         * .prev-version: ...here, and adjust to 2.61.
4993         * build-aux/vc-list-files: Sync from coreutils.
4994         * maint.mk: Resynchronize with coreutils, where possible.
4995         (ME): Remove $(srcdir) from definition.
4996         (CVS): Delete.
4997         (GIT, VC, VC-tag): New macros.
4998         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
4999         (VC_LIST, VC_LIST_EXCEPT): ...to this.
5000         (cvs-tag-check): Delete.
5001         (cvs-diff-check): Rename...
5002         (vc-diff-check): ...to this.
5003         (sc_file_system): Allow FHS acronym.
5004         * doc/autoconf.texi (Particular Functions): Recommend
5005         unconditional <config.h>.
5006         * build-aux/config.guess: Sync from upstream (manually).
5007         * build-aux/config.sub: Likewise.
5008         * build-aux/texinfo.tex: Likewise.
5009         * doc/make-stds.texi: Likewise.
5010         * doc/standards.texi: Likewise.
5011         * .gitattributes: Ignore whitespace problems in upstream files.
5013 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5015         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
5016         bug on HP-UX/IA.
5017         Report by Peter O'Gorman.
5019 2008-04-02  Eric Blake  <ebb9@byu.net>
5021         Recommend the just-released M4 1.4.11.
5022         * NEWS: Update recommendation.
5023         * README: Likewise.
5024         * doc/autoconf.texi (Introduction): Likewise.
5025         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
5027 2008-04-01  Eric Blake  <ebb9@byu.net>
5029         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
5030         copyright year.
5032 2008-03-28  Peter O'Gorman  <peter@pogma.com>
5034         Find X11 on Mac OS X too.
5035         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
5036         Check for libX11 with extensions dylib la and dll too.
5037         * THANKS: Update.
5038         Reported by Martin Costabel.
5040 2008-03-28  Eric Blake  <ebb9@byu.net>
5042         Update TODO based on completed tasks.
5043         * TODO (AC_PROG_INSTALL takes multiple files): Done.
5044         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
5045         (AC_COMPILE_IFELSE documentation): Done.
5046         (Tracing builtins): Done, now that we require M4 1.4.5.
5047         (AC_PROG_CC_POSIX suggestion, providing header files)
5048         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
5049         (cache consistency): Done with precious variables.
5051 2008-03-26  Eric Blake  <ebb9@byu.net>
5053         Document --trace=macro:format in --help output.
5054         * bin/autom4te.in (help): Mention optional trace format.
5055         * bin/autoconf.as (usage): Likewise.
5057         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
5058         typos in last patch.
5059         Reported by Ralf Wildenhues.
5061 2008-03-26  Jim Meyering  <meyering@redhat.com>
5063         Fix texinfo syntax error.
5064         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
5066 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5068         Warn, not fail on whitespace-only precious variable differences.
5069         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
5070         precious variable differences less ambiguous with `ugly-quotes'.
5071         If their settings differ only in whitespace, do not fail, but
5072         reuse the old value.
5073         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
5074         an optional status and expected-warning argument.  Fix m4
5075         quotation for initial value.
5076         (AC_ARG_VAR): Also test for whitespace-only differences, and
5077         that the old value is retained in this case.
5078         * doc/autoconf.texi (Setting Output Variables): Document this.
5079         * NEWS: Update.
5080         Report and initial patch by Paolo Bonzini.
5082 2008-03-26  Eric Blake  <ebb9@byu.net>
5084         Document busybox sed bug.
5085         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
5086         restrictions when using back-references.
5087         Reported by Vincent Lefevre:
5088         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
5090         Document Automake interaction with AC_CONFIG_MACRO_DIR.
5091         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
5092         users.
5093         * THANKS: Update.
5094         Reported by Chris Pickett.
5096 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5098         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
5100         * tests/local.at (AT_CHECK_M4): Factorize warning output
5101         normalization.
5102         Suggested by Eric Blake.
5104 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5106         Fix .exe-related test failure on MinGW.
5107         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
5108         for comparing warning output.
5110         Fix Fortran testsuite failures with gfortran 4.3.
5111         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
5112         verbose compiler output, skip lines that set variables; gfortran
5113         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
5114         * THANKS: Update.
5115         Report by Vincent Lefèvre.
5117 2008-03-21  Eric Blake  <ebb9@byu.net>
5119         * GNUmakefile: Resynchronize with gnulib.
5121         Document more uses of $cross_compiling.
5122         * doc/autoconf.texi (Runtime): Document that a temporary override
5123         is permissible.
5124         * THANKS: Update.
5125         Reported by Ineiev, example by Ralf Wildenhues.
5127         Don't swallow $1 in textual local variables.
5128         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
5129         expansion of text arguments, as that swallows $1.
5130         (m4_text_wrap): Likewise, by splitting out...
5131         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
5132         expression for width.
5133         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
5134         (m4@&t@_combine): Likewise.
5136 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5138         Avoid leftover files on Leopard.
5139         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
5140         directory created on darwin.
5141         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
5142         left over from a broken link.
5143         * tests/c.at (AC_NO_EXECUTABLES (working linker))
5144         (AC_NO_EXECUTABLES (broken linker)): New tests.
5145         Report by Gary V. Vaughan.
5147         * lib/autom4te.in (Automake-preselections): Trace
5148         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
5150 2008-03-20  Eric Blake  <ebb9@byu.net>
5152         Kill more CVS references.
5153         * README-cvs: Delete.  See README-hacking instead.
5154         * README-hacking: Update wording, based on older file.
5155         * BUGS: Remove CVS mention.
5157 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5159         * tests/tools.at (autotools and whitespace in file names): Skip
5160         if aclocal is not present.
5162 2008-03-20  Eric Blake  <ebb9@byu.net>
5164         Sync GNUmakefile with gnulib.
5165         * GNUmakefile (Makefile.cfg): Rename...
5166         (cfg.mk): ...to this, and make optional.
5167         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
5168         (Makefile.maint): Rename...
5169         (maint.mk): ...to this.
5170         (all) [!_have-Makefile]: Rename...
5171         (abort-due-to-no-makefile): ...to this, and invoke via
5172         .DEFAULT_GOAL to pick up all targets.
5173         * Makefile.cfg: Rename...
5174         * cfg.mk: ...to this.
5175         * Makefile.maint: Rename...
5176         * maint.mk ...to this.
5177         (ME): Reflect name change.
5178         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
5179         rather than hard-coded name.
5180         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
5181         * Makefile.am (EXTRA_DIST): Reflect file name changes.
5182         * .x-sc_prohibit_atoi_atof: Likewise.
5183         * lib/freeze.mk: Likewise.
5185 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
5187         * doc/autoconf.texi (Introduction): Improve the paraphrase of
5188         Henry Spencer's quotation.
5190 2008-03-19  Eric Blake  <ebb9@byu.net>
5192         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
5193         * bin/autoscan.in (output): Avoid obsolete spelling.
5194         * tests/local.at (AC_STATE_SAVE): Update usage.
5195         * THANKS: Update.
5196         Reported by John Calcote.
5198         Emphasize that ease of configure triumphs over ease of autoconf.
5199         * doc/autoconf.texi (Introduction): Expand on primary
5200         vs. secondary goal of autoconf.
5201         * THANKS: Update.
5202         Inspired by Paul Smith.
5204 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5206         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
5207         $hint, show if the executing program does not exist.
5208         (xsystem_hint): New function, like xsystem but allows to pass
5209         a hint.
5210         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
5211         libtoolize.
5212         Report by Bruce Korb.
5214 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
5216         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
5217         tests/mktests.sh, tests/wrapper.as: Fix typos.
5219 2008-03-12  Eric Blake  <ebb9@byu.net>
5221         Fix yesterday's regression in m4_wrap([$1]).
5222         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
5223         text, since it may contain text that looks like parameters.
5224         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
5226 2008-03-11  Eric Blake  <ebb9@byu.net>
5228         Improve error messages for common testsuite bugs.
5229         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
5230         macros for defining order-enforced macros.
5231         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
5232         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
5233         messages when order violations are detected.
5234         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
5235         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
5236         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
5237         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
5238         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
5239         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
5240         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
5241         (Banner-only test suite): New tests.
5242         Reported by Christopher Hulbert.
5244         Tweak m4_wrap to force FIFO or LIFO semantics.
5245         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
5246         (m4_wrap_lifo, _m4_wrap): New macros.
5247         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
5248         order, prior to m4sugar's.
5249         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
5250         m4_wrap.
5251         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
5252         known order, prior to m4sh's.
5253         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
5254         argument.
5255         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
5256         new behavior.
5257         * tests/m4sh.at (AS_INIT cleanup): New test.
5258         * NEWS: Document the change.
5260 2008-03-10  Eric Blake  <ebb9@byu.net>
5262         Encode nested autotest data.
5263         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
5264         (unusual file names): Likewise.
5265         (m4_pattern_allow): Remove loophole, to make it easier to catch
5266         poorly written tests.
5268         Factor some autotest tests.
5269         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
5270         common initialization.
5271         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
5272         (whitespace in absolute testdir, unusual file names): Use it.
5274 2008-03-06  Eric Blake  <ebb9@byu.net>
5276         Minor documentation fix.
5277         * doc/autoconf.texi (Evaluation Macros): Fix typo.
5279 2008-03-04  Eric Blake  <ebb9@byu.net>
5281         Make AT_CHECK act like a simple command.
5282         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
5283         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
5285 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5287         On MinGW, substitution of CR and 0xFF fails.
5288         * tests/torture.at (Substitute and define special characters):
5289         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
5290         wrong thing for CR.
5292 2008-03-04  Eric Blake  <ebb9@byu.net>
5294         Pull in recent maintainer improvements from coreutils.
5295         * GNUmakefile (_is-dist-target): 'make distclean' should not
5296         trigger autoreconf.
5297         (_dummy): Change directories before removing autom4te.cache.
5298         (check dist distcheck install) [!_have-Makefile]: Provide nicer
5299         diagnostics.
5300         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
5301         builds, after initial bootstrap.
5302         * Makefile.am (distclean-local): Work around current automake bug.
5303         * Makefile.maint (ME): Allow VPATH usage.
5305         Use git-merge-changelog when available.
5306         * .gitattributes: New file.
5307         * README-hacking: Document use of git-merge-changelog.
5309         Work around cygwin bug.
5310         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
5311         "touch 't\'" creates regular file 't'.
5313         Ignore tests that require read-only directories under root.
5314         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
5315         no-write portion if user has root-like privileges.
5317 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5319         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
5321 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5323         autoreconf -m now honors $MAKE.
5324         * bin/autoreconf.in ($run_make): Renamed from ...
5325         ($make): ... this.  Use now as command to run `make',
5326         overridden by $MAKE.  Document this in --help output.
5327         * doc/autoconf.texi (autoreconf Invocation): Document
5328         all environment variables honored by autoreconf.
5329         * NEWS: Update.
5330         Report by Paul Eggert.
5332 2008-03-03  Eric Blake  <ebb9@byu.net>
5334         Documentation improvements.
5335         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
5336         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
5337         that preceeds @dots.  Improve wording.
5338         (Text processing Macros): Drop `1' suffix from metasyntax variable
5339         name that preceeds @dots.
5340         (Number processing Macros): Drop `1' suffix from metasyntax
5341         variable name that preceeds @dots.  Improve wording.
5342         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
5343         Suggested by Ralf Wildenhues.
5345 2008-03-02  Jim Meyering  <meyering@redhat.com>
5347         Don't infloop upon "make dist".
5348         * GNUmakefile: Merge from coreutils.
5349         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
5350         not .version.
5351         * configure.ac (AC_INIT): Use .tarball-version, not .version.
5352         * build-aux/git-version-gen: Update from gnulib.
5354 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5357         Before using /dev/full, check that it is a writable character
5358         special device.
5359         Report by Benoit Sigoure and Eric Blake.
5361         Actually test that @configure_input@ is expanded correctly.
5362         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5363         Actually check generated file contents for the name of the
5364         generated file, using AC_PROG_FGREP and $FGREP.
5366 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
5368         Be nice with file systems that don't handle unusual characters.
5369         * tests/atlocal.in (func_sanitize_file_name)
5370         (func_sanitize_dir_name): New shell functions.
5371         * tests/tools.at (autom4te and whitespace in file names)
5372         (autotools and whitespace in file names): Use them.
5373         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5374         Cover more potentially problemtic file names.  Use the new
5375         functions.
5377         Properly handle funny file names for headers in config.status.
5378         The test suite did not cover this bug because the code was not
5379         quoting properly the arguments of `rm -f' (which "fails" silently)
5380         as well as the arguments of `diff' (whose output was redirected to
5381         /dev/null so we couldn't see its error message).
5382         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
5383         file names passed to `rm' and `diff'.
5384         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5385         Add a regression test.
5387 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
5388         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5390         Properly expand @configure_input@ in config.status.
5391         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
5392         Escape the backslashes and ampersands in $configure_input before
5393         using it in the sed replacement string to expand @configure_input@.
5394         Report by Eric Blake and Patrick Welche.
5396 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5398         Ignore errors from ./run on w32.
5399         * tests/autotest.at (whitespace in absolute testdir):
5400         Ignore stderr for `./run' which fails to remove the
5401         busy test directory on w32.
5403 2008-02-22  Eric Blake  <ebb9@byu.net>
5405         Improve documentation for writing autotest suites.
5406         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
5407         checks must live inside a test group.
5408         Reported by Christopher Hulbert.
5410 2008-02-21  Eric Blake  <ebb9@byu.net>
5412         Sync git-version-gen from upstream.
5413         * build-aux/git-version-gen: Pull from gnulib.
5414         * configure.ac (AC_INIT): Adjust to new calling convention.
5416 2008-02-12  Eric Blake  <ebb9@byu.net>
5418         Avoid trailing space in config.h with AC_DEFINE([var], []).
5419         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
5420         defines with a comment.
5422 2008-02-08  Eric Blake  <ebb9@byu.net>
5424         Fix texinfo typos in previous patch.
5425         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
5426         Reported by Ralf Wildenhues.
5428         Describe a config.site that can be used for FHS compliance.
5429         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
5430         for FHS.
5431         * THANKS: Update.
5432         Reported by Jules Colding and Ralf Wildenhues.
5434 2008-02-02  Eric Blake  <ebb9@byu.net>
5436         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
5438 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5440         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
5441         again, broken since introduction of `-C dir'.
5442         * tests/autotest.at (Choosing where testsuite is run): Test it.
5444 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
5446         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
5448 2008-01-29  Eric Blake  <ebb9@byu.net>
5450         Fix more autotest regressions.
5451         * lib/autotest/general.m4 (AT_LINE): Fix regression from
5452         2007-10-04 when file name is `dnl'.
5453         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
5454         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
5455         yesterday in libtool's testsuite.
5456         (_AT_ARG_OPTION): Detect write failure.
5457         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
5458         make libtool's use kosher.  Document m4_init.
5459         (Programming in M4sh): Document AS_INIT.
5460         (Writing Testsuites): Document limitation of AT_DATA file name.
5461         * tests/autotest.at (unusual file names): New test.
5462         (Banners, Keywords and ranges): Use correct shell.
5464         More corner cases in testsuite VAR=VALUE handling.
5465         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
5466         bug.
5467         <PARSE_ARGS_END>: Also detect leading digits in assignments.
5468         * tests/autotest.at (Using atlocal): Enhance test to catch last
5469         bug.
5471         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
5472         bug.
5474 2008-01-28  Eric Blake  <ebb9@byu.net>
5476         Fix regression in handling VAR=VALUE arguments to testsuite.
5477         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
5478         leading = as invalid.  Defer use of command-line variable
5479         assignments...
5480         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
5481         regression in sourcing files.
5482         * tests/autotest.at (Using atlocal): New test to catch this.
5483         (Debugging a successful test, Choosing where testsuite is run):
5484         Use correct shell.
5485         Reported by Ralf Wildenhues.
5487         Document grep peculiarity.
5488         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
5489         BSD behavior on binary input.
5491         Minor testsuite improvements.
5492         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
5493         forks when sanitizing PATH.  Always output machine information,
5494         not just when atconfig was located.
5496         Add 'testsuite -C dir'.
5497         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
5498         detection...
5499         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
5500         argument.
5501         <DEFAULTS>: Delay computation of variables based on $at_dir...
5502         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
5503         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
5504         <PARSE_ARGS>: Parse new option.
5505         <HELP_TUNING>: Document it.
5506         * tests/autotest.at (Choosing where testsuite is run): New test
5507         for this feature.
5508         (Keywords and ranges): Add test for missing -k argument.
5509         * NEWS: Document this.
5510         * doc/autoconf.texi (testsuite Invocation): Likewise.
5512 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5514         * build-aux/config.guess, build-aux/config.sub,
5515         build-aux/texinfo.tex: Sync from gnulib.
5516         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
5517         Likewise.
5519 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5521         * doc/autoconf.texi (Particular Programs): Do not mention the
5522         Autoconf version in which the AC_PROG_INSTALL change was done.
5523         Suggested by Paul Eggert.
5525 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5527         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
5528         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
5529         mode, we change to the source directory, also set $ac_pwd so we
5530         do not go back to the build tree for the next config subdir.
5531         * tests/torture.at (Deep Package): Extend test to contain two
5532         config subdirs on the top level.
5534         Fix parallel `maintainer-check'.
5535         * Makefile.am (maintainer-check-tests): Depend on `all'.
5536         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
5537         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
5538         Likewise.
5539         (maintainer-check): Serialize the testsuite runs.
5541         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
5542         in feature string for --enable/--with.  Convert to underscore
5543         for variable name.
5545         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
5546         `install -c file1 file2 dir' works.
5547         * doc/autoconf.texi (Particular Programs): Document this.
5548         * NEWS: Update.
5550 2008-01-21  Eric Blake  <ebb9@byu.net>
5552         Improve documentation about default include directives.
5553         * doc/autoconf.texi (Generic Headers, Generic Declarations)
5554         (Generic Structures, Generic Types)
5555         (Generic Compiler Characteristics): Add links to
5556         AC_INCLUDES_DEFAULT.
5557         Reported by Reuben Thomas.
5559 2008-01-15  Eric Blake  <ebb9@byu.net>
5561         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
5563 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5565         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
5566         check_SCRIPTS.  Building the wrappers for `all' allows help2man
5567         to use them for the manpages.
5568         Report by Benoit Sigoure.
5570         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
5572 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5574         Fix some write failure cases in Autotest.
5575         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
5576         upon write failures for --help, --version, --list.
5577         Guard against write failures for intermediate created scripts.
5578         <at_func_create_debugging_script>: Do not make the debugging
5579         script executable if it is not complete.
5581 2007-12-12  Eric Blake  <ebb9@byu.net>
5583         Fix thinko in earlier patch - m4_join isn't defined yet.
5584         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
5585         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
5586         (m4_require): Use m4_do, not m4_join.
5588         Fix some whitespace tests on cygwin.
5589         * tests/tools.at (autom4te and whitespace in file names): Restore
5590         font-lock.  Create $TMPDIR before it might be used.
5592         Fix spurious testsuite failure with M4 1.4.11.
5593         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
5595         Optimize AC_REQUIRE.
5596         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
5597         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
5598         (m4_require): Avoid extra macro calls.
5600 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5602         * tests/torture.at (srcdir): Fix quoting.
5604         Do not pass top_srcdir to configure scripts in testsuite.
5605         * tests/autotest.at (srcdir propagation): Copy install-sh to
5606         source tree.
5607         (my only test): Drop setting of `top_srcdir'.
5608         * tests/base.at (Input/Output): Likewise.
5609         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
5610         config.guess, and config.sub to test source tree.
5611         Drop AC_CONFIG_AUX_DIR setting.
5612         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
5613         * tests/torture.at (Substitute a 2000-byte string): Drop
5614         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
5615         (Substitute a newline, datarootdir workaround): Likewise.
5616         (Define a newline): Adjust for linenumber changes in configure.ac.
5617         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
5619         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
5620         if `pwd` contains whitespace.
5622         Quote $abs_top_srcdir in tests.
5623         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
5624         * tests/tools.at (Syntax of the shell scripts): Likewise.
5626         * tests/m4sh.at (LINENO): Quote $0.
5628         Fix testsuite program wrapper for whitespace in `pwd`.
5629         The problem here is that the usual mantra is that command
5630         variables can contain arguments, thus we cannot just escape
5631         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
5632         $top_builddir/tests directory early in $PATH, so that the
5633         wrappers are found by their plain name.
5634         * tests/wrapper.as: Put $testdir early in $PATH.
5635         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
5637         Proper config.status --file/--header and $srcdir escaping.
5638         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
5639         characters in $ac_file_inputs.
5640         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
5641         accordingly.
5642         * tests/torture.at (datarootdir workaround): Adjust.
5643         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
5645         Fix Autotest for whitespace in `pwd`.
5646         * lib/autotest/general.m4 (AT_INIT)
5647         <at_func_create_debugging_script, Driver Loop>:
5648         Quote $at_group_dir.
5649         * tests/autotest.at (whitespace in absolute testdir): New test.
5651         * lib/autom4te.in: Quote @datadir@.
5653         Proper file name escaping in Autoconf programs and Perl modules.
5654         This includes escaping of characters special to the shell
5655         as well as special to Perl, e.g., leading `<' or `>'.
5656         For example, when $file starts with `>', `open ">$file"'
5657         wrongly tries to append to a different file.
5658         * bin/autoconf.as: Fix quoting for autom4te options.
5659         * lib/Autom4te/General.pm (shell_quote): New function, taken
5660         from coreutils, written by Jim Meyering.
5661         (mktmpdir): Use it.
5662         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
5663         and open_quote.
5664         * bin/autoreconf.in (parse_args): Likewise.
5665         * bin/autoscan.in (main): Likewise.
5666         * bin/autoupdate.in (main): Likewise.
5667         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
5668         * bin/ifnames.in: Likewise, XFile usage fixes.
5669         * tests/tools.at (autom4te and whitespace in file names): Extend
5670         test.  Test twice, with special characters allowed on w32, and the
5671         rest.  Test leading and trailing whitespace, for `open_quote'.
5672         (autotools and whitespace in file names): New, analogous test.
5673         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
5674         by Russ Allbery and Eric Blake.
5676         Sync from Automake.
5677         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5678         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
5679         * lib/Autom4te/FileUtils.pm (open_quote): New function.
5680         (update_file, contents): Use it.
5682         * Makefile.am (autom4te-update): Rewrite for git.
5684 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5686         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
5688         Fix copyright years.
5689         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
5690         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
5692 2007-12-04  Eric Blake  <ebb9@byu.net>
5694         Manually resync with gnulib, since 'make cvs-update' no longer works.
5695         * build-aux/config.guess: New upstream version.
5696         * build-aux/config.sub: Likewise.
5698         When using older automake, don't downgrade build-aux/texinfo.tex.
5699         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
5700         * doc/Makefile.am (TEXINFO_TEX): Add.
5702 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5704         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
5705         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
5706         #undef as this runs afoul of our new way of creating config.h.
5707         Problem reported by Jim Meyering in
5708         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
5710 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5712         Fix autom4te for unusual characters in input file names.
5713         * bin/autom4te.in (files_to_options): Quote active characters
5714         for the shell.
5715         * tests/tools.at (autom4te and white space in file names):
5716         New test.
5718         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
5719         Document that Tru64 awk always splits $0.
5721 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
5723         * lib/autotest/general.m4 (AT_INIT): Do not extract the
5724         `#AT_STOP_...' line at the end of each test.
5726 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5728         * lib/autotest/general.m4 (AT_INIT): For awk line number
5729         extraction script, ensure `$at_group' has a defined value
5730         even for the empty set, and properly quote its usage inside
5731         the awk script.
5733 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5735         * doc/autoconf.texi (Shell Functions): New chapter.  Document
5736         IRIX sh $0 issue in functions, move content from ...
5737         (Portable Shell): ... here.
5738         (Shell Script Compiler): Note that shell functions are not
5739         totally unportable any more.
5741 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
5742         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5744         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
5745         extracting the line numbers of the last needed test.
5747 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5749         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
5750         Fix quoting.
5752 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5754         Fix IRIX testsuite debugging failures: $0 in functions.
5755         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
5756         Do not use $0 inside a function, as IRIX sh will set that to the
5757         function name rather than the script invocation name.
5759 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
5760         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5762         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
5763         to extract test scripts.
5764         (AT_INIT): Extract and cache test script line numbers.
5766 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5768         * lib/autotest/general.m4: Revert 2007-11-15 patch and
5769         subsequent fixups; the awk -> here-document conversion trashes
5770         performance too much with AIX sh.
5772 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5774         * tests/local.at: Do not test m4, perl with AT_TESTED.
5776         Diagnose and guard against write errors dealing with config.status.
5777         The general idea is this: all write failures from `configure'
5778         writing `config.status' are indicated by $ac_write_error, which
5779         is only checked at the end.  This is safe because config.status
5780         code is not executed before the file is complete.  Other write
5781         failures, be they inside config.status, or in sub shell/awk
5782         scripts spawned from configure or config.status, typically need
5783         earlier checking, as their results are used right afterwards.
5784         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
5785         before writing config.status, check afterwards.
5786         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
5787         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
5788         Set `ac_write_error' for write failures to config.status.  Barf
5789         upon write failures to temporary files.
5790         Adjust note about closing and reopening the here-document.
5791         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
5792         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
5793         reopening the here-document.
5794         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5795         Ensure `ac_write_error' does not escape into config.status.
5796         Also, add a couple of code paths not yet exercised in the test
5797         suite: a config file with input from stdin, and a config header
5798         output to stdout.
5799         Suggestion for catching write errors by Bruno Haible.
5801 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5803         Avoid error with Tru64 awk and testsuite lines with many words.
5804         * lib/autotest/general.m4 (AT_INIT): In the awk script that
5805         reads the testsuite, set the field separator to an unusual value,
5806         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
5807         even splits the input if $i, i>0, was never accessed in the script.
5809         Revert 2007-10-17 change.
5810         * TODO: Multiline args in config files and headers mean something
5811         different and are not fixed, see
5812         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
5813         Report by Stepan Kasal.
5815         * doc/autoconf.texi (Generic Programs): Fix typo.
5817 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
5819         AC_*_TOOL does not canonicalize the prefix
5820         * doc/autoconf.texi (Generic Programs): Do not say that
5821         the *_TOOL macros canonicalize, they simply use the `host_alias'.
5823 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5825         Diagnose write errors in config.status instantiations.
5826         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
5827         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
5828         on write errors.
5829         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
5830         Extend test to also check for some write error failures, using...
5831         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
5832         Report by Bruno Haible.
5834         Indentation fixups.
5835         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
5836         indentation.
5837         (_AT_CHECK): Use less indentation, to save space.
5839 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5841         Add witness macro for @top_build_prefix@ substitution.
5842         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
5843         (_AC_OUTPUT_FILE): Mention it here.
5845 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
5846         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5848         * lib/autotest/general.m4 (at_func_test): Remove.
5849         (AT_INIT): Pre-extract test groups into separate files.
5850         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
5851         Remove at-test-source files together with the $at_group_dir.
5852         * tests/autotest.at (Long test source lines): New test.
5854 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5856         Shell functions and variables may share a namespace.
5857         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
5858         limitation.
5860 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5862         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
5863         gnulib.
5865 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5867         * lib/autoconf/status.m4: Fix a couple of comment typos.
5869         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
5871 2007-11-13  Jim Meyering  <meyering@redhat.com>
5873         Clean up the rule to create "expr".
5874         * tests/Makefile.am (expr): Don't redirect directly to target.
5875         Redirect just once, not for each echo statement.
5876         Use $@, not literal "expr".
5878 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
5880         Don't worry about preprocessor when testing long long.
5881         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
5882         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
5883         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
5884         These no longer check for preprocessor flaws.
5885         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
5886         Do not check for preprocessor flaws.
5888 2007-11-13  Jim Meyering  <meyering@redhat.com>
5890         Adapt dependencies, now that a version change doesn't modify configure.ac
5891         * GNUmakefile: Remove "make clean" kludge.
5892         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
5893         configure.ac.
5894         Don't redirect directly to target.
5895         Use $@, not literal "version.m4".
5897 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5899         * doc/autoconf.texi (Making testsuite Scripts): Document
5900         ":;{" shorthand as in previous patch.
5902 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
5904         * doc/autoconf.texi (Limitations of Builtins): Document problem
5905         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
5906         for the workaround.
5907         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
5908         Use ":;{" shorthand.
5909         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
5911 2007-11-12  Jim Meyering  <meyering@redhat.com>
5913         Add more non-srcdir build support.
5914         * GNUmakefile (dummy): Split a long line.
5915         Add -v option to autoreconf invocation.
5917         Remove the autoreconf-provided INSTALL, so that we regenerate it.
5918         * GNUmakefile (dummy): Remove INSTALL.
5920         Remove racy commands to build scripts in bin/ and tests/.
5921         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
5922         are guaranteed to be built, remove the rules that tried to build
5923         them.  Before, with a parallel build, these rules could lead to
5924         two processes writing tests/wrapper.in concurrently.
5926         Build in man/ only *after* building in bin/ and tests/.
5927         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
5928         in both bin/ and tests/.
5930         Accommodate non-srcdir build-from-checkout.
5931         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
5932         Use git's --git-dir=$srcdir/.git option.
5933         Add quotes, in case tarball_version_file contains shell meta-characters.
5934         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
5935         * configure.ac: Pass "." to git-version-gen.
5937         Avoid spurious test failures due to version skew.
5938         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
5940 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5942         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
5943         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
5944         Remove conftest.dSYM directory.
5945         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
5946         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
5947         Remove `conftest.*' recursively.
5948         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
5949         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
5950         Likewise.
5951         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
5952         * THANKS: Update.
5953         Report and analysis by Jeff Squyres and Peter O'Gorman.
5955 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
5957         Fix typos in variable names.
5958         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
5960 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
5962         Document that $((expression)) is not portable.
5963         * doc/autoconf.texi (Shell Substitutions): Here.
5965 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5967         Ignore configure --help* errors due to LINENO-impaired shells.
5968         * tests/torture.at (Configuring subdirectories, Deep Package):
5969         In the --help* tests in read-only trees, make `.' temporarily
5970         writable again for the `stderr' file, and ignore errors due to
5971         the attempt to write configure.lineno.
5972         Report by Patrick Welche.
5974 2007-11-10  Jim Meyering  <meyering@redhat.com>
5976         Generate package.m4 in build-dir, not srcdir.
5977         * tests/Makefile.am (package.m4): Adjust target.
5978         Don't redirect directly to $@.
5979         (CLEANFILES): Add package.m4.
5980         ($(TESTSUITE)): Depend on just-built package.m4, not the one
5981         in $(srcdir).
5982         When running $(AUTOTEST), search "." before searching $(srcdir).
5984         Avoid a race condition that would make parallel "distclean" fail.
5985         * tests/Makefile.am (distclean-generic): Replace the default,
5986         automake-provided rule with an identical one, but with an additional
5987         dependency on distclean-local.  Simply adding the dependency would
5988         cause automake not to emit the rule at all.
5989         * BUGS: Building with -jN works, now.
5991         Distribute git-version-gen.
5992         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
5993         since GNUmakefile is distributed, and requires it for dist* rules.
5995         Remove two more generated files from version control.
5996         * INSTALL: Remove generated file.
5997         * lib/autoscan/autoscan.list: Remove generated file.
5999 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6001         * GNUmakefile (PATH): Remove stray apostrophes; they become
6002         part of PATH, which isn't wanted here.
6004 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6006         New config files output variable `top_build_prefix'.
6007         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
6008         `top_build_prefix'.
6009         * doc/autoconf.texi (Preset Output Variables): Document it.
6010         * NEWS: Update.
6011         Report by Bob Friesenhahn.
6013         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
6014         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
6015         function, to parametrize arithmetic with expr vs. the shell.
6016         Use it where possible.
6017         Suggestion by Benoit Sigoure.
6019 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
6021         Adjust the documentation of autotest WRT atlocal.
6022         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
6023         when using Automake, to write a rule to produce atlocal, since it's
6024         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
6025         distributed, not atconfig.in.
6027 2007-11-04  Eric Blake  <ebb9@byu.net>
6029         Update list information.
6030         * README: Mention new autoconf-commit list.
6031         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
6033 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6035         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
6037         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
6039         * build-aux/.gitignore: Ignore mkinstalldirs.
6041         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
6043 2007-11-03  Jim Meyering  <meyering@redhat.com>
6045         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
6046         * build-aux/git-version-gen: This syncs from coreutils.
6048         Adjust the build procedure so "make check" works reliably.
6049         * README-hacking: Include an extra step between "make" and
6050         "make check" to ensure that the latter passes.
6052         Use just-built tools, when possible.
6053         * GNUmakefile (PATH): Set and export here, ...
6054         (dummy): ... rather than here.
6056 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6057         and Andreas Schwab  <schwab@suse.de>
6059         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
6060         exit status bug.
6062 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6064         * configure.ac (AC_PREREQ): Require version 2.60, for
6065         AC_PROG_SED, AC_PROG_GREP.
6067 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
6068         and Jim Meyering  <meyering@redhat.com>
6069         and Andreas Schwab <schwab@suse.de>
6070         and Eric Blake  <ebb9@byu.net>
6072         Document a bug in GNU Bash with compound commands and redirections.
6073         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
6074         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
6075         workaround.
6077 2007-11-03  Eric Blake  <ebb9@byu.net>
6079         Support m4 1.4.5 in testsuite.
6080         * tests/torture.at (Define a newline): Exclude line numbers in
6081         error message.
6082         Reported by Ralf Wildenhues.
6084 2007-11-03  Jim Meyering  <meyering@redhat.com>
6086         Remove automake-provided files from version control.
6087         * build-aux/elisp-comp: Remove file.
6088         * build-aux/install-sh: Remove file.
6089         * build-aux/missing: Remove file.
6090         * build-aux/mdate-sh: Remove file.
6091         * build-aux/.gitignore: New file.
6092         Suggestion from Ralf Wildenhues.
6094 2007-11-03  Eric Blake  <ebb9@byu.net>
6096         Adjust version comparison to account for git snapshot numbers.
6097         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
6098         component separator.
6099         * doc/autoconf.texi (Number processing Macros)
6100         <m4_version_compare>: Document this change.
6101         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
6103 2007-10-30  Bruno Haible  <bruno@clisp.org>
6105         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
6106         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
6107         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
6108         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
6109         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
6110         Suggested by Paul Eggert.
6112 2007-10-28  Jim Meyering  <meyering@redhat.com>
6114         * README-hacking: Autoconf, Automake, and Perl are required to build.
6115         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
6117 2007-10-28  Jim Meyering  <meyering@redhat.com>
6119         README-hacking: Recommend running autoreconf -vi.
6120         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
6121         so that we use just-built tools when they're available.
6122         Suggestions from Ralf Wildenhues.
6124 2007-10-28  Jim Meyering  <meyering@redhat.com>
6126         Make inter-release --version output more useful.
6128         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
6129         which indicates that it is built using the 19th change set
6130         (in _some_ repository) following the "v2.61a" tag, and that 58dd
6131         is a prefix of the commit SHA1.
6132         * build-aux/git-version-gen: New file.
6133         * configure.ac: Run it to set the version.
6134         (AM_INIT_AUTOMAKE): Don't check NEWS here.
6135         * Makefile.am (dist-hook): Arrange so that .version appears only
6136         in distribution tarballs, never in a checked-out repository.
6137         * .gitignore: Add .version here, too.  Just in case.
6138         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
6139         not configure.ac, now that the version number changes automatically.
6141         Ensure that $(VERSION) is up to date for dist-related targets.
6142         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
6143         git-version-gen doesn't match $(VERSION), but only for dist targets.
6145 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6147         Fix `Deep Package' failure with a configure script early in PATH
6148         * tests/torture.at (Deep Package): Add `.' early in PATH.
6149         Report by Jim Meyering.
6151 2007-10-27  Jim Meyering  <meyering@redhat.com>
6153         Remove all generated files from version control.
6154         * aclocal.m4: Remove.
6155         * configure: Remove.
6156         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
6157         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
6158         * README-hacking: New file: how to build from just-checked-out sources.
6160 2007-10-23  Eric Blake  <ebb9@byu.net>
6162         Improve corner case of m4_expand.
6163         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
6164         efficiently.
6165         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
6166         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
6167         documentation.
6169 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
6171         * doc/make-stds.texi: Update from gnulib.
6173 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6174         and Eric Blake  <ebb9@byu.net>
6176         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
6177         problem reported by Bruno Haible in
6178         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
6180 2007-10-22  Eric Blake  <ebb9@byu.net>
6182         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
6183         preprocessor.
6185 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6187         Don't check for bug in HP-UX 11.00 cpp.
6188         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
6189         Use -1ull rather than -1u, since that causes problems with gnulib; see
6190         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
6192 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6194         * tests/autotest.at (Backquote command substitution)
6195         (Multiline backquote command substitution)
6196         (Parenthetical command substitution)
6197         (Multiline parenthetical command substitution): Fix typos in
6198         test names.
6200 2007-10-21  Eric Blake  <ebb9@byu.net>
6202         * configure: Regenerate.
6204 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6206         Fix config status generation with Tru64 ksh.
6207         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
6208         escaping of backslash in here-documents.
6210         Fix `Deep Package' test failure on FreeBSD.
6211         * tests/torture.at (Deep Package): Do not add `.' to $PATH
6212         unnecessarily.  Do not try running `/bin/sh configure' with a
6213         configure script to be found in $PATH, if the shell does not do
6214         this resolution.  Fixes test failure on FreeBSD.
6216         Fix config header generation with AIX awk.
6217         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
6218         script, use helper array D_is_set, as `" 0"' does not evaluate
6219         to true for AIX awk.
6221 2007-10-21  Eric Blake  <ebb9@byu.net>
6223         * tests/autotest.at (Banners): Reinstate test, with typo
6224         corrected.
6226 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6228         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
6229         <at_func_validate_ranges>: ... using this new function.
6230         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
6231         Test --list with ranges and keywords.
6232         (Banners): Remove one now-failing test.
6234 2007-10-20  Eric Blake  <ebb9@byu.net>
6236         Fix testsuite --list subset.
6237         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
6238         back to spaces, before listing subset of tests.
6239         Reported by Ralf Wildenhues.
6241 2007-10-19  Eric Blake  <ebb9@byu.net>
6243         s/parenthesis/parentheses/ where appropriate.
6244         * doc/autoconf.texi: Fix typos.
6245         * lib/m4sugar/m4sugar.m4: Likewise.
6246         Reported by Ralf Wildenhues.
6248         Document m4_expand limitation.
6249         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
6250         unbalanced parse.
6251         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
6252         (Writing Testsuites): Mention limitations inherited from
6253         m4_expand.
6255         Improve AT_BANNER handling.
6256         * lib/autotest/general.m4 (BANNERS): New named diversion.
6257         (TESTS_END): Diversion no longer used.
6258         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
6259         shell function, which prints only as needed, using an associative
6260         array of banner text from a special diversion.
6261         <PARSE_ARGS_END>: No longer need awk to find banners.
6262         <TESTS>: Banners are no longer processed by main driver loop, so
6263         we no longer need case statement.
6264         (AT_BANNER): Rewrite to populate new diversion.
6265         (AT_SETUP): Each test invokes its own banner.  No output is needed
6266         to the TESTS diversion.
6267         * doc/autoconf.texi (Writing Testsuites): Document slight
6268         semantics change.
6269         * tests/autotest.at (AT_BANNERS): Enhance test.
6270         * NEWS: Document AT_BANNER.
6272         Document and test AT_BANNER.
6273         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
6274         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
6275         (AT_CHECK_BANNERS): New test.
6277         Doc touchups.
6278         * doc/autoconf.texi (Text processing Macros) <m4_strip>
6279         <m4_text_wrap>: Clarify and fix typos.
6281 2007-10-18  Eric Blake  <ebb9@byu.net>
6283         Ignore `make dist' changelogs in testsuite.log.
6284         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
6285         directories matching AT_PACKAGE_TARNAME-*.
6287         Fix AT_TESTED, AT_KEYWORDS.
6288         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
6289         occurs in string, as duplicates may be added.
6290         (_m4_append_uniq): New helper macro.
6291         (m4_append_uniq_w): New macro.
6292         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
6293         duplication bug by using new macro.
6294         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
6295         programs with stdin redirected, so programs that don't
6296         understand --version won't try to behave interactively.
6297         * tests/autotest.at (Tested programs): Catch this bug.
6298         * tests/m4sugar.at (m4@&t@_append): Test new macro.
6299         * tests/local.at (AT_TESTED): Add m4, perl.
6300         * doc/autoconf.texi (Text processing Macros): Document
6301         m4_append_uniq_w, and update text on m4_append.
6302         * NEWS: Document the addition.
6304 2007-10-17  Eric Blake  <ebb9@byu.net>
6306         Function cleanup.
6307         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
6308         from m4 macro...
6309         (AT_INIT) <at_func_create_debugging_script>: ...to shell
6310         function.
6311         (AT_INIT): Defer function declarations until after --help,
6312         --version.  Format functions consistently, trying to fit in 80
6313         columns.
6314         (TEST_FUNCTIONS): Based on recent changes, rename...
6315         (TEST_GROUPS): ...to this.
6317         Reject FreeBSD m4.
6318         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
6319         * configure: Regenerate.
6320         Reported by Bob Friesenhahn.
6322         Test recent additions.
6323         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
6324         (m4@&t_max and m4@&t_min): New tests.
6325         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
6326         description.
6328 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6330         * TODO: multiline args in config files and headers work now.
6332         Autotest: do not use shell functions for individual tests.
6333         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
6334         extract the source test source, do not invoke it.
6335         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
6336         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
6337         expect exit status of 1.
6338         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
6340         * lib/autotest/general.m4 (at_func_test): Fix test extraction
6341         script.
6343 2007-10-17  Eric Blake  <ebb9@byu.net>
6345         Fix m4_combine for empty suffix list.
6346         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
6347         * doc/autoconf.texi (Text processing Macros): Document this.
6349         Add m4_combine, based on Libtool's lt_combine.
6350         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
6351         * doc/autoconf.texi (Text processing Macros): Document it.
6352         * NEWS: Likewise.
6354 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6356         Fix `configure --help=recursive' in unconfigured/read-only trees.
6357         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
6358         is not writable, use 'cp -p' in this case, in the hope that it
6359         will not actually be needed.  Still try removing files, in case
6360         of other write errors.
6361         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
6362         use $as_myself, not $0.
6363         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
6364         exist, try again in the the source tree.  This change assumes
6365         that the subpackage configure script is capable of running
6366         --help=recursive in the source tree.
6367         * tests/torture.at (Configuring subdirectories, Deep Package):
6368         Adjust tests to expose both issues, also try invocation as
6369         `sh configure ...' and plain `configure ...' with PATH adjusted.
6370         * NEWS, THANKS: Update.
6371         Report by Hans Ulrich Niedermann.
6373 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6375         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6376         Problem reported by H.Merijn Brand in
6377         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6378         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
6379         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
6380         Check that preprocessor handles 64-bit ints, too.
6382 2007-10-16  Eric Blake  <ebb9@byu.net>
6384         m4_map is a looping construct.
6385         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
6387         Fix m4_map, and add some more utility macros.
6388         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
6389         (m4_echo, m4_make_list): New documented macros.
6390         (_m4_quote, _m4_shift2): New helper macros.
6391         (m4_map): Change semantics to allow calling macro without
6392         arguments.
6393         (m4_map_sep): Likewise.  Also change semantics to quote separator,
6394         to match m4_join and m4_append.
6395         (m4_version_unletter): Fix use of m4_map.
6396         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
6397         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
6398         (Text processing Macros): Mention m4_dquote as a faster
6399         alternative to joining with commas.
6400         (Looping constructs): Document m4_map, m4_map_sep.
6401         * NEWS: Mention new macros.
6403         A few more m4sugar improvements, to benefit libtool.
6404         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
6405         of expansion by avoiding extra uses of $@.
6406         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
6407         (_m4_cdr): New helper macro.
6408         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
6409         (_m4_shift3): New helper macro.
6410         (_m4_foreach): Swap argument order, and use new macro to reduce
6411         size of expansion.
6412         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
6413         count must be positive.
6415         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
6416         Reported by Ralf Wildenhues.
6418 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6420         * doc/autoconf.texi (Portable Shell): Improve description of zsh
6421         4.x function subshell bug with exit and trap.
6423 2007-10-15  Eric Blake  <ebb9@byu.net>
6425         Enhance AS_HELP_STRING.
6426         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
6427         and reduce number of expansions.
6428         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
6429         and to take indent and wrap column numbers.
6430         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
6431         * doc/autoconf.texi (Pretty Help Strings): Document details about
6432         arguments.
6433         (Text processing Macros): Minor tweaks.
6434         * NEWS: Document this change.
6436         Fix 2007-10-03 regression with AT_SETUP([a, b]).
6437         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
6438         (m4_text_box): Use it.
6439         * lib/autotest/general.m4 (AT_SETUP): Use it.
6440         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
6441         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
6442         * NEWS: Revert caveat about semantics change on comma.
6443         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
6445 2007-10-13  Eric Blake  <ebb9@byu.net>
6447         Change m4_join to match libtool's ltsugar semantics.
6448         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
6449         Ignore empty arguments, using...
6450         (_m4_join): ...this new helper.
6451         * tests/m4sugar.at (m4@&t@_join): New test.
6452         * doc/autoconf.texi (Text processing Macros): Document new
6453         semantics of m4_join.
6455         Make AC_PREREQ faster and more robust.
6456         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
6457         (m4_version_prereq): Inline constant expansions.
6458         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
6459         Rewrite in terms of [] list, not () list.
6460         (_m4_list_cmp, _m4_version_unletter): New helper macros.
6461         (m4_version_unletter): Write wrapper around new implementation to
6462         preserve old semantics.
6463         (m4_version_compare): Pass correct type of list, and avoid
6464         overhead of flattening expressions too early.
6465         (m4_do): Move to be near other quoting macros.
6466         (m4_max, m4_min): Always result in decimal output.
6467         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
6468         Move m4_do...
6469         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
6470         (Text processing Macros): Move m4_version_compare...
6471         (Number processing Macros): ...to this new node; document m4_cmp,
6472         m4_list_cmp, m4_sign, m4_max, m4_min.
6473         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
6474         up on bugs fixed by this patch.
6475         * NEWS: Document new macros.
6477 2007-10-12  Eric Blake  <ebb9@byu.net>
6479         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
6480         (Reporting Messages): Fix underfull hbox.
6482         Some more m4sugar documentation.
6483         * lib/m4sugar/m4sugar.m4: Clean up macro order.
6484         * doc/autoconf.texi (Programming in M4): Lighten the warning on
6485         using m4sugar; it is stabilizing and useful.
6486         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
6487         m4_divert, m4_undivert, __file__, __line__, __oline__.
6488         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
6489         m4_fatal, m4_location, m4_warn.
6490         (Diversion support): New node, documenting m4_divert_push,
6491         m4_divert_pop, m4_divert_text, m4_divert_once.
6492         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
6493         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
6494         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
6495         as obsolescent.
6496         (Printing Messages): Change cross-reference.
6498         Document interaction of recent m4_append change with Libtool HEAD.
6499         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
6500         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
6501         * tests/m4sugar.at (m4@&t@_append): New test.
6502         * NEWS: Document semantics change.
6503         * doc/autoconf.texi (Text processing Macros): Likewise.
6505         s/AC_VERSION/AC_AUTOCONF_VERSION/.
6506         * doc/autoconf.texi (Versioning): Change the name.
6507         * NEWS: Likewise.
6508         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
6509         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
6510         Suggested by Ralf Wildenhues.
6512         Namespace cleanup.
6513         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
6514         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
6515         autoconf namespace.
6516         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
6517         (Programming in M4sh, Macro Names): Beef up description of
6518         namespaces reserved for autoconf.
6519         * configure: Regenerate.
6521 2007-10-12  Eric Blake  <ebb9@byu.net>
6522         and Paolo Bonzini  <bonzini@gnu.org>
6524         Speed up execution of subset of testsuite.
6525         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
6526         (AT_INIT) <at_func_test>: New shell function.
6527         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
6528         (AT_INIT) <at_test_source> New variable, names file that holds
6529         current test function definition.
6530         (AT_SETUP): Start the shell function at_func_test_#, into the
6531         TEST_FUNCTIONS diversion.
6532         (AT_CLEANUP): End the shell function.  Simplify the TESTS
6533         diversion to invoke the function.
6535 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6537         * .gitignore: Ignore tags and TAGS files.
6539 2007-10-11  Eric Blake  <ebb9@byu.net>
6541         Config header generation followup.
6542         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
6543         which won't work with the preprocessor nor with the awk
6544         implementation.
6545         * tests/torture.at (Define a newline): Test raw newline detection,
6546         removing the XFAIL.
6547         * doc/autoconf.texi (Defining Symbols): Document recent change to
6548         allow backslash-newline.
6549         * THANKS: Update.
6551 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6553         * lib/autotest/general.m4: Put function braces in separate line.
6555 2007-10-10  Eric Blake  <ebb9@byu.net>
6557         Avoid some overhead from m4_defn and m4_popdef.
6558         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
6559         pass on first argument, since we are documented that way.
6560         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
6561         check where it is safe to do so.
6562         (m4_append): Likewise, and quote the separator.
6563         (m4_text_box): Likewise, and avoid regex, also be robust to
6564         expansion and quadrigraphs.
6566         Another AC_DEFINE speedup.
6567         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
6568         elision...
6569         (_AC_DEFINE_Q): ...here, and only do it once.
6570         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
6571         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
6572         introduced 2007-10-05.
6574         Whitespace cleanup.
6575         * lib/autoconf/general.m4: Use consistent indentation.
6576         * configure: Regenerate.
6578         * NEWS: Announce recent round of speed optimizations.
6580 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6582         * NEWS: Announce shell function usage in Autotest.
6584 2007-10-10  Eric Blake  <ebb9@byu.net>
6585         and Paul Eggert  <eggert@cs.ucla.edu>
6587         Reduce number of forks at startup.
6588         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
6589         sanitization.
6590         * configure: Regenerate.
6592 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6593         and Paul Eggert  <eggert@cs.ucla.edu>
6595         Use awk for config header generation.
6596         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
6597         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
6598         header machinery for use with awk and placement outside the main
6599         config.status instantiation loop.  Retain multi-line defines
6600         through backslash-newline combinations, do not split the script
6601         any more.
6602         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
6603         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
6604         needed.
6605         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
6606         from define values.
6607         * NEWS: Update.
6608         * tests/torture.at (#define header templates): Extend test by
6609         several more cases: white space before and after `#', macros
6610         with parameters in config.hin and as defines, multi-line macro
6611         values.
6612         (Torturing config.status): Use a define value twice the length
6613         in order to exercise the awk literal string limit.
6614         (Substitute and define special characters): Also try special
6615         delimiter, to exercise the special-case code.
6616         Suggestion by Eric Lemings.
6618 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6620         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
6622 2007-10-09  Eric Blake  <ebb9@byu.net>
6624         Improve header of bin/autoconf.
6625         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
6626         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
6627         from M4sh.
6628         * bin/autoconf.as: Put copyright up front in generated file.
6630         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
6632 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6634         * doc/install.texi (Basic Installation): Document `uninstall'.
6635         * INSTALL: Regenerate.
6636         Suggestion by Roberto Bagnara.
6638 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6640         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
6642         Adjust doc. to match latest gnulib.
6643         * build-aux/texinfo.tex: Sync from gnulib.
6644         * doc/standards.texi: Likewise.
6645         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
6646         Documentation License" and remove the subsection.  This simplifies
6647         the manual a bit and is more like what other GNU projects do
6648         nowadays.
6650 2007-10-08  Eric Blake  <ebb9@byu.net>
6652         Use recent changes.
6653         * configure: Regenerate.
6655         Fix regression in m4_text_wrap from 2007-10-05.
6656         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
6657         (m4_sign): Sort.
6658         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
6659         m4_format.
6660         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
6661         * tests/autotest.at (Long test title, Longer test title): Test
6662         this fix, beyond what AS_HELP_STRING already tests.
6664         Avoid m4 warnings on bad m4_format usage.
6665         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
6666         evaulates to 0.
6667         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
6668         enough arguments are provided.
6670 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
6672         * doc/autoconf.texi (Shell portability): Document shell function
6673         portability.
6675 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
6677         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
6678         at_func_check_skip, at_func_check_status, at_func_filter_trace,
6679         at_func_log_failure shell functions.  Use test -s to avoid
6680         useless diff invocations.
6681         (at_func_check_newline): Renamed from at_check_newline.
6682         (AT_SETUP): Define AT_captured_files to empty.
6683         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
6684         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
6685         the shell functions.
6687 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6689         Don't assume "." is writeable, for commands like "autoconf --version".
6690         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
6691         different heuristic instead, one that doesn't rely on creating
6692         files.
6694         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
6695         correctly.
6697 2007-10-05  Jim Meyering  <meyering@redhat.com>
6699         Avoid makeinfo warnings.
6700         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
6701         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
6703 2007-10-05  Eric Blake  <ebb9@byu.net>
6705         Resolve Python issue 1676135 regarding configure directory args.
6706         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
6707         slashes from directory arguments.
6708         * tests/base.at (configure directories): New test.
6709         * doc/autoconf.texi (Installation Directory Variables): Document
6710         the change.
6711         * NEWS: Likewise.
6712         * THANKS: Update.
6713         Reported by Björn Lindqvist.
6715         Provide better short-circuiting operation.
6716         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
6717         (m4_text_wrap): Use it.  Also avoid useless m4_for.
6718         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
6719         new macro.
6720         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
6721         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
6722         to avoid regexps.
6723         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
6724         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
6725         (Conditional constructs): ...here, to new section.  Also document
6726         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
6727         m4_bpatsubsts, and m4_default.
6728         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
6729         m4_do.
6731 2007-10-04  Eric Blake  <ebb9@byu.net>
6733         Fix recent testsuite failures.
6734         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
6735         that must not be re-expanded after AS_ESCAPE.
6736         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
6737         checking if it is an identifier.
6739         Whitespace cleanup.
6740         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
6741         leading whitespace, as it caused space-tab in testsuite.
6742         (AT_INIT): Avoid trailing newlines in testsuite.
6744         One more round of m4_foreach_w speedups.
6745         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
6746         is present.
6747         (_m4_split): Avoid useless expansions inside definition.  Move
6748         argument defaulting...
6749         (m4_split): ...here.  Change alternate quote to something less
6750         likely to appear in $1.  Also, special case space as regexp...
6751         (m4_foreach_w): ...to avoid regexp on single-term list.
6752         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
6753         useless expansions inside definition.
6754         * tests/m4sugar.at (m4@&t@_split): Add tests.
6756 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
6758         * general.m4 (AT_INIT): Add at_check_newline function.
6759         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
6760         (_AT_CHECK): Don't use at_trace_this.
6762 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
6764         Fix previous commit.
6765         * lib/autotest/general.m4 (AT_LINE): Fix regex.
6767 2007-10-04  Eric Blake  <ebb9@byu.net>
6769         Speed up building testsuites.
6770         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
6771         changed since last time.  Use simpler regex.
6773 2007-10-03  Eric Blake  <ebb9@byu.net>
6775         Optimize checking for identifiers.
6776         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
6777         macros, more efficient than regex on m4_re_word.
6778         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
6779         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
6780         now use @&t@.
6781         * configure: Regenerate.
6783         Remove some XFAILs, and make AT_SETUP output line up.
6784         * lib/autotest/general.m4 (AT_SETUP): Only expand description
6785         once; thereafter, use its expansion, properly quoted.
6786         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
6787         expansion with arguments, and check for aligned output.
6788         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
6789         Add a test for macros with parameters.
6790         * NEWS: Document the semantics change.
6791         * tests/base.at: Fix test titles containing commas.
6792         * tests/compile.at: Likewise.
6793         * tests/tools.at: Likewise.
6794         * tests/torture.at: Likewise.
6796         Another round of regex avoidance.
6797         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
6798         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
6799         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
6800         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
6801         character ranges useful in m4_translit.
6802         (m4_toupper, m4_tolower): Optimize the constant portion of
6803         definition.
6804         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
6805         creates $, and reject [] thanks to AS_TR_SH rewrite.
6806         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
6807         (AS_ESCAPE): Factor...
6808         (_AS_ESCAPE): ...into new macro, with second argument required.
6809         Avoid regex in common case.
6810         (_AS_QUOTE): Use new macro.
6812         Whitespace cleanup.
6813         * lib/autoconf/types.m4: Avoid space-tab.
6814         * lib/m4sugar/m4sh.m4: Use tab consistently.
6816 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
6818         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
6819         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
6820         should remove m4_shiftn entirely?
6821         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
6822         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
6823         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
6824         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
6825         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
6827 2007-10-03  Eric Blake  <ebb9@byu.net>
6829         Comment touchups.
6830         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
6832 2007-10-02  Eric Blake  <ebb9@byu.net>
6834         Optimize appending text.
6835         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
6836         expressions.
6838         Optimize recursion.
6839         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
6840         lot of hot spots; optimize it for 2 and 3 shifts.
6842         Optimize AC_PREREQ and other m4sugar numerics.
6843         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
6844         (m4_cmp): Compare arbitrary expressions, without overflow.
6845         (m4_version_unletter): Also recognize capital letters.
6846         (m4_version_compare): Avoid regex when splitting version number
6847         string.
6849 2007-10-01  Eric Blake  <ebb9@byu.net>
6851         Once again, reject IRIX m4.
6852         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
6853         implementations that ignore --trace.
6854         * configure: Regenerate.
6855         Reported by Ralf Wildenhues.
6857         Fix regression in AC_DEFINE([macro(with_arg)]).
6858         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
6859         quotes with a careless m4_substr.
6861 2007-09-30  Eric Blake  <ebb9@byu.net>
6863         Allow nameless iteration.
6864         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
6865         indirectly.
6866         * tests/m4sugar.at (myvar): Test this.
6868 2007-09-29  Eric Blake  <ebb9@byu.net>
6870         Speed optimization: avoid m4 regex when other algorithms work.
6871         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
6872         (_AS_QUOTE_IFELSE): Likewise.
6873         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
6874         (m4_bpatsubsts): Split...
6875         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
6876         regex.
6877         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
6878         (m4_qlen): Optimize on short strings, to avoid regex.
6879         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
6880         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
6881         (AC_DEFINE_TRACE): Likewise.
6883 2007-09-28  Eric Blake  <ebb9@byu.net>
6885         Oops - my earlier 'optimization' caused a regression.
6886         * tests/local.at (AT_CHECK_M4): Fix typo.
6888 2007-09-27  Eric Blake  <ebb9@byu.net>
6889         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6891         Catch even more common AC_CACHE_VAL mistakes.
6892         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
6893         lacks '_cv_', or if AC_SUBST appears in body.
6894         * tests/base.at (AC_CACHE_CHECK): Test this change.
6896 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
6897         and Eric Blake  <ebb9@byu.net>
6899         Autotest no longer caters to Ultrix redirection limitation.
6900         * doc/autoconf.texi (Writing testsuite.at): Remove the
6901         limitation that the first parameter of AT_CHECK cannot
6902         contain redirection.
6903         (File Descriptors): Mention that Ultrix limitation is no longer a
6904         show-stopper in modern code.
6905         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
6906         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
6907         * lib/autotest/general.m4 (AT_CHECK): Update comment.
6909 2007-09-27  Eric Blake  <ebb9@byu.net>
6911         Squelch changeword in m4sugar.
6912         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
6913         feature of m4 1.4.x.
6915         Configure whitespace touchups.
6916         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
6917         installation directories, and avoid TAB, in configure --help
6918         output.
6919         * configure.ac: Avoid extra trailing newline.
6920         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
6921         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
6922         config.status --help output.
6923         * configure: Regenerate.
6925         Fix underquotation in AS_HELP_STRING.
6926         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
6927         argument.
6928         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
6929         first-prefix argument.
6930         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
6931         * NEWS: Document AS_HELP_STRING fix.
6933         Autotest formatting touchups.
6934         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
6935         output.
6936         (PATH): Simplify computation of new PATH.
6938 2007-09-26  Eric Blake  <ebb9@byu.net>
6940         Fix testsuite breakage in last patch.
6941         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
6942         font-lock fix.
6943         * tests/torture.at (@%:@define header templates): Rename, so that
6944         output lines up correctly.
6946         More font-lock happiness.
6947         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
6948         confusion.
6950 2007-09-25  Eric Blake  <ebb9@byu.net>
6952         Typo fixes.
6953         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
6954         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
6956         Improve documentation of M4 parameter expansion.
6957         * doc/autoconf.texi (Quoting and Parameters): New section.
6958         (Quotation and Nested Macros): Improve wording.
6960         Improve C99 detection.
6961         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
6962         avoid deprecation warning with icc.
6963         * THANKS: Update.
6964         Reported by Ted Bullock.
6966 2007-09-24  Jim Meyering  <jim@meyering.net>
6968         Whenever possible, use the vertical bar as sed delimiter.
6969         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
6970         Use "|", not "!".
6971         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
6972         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
6973         * tests/mktests.sh (as_me): Likewise.
6974         * lib/freeze.mk (check-forbidden-patterns): Likewise.
6975         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
6976         * configure: Regenerate.
6977         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
6978         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
6979         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
6980         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
6982 2007-09-22  Jim Meyering  <jim@meyering.net>
6984         Add a comment.
6985         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
6986         2004-05-31 change also with a comment in the code.
6988 2007-09-20  Eric Blake  <ebb9@byu.net>
6990         More contribution housekeeping.
6991         * THANKS: Sort.
6992         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
6994         Ignore additional files, when copying cross-repository.
6995         * .gitignore: Ignore CVS directories, emacs edits.
6996         * .cvsignore: Ignore .git directory, emacs edits.
6998 2007-09-15  Eric Blake  <ebb9@byu.net>
7000         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
7001         * doc/autoconf.texi (Text processing Macros): Remove mention of
7002         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
7003         once again.
7004         (Notices): Move AC_PREREQ...
7005         (Versioning): ...to this new section, alongside the new AC_VERSION
7006         alias for the undocumented m4_PACKAGE_VERSION.
7007         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
7008         * lib/autoconf/general.m4 (AC_VERSION): New macro.
7009         * NEWS: Update to match this rename.
7010         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
7011         m4_PACKAGE_VERSION.
7012         * tests/tools.at (autoconf: AC_VERSION): New test.
7013         Suggested by Paolo Bonzini and Benoit Sigoure.
7015 2007-09-14  Eric Blake  <ebb9@byu.net>
7017         Prepare for conversion to git.
7018         * doc/.cvsignore: Avoid multiple listings on one line.
7019         * bin/.cvsignore: Likewise.
7020         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
7021         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
7022         lib/autoscan/.gitignore, lib/autotest/.gitignore,
7023         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
7024         tests/.gitignore: New files, identical to .cvsignore counterpart.
7026 2007-09-13  Eric Blake  <ebb9@byu.net>
7028         Editing eye-candy.
7029         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
7030         font-lock balance.
7031         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
7032         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
7033         * configure: Regenerate.
7035         Clean up 'make dist' of previous patch.
7036         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
7037         (CLEANFILES): Don't clean the stamp, since we distribute the
7038         generated files pre-built.
7039         (MAINTAINERCLEANFILES): Clean it here instead.
7040         * tests/Makefile.in: Regenerate.
7042         Avoid parallel 'make check' issue.
7043         * tests/Makefile.am (mktests.stamp): New witness.
7044         (TESTSUITE_GENERATED_AT): Use it.
7045         (CLEANFILES): Clean the witness.
7046         * tests/.cvsignore (mktests.stamp): Ignore the witness.
7048         Document another awk pitfall.
7049         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
7050         limitation of field variables in END.
7051         Reported by Gary V. Vaughan.
7053         * AUTHORS: Add missing entries.
7055 2007-09-12  Eric Blake  <ebb9@byu.net>
7057         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
7058         * doc/autoconf.texi (Text processing Macros): Document
7059         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
7060         (Redefined M4 Macros): Document m4_ifndef.
7061         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
7062         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
7063         used it while it was undocumented.
7064         * NEWS: Document this change.
7065         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
7066         * lib/m4sugar/Makefile.in: Regenerate.
7067         * tests/m4sugar.at (m4@&t@_version_compare): New test.
7068         Reported by Bruno Haible.
7070         * doc/autoconf.texi (Generic Compiler Characteristics): Add
7071         missing index entries.
7073 2007-09-11  Eric Blake  <ebb9@byu.net>
7075         Centralize all system extensions checks.
7076         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
7077         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
7078         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
7079         AC_USE_SYSTEM_EXTENSIONS.
7080         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
7081         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
7082         * doc/autoconf.texi (Posix Variants): Reword this section,
7083         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
7084         rather than a series of system-specific checks.
7085         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
7086         AC_MINIX.
7087         * NEWS: Document this change.
7088         * THANKS: Update.
7089         Reported by Martin Koeppe.
7091 2007-09-08  Eric Blake  <ebb9@byu.net>
7093         Clean up obsolete macros references.
7094         * doc/autoconf.texi: Add anchors to support better
7095         cross-referencing.
7096         (Particular Structures): Move obsolete macros descriptions...
7097         (External Software): Likewise.
7098         (Package Options): Likewise.
7099         (Obsolete Macros): ...to here.  Add cross-references to
7100         documentation on replacements.
7101         * NEWS: Mention that these macros have been obsolete for a while
7102         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
7104         Improve M4 path searching during configure.
7105         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
7106         macro.
7107         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
7108         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
7109         parameter, and kill side effects.
7110         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
7111         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
7112         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
7113         is found.
7114         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
7115         allow bootstrapping with autoconf 2.61.
7116         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
7117         * configure: Regenerate.
7118         * doc/autoconf.texi (Generic Programs): Document new macro.
7119         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
7120         macro.
7121         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
7122         * NEWS: Document the change.
7123         * THANKS: Update.
7124         Reported by Hans Aberg.
7126         * doc/autoconf.texi (Generic Programs): Fix typo.
7128 2007-09-06  Eric Blake  <ebb9@byu.net>
7130         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
7131         :, and make it clear that optional @var{path} defaults to $PATH.
7132         (Erlang Compiler and Interpreter): Likewise.
7134         Texinfo cleanup.
7135         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
7136         Reword some paragraphs to avoid overfull, underfull hbox
7137         warnings.  Add index entries to avoid overfull vbox warnings.
7139 2007-09-05  Eric Blake  <ebb9@byu.net>
7141         * NEWS: Adjust wording for AC_CONFIG_LINKS.
7142         Reported by Ralf Wildenhues.
7144 2007-09-03  Eric Blake  <ebb9@byu.net>
7146         * NEWS: Document fixes that have been applied since 2.61a.
7148         Housekeeping.
7149         * THANKS: Update, and convert to UTF-8 encoding.
7150         * AUTHORS: Likewise.
7152 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7154         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
7155         names beginning with `-' again.
7157 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
7158             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7160         * doc/autoconf.texi (Defining Directories): Mention
7161         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
7163 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7165         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
7166         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
7167         * tests/base.at (configure arguments): New test.
7168         * THANKS: Update.
7169         Report by Olaf Lenz.
7171         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
7172         arguments in comment.
7173         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
7175 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
7177         * doc/autoconf.texi (File System Conventions): Index the proper
7178         way of detecting absolute file names.
7180 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7182         * build-aux/config.guess, build-aux/config.sub,
7183         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
7184         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
7185         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
7186         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
7187         sectioning change in fdl.texi.
7189         * bin/autoconf.as: Update --version output to match current GCS.
7190         * bin/autoheader.in: Likewise.
7191         * bin/autom4te.in: Likewise.
7192         * bin/autoreconf.in: Likewise.
7193         * bin/autoscan.in: Likewise.
7194         * bin/autoupdate.in: Likewise.
7195         * bin/ifnames.in: Likewise.
7197 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7199         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
7200         file to itself if source and build trees coincide.
7201         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
7202         test.
7203         Report by Sebastian Freundt <hroptatyr@gna.org>.
7205 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7207         Reword the copyright notices to match what's suggested in GPLv3.
7208         In ChangeLog files, use more-permissive notice rather than GPL, as
7209         per usual GNU standards these days.
7211 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7213         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
7214         limitation reported by Leo Moisio in
7215         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
7217 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7219         * COPYING: Update to GPLv3.  All uses changed.
7221 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7222         and Paul Eggert  <eggert@cs.ucla.edu>
7224         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
7225         fails on AIX 5.3.
7227 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
7229         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
7230         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
7231         `srcdir' as subdirectory of `builddir'.
7233 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
7235         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
7236         * tests/autotest.at (srcdir propagation): New test.
7237         * THANKS: Update.
7238         Reported by Mike Frysinger.
7240 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
7242         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
7243         Problem reported by Fred Kreek in
7244         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
7245         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
7246         (Macro Names, Defining Directories): Don't mention PATH as a name
7247         for a fully qualified file name, as this usage violates the GNU
7248         coding standards and we shouldn't recommend it.
7250         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
7251         string and then assume shell builtins like "test" will work.
7253 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
7255         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
7256         not a valid shell variable name.
7257         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
7258         * tests/torture.at (AC_SUBST: variable name validation): New test.
7259         Reported by Andreas Schwab.
7261 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
7263         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
7264         works with both C and C++.
7266 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
7267             Bruno Haible  <bruno@clisp.org>
7269         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
7270         brand tests.
7272 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
7274         * doc/autoconf.texi (Particular Types): Give example of use for
7275         AC_TYPE_INT8_T etc.
7277 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
7279         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
7281 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
7283         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
7284         define HAVE_INT8_T, and likewise for similar macros.
7285         Problem reported by Patrick Welche in
7286         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
7288 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
7290         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
7292 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
7294         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
7295         choice, since that's what we do with --enable-largefile etc.
7296         Redo indenting and assignments to simplify things a bit, and make
7297         the parens work with Emacs.
7299         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
7300         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
7301         Haible.
7303 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
7305         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
7306         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
7308 2007-05-21  Bruno Haible  <bruno@clisp.org>
7310         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
7311         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
7312         * doc/autoconf.texi (Generic Compiler Characteristics): Move
7313         renamed AC_OPENMP documentation here, from "C compiler".
7314         Mention C++ and Fortran.
7316 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
7318         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
7320 2007-05-21  Bruno Haible  <bruno@clisp.org>
7322         * NEWS: Mention AC_C_OPENMP.
7323         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
7324         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
7325         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
7326         macro in the Autoconf macro archive.
7328 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7330         * bin/autom4te.in: Fix typos.
7332 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
7334         * bin/autoconf.as: Handle `-' just like other input files.
7335         * bin/autom4te.in (parse_args): Pass `-' through.
7336         (handle_output): Skip the forbidden token search if we read from stdin.
7337         (up_to_date): Always treat stdin as out of date.
7338         * tests/tools.at (autoconf: input from stdin): New test.
7339         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
7341 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
7343         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
7344         parameters for AT_CLEANUP.
7345         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
7347 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7349         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
7350         * doc/autoconf.texi (C Compiler): Likewise.
7352 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
7354         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
7356 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
7358         * doc/autoconf.texi: Direntry for "autoconf Invocation"
7359         renamed to "autoconf-invocation"
7361         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
7362         in the examples should not use the internal "ac_" prefix.
7364 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
7366         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
7367         * doc/autoconf.texi ($@, case): Document Zsh limitations.
7369 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
7371         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
7372         Reorganize the comments before and in the macro.
7374 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
7376         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
7377         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
7378         section titles and other comments; no code change.
7380 2007-05-01  Kevin Ryde  <user42@zip.com.au>
7382         * doc/autoconf.texi (Particular Programs): Typo
7383         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
7385 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
7387         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
7388         'configure' will fail if the shell lacks proper support for shell
7389         functions.  Suggested by RMS.
7391 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
7393         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
7394         about Solaris /bin/printf '%010000x' 123.  Problem reported by
7395         Bruno Haible.
7397 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
7399         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
7400         for a.* when searching for executables, as this prevents users
7401         from having files like a.c.  Problem reported by Ralf Wildenhues in:
7402         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
7403         This fixes a problem introduced on 2000-12-19.
7405 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
7407         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
7408         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
7409         via Bruno Haible.
7411 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7413         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
7414         AC_CHECK_TYPE, AC_CHECK_TYPES.
7415         * doc/autoconf.texi (Generic types): C types must be type-names
7416         (the C terminology), not type-ids (the C++ term).  C++ types
7417         must not be anonymous.
7418         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
7419         for C++; this drops support for anonymous struct and union types,
7420         which were problematic anyway.
7421         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
7422         for C++.
7424 2007-04-12  Jim Meyering  <jim@meyering.net>
7426         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
7428 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7430         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
7431         to prefer a link source from the build tree, if it exists.
7432         Report by Pallav Gupta <pallavgupta@gmail.com>.
7434 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7436         * doc/autoconf.texi (Generic Types): Document the restrictions
7437         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
7438         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
7439         with objects too.  Document the restrictions on its use.
7440         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
7441         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
7442         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
7443         works but the latter doesn't, then it's a valid type.
7444         This lets people use function types and so forth.
7445         For C++ there doesn't seem to be a simple solution, so leave it alone.
7446         (AC_CHECK_SIZEOF): Allow argument to be a variable.
7447         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
7448         AC_CHECK_TYPE; that wasn't documented or necessary.
7450 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
7452         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
7453         when cross-compiling.
7455 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
7457         * doc/autoconf.texi (External Software): Fix a typo in the
7458         previous change.
7460 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7462         * doc/autoconf.texi (External Software, Package Options):
7463         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
7465 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
7467         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
7468         obsolescent.  Suggested by Bruno Haible.
7469         * NEWS: Document this.
7471 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7473         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
7474         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
7475         default still has the problem.  Problem reported by Bruce Korb.
7477 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
7478         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7480         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
7481         comment in the generated config.status.
7483 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
7485         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
7487 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
7489         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
7490         command and case statements to make it a bit clearer and describe
7491         more pitfalls.
7493 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
7495         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
7496         checks for unsigned long long int.
7498 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7500         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
7501         nonstandard grep R.E. escape sequences.
7503 2007-03-17  Jim Meyering  <jim@meyering.net>
7505         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
7506         (Limitations of Usual Tools): Also list \< and \>, and mention that
7507         HP-UX's grep, like the one from Solaris, does not support that syntax.
7509 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
7511         * doc/autoconf.texi (Specifying Names): `--host' does not
7512         change the build type.
7514 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
7516         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
7517         suggests AC_CONFIG_HEADERS.
7518         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
7519         AC_CONFIG_HEADERS.  Problem reported by
7520         Peter O'Gorman.
7522 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
7524         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
7525         Problem reported by Paolo Bonzini in:
7526         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
7527         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
7528         universal binaries.  Problem reported by Elias Pipping.
7530 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
7532         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
7533         * doc/autoconf.texi (C Compiler): Document this.  There is a new
7534         extra argument ACTION-IF-UNIVERSAL.
7535         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
7536         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
7537         Reindent for sanity's sake.
7539 2007-02-24  Eric Blake  <ebb9@byu.net>
7541         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
7542         copyright.
7543         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
7544         * lib/autotest/general.m4 (AT_INIT): Likewise.
7545         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
7547 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7549         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
7550         status of rm so we know when it failed.
7551         If cleaning of test dir failed before running the test, warn.
7552         Output the line separator in verbose mode before the warning
7553         to make clear the warning belongs to the following test.
7555 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
7557         * doc/autoconf.texi (Parentheses): Mention problem with (( in
7558         shells.
7560 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7561         and Paul Eggert  <eggert@cs.ucla.edu>
7563         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
7564         errors introduced in last change.
7566 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7568         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
7569         an actual carriage return.  Use "ac_cr" to contain the actual
7570         carriage return.
7571         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
7572         with traditional Awk and begin.
7573         * tests/torture.at (Limitations of Builtins): Document the problem
7574         with Bash 2.03 printf.
7575         (Substitute and define special characters):
7576         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
7578 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
7580         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
7581         input from /dev/null in awk test, so even Solaris /usr/bin/awk
7582         will not wait for input with a script containing only a BEGIN
7583         rule.
7585 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7587         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
7588         requirements.
7589         * README: Likewise.
7591 2007-02-02  Eric Blake  <ebb9@byu.net>
7593         * NEWS: Update copyright.
7595         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
7596         broken.
7597         * configure.ac: Update error message.
7598         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
7599         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
7600         by Stepan Kasal:
7601         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
7603 2007-01-31  Eric Blake  <ebb9@byu.net>
7605         * THANKS (people): Update.
7607 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7609         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
7610         latest version.
7611         (Shell Substitutions): Note problems with @{var:=value} etc.
7612         Add a new section for problems with @{#var} etc.  Problem noted
7613         by Ralf Wildenhues.  See:
7614         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
7616 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7618         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
7619         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
7620         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
7621         substitution will still be done by the special code.
7622         Report by Jim Meyering.
7624         * doc/autoconf.texi (File System Conventions): Mention that
7625         $PATH_SEPARATOR is for the build system only.
7626         Report by Keith Marshall.
7628 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7630         * doc/autoconf.texi (Setting Output Variables): Mention that
7631         all non-NUL characters are ok in substituted values.
7632         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
7633         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
7634         carriage return for $AWK, needed for BSD awk.
7635         * tests/torture.at (Substitute and define special characters):
7636         Test all 8 bit non-NUL characters.
7637         Report against Automake by Patrick Welche.
7639 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
7641         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
7643 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7645         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
7646         early on the reader side, drop stderr of the input to avoid
7647         `broken pipe' error output; this may happen even with shell
7648         builtin `echo' of some bash versions.  Reports by Ian Macdonald
7649         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
7651 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7653         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
7654         separate items of `ac_user_opts', to avoid long lines.
7655         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
7657 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7659         * doc/autoconf.texi: Fix some typos.
7661 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7663         Fix some wording problems noted by Paolo Bonzini in:
7664         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
7665         * doc/autoconf.texi (Signed Overflow Examples): Give more
7666         discussion about the allow_superuser_privileges example,
7667         and change it a bit to make things clearer.
7668         (Optimization and Wraparound): Clarify whether the compiler
7669         will generate an infinite loop for the example derived from
7670         Autoconf's mktime test.
7671         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
7672         Also, clarify unsigned multiplication overflow.
7674 2007-01-04  Eric Blake  <ebb9@byu.net>
7676         * bin/Makefile.am (RELEASE_YEAR): New macro.
7677         (edit): Use it to supply correct copyright year to scripts.
7678         * bin/autoconf.as (version): Use it.
7679         * bin/autoheader.in ($version): Likewise.
7680         * bin/autom4te.in ($version): Likewise.
7681         * bin/autoreconf.in ($version): Likewise.
7682         * bin/autoscan.in ($version): Likewise.
7683         * bin/autoupdate.in ($version): Likewise.
7684         * bin/ifnames.in ($version): Likewise.
7686 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
7688         * doc/autoconf.texi (Integer Overflow): Revised based on today's
7689         feedback.  The most important changes document what happens when
7690         you convert an out-of-range value to a signed integer type, and
7691         say that (sum < a) != (b < 0) reliably detects overflow when sum =
7692         a + b.
7694         * doc/autoconf.texi (Integer Overflow): Greatly expand and
7695         rewrite, taking notions from the recent discussion on the gcc and
7696         autoconf mailing lists; please see
7697         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
7698         and follow the many links.
7699         (Integer Overflow Basics, Signed Overflow Examples):
7700         (Optimization and Wraparound, Signed Overflow Advice):
7701         (Signed Integer Division): New sections.
7703 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
7705         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
7706         preprocessor macro arguments in traced name.
7707         * doc/autoconf.texi (Defining symbols): Document longstanding
7708         support for AC_DEFINE-ing macros with arguments, and document
7709         behavior when the same variable has multiple AC_DEFINEs.
7710         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
7711         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
7712         macros directly, giving much shorter and simpler code.
7714 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
7716         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
7717         space before "$ac_configure_args" to prevent a 'config.status
7718         --recheck' failure if ac_configure_args doesn't contain a leading
7719         space.  This works around a problem with the XEmacs configure.ac,
7720         which uses the (undocumented) ac_configure_args variable
7721         inconsistently with Autoconf.
7723 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
7725         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
7726         Include <limits.h>, and use its INT_MAX to rewrite the
7727         j loop so that it does not overflow 'int'.  Problem reported by
7728         Ralf Wildenhues in
7729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
7730         Play it safe by shifting left by 1 rather than multiplying by 2,
7731         as GCC is less likely to optimize this away when the value
7732         is signed (when it assumes overflow leads to undefined behavior).
7733         Also, don't assume time_t uses two's complement.
7735 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7737         * tests/torture.at (Substitute a 2000-byte string): Avoid using
7738         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
7739         dumps core on it.  Report by Tim Rice.
7741 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
7743         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
7744         --disable-option-checking to --help output even when
7745         AC_PRESERVE_HELP_ORDER is not used.
7746         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
7747         --with argument, rather than argument with [-.] replaced by
7748         underscores.
7749         * NEWS: Fix typo in previous change; the news was in the
7750         wrong section.
7752 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7754         * NEWS: Warnings are now generated by default for unknown
7755         --enable-* and --with-* options.
7756         * doc/autoconf.texi (Option Checking): Renamed from
7757         (Configure Option Checking).  Tighten up the wording a bit.
7758         (External Software, Package Options): Cross-reference to Option
7759         Checking, and use this to shorten our section.
7760         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
7761         "$x" to test "x$foo" != x.
7762         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7763         Don't warn if $enable_option_checking is "no".
7764         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
7765         ac_unrecognized_opts to the empty string.
7766         Don't echo the unrecognized opts, as this might mishandle
7767         backslashes or leading -.
7768         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
7769         usage next to the other --disable-FEATURE options in the
7770         help string.
7772 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
7774         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
7775         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
7776         Print warning for unrecognized --with and --enable options
7777         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
7778         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
7779         Disable option checking when subdirs are configured.
7780         (AC_OUTPUT): If warnings are enabled, print warning about
7781         unrecognized --with and --enable options at the end of
7782         the configure output (as well as at the beginning).
7783         * doc/autoconf.texi (Option Checking): New node.
7784         Document new option warning functionality.
7786 2006-12-16  Eric Blake  <ebb9@byu.net>
7788         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
7789         * NEWS: Start news for current version.
7791 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
7793         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
7794         Define HAVE_GETMNTENT to 1, not to the empty string.
7795         Problem originally reported by Jochen Friedrich in
7796         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
7798         This change prompted by a problem report by Andrey Simonenko in
7799         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
7800         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
7801         object-like macros only, in the traditional portable character
7802         set.
7803         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
7804         Warn about attempts to define things that are not identifiers.
7805         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
7806         awful hack that AC_DEFINEd macro names containing parentheses.
7808 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
7810         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
7811         too drastic, even if Texinfo in theory requires it for info mode.
7813         (config.status Invocation): Renamed back from Recreating a
7814         Configuration).
7815         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
7816         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
7818 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7820         * NEWS: Version 2.61a.
7822 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
7823         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7825         * NEWS: Document changes with echo and printf, and the lack
7826         of limits on the total size of multi-line values of substituted
7827         variables, and the AC_FUNC_FSEEKO fix.
7829 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
7831         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
7832         Writing configure.ac.
7833         (Autoconf Input Layout): Renamed from configure.ac Layout.
7834         (Recreating a Configuration): Renamed from config.status Invocation.
7835         (Obsolete Recreation): Renamed from Obsolete config.status Use.
7836         (acconfig Header): Renamed from acconfig.h.
7837         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
7838         (Writing Testsuites): Renamed from Writing testsuite.at.
7839         (Autom4te Cache): Renamed from autom4te.cache.
7841         * BUGS: Remove mention of VPATH problem, since it's now documented
7842         not to be a bug in the Autoconf build procedure itself, but rather
7843         a problem with the proprietary `make' programs.
7845         * doc/autoconf.texi (Build Directories): Add a cross reference
7846         to VPATH and Make.
7848         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
7849         * doc/standards.texi: Sync from gnulib.
7851         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
7852         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
7853         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
7854         generated automatically.
7856 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
7858         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
7859         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
7860         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
7862 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7864         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
7865         `CEOF$ac_eof' special marker, the awk script cannot contain a
7866         line matching `^CEOF', so this is not needed any more.
7867         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
7868         special marker in the test.
7870 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
7872         * tests/tools.at (autom4te preselections): Use `find -newer';
7873         remove one of the sleeps.
7875         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
7876         more readable, using ...
7877         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
7879         * doc/autoconf.texi (autoheader Invocation): Do not double-
7880         quote the parameter of `AH_BOTTOM' in the example.
7882 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
7884         * doc/autoconf.texi (Configuration Headers): Remove the
7885         example with multiple input files.
7886         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
7887         multiple input files.
7889 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7891         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
7892         creating the awk substitution script, handle one input line at a
7893         time, so that the maximum length of a substituted (multi-line)
7894         value is not limited by the size of the sed pattern space.
7895         The trade-off is a slightly repetitive sed script.
7896         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
7897         can only have up to 7 characters, due to Solaris 10 /bin/sed.
7898         * tests/torture.at (Substitute a 2000-byte string): Increase the
7899         test with several long lines, they should not be caught by sed
7900         limits any more.
7902         * tests/tools.at (autom4te preselections): New test, to flag
7903         entries missing from autom4te.cfg.
7904         Report by David Byron <dbyron@hheld.com>.
7906         * tests/torture.at (Substitute a 2000-byte string): Actually use
7907         AC_PROG_AWK, so the last change works as intended.
7908         (Substitute and define special characters): Likewise.
7909         (Substitute a newline): Likewise.
7911         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
7912         instead of `awk' consistently.
7913         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
7914         * tests/torture.at (Torturing config.status): Test both the
7915         result of AC_PROG_AWK and plain awk.
7916         (Substitute a 2000-byte string): Likewise.
7917         (Substitute and define special characters): Likewise.
7918         (Substitute a newline): Likewise.
7920 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
7922         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
7923         can be assigned to a function pointer.  Problem reported by
7924         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
7925         part of a patch by Ralf Wildenhues in that same bug report.
7927 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
7929         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
7930         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
7932 2006-12-01  Eric Blake  <ebb9@byu.net>
7934         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
7935         cross-compiling from cygwin to mingw.
7936         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
7937         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
7938         to lib/autoconf/c.m4.
7940 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7942         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
7943         string for more reliable failure.  Wrap the entire test that
7944         causes the broken Solaris printf to dump core, in a subshell,
7945         so the segmentation fault message is reliably suppressed.
7946         Fix shell expansion errors by using /usr/ucb/echo always;
7947         avoid an error on systems without it by another subshell.
7948         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
7949         subshell-$as_echo to `as_echo', for better error message.
7951 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7953         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
7954         `BASH_SOURCE' contain a newline, set them to empty, as they may
7955         not be unset.
7957 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
7959         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
7960         years and is too hard to maintain now.  The last straw was
7961         reported by Jerker Baeck in
7962         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
7963         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
7964         * doc/autoconf.texi (Particular Functions): Move
7965         AC_FUNC_SETVBUF_REVERSED from here...
7966         (Obsolete Macros): ... to here.  Say that it does nothing now.
7967         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7968         Turn into (almost) a no-op.
7970         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
7971         (AC_C_VOLATILE):
7972         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
7973         These macros are obsolescent and new applications shouldn't need them.
7974         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
7975         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
7976         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
7977         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
7978         (AC_FUNC_VPRINTF): Likewise.
7979         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
7980         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
7981         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
7983         * doc/autoconf.texi (Setting Output Variables): Mention that
7984         @VAR1@VAR2 has unspecified behavior.  Problem reported by
7985         Ralf Wildenhues.
7986         * NEWS: Mention this.
7988         * Makefile.am: Put only a single '#' into the copyright notice,
7989         so that it's also present in the output file.  Standardize wording
7990         in makefile copyright notices to match GNU coding standards.
7991         * bin/Makefile.am: Likewise.
7992         * doc/Makefile.am: Likewise.
7993         * lib/Makefile.am: Likewise.
7994         * lib/freeze.mk: Likewise.
7995         * lib/autoconf/Makefile.am: Likewise.
7996         * lib/autoscan/Makefile.am: Likewise.
7997         * lib/autotest/Makefile.am: Likewise.
7998         * lib/m4sugar/Makefile.am: Likewise.
7999         * man/Makefile.am: Likewise.
8000         * tests/Makefile.am: Likewise.
8001         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
8002         one-line file.
8004 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8006         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
8007         in the sed script that mangles the awk script: delete up to the
8008         first exclamation mark only.
8009         * tests/torture.at (Substitute and define special characters):
8010         Test '!' too.
8012 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8014         Rewrite config files generation: avoid quadratic growth in
8015         the number of substituted variables by using awk instead of sed
8016         for the bulk of the substitutions.
8017         * NEWS: Mention this.
8018         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
8019         forbidden in the output (and thus input) file.
8020         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
8021         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
8022         generate just one large awk script for substitutions,
8023         eliminating much of the earlier complexity, while adding some
8024         new complexity.  Only expand the substitution templates at
8025         configure time, for smaller configure script size.  If
8026         _AC_SUBST_FILES are used, test 'awk' for working getline support
8027         at config.status time.  If absent, interpolate through the
8028         shell.  The awk script was written with much help
8029         from Paolo Bonzini and Paul Eggert.
8030         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
8031         (_AC_SED_FRAG_NUM): Likewise.
8032         (_AC_SUBST_CMDS): Renamed from...
8033         (_AC_SED_CMDS): ...this.
8034         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
8035         * tests/torture.at (Substitute a 2000-byte string): Also
8036         substitute a line with 1000 words, and a variable with several
8037         long lines.
8038         (Substitute and define special characters): Test awk special
8039         characters, and put substitution input strings `@foo@' in the
8040         output, to test that no recursion happens; test several other
8041         combinations from Paolo Bonzini.
8043 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8045         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
8046         that replaced echo with AS_ECHO where this wasn't necessary.
8047         Problem reportd by Ralf Wildenhues.
8048         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
8049         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
8050         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
8052 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8054         * lib/freeze.mk (GREP): Removed, no need to initialize this.
8056 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
8058         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
8059         that traditional Awk lacks 3-arg "split".  It has it.
8060         Mention that FS must be a single character, and a few other
8061         99-byte limits of traditional Awk.
8062         Mention that if (i in a) doesn't work with traditional Awk.
8064 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
8066         * tests/autotest.at (BSx641-newline in command):
8067         (BS-BS-newline in command, BSx640-newline in command):
8068         (Newline-CODE-BS-newline in command):
8069         (Single-quote-BS-newline in command):
8070         (Single-quote-newline-BS-newline in command):
8071         Use printf '%s\n' instead of echo, for portability to hosts
8072         where echo interprets backslashes.  This will break on hosts
8073         that lack printf, but for now let's assume all such hosts
8074         are dead (if not, we should get reports of test failures).
8076 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8078         'echo' has some portability problems, when given a first argument
8079         with a leading '-', or when given any argument containing '\'.
8080         Avoid using 'echo' in these cases.
8081         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
8082         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
8083         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
8084         * lib/autotest/general.m4 (AT_INIT): Likewise.
8085         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
8086         argument might be unportable.
8087         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
8088         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
8089         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
8090         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
8091         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
8092         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
8093         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
8094         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
8095         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8096         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
8097         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
8098         (AC_PROG_MAKE_SET): Likewise.
8099         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
8100         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
8101         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
8102         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
8103         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
8104         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
8105         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
8106         * bin/autoconf.as: Redo verbose flag implementation, as the old
8107         scheme wouldn't work with AS_ECHO.
8108         * lib/autotest/general.m4 (AT_INIT): Likewise.
8109         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
8110         Don't use ECHO_T, since ECHO_N is now reliable.
8111         * lib/autotest/general.m4 (AT_INIT): Likewise.
8112         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
8113         rather than using a here-document to put the script into a file.
8114         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
8115         use AS_ECHO.
8116         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
8117         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
8118         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
8119         bug, but we might as well stop using ECHO_N and ECHO_C internally.
8120         * lib/autotest/general.m4 (AT_SETUP): Likewise.
8121         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
8122         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
8123         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
8124         operand, as AS_ECHO requires.  Avoid double file name expansion.
8125         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
8126         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
8127         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
8128         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
8129         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
8130         Double-quote strings that would otherwise contain M4 comments.
8131         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
8133         * configure.ac (AC_INIT): Bump to 2.61a.
8134         * NEWS: Likewise.
8136 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8138         Version 2.61.
8140         * configure.ac (AC_INIT): Bump to 2.61.
8141         * NEWS: Likewise.
8143         * tests/autotest.at (Macro with backslash in a test title):
8144         Comment out for now, as this tests neither fails nor passes
8145         reliably.  Problem reported by Ralf Wildenhues.
8147 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8149         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
8150         in previous change, which caused test failures.
8152 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
8154         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
8155         code for --enable, --disable, --with, and --without to...
8156         (_AC_INIT_PARSE_ENABLE): ... a new macro.
8157         * doc/autoconf.texi (Package Options):
8158         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
8160 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8162         Import these changes from config via gnulib:
8164         2006-11-15  Ben Elliston  <bje@gnu.org>
8166         From Josselin Mouette <joss@debian.org>:
8167         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
8169         2006-11-08  Ben Elliston  <bje@gnu.org>
8171         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
8173         2006-11-07  Steve Woodford  <scw@NetBSD.org>
8174                     Ben Elliston  <bje@gnu.org>
8176         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
8177         * build-aux/config.sub (sh5el): New basic_machine.
8180         Import this change from coreutils:
8182         2006-02-13  Jim Meyering  <jim@meyering.net>
8184         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
8187         Import this change from gnustandards via gnulib:
8189         2006-11-15  Karl Berry  <karl@gnu.org>
8191         * standards.texi: core -> memory, throughout.
8192         (CPU Portability): show correct example of calling write
8193         on a char value; thanks to Paul Eggert for the code.
8194         Both of these suggestions from Eugene Y. Vasserman.
8197         Import these changes from texinfo via gnulib:
8199         2006-11-08  Karl Berry  <karl@gnu.org>
8201         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
8202           as well as pdf images, since they are supported in pdftex with
8203           no further ado.
8205         2006-11-05  Karl Berry  <karl@gnu.org>
8207         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
8209 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
8211         * NEWS: Document the AC_ARG_WITH change.
8213 2006-11-13  Bruno Haible  <bruno@clisp.org>
8215         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
8216         options, transliterate also dots to underscores.
8217         (_AC_ENABLE_IF): Transliterate also dots to underscores.
8218         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
8219         first argument may also contain dots.
8221 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8223         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
8224         benefit of platforms like Solaris+GCC where it is common to have a
8225         non-working g++ installation.
8227 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8228         and Joel E. Denny  <jdenny@ces.clemson.edu>
8229         and Paul Eggert  <eggert@cs.ucla.edu>
8231         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
8232         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
8233         ./micro-suite.
8235 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8237         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
8238         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
8239         Imported from a similar patch to gnulib by Bruno Haible.
8241 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8243         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
8244         * doc/autoconf.texi (C Compiler): Document them.
8245         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
8246         New macros, taken from gnulib.
8248 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8250         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8251         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8252         Matthew Woehlke.
8254 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8256         * tests/torture.at (Configuring subdirectories): Do not skip
8257         Automake 1.10 nor future Automake 11.1 (sic).
8259 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
8260         and Stepan Kasal  <kasal@ucw.cz>
8262         Handle special characters in test case titles correctly.
8263         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
8264         properly.
8265         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
8266         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
8267         argument.  Extend to check titles printed by ./micro-suite and
8268         ./micro-suite -l and the title in micro-suite.log.
8269         (Backquote in a test title,
8270         Single-quote in a test title,
8271         Double-quote in a test title): Don't expect failure anymore.
8272         (Backslash in a test title): Put a non-whitespace character after the
8273         backslash so that Bourne shells might actually see it as an escape
8274         sequence.
8275         (Brackets in a test title,
8276         Pound in a test title,
8277         Comma in a test title,
8278         Quoted Macro in a test title,
8279         Macro in a test title,
8280         Macro with single-quote in a test title): New tests.
8281         (Macro with backquote in a test title,
8282         Macro with double-quote in a test title,
8283         Macro with backslash in a test title): New tests expected to fail.
8284         * tests/torture.at (#define header templates): M4-quote this title in
8285         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
8286         The visible effect was a stray [] in the testsuite output.
8288 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8290         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
8291         `trap ... 0' inside a function, for AIX sh.
8293 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
8295         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
8296         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
8297         5363) simply issues a warning when dividing by zero at compile
8298         time.  Problem reported by Elias Pipping.
8300 2006-10-26  Eric Blake  <ebb9@byu.net>
8302         * THANKS: Update.
8303         * doc/autoconf.texi (Evaluation Macros): Improve the example to
8304         show effect on macros that expand with commas.
8305         Reported by Joel E. Denny.
8307         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8308         Also work with M4 1.4.8.
8310 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
8312         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
8313         Jim Meyering.
8315 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
8317         * tests/tools.at (autom4te --force): New test, verifies that
8318         `--force' always rewrites the output file.
8320 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8322         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
8323         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
8325 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
8327         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
8329 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8331         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
8332         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
8333         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
8334         reported by Nelson H. F. Beebe for Coreutils 6.4.
8336         * tests/tools.at (autoconf --trace: user macros): Remove test
8337         for tracing multiline macros, since m4 1.4.7a uses a different
8338         way to number lines.  Problem reported by Ralf Wildenhues.
8340 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
8342         * bin/autom4te.in (handle_m4): Do not redirect stdin to
8343         /dev/null since the heuristics for interactive behaviour was
8344         fixed in CVS m4.
8346         * bin/autom4te.in: With --force, always refresh the output
8347         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
8349         * bin/autoconf.as: Fix the verbose message at the end.
8351 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
8353         * configure.ac (AC_INIT): Bump to 2.60c.
8354         * NEWS: Likewise.
8356 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8358         * NEWS: Version 2.60b.
8360         Import this change from Texinfo:
8361         2006-10-15  Karl Berry  <karl@gnu.org>
8362         * build-aux/texinfo.tex: automake 1.10
8364         * NEWS: Remove AC_CACHE_CHECK_INT.
8365         * doc/autoconf.texi (Caching Results): Likewise.
8366         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
8367         AC_CACHE_CHECK_INT, since it's no longer public.
8368         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
8369         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
8371 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8373         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
8375 2006-10-19  Eric Blake  <ebb9@byu.net>
8377         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
8378         (m4_maketemp): Avoid warnings with M4 1.9a.
8379         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
8380         m4_mkstemp.
8381         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
8382         * NEWS: Likewise.
8384 2006-10-16  Eric Blake  <ebb9@byu.net>
8386         * doc/autoconf.texi (Setting Output Variables): Fix typo.
8388         * bin/autoconf.as (version): Reword to match GNU Coding
8389         Standards.
8390         * bin/autoheader.in (version): Likewise.
8391         * bin/autom4te.in (version): Likewise.
8392         * bin/autoreconf.in (version): Likewise.
8393         * bin/autoscan.in (version): Likewise.
8394         * bin/autoupdate.in (version): Likewise.
8395         * bin/ifnames.in (version): Likewise.
8397 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
8399         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
8400         looking for special shell characters.
8401         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
8402         macro defined by AS_VAR_PUSHDEF before passing it as a
8403         parameter.
8404         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
8405         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
8406         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
8407         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
8408         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
8409         Likewise.
8410         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
8411         AS_VAR_* properly.
8412         * tests/m4sh.at (AS_LITERAL_IF): New test.
8414 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8416         (Imported from Automake.)
8417         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
8418         which incorrectly sets the mode of an existing destination
8419         directory.  In some cases the unpatched install-sh could do the
8420         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
8421         system.  We hope this is rare in practice, but it's clearly worth
8422         fixing.  Problem reported by Alex Unleashed in
8423         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
8424         Also, don't bother to check for -m bugs unless we're using -m;
8425         suggested by Stepan Kasal.
8427 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8429         Import this change from Automake:
8431         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
8432         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
8433         is enabled by default with gnu and gnits strictness.
8434         Report from Bruno Haible.
8436         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
8437         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
8438         gnu and gnits modes.
8440         Import this change from Config:
8442         2006-09-20  Ben Elliston  <bje@gnu.org>
8443         * build-aux/config.sub (score, score-*): New.
8445         Import this change from Gnulib:
8447         2006-09-16  Karl Berry  <karl@gnu.org>
8448         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
8449         to avoid sectioning errors.
8451         Import these changes from Texinfo:
8453         2006-10-04  Karl Berry  <karl@gnu.org>
8454         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
8455         (\quoteexpand): rename to \rquoteexpand.
8456         (\codequoteleft): new def, to look for @set codequotebacktick.
8457         (\lquoteexpand, \quoteexpand): new defs.
8458         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
8459         (\code): must use new \...Char values, since now ` is active.
8461         2006-08-26  Karl Berry  <karl@gnu.org>
8462         * build-aux/texinfo.tex (\textdegree): New command.
8464         2006-08-12  Karl Berry  <karl@gnu.org>
8465         * build-aux/texinfo.tex (error \box0): smaller font.
8467 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8469         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
8471 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
8473         * doc/autoconf.texi (Autoheader Macros): Warn that the text
8474         added to the template can get mangled.
8476 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8478         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
8479         include the default headers, and redefine obstack_chunk_alloc
8480         and obstack_chunk_free.  Fixes false failure with glibc.
8482 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8484         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
8485         for backward compatibility with Libtool 1.5.22.  Problem reported
8486         by Ralf Wildenhues.
8488 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8490         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
8491         AC_PROG_CC.
8492         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
8494 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8496         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
8497         the NonStop platform.
8498         * doc/autoconf.texi (Posix Variants): Likewise.
8499         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
8501         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
8502         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
8503         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
8504         Use a better substitute, by inspecting the output of "ls"
8505         rather than just using ":".
8506         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
8507         rather than AS_EXECUTABLE_P, since we needn't worry about
8508         non-regular files here.
8510         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
8511         due to configuration hassles with this.  See Tonya Underwood's report
8512         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
8513         * doc/autoconf.texi (Special Shell Variables): Likewise.
8515 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8516             Stepan Kasal  <kasal@ucw.cz>
8518         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
8519         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
8521 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
8523         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
8524           initialization which is not inherited through the environment
8525         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
8526         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
8528 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
8530         * doc/autoconf.texi (Limitations of Usual Tools): Describe
8531         problems with mkdir -p -m.
8533 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8535         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
8536         comment about ac_cpp_err; it was incorrect, and anyway
8537         ac_cpp_err is being removed below.
8538         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
8539         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
8540         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
8541         nobody uses it.
8542         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
8543         with werror_flag and conftest.err and so forth.  This is more
8544         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
8545         and anyway the user shouldn't normally want to see this gorp logged.
8546         Problem reported by Ralf Wildenhues.
8547         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
8548         empty, not 'no', since the rest of the code uses 'test -z'.
8550 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
8552         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
8553         Use a single call to AC_DO_TOKENS rather than multiple, for
8554         efficiency.
8555         (_AC_LINK_IFELSE): Test that resulting file is executable.
8556         Problem reported by mwoehlke in
8557         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
8559         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
8560         than creating a file to use with test -x; this is much faster.
8562 2006-10-02  Bruno Haible  <bruno@clisp.org>
8564         * lib/autom4te.in (Automake-preselections): Add
8565         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
8567 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
8569         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
8570         standard error, `experr' should be used, not `expout'.
8572 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8574         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
8575         fseeko testing program twice; just use the earlier result.
8576         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
8577         Set cache var to 'unknown' (not 'no') if leaving the macro unset
8578         still doesn't let the program compile.
8579         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
8580         failed.
8582         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
8583         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
8584         include it, without including anything else.
8585         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
8586         expressions.
8587         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
8589 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8591         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
8592         `error.h', and include it, for a `error_at_line' prototype.
8593         Use a nonempty format string in the link test.
8594         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
8595         for a declaration of wait3.
8597 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8599         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
8600         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
8601         can apply to constants too, and that it checks for macro defns.
8602         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
8603         and simply cast the identifier to void.  This handles structure
8604         values.  Problem reported by Ralf Wildenhues.
8605         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
8607 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8609         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
8610         structure, and function symbols.
8612 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8614         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
8615         member.
8617 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8619         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
8620         * README: Likewise.
8621         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
8623 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8624         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8626         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
8627         warnings (uninitialized value).
8628         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
8629         present.
8630         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
8631         parentheses.
8632         (AC_STRUCT_TM): Likewise, avoid unused variables.
8634 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8636         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
8637         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
8638         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
8639         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
8640         Report by Olly Betts.
8642 2006-09-19  Eric Blake  <ebb9@byu.net>
8644         * m4/m4.m4: Change copyright.
8645         * configure: Regenerate.
8646         * Makefile.in: Likewise.
8647         * bin/Makefile.in: Likewise.
8648         * doc/Makefile.in: Likewise.
8649         * lib/Makefile.in: Likewise.
8650         * lib/Autom4te/Makefile.in: Likewise.
8651         * lib/autoconf/Makefile.in: Likewise.
8652         * lib/autoscan/Makefile.in: Likewise.
8653         * lib/autotest/Makefile.in: Likewise.
8654         * lib/emacs/Makefile.in: Likewise.
8655         * lib/m4sugar/Makefile.in: Likewise.
8656         * man/Makefile.in: Likewise.
8657         * tests/Makefile.in: Likewise.
8659         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
8660         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
8661         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
8662         --error-output, to avoid warnings with M4 2.0.
8664 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
8666         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
8667           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
8668         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
8670 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
8672         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
8673         expansion of AC_CHECK_FUNCS.
8675 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
8677         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
8678         mistaken comment: the path has to be relative; do not use
8679         the path at runtime.
8681 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8683         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
8684         argument to `--prefix' for sub-configure scripts.
8685         Pass `--silent' to sub-configure scripts.
8686         * tests/torture.at (Configuring subdirectories): Add tests
8687         for both changes.
8688         * doc/autoconf.texi (Setting Output Variables): Fix example to
8689         not show `--silent' being passed to a `configure' re-run.
8691 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8693         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
8694         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
8695         for the existence of the directory at configure-time.  That's
8696         too late, anyway.  Problem reported by Stefan Seefeld.
8698         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
8699         7.1.4 /usr/bin/posix/sh described by Tim Rice in
8700         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
8702 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
8704         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
8705         works with GNU M4 1.4.3 again; make the normalized form
8706         match the current m4 message; fix the description.
8707         * test/tools.at (autom4te cache): Adapt to the change.
8709 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8711         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
8712         to catch glibc bug 2821
8713         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8715         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
8716         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
8717         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
8718         assume C89.
8720 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
8722         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
8723         preselections ...
8724         (Autoconf): ... here.
8725         (Autoscan-preselections): Delete.
8727 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
8729         * lib/autom4te.in (Automake-preselections): Preselect
8730         AM_ENABLE_MULTILIB.
8732 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8734         * doc/autoconf.texi (Preset Output Variables): srcdir and
8735         top_srcdir are not necessarily relative.  Problem reported
8736         by Dries Kimpe.
8738 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8740         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
8741         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
8742         accept files with extension `.f'.  For consistency, also prefer
8743         xlf over f77.
8744         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
8745         from last patch.
8747 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
8749         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
8750         of ERLANG_LIB_VER_* variables.
8751         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
8752         variables.
8754 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
8755         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8757         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
8758         bugs of Bash 2.01 and 2.05a.
8759         (Fortran Compiler): Document that AC_PROG_CC should be called
8760         before AC_PROG_FC, due to a bug in Autoconf.
8762 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8764         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
8765         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
8766         except the first two arguments are reversed.
8767         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
8768         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
8769         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
8770         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
8771         equivalent to the old AC_COMPUTE_INT.
8772         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
8773         All uses changed to AC_CACHE_CHECK_INT.
8774         * tests/base.at (AC_CACHE_CHECK_INT): New test.
8775         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
8777 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8779         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
8780         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
8781         programs should use their Gnulib counterparts.
8782         * doc/autoconf.texi (Particular Functions): Likewise.
8783         (Macro Names, testsuite Invocation): Replace uses of these
8784         obsolete macros with uses of non-obsolete macros.
8786 2006-08-29  Eric Blake  <ebb9@byu.net>
8788         * configure.ac (AC_INIT): Bump to 2.60b.
8789         * NEWS: Update.
8791 2006-08-28  Eric Blake  <ebb9@byu.net>
8793         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
8794         mistakenly swapped on 2006-08-15.
8796 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8798         * NEWS: Version 2.60a.
8800 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
8802         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
8803         file created by the PGI compiler.
8805 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
8807         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
8808         simplify the code.
8810 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8812         Fix Lex library problem reported to us by Julio Garvia.
8813         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
8814         for the default, which the user can override.
8815         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
8816         deal with LEXLIB.
8817         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
8818         didn't work if some values were cached but not others.  Test for
8819         broken lex libraries like native ia64-hp-hpux11.22; see
8820         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
8821         work around the problem by preferring an empty LEXLIB to -lfl or
8822         -ll.  Let the user set LEXLIB='' to indicate no library needed.
8824         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
8825         * README: Likewise.
8826         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
8828 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8830         Rework to use more-modern build style.
8831         Many files are renamed; all uses of their names were changed.
8832         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
8833         * .x-sc_useless_cpp_parens: New file.
8834         * build-aux/config.guess: Renamed from config/config.guess.  Update.
8835         * build-aux/config.sub: Renamed from config/config.sub.  Update.
8836         * build-aux/elisp-comp: Renamed from config/elisp-comp.
8837         * build-aux/install-sh: Renamed from config/install-sh.  Update.
8838         * build-aux/mdate-sh: Renamed from config/mdate-sh.
8839         * build-aux/missing: Renamed from config/missing.
8840         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
8841         * build-aux/vc-list-files: Renamed from config/vc-list-files.
8842         * config/Makefile.am: Removed.
8843         * config/mkinstalldirs: Removed.
8844         * config/move-if-change: Removed.
8845         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
8846         * Makefile.am (SUBDIRS): Remove config.
8847         (ACLOCAL_AMFLAGS): Include from m4, not config.
8848         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
8849         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
8850         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
8851         Fail if there's an error.
8852         * Makefile.cfg (move_if_change): Remove.
8853         (wget_files): Remove.
8854         (cvs_executable_files): New macro.
8855         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
8856         (executable-update): Use $(cvs_executable_files).
8857         (local-checks-to-skip): Remove.
8858         * Makefile.maint: Merge from coreutils, plus add our own changes
8859         (gzip_rsyncable): New macro.
8860         (GZIP_ENV): Use it.
8861         (CVS_LIST): Use build-aux/vc-list-files.
8862         (VERSION_REGEXP): New macro.
8863         (local-checks-available): Add patch-check, $(syntax-check-rules),
8864         check-AUTHORS.
8865         (syntax-check-rules): Compute dynamically.
8866         (sc_cast_of_x_alloc_return_value): Work even if no source files.
8867         (sc_cast_of_alloca_return_value): Likewise.
8868         (sc_prohibit_atoi_atof): Simplify regexp.
8869         (sc_no_if_have_config_h, sc_require_config_h):
8870         (sc_prohibit_assert_without_use,
8871         (sc_obsolete_symbols): Check for O_NDELAY.
8872         (sc_texi_notab): Remove.
8873         (sc-changelog): Don't make an exception for '----' lines.
8874         (.re-list): Remove, so we don't have a junk file behind.
8875         (sc_system_h_headers): Remove the need for .re-list.
8876         (sc_the_the):  New rule.
8877         (sc_tight_scope): Simplify.
8878         (sc_trailing_blank): Renamed from sc_trailing_space.
8879         (longopt_re): New macro.
8880         (sc_two_space_separator_in_usage): New rule.
8881         (sc_unmarked_diagnostics): Look at all files under CVS.
8882         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
8883         (news-date-check, changelog-check): Version is OK.
8884         (po-check): Look for lib files even if not in CVS.
8885         (copyright-check): Use $() not ``.
8886         (maintainer-distcheck): Do not depend on changelog-check.
8887         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
8888         Also check for -Wpointer-arith.
8889         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
8890         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
8891         Remove.
8892         (announcement): Add --gpg-key-id arg.
8893         (cvs-sv): Remove.
8894         (move_if_change): Just use mv.
8895         (local_updates: Remove wget-update, po-update.
8896         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
8897         (config.guess-url_prefix, config.sub-url_prefix): Remove.
8898         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
8899         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
8900         ($(get-targets)): Remove.
8901         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
8902         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
8903         (cvs-update): Get from gnulib.
8904         (emut_upload_commands): gnupload is in build-aux now.
8905         (alpha beta major): Add changelog-check.  Check version.
8906         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
8907         (AC_CONFIG_FILES): Remove.
8908         * bin/autoconf.as: Add spaces to avoid distcheck warning.
8909         * config/announce-gen: Sync from coreutils.
8910         * doc/make-stds.texi: Sync from gnulib.
8911         * doc/standards.texi: Likewise.
8912         * man/Makefile.am: Adjust for config -> build-aux renaming.
8913         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
8914         * tests/local.at: Adjust from config -> build-aux renaming.
8915         * tests/tools.at: Likewise.
8916         * tests/torture.at: Likewise.
8918         * NEWS: The C99 check now tests for vararg macros and 64-bit
8919         preprocessor ints.
8920         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
8921         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
8922         64-bit preprocessor ints.  Check for static initialization of
8923         long long.  Remove unnecessary casts.
8925 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8927         * doc/autoconf.texi (Particular Programs): Mention that
8928         @INSTALL@ and @MKDIR_P@ may vary for different output files.
8929         Reported by Alexandre Duret-Lutz.
8931 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8933         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
8934         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
8935         Bill Northcott in
8936         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
8938 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8940         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
8941         pacify insanely picky compilers.  Problem reported by Eric Blake.
8943         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
8944         longer supported by Sun.
8946 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8948         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
8949         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
8950         -Wundef -Werror".  Problem reported by David Fang in
8951         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
8952         * doc/autoconf.texi (Header Templates, Default Includes):
8953         (Particular Functions, Generic Functions, Header Portability):
8954         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
8955         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
8956         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
8957         Prefer #ifdef to #if.
8958         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
8959         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
8960         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
8961         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
8962         Likewise.
8963         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
8964         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
8965         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
8966         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
8967         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
8968         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
8969         this.
8971 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8973         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
8974         problems with arg script text that doesn't end in newline, and
8975         with '-e a...'.  Problems reported by Ralf Wildenhues.
8977 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
8979         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
8980         check for libXt by a check for libX11.
8982 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8984         * doc/autoconf.texi (config.status Invocation): Adjust according
8985         to last change.
8987 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8989         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
8990         --help' should mention that `--version' outputs configuration
8991         settings.  Report by Bruno Haible.
8993 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8995         Fix test suite failures reported by Pierre in
8996         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
8997         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
8998         the compiler created a file "b.out" when it didn't create anything
8999         at all.
9000         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
9001         Discard stderr too, when invoking the test script.
9003 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
9005         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
9006         in the restoring of the werror flag.
9008 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9010         * doc/autoconf.texi (Volatile Objects): Be even a little
9011         less skeptical about "volatile", after discussion with
9012         Bruno Haible on bug-gnulib.
9013         (Limitations of Usual Tools): Warn about sed stripping
9014         leading white space from text.  From Bruno Haible.
9016 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9018         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
9019         compiler complains about it, even if things works after the
9020         complaint.  Problem reported by Peter O'Gorman.
9022         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
9023         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
9024         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
9026 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
9028         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
9029         after -R regardless of host.  Patrick Welche reports that this
9030         fixes things on NetBSD 3.99.
9032         * NEWS: Recommend M4 1.4.5.
9033         * README: Likewise.
9034         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
9035         * tests/tools.at (autom4te cache): Update wording of diagnostic
9036         to match M4 1.4.5.
9038 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9040         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
9041         under AC_C_VOLATILE.
9042         (Volatile Objects): Be a little less skeptical about what
9043         "volatile" means.  Derived from thoughts by Ben Pfaff in
9044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
9046 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9048         * doc/autoconf.texi: Fix some typos.
9050 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9052         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
9053         more globally, since the 2006-06-30 patch didn't suffice.  Problem
9054         reported by Keith Marshall.  Also, don't bother with builddir2,
9055         since it shouldn't be needed any more.
9057 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
9059         * doc/autoconf.texi (Generic compiler characteristics):
9060         Document AC_COMPUTE_INT.  Fix wrong statements on Default
9061         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
9063         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
9064         (_AC_COMPUTE_INT): Add obsoletion warnings.
9065         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
9066         AC_COMPUTE_INT.
9068         * NEWS: Document change.
9070 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9072         * doc/autoconf.texi (Volatile Objects): New section.
9074         * NEWS: Document previous change.
9076 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9078         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
9079         Require that long long int be at least 64 bits wide.  C99 requires
9080         this and enough programs depend on it so we should check for it.
9081         Bruno Haible reports in
9082         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
9083         that long long int is 32 bits wide with some nonstandard compilers.
9084         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9086 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9088         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
9089         to a nonexistent file, so that we don't have to worry about
9090         a local site configuration that doesn't use /usr/local.
9091         Problem reported by Keith Marshall in
9092         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
9094 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9096         * doc/autoconf.texi: Be more consistent about using @acronym with
9097         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
9098         quite right (it talked about "OSF/Tru64", even though the
9099         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
9100         and it even mentioned "OSF 4"!) and at this point there's little
9101         reason to talk about OSF any more, since it died in 1994.
9102         (Specific Compiler Characteristics): Simplify example of
9103         negative-size array.
9104         (File Descriptors): Reorder to make the text flow better.
9105         Remove joke about "appreciate the various levels"; I didn't get it.
9106         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
9107         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
9108         (File Descriptors, Limitations of Usual Tools):
9109         Tone down the advice against renaming or removing open files.
9110         (Limitations of Usual Tools): Add a new section, on 'rm'.
9112 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
9114         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
9115         -lXt in LIBS, idea from Karsten Hopp; this was due since
9116         this change:
9118         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9119         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
9120         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
9121         (which belong to Xt, not X itself).  See Debian bug 327655.
9123 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9125         * configure.ac (AC_INIT): Bump to 2.60a.
9126         * NEWS: Update.
9128 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9130         Version 2.60.
9132         * configure.ac, NEWS: Update.
9134 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9136         * config/texinfo.tex: Sync from upstream.
9138         * bin/autom4te.in (handle_traces): Transform the `@S|@'
9139         quadrigraph correctly in traces.
9141         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
9142         Fix typos.
9144         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
9145         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
9146         not defined.
9147         * doc/autoconf.texi (Changed Directory Variables): New node,
9148         to document the whole `datarootdir' business a bit better.
9149         * NEWS: Update.
9150         * tests/torture.at (datarootdir workaround): Extend test.
9151         Prompted by report by Alexandre Julliard.
9153 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9155         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
9156         when using default mode of IBM C 6 for AIX.  Problem and two-line
9157         fix reported by Larry Jones.
9159 2006-06-22  Alexandre Julliard <julliard@winehq.org>
9161         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
9162         about literal '${datarootdir}' if a definition is found in the
9163         output file.
9165 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9167         * NEWS: Use "M4" rather than "m4" when appropriate.
9168         Problem reported by Eric Blake.
9169         * doc/autoconf.texi: Likewise.
9170         Use @acronym around BSD, GCC, and GNU when appropriate.
9171         (Why GNU M4): Renamed from "Why GNU m4".
9172         (Redefined M4 Macros): Mention that Posix
9173         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
9174         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
9175         to int.
9177 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9179         * bin/autom4te.in (handle_output): Do not forbid the empty
9180         pattern.
9181         * tests/tools.at (autoconf: the empty token): New test.
9183 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
9185         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
9186         calls, so that we do not care whether they are LIFO or FIFO;
9187         in the m4_wrap, do not check which diversion is the topmost
9188         one, just check that the stack is balanced at the end.
9189         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
9190         base diversion forever--pop the previous diversion before
9191         opening the new one; consequently, remove the m4_wrap call.
9192         * lib/autotest/general.m4 (AT_INIT): Likewise.
9193         * tests/m4sugar.at: Do not use
9194         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
9196 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9197         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9199         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
9200         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
9201         Rework example of m4wrap token-pasting trouble so that it doesn't
9202         care whether it's LIFO or FIFO.
9203         Fix some "contrary to"s that are awkward in English.
9205 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9207         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
9208         to `yes' instead of `int$1_t' if the type is found, for more
9209         consistent configure output (where $1 is the number of bits).
9210         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
9211         Suggested by Bruno Haible.
9213         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
9214         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
9215         with system headers.  Report by Bruno Haible.
9217 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9219         * config/config.guess, config/config.sub: Sync from upstream.
9221         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
9222         in order to avoid picking up an older installed frozen m4sh.m4f.
9223         Besides an outdated shell startup, this could have been created
9224         by an earlier M4 version with incompatible frozen file format.
9226 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
9228         * README: Recommend m4 1.4.4 instead of 1.4.3..
9229         * doc/autoconf.texi: Likewise.
9230         (Special Chars in Names): Say that $(.FOO) is portable, as
9231         suggested by Stepan Kasal.
9232         (Installation Directory Variables, Build Directories):
9233         (Automatic Remaking, Subdirectories, Fortran Compiler):
9234         (Making testsuite Scripts, Defining Directories):
9235         Quote variable usages better.
9236         (Making testsuite Scripts): Add clean-local rule to makefile
9237         snippet, by Eric Blake.
9238         (Installation Directory Variables): Fix table item font.
9239         Reword slightly to clarify.  Generalize advice about
9240         not using special characters to include all file-related
9241         vars, not just VPATH.
9242         (Special Chars in Variables): Warn about special characters in
9243         $(srcdir) too.
9244         (Assignments): Clarify default-value example as suggested by
9245         Ralf Wildenhues in
9246         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
9247         (Special Shell Variables): Note leading ./ or ../, as suggested
9248         by Eric Blake.
9249         (Limitations of Builtins): Under cd, warn about CDPATH.
9250         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
9251         Ralf Wildenhues.
9253 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9255         * doc/autoconf.texi (Configuration Actions): Remove duplicate
9256         `@var', for texi2html.
9257         (Systemology): Some more word wrapping, for DVI output.
9258         (autom4te Invocation): The short option for `--melt' is `-M',
9259         not `-m'.
9261 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9263         * doc/autoconf.texi: More formatting and English tweaks,
9264         many suggested by Ralf Wildenhues.
9265         Reword to avoid "@code{...}'s" and the like, since it's ugly
9266         with Emacs info mode.  discontents -> woes.
9267         Put a few "will"s back.  time stamp -> timestamp.
9268         side-effect -> side effect.
9270 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
9272         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
9273         Warn about $@ not persisting.  Problem reported by Julien Danjou in
9274         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
9275         (Special Chars in Names): Renamed from Leading _ in Macro Names.
9276         Mention other special chars, too.
9278 2006-06-14  Eric Blake  <ebb9@byu.net>
9280         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
9282 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
9284         * doc/autoconf.texi: Some systematic minor improvements, as
9285         follows.  Use "makefile" when talking about makefiles
9286         generally (which might be named "makefile" or "Makefile" or even
9287         "foo.mk"), "Makefile" when talking about a specific makefile
9288         called "Makefile".  This unclutters the text from weird quotes
9289         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
9290         values" rather than "@var{foo}s" and similar constructs containing
9291         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
9292         English-language improvements.  Change the prefix "sub-" to "sub"
9293         and "re-" to "re".
9294         Put blank lines around examples more consistently.
9295         Avoid "rather" and "very" as intensifiers.
9296         Avoid "will" as an auxiliary.
9297         (Limitations of Make): Split this node into....
9298         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
9299         (Leading _ in Macro Names, Backslash-Newline-Newline):
9300         (Backslash-Newline Comments, Long Lines in Makefiles):
9301         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
9302         (obj/ and Make, make -k Status, VPATH and Make):
9303         (VPATH and Double-colon, $< in Explicit Rules):
9304         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
9305         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
9306         New nodes, resulting from splitup of Limitations of Make.
9307         All cross-references changed.  Raise the top node from
9308         a section to a chapter, and all subnodes accordingly.
9309         Redo the introductory wording to match the new organization.
9310         (Installation Directory Variables): Use an example that is
9311         closer to what Autoconf actually does.  Mention that VPATH's
9312         value should not contain metacharacters or white space.
9313         (Fortran Compiler): Fix a VPATH bug in an example.
9314         (Leading _ in Macro Names): Mention that this problem is no longer
9315         of practical concern.
9316         (VPATH and Make): Reword the advice to make it clearer
9317         that Autoconf and Automake support VPATH in non-GNU make, but
9318         many packages have bugs in this area.
9319         ($< in Explicit Rules): Refer to Build Directories rather
9320         than using a (non-VPATH-safe) example.
9321         (Automatic Rule Rewriting): Mention the sort of disaster that
9322         can ensue with Solaris-style rule rewriting with VPATH.
9324 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9326         * doc/install.texi (Compilers and Options): Weaken the
9327         suggestion to use GNU make for VPATH builds.
9329         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
9330         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
9332         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
9333         in regular expression.
9335 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9337         * doc/autoconf.texi (Installation Directory Variables):
9338         Drop extra @samp from `@table @samp' item.
9339         (Limitations of Usual Tools): Comment fix.
9340         Do not nest @samp just to point to other table items.
9341         (Writing testsuite.at) <AT_CHECK>: The second argument to
9342         `@dvar' is already @samp'ed.
9343         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
9344         do not use @var in the second argument.
9346 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
9348         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
9349         $as_shell.exe too.  Problem reported by Andreas Buening in
9350         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
9352 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9354         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
9355         `unused variable' compiler warning, for `-Wall -Werror'.
9356         Reported by Jaap Haitsma in
9357         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
9359 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
9361         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
9362         case the compiler dumps core.  Problem reported for
9363         OpenServer 5.0.7 by Tim Rice in
9364         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
9365         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
9366         Likewise.
9368 2006-06-06  Tim Rice <tim@multitalents.net>.
9370         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
9371         "ERROR" only shows up in "make check" output if there is an
9372         error.
9374 2006-06-06  Eric Blake  <ebb9@byu.net>
9376         * tests/tools.at (automatically allowed tokens): Fix typo.
9378 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
9380         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
9382         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
9383         typically overflows on x86 CPUs, even though the C standard
9384         requires otherwise.
9386 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9388         * configure.ac (AC_INIT): Bump to 2.59e.
9389         * NEWS: Update.
9391 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9393         Version 2.59d.
9395         * config/texinfo.tex: Sync from upstream.
9397         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
9398         seen, invoke libtoolize with `--ltdl' argument.
9399         * lib/autom4te.in (Autoreconf-preselections): Adjust.
9400         * NEWS: Update.
9401         Suggested by Eric Blake.
9403 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
9405         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
9406         reported by Ralf Wildenhues.
9407         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
9409 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9411         * THANKS: Update.
9413 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
9415         * doc/autoconf.texi: Modernize some of the references to Solaris.
9417 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
9419         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
9420         message issued by AC_REQUIRE.
9421         * tests/m4sugar.at: Check m4_require's error message.
9422         * tests/base.at: Check AC_REQUIRE's error message.
9423         * tests/local.at (AT_CHECK_M4): New macro, almost identical
9424         to...
9425         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
9426         AT_CHECK_M4.
9427         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
9428         `expout' as the last parameter.
9429         * tests/tools.at: Adapt to the above change.
9431 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
9433         * doc/autoconf.texi (Limitations of Usual Tools): Correct
9434         information about race-free implementations of mkdir.
9436 2006-06-04  Eric Blake  <ebb9@byu.net>
9438         * bin/autoreconf.in (help): Document M4 environment variable.
9439         * bin/autoconf.as (Usage): Likewise.
9440         * bin/autom4te.in (help): Likewise.
9441         * doc/autoconf.texi (autom4te Invocation): Likewise.
9443 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9445         * NEWS: GNU make now recommended for VPATH builds.
9446         Mention that some macros are now documented to be obsolescent.
9447         * doc/autoconf.texi:
9448         Prefer "current" to "modern" to describe
9449         currently-used (albeit perhaps old-fashioned) hosts.
9450         Mention which ancient features no longer need to be worried about.
9451         setgid -> set-group-ID
9452         setuid -> set-user-ID (these are the Posix terms)
9453         Fix some misuses of "only".
9454         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
9455         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
9456         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
9457         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
9458         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
9459         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
9460         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
9461         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
9462         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
9463         Mention that these macros are obsolescent.
9464         (Installation Directory Variables): shall -> should
9465         (File Descriptors): Mention that 0, 1, 2 might get reopened.
9466         Mention that it's now safe to use 3 and 4.
9467         (Limitations of Usual Tools): cp -r is now specified by Posix.
9468         Omit longwinded and obsolescent discussion of cp -f.
9469         Modernize discussion of expr, ls.
9470         (Limitations of Make): Modernize discussion of VPATH builds.
9471         Mention $? as a workaround in some cases.
9472         * doc/install.texi (Basic Installation):
9473         Mention "./configure; make; make install" first.  Be more
9474         specific about why this file is generic.  Remove unnecessary
9475         parens.  Remove misleading "only".  Remove obsolete advice
9476         about csh.  Don't say "configure" takes awhile; say it
9477         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
9478         and CC=c99 rather than CC=c89, as these are blessed by current
9479         Posix.  Recommend GNU make if doing a VPATH build.
9481 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
9483         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
9484         examples involving shell prompts.
9486 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
9487         and Paul Eggert  <eggert@cs.ucla.edu>
9489         * doc/autoconf.texi (Here-Documents): Add details about the
9490         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
9491         use "here-documents" instead of "here documents".
9493 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9495         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
9497 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
9499         * doc/autoconf.texi (File System Conventions): Warn about ":"
9500         anywhere in directory names.
9502 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
9504         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
9505         about quoting the case statement, just in case.
9506         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
9507         was fixed in ksh93g; reported by Ralf Wildenhues.
9509 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
9511         * doc/autoconf.texi (System Services): Do not document
9512         overriding EXEEXT via ac_cv_exeext=ext.
9513         (Particular Programs) <AC_PROG_MKDIR_P>:
9514         Document that ${MKDIR_P} understands --.
9515         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
9516         comment.
9518 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9520         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
9521         argument with leading hyphen.  Problem reported by Paul Eggert.
9523 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
9525         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
9526         about quoting ac_try: quote all of it, if any of it seems suspicious.
9527         This means we don't have to worry about ${ or sed any more.
9528         Also, double-quote the case statement, to work around misuses via
9529         underquoting as reported by Ralf Wildenhues in
9530         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
9531         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
9532         undocumented and dangerous macro.
9533         Problem reported by Ralf Wildenhues in
9534         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
9536 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9538         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
9539         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
9540         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
9542 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
9544         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
9545         since evidently some packages rely on the old, broken behavior.
9546         Problem reported by Ralf Wildenhues in
9547         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
9548         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
9549         pre-2006-05-26 definitions, but leave in the comments that
9550         these macros are dangerous and should not be used.
9551         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
9552         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
9553         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
9554         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
9555         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
9557 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
9559         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
9560         the use of 'tr', since this is our only use of 'tr'.
9562 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9563         and Paul Eggert  <eggert@cs.ucla.edu>
9565         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
9566         Don't assume 'grep' works on long lines, since AIX grep doesn't.
9568 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9570         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
9571         the output file in the `${datarootdir}' test.
9573 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
9574         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9576         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
9577         mention of `datarootdir' in the input file(s), but literal
9578         `${datarootdir}' in the output file, and we haven't warned yet,
9579         then warn as well: the user may have (erroneously) used
9580         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
9581         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
9582         * tests/torture.at (datarootdir workaround): Extend this test.
9583         * NEWS: Update.
9585 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9586         and Paul Eggert  <eggert@cs.ucla.edu>
9588         * doc/autoconf.texi (autoheader Invocation): The first argument to
9589         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
9590         alternatives and clear up the language a bit.
9592 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
9594         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
9595         ac_config_guess, ac_config_sub, ac_configure.
9596         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9597         Fix typo that prevented an unnecessary space from being removed.
9598         Problems reported by Ralf Wildenhues in:
9599         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
9601 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
9603         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
9604         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
9605         Don't use the term "thread-safe" to talk about mkdir race
9606         conditions, since the problem is more a process than a thread
9607         issue.  Problem reported by Stepan Kasal in:
9608         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
9609         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
9610         the test for 'install' more closely.  Look at MKDIR_P first.
9611         Look in the PATH, and at /opt/sfw/bin.
9612         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
9613         Don't bother to try mkdir -p, since we already check mkdir --version;
9614         just look at the version number.  (There's no easy way to check
9615         for race-free implementations.)
9616         * tests/tools.at (autoconf: subdirectories): Adjust to above
9617         changes, since MKDIR_P now might end in "/mkdir -p".
9619         * doc/autoconf.texi (autoheader Invocation): Mention that the
9620         first arg of AC_DEFINE_UNQUOTED must be a literal.
9621         Problem reported by Ben Pfaff in
9622         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
9624         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
9625         * doc/autoconf.texi (Special Chars in Variables): New section.
9626         (Preset Output Variables): Warn about special chars in CPPFLAGS.
9627         (Installation Directory Variables): Quote $(datadir) better.
9628         (Limitations of Builtins): Describe some of eval's trickiness.
9630         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
9631         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
9632         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
9633         in front of every arg, not just trailing args.  Quote apostrophes.
9634         (_AC_EVAL_ECHO): New macro.
9635         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
9636         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
9637         removed.
9638         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
9639         exposed by quoting of eval argument.  Put the command on line line
9640         so it logs better.
9641         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
9642         (_AC_PATH_X, AC_PATH_X): Quote more safely.
9643         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
9644         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
9645         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
9646         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
9647         Use eval more safely.
9648         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
9649         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
9650         to be replaced.
9651         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
9652         lines, exposed by quoting of eval argument.
9654 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
9655         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9657         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
9658         initialization of `ac_cv_exeext', do not override it if it was
9659         already set, unless it was set to `no', for compatibility with
9660         Autoconf-2.13, and comment this.
9661         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
9662         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
9663         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
9664         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
9665         Document that this test may be overridden by setting
9666         `ac_cv_exeext'.
9668 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9670         Revert these two patches:
9672         2006-04-06  Eric Blake  <ebb9@byu.net>
9673         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
9674         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
9675         2006-04-01.
9677         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
9678         Clean up _AC_COMPILER_EXEEXT* macros.
9679         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
9680           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
9681           ac_file to the name of the default output file and call
9682           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
9683           initial `rm' of the candidate files...
9684         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
9685           the same list in subsequent `rm' calls, and for the temporary
9686           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
9687           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
9688         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
9689         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
9690           no longer needed) by libtool.  Make it a cache check.
9691         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
9692           copied here by mistake.
9693         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
9694           _AC_COMPILER_EXEEXT.
9695         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
9696           _AC_COMPILER_OBJEXT directly.
9697         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
9699 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9701         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
9702         Fix description of how the buggy `sed' works.
9704 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
9706         Sync from Automake:
9708         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
9709         ENOLCK.  Only mention `make -j' when applicable.  Only raise
9710         fatal errors when `make -j' is involved.  Improve error message.
9712 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9714         * doc/autoconf.texi (Here-Documents): We now know more about
9715         the variable expansion in here documents bug.
9716         Thanks to Tim Rice and Stepan Kasal.
9718         * doc/autoconf.texi (Making testsuite Scripts): Add an example
9719         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
9721 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9723         * tests/autotest.at (Multiline command from M4 expansion):
9724         No failure to be expected if the shell quotes newlines in
9725         commands in the `set -x' output.  Report by Tim Rice.
9726         * THANKS: Update.
9728 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
9730         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
9731         expansion in the here-documents used by config.status, as that
9732         runs afoul of the Korn shell version M-12/28/93d bug described in
9733         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
9734         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
9735         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
9737 2006-05-23  Jim Meyering  <jim@meyering.net>
9739         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
9740         Fix typo introduced with 2006-04-02 change.  It reversed the sense
9741         of the test.
9743 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
9745         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
9746         ac_dB slightly, to save bytes in the script.
9747         Max out at 50 lines, rather than 96; this is more likely
9748         (though not guaranteed) to avoid obscure 'sed' failures.
9750 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9752         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
9753         `tr -d -' as bad option argument.  Work around this by deleting
9754         an unrelated character.
9755         Report by Tim Rice <tim@multitalents.net>.
9757 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
9758             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
9759             Stepan Kasal  <kasal@ucw.cz>
9761         * doc/autoconf.texi (Particular Programs): Do not promise that
9762         we always prefer the GNU version of the program, and that we
9763         search according to PATH; both rules can have exceptions.
9764         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
9765         AC_PROG_SED.  Move descriptions of limitations
9766         to the Limitations of Usual Tools section.
9767         (Limitations of Usual Tools) <sed>: Mention script length
9768         limitations with Solaris /usr/ucb/sed.
9769         <grep>: Fix wording for empty alternative.  Mention that -c and
9770         -l should not be combined, and that -E and -F should not be
9771         combined.
9773 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
9774         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9776         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
9777         limits in Solaris 8 /usr/ucb/sed by testing a long script.
9779 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
9781         * doc/autoconf.texi (Defining Symbols): Literal parameter of
9782         AC_DEFINE is now passed to m4_pattern_allow.
9783         * NEWS: Mention that; likewise for AC_SUBST.
9784         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
9785         the parameter to m4_pattern_allow.
9786         * tests/tools.at: Add a check for that.
9788 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
9790         * lib/autoconf/status.m4: Fix typos.
9792 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9794         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
9795         only the files that this macro generates.
9797 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
9799         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
9800         the HP-UX sed limitation of 99 commands, labels do not count.
9801         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
9802         in the comment.
9803         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
9805 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
9807         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
9808         Import the following fix from coreutils:
9810         2006-01-13  Jim Meyering  <jim@meyering.net>
9812         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9813         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
9814         not double-quote uses of that variable, to accommodate the rare
9815         case in which getmntent is available in none of the libraries
9816         checked.  This happens at least on FreeBSD 5.0.
9818 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
9820         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
9821         ac_config_guess, ac_config_sub, and ac_configure, since evidently
9822         some other programs unwisely rely on these undocumented vars.
9823         But put in warning comments about them.
9824         Problem reported by Ralf Wildenhues in
9825         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
9826         * NEWS: Document that these variables are intended to go away.
9828 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9830         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
9831         and set the language to C++ (analogous to the equivalent Fortran
9832         tests).
9834         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
9835         * doc/autoconf.texi (C++ Compiler): Document it.
9836         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
9837         * NEWS: Update.
9839 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9841         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
9842         that caused config.status to generate 100-command sed scripts; the
9843         portable limit is 99.
9845 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9847         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
9848         variable `ac_d' instead of `d' to avoid infringing namespace.
9849         Report by Ralf Menzel.
9851 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
9853         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
9854         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
9855         * tests/tools.at (autoconf: subdirectories): New test, taken from
9856         the corresponding problem report by Ralf Wildenhues in:
9857         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
9859         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
9860         Quote some uses of shell variables if they might suffer unexpected
9861         globbing.  This doesn't fix all instances of quoting problems that
9862         I found, just the easy ones that look safe.
9863         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
9864         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
9865         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
9866         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
9867         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
9868         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
9869         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
9870         Likewise.
9871         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
9872         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
9874 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9876         * bin/autoreconf.in ($help): Reword according to the manual.
9877         Suggested by Olly Betts.
9879 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
9880         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9882         * bin/autoreconf.in: Pass the directory argument to
9883         `require_configure_ac'.  Fix comment.
9884         * tests/torture.at (Configuring subdirectories): Expose this.
9885         Reported by Olly Betts.
9887 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9889         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
9890         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
9891         Automake as follows:
9893         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
9894         `$configure_in' instead of `configure.in', to preserve
9895         directory component.
9897 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9899         * config/config.guess, config/config.sub, config/texinfo.tex,
9900         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
9902 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9904         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9905         test for C99 conformance; (bool) 0.5 is an integer constant
9906         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9907         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9909 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
9911         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
9912         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
9913         Warn about obsolete install-sh files.  Remove stray sentence
9914         fragment and fix cross reference.
9915         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
9916         install -d; this undoes the 2006-05-10 change.
9917         (MKDIR_P): Mark with AN_MAKEVAR.
9918         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
9919         that we don't require $INSTALL to be thread-safe.  Move comments
9920         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
9921         of AC_PROG_INSTALL.  Output a message saying that we're checking
9922         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
9923         MKDIR_P instead of AC_SUBST.
9924         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
9925         Special magic for MKDIR_P, too.
9926         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
9927         a dnl.
9928         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
9930 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
9932         Sync from Automake, as follows:
9934         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9935         * config/install-sh: Initialize IFS, so field splitting isn't
9936         turned off later.
9937         * config/mkinstalldirs: Likewise.
9938         * config/missing: Remove superfluous quotes.  Replace all uses of
9939         `[' by `test', for consistency, and for..
9940         * config/missing (sed_minuso, sed_output): New variables.
9941         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
9942         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
9943         Fixes `missing' to detect `--output' for help2man.  Fixes
9944         PR automake/483.  Report by Dennis J. Linse.
9945         (autom4te): Document in `missing --help'.
9947 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9949         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
9950         * config/install-sh: Don't use 'path' to talk about file names,
9951         as per GNU coding standards.  Close a race condition reported by Ralf
9952         Wildenhues and Stepan Kasal.  There is still a race condition
9953         on hosts that predate Posix 1003.1-1992, but we can't help this.
9954         Don't mishandle weird characters like space on pre-Posix hosts.
9955         Invoke mkdir at most once per dir arg on pre-Posix hosts.
9956         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
9957         AC_PROG_MKDIR_P from AS_MKDIR_P.
9958         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
9959         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
9960         earlier editions are not (including Automake 1.8.3).
9961         Do not suggest mkinstalldirs for thread-safety.
9962         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
9963         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
9964         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
9965         presence of special characters and race conditions.
9966         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
9967         in Autoconf's name space.
9969 2006-05-10  Bruno Haible  <bruno@clisp.org>
9970         and Paul Eggert  <eggert@cs.ucla.edu>
9972         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
9973         from Automake with minor changes.
9974         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
9976 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9978         * config/install-sh: Update to Automake CVS version, as follows:
9979         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
9980         * lib/install-sh: Simplify the expr implementation of dirname.
9981         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9982         * lib/install-sh: Handle --, and diagnose unknown options.
9984 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9986         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
9987         `./autom4te' to create `./testsuite', since the `all' target
9988         will ensure its presence, but `installcheck' should not create
9989         the uninstalled wrappers.
9991         * tests/torture.at (Unusual Automake input files): Skip if we
9992         detect automake < 1.8.
9994 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9996         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
9997         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
9998         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
9999         * NEWS: Update.
10001 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10003         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
10004         munge (multiple) white space and other oddities.
10005         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
10006         single quotes in variable assignment.
10007         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
10008         and similar failures by adding multiple spaces, tabs, and other
10009         special characters.
10010         Report and different test suggested by Francesco Romani
10011         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
10013         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
10014         single quotes, we only need to search for single quotes; this
10015         both simplifies the search pattern, and makes us less
10016         susceptible to `echo' variations for arguments not containing
10017         single quotes.
10018         (_AC_ARG_VAR_VALIDATE): Likewise.
10020 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10022         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
10023         `$*' and IFS concatenation issue with traditional shells and
10024         bash-2.04.  Report by Seanster@Seanster.com.
10026 2006-05-03  Bruno Haible  <bruno@clisp.org>
10028         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
10029         precisely which Mac OS X versions have the od problem.
10031 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10033         * doc/autoconf.texi: Use @option systematically.
10035 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10036         and Bruno Haible  <bruno@clisp.org>
10038         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
10039         about 'od'.
10040         (Integer Overflow): Mention the special case of integer division
10041         overflow.
10043 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10045         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
10046         traditional shells like the Solaris one that do not use the
10047         first IFS character for assembling `$*'.
10048         Prompted by a related report from autoconf_bug@nro.ca.
10050 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10051         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10053         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
10054         Mention more problems with the -e option.
10056 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10058         * NEWS: Typo.
10059         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
10061         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
10062         in URLs to improve DVI formatted output (requires texinfo 4.6).
10063         (System Services, Systemology, Shellology): Likewise.
10064         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
10065         output.
10067         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
10068         continuous text.
10069         (Runtime): Fix macro argument names to match description:
10070         `action-if-found' -> `action-if-true' and similarly.
10071         (Obsolete Macros): Likewise.
10072         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
10073         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
10074         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
10076 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10078         * doc/autoconf.texi (Limitations of Make): Clean up markup.
10080         * ChangeLog: Typo.
10081         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
10082         DVI output.
10084 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10086         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
10087         /bin/sh set unsorted output.
10088         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
10089         * tests/local.at: Likewise.
10091 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
10093         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
10094         (Integer Overflow, Null Pointers, Buffer Overruns):
10095         (Floating Point Portability, Exiting Portably): New sections.
10096         (Writing Test Programs): Fix some langauge.  Recommend exiting
10097         with status 1, not merely nonzero.  Clarify exit declaration.
10098         (Run Time): Move C exit status stuff to new Exiting Portably section.
10099         (Systemology): Mention Posix and levenez.  Update v7 reference.
10100         (Portable Shell): Mention the Posix shell.
10102 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
10104         * bin/autoconf.as (me): Replace by as_me.
10106 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10108         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
10109         since as_me isn't set yet.
10111 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
10113         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
10114         a few minor bugs in this area.
10116         * doc/autoconf.texi (Programming in M4sh): Comment out the
10117         documentation of AS_BASENAME, for now.
10118         (Shell Substitutions): Do not use AS_DIRNAME in an example.
10119         (Limitations of Builtins) <basename>: Do not refer to
10120         AS_BASENAME.
10121         * bin/autoconf.as (me): Don't use AS_BASENAME.
10122         (dir): Remove the unused variable.
10123         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
10124         AS_DETECT_REQUIRED.  All uses changed.
10125         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
10126         All uses changed.
10127         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
10128         (AS_BASENAME): Use "basename --" to protect against leading "-".
10129         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
10130         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
10131         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
10132         (_AS_DIRNAME_PREPARE): Likewise.
10133         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
10134         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
10135         (AS_DIRNAME): Use "dirname --".
10137 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
10139         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
10140         of "run time" and "run-time" changed to "runtime", for consistency.
10141         * lib/autoconf/fortran.m4: Likewise (in comment).
10142         * lib/autoconf/functions.m4: Likewise.
10143         * lib/autoconf/general.m4: Likewise.
10144         * lib/autoconf/headers.m4: Likewise.
10146         * doc/autoconf.texi (Run Time): Document the exit status situation
10147         with more accuracy and detail.
10149 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10151         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
10152         Archive is not officially `GNU' any more.  Update URL.
10153         (Defining Directories): Likewise
10154         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
10156 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10158         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
10159         newline from the `trap' code to finish `config.log'; the NetBSD
10160         /bin/sh resets the exit status after an empty command, as
10161         documented in doc/autoconf.texi.
10162         Reported by Dalibor Topic <robilad@kaffe.org>.
10164 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
10166         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
10167         Suggested by Bruno Haible.
10169 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
10171         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
10172         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
10173         Instead, just list the shells that we know work.
10174         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
10175         changed.  Be more cautious about the _cv_ variable.
10176         * tests/tools.at (Syntax of the shell scripts): Check the
10177         _cv_ variable once, at first, to avoid an internal autoconf error
10178         when sh -n does not work.
10180 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10182         * lib/Autom4te/FileUtils.pm: Sync from Automake.
10184 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
10186         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
10187         use ">&-" since we're only 99.999% sure that this is portable,
10188         and since the MinGW bug is fixed in a different way.
10189         * lib/autotest/general.m4 (AT_INIT): Likewise.
10191 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
10193         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
10194         before opening config.log, to avoid hitting a bug on MinGW.
10196 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
10198         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
10199         AS_MESSAGE_LOG_FD before reopening it onto the log file.
10200         This works around a MinGW bug reported by Eric Paire.
10201         Make sure that all writes to the log file append to it,
10202         rather than possibly losing data.
10203         * lib/autotest/general.m4 (AT_INIT): Likewise.
10205 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
10207         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
10208         description.
10210 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10212         * NEWS: Update.
10214         * configure.ac (AC_INIT): Bump to 2.59d.
10216 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10218         Version 2.59c.
10220         * Makefile.maint (news-date-check): Do not require a leading `*'
10221         before the release date in NEWS.
10223 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
10224         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10226         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
10227         the instantiated file do not contain the string 'datarootdir'
10228         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
10229         @mandir@, replace the reference '${datarootdir}' by the value.
10230         * tests/torture.at (datarootdir workaround): New test.
10231         * NEWS: Advertise this temporary fixup.
10232         Based on a patch by Bruno Haible, reported and analyzed by
10233         Paul Eggert and Noah Misch.
10235 2006-04-12  Eric Blake  <ebb9@byu.net>
10237         * tests/autotest.at (Debugging a failed test): Fix comment.
10239 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
10241         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
10242         all the changes since 2006-04-07.
10244 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10246         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
10247         succeeded, but `ln -s file dir' failed, take care to remove the
10248         leftover target before the next test, to prevent its spurious
10249         failure; also make sure `ln file dir' works before selecting it.
10250         Thanks to Keith Marshall for pointing this out.
10251         * THANKS: Update.
10253         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
10254         assignments in `at_debug_args', so that we put them correctly
10255         in the `run' script.
10256         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
10257         Reported by Eric Blake.
10259 2006-04-11  Eric Blake  <ebb9@byu.net>
10261         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
10262         top-level tests after micro-suite has been run.   Used in...
10263         (Debugging a successful test, Debugging script and environment),
10264         (Debugging a failed test): ...these new tests.  The first of these
10265         is fixed by...
10266         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
10267         macro, split out from...
10268         (AT_INIT): ...here, so that using -d also generates a run script.
10269         Document that -d inhibits top-level logging.
10270         * doc/autoconf.texi (testsuite Invocation): Document that -d only
10271         inhibits top-level logging; debug scripts are created.
10273         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
10274         check.
10275         * tests/autotest.at (Empty test, Empty check): New test to check it.
10277         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
10278         from gcc.
10280 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
10282         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
10283         the files if a problem appears.  Make the empty *.at files
10284         read-only, too.  Proposed by Ralf Wildenhues.
10286 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10288         * config/Makefile.am: Add comment to force updated Makefile.in.
10290         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
10291         space only patch to this file, this patch causes the Makefile.in
10292         files that include freeze.mk to be updated, and thus have a
10293         newer time stamp again, which in turn makes a pristine CVS
10294         checkout have correct time stamps.
10296         * Makefile.maint (cvs-sv): New macro, to be used..
10297         (config.guess-url_prefix, config.sub-url_prefix)
10298         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
10299         point to CVS text checkout of Gnulib files.
10300         (copyright-check): Bump current year.
10301         (announcement): Do not hard-wire `./announce-gen'.
10302         (cvs-update): Propagate failures of `cvs' and `move-if-change'
10303         correctly.
10304         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
10305         `chmod +x'.
10306         (wget_files): Update config.guess, config.sub, texinfo.tex by
10307         `wget-update', now that their URLs work again.
10309 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10311         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
10312         Problem noted by Paul D. Smith.
10314 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10316         * doc/autoconf.texi: Remove unused words from word list.
10317         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
10318         .x-sc_trailing_space: New files.
10320         * doc/standards.texi: Sync from gnulib.
10322         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
10323         `LIBOBJDIR' as experimental.
10325         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
10326         with a target directory; it's internally implemented as `cp'
10327         anyway, but since Autoconf advertises the possibility to use
10328         a target directory when LN_S is `ln -s', we need to find out.
10329         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
10330         analyzed by Keith Marshall <keith.marshall@total.com>.
10332         * THANKS: Update.
10334 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10336         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
10337         confdefs.h as-is.  In general, if it has backslash-newline or the
10338         like, then it doesn't work either to sort or to remove empty
10339         lines.
10341 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
10343         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
10345 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
10347         * lib/autom4te.in (Automake-preselections): Preselect
10348         _AM_SUBST_NOTMAKE.
10350 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
10352         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
10353         apostrophe within a single-quoted string, as this is the usual
10354         tradition and is easier to read than '"'"'.  Don't rely on the
10355         shell treating "$/" like '$/'.  Use a more-consistent indenting
10356         style for the trap.
10358 2006-04-09  Eric Blake  <ebb9@byu.net>
10360         * tests/autotest.at (Backquote command substitution),
10361         (Multiline backquote command substitution): Remove mistaken
10362         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
10363         applied...
10364         (Parenthetical command substitution, Multiline parenthetical
10365         command substitution): here.
10367 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
10369         Import macros from gnulib (often changing their name).
10371         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
10372         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
10373         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
10374         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
10375         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
10376         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
10377         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
10378         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
10379         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
10380         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
10381         The manual mentions Gnulib more prominently.
10382         * doc/autoconf.texi (Gnulib): New node.
10383         (Pointers): Add Gnulib URL.
10384         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
10385         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
10386         Gnulib section.
10387         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
10388         suggest a #define rather than a typedef for _Bool, and mention
10389         Gnulib rather than trying to substitute stdbool code.
10390         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
10391         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
10392         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
10393         AC_STRUCT_DIRENT_D_TYPE.
10394         (Particular Types): Mention stdint.h and inttypes.h as standard
10395         headers too.
10396         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
10397         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
10398         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
10399         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
10400         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
10401         (C Compiler): Move AC_C_LONG_DOUBLE to ...
10402         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
10403         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
10404         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
10405         (Coding Style).  Don't mention m4_expand_once.
10406         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
10407         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
10408         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
10409         (AC_CHECK_FUNCS): Use it.
10410         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
10411         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
10412         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
10413         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
10414         (AC_HEADER_ASSERT): New macro.
10415         (AC_HEADER_STDBOOL): Don't assume "#error" works.
10416         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
10417         Catch a bug in an HP-UX C compiler.
10418         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
10419         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
10420         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
10421         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
10422         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
10423         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
10424         New macros.
10426         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
10427         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
10429 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
10431         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
10432         of the warning introduced by the 2001-08-28 change.
10434 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
10435             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10437         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
10438         variables shall be overriden by the cache.
10439         * tests/torture.at (AC_ARG_VAR): Test also with a first value
10440         that contains braces.
10442 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
10444         Revert the patch from 2006-04-01 and only improve
10445         _AS_DETECT_BETTER_SHELL:
10447         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
10448         skip nonexistent directories.
10449         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
10450         only shell candidates which exist.
10451         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
10452         * lib/autotest/general.m4 (AT_INIT): No need to give three
10453         parameters to _AS_PATH_WALK.
10455 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
10456             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10458         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
10459         distinguish m4sugar macros.
10460         * tests/tools.at (autoupdating with aclocal and m4_include):
10461         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
10462         test case by Noah Misch <noah@cs.caltech.edu>.
10464 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
10466         Revert my change from 2006-03-17, in other words:
10467         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
10468           and DUALCASE=1.
10469         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
10470         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
10471           it is set.
10473 2006-04-07  Eric Blake  <ebb9@byu.net>
10475         * doc/autoconf.texi (Programming in M4sh): Document that
10476         AS_MKDIR_P exits the script on failure.
10477         * lib/autotest/general.m4: Remove redundant AS_ERROR.
10479 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10481         * config/elisp-comp, config/install-sh, config/mdate-sh,
10482         config/missing, config/mkinstalldirs: Sync from Automake.
10484         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
10485         from Automake.
10487         * doc/make-stds.texi: Sync from gnulib.
10489 2006-04-06  Eric Blake  <ebb9@byu.net>
10491         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
10492         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
10493         2006-04-01.
10495 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
10496             Eric Blake  <ebb9@byu.net>,
10497             Paul Eggert  <eggert@cs.ucla.edu>,
10498             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10500         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
10501         whether `set' quotes correctly: redirect stderr of the tested
10502         `set', and use a subshell, for Ultrix; use `sed' instead of
10503         `grep' for zsh `set' which may write binary output; match only
10504         at the beginning of a line, to avoid false positives.
10505         In order to avoid false positives by unrelated variables with
10506         multiline content, put the dump algorithm in a subshell and
10507         unset all variables containing newlines (except some which are
10508         special to the shell).  Warn about cache variables that are
10509         unset.
10511 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10513         * config/config.guess, config/config.sub, config/texinfo.tex:
10514         Sync from upstream.
10516         * tests/mktests.sh: Reword comments.
10518         * tests/mktests.sh: Only skip internal macros starting with
10519         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
10520         Update exclusion lists for the test suite to this end:
10521         (AC_ARG_VAR): Do test this now.
10522         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
10523         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
10524         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
10525         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
10527         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
10528         shell issue with double-quoted command substitutions of native
10529         commands.
10530         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
10531         Marshall.
10533         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
10534         no file matches the glob, discard the warning, set `nullglob'.
10535         (syntax-check): Likewise.
10536         (sc_cast_of_x_alloc_return_value): Likewise.
10537         (sc_cast_of_alloca_return_value, sc_error_exit_success)
10538         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
10539         (m4-check): Likewise.
10540         (sc_system_h_headers): Do not print rule on execution.
10541         (sc_tight_scope): Do not fail for non-existing `src' directory.
10542         (sc_changelog): Skip the Copyright footer.
10543         * lib/autoconf/lang.m4: Remove trailing space.
10545         * lib/autoconf/status.m4: More replacements to
10546         <tab><space> where this makes sense.
10548 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
10550         * tests/Makefile.am (maintainer-check-posix):
10551           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
10553         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
10554           ac_config_<foo>s again, sometimes normalized, sometimes not.
10555         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
10556         (AC_CONFIG_COMMANDS): Do not do so here.
10557         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
10558           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
10559           2005-07-25 rewrite.  Noticed by Noah Misch.
10561         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
10562           _AC_PRESERVE_HELP_ORDER, ...
10563         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
10565         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
10566           inside m4_expand_once; it is redundant.
10568         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
10569           for --help from Cygnus `configure.'
10571 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
10573         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
10574         on a patch proposed by Ralf Wildenhues.
10576 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
10578         * lib/autoconf/status.m4: Replace <space>''<tab> with
10579         <tab><space> where this makes sense.
10581 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
10582             Noah Misch  <noah@cs.caltech.edu>
10584         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
10585         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
10586         * doc/autoconf.texi (Help Formatting): New node.
10587         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
10589 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10591         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
10592         lib/autoconf/specific.m4, lib/autoconf/status.m4,
10593         lib/autoconf/types.m4, lib/autotest/general.m4,
10594         tests/mktests.sh, tests/torture.at: White space cleanup:
10595         remove some SPACE before TAB, or add quoting ('' or @&t@).
10597         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
10599         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
10601 2006-04-05  Eric Blake  <ebb9@byu.net>
10603         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
10604         empty test suite works.
10605         * tests/autotest.at (Empty test suite): Remove xfail.
10607 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
10609         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
10610         TAGS to ac_config_<foo>s.
10611         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
10612         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
10613         normalizing it, consistent it with previous releases.
10614         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
10616 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
10618         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
10619         Use simplified args that Eric Blake originally suggested.
10621 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10623         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
10624         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
10625         Use 'comm' rather than N instances of grep; this also fixes a bug
10626         whereby substrings were incorrectly matched, causing us to not
10627         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
10628         (exclude_list): Exclude empty macros.
10629         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
10631         Use awk rather than grep -E or egrep, to avoid
10632         portability problems with regular expressions containing newlines.
10633         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
10634         Switch from grep to awk syntax.
10635         (ac_exclude_script): Renamed from ac_exclude_egrep.
10636         (au_exclude_script): Renamed from au_exclude_egrep.
10638 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
10640         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
10641         a subdirectory subject to Cygnus `configure'.
10642         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
10644         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
10645         report request when we have no AC_PACKAGE_BUGREPORT.
10647 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10649         * THANKS: Update.
10651         * tests/mktests.sh: Update copyright year in the header of the
10652         generated files.
10654         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
10655         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
10656         typedef'ed restricted pointer, to catch a compiler bug on
10657         HP-UX 11.x, and fix warnings so it passes with -Werror.
10658         (_AC_PROG_CC_C99): Likewise.
10659         Reported by Albert Chin <china@thewrittenword.com>.
10660         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
10662 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
10664         * bin/autoscan.in (subdirs): New global.
10665         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
10666         (output): Emit AC_CONFIG_SUBDIRS as needed.
10667         * tests/autoscan.at (autoscan): Remove XFAIL.
10669 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
10671         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
10673 2006-04-03  Eric Blake  <ebb9@byu.net>
10675         * THANKS: Add myself.
10677 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10679         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
10680         to log, point to testsuite output tree.
10682 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
10684         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
10685         * doc/autoconf.texi (Function Portability): Mention that C++
10686         has trouble with 'exit'.
10687         (Guidelines): Test programs shouldn't use 'exit'.
10688         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
10689         Remove; all uses removed.
10690         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
10691         Return from 'main' instead of calling 'exit'.
10692         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
10693         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
10694         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
10695         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
10696         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
10697         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
10698         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
10699         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
10700         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10701         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
10702         * tests/compile.at: Likewise.
10704 2006-04-02  Pavel Roskin  <proski@gnu.org>
10706         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
10708 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
10710         Clean up _AC_COMPILER_EXEEXT* macros.
10712         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
10713           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
10714           ac_file to the name of the default output file and call
10715           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
10716           initial `rm' of the candidate files...
10717         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
10718           the same list in subsequent `rm' calls, and for the temporary
10719           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
10720           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
10721         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
10722         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
10723           no longer needed) by libtool.  Make it a cache check.
10724         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
10725           copied here by mistake.
10726         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
10727           _AC_COMPILER_EXEEXT.
10728         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
10729           _AC_COMPILER_OBJEXT directly.
10730         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
10732 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
10734         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
10735         (AS_DIRNAME): Use it.
10736         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
10738         * tests/*.at: Remove the generated ones.
10740 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
10742         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
10744 2006-04-01  Eric Blake  <ebb9@byu.net>
10746         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
10747         directories, unless optional third argument supplied.
10748         (AS_UNAME): Don't optimize PATH walk.
10750         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
10752 2006-04-01  Eric Blake  <ebb9@byu.net>
10753         and Stepan Kasal  <kasal@ucw.cz>
10755         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
10756         and fix some typos.
10758 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
10760         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
10761         Autoconf version number despite a zero- or one-argument AC_INIT.
10763         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
10764         subordinate tools.
10765         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
10766         * doc/autoconf.texi (autoreconf Invocation): Document it.
10768         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
10769         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
10771 2006-04-01  Eric Blake  <ebb9@byu.net>
10773         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
10774         * lib/autotest/general.m4: Be tolerant of existing directory when
10775           rm failed to remove it.
10777 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10779         * bin/autoupdate.in: Redefine m4_location so that warnings print
10780         the correct lines of the input file by subtracting..
10781         (_au__first_line): ..this new definition.
10783         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
10784         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
10785         Remove stray newline in output.
10786         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
10787         AC_DEFUN this for autoconf, including the obsoletion diagnose.
10788         Fixes autoupdating of code where the replacement output contains
10789         m4sugar macros.
10790         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
10791         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
10792          (au_exclude_list): Add AC_LANG_SAVE.
10793         * tests/tools.at: Several new tests for all of this.
10794         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
10795         hairy details.
10796         The AC_LANG_SAVE issue was reported against Libtool by
10797         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
10798         Kristian Kvilekval <kris@cs.ucsb.edu>.
10800 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
10802         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
10803           switch all of them on and of when necessary.  Fixes the bug when
10804           m4sugar macros (e.g., m4_define) were expanded after the first
10805           automatic update (e.g., after AC_PREREQ or AC_INIT).
10807 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
10809         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
10810         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
10812         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
10813         correctly.  Problem reported by Eric Blake.
10814         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
10815         Ralf Wildenhues.
10817 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10819         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
10820         Tighten up the basename/dirname wording.
10822 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10824         * Makefile.maint (sc_texi_notab): New check: do not use TABs
10825         in texinfo files outside of verbatim environments.
10826         (syntax-check-rules): Update.
10827         * doc/autoconf.texi (Configuration Headers): Conform to it.
10829 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
10831         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
10832           aclocal cannot be given on the command line.
10834 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10836         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
10837         Give an example for AS_DIRNAME instead of referring to Posix..
10838         (File System Conventions): Put discussion of // versus / here, and
10839         modernize it a bit.
10840         (Limitations of Usual Tools): Add basename.  Remove verbiage
10841         after dirname, since it got moved to the above sections.
10842         All this was inspired by a patch proposed earlier by Eric Blake.
10844 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10846         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
10847         `$0' to protect against spaces.
10848         * lib/autotest/general.m4 (AT_INIT): Likewise.
10849         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
10850         `$0', $as_me.
10852 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10854         * bin/autoscan.in: The value of find_configure_ac should be
10855         checked for existence, so we don't barf over a nonexisting
10856         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
10858 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10860         * bin/autoupdate.in: Fix some typos.
10862 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
10864         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
10866         * lib/autoscan/autoscan.list: Refreshed.
10868 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10870         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
10871         and Erlang related variables.
10873         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
10874         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
10875         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
10876         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
10877         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
10878         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
10879         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
10880         (_AC_PROG_OBJC_G): New macros.
10881         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
10882         * doc/autoconf.texi (Objective C Compiler): New node.
10883         (Preset Output Variables): Document OBJCFLAGS.
10884         (Language Choice): Document `Objective C' language.
10885         (Fortran Compiler): Fix typo.
10886         * NEWS: Updated.
10887         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
10889 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
10891         * doc/autoconf.texi (Default Includes): Fix typo
10892           s/AC_HEADERS_STDC/AC_HEADER_STDC/
10893         (Limitations of Usual Tools): s/unwriteable/unwritable/
10894         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
10895           Fix typos in the comments.
10897 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
10899         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
10900           Factor out the warning to...
10901         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
10902         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
10903         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
10905         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
10906           case `ac_delim' when writing the sed script.
10908         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
10909           moved DUALCASE=1 ...
10910         (AS_SHELL_SANITIZE): ... here.
10911         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
10912           that it is set.
10914         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
10915           AC_SUBST.
10916         (_AC_PATH_PROG): Store the result to VARIABLE.
10917         (AC_PATH_PROG): No need to set VARIABLE again.
10919         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
10920           the first one is usual AT_CHECK_MACRO test, the second one checks
10921           that the same works when cross-compiling.
10922         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
10923         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
10925 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10927         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
10928         the directory `/usr/bin/posix' in the shell search, to prefer
10929         the Posix shell not only in subsequent spawns as with `$BIN_SH'
10930         on Tru64.
10932         * doc/autoconf.texi (contents): To fix texi2html output, hide
10933         `@setcontentsaftertitlepage' for HTML.
10934         (Writing Autoconf Macros): Likewise, insert space after `@c'.
10935         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
10936         `@,{c}'.
10938 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
10940         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
10941           sanitizing...
10942         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
10943         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
10944           why IFS is restored so late; thank you, Ralf, for reminding us.
10946 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
10948         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
10949           variables in the examples.
10951 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
10953         * doc/autoconf.texi (several sections): Cleaned up documentation for
10954         macros in erlang.m4.
10956 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10958         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
10959         failure condition for `$(cmd)' style command substitutions.
10960         (Parenthetical command substitution, Multiline parenthetical
10961         command substitution): Use it.
10963         * doc/autoconf.texi (Special Shell Variables): Missing word.
10964         Reported by Keith Marshall <keith.marshall@total.com>.
10966         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
10967         IFS even in case of empty `$PATH'.
10969 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10971         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
10972         `expr' away if there is nothing to do.
10973         < --keywords >: Simplify and robustify argument handling.
10974         Revert erroneous comment from 2005-08-23.  Extend to allow
10975         keyword negation with `!'.
10976         Update help message.  Remove broken code to prevent running
10977         tests multiple times.
10978         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
10979         Update and fix the documentation accordingly.
10980         * tests/autotest.at (Keywords): Renamed to..
10981         (Keywords and ranges): .. this.  Extended to make sure negated
10982         keywords, keywords taken from AT_SETUP arguments, and numeric
10983         test ranges work, and that matching is case-insensitive.
10985 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10987         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
10988         allow to pass unnamed structs even in C++.
10989         (AC_CHECK_SIZEOF):  Likewise.
10990         Also fix quoting error in `AC_MSG_FAILURE' arguments.
10991         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
10992         struct): New tests for unnamed structs, each both native and
10993         cross-compiling.
10995         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
10996         a structure inside a cast, for C++ conformance.
10997         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
10998         Also fix quoting error in `AC_MSG_FAILURE' arguments.
11000         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
11001         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
11002         trying to execute the command `no'.
11004         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
11005         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
11006         expanded outside.
11008         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
11009         example.  Do not emphasize `$%', it is hardly new and special.
11010         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
11012         * doc/autoconf.texi (Limitations of Usual Tools): Document
11013         OpenBSD and traditional `grep' failure to handle multiple
11014         patterns separated by newlines.
11016 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
11018         * doc/autoconf.texi (several sections): Add documentation for macros
11019         in erlang.m4.
11021 2006-03-10  Eric Blake  <ebb9@byu.net>
11023         * doc/autoconf.texi (Obsolete Macros): Fix wording of
11024         AC_TRY_LINK_FUNC.
11026 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
11028         * doc/autoconf.texi: Use @acronym more consistently for acronyms
11029         like BSD, GPL, LGPL.  Fix minor English typos.
11030         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
11031         Mention that these macros are becoming obsolete.
11032         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
11033         Use more modern terminology for which standard is what.
11034         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
11035         and to ansi2knr.
11036         (AC_PROG_CXX): Likewise.
11037         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
11038         Remove obsolete discussion about how to port to K&R.
11039         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
11040         the obsolescent AC_HEADER_STDC.
11041         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
11042         can't rely on it.
11044 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11046         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
11047         Remove stdin redirection from /dev/null to allow pipe to work.
11049 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
11051         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
11052         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
11053         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
11054         Ralf Wildenhues.
11056 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11058         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
11059         HP-UX sed is 99 commands, not 100.
11060         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
11061         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
11062         newline for portability.
11063         * tests/torture.at (Torturing config.status): Also test 100
11064         AC_SUBST_FILE invocations.  Fix test to actually verify the
11065         AC_CONFIG_FILES output.
11066         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
11067         command, label, and read-file `r' limits.  Unify HP-UX spelling.
11069         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
11070         non-suffix rule.
11071         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
11072         non-GNU make.
11073         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
11074         * tests/mktests.sh: Small shell portability fixes.
11076 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11078         * doc/autoconf.texi (Caching Results): Fix the examples to use a
11079         recommended quoting style and discard unwanted output.
11081 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
11083         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
11084         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
11085         cases, and to work around Tru64 expr bug.
11087 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11089         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
11090         expr bug that turns the result of a regex match into a number if
11091         possible.
11093 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11095         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
11096         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
11097         in section `Specific Compiler Characteristics'.
11099 2006-03-04  Eric Blake  <ebb9@byu.net>
11101         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
11102         variable warning.
11104 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11106         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
11107         order of variable initialization, so even the Solaris 2.6 shell
11108         can create a config header correctly.  Fixes lots of test suite
11109         failures.
11111 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11113         * doc/autoconf.texi (Text processing Macros): New node to
11114         document the m4sugar macros m4_re_escape, m4_tolower,
11115         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
11117 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
11119         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
11120         XrmInitialize (0) -> XrmInitialize ().
11121         Reported by Toshio Kuratomi.
11123 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11125         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
11126         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
11127         * doc/autoconf.texi (Programming in M4sh): Adjusted.
11128         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
11129         both macros are defun'ed so that required macros are evaluated
11130         outside.
11132         * doc/autoconf.texi (Prerequisite Macros): State more precisely
11133         where a required macro will be expanded.
11134         (Coding Style): Another reason not to use `m4_define'.
11136 2006-02-21  Eric Blake  <ebb9@byu.net>
11138         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
11140 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11142         * doc/autoconf.texi (Looping constructs): New node, to
11143         document m4_for, m4_foreach, m4_foreach_w, and mention
11144         obsolete AC_FOREACH.
11145         (Obsolete Macros): Document AC_FOREACH.
11146         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
11147         (m4_for): Fix to never loop (almost) endlessly, work correctly
11148         with arithmetic expressions in arguments, a step of zero or
11149         non-integer multiple of the interval, and avoid integer
11150         overflow.
11151         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
11152         m4_foreach_w.
11154 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
11156         Add basic support for Erlang, both for configuring Erlang/OTP
11157         tools, and Erlang as a conf test language.
11158         * lib/autoconf/erlang.m4: New file.
11159         * lib/autoconf/autoconf.m4: Add erlang.m4.
11160         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
11161         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
11162         * NEWS: Add short description of new macros.
11163         * THANKS: Add Romain Lenglet.
11165 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11167         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
11168         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
11170 2006-02-15  Eric Blake  <ebb9@byu.net>
11172         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
11173         warning.
11175 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11177         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
11178         (_AS_CASE): Private helper macro.
11179         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
11180         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
11181         Fix syntax of AS_IF description
11182         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
11183         for the AC_REQUIRE mess.
11184         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
11185         AS_SHELL_SANITIZE.
11187 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11189         * doc/autoconf.texi: Minor style cleanup.
11190         Be consistent about spaces after commas.
11191         Insert [] where empty args look a bit funny.
11192         Fix some "i.e." and "e.g." usages.
11193         Try to avoid "X/Y" usages.
11194         Don't be pedantic about "ISO C99"; just say C99.
11195         Prefer GNU style for spaces in front of parens.
11196         (Function Portability): Comment about C89 versus C99
11197         signed integer division.
11198         (Particular Headers): Use current gnulib style for dirent
11199         includes.
11201 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
11202         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11204         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
11205         macros without parameters.
11206         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
11207         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
11208         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
11209         `$#' bug.
11210         (autoupdate): Updated to match AU_ALIAS fix.
11212 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11213         and Paul Eggert  <eggert@cs.ucla.edu>
11215         * doc/autoconf.texi (Programming in M4sh): Document
11216         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
11218 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11220         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
11221         (AS_BOURNE_COMPATIBLE): ..this.
11222         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
11224 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11226         * doc/install.texi (Defining Variables): Tighten up the
11227         CONFIG_SHELL wording.
11229 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
11230         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11232         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
11233         of (set -o) rather than testing whether (set -o posix) succeeds,
11234         to work around a bug in the AIX 5.3 shell.  Problem originally
11235         reportd by Howard Chu for libtool.
11237 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
11239         * doc/autoconf.texi (Running the Compiler, Running the Linker):
11240         Changes the macro arguments in summaries to match the
11241         descriptions.
11243 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
11245         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
11246         hint as ``a workaround for a bug.''
11248 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11250         * bin/autoreconf.in: New option `--no-recursive'.
11251         Improve wording for subpackages a bit.
11252         * doc/autoconf.texi (autoreconf Invocation): Updated.
11253         * NEWS: Updated.
11255         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
11256         in environment of `configure', not the command line.
11257         Reported by Howard Chu <hyc@highlandsun.com>.
11259 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11261         * doc/autoconf.texi (Limitations of Builtins): Document the
11262         problem with "trap -".
11264 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
11266         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
11267         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
11268         messages to differentiate Fortran and Fortran 77 tests.
11269         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
11270         AC_LANG_ASSERT, to allow use in mixed-language projects.
11272 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11274         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
11275         FOO" to "defined (FOO)".
11276         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
11277         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
11278         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
11279         * tests/tools.at (ifnames): Likewise.
11281 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11283         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
11284         * lib/Autom4te/General.pm (mktmpdir): Likewise.
11285         (END): Improve error message a bit.
11286         Reported by Bruce Korb <bkorb@gnu.org>.
11288 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11290         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
11291         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
11293 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
11295         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
11296         requires sys/stream.h.  Reported by Oliver Kiddle.
11298 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11299             Stepan Kasal  <kasal@ucw.cz>
11301         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
11302         before the removals of test dirs, use `find' to avoid modification
11303         of symlinked directories.
11305 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
11307         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
11308         Don't ignore the macro arguments.
11310 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
11312         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
11313         declaration that works for MSVC.
11315 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11317         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
11318         Add `*.map' and `.inf' for Green Hills compiler.
11319         Reported by Stefan Seefeld <stefan@codesourcery.com>.
11321         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
11322         correctly: pad with spaces after FIRST_PREFIX if necessary,
11323         and compute string lenghts with `m4_qlen' instead of `m4_len'.
11324         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
11325         * tests/m4sh.at (AS_HELP_STRING): Test extended.
11326         * NEWS: Updated.
11327         Reported by numerous people, numerous times.
11329 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
11331         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
11332         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
11333         * lib/autoconf/general.m4, lib/autoconf/status.m4:
11334         * lib/autotest/general.m4, tests/local.at:
11335         Update copyright year to 2006.
11337         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
11338         sed substitutions.
11339         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
11340         for file names, again.  Reported by Noah Misch.
11341         (Coding Style): Explain that s|a|b| is preferred for file names.
11342         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
11343         (AC_OUTPUT_MAKE_DEFS): Likewise.
11344         * lib/autotest/general.m4 (AT_INIT): Likewise.
11345         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
11346         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
11348         Fix Posix-conformance bugs re use of { command in sed scripts,
11349         and improve the sed-related documentation a bit.
11350         * doc/autoconf.texi (Installation Directory Variables): Use
11351         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
11352         rather than "sed" when talking about Sed in general.
11353         (Particular Programs): Likewise.
11354         (Coding Style): y is like s with respect to / and ,.
11355         (Limitations of Usual Tools): Document the weird restrictions
11356         that Posix has about { }.  Use better quoting.
11357         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
11358         Rewrite to conform to Posix rules about { } in sed scripts.
11359         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
11360         * tests/foreign.at (Libtool): Likewise.
11361         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
11362         Use our own style advice re 's,a,b,' versus 's|a|b|'.
11364 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11366         * lib/autoconf/status.m4: Fix typo.
11368         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
11369         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
11370         `-def', for the benefit of Portland `pgf90 -Mipa'.
11371         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
11373 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11375         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
11376         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
11377         shell from zsh to bash.
11379 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
11381         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
11382           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
11384 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11386         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
11387         parentheses in $(...).  Problem reported by Eric Blake.
11389 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11391         * doc/autoconf.texi (Limitations of Usual Tools):
11392         Mention which characters can be escaped with \ in portable regular
11393         expressions used in grep, sed, expr.  Mention the leading ^ problem
11394         with expr.  Clean up some confusing wording.  Mention which
11395         grep options are portable.
11397 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
11399         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
11401 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11403         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
11404         patch, noted by Ralf Wildenhues.
11406 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11408         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
11409         posix' unconditionally, for pdksh in `native sh' emulation.
11411 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11413         * doc/autoconf.texi (Shellology): Document eval $? problem
11414         with ash.
11415         (Limitations of Builtins): Likewise.
11417 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11419         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
11420         CONFIG_SHELL in the environment of the configure rerun.
11421         * doc/autoconf.texi (Here-Documents, config.status Invocation):
11422         Suggest passing CONFIG_SHELL absolute, and in the environment
11423         rather than as option.
11425 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11427         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
11428         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
11429         Fix macro quoting.  Fix output for n * 98 substituted variables.
11431 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11433         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
11434         `tmp' to avoid file removal race.
11436 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11438         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
11439         ac_clean_files and LIBOBJS.
11441 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11443         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
11444         Factor functionality to..
11445         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
11446         `AC_SUBST($1)' in the public version.
11447         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
11448         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
11449         ac_pt_* variables.
11451 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
11453         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
11454         filesystems.
11456 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11458         * NEWS: Move AH_HEADER mention to right place.
11460 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
11462         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
11463         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
11465 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
11467         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
11468         conftst2.$ac_objext.
11469         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
11471 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
11473         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
11474         conftest.o, to see whether the compiler really obeys; rm the object
11475         file before and after the test and register it with ac_clean_files.
11476         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
11478 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
11480         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
11481         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
11482         code so that the most common case requires less forks.
11484 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
11486         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
11487         not portable; thanks to Paul Eggert and Alexandre.
11489         * NEWS: Fix an old typo.
11491 2005-10-20  Jim Meyering  <jim@meyering.net>
11493         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
11494         the latter'', in two places.
11496 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11498         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
11499         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
11500         the inner workings of AC_LANG_FUNC_LINK_TRY.
11501         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
11502         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
11503         by the function rather than ignoring it.
11504         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
11505         comparing its address.  Intel's interprocedural optimization was
11506         outsmarting the old heuristic.  Problem reported by
11507         Mikulas Patocka.
11509 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
11511         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
11513 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11515         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
11516         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
11518 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
11520         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
11521         before removing it (chmod -R u+rwx); there are three instances of this.
11523 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11524             Stepan Kasal  <kasal@ucw.cz>
11526         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
11527         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
11528         make its content writable before removing it.  Remove an errorneous
11529         comment from the end, where the logs of the failed tests are copied
11530         to the main log file.
11532 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
11534         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
11535           in case the computer is too quick.  Double quote the configure.ac
11536           snippets.
11538         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
11539           problems if the testsuite were running too fast.
11541 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11543         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
11544         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
11545         (which belong to Xt, not X itself).  See Debian bug 327655.
11546         * NEWS: Mention this.
11548 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
11550         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
11552 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11554         * config/move-if-change: Don't output "$2 is unchanged";
11555         suggested by Ben Elliston.  Handle weird characters correctly.
11557 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
11559         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
11560           calls, so that the final expansion of this macro is shorter.
11561           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
11562           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
11563           the cleanup there.  Use AS_VAR_* macros, to be more general.
11564         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
11566         * lib/autoconf/general.m4: Use AS_IF where appropriate.
11568         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
11570 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
11572         * doc/autoconf.texi (Configuration Headers): Add an index entry
11573           for AH_HEADER.
11575 2005-08-26  Pavel Roskin  <proski@gnu.org>
11577         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
11578         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
11579         running xmkmf.
11581 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11583         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
11584         The previous patch didn't work, so try a better one.
11586 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
11588         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
11589         in the example.  Reported by Bruno Haible.
11590         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
11591         "if $undefined_var;" succeeds with my shell.
11593         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
11594         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
11595         but change the m4_divert_text to m4_divert_once.
11597 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11599         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
11600         Work around bug in Solaris /usr/xpg4/bin/awk.
11601         The bug is present in at least Solaris 8 through 10.
11603 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
11605         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
11606         some evil values and relying on the fact that $* concatenates the
11607         parameters by the first character from IFS.
11609 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
11610             Stepan Kasal  <kasal@ucw.cz>
11612         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
11613         first header appears, define AH_HEADER.
11614         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
11615         Update limitations about when to call AC_CONFIG_HEADERS.
11616         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
11617         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
11618         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
11619         ``Configuration Actions''; fix their index entries.
11621         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
11622         options correctly.  Process N-M as M-N if M is smaller than N.
11623         Process ranges correctly so that N-N will run only N.
11624         Sort and uniquify the tests that will be run.  If there is more
11625         than one test, reinsert the banners for the tests.
11626         * tests/autotest.at (Keywords): Unmark XFAIL.
11628 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
11630         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
11631           before passing the macro name to AH_TEMPLATE.
11633         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
11634           now opens log after option processing; in particular, --version
11635           and --help do not touch config.log.
11637         * Makefile.maint: Revert the change from 2005-08-12.
11639 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
11641         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
11642           common code to...
11643         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
11645 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11647         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
11648         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
11649         Language cleanup.
11651         * doc/autoconf.texi (Defining Symbols, Changed Results):
11652         Prepend to LIBS, not append, in examples.
11654 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
11656         When building in place, set srcdir="."; suggested by Tim Van Holder.
11658         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
11659           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
11660         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
11661         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
11662           does not mean "no --srcdir option".
11664 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11666         * tests/autoscan.at (autoscan): New file.
11667         * tests/suite.at: Use it.
11668         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
11669         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
11671         * tests/autotest.at (Keywords): Test keywords combinations.
11673 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
11675         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
11676           add "2>&1"; gzip 1.2.4 prints help on stderr.
11678 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
11680         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
11681         was pushdef'ed twice while popped only once.  Push it only once.
11682         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
11684 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
11686         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
11687         prefixed by mere "===", not "configure: === ".
11689 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11691         * Makefile.maint: Update from Bison.
11693         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
11694         "<tab>" in comment, so that the point is understandable.
11696 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
11698         Rewrite substantial part of lib/autoconf/status.m4.
11699         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
11700         and CONFIG_COMMANDS are not processed in four separate loops.
11701         Instead, there is one main loop.  This alows that the common code
11702         is expanded only once, thus config.status (and configure) is smaller.
11704         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
11705         the AC_LIST_FILES and cousins macros are no longer used.
11707         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
11708         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
11709         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
11710         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
11711         contain the initialization, nor the for loop, nor the associated
11712         commands; all these go to ...
11713         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
11714         _AC_OUTPUT_CONFIG_STATUS.
11715         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
11716         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
11717         (_AC_OUTPUT_FILE): The creation of the sed script ...
11718         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
11719         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
11720         _AC_OUTPUT_MAIN_LOOP.
11721         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
11722         _AC_CONFIG_COMMANDS): Use ...
11723         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
11724         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
11725         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
11726         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
11727         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
11728         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
11729         ... new macros.
11730         (_AC_CONFIG_UNIQUE): Update.
11731         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
11732         Replaced by this ...
11733         (_AC_LIST_TAGS): ... new common macro.
11734         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
11735         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
11736         (_AC_LIST_TAG_COMMANDS): ... new common macro.
11737         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
11738         this didn't belong to the `config commands' section.
11739         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
11740         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
11741         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
11742         to the `config commands' section either.
11743         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
11744         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
11746         ... and many changes to the comments nearby.
11748         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
11749         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
11750         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11751         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
11752         (#define header templates): The comment at the top of the generated
11753         header now includes the name(s) of the source file(s).
11755         Several unrelated small changes:
11757         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
11758         parameter to AC_DIAGNOSE.
11759         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
11760         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
11761         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
11762         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
11763         with AU::AC_OUTPUT.
11764         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
11765         in AC_OUTPUT doesn't double-quote it either.
11766         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
11767         parameters.
11769 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
11771         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
11772         versions of Portland Group compiler produce single- and double-quoted
11773         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
11774         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
11776 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11778         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
11779         This is a corrected version of yesterday's patch.
11781 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
11783         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
11784         path, too; insert a "===" to emphasize the line.
11786         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
11787           ac_cv_build_alias to ac_build_alias.
11788         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
11790         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
11791         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
11792         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
11793         (AC_ARG_VAR): ... here.
11794         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
11795           target_alias.
11797         Keep a list of all precious variables and process them with one simple
11798         for loop, instead of expanding all commands, or, OTOH, complicated
11799         processing of output of "set".
11800         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
11801         variable names in new macro...
11802         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
11803         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
11804           a loop to assign all ac_env_* and ac_cv_env_* variables.
11805         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
11806           to INIT_PREPARE.
11807         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
11808           its value to shell variable ac_precious_vars and call
11809           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
11810         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
11811           _AC_ARG_VAR_VALIDATE.
11813         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
11814           and the AC_SUBSTs ...
11815         (AC_INIT): ... here.
11817         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
11818           the ac_subst_files section in config.log.
11820         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
11822 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11824         * NEWS: New macro AC_C_TYPEOF.
11825         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
11826         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
11827         * tests/c.at (C keywords): Test AC_C_TYPEOF.
11829         Fix problems reported by Nicolas Joly.
11830         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
11831         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
11832         They are generated by the Tru64 v5.1B shell.
11834 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
11836         Fix my changes from 2005-07-01; reported by Noah Misch.
11837         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
11838         description, the macro now accepts only a single tag.
11839         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
11841         Fix cases when the varsions of Autoconf and Autotest don't match.
11842         Reported by Noah Misch.
11843         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
11844         at_top_builddir, for compatibility with older autotest.
11845         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
11846         is not set, use at_top_builddir, for compatibility with older
11847         versions of autoconf.
11849 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11851         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
11852         Problem reported by Patrick Welche.
11854 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11856         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
11857         sed substitution command, so that we allow | in program prefixes
11858         and program suffixes.  (& is a problem anyway; we're not fixing
11859         that here.)
11860         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
11861         configure_input, top_builddir, srcdir, etc.
11862         * lib/autotest/general.m4 (AT_INIT): Likewise, for
11863         PATH_SEPARATOR in AUTOTEST_PATH.
11865 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
11867         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
11868         for loop over config.site files using `set', to allow
11869         directory names containing IFS characters.
11871 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11873         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
11874         directories with weird names.  Apparently some people like living
11875         on the edge.  However, improve the test that "pwd" actually does
11876         report a name for the working directory.
11877         * NEWS: Remove the claim that we test for funny chars in dir names.
11879 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
11881         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
11882         replaced ...
11883         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
11884         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
11885         Now accept a single tag, not whitespace separated list.
11886         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
11888 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
11890         * doc/autoconf.texi (Configuration Headers): Change the explanation
11891         about #include <config.h>.
11892         (Generic Functions): Mention the Gnulib project.
11893         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
11895         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
11896         document to output the default config_* lists to config.status.
11897         Don't recognize option --file, if the functionality is not there.
11898         Likewise for --header; moreover, recognize --he and --h as shortcuts
11899         for --help in that case.
11901         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
11902         matches the order of execution.  No code changed.
11904 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11906         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
11907         single-quoted -cmdline argument in Portland Group compiler.
11908         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
11910 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
11912         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
11914 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
11916         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
11917         descriptors to child processes; reported by Norman Gray.
11919 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
11921         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
11923         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
11924         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
11925         (AC_SUBST): Call it.
11926         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
11927         the directory specific variables; but don't call it for configure_input.
11929 2005-06-28  Derek Price  <derek@ximbiot.com>
11931         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
11932         addition.
11934 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11936         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
11937         directory have inherent problems with special characters like spaces,
11938         due to limitations in Make syntax.  Problem reported by Alexandre
11939         Duret-Lutz.
11940         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
11941         Also, fix Tru64 porting problem with shell patterns,
11942         reported by Ralf Wildenhues.
11944 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11946         * doc/autoconf.texi (Subdirectories): Fix markup typos.
11948 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11950         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
11952         Fix some more shell quoting problems.  Prompted by a bug report
11953         from Justace Clutter.
11954         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
11955         variable into diagnostic.  Make the diagnostic an error, not a warning,
11956         because we really don't support spaces and suchlike in dir names.
11957         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
11958         Don't worry about backslashes in srcdir; it can't happen now.
11959         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
11960         Simplify ac_optarg handling.
11961         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
11963 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
11965         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
11966         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
11967         * tests/atlocal.in: Propagate $EGREP and $SED.
11968         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
11969         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
11971         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
11972         that '\|' is not allowed in BREs; recommend using newline separated
11973         list of patterns instead of multiple -e options.
11975         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
11977         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
11979 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11981         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
11983 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
11985         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
11986         b, t, r, w commands require single space, while : cannot have any.
11987         (Special Shell Variables): Fix sed code this in the example.
11988         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
11989         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
11991         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
11992         expand to the empty list.  Don't use two pairs of m4_changequote,
11993         it's not necessary.
11995 2005-06-20  Derek Price  <derek@ximbiot.com>
11997         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
11999 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
12001         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
12002         * doc/autoconf.texi:
12003         Don't mention Solaris versions so much, if a
12004         problem is common to all extant versions of Solaris.  Say "SunOS
12005         4" instead of "SunOS" for SunOS 4.
12006         (awk): Mention more of the limitations of traditional Awk.
12007         (cat): Don't talk about cat -v.
12009 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
12011         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
12012         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
12013         but the implementation is entirely different and is designed
12014         to be compatible with glibc strverscmp.
12015         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
12017         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
12018         on Mac OS X 10.4 reported by Peter O'Gorman in:
12019         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
12020         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
12021         Use shell builtins rather than 'expr', to work around expr bug.
12023 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12025         * doc/autoconf.texi: "filesystem" -> "file system".
12026         "behaviour" -> "behavior".
12027         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
12028         * lib/autoconf/general.m4: Omit blank after ":" sed command,
12029         as per POSIX.
12030         * lib/m4sugar/m4sh.m4: Likewise.
12031         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
12032         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
12034         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
12035         (.x.1): Ignore the time stamp in the .TH line when deciding whether
12036         to update the man page.  That way, we don't have to check in new
12037         man pages every month.
12039         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
12040         quotes and backslashes.  Patch from Derek Price.
12042 2005-06-10  Derek Price  <derek@ximbiot.com>
12044         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
12045         AS_TR_SH.
12047 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
12049         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
12050         -u, since it outputs chatter if the input files are the same.
12051         Problem reported by Ralf Menzel.
12053 2005-06-08  Derek Price  <derek@ximbiot.com>
12055         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
12056         renaming them since they are about to be redefined anyhow.
12058 2005-06-08  Derek Price  <derek@ximbiot.com>
12060         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
12061         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
12062         Move m4_undefine to alphabetical order.
12064 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
12066         * README: Recommend GNU M4 1.4.3 or later.
12067         * doc/autoconf.texi (Introduction): Likewise.
12068         Reword to avoid some formatting glitches.
12069         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
12070         Clarify explanation of HP compiler bug.
12071         Redo example output tp match current CVS snapshot.
12072         Use @example.org in email addresses when the examples
12073         might get inadvertently cut-and-pasted into user code.
12074         Remove example of autom4te usage that doesn't seem to work now.
12075         Use modern AC_INIT (except when the example is meant to be
12076         shown with Autoconf 2.13).
12077         Update ksh info for Solaris 9 and later.
12078         KB -> kB.
12079         Modernize description of Automake versions a bit.
12080         Don't claim a future version of Autoconf is near.
12081         * doc/install.texi: Reword to avoid some formatting glitches.
12083 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12085         * doc/autoconf.texi: Add [] to examples, so that the manual
12086         follows its own advice about quoting better.
12087         Reword to avoid some formatting glitches.
12088         * doc/installt.exi: Reword to avoid some formatting glitches.
12090         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
12091         Tru64 ksh pattern matching bug.  Reported against Libtool by
12092         Albert Chin <libtool@mlists.thewrittenword.com> and
12093         Nicolas Joly <njoly@pasteur.fr>.
12095 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
12097         m4_cdr of one-member list was [[]] (one-member list containing an
12098         empty string) instead of [] (an empty list.  Callers were skewed to
12099         match this misbehaviour.  As a consequence of this:
12100          - m4_foreach([x], [], [foo]) expanded to `foo', while
12101          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
12102         This bug has been fixed:
12104         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
12105           expand to an empty string; print error msg if called without
12106           an argument list.
12107         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
12108           misbehaviour; handle [] and [[]] correctly.
12110 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
12112         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
12113         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
12114           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
12116 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
12118         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
12119           swallow records with more than 99 fields.
12120         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
12121           parse the long line.
12123 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
12125         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
12126           swallow literals longer than 399.  Reported by Ralf Wildenhues.
12127         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
12128           to workaround this limitation.
12130 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
12132         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
12133         to gfortran, and make these the first two compiler names
12134         checked (following the general autoconf preference for gcc).
12136 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
12138         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
12139         (DISTCLEANFILES): Remove $(check_SCRIPTS).
12140         (testsuite): Make sure autotest.m4f is up-to-date before using it.
12142 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12144         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
12145         expression of unbounded size when processing the --list
12146         option.  This runs afoul of a limit of 399 bytes per regular
12147         expression on AIX.  Problem reported by Ralf Wildenhues.
12149 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
12151         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
12152         * doc/autoconf.texi (Particular Headers): Reword example
12153         for multiline stdbool replacement.
12154         (Setting Output Variables): Reword text a bit.  Don't
12155         give all the details about |#_!!_#|.
12156         Reword description of line replacement.
12158 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
12160         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
12161         now contain newlines, and substituted files must be referenced on
12162         a line alone; the sed scripts to substitute them are now very
12163         different.
12164         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
12165         commands can be put in a sed script portably.
12166         * doc/autoconf.texi (Setting Output Variables): Document above
12167         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
12168         use of multiline substitution.
12169         * tests/torture.at: No longer expect substitution of newline to fail.
12171 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12173         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
12174         From Ralf Menzel (trivial change).
12176 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12178         * tests/local.at: Don't attempt to check for negated character
12179         classes in shell scripts.  The test was too brittle.
12181 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
12183         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
12184         * doc/autoconf.texi (Limitations of Builtins): Document this
12185           limitation.
12187 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
12189         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
12190           common code; used in many places in the tree.
12191         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
12192         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
12194         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
12196         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
12197           messages when ac_unique_file is not found.
12198         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
12199         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
12200           commands, for consistency with AC_MSG_ERROR and such.
12202         * bin/autoconf.as: Make more use of "shift 2" in option processing.
12204         * bin/Makefile.am: Merge the two rules for creating scripts.
12206 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
12208         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
12209         obsolete; it was never documented.
12210         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
12212 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
12214         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
12215         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
12216         (ac_top_builddir): ... this ...
12217         (ac_top_build_prefix): ... to this; the old name is also kept, for
12218           backward compatibility.
12219         (ac_top_builddir_sub): New variable, without the trailing slash,
12220           always nonempty.
12221         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
12222         * doc/autoconf.texi (Configuration Actions): Rename
12223           ac_top_builddir to ac_top_build_prefix.
12224         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
12225           at_top_builddir to at_top_build_prefix.
12226         * lib/autotest/general.m4 (AT_INIT): Likewise.
12228 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
12230         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
12231           of confdefs.h .
12233 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
12235         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
12236           argument to m4_foreach.  I guess it was necessary in the past,
12237           but I think it's a no-op now.
12239 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
12241         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
12242           ``cat <<_ACEOF'' commands to one.
12243         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
12244         * lib/autoconf/status.m4: On various places, use expr instead of
12245           ``echo|sed.''
12246         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
12247         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
12248         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
12249           a range.
12250         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
12251           the wrong patterns between ``case'' and ``esac.''  The previous
12252           code had false positives.
12254 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
12256         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
12257         as on 2005-05-02.
12258         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
12259         Mention LIBOBJDIR.
12261 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12263         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
12264         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
12265         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
12266         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
12267         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
12268         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
12269         config/config.guess, config/config.sub, config/elisp-comp,
12270         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
12271         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
12272         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
12273         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
12274         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
12275         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
12276         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
12277         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
12278         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
12279         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
12280         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
12281         lib/autoconf/general.m4, lib/autoconf/headers.m4,
12282         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
12283         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
12284         lib/autoconf/specific.m4, lib/autoconf/status.m4,
12285         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
12286         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
12287         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
12288         lib/autotest/general.m4, lib/emacs/Makefile.am,
12289         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
12290         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
12291         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
12292         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
12293         tests/compile.at, tests/foreign.at, tests/fortran.at,
12294         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12295         tests/semantics.at, tests/suite.at, tests/tools.at,
12296         tests/torture.at, tests/wrapper.as:
12297         Update FSF postal mail address.
12299 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
12301         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
12302           check.
12303         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
12304           enough arguments, similarly as in m4_bpatsubsts.
12306 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
12308         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
12309           of absolute paths.
12311 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
12313         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
12314           for absolute directory names in one loop.
12315         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
12316           abbreviations of --version and --debug.
12318 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
12320         * doc/autoconf.texi (Autoconf Language): Be more precise about
12321         quoting rules.  Problems noted by Stepan Kasal.
12322         Also, throughout this document, be more careful about white space.
12323         "blank", "white space", and "space" all have different meanings
12324         and we should be careful to say what we mean.
12326 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12328         Fix C++ related problems reported by Werner Lemberg.
12329         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
12330         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
12331         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
12332         avoid problems with C++ and throw.
12333         * tests/compile.at: .cpp, not .cc.
12335         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
12337 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12339         * doc/autoconf.texi (Generic Functions): Typos.
12341 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
12343         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
12344         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
12345         set by latest automake.
12347 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12349         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
12350         outputs 0 on GNU/Linux these days.
12352 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
12354         * doc/autoconf.texi (Autoconf Language): Add more description
12355         about quoting heuristics.
12356         (Limitations of Builtins): Describe "set -" problems.
12358 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12360         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
12361         not newline.
12363         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
12364         by AC_DEFINE; it was a mistake.
12365         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
12367 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
12369         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
12371 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
12373         * doc/autoconf.texi (External Software): Quadrigraphs are not
12374           processed correctly in AS_HELP_STRING; avoid this in the examples.
12375         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
12376         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
12377           comment and reduce m4_default([foo], []) to [foo].
12378         (m4_strip): Update the explanation.
12380 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
12382         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
12383         Remove core.conftest.* too; it's generated by Tru64 5.1.
12384         Problem reported by Jennis Pruett.
12385         * lib/autoconf/functions.m4
12386         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
12387         Don't bother to remove core files; AC_RUN_IFELSE should do that
12388         for you.
12390 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
12392         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
12394 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
12396         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
12397         Report from Horst Wente.
12399 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
12401         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
12402           the comment.
12404 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
12406         * doc/autoconf.texi (External Software, Package Options): Add
12407           examples showing how to implement --with-* and --enable-* options.
12409 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12411         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
12412         as well as configure.in.  Problem reported by Gregorio Guidi.
12414 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
12416         * doc/autoconf.texi (Particular Functions): Use gnulib's current
12417         pattern for alloca snippet.
12419 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
12421         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
12423 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
12425         * doc/autoconf.texi (Generic Programs): Fix a typo.
12427 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
12429         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
12430         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
12432 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12434         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
12435         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
12436         whole-archive (-zallextract, -zdefaultextract) options in the hope of
12437         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
12438         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
12440 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
12442         * NEWS: The configure command now warns you if you attempt to use
12443         a directory whose name contains a special character like space,
12444         newline, or "\".
12445         * doc/autoconf.texi (Installation Directory Variables): Allow
12446         "," in file names.  Do not use \@; it's not a portable regexp.
12447         * bin/Makefile.am (edit): Likewise.
12448         * lib/Makefile.am (edit): Likewise.
12449         * tests/Makefile.am (edit): Likewise.
12450         * tests/semantics.at: Likewise.
12451         * tests/torture.at: Likewise.
12452         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
12453         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
12454         * doc/autoconf.texi (File System Conventions): Warn about
12455         unportable file names.
12456         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
12457         (AC_INIT): Use it.
12458         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
12459         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
12460         ac_pwd, and quote srcdir.
12461         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
12463         * doc/autoconf.texi: Fix some systematic formatting problems.
12464         ".)"  needs a following @: if not at the end of a sentence, and
12465         similarly for "!)".  "etc." should be preceded by a comma.
12466         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
12468 2005-03-22  Bruno Haible  <bruno@clisp.org>
12470         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
12471         argument is often called 'build-aux'.
12473 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
12475         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
12476           macro AC_TRY_LINK is obsolete.
12477         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
12478           `AC_CONFIG_FILES'.
12480 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
12482         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
12483           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
12484           from a Common Lisp's `cl'.
12485         (AC_PROG_CXX): Behave according to the documentation: don't
12486           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
12487           make the variable CCC precious; use `cl.exe', not `cl'.
12489 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
12490             Alexandre Duret-Lutz  <adl@gnu.org>
12492         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
12493         /dev/null, as "configure" shouldn't read stdin, and this insulates
12494         us from problems (e.g., when testing for "cl").  Also, do this
12495         redirection before invoking "hostname" or "uname", and keep the
12496         original input stream available via...
12497         (AS_ORIGINAL_STDIN_FD): ... this new macro.
12498         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
12499         bother with "</dev/null" since it's now done at the top of
12500         'configure'.
12501         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
12502         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
12503         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
12504         * doc/autoconf.texi (File Descriptor Macros): New section.
12505         (Printing Messages): Mention it.
12506         * tests/base.at (Input/Output): New test.
12508 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
12510         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
12511         newline if neither \c nor -n work, as that would output two
12512         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
12514 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
12516         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
12517         This causes that any required macros inside will get before the if.
12518         * doc/autoconf.texi (autom4te.cache): A typo.
12520 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12522         Undo previous change, except keep the change to
12523         lib/autoconf/programs.m4 that replaced grep with shell
12524         pattern-matching.  This is because net-snmp configure reads stdin.
12525         Reported by Noah Misch.
12527 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
12529         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
12530         from /dev/null, as "configure" shouldn't read stdin, and this
12531         insulates us from problems (e.g., when testing for "cl").
12532         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
12533         before invoking "hostname" or "uname".
12534         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
12535         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
12536         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
12537         "</dev/null" since it's now done at the top of 'configure'.
12538         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
12539         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
12540         Also, replace grep with shell pattern-matching, to save a process.
12542 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
12544         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
12545         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
12546         avoid thinking that Allegro Common Lisp's "cl" command is a C++
12547         compiler.
12549 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
12551         * doc/autoconf.texi (Limitations of Usual Tools): Document that
12552         grep -q isn't portable.  Improve grep -s explanation.
12553         Problem reported by Dan Manthey.
12555 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
12557         * doc/autoconf.texi (Special Shell Variables): Clarify
12558         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
12560 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12562         * doc/autoconf.texi: Use @acronym for DJGPP.
12563         Fix some @code's that should have been @env's, and vice versa.
12564         Sort environment variable names.
12565         Mention that shells no longer inherit IFS.
12566         Don't recommend PATH_SEPARATOR=';' so strongly.
12567         Mention that $RANDOM might expand to the empty string.
12568         "symlink" and "soft link" -> "symbolic link".
12569         Improve mktemp description (reported by Bruno Haible).
12571 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12573         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
12574         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
12575         Likewise.
12576         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
12577         Likewise.
12579 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12581         * NEWS: Mention AT_COPYRIGHT.
12583         * tests/local.at (AT_CMP): Use diff directly on input files rather
12584         than copying them.
12586         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
12587         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
12589 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
12590         and Paul Eggert  <eggert@cs.ucla.edu>
12592         * tests/autotest.at (Empty test suite): New test.
12593         * tests/torture.at (Substitute and define special characters)
12594         (Substitute a 2000-byte string, Define to a 2000-byte string)
12595         (Substitute a newline, Define a newline): New tests.
12597 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
12599         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
12600         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
12601         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
12602         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
12603         (Standard regular expressions): New test.
12604         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
12605         excess test name quoting.
12606         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
12607         CPPFLAGS to `configure' instead of setting it in `configure'.
12609         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
12610         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
12611         on some platforms.
12613         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
12614         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
12616         * tests/local.at (AT_CMP): New macro.
12617         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
12618         (AC_SAVE_STATE): Move environment grep...
12619         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
12620         (AT_CONFIG_CMP): New macro.
12621         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
12622         * tests/c.at (Extensions): Do not exit early.
12623         * tests/atlocal.in: Inherit $GREP.
12625         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
12626         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
12628         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
12629         (AC_COPYRIGHT): Factor header comment portion out and move into...
12630         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
12631         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
12632         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
12633         --version output.
12634         * tests/local.at: Add Autoconf test suite copyright notice.
12635         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
12637 2005-02-04  Bruno Haible  <bruno@clisp.org>
12638         and Paul Eggert  <eggert@cs.ucla.edu>
12640         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
12642 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12644         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
12645         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
12647         Try not to generated lines of unlimited length, as POSIX places a
12648         2047-byte limit on line length of portable text files.
12649         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
12650         Use newline as a separator, not space.
12651         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
12652         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
12653         space.
12655 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12657         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
12658         as_func_*.  Add test to check whether positional parameters
12659         are restored after function return.
12661 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
12663         * doc/autoconf.texi (Special Shell Variables): Mention _,
12664         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
12665         if they contain a lower-case letter.  The DUALCASE problem was
12666         reported by Ralf Wildenhues.
12668         * bin/autoconf.as: Don't exit with status 0 after write failure
12669         with --help or --version.
12670         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
12671         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
12673 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12675         * doc/autoconf.texi (Limitations of Usual Tools):
12676         Unicos 9 sed limitations.
12677         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
12678         to get the option-enhanced interface on older Crays.  Try ftn for
12679         Fortran 95 (newer Crays).
12681 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12683         * man/Makefile.am (.x.1): Go back to the simple solution, but take
12684         care to echo the commands, so the user knows what's going on.
12685         Modified from a suggestion by Stepan Kasal.
12687         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
12688         with a cross reference.  Derived from a suggestion by Bruce Korb.
12690 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
12692         * doc/autoconf.texi (config.status Invocation): Warn about
12693         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
12694         * doc/install.texi (Defining Variables): Likewise.
12695         Based on a proposed patch by Ralf Wildenhues.
12697         * man/Makefile.am (.x.1): Make sure the required generated files
12698         are up to date.  Problem and original solution proposed by Stepan Kasal.
12699         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
12700         implicit-man-prerequisites): New rules, used by the above.
12702         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
12703         * config/config.guess, config/config.sub, config/install-sh: Likewise.
12704         * config/missing, config/texinfo.tex: Likewise.
12706 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
12708         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
12709         Update the long comment explaining it.
12711         m4_require no longer writes an ``is required by'' line to the
12712         execution stack.  It contains only one bit of non-redundant
12713         information: that the macro was required, not called.  And even
12714         this bit is useless in most situations: have you ever met a macro
12715         which both calls and requires the same macro?
12717         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
12718         (_m4_defun_pro_outer): ... only via this macro, for the outermost
12719           macro.
12720         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
12721         (m4_expansion_stack_pop): Remove the misplaced comment.
12722         (m4_require): Don't put the ``is required by'' line to the
12723           execution stack; slightly improve the out-of-a-defun error message.
12724         (_m4_divert_grow): New macro, counter for the temporary diversions.
12725         (_m4_require_call): Use it.
12726         * tests/m4sugar.at (m4_require): Expect output without the
12727           ``is required by'' messages.
12729 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12731         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
12732         rather than x for expr.
12734         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
12735         this is safe.
12736         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
12737         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
12738         * lib/autotest/general.m4 (AT_INIT): Likewise.
12739         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
12740         * tests/mktests.sh: Likewise.
12742 2005-01-27  Akim Demaille  <akim@epita.fr>
12744         Have autoheader honor --force.
12746         * doc/make-stds.texi, doc/standards.texi: Update from masters.
12747         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
12748         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
12749         from masters, so that FileUtils.pm's update_file provide --force
12750         support.
12751         * bin/autoheader.in: Pass $force to update_file so that
12752         config.h.in is always recreated when --force.
12754 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
12756         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
12758 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12760         * doc/autoconf.texi (Limitations of Builtins): Clarify that
12761         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
12763 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12765         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
12766         Warn about newline stripping in `` and $().  Update Solaris
12767         version to 9.
12768         (Limitations of Builtins): Use expr "X...", not expr "x...", as
12769         X insulates us from future changes to Posix.
12770         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
12771         stripping.
12773 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
12775         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
12776           you cannot use AC_DEFINE to define macros containing `[' or `]'.
12778 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
12780         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
12781         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
12782         bug-tar mailing list.
12784 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
12786         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
12788 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
12790         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
12791         ulongval to be static, to avoid unwanted GCC warning.  Problem
12792         reported by Michael Jennings via Daniel Reed; see
12793         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
12795 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
12797         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
12798         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
12799         datadir, infodir, and mandir.  Adjust argument parsing code.
12800         (_AC_INIT_HELP): Update help text.
12801         * doc/autoconf.texi (Installation Directory Variables): Document
12802         new variables.
12804 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
12806         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
12807         not seem to work, assume it does set $(MAKE).
12808         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
12810 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
12812         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
12814 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
12816         A cleanup of the diversion support in m4sugar.
12818         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
12819         (_m4_divert_n_stack): New macro; the expansion is
12820           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
12821           otherwise.
12822         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
12823         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
12824           stored in _m4_divert_diversion or _m4_divert_dump.
12825         (m4_divert_pop): When the parameter is given, compare the symbolic
12826           name with the last diversion pushed on the stack.  Previously, the
12827           current diversion was compared with the numeric value of the
12828           diversion given as the parameter.
12829         (m4_require): If the macro hasn't been expanded yet, call ...
12830         (_m4_require_call): this new macro.
12832 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12834         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
12835         Workarounds for documented `case' limitations.
12837 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12839         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
12840         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
12842 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
12844         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
12845         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
12846         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
12848         Patch from Roger Leigh (with some minor changes) as follows:
12849         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
12850         Resurrect AC_PROG_CC_STDC.
12851         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
12852         AC_PROG_CC_C89, AC_PROG_CC_C99.
12853         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
12854         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
12855         AC_PROG_CC_C99): New macros.
12856         (AC_PROG_CC_STDC): Use them.
12857         (_AC_PROG_CC_STDC): Remove.
12858         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
12859         * THANKS: Add Roger Leigh.
12861 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
12863         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
12864         signals that the package uses Automake; a `Makefile.am' is typical but
12865         not essential.  Reported by Magnus Therning.
12866         * tests/torture.at (autoreconf.): New banner.
12867         (autoreconf and non-AC configure): Rename to `Non-Autoconf
12868         AC_CONFIG_SUBDIRS'.
12869         (autoreconf an empty directory): Rename to `Empty directory'.
12870         (Unusual Automake input files): New test.
12872 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
12874         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
12875         (AT_SETUP): Clear AT_capture_files.
12876         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
12877         (AT_KEYWORDS): Fix comment typo.
12878         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
12879         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
12880         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
12882 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
12884         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
12885         If the variable to set is already set, set ac_cv_path_$1
12886         to the preset value so caller can assume ac_cv_path_$1
12887         is available.  (trivial change)
12889 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
12891         * BUGS (Minor Problems): Warn about makefile limitations.
12892         * Makefile.am: Find and update `INSTALL' in $(srcdir).
12893         * man/Makefile.am: Find and update manual pages in $(srcdir).
12895 2004-12-24  Eric Blake  <ebb9@byu.net>
12897         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
12898         shells in subshell, to avoid noise from ash.  (trivial change)
12900 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12902         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
12903         problems with SunOS ksh and backslash escaping, Bourne shells and
12904         closing brackets (both within character classes).  Bug reported
12905         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
12906         <read>: New entry.  Mention non-availability of -r.
12908 2004-12-21  Akim Demaille  <akim@epita.fr>
12910         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
12911         avoid cluttering displayed messages.  Rather, prepend srcdir where
12912         AT_LINE is used for log files.
12914 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
12916         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
12917         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
12918           no longer part of the macro, quote the occurrence of ``$tmp''.
12919         * doc/autoconf.texi (Forbidden Patterns): Typo.
12921 2004-12-21  Akim Demaille  <akim@epita.fr>
12923         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
12924         separated from the test title by forcing a white space.
12926 2004-12-21  Akim Demaille  <akim@epita.fr>
12928         Enable Emacs navigation within testsuite.log files.
12930         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
12931         use the compilation mode.
12932         (AT_LINE): Point to the srcdir.
12934 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
12936         * tests/Makefile.am (installcheck-local): Use $(bindir).
12937         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
12938         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
12939         Makefile.am scheme Autoconf now uses.
12941 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
12943         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
12944         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
12946 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
12948         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
12949         (_AT_CHECK): Use it.
12950         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
12951         (AS_ESCAPE): Fix comment.
12952         * tests/autotest.at: Adjust section banner comments.
12953         (AT_CHECK_AT): Accept STATUS and STDERR.
12954         (AT_CHECK_AT_TEST): Likewise.
12955         (Invalid brace-enclosed parameter expansion)
12956         (Multiline command from M4 expansion)
12957         (Double-M4-quoted command): New tests.
12959 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12961         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
12963 2004-12-17  Akim Demaille  <akim@epita.fr>
12965         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
12966         m4_pattern_allow.
12967         Suggested by Alexandre Duret-Lutz.
12968         * doc/autoconf.texi (Setting Output Variables): Catch up.
12970 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
12972         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
12974 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
12976         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
12977           remove the comment which said we cannot.
12979 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
12981         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
12982         Reini Urban and Paul Eggert for reporting the dependencies.
12984         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
12985         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
12986         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
12988 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
12990         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
12991           so that eg. ``autoscan --help'' doesn't truncate it.
12993 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
12995         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
12996         generated conftest files.
12998 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
13000         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
13001         tracing on commands with possibly-escaped newlines.
13002         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
13003         discontinued behavior and its implications.
13004         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
13005         (BSx641-newline in command, BS-BS-newline in command)
13006         (BSx640-newline in command, Newline-CODE-BS-newline in command)
13007         (Single-quote-BS-newline in command)
13008         (Single-quote-newline-BS-newline in command): New tests.
13010 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
13012         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
13013           on platforms where it works.
13014         (_AS_TEST_PREPARE): Test for ``test -x''.
13015         (_AS_BROKEN_TEST_PREPARE): Nuke.
13017 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
13019         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
13020         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
13021           give only 4-letter prefix to AS_TMPDIR, comment fixed.
13022         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
13023           create the temporary directory.
13024         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
13026 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
13028         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
13029         (trivial change)
13031 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
13033         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
13035 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
13037         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
13038         to avoid using a negated character class.  Reported by Nicolas Joly.
13039         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
13041 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
13043         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
13044         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
13045         Don't depend on .x file explicitly, since "make" does that for us.
13046         Suggested by Stepan Kasal.
13048         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
13049         Add *.tmp.
13050         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
13051         ifnames): Factor common code.  And they said it couldn't be done!
13053 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
13055         * bin/.cvsignore: Add autoconf.in.
13056         * tests/.cvsignore: Add wrapper.in.
13057         * lib/autotest/general.m4: Escape '$' in case pattern.
13059 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
13061         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
13063         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
13065         * tests/autotest.at: New file.
13066         * tests/suite.at: Include it.
13067         * tests/Makefile.am: Distribute it.
13069         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
13070           shell tracing on a command that could contain multiple lines.
13071         * doc/autoconf.text: Document that fact and its implications.
13072         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
13073         * tests/autotest.at (Multiline backquote command substitution,
13074           Multiline parameter expansion, Literal multiline command,
13075           Multiline parenthetical command substitution): Remove XFAIL.
13077 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
13079         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
13080         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
13082 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
13084         * configure.ac (test suite): Cease to generate wrapper scripts.
13085         * configure: Regenerate.
13086         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
13087         (m4f_dependencies): Adjust accordingly.
13088         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
13089         (wrapper.in): Generate it in the build directory.
13090         (MAINTAINERCLEANFILES): Delete wrapper.in.
13091         (CLEANFILES): Add wrapper.in.
13092         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
13093         the output.  Replace each $as_me with a @wrap_program@.
13094         * tests/wrapper.in: Delete it; we always build it.
13096         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
13097         (EXTRA_DIST): Remove autoconf.in.
13098         (CLEANFILES): Add autoconf.in.
13099         (autoconf): Find autoconf.in in the build directory.
13100         * bin/autoconf.in: Delete it; we always build it.
13102 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
13104         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
13105         PATH members so as to not prepend an empty element.  Move a comment.
13106         * Makefile.am (SUBDIRS): Build in `tests' last.
13107         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
13109 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13111         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
13112         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
13113         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
13114         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
13116 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
13118         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
13119         patch: extra "-l"s.
13121 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13123         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
13124         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
13125         * doc/autoconf.texi (Particular Functions): Mention new behavior.
13127 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
13129         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
13130           out the common code to ...
13131         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
13132           value of the #define--default to 1, iff the macro was called
13133           with exactly one parameter.
13135 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13137         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
13138         "char c = '\200';" rather than "char c = 0x80;" as the
13139         latter doesn't conform to the strict C standard due to
13140         overflow on signed char hosts.
13142         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
13143         to -qlanglvl=ansi.  We don't want to disable extensions.
13145 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13147         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
13148         (Using Autotest, testsuite Scripts, Writing testsuite.at):
13149         Reword slightly to avoid some English-language problems noted
13150         by Ralf Wildenhues in:
13151         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
13153 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
13155         * NEWS: Add ^L above each release.
13157 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13159         Fix documentation problems reported by Russ Boylan in
13160         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
13161         along with some nearby cruft.
13162         * doc/autoconf.texi (Libtool): Libtool can be used without
13163         Automake (not without Autoconf).
13164         (Introduction): Mention lists.gnu.org.
13165         * BUGS: Don't mention bugs.gnu.org.
13166         Remove mention of ancient libtool compatibility problem.
13167         * NEWS: Mention that bugs.gnu.org is kaput.
13168         * README: Likewise.  Mention where mailing list archives can be found.
13170 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
13172         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
13174 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13176         * doc/autoconf.texi (Pretty Help Strings): Go back to
13177         single-quoting assignments to cache variables.
13179 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
13181         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
13182         with the examples; fix the bug in MY_ARG_WITH example reported
13183         by Alexandre Duret-Lutz.
13184         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
13185         expansion of $1 in the comment emitted to configure.
13187 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13189         * doc/autoconf.texi (Pretty Help Strings): Fix typo
13190         in my editing of the previous patch.  Problem reported
13191         by Alexandre Duret-Lutz.
13193 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
13195         * doc/autoconf.texi (Autoconf Language): Explain that
13196         ``descriptions'' may not be double quotes.
13197         (Quotation Rule Of Thumb): Likewise.
13198         (Pretty Help Strings): Likewise; remove the wrong comment;
13199         simplify the examples and improve their quoting.
13201 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
13203         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
13204         the $1_found variable, don't test whether the file is executable;
13205         Both things are checked ...
13206         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
13207         the former ``test -f''.
13208         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
13210 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13212         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
13213         use cp -R instead.
13215 2004-11-10  Derek R. Price  <derek@ximbiot.com>
13217         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
13218         limitations.  Reorder paragraphs for clarity.
13220 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13222         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
13223         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
13224         variants", "Unix", and some related minor wording fixups.
13226         (Shellology, Special Shell Variables): Document that the Zsh
13227         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
13228         to Alexandre Duret-Lutz for this info.
13230 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
13232         * doc/autoconf.texi (One-Shot Macros): New node.
13234 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13236         * doc/autoconf.texi (Function Portability): Fix misdescription
13237         of putenv.  Problem reported by Michael Wardle.
13239 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13241         * doc/autoconf.texi (auindex): New macro.
13242         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
13243         Problem reported by Stepan Kasal.
13245 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13247         Fix problems reported by Andreas Buening in:
13248         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
13249         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
13250         in test makefile.
13251         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
13252         readable; it's not true in OS/2-emx.
13254 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
13256         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
13257         "/usr/include", clear ac_x_includes instead of leaving it as "no"
13258         (trivial change).  Problem and patch reported by Andrew Church in:
13259         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
13261 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
13263         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
13264         three args in examples.  Problem reported by Frederik Fouvry in:
13265         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
13266         Also, fix some minor spacing and punctuation bugs.
13268 2004-09-02  Akim Demaille  <akim@epita.fr>
13270         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
13271         "case" to restore ordering.
13272         Reported by Stepan Kasal.
13274 2004-08-26  Akim Demaille  <akim@epita.fr>
13276         * doc/autoconf.texi: Minor typos and stylos.
13278 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13280         * configure.ac (AC_INIT): Bump to 2.59c.
13282 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13284         Version 2.59b.
13286         * README: Add advice about m4 1.4.2.
13288         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
13289         texinfo.tex for now (done by hand now).
13290         * Makefile.maint (wget_files, cvs_files):
13291         Remove ansi2knr.c; nobody uses it.
13292         (ansi2knr.c-url_prefix): Remove.
13293         (cvs-update): Fix test for failure.  I don't know why it ever
13294         worked...
13296         * doc/autoconf.texi: Update URLs, some of which went stale.
13297         Use @uref rather than @href.
13299         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
13300         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
13302         * config/config.guess, config/config.sub, config/elisp-comp,
13303         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
13304         doc/fdl.texi, doc/standards.texi: Sync with master copy.
13306         * NEWS, TODO, configure.ac, bin/autoscan.in,
13307         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
13308         doc/install.texi, lib/Autom4te/Configure_ac.pm,
13309         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
13310         lib/autoconf/programs.m4, lib/autoconf/status.m4,
13311         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
13312         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
13313         tests/tools.at, tests/torture.at:
13314         Use "file name" rather than "filename" or "path",
13315         to be consistent with the terminology of the GNU coding standards.
13317 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13319         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
13320         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
13321         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
13322         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
13324         More fixes to support spaces in the name of the build directory.
13325         This isn't a complete fix but it's an improvement.
13327         * bin/autoconf.as (autom4te_options): New var.
13328         Use it instead of appending to AUTOM4TE, so that we can allow
13329         spaces in the build directory's absolute name.
13330         * bin/autoheader.in ($autoconf): Allow spaces in file names.
13331         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
13332         AT_CHECK_NOESCAPE): Likewise.
13333         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
13334         main program): Likewise.
13336 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
13338         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
13339         From Ralf Corsepius in:
13340         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
13342 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
13344         * doc/autoconf.texi (Function Portability): Document isinf and
13345         and isnan.  From a suggestion by Kevin Ryde.
13347         * lib/Autom4te/General.pm (END): Return correct exit status even
13348         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
13350 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13352         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
13353         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
13354         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
13356 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
13358         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
13359         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
13360         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
13361         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
13362         * lib/autom4te.in (Automake-preselections): Preselect
13363         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
13365 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
13367         * lib/autom4te.in (Automake-preselections): Preselect
13368         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
13369         trace them.
13371 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
13373         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
13374         Tru64.
13375         * doc/autoconf.texi (Shellology): Mention BIN_SH.
13376         Document problem with "`""`" in pdksh POSIX mode.
13378 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
13380         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
13381         with pdksh, too.  Problem reported by Patrick Welche via
13382         Gary V. Vaughan.
13383         * doc/autoconf.texi (Shellology): Note that set -o posix is
13384         useful for pkdsh, too.
13386 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13388         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
13389         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
13390         Don't fail if ENV or BASH_ENV is readonly.
13391         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
13392         etc. are read only.  Problem reported by Ludovic Courtes.
13394 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
13396         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
13397         zsh, disable GLOB_SUBST to avoid backslash handling problems.
13398         (trivial change)
13400 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
13402         * doc/autoconf.texi (File System Conventions): Warn about
13403         names like "aux".  Problem reported by Eric Blake.
13405         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
13406         by zero instead of array size, so that we can use any arithmetic
13407         constant expression (instead of requiring an integer constant
13408         expression).  This allows us to test expressions like DBL_MAX <
13409         LDBL_MAX, which didn't conform to the C standard using the old
13410         method.
13411         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
13412         now that we can do floating-point tests at compile time.
13414 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13416         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
13417         and LDBL_EPSILON, as the resulting expression isn't an
13418         integer constant expression and violates the C standard.
13419         Problem reported by Nelson H. F. Beebe.  Also, check
13420         for "L" suffix, and check that long double doesn't have
13421         worse range or precision than double, that mixed-mode
13422         arithmetic doesn't generate a diagnostic, that double
13423         constants fit in long double.
13425 2004-06-03  Kevin Ryde  <user42@zip.com.au>
13427         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
13428         malloc(0) and realloc(NULL,size).
13430         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
13431         Bob Proulx.
13433 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
13435         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
13436         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
13437         by Jim Meyering.
13439 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13441         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
13442         can be rewritten using if-then-else.  Suggested by Bruno Haible.
13444 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13446         * doc/autoconf.texi (testsuite Scripts): Fix typo.
13447         Problem reported by Stepan Kasal.
13449 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
13451         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
13452         change).  Patch reported by Ralf Wildenhues in
13453         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
13455         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
13456         function F exists if the compiler and linker let you compile an
13457         expression like (F != 0).  Recent versions of GCC optimize away
13458         the reference to F in that case, since every function address must
13459         be nonzero, so the link succeeds even if F does not exist.
13460         Problem reported by Manu in
13461         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
13463         * doc/autoconf.texi (Systemology): Standardize on the spelling of
13464         "Unix".  Many uses changed.
13465         (Limitations of Builtins): Explain better why the ! command isn't
13466         portable.
13468 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
13470         * lib/autom4te.in (Automake-preselections): Preselect
13471         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
13473 2004-05-19  Kevin Ryde  <user42@zip.com.au>
13475         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
13476         referencing AC_FUNC_STRERROR_R.
13478         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
13479         note pessimistic assumption when cross compiling.
13481 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13483         * doc/autoconf.texi (Limitations of Make): Note that BSD make
13484         (until 2004) invoked subcommands with sh -e, contra POSIX.
13485         Reported by Kevin Ryde.
13487 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
13489         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
13490         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
13491         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
13492         `test -f "        /usr/bin/grep"', which _always_ failed.
13493         (AC_PROG_SED): Ditto bogus PATH fix.
13494         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
13495         requires that grep correctly supports _multiple_ `-e' options, rather
13496         than stating only that grep should accept `-e'.
13498 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13500         Port to C99, which requires that 'exit' be declared.
13502         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
13503         to ensure that stdlib.h is included.
13504         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
13505         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
13506         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
13507         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13508         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
13509         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
13510         when using 'exit' in a test; C99 requires that 'exit' be declared.
13512 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13514         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
13515         now prefers 'grep' implementations that accept -e.
13516         (Limitations of Usual Tools): Describe problems of traditional
13517         egrep and fgrep with long input lines, and of traditional grep
13518         with -e.
13519         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
13520         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
13521         All callers changed.  Append /usr/xpg4/bin to the PATH, for
13522         Solaris.
13523         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
13524         the user with complaints about multiple -e options.
13525         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
13526         Define it with AC_PROG_GREP.
13527         * configure.ac (AC_PROG_GREP): Add.
13528         * lib/freeze.mk (GREP): New macro.
13530 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
13532         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
13533         a possible candidate only after all others fail, rather than
13534         consulting it first.  This improves backward compatibility by
13535         better reflecting the way shell selection occurred in previous
13536         versions of Autoconf, and should help to avoid triggering latent
13537         problems in other packages, such as the one in Automake where zsh
13538         is not handled robustly:
13539         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
13540         Although it is not Autoconf's responsibility to work around
13541         problems in Automake, it nevertheless makes sense to avoid
13542         introducing unnecessary incompatibilites.
13544 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
13545             Gary V. Vaughan  <gary@gnu.org>
13547         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
13548         how deeply nested we are when a suitable tool is found, set the
13549         ac_path_TOOL_found flag.
13550         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
13551         nested we are in this macro.  Break out of all 3 nested loops if
13552         ac_path_TOOL_found is set.
13554 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
13556         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
13557         of the _AS_PATH_WALK loop too if GNU flavor is found.
13559 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
13561         * doc/autoconf.texi (Limitations of Make): Update documentation
13562         for `$<'.  New entry `Long lines', based on a report from Simon
13563         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
13564         paragraph about DJGPP, based on a mail from Richard Dawe.
13566 2004-04-20  Paul Eggert  <eggert@twinsun.com>
13568         * tests/c.at (C keywords): Don't assume that GCC supports
13569         "restrict" and "inline", as sufficiently-old GCC versions do not
13570         (also, GCC configured to be in pedantic C89 mode does not).
13571         Problem reported by Sumit Pandya in:
13572         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
13574         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
13575         consider -g to work if it generates warnings when plain compiles
13576         don't.  Problem reported by Braden McDaniel in:
13577         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
13579         * doc/autoconf.texi (Slashes): New section, to document a problem
13580         reported by Jim Meyering in:
13581         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
13583         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
13584         linker output files before linking, to work around IRIX 6 linker bug.
13585         Problem reported by Rainer Orth in:
13586         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
13588 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
13590         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
13591         best tool so far counter rely on the tool path variable name to
13592         avoid checks for one tool being affected by the results of running
13593         the length check on a previous tool.
13595         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
13596         match expression argument, as different greps have different
13597         regular expression flavours.
13598         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
13599         literals.
13600         (AC_PROG_EGREP): Pass 'EGREP$'.
13601         (AC_PROG_GREP): Pass 'GREP$'.
13603 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
13605         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
13606         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
13608 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13610         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
13611         Types, Specific Compiler Characteristics, System Services,
13612         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
13613         etc. consistently instead of 'long', 'short', 'unsigned' etc.
13614         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
13615         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
13616         Likewise.
13617         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
13618         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
13619         AC_TYPE_OFF_T): Likewise.
13620         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
13621         Likewise.
13623         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
13624         pacify libtool 1.5.2.  Fix quoting problems in sed command.
13626 2004-03-28  Paul Eggert  <eggert@twinsun.com>
13628         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
13629         now defines HAVE_DECL_TZNAME if it is declared, when
13630         HAVE_STRUCT_TM_TM_ZONE is not defined.
13631         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
13632         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
13633         for HAVE_TZNAME.
13635 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
13637         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
13638         superfluous backslashing of quotes (") in sed expressions;
13639         thanks to Paul Eggert.
13641 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
13643         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
13644         Fortran compiler is ifort, also added pghpf; thanks to Nelson
13645         H. F. Beebe for the bug report.
13647 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
13649         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
13650         quoted -cmdline argument in Portland Group compiler (bug
13651         reported by Jeffrey J. Barteet).
13653 2004-03-25  Kevin Ryde  <user42@zip.com.au>
13655         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
13656         (Run Time): ... here, where it's now mentioned.
13658 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
13660         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
13661         inherits from language Autoconf-without-aclocal-m4.
13662         (Customizing autom4te): Adjust example; the cache must now be
13663         disabled for language Autoconf-without-aclocal-m4.
13665 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
13666             Nathanael Nerode  <neroden@twcny.rr.com>
13668         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
13669         AC_CHECK_TOOLS): Warn if a cross-tool is found without
13670         a prefix.
13671         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
13672         AC_CHECK_TARGET_TOOLS): New macros.
13673         * doc/autoconf.texi (Generic Programs): Document
13674         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
13675         AC_CHECK_TARGET_TOOLS, and warn for future changes
13676         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
13677         AC_CHECK_TOOLS.
13678         (Specifying Names): Document the reason for these future
13679         behavioral changes.
13680         * tests/mktests.sh: Do not generate tests for the
13681         new macros.
13682         * NEWS: Document these changes.
13684         * doc/autoconf.texi: Avoid macros with unbraced arguments,
13685         they make TeX hang up.
13687 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
13689         * NEWS: New macro AC_CHECK_ALIGNOF.
13690         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
13691         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
13692         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
13693         vowel.
13694         (AC_CHECK_ALIGNOF): New macro.
13695         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
13696         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
13697         those for sizeof.
13699 2004-03-03  Paul Eggert  <eggert@twinsun.com>
13701         * bin/Makefile.am (edit): Don't use $< in a context where
13702         POSIX doesn't require support for it.  Use $@.in instead.
13703         Problem reported by Anthony N. Frasso in
13704         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
13705         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
13707 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
13709         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
13710         from the next generation of Libtool.
13711         * lib/autom4te.in (Autoreconf-preselections): Ditto.
13713 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
13715         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
13716         is not always thread-safe.  Report from Nathanael Nerode.
13718 2004-02-18  Paul Eggert  <eggert@twinsun.com>
13720         Fix a dependencies problem, stemming from a Autoconf 2.59 build
13721         problem on QNX reported by Stephen Rasku in
13722         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
13724         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
13725         $(m4sh_m4f_dependencies); this removes a FIXME.
13726         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
13727         (MAINTAINERCLEANFILES): Split into pieces,
13728         one per related section.  Add $(srcdir)/wrapper.in.
13730 2004-02-09  Paul Eggert  <eggert@twinsun.com>
13732         * doc/autoconf.texi (Setting Output Variables): Emphasize that
13733         AC_SUBST provides no portable way to escape literal newlines.
13735         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
13736         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
13737         Darwin uses -lcrt2.o and there's little point to cataloging all
13738         the system variants.  Partial fix reported by Andreas Waechter in:
13739         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
13740         for bug reported by Nelson H. F. Beebe in:
13741         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
13743 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
13745         * doc/autoconf.texi (AU_DEFUN): Fix English,
13746         suggested by Paul Eggert.
13747         * lib/autoconf/autoupdate.m4: Correct reference to
13748         acobsolete.m4, suggested by Alexandre Duret-Lutz.
13750 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
13752         * bin/autoupdate.in: Define __file__ so that warnings
13753         refer to the correct file.
13754         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
13755         the behavior of the third argument.
13756         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
13757         correctly the behavior of the third argument.  Document
13758         what the three macros that AU_DEFUN defines do.  Fix
13759         warning message when the third argument includes $0
13760         (reported by Alexandre Duret-Lutz).
13762 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
13763             Eric Sunshine  <sunshine@sunshineco.com>
13764             Paul Eggert  <eggert@twinsun.com>
13766         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
13767         (AS_INIT): Output shell initialization there. Removed optional
13768         parameter. Expand _AS_SHELL_FN_SPY.
13769         (AS_INIT_WITH_SHELL_FN): Removed.
13770         (_AS_SHELL_FN_SPY): New macro.
13771         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
13772         macros.
13773         (AS_SHELL_SANITIZE): Remove loop to find better shell
13774         and documentation for the parameter.
13775         (_AS_DETECT_BETTER_SHELL): Move it here.
13776         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
13777         (_AS_RUN): Move it here, support testing with eval.
13778         (AS_REQUIRE_SHELL_FN): Require shell functions when
13779         it is used.
13780         (_AS_LINENO_WORKS): Put around braces, we do not
13781         trigger the bash bug anymore.
13782         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
13783         use AS_INIT_WITH_SHELL_FN.
13784         * bin/autoconf.in, tests/wrapper.in: Regenerated.
13786 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
13788         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
13789         * doc/autoconf.texi: Don't say that the third parameter
13790         is broken.
13791         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
13792         (AU_DEFUN): Honor the third parameter, create autoupdate
13793         macros with AU_DEFINE.
13794         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
13795         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
13796         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
13797         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
13798         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
13799         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
13800         AC_XENIX_DIR): Likewise.
13801         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
13802         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
13803         * lib/autoconf/status.m4: Remove FIXME.
13804         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
13805         that the macro is not present anymore in the updated
13806         configure.ac.
13807         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
13808         of autoupdate.
13810 2004-01-28  Paul Eggert  <eggert@twinsun.com>
13812         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
13813         copyright years.
13814         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
13815         2003 (except 1997) to the list of copyright years.  This undoes
13816         the 2003-05-22 change, which removed the older years from the list.
13817         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
13819 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
13820             Albert Chin-A-Young  <china@thewrittenword.com>
13822         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
13823         grep or ggrep program in PATH that accepts as long lines as
13824         possible.
13825         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
13826         AC_PROG_GREP.
13827         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
13828         egrep and fgrep respectively if $GREP -E/-F don't work.
13829         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
13830         _AC_PROG_GREP, and AC_PROG_SED.
13831         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
13832         longest input length accepted by a command.
13833         (AC_PROG_SED): Use it.
13834         * doc/autoconf.texi (Particular Programs): Document the changes.
13835         * NEWS: Updated.
13837 2004-01-27  Paul Eggert  <eggert@twinsun.com>
13839         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
13840         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
13841         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
13842         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
13844         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
13845         bin/autoconf.in, config/Makefile.in, config/config.guess,
13846         config/config.sub, config/install-sh, config/mdate-sh,
13847         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
13848         lib/Makefile.in, lib/Autom4te/Makefile.in,
13849         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
13850         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
13851         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
13852         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
13853         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
13854         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
13855         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
13856         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
13857         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
13858         tests/actypes.at: Regenerate and/or sync with original
13859         sources.
13861 2004-01-26  Paul Eggert  <eggert@twinsun.com>
13863         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
13864         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
13865         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
13866         not <inttypes.h>.  Problem reported by Tim Mooney in
13867         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
13868         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
13869         Likewise.
13871         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
13872         otherwise "make check" fails because it forbids cmp (I guess
13873         because cmp treats files as binary on DOS-like systems).
13875         * tests/mktests.sh: Update copyright date to 2004, since some tests
13876         have changed in 2004.
13878 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
13880         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
13881         non-truncating sed or gsed program in PATH.
13882         * tests/acprograms.at: Add it.
13883         * doc/autoconf.texi (Particular Programs): Document it.
13884         * NEWS: Updated.
13886 2004-01-15  Paul Eggert  <eggert@twinsun.com>
13888         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
13889         -std1 disables some useful extensions on Tru64.  Problem reported
13890         by N. Lichtmaier in
13891         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
13893 2004-01-14  Paul Eggert  <eggert@twinsun.com>
13895         * doc/autoconf.texi (Programming in M4sh): Document that
13896         AS_MKDIR_P succeeds if the destination is a symbolic link
13897         to an existing directory.
13898         (Limitations of Usual Tools): Note that mkdir -p might not
13899         succeed on symlinks to directories.
13901 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
13903         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
13904         * bin/autoheader.in: Grammar fix in message.
13905         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
13906         Test for dir before calling mkdir -p.  (trivial changes)
13908 2004-01-13  Eric Blake  <ebb9@byu.net>
13910         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
13911         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
13913 2004-01-10  Jim Meyering  <jim@meyering.net>
13915         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
13917 2004-01-09  Paul Eggert  <eggert@twinsun.com>
13919         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
13920         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
13921         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
13922         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
13923         AC_COMPILE_IFELSE, since we now assume our caller invokes
13924         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
13925         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
13926         of AC_RUN_IFELSE; this avoids the warning mentioned above.
13927         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
13929 2004-01-07  Paul Eggert  <eggert@twinsun.com>
13931         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
13932         `"'...'"`, as it's confusing (and I suspect it may not work on
13933         some platforms).  The code was incorrect anyway, as it assumed
13934         that \$ evaluated to itself in that context.  Reported by
13935         Alexandre Duret-Lutz.
13937 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
13939         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
13940         and _LT_AC_TAGCONFIG.
13942 2004-01-06  Paul Eggert  <eggert@twinsun.com>
13944         * doc/autoconf.texi (One Macro Call): Fix an incorrect
13945         example, and add more examples.  Reported by Eric Sunshine.
13947 2004-01-05  Paul Eggert  <eggert@twinsun.com>
13949         * doc/autoconf.texi (Limitations of Usual Tools):
13950         Remove warning against "rm -fr" introduced yesterday; it
13951         was a false alarm.
13953         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
13954         autoscan, autoupdate, ifnames): Don't use chmod -w.
13955         * lib/Makefile.am (autom4te.cfg): Likewise.
13956         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
13957         "chmod -w".
13959 2004-01-04  Paul Eggert  <eggert@twinsun.com>
13960             Paolo Bonzini  <bonzini@gnu.org>
13962         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
13963         by doing lineno substitution only on lines containing "$LINENO".
13965 2004-01-04  Paul Eggert  <eggert@twinsun.com>
13967         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
13968         Use "rm -f" to remove conftest.sed, not plain "rm".
13969         Bug reported by David Relson in
13970         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
13972         * Makefile.am (autom4te-update):
13973         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
13974         * Makefile.maint (my-distcheck, do-po-update): Likewise.
13975         * doc/autoconf.texi (Guidelines): Likewise.
13976         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
13977         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
13978         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
13979         * lib/autotest/general.m4 (AT_INIT): Likewise.
13980         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
13981         * tests/Makefile.am (clean-local): Likewise.
13982         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
13983         srcdir): Likewise.
13984         * doc/autoconf.texi (Limitations of Usual Tools):
13985         Warn against "rm -fr".
13987 2004-01-03  Paul Eggert  <eggert@twinsun.com>
13989         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
13990         -c -o might not work.  From a suggestion by Kevin Ryde.
13991         (C Compiler, Generating Sources, Limitations
13992         of Usual Tools, Limitations of Make, Making testsuite Scripts):
13993         Don't put '-o' after non-options, as POSIX doesn't allow this.
13994         Mention that cc's name might be gcc or c89 or whatever.
13996 2004-01-04  Kevin Ryde  <user42@zip.com.au>
13998         * doc/autoconf.texi: Add various further index entries.
14000 2003-12-29  Paul Eggert  <eggert@twinsun.com>
14002         * bin/autoreconf.in (autoreconf_current_directory):
14003         Fix typo: mkdir without umask arg.
14005 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
14007         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
14008         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
14009         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
14010         explanation clearer.
14012 2003-12-24  Andreas Schwab  <schwab@suse.de>
14014         * doc/autoconf.texi (Default Includes): Fix misspelling of
14015         AC_INCLUDES_DEFAULT.
14017 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
14019         * configure.ac: Test if sh -n works.
14020         * configure: Regenerate.
14021         * tests/atlocal.in: Store the result here.
14022         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
14023         tools.at, looking in atlocal's ac_cv_sh_n_works instead
14024         of explicitly testing.
14025         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
14026         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
14027         * tests/tools.at (Syntax of the shell scripts): Simplify
14028         using AT_CHECK_SHELL_SYNTAX.
14029         (Syntax of the Perl scripts): Remove definition of
14030         AT_CHECK_PERL_SYNTAX.
14032 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
14034         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
14035         stderr to /dev/null.
14036         * bin/autoconf.in: Regenerate.
14037         * bin/wrapper.in: Regenerate.
14039 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
14041         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
14042         Extracted from AS_SHELL_SANITIZE.
14043         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
14044         macros.
14045         (AS_SHELL_SANITIZE): Move reinvocation code from
14046         _AS_LINENO_WORKS, use it to find out if shell
14047         functions work.
14048         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
14049         does not work.
14050         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
14051         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
14052         was called.
14053         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
14054         * bin/autoconf.in: Regenerate.
14055         * tests/wrapper.in: Regenerate.
14056         * tests/tools.at: Test the syntax of tests/autoconf
14057         and tests/testsuite.
14059 2003-11-24  Akim Demaille  <akim@epita.fr>
14061         * config/announce-gen (&print_locations, &print_signatures)
14062         (&sizes): New.
14063         Use them.
14064         No longer rely on Gnus to inline the list of signatures: compute
14065         them on the fly.
14067 2003-11-24  Akim Demaille  <akim@epita.fr>
14069         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
14070         override some files.
14071         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
14072         From Debian Autoconf 2.58.
14074 2003-11-24  Akim Demaille  <akim@epita.fr>
14076         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
14077         uses.
14078         From Debian Autoconf 2.58.
14080 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
14082         * TODO: Remove already done things.  Update the part about finding
14083         tools for the target.
14085 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
14087         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
14088         Make wording more consistent.
14089         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
14090         Explain the transition better.
14091         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
14092         the transition better.
14094 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
14096         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
14097         parameter of AU_DEFUN.
14098         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
14099         (AU_DEFUN): Remove the third parameter, it was not used.
14100         Use AC_DEFUN directly, not AU_DEFINE.
14101         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
14102         the expanded body, consistently with other macros such as AC_USG.
14104 2003-11-17  Paul Eggert  <eggert@twinsun.com>
14106         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
14107         into the initial confdefs.h, to work around a bug in NextStep 3.3
14108         patch 3 reported by Eric Sunshine.
14110 2003-11-15  Kevin Ryde  <user42@zip.com.au>
14112         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
14113         than $target since the latter is not usual, add guidelines on when to
14114         use or not use the system type.
14116 2003-11-12  Derek Price  <derek@ximbiot.com>
14118         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
14119         typo misrepaired by an auto-spellcheck.
14121 2003-11-12  Akim Demaille  <akim@epita.fr>
14123         * bin/autoreconf.in (&parse_args): Don't call automake with
14124         --force-missing unless it actually supports it.
14125         From Debian #219336.
14127 2003-11-12  Akim Demaille  <akim@epita.fr>
14129         * configure.ac: Bump to 2.59a.
14130         Require 2.59.
14132 2003-11-06  Akim Demaille  <akim@epita.fr>
14134         Version 2.59.
14136 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
14138         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
14139         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
14140         and ac_abs_top_srcdir are absolute paths.
14141         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
14143 2003-11-05  Akim Demaille  <akim@epita.fr>
14145         * configure.ac: Bump to 2.58a.
14147 2003-11-05  Kevin Ryde  <user42@zip.com.au>
14149         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
14150         it provokes a warning from makeinfo about looking like a cross
14151         reference in info output.
14153         * doc/autoconf.texi (Function Portability): Add notes on signal
14154         handler return type, as per AC_TYPE_SIGNAL.
14156 2003-11-04  Akim Demaille  <akim@epita.fr>
14158         Version 2.58.
14159         * doc/standards.texi: Update from master.
14161         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
14163 2003-11-04  Akim Demaille  <akim@epita.fr>
14165         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
14166         computing the absolute path to d1 in the source hierarchy: it may
14167         not exist at all.  So don't cd into it.
14168         From Alexandre Duret-Lutz.
14169         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
14171         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
14172         From Paul Eggert, but named after Perl's IO::Spec->catfile.
14173         * doc/autoconf.texi (Programming in M4sh): Document.
14174         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
14176 2003-11-03  Pavel Roskin  <proski@gnu.org>
14178         * doc/autoconf.texi (Generic Structure Checks): Describe
14179         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
14181 2003-10-31  Akim Demaille  <akim@epita.fr>
14183         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
14184         (GNU Fortran): New.
14185         * doc/autoconf.texi (Language Choice): Document.
14186         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
14187         the current language is Fortran.
14189 2003-10-31  Akim Demaille  <akim@epita.fr>
14191         * bin/autom4te.in (&freeze): Use a less likely warning separator
14192         than `\n\n', so that `\n\n\n' is valid in warnings.
14193         Reported by Steve Huston.
14195 2003-10-28  Akim Demaille  <akim@epita.fr>
14197         * Makefile.cfg (local_updates, executable-update): Tweak to be
14198         robust to parallel makes.
14199         Suggested by Alexandre Duret-Lutz.
14201 2003-10-27  Akim Demaille  <akim@epita.fr>
14203         * Makefile.cfg (executable-update): New.
14204         (local_updates): Call it.
14206 2003-10-27  Akim Demaille  <akim@epita.fr>
14208         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
14209         Don't remove core.* as it may remove valid user files.
14210         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
14211         (AC_FUNC_UTIME_NULL): Likewise.
14213 2003-10-23  Akim Demaille  <akim@epita.fr>
14215         Version 2.57g.
14216         * config/config.guess, config/config.sub: Upgrade from masters.
14218 2003-10-23  Akim Demaille  <akim@epita.fr>
14220         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
14221         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
14222         hand...
14224 2003-10-23  Akim Demaille  <akim@epita.fr>
14226         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
14227         Don't forget to remove conftest.err.
14229 2003-10-23  Akim Demaille  <akim@epita.fr>
14231         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
14232         same object file in $LIBOBJS.
14233         Reported by Alexandre Duret-Lutz & Derek Robert Price.
14234         * doc/autoconf.texi (Generic Functions): Adjust.
14236 2003-10-20  Paul Eggert  <eggert@twinsun.com>
14238         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
14239         Use 'eval', so that the resulting configure scripts work even if
14240         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
14242 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
14244         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
14245         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
14246         (_AC_LINK_IFELSE): Check the werror flag.
14247         * doc/autoconf.texi (Generic Compiler Characteristics): Document
14248         AC_LANG_WERROR.
14249         * NEWS: Mention it.
14251 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
14253         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
14254         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
14255         override AC_LINK_IFELSE.
14257 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14259         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
14260         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
14261         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
14262         Mention /usr/dt/bin/dtksh on Solaris.
14263         (Shell Substitutions): Warn about $((...)).
14264         (Parentheses): New section.
14266 2003-10-15  Kevin Ryde  <user42@zip.com.au>
14268         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
14269         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
14271 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
14273         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
14274         cross test.
14276 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
14278         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
14279         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
14281 2003-10-10  Andreas Schwab  <schwab@suse.de>
14283         * bin/autoheader.in: Avoid empty first line in --version and
14284         --help output.
14285         * bin/ifnames.in: Likewise.
14287 2003-10-09  Paul Eggert  <eggert@twinsun.com>
14289         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
14290         Issue a more-informative diagnostic.
14291         Problems reported by Eric Sunshine.
14293 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
14295         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
14296         -mGLOB_options_string stuff for Intel ifc, which can cause
14297         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
14298         pattern-matching instead of grep.
14300 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
14302         * doc/autoconf.texi: Document new FC Fortran macros.
14304 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
14306         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
14307         that future autopoint/aclocal/automake/autoreconf will be able
14308         to trace to find where to install local m4 macros.
14309         * doc/autoconf.texi (Input): Document it.
14310         * NEWS: Updated.
14312 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
14314         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
14315         -lcrtbegin.o to list of ignored flags and fix underquoting of
14316         -lcrt[01].o.
14318 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
14320         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
14321         cache variable instead of $G77 to decide whether to include -O2,
14322         since $G77 is specific to Fortran 77.
14324 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
14326         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
14327         free" flag.  Re-order flags tested into rough order of popularity.
14329 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
14331         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
14332         arguments so that it can be used with syntax identical to
14333         AC_PROG_F77, and so that we can more easily decide to
14334         remove/deprecate the DIALECT optional argument in the future if it
14335         proves troublesome.
14336         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
14337         non-freeform-supporting compilers.  Document freeform flags.
14339 2003-10-03  Akim Demaille  <akim@epita.fr>
14341         * configure.ac: Look for emacs, not macs.
14342         Reported by Eric Sunshine.
14344 2003-10-03  Akim Demaille  <akim@epita.fr>
14346         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
14347         * bin/autoreconf.in (autoreconf_current_directory): Create the
14348         AUX_DIR if needed, for sake of automake --add-missing etc.
14349         Suggested by Alexandre Duret-Lutz.
14351 2003-10-03  Akim Demaille  <akim@epita.fr>
14353         * configure.ac: Quotation and formatting changes.
14354         (EMACS): Don't set it if it is not recent enough to support
14355         autoconf-mode.el.
14356         From Eric Sunshine.
14358 2003-10-02  Akim Demaille  <akim@epita.fr>
14360         * bin/ifnames.in (&scan_file): Skip C++ comments.
14361         From Jeremy Yallop.
14363 2003-10-01  Pavel Roskin  <proski@gnu.org>
14365         * doc/autoconf.texi (Particular Structure Checks):
14366         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
14368 2003-10-01  Akim Demaille  <akim@epita.fr>
14370         Version 2.57f.
14372 2003-09-30  Paul Eggert  <eggert@twinsun.com>
14374         * lib/Autom4te/XFile.pm: Use Errno.
14375         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
14376         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
14378 2003-09-30  Akim Demaille  <akim@epita.fr>
14380         * config/announce-gen (&print_news_deltas): Extracted from...
14381         (&print_changelog_deltas): here.
14382         (&news_file): Rename as...
14383         (@news_file): this.
14385 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
14387         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
14388         have been created when invoking the compiler.
14389         * tests/fortran.at (GNU Fortran 77): Quote $G77.
14391 2003-09-29  Akim Demaille  <akim@epita.fr>
14393         Version 2.57e.
14395         * config/mkinstalldirs: Upgrade.
14397 2003-09-28  Paul Eggert  <eggert@twinsun.com>
14399         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
14400         Problem reported by Lars J. Aas in
14401         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
14402         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
14403         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
14404         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
14406 2003-09-26  Akim Demaille  <akim@epita.fr>
14408         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
14409         directory for AC_CONFIG_COMMANDS' first argument exists.
14410         This makes valid the invocation of _AC_SRCPATH that follows.
14411         Reported by Eric Sunshine.
14412         * doc/autoconf.texi (Configuration Commands): Adjust.
14414 2003-09-26  Akim Demaille  <akim@epita.fr>
14416         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
14417         Reported by Ralf Corsepius.
14419 2003-09-26  Akim Demaille  <akim@epita.fr>
14421         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
14422         arguments.
14423         Actually, use AU_ALIAS.
14424         From Bruno Haible.
14426 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14428         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
14429         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
14430         Problem reported by Eric Sunshine in:
14431         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
14433 2003-09-26  Akim Demaille  <akim@epita.fr>
14435         The test suite are sometimes assigning timings incorrectly.
14436         Reported by Henk Krus.
14437         Diagnosed by Nicolas Joly.
14439         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
14440         AT_help_all.
14441         Instead of making AT_help a sequence of assignments to grow
14442         $at_help_all, just make AT_help_all be the growing contents of
14443         $at_help_all, and make a single assignment in...
14444         (AT_INIT): here.
14445         (at_times_skip): Flip the meaning and rename as...
14446         (at_times_p): this.
14447         (AT_INIT): When summarizing the test that ran, remove
14448         $at_times_file after use, and check it is present before trying to
14449         use it.
14451 2003-09-25  Akim Demaille  <akim@epita.fr>
14453         Version 2.57d.
14455         * bin/Makefile.am (edit): Handle '@configure_input@'.
14456         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
14457         (ifnames): chmod -w.
14458         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
14459         executables, not bin/ executables!  Otherwise all the magic needed
14460         to find non installed files is turned off.  This caused a failure
14461         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
14462         as found in its environment (sent by tests/autoreconf): pointing
14463         to bin/autom4te that could not find its files.
14464         * tests/mktests.sh: Force the replacement of generated files, for
14465         the sake of "mv" program that are interactive when overwriting a
14466         -w file.
14467         * config/install-sh: Upgrade from CVS Automake.
14469 2003-09-23  Paul Eggert  <eggert@twinsun.com>
14471         * doc/autoconf.texi (Limitations of Builtins): Document test -h
14472         versus test -L issues.
14474 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
14475             Paul Eggert  <eggert@twinsun.com>
14477         Trivial change to support GCC's configuration procedure.
14478         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
14479         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
14480         about inconsistency if the preprocessor is set to give errors for
14481         any warning.
14482         * doc/autoconf.texi (C Compiler Characteristics): Document this.
14484 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
14486         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
14487         and XFile.pm from Automake.
14488         * lib/Autom4te/XFile.pm: Update from Automake.
14490 2003-09-12  Akim Demaille  <akim@epita.fr>
14492         Version 2.57c.
14494 2003-09-12  Akim Demaille  <akim@epita.fr>
14496         * config/config.guess, config/config.sub, config/missing,
14497         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
14498         from masters.
14500 2003-09-12  Akim Demaille  <akim@epita.fr>
14502         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
14503         not asm/types.h.
14505 2003-09-11  Akim Demaille  <akim@epita.fr>
14507         * doc/autoconf.texi (Header Portability): linux/random.h.
14508         From Peter Hendrickson.
14510 2003-09-10  Akim Demaille  <akim@epita.fr>
14512         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
14513         willing to edit the output files.
14515 2003-09-10  Akim Demaille  <akim@epita.fr>
14517         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
14518         and AC_FC_FREEFORM.
14519         * tests/mktests.sh: Skip AC_FC_SRCEXT.
14520         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
14522 2003-09-09  Akim Demaille  <akim@epita.fr>
14524         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
14525         Reported by Gary Vaughan.
14526         * bin/autom4te.in (handle_m4): Likewise.
14528 2003-09-09  Akim Demaille  <akim@epita.fr>
14530         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
14531         trailing files.
14533 2003-09-07  Paul Eggert  <eggert@twinsun.com>
14535         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
14536         Improve the accuracy of the wording about obsolescence.
14537         From a suggestion by Ian Lance Taylor in
14538         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
14540 2003-09-05  Paul Eggert  <eggert@twinsun.com>
14542         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
14543         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
14545 2003-09-04  Akim Demaille  <akim@epita.fr>
14547         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
14548         AC_FUNC_WAIT3.
14550 2003-09-04  Akim Demaille  <akim@epita.fr>
14552         * bin/autom4te.in: Use &fatal where more appropriate than &error.
14553         (freeze): When exiting, use $exit_code.
14554         * lib/autoconf/fortran.m4: Comment changes.
14556 2003-09-04  Akim Demaille  <akim@epita.fr>
14558         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
14560 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
14562         Add support for newer Fortran dialects.  The F77 interface is
14563         unchanged, and continues to support Fortran 77.  New FC macros
14564         correspond to all the old F77 macros, with output variables FC,
14565         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
14566         available dialect, but older dialects can be specified.  There are
14567         new macros AC_FC_SRCEXT to set the source extension, and
14568         AC_FC_FREEFORM to accept free-form source files.
14570         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
14571         New macros.
14572         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
14573         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
14574         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
14575         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
14576         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
14577         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
14578         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
14579         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
14580         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
14581         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
14582         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
14583         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
14584         AC_FC_SRCEXT, AC_FC_FREEFORM):
14585         New macros.
14586         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
14587         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
14588         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
14589         Rewrite in terms of the above.
14590         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
14591         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
14592         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
14593         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
14595 2003-09-02  Paul Eggert  <eggert@twinsun.com>
14597         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
14598         Document problems with timestamp resolution that 'make', 'cp -p', and
14599         'touch -r' have.
14601 2003-08-27  Akim Demaille  <akim@epita.fr>
14603         * tests/m4sugar.at (cross_warning): Make sure to enable the
14604         output, so that we can track spurious m4sugar output.
14605         * tests/local.at: Require 2.57.
14606         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
14607         are defaulted by AT_CHECK anyway.
14608         Use AT_CHECK_AUTOM4TE.
14609         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
14610         missing dnl.
14612 2003-08-27  Akim Demaille  <akim@epita.fr>
14614         * bin/autoheader.in: Issue the "Using auxiliary..." message only
14615         when -Wobsolete is set.
14616         Set it on by default.
14617         Suggested by Klee Dienes.
14619 2003-08-27  Akim Demaille  <akim@epita.fr>
14621         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
14622         documentation.
14623         From Guido Draheim.
14625 2003-08-26  Akim Demaille  <akim@epita.fr>
14627         * doc/autoconf.texi (Output): Make clear that one can run code
14628         after AC_OUTPUT.
14630 2003-08-25  Akim Demaille  <akim@epita.fr>
14632         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
14633         CVS Bison.
14635 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
14637         * bin/autoreconf.in (parse_args): Do not pass --no-force to
14638         Automake versions prior to 1.8.
14640 2003-08-25  Akim Demaille  <akim@epita.fr>
14642         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
14643         From Ville Karaila.
14645 2003-08-24  Akim Demaille  <akim@epita.fr>
14647         * configure.ac: Bump to 2.57c.
14649 2003-08-22  Akim Demaille  <akim@epita.fr>
14651         Version 2.57b.
14653         * Makefile.cfg (local-checks-to-skip): New.
14654         * Makefile.maint (local-check): Rename as...
14655         (local-checks-available): this.
14656         (local-check): New.
14658         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
14659         * configure.ac: Require Automake 1.7.6.
14661 2003-08-22  Akim Demaille  <akim@epita.fr>
14663         Output stack traces in warnings.
14665         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
14666         Replace the former...
14667         (m4_warn): Pass the call stack to _m4_warn.
14668         * bin/autom4te.in: Adjust to output the call stack.
14669         * tests/m4sugar.at (m4@&t@_warn): Adjust.
14671 2003-08-22  Akim Demaille  <akim@epita.fr>
14673         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
14674         * bin/autom4te.in: Adjust.
14676 2003-08-21  Akim Demaille  <akim@epita.fr>
14678         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
14679         (&verbose): Remove.
14680         (&getopt): Adjust the note and verb channels, depending upon
14681         --verbose.
14682         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
14683         * bin/autoupdate.in: Adjust.
14684         Use &verb, not &verbose.
14686 2003-08-21  Akim Demaille  <akim@epita.fr>
14688         * bin/autoheader.in (&parse_args): Use &parse_warnings and
14689         &parse_WARNINGS.
14690         ($help): Use Autom4te::ChannelDefs::usage.
14691         * bin/autoscan.in: Use Autom4te::ChannelDefs.
14692         * lib/Autom4te/General.pm: Don't export error: you don't own it.
14694 2003-08-21  Akim Demaille  <akim@epita.fr>
14696         First stab at preserving warnings between calls to autom4te,
14697         including when the cache is used.
14699         There are still several issues: (i) there are too many runs of m4
14700         (one for include, one for warnings, and some more), (ii) warnings
14701         spreading on several lines are not handled gracefully, (iii) the
14702         code meant to have the call stack display for errors does not work
14703         (its handling should move from m4 to autom4te).
14705         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
14706         Use them.
14707         (@preselect): Add m4_warn.
14708         ($exit_status): Remove, use $exit_code.
14709         ($help): Use Autom4te::ChannelDefs::usage.
14710         (&handle_m4): No longer define the m4_warnings.
14711         At each run, extract and report the warnings.
14712         Always cache the result, including if the exit status is on
14713         failure, since if nothing changes, we should result in the same
14714         failure, hence we can use the cache.
14715         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
14716         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
14717         Remove.
14718         (m4_warn): Redefine as a do-nothing: it is its invocation that
14719         matters, as warnings are now reported via traces.
14720         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
14721         the contents of m4_warn: make it _call_ m4_warn, so that tracing
14722         the latter reveals calls to the former.
14724         Adjust the tests.
14726         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
14728 2003-08-21  Akim Demaille  <akim@epita.fr>
14730         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
14731         Use them.
14733 2003-08-21  Akim Demaille  <akim@epita.fr>
14735         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
14736         forward order.
14737         * lib/Autom4te/ChannelDefs.pm: Doc typos.
14738         (&parse_warnings): Accept a list of warning requests.
14739         (&usage): Return a string, not a side effect.
14740         (cross): New warning category.
14742 2003-08-21  Akim Demaille  <akim@epita.fr>
14744         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
14745         (&require_configure_ac): Accept an optional directory argument.
14746         ($configure_ac): Remove.
14747         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
14748         (&catfile): Remove.
14749         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
14750         * bin/autoscan.in: Adjust.
14752 2003-08-20  Akim Demaille  <akim@epita.fr>
14754         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
14755         Reported by Alexandre Duret-Lutz.
14757 2003-08-20  Akim Demaille  <akim@epita.fr>
14759         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
14760         * bin/autom4te: Adjust.
14761         In particular, be Autoconf tools are really silent when properly
14762         working, bind the verbosity of the 'note' channel to $verbose.
14763         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
14764         (&xsystem, &contents): Remove, since they are exported by...
14765         * lib/Autom4te/FileUtils.pm: this.
14766         More perldoc.
14767         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
14768         * lib/Autom4te/FileUtils.pm: here.
14770 2003-08-20  Akim Demaille  <akim@epita.fr>
14772         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
14773         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
14774         from CVS Automake.
14776 2003-08-20  Akim Demaille  <akim@epita.fr>
14778         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
14779         (autom4te-update): New.
14780         * Makefile.cfg (update): Bind autom4te-update.
14782 2003-08-19  Derek Price  <derek@ximbiot.com>
14784         * lib/autotest/general.m4: Comment various HELP_* diversions.
14785         (PARSE_ARGS_BEGIN): New section for option parsing related
14786         initialization.
14787         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
14788         package specific options and associated help.
14790 2003-08-19  Akim Demaille  <akim@epita.fr>
14792         * config/announce-gen, Makefile.cfg: New.
14793         * Makefile.am: Adjust.
14794         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
14796 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
14798         * lib/autom4te.in (Automake-preselections): Preselect
14799         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
14800         and m4_sinclude.
14802 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
14804         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
14805         (Autoconf-without-aclocal-m4): ... this new language.
14806         * doc/autoconf.texi (autom4te Invocation): Mention
14807         Autoconf-without-aclocal-m4.
14809 2003-08-18  Derek Price  <derek@ximbiot.com>
14811         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
14812         RUN-IF-PASS optional arguments.
14814 2003-08-18  Derek Price  <derek@ximbiot.com>
14816         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
14818 2003-08-16  Derek Price  <derek@ximbiot.com>
14820         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
14821         STDOUT & STDERR arguments.
14823 2003-08-14  Derek Price  <derek@ximbiot.com>
14825         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
14826         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
14827         shorter column three.  Add DESCRIPTION to log file content.
14829 2003-08-13  Derek Price  <derek@ximbiot.com>
14831         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
14832         output.
14834 2003-08-12  Derek Price  <derek@ximbiot.com>
14836         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
14837         (AT_CHECK_NOESCAPE): Move core functionality to...
14838         (_AT_CHECK): ...this new macro.
14840 2003-08-07  Derek Price  <derek@ximbiot.com>
14842         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
14843         (AT_CHECK_NOESCAPE): ...to this new macro.
14845 2003-07-31  Paul Eggert  <eggert@twinsun.com>
14847         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
14848         in Bash 2.01.  Problem reported by Brian Gough in
14849         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
14851 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
14853         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
14854         -lcrt1.o, for OS X.  (trivial change)
14856 2003-07-07  Paul Eggert  <eggert@twinsun.com>
14858         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
14859         inside '#ifndef __cplusplus'.  Problem reported by
14860         Bob Friesenhahn.
14862 2003-07-06  Bill Clarke  <llib@computer.org>
14864         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
14865         'long', not 'int', for benefit of Sun's recent C++ compilers
14866         (trivial change).  See:
14867         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
14868         (This really should be 'intptr_t', not 'long', but that would
14869         take more work.)
14871 2003-06-25  Akim Demaille  <akim@epita.fr>
14873         * lib/Makefile.am (autom4te.cfg): Make it read only.
14874         Depend on Makefile since it contains substitutions.
14875         From Paolo Bonzini.
14876         * lib/autom4te.in (args): Add local.at? for Autotest args.
14877         This change was made on autom4te.cfg which is generated.
14878         Reported by Raja R. Harinath.
14880 2003-06-25  Akim Demaille  <akim@epita.fr>
14882         * doc/autoconf.texi (Header Portability): sys/mount.h.
14883         From Gareth McCaughan.
14885 2003-06-23  Akim Demaille  <akim@epita.fr>
14887         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
14888         not all of them.  This fixes 1. the fact that when testing
14889         Autoconf there are many many config.log, 2. the incorrect use of
14890         top_srcdir to find config.log.
14891         Don't mix the detailed output of failed test with the summary of
14892         failures.  Rather, append detailed log afterwards.
14894 2003-06-23  Akim Demaille  <akim@epita.fr>
14896         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
14897         always run: output config.log on $at_group_log.
14899 2003-06-23  Akim Demaille  <akim@epita.fr>
14901         * tests/torture.at (#define header templates): Don't use quotes in
14902         C++ comments as it puzzles Emacs' sh font-lock-mode.
14904 2003-06-23  Akim Demaille  <akim@epita.fr>
14906         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
14907         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
14908         * tests/atspecific.m4: Rename as...
14909         * tests/local.at: This.
14910         * tests/suite.at: Move the globals into...
14911         * tests/local.at: here.
14912         * tests/Makefile.am: Adjust.
14913         * doc/autoconf.texi (testsuite Scripts): Adjust.
14915 2003-06-21  Kevin Ryde  <user42@zip.com.au>
14917         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
14918         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
14919         ensuring we add -std1 for full-ANSI.
14921         * doc/autoconf.texi (hdrindex): New macro.
14922         Add index entries for portability of various standard header files.
14924 2003-06-20  Akim Demaille  <akim@epita.fr>
14926         * configure.ac: Bump to 2.57b.
14928 2003-06-20  Akim Demaille  <akim@epita.fr>
14930         Version 2.57a.
14932 2003-06-20  Akim Demaille  <akim@epita.fr>
14934         * bin/autom4te.in: Don't rely on $HOME being defined.
14935         Reported by Marc Espie as PR/233.
14937 2003-06-20  Akim Demaille  <akim@epita.fr>
14939         * lib/autotest/general.m4: Use at_times_file only if used.
14940         From Nicolas Joly.
14942 2003-06-20  Akim Demaille  <akim@epita.fr>
14944         * config/config.guess, config/config.sub, config/elisp-comp,
14945         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
14946         Update from masters.
14948 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
14950         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
14951         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
14952         (TEST_SCRIPT): New diversion.
14953         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
14954         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
14955         (AT_INIT): Support for expected failures.
14957 2003-06-02  Akim Demaille  <akim@epita.fr>
14959         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
14960         changes.
14961         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
14962         Autoconf nor Automake.
14963         (&contents): New, from Automake.
14964         PODify.
14966 2003-05-28  Paul Eggert  <eggert@twinsun.com>
14968         * NEWS, doc/autoconf.texi (Particular Functions),
14969         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
14970         is the inverse of localtime.
14972 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
14974         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
14975         (handle_exec_errors): New function.  Work around $! being
14976         altered by WEXITSTATUS.
14977         (xqx, xsystem): Use handle_exec_errors.
14979 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
14981         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
14982         Do not call `_exit()', simply modify `$?'.
14983         (xsystem): Reset $! before running system, and check it afterward.
14984         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
14985         63 for version mismatches.
14987 2003-05-23  Akim Demaille  <akim@epita.fr>
14989         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
14990         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
14991         the middle of a line).
14992         * lib/m4sugar/m4sugar.m4: Likewise.
14993         Remove useless spaces in comments.
14995 2003-05-23  Akim Demaille  <akim@epita.fr>
14997         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
14998         exit 63, so that we (or Automake's "missing") can tell the
14999         difference with a plain failure.
15000         * doc/autoconf.texi (Notices): Adjust.
15002 2003-05-23  Akim Demaille  <akim@epita.fr>
15004         * Makefile.am, bin/Makefile.am, config/Makefile.am,
15005         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
15006         White spaces cleanup.
15008 2003-05-22  Jim Meyering  <jim@meyering.net>
15009             Paul Eggert  <eggert@twinsun.com>
15011         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
15012         Remove `#include <stdlib.h>' from the list; we should never
15013         make confdefs.h include <stdlib.h> or <cstdlib>, because the
15014         resulting namespace pollution would cause other tests to fail.
15015         Configure scripts run with some older versions of g++ and HP's
15016         aCC would fail due to such an #include.  Problems reported by
15017         Matthew Mueller in <http://bugs.debian.org/120704> and by
15018         Keith Bostic in
15019         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
15020         In the test, use the test declaration before including <stdlib.h>,
15021         as that's closer to how it'll be used.
15023 2003-05-23  Akim Demaille  <akim@epita.fr>
15025         * doc/autoconf.texi (Header Portability): ucred.h.
15026         From Ian Redfern.
15028 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
15030         Overhaul Autotest's logging: generate separate log files
15031         in testsuite.dir/NNN/testsuite.log, and append them to
15032         testsuite.log instead of re-running the test verbosely.
15034         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
15035         file descriptor, write 0 to at_status_file instead of setting
15036         at_status=0, initialize some new variables (at_status_file,
15037         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
15038         to rerun the tests, instead append the at_group_log to the
15039         at_suite_log when a test fails.
15040         (AT_SETUP): pipe the test case's output into at_tee_pipe,
15041         with the AS_MESSAGE_LOG_FD redirected to stdout.
15042         (AT_CLEANUP): save the output status in $at_status_file
15043         and restore it, redirect the AS_MESSAGE_LOG_FD back to
15044         its original place.
15045         (AT_CHECK): since tests are run with a redirected stdout,
15046         and used to be re-run in verbose mode, turn some $at_verbose
15047         into echo, and don't redirect the output of testing stdout
15048         and stderr.
15050         * lib/autotest/autoconf.texi (testsuite Scripts): Update
15051         the name of the debugging directory and information about
15052         its contents.
15054 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
15056         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
15057         parameter.
15059 2003-05-22  Akim Demaille  <akim@epita.fr>
15061         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
15062         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
15063         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
15064         * lib/autoconf/status.m4: Fix and adjust copyright notices.
15066 2003-05-22  Akim Demaille  <akim@epita.fr>
15068         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
15069         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
15070         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
15071         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
15072         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
15073         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
15074         * lib/autoconf/status.m4, lib/autoconf/types.m4,
15075         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
15076         * tests/atspecific.m4, tests/base.at, tests/compile.at,
15077         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
15078         * tests/tools.at, tests/torture.at:
15079         Whitespace clean up.
15080         Suggested by Jim Meyering.
15082 2003-05-22  Akim Demaille  <akim@epita.fr>
15084         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
15085         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
15086         Reported by Jim Meyering.
15088 2003-05-22  Akim Demaille  <akim@epita.fr>
15090         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
15091         Add AC_HELP_STRING  to the obsolete macros section.
15092         Typos.
15093         Use '@.' for sentences that ended in a capital letter.
15094         From Art Haas.
15096 2003-05-22  Akim Demaille  <akim@epita.fr>
15098         * config/config.guess, config/config.sub, config/elisp-comp,
15099         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
15100         * config/texinfo.tex, doc/standards.texi: Update from masters.
15102 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
15104         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
15105         it to eval.
15107 2003-05-21  Akim Demaille  <akim@epita.fr>
15109         * bin/autoupdate.in ($m4): Fix quotation.
15110         Reported by Martin Mokrejs.
15112 2003-05-19  Paul Eggert  <eggert@twinsun.com>
15114         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
15115         Remove non-ASCII characters.
15117 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
15119         * tests/semantics.at (AC_SEARCH_LIBS): New test.
15120         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
15121         AC_CHECK_HEADERS_NEW): New tests.
15123 2003-05-17  Akim Demaille  <akim@epita.fr>
15125         * lib/autoconf/functions.m4: Use the default includes so that
15126         memcmp be declared before being tested.
15127         Reported by Sander Niemeijer.
15128         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
15129         * doc/autoconf.texi (Default Includes): Document
15130         AC_INCLUDES_DEFAULT.
15132 2003-05-17  Akim Demaille  <akim@epita.fr>
15134         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
15135         * doc/autoconf.texi (Obsolete Macros): Adjust.
15136         Reported by Werner LEMBERG and Debian Bug 190886.
15138 2003-05-16  Akim Demaille  <akim@epita.fr>
15140         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
15141         user name space clashes.
15142         Reported by Bruno Haible.
15144 2003-05-16  Akim Demaille  <akim@epita.fr>
15146         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
15147         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
15148         them uniform, and more robust to Perl special characters.
15149         Reported by Martin Mokrejs.
15151 2003-05-14  Akim Demaille  <akim@epita.fr>
15153         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
15155 2003-05-14  Akim Demaille  <akim@epita.fr>
15157         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
15158         linux/irda.h.
15160 2003-05-12  Akim Demaille  <akim@epita.fr>
15162         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
15163         message.
15164         From Matthias Andree.
15166 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
15168         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
15169         and truncate.
15171 2003-05-06  Akim Demaille  <akim@epita.fr>
15173         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
15174         longer updates aclocal.m4 if useless, (ii) if a file m4_included
15175         by aclocal.m4 is changed it might require the importing of another
15176         m4 extension file, i.e., aclocal must be run.
15178         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
15179         (&parse_args): Use --force with aclocal if required and supported.
15180         (&autoreconf_current_directory): Use &run_aclocal.
15182 2003-05-06  Akim Demaille  <akim@epita.fr>
15184         Lock autom4te's cache.
15186         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
15187         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
15188         argument instead of a file name, so that the request file remains
15189         open during the whole autom4te run.
15190         ($icache_file): New.
15191         (&freeze): Lock the $icache_file.
15193 2003-04-29  Derek Price  <derek@ximbiot.com>
15195         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
15196         seperator with m4_append_uniq().  It doesn't work.
15197         (AT_CLEANUP): Add `;' to end of at_help_all.
15198         (AT_INIT): Allow --keywords to be specified more than once.  When
15199         grepping $at_help_all for keywords, use the field and keyword
15200         seperators to ensure a complete keyword match.  Alter at_prev handling
15201         to support the new --keywords behavior.
15203 2003-04-27  Karl Berry  <karl@freefriends.org>
15205         * doc/autoconf.texi: Make the dir entries in the autoconf manual
15206         align better with others.  I also made some of the individual
15207         entries on one line, for brevity and to make it easier for me to
15208         sort my dir-example file in the Texinfo distribution :).
15210 2003-04-12  Jim Meyering  <jim@meyering.net>
15212         * NEWS: Mention the new macro.
15213         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
15214         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
15215         * tests/c.at: Test AC_C_RESTRICT.
15216         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
15218 2003-04-08  Akim Demaille  <akim@epita.fr>
15220         * bin/ifnames.in: Skip C++ comments.
15221         From Jeremy Yallop.
15223 2003-04-08  Akim Demaille  <akim@epita.fr>
15225         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
15226         From Ilya Zakharevich.
15228 2003-04-08  Akim Demaille  <akim@epita.fr>
15230         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
15231         net/if.h, stdlib.h.
15233 2003-04-01  Derek Price  <derek@ximbiot.com>
15235         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
15236         from Akim's checkin of 2003-03-29.
15238 2003-04-01  Derek Price  <derek@ximbiot.com>
15240         * tests/torture.at (Configuring subdirectories): Add missing
15241         close-quote for Akim's change from 2003-03-28.
15243 2003-04-01  Akim Demaille  <akim@epita.fr>
15245         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
15246         (AC, AT, MS): these.
15247         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
15248         New.
15249         Use them.
15250         * doc/Makefile.am (CLEANFILES): Adjust.
15251         (TEXI2DVI): Make it --batch.
15253 2003-03-31  Derek Price  <derek@ximbiot.com>
15255         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
15256         which removed the main loop.
15257         Thanks to Akim Demaille.
15259 2003-03-29  Akim Demaille  <akim@epita.fr>
15261         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
15262         that starts a GUI.
15263         From Ilya Zakharevich.
15265 2003-03-29  Akim Demaille  <akim@epita.fr>
15267         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
15268         documentation to read is Autoconf's.
15269         Suggested by Paul Eggert.
15271 2003-03-28  Akim Demaille  <akim@epita.fr>
15273         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
15274         reading the section "Present But Cannot Be Compiled" when the
15275         header causes problems.
15277 2003-03-28  Akim Demaille  <akim@epita.fr>
15279         * tests/torture.at (Configuring subdirectories): Require aclocal
15280         1.4, otherwise the test fails, as it does support configure.ac.
15281         This fixes the "test 40 failed" bug reports.
15283 2003-03-28  Akim Demaille  <akim@epita.fr>
15285         * doc/autoconf.texi (C Compiler): `#line' portability.
15286         From Paul Eggert and Nelson H. F. Beebe.
15288 2003-03-27  Derek Price  <derek@ximbiot.com>
15290         * lib/autotest/general.m4: Eliminate main loop and reorganize test
15291         layout in order to allow scripting around test groups.
15293 2003-03-27  Derek Price  <derek@ximbiot.com>
15295         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
15296         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
15297         use new diversions in preparation for accepting new arguments and
15298         allowing scripting around tests.
15299         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
15301 2003-03-26  Derek Price  <derek@ximbiot.com>
15303         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
15304         obsolete AC_HELP_STRING.
15305         (AC_HELP_STRING): AU_DEFUN to...
15306         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
15307         * tests/m4sh.at (AS_HELP_STRING): New test.
15309         * tests/acgeneral.at: Regenerated.
15311 2003-03-26  Derek Price  <derek@ximbiot.com>
15313         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
15314         sense.  Verbosify the diversion definitions comment.
15316 2003-03-26  Derek Price  <derek@ximbiot.com>
15318         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
15319         AS_PREPARE.
15321 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
15323         * doc/autoconf.texi (Present But Cannot Be Compiled):
15324         Grammar fixes and minor rewording. (trivial change)
15326 2003-03-06  Paul Eggert  <eggert@twinsun.com>
15328         Work around a problem noted by Nelson H. F. Beebe with coreutils
15329         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
15330         2002/05/09) rejects '#line 32768 "configure"' because the line
15331         number overflows.
15332         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
15333         #line directives.
15334         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
15335         * doc/autoconf.texi (Generating Sources): Document this.
15337 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
15339         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
15340         file name for the m4 program, when it has an "exe" file extension.
15341         DJGPP's error messages include the error code in brackets -
15342         remove the error code during normalization.
15344 2003-02-28  Akim Demaille  <akim@epita.fr>
15346         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
15348 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
15350         * doc/autoconf.texi (Limitations of Make): Remove the section
15351         about `$<' in inference rules, it was a bogus interpretation of
15352         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
15353         Tru64 make in the "target lookup" section.
15354         (Automake): Automake 1.5+ no longer requires special tools to be
15355         present on the developer's host.
15357 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
15359         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
15360         to a shell that can handle redirection or quoting correctly.
15361         Override SHELL with the shell detected by configure.
15362         Use of $^O suggested by Tim van Holder.
15363         * bin/autom4te.in (BEGIN): Likewise.
15364         * bin/autoreconf.in (BEGIN): Likewise.
15365         * bin/autoscan.in (BEGIN): Likewise.
15366         * bin/autoupdate.in (BEGIN): Likewise.
15367         * bin/ifnames.in (BEGIN): Likewise.
15369         * bin/ifnames.in: Add final newline to help and version messages.
15371         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
15372         to cope with DOS-style absolute paths, when constructing
15373         ${ac_make}.
15375         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
15376         When constructing paths with IFS=:, quote the path. If we're
15377         constructing a DOS-style absolute path, we don't want to split it
15378         on the colon.
15380         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
15381         in description.
15383 2003-02-25  Pavel Roskin  <proski@gnu.org>
15385         * bin/autoheader.in: Add missing newline when printing
15386         suggestion how change AC_DEFINE call.
15388 2003-02-24  Paul Eggert  <eggert@twinsun.com>
15390         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
15391         2002-09-01 patch by replacing "test -n" with "test -z".
15392         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
15393         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
15395         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
15396         to fix a mismatch between example and discussion.
15398 2003-02-24  Kevin Ryde  <user42@zip.com.au>
15400         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
15401         format starting with "-".
15403 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
15405         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
15406         is not portable inside Makefile.
15408 2003-02-20  Akim Demaille  <akim@epita.fr>
15410         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
15411         compiler says yeah, but preproc says nope, compiler is right.
15412         Conversely, prompt the reader to send a bug report to the
15413         maintainers of the package, not of Autoconf.
15415 2003-02-20  Klee Dienes  <kdienes@apple.com>
15417         * bin/autoreconf.in (autoreconf_current_directory): Properly
15418         handle an empty aclocal.m4.
15420 2003-02-20  Akim Demaille  <akim@epita.fr>
15422         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
15423         $ac_prefix_program.
15424         From Larry Jones.
15426 2002-12-23  Paul Eggert  <eggert@twinsun.com>
15428         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
15429         innocuous variant befor including <limits.h> or <assert.h>.  This
15430         works around a bug reported by Albert Chin: HP-UX 11i
15431         (and earlier versions) have a <limits.h> that declares
15432         gettimeofday and many other functions.
15434 2002-12-03  Paul Eggert  <eggert@twinsun.com>
15436         Version 2.57.
15438         * NEWS, configure.ac: Update version.
15440         * doc/fdl.texi: Upgrade to FDL version 1.2.
15442         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
15443         nontrivially in main's body, so that f's external declaration is
15444         not optimized away in AIX.  This should fix the bug reported by
15445         Martin Frydl in
15446         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
15448         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
15449         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
15450         defined, to support freestanding compilers.  This should fix the
15451         bug reported by Momchil Velkov in
15452         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
15454         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
15455         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
15456         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
15457         by Simon Josefsson in
15458         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
15460         * Makefile.maint (www-gnu): New macro.
15461         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
15462         the location has moved.
15464 2002-12-02  Martin Frydl  <martin@systinet.com>
15466         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
15467         \(.*\) match is too long and there is something more to be checked.
15468         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
15470 2002-11-15  Akim Demaille  <akim@epita.fr>
15472         Version 2.56.
15474         * config/install-sh: chmod +x.
15475         From Paul Eggert.
15476         * config/move-if-change: Indenting changes.
15477         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
15478         * configure.ac (AM_INIT_AUTOMAKE): here.
15479         Require 1.7.1.
15481 2002-11-14  Akim Demaille  <akim@epita.fr>
15483         Version 2.55.
15485         * config/config.guess, config/config.sub, config/install-sh:
15486         Update from masters.
15488 2002-11-14  Akim Demaille  <akim@epita.fr>
15490         * Makefile.maint: Sync with Bison, i.e.:
15491         (po-check): Scan .l and .y files instead of the
15492         .c and the .h files that they generate.  This fixes the bug
15493         reported by Tim Van Holder in:
15494         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
15495         Look for N_ as well as for _.  Try to avoid matching #define for
15496         N_ and _.
15497         From Paul Eggert.
15499 2002-11-14  Akim Demaille  <akim@epita.fr>
15501         * doc/autoconf.texi (C Compiler): Compiling several files at once.
15502         From Paul Eggert and Albert Chin-A-Young.
15504 2002-11-14  Akim Demaille  <akim@epita.fr>
15506         * doc/autoconf.texi (C Compiler): Solitary backslashes.
15507         From Paul Eggert and Albert Chin-A-Young.
15509 2002-11-14  Kevin Ryde  <user42@zip.com.au>
15511         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
15512         than assigning in main, to avoid HP cc +O3 optimizing it away.
15514 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
15516         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
15517         option.  Process --recheck after parsing all options.  Pass -q
15518         option to configure on --recheck.
15519         (AC_OUTPUT): Pass -q from configure to config.status.
15520         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
15521         arguments to record.
15522         * doc/autoconf.texi (config.status Invocation): Document
15523         config.status -q option.
15525 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
15527         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
15528         Makefile.in if Makefile.am exists.
15529         (output): Strip `.am' from Makefiles.  Don't
15530         output AC_CONFIG_FILES if no Makefiles were found.
15532 2002-11-07  Akim Demaille  <akim@epita.fr>
15534         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
15535         (local_updates): New.
15536         * Makefile.maint: Update, from CVS Bison.
15537         (local_updates): New.
15539 2002-11-06  Akim Demaille  <akim@epita.fr>
15541         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
15542         declaration in extern "C" too.
15543         Reported by Roberto Bagnara.
15545 2002-11-06  Akim Demaille  <akim@epita.fr>
15547         * tests/torture.at (Configuring subdirectories): Don't use grep
15548         -w.
15549         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
15550         Reported by Ezra Peisach.
15552 2002-11-05  Akim Demaille  <akim@epita.fr>
15554         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
15555         Remove.
15556         We _have_ to stop using the old compatibility scheme that tried to
15557         avoid useless backslashes because Libtool 1.4.3 contains a
15558         AC_DEFINE([error_t], [int],
15559         [Define to a type to use for \`error_t' if it is not
15560         otherwise available.])
15561         We _have_ to quote the single quote and backslashes with \.  The
15562         old compatibility scheme saw that ` was backslashed, and therefore
15563         did not quote the single quote.  Hence before this patch, Autoconf
15564         was not compatible with Libtool.
15566 2002-11-04  Paul Eggert  <eggert@twinsun.com>
15568         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
15569         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
15570         LC_NAME, LC_PAPER, LC_TELEPHONE.
15571         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
15573 2002-11-04  Akim Demaille  <akim@epita.fr>
15575         Version 2.54c.
15577         * Makefile.maint (update, cvs-update, po-update, do-po-update):
15578         New.
15579         * config/texinfo.tex: Update.
15581 2002-11-03  Akim Demaille  <akim@epita.fr>
15583         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
15584         from...
15585         (&autoreconf): here.
15586         ($help, $make, &parse_args, &autoreconf_current_directory):
15587         Support -m/--make.
15588         * doc/autoconf.texi (autoreconf Invocation): Adjust.
15590 2002-10-31  Bruno Haible  <bruno@clisp.org>
15592         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
15593         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
15594         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
15595         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
15596         to ac_cv_func_realloc_0_nonnull.
15597         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
15599 2002-10-31  Akim Demaille  <akim@epita.fr>
15601         The test suite was no longer checking for trailing envvars and files.
15603         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
15604         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
15606 2002-10-31  Akim Demaille  <akim@epita.fr>
15608         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
15609         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
15610         Make variable, not a shell variable.
15611         Suggested by Bruno Haible.
15613 2002-10-31  Akim Demaille  <akim@epita.fr>
15615         * bin/autom4te.in (load_configuration): Reject #args out of any
15616         language.
15618 2002-10-31  Akim Demaille  <akim@epita.fr>
15620         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
15621         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
15622         (_AC_RUN_IFELSE): Use it.
15623         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
15624         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
15625         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
15626         inline it.
15628 2002-10-30  Akim Demaille  <akim@epita.fr>
15630         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
15631         * doc/autoconf.texi (autom4te Invocation): Adjust.
15632         Suggested by Tim van Holder.
15634 2002-10-29  Paul Eggert  <eggert@twinsun.com>
15636         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
15637         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
15638         Problem reported by Bruno Haible.
15640 2002-10-29  Akim Demaille  <akim@epita.fr>
15642         * doc/autoconf.texi (Header Templates): Put also in words what the
15643         pictures says to assist free style readers.
15644         (Customizing autom4te): s/--cache=/--cache /.
15646 2002-10-29  Akim Demaille  <akim@epita.fr>
15648         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
15649         sys/wait.h.
15650         sparc_address_test returns void.
15651         Use it with an argument, as prototyped.
15652         From Bruno Haible.
15654 2002-10-29  Akim Demaille  <akim@epita.fr>
15656         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
15657         configure.in, not configure.ac.
15658         Reported by Bruno Haible.
15660 2002-10-29  Akim Demaille  <akim@epita.fr>
15662         * tests/torture.at (Deep Package): New test.
15663         (Configuring subdirectories): Don't use a testSubDir as Autotest
15664         now does it itself.
15666 2002-10-29  Akim Demaille  <akim@epita.fr>
15668         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
15669         * doc/autoconf.texi (Invoking autom4te): Rename as...
15670         (autom4te Invocation): this, for consistency with the other nodes.
15672 2002-10-29  Akim Demaille  <akim@epita.fr>
15674         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
15675         Reported by Ralf Corsepius.
15677 2002-10-29  Akim Demaille  <akim@epita.fr>
15679         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
15680         characters is a back as an `obsolete' warning now.
15681         Reported by Ralf Corsepius.
15683 2002-10-28  Akim Demaille  <akim@epita.fr>
15685         * configure.ac: Bump to 2.54c.
15687 2002-10-28  Akim Demaille  <akim@epita.fr>
15689         Version 2.54b.
15691         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
15693 2002-10-28  Akim Demaille  <akim@epita.fr>
15695         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
15696         m4 executable names, and different GNU M4 version.
15697         Reported by Ezra Peisach and Paul Jarc.
15699 2002-10-27  Akim Demaille  <akim@epita.fr>
15701         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
15702         AC_RUN_IFELSE.
15704 2002-10-27  Akim Demaille  <akim@epita.fr>
15706         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
15707         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
15708         Die when a simple Fortran program cannot be compiled.
15709         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
15710         Issue a warning if no function is given.
15712 2002-10-27  Akim Demaille  <akim@epita.fr>
15714         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
15715         Move the documentation of AC_TRY_RUN to...
15716         (Obsolete Macros): here.
15717         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
15718         (autoconf Invocation): Remove the duplicates with `invoking
15719         autom4te'.
15720         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
15721         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
15723 2002-10-27  Akim Demaille  <akim@epita.fr>
15725         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
15726         and AC_LANG_FUNC_LINK_TRY.
15727         (Examining Libraries): Rename as...
15728         (Running the Linker): this.
15729         Document AC_LINK_IFELSE.
15730         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
15731         (Obsolete Macros): here.
15732         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
15733         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
15734         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
15735         * lib/autoconf/headers.m4 (AC_USG): Likewise.
15737 2002-10-27  Akim Demaille  <akim@epita.fr>
15739         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
15741         More `check config.log' messages.
15743         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
15744         * doc/autoconf.texi (Printing Messages): Document it.
15745         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
15746         appropriate.
15747         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
15748         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
15749         (_AC_COMPILER_OBJEXT): Likewise.
15750         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
15751         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
15752         Likewise.
15753         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
15754         Likewise.
15756         Deprecate macros with unusual interfaces.
15758         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
15759         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
15761         Document the new ones, and proper style.
15763         * doc/autoconf.texi (Generating Sources): New.
15764         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
15765         (Examining Declarations): Rename as...
15766         (Running the Preprocessor): this.
15767         Document AC_PREPROC_IFELSE.
15768         (Examining Syntax): Rename as...
15769         (Running the Compiler): this.
15770         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
15771         (Obsolete Macros): Move the definition of AC_TRY_CPP and
15772         AC_TRY_COMPILE here.
15774 2002-10-27  Akim Demaille  <akim@epita.fr>
15776         Move sections around.
15778         * doc/autoconf.texi (Customizing autom4te): Remove a lost
15779         sentence.
15780         Reported by Burno Haible.
15781         (Language Choice): Now the first section of...
15782         (Writing Tests): this section.
15783         Make the introduction less C-centric.
15784         (Guidelines, Test Functions): Move to...
15785         (Writing Test Programs): this new section.
15786         (Test Programs): Merge into...
15787         (Run Time): this.
15789 2002-10-27  Akim Demaille  <akim@epita.fr>
15791         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
15792         autom4te.in that resulted in the need for two `make' runs.
15794 2002-10-27  Akim Demaille  <akim@epita.fr>
15796         * configure.ac: Bump to 2.54b.
15798 2002-10-25  Akim Demaille  <akim@epita.fr>
15800         Version 2.54a.
15802         * Makefile.maint: Update from the Coreutils.
15803         (AMTAR): Remove, obsolete.
15804         (automake_repo): Update to redhat.com.
15805         (cvs_file): New.
15806         Adjust to the fact that ansi2knr is now hosted by Automake.
15807         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
15808         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
15809         Update from masters.
15810         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
15811         autoscan.pre is not to be installed, and autoscan.list is not to
15812         be shipped.
15813         (CLEANFILES): Add autoscan.list.
15814         (autoscan.list): Disable the cache.
15815         * bin/Makefile.am: Include freeze.mk.
15817 2002-10-25  Akim Demaille  <akim@epita.fr>
15819         * bin/autom4te.in (&load_configuration): Take the file as
15820         argument.
15821         (&parse_args): Handle -C, --cache.
15822         ($help): Adjust.
15823         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
15824         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
15825         * doc/autoconf.texi (Invoking autom4te): Document --cache.
15826         Now a subsection of...
15827         (Using autom4te): This new section.
15828         (Customizing autom4te): New.
15829         (autom4te.cache): Adjust.
15831 2002-10-25  Akim Demaille  <akim@epita.fr>
15833         * doc/autoconf.texi (Generic Headers): More information on how to
15834         use AC_CHECK_HEADERS.
15836 2002-10-25  Akim Demaille  <akim@epita.fr>
15838         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
15839         Space changes.
15841 2002-10-25  Akim Demaille  <akim@epita.fr>
15843         * bin/autoscan.in (output): Output AC_PREREQ.
15844         (%needed_macros): Add AC_PREREQ so that configure.ac without one
15845         be reported.
15847 2002-10-23  Akim Demaille  <akim@epita.fr>
15849         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
15850         document _Bool.
15852 2002-10-23  Akim Demaille  <akim@epita.fr>
15854         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
15855         Reported by Peter Eisentraut.
15857 2002-10-23  Akim Demaille  <akim@epita.fr>
15859         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
15860         type _Bool.
15861         Fix a typo.
15862         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
15863         Eggert's recommandations.
15865 2002-10-22  Akim Demaille  <akim@epita.fr>
15867         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
15868         Bison, by Paul Eggert.
15869         * doc/autoconf.texi (Particular Headers): Document it.
15871 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
15873         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
15874         `$ac_configure_args'.
15876 2002-10-22  Akim Demaille  <akim@epita.fr>
15878         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
15879         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
15880         From Art Haas.
15882 2002-10-22  Akim Demaille  <akim@epita.fr>
15884         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
15886         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
15887         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
15888         (_AC_CHECK_HEADER_NEW): Rename as...
15889         (AC_CHECK_HEADER): this.
15891 2002-10-22  Akim Demaille  <akim@epita.fr>
15893         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
15894         words about HP-UX cmp: it was actually a user-written cmp.
15896 2002-10-22  Akim Demaille  <akim@epita.fr>
15898         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
15899         are a few warnings.
15900         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
15901         Quote for Perl '' strings, not "".
15902         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
15903         strings.
15905 2002-10-22  Akim Demaille  <akim@epita.fr>
15907         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
15908         characters is a syntax warning now.
15909         (_AS_QUOTE): Accept $2 as list of characters to quote.
15910         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
15911         Quote for Perl, not sh.
15912         * bin/autoheader.in: When $debug, report the file which is
15913         `do'ne.
15914         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
15915         `@', to tickle Perl's lists.
15916         Reported by Carlos Velasco.
15918 2002-10-18  Akim Demaille  <akim@epita.fr>
15920         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
15921         missing included files _are_ errors.
15922         Thanks to Alexandre Duret-Lutz.
15923         * tests/tools.at (autom4te cache): Adjust.
15924         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
15925         (AT_CHECK_M4SUGAR): Use it.
15926         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
15927         Adjust.
15928         * tests/tools.at (autom4te): Now it does exit 1.
15930 2002-10-17  Akim Demaille  <akim@epita.fr>
15932         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
15933         Fixes the `AC_ARG_VAR' test failures.
15934         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
15935         * lib/freeze.mk (check-forbidden-patterns): New.
15936         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
15937         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
15938         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
15939         /dev/null.
15940         Reported months ago by H. Merijn Brand.
15942 2002-10-17  Akim Demaille  <akim@epita.fr>
15944         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
15946 2002-10-16  Paul Eggert  <eggert@twinsun.com>
15948         * Makefile.maint (wget_files): Remove ansi2knr.c.
15949         (ansi2knr.c-url_prefix): Remove.
15951 2002-10-16  Akim Demaille  <akim@epita.fr>
15953         Because of caching, some files that no longer exist and are no
15954         longer required can still cause errors.
15955         Reported by Alexandre Duret-Lutz.
15957         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
15958         to frozen files in @ARGV, as @ARGV must remain being a list of
15959         files.  Rather, at M4 call sites, use this...
15960         (&files_to_options): New function.
15961         (&freeze): Use &error.
15962         (&up_to_date): If a file that was included according to the cache
15963         is no longer there, then the output is out dated.
15964         (&main): Don't even check whether a file is up to date is anyway
15965         --force is given.
15966         * tests/tools.at (autom4te cache): New.
15968 2002-10-16  Akim Demaille  <akim@epita.fr>
15970         * bin/autoconf.as: Kill dead options.
15971         * bin/autoupdate.in (&parse_args): Kill old options.
15972         * bin/autoreconf.in (&parse_args): Remove dead options.
15973         Factor some code.
15974         (&autoreconf): Report the directories we enter *and leave*, so
15975         that error messages can be easily located, and use GNU Make
15976         format, so that Emacs' compile mode understands us.
15977         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
15978         if some file was changed instead of `print'.
15979         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
15980         (&parse_args): Remove the dead options.
15981         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
15982         autoheader's quiet mode.
15983         (AT_CHECK_AUTOUPDATE): Likewise.
15984         * tests/tools.at (autoupdate): Adjust.
15985         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
15987 2002-10-11  Akim Demaille  <akim@epita.fr>
15989         No longer use CPP to check for the existing of headers: use CC to
15990         check for compilability.
15992         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
15993         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
15994         (_AC_CHECK_HEADER_NEW): Rename as...
15995         (AC_CHECK_HEADER): this.
15997         * lib/autotest/general.m4 (AT_INIT): Include the failed test
15998         numbers in the Subject suggestion.
16000 2002-10-11  Akim Demaille  <akim@epita.fr>
16002         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
16003         Suggest using AC_CHECK_DECLS instead.
16005 2002-10-11  Akim Demaille  <akim@epita.fr>
16007         * tests/torture.at (AC_ARG_VAR): Have configure report the value
16008         of `precious'.
16010 2002-10-11  Akim Demaille  <akim@epita.fr>
16012         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
16013         file name to enable parallel executions.
16014         From Sam Varshavchik.
16016 2002-10-08  Akim Demaille  <akim@epita.fr>
16018         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
16019         aclocal invocation, as Gettext macros might not be visible to
16020         aclocal.
16021         Instead of blindly running autopoint, scan configure.ac (not the
16022         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
16023         Reported by Paul D. Smith.
16025 2002-10-08  Paul Eggert  <eggert@twinsun.com>
16027         Work around problems found when POSIXLY_CORRECT=1 is set.
16028         None of this seems to have anything to do with POSIX, really,
16029         but it's how Perl getopt works.
16030         * bin/autom4te.in (parse_args): Configure GetOpt with
16031         "permute", too.
16032         * doc/autoconf.texi (Invoking autom4te):
16033         --warning -> --warnings.
16034         * lib/autom4te.in: --warning -> --warnings.
16036 2002-09-28  Akim Demaille  <akim@epita.fr>
16038         * doc/autoconf.texi (autom4te.cache): New section.
16040 2002-09-28  Akim Demaille  <akim@epita.fr>
16042         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
16043         (Automake-preselections): Update.
16044         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
16046 2002-09-28  Akim Demaille  <akim@epita.fr>
16048         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
16049         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
16050         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
16051         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
16053 2002-09-28  Akim Demaille  <akim@epita.fr>
16055         * tests/torture.at (Configuring subdirectories): Be robust to
16056         users who use config.site to require for a cache: in this case,
16057         the two last configure runs, using two different sets of
16058         arguments, trigger a legitimate error.
16060 2002-09-28  Akim Demaille  <akim@epita.fr>
16062         * tests/m4sh.at (Functions Support, Functions and return Support):
16063         New.
16065 2002-09-28  Akim Demaille  <akim@epita.fr>
16067         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
16068         autoheader are Perl programs.
16069         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
16070         (autom4te): Specify that the sources are in the $srcdir.
16071         * doc/autoconf.texi (Installation Directory Variables): Adjust.
16073 2002-09-28  Akim Demaille  <akim@epita.fr>
16075         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
16076         (tm_zone): Move their rules to...
16077         * lib/autoconf/types.m4: here, using AN_ macros.
16078         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
16079         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
16080         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
16081         * lib/autoconf/programs.m4: here.
16082         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
16083         (ETAGS_FOR_AUTOCONF): New.
16084         Use it.
16086 2002-09-28  Akim Demaille  <akim@epita.fr>
16088         * lib/autoconf/autoscan.m4: New file.
16089         * lib/autoconf/autoconf.m4: Include it.
16090         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
16091         that were listed in the original autoscan.list.
16092         * lib/autoconf/headers.m4: Similarly with headers.
16093         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
16094         (.m4.m4f): Don't pass --prepend-include, since that's done by
16095         tests/autom4te itself.
16096         * lib/autoscan/Makefile.am: Include freeze.mk.
16097         (autoscan.list): New target --this file is no longer a source.
16098         (autoscan.pre): New file.
16100 2002-09-28  Akim Demaille  <akim@epita.fr>
16102         * bin/autoscan.in (@kinds): Make them singular.
16103         Adjust all uses.
16104         (&init_tables): When --debug, report the list of rules to ease
16105         tracking changes in autoscan.list.
16106         * lib/autoscan/autoscan.list (function): Strip comments, sort.
16108 2002-09-28  Akim Demaille  <akim@epita.fr>
16110         * lib/autoscan/functions, lib/autoscan/headers,
16111         * lib/autoscan/identifiers, lib/autoscan/makevars,
16112         * lib/autoscan/programs: Merge into...
16113         * lib/autoscan/autoscan.list: this.
16114         * bin/autoscan.in (&init_tables): Adjust.
16116 2002-09-28  Akim Demaille  <akim@epita.fr>
16118         * lib/autoscan/functions, lib/autoscan/headers,
16119         * lib/autoscan/identifiers, lib/autoscan/makevars,
16120         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
16121         `functions' line is now prefixed with `function:'.
16122         * bin/autoscan.in (&init_tables): Adjust.
16124 2002-09-28  Akim Demaille  <akim@epita.fr>
16126         From now on, autoscan files must always map a macro name to a
16127         word: there is no `default' macro for autoscan.
16129         * bin/autoscan.in (&init_tables): Reject entries with no macro at
16130         all.
16131         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
16132         explicit.
16134 2002-09-28  Akim Demaille  <akim@epita.fr>
16136         * bin/autoscan.in (%c_keywords): Remove.
16137         (&used): Keep only track of the words we might be interested in.
16138         (&output_kind): It is no longer needed to look for non active
16139         checks.
16141 2002-09-27  Akim Demaille  <akim@epita.fr>
16143         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
16144         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
16145         * lib/autoscan/functions: Adjust.
16146         * doc/autoconf.texi (Particular Functions): Adjust.
16148 2002-09-27  Akim Demaille  <akim@epita.fr>
16150         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
16151         from /tmp.
16152         Thanks to Bill Moseley and Paul Eggert.
16153         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
16154         the tmpdir must be created.
16155         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
16156         dir be in the build tree, instead of $TMPDIR.
16158 2002-09-27  Akim Demaille  <akim@epita.fr>
16160         * bin/autoscan.in: Improve the comments.
16161         (&parse_args): Drop obsolete undocumented options.
16162         (&output_kind): Output warnings.
16163         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
16164         (getwd): Trigger a warning.
16166 2002-09-26  Akim Demaille  <akim@epita.fr>
16168         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
16169         Reported by Ralf Corsepius.
16170         * doc/autoconf.texi (autoreconf Invocation): Likewise.
16172 2002-09-26  Akim Demaille  <akim@epita.fr>
16174         Single suffix rules and seperated dependencies are not portable.
16176         * doc/autoconf.texi (Installation Directory Variables): Update.
16177         (Limitations of Make): Some about `Single Suffix Rules and
16178         Separated Dependencies'.
16179         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
16180         (ifnames, autoscan, autom4te): Un-factor into several rules.
16182 2002-09-25  Paul Eggert  <eggert@twinsun.com>
16184         * BUGS (Interoperability bugs): New section.  Mention libtool
16185         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
16187 2002-09-24  Paul Eggert  <eggert@twinsun.com>
16189         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
16190         make handles suffix-rules differently from GNU make.
16192         * bin/Makefile.am (SUFFIXES, .in): Remove.
16193         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
16194         Move the body of the old .in rule here.
16196 2002-09-16  Akim Demaille  <akim@epita.fr>
16198         i960 compilers create `b.out' files by default.
16199         Reported by Ralf Corsepius.
16201         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
16202         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
16204 2002-09-13  Paul Eggert  <eggert@twinsun.com>
16206         * doc/autoconf.texi (Particular Headers): Remove obsolete
16207         reference to `struct timezone' in the description of
16208         AC_HEADER_TIME.
16210 2002-09-13  Akim Demaille  <akim@epita.fr>
16212         Version 2.54.
16214         * config/config.sub, config/config.guess: Update.
16215         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
16216         * Makefile.am: Adjust.
16218 2002-09-13  Akim Demaille  <akim@epita.fr>
16220         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
16221         reading config.log when the compiler is rejected.
16222         Suggested by Guido Draheim.
16224 2002-09-13  Akim Demaille  <akim@epita.fr>
16226         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
16227         (chdir_init) might hang when stat'ing mounted directories.
16228         Reported by Vance Shipley.
16230 2002-09-12  Akim Demaille  <akim@epita.fr>
16232         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
16233         the lists.
16235 2002-09-12  Akim Demaille  <akim@epita.fr>
16237         * doc/autoconf.texi (Defining Symbols): Present two different
16238         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
16239         difference between 1 argument calls, and 2-3 argument calls.
16241 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
16243         * doc/autoconf.texi: Review grammar and punctuation.
16245 2002-09-11  Paul Eggert  <eggert@twinsun.com>
16247         * doc/autoconf.texi: Fix minor formatting, spelling, and
16248         grammatical typos.
16249         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
16250         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
16251         is obsolescent.
16253 2002-09-11  Akim Demaille  <akim@epita.fr>
16255         * doc/autoconf.texi (Questions): Rename as...
16256         (FAQ): this.
16257         (Defining Directories): New.
16259 2002-09-09  Akim Demaille  <akim@epita.fr>
16261         * doc/autoconf.texi (Making testsuite Scripts): Update.
16262         Suggested by Nishio Futoshi.
16264 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
16266         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
16267         plain `@' is wanted.
16269 2002-09-09  Akim Demaille  <akim@epita.fr>
16271         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
16272         `duplicates', since the algorithm was too naive and could keep
16273         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
16274         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
16275         Reported by Ralf Corsepius.
16276         * tests/torture.at (Configuring subdirectories): Exercise these
16277         cases.
16279 2002-09-09  Akim Demaille  <akim@epita.fr>
16281         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
16282         looking for a replacement file.
16283         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
16284         directory is relative.
16285         * doc/autoconf.texi (Generic Functions): Clarify the replacement
16286         directory definition.
16287         Reported by Andreas Schwab and Jim Meyering.
16289 2002-09-06  Akim Demaille  <akim@epita.fr>
16291         * doc/autoconf.texi (Setting Output Variables): Clarify what
16292         precious variables are.
16293         Suggested by Pontus Skoeld.
16295 2002-09-05  Akim Demaille  <akim@epita.fr>
16297         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
16298         (ifnames, autoscan, autom4te): Since we don't only depend on
16299         configure.ac variables (such as VERSION etc.), but also on prefix
16300         and so forth, depend on Makefile, not configure.ac.
16301         Reported by Alexandre Duret-Lutz.
16302         * doc/autoconf.texi (Installation Directory Variables): Adjust.
16304 2002-09-05  Kevin Ryde  <user42@zip.com.au>
16306         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
16307         doesn't seem to be confined to ia64, just say "some versions".
16309 2002-09-04  Akim Demaille  <akim@epita.fr>
16311         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
16312         Automake 1.6c.
16313         * Makefile.am (maintainer-clean-local): Remove.
16314         (MAINTAINERCLEANFILES): Remove COPYING.
16316 2002-09-03  Paul Eggert  <eggert@twinsun.com>
16318         * doc/autoconf.texi (Configuration Commands): Remove obsolete
16319         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
16320         Brinkmann.
16322 2002-09-03  Akim Demaille  <akim@epita.fr>
16324         * configure.ac: Bump to 2.53d.
16325         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
16326         as of today, on Automake's team suggestion.
16328 2002-09-03  Akim Demaille  <akim@epita.fr>
16330         Version 2.53c.
16332 2002-09-02  Akim Demaille  <akim@epita.fr>
16334         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
16335         SITE_MACRO_DIR.
16336         * configure.ac: Disable SITE_MACRO_DIR.
16338 2002-09-02  Jim Meyering  <meyering@lucent.com>
16340         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
16341         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
16342         Also, tweak grammar: s/make sure to/be sure to/.
16344 2002-09-02  Paul Eggert  <eggert@twinsun.com>
16346         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
16347         directory names are generally preferable to physical names.
16349 2002-09-02  Akim Demaille  <akim@epita.fr>
16351         * lib/Autom4te/General.pm (&update_file): s/die/error/.
16352         Reported by Raja R. Harinath.
16353         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
16354         * bin/autoupdate.in: Use error instead of die.
16356 2002-09-01  Paul Eggert  <eggert@twinsun.com>
16358         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
16359         ordinary shell concatenation rather than echo+tr+sed command that
16360         runs afoul of a long-line-related sed bug in Solaris 8.
16362         * bin/autoheader.in (parse_args): --warning -> --warnings.
16364         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
16365         stdout, as traditional "ls" does.
16366         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
16367         _AC_COMPILER_EXEEXT_O): Likewise.
16368         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
16370         * bin/autoconf.as: Add --prepend-include option.  This patch was
16371         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
16372         but bin/autoconf.in is generated automatically from bin/autoconf.as.
16374         * bin/autoconf.in, configure: Regenerate.
16376         * doc/autoconf.texi (Special Shell Variables): Mention
16377         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
16379         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
16380         MAILPATH and set PS1, PS2, PS4 to default values, to work
16381         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
16382         For LC_ALL etc, first try to set to "C" as POSIX requires and as
16383         the Autoconf documentation specifies; fall back to "unset" only if
16384         this fails.  Use a shell for-loop for this rather than an m4 loop,
16385         to shorten the output script.
16387 2002-08-30  Paul Eggert  <eggert@twinsun.com>
16389         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
16390         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
16391         for the CDPATH problem.  Document PWD.
16392         (Limitations of Builtins): Document the problem that "cd $foo" and
16393         "ls $foo" may refer to different directories in shells conforming
16394         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
16395         example, since the old example is now out of date.
16397         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
16398         FOO" and "ls FOO" talk about different directories; this catches
16399         problems when POSIX 1003.1-2001 "cd" fails due to symlink
16400         spaghetti.
16402         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
16403         of rolling our own unset.
16404         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
16405         in practice we needn't worry about CDPATH if unset doesn't work.
16407         * Makefile.in, aclocal.m4, bin/Makefile.in,
16408         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
16409         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
16410         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
16411         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
16412         tests/Makefile.in: Regenerate with Automake 1.6.3.
16414         * config/config.guess, config/config.sub, config/mkinstalldirs:
16415         Update.
16417         * configure: Regenerate with self.
16419 2002-08-30  Kevin Ryde  <user42@zip.com.au>
16421         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
16422         default output.
16424 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16426         * bin/autom4te.in (Request::load): Correctly test for "do" read
16427         failure.
16429 2002-08-29  Akim Demaille  <akim@epita.fr>
16431         * lib/Autom4te/General.pm (&xqx): New.
16432         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
16433         hand, which is not portable.
16434         (&error): New.
16435         * bin/autom4te.in: Use them.
16436         Use &error instead of die.
16437         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
16438         Adjust.
16440 2002-08-17  Paul Eggert  <eggert@twinsun.com>
16442         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
16443         default list of compilers to try, since it was long ago superseded
16444         by the ksh fc builtin.  Suggested by Steven G. Johnson.
16446 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
16448         * doc/autoconf.texi (Invoking autom4te): End the option table,
16449         fixing a bug introduced by the previous patch.
16450         (Limitations of Make): Add a 'target lookup' subentry in the
16451         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
16453 2002-07-29  Mark D. Roth  <roth@feep.net>
16455         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
16456         options and use $AUTOM4TE_PATH.
16457         * doc/autoconf.texi: Remove documentation of autom4te
16458         --include-envvar and --site-macro-subdir options and document
16459         use of $AUTOM4TE_PATH.
16460         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
16461         arguments from each language section.
16463 2002-07-29  Paul Eggert  <eggert@twinsun.com>
16465         * doc/install.texi: Include copyright symbol in copyright notice.
16467         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
16468         Replace with:
16469         (AM_MAKEINFOFLAGS): New macro.
16470         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
16471         * Makefile.am (INSTALL): Use the new macros.
16472         Use -o rather than --output, since "missing" does not grok --output.
16474 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
16476         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
16477         comments do not always work. Never trust the exit status of
16478         `make -k'.
16480 2002-07-24  Kevin Ryde  <user42@zip.com.au>
16482         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
16483         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
16485 2002-07-23  Paul Eggert  <eggert@twinsun.com>
16487         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
16488         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
16489         apparently treats PATH="nonexistent" as if it contained ".".
16490         Bug reported by Stefan `Sec' Zehl.
16492 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
16494         * doc/autoconf.texi (Limitations of Make): Mention the special
16495         handling of the obj/ directory by BSD make.
16497 2002-07-20  Kevin Ryde  <user42@zip.com.au>
16499         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
16500         backslashes.
16502 2002-07-19  Akim Demaille  <akim@epita.fr>
16504         * doc/autoconf.texi (Function Portability): `exit'.
16505         (Programming in M4sh): Ethymology of M4sh.
16507 2002-07-19  Akim Demaille  <akim@epita.fr>
16509         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
16511 2002-07-18  Akim Demaille  <akim@epita.fr>
16513         Version 2.53b.
16515 2002-07-18  Akim Demaille  <akim@epita.fr>
16517         * config/config.guess, config/config.sub: Update.
16519 2002-07-18  Akim Demaille  <akim@epita.fr>
16521         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
16522         Automake's parts.
16524         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
16525         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
16526         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
16528 2002-07-18  Akim Demaille  <akim@epita.fr>,
16529             Alexandre Duret-Lutz  <duret_g@epita.fr>
16531         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
16532         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
16534 2002-07-17  Russ Allbery  <rra@stanford.edu>
16536         * doc/autoconf.texi (Initializing configure): Clarify the
16537         description of the tarname default.
16539 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
16541         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
16542         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
16543         latter was not run.
16545 2002-07-17  Akim Demaille  <akim@epita.fr>
16547         * lib/Autom4te/General.pm (find_file): Browse the directories in
16548         the order they are given.
16550 2002-07-17  Akim Demaille  <akim@epita.fr>
16552         * tests/wrapsh.as, tests/wrappl.as: Merge into...
16553         * tests/wrapper.as: this.
16554         * tests/Makefile.am, configure.ac: Adjust.
16556 2002-07-17  Mark D. Roth  <roth@feep.net>
16558         * configure.ac: Add --enable-site-macro-dir option.
16559         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
16560         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
16561         --site-macro-subdir options.
16562         * bin/autoconf.in: Add --prepend-include option.
16563         * bin/autoheader.in: Add --prepend-include option.
16564         * bin/autoreconf.in: Add --prepend-include option.
16565         * bin/autoscan.in: Add --prepend-include option.
16566         * bin/autoupdate.in: Add --prepend-include option.
16567         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
16568         macro directory, remove note that include path directories are
16569         used in reverse order, and document --prepend-include option.
16570         * lib/autom4te.in: Use --prepend-include instead of --include.
16571         * tests/wrapsh.in: Use --prepend-include instead of --include.
16573 2002-07-17  Akim Demaille  <akim@epita.fr>
16575         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
16576         tarnames.
16577         * doc/autoconf.texi (Initializing configure): Adjust.
16579 2002-07-17  Akim Demaille  <akim@epita.fr>
16581         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
16582         (_AC_FUNC_MALLOC): New.
16583         (AC_FUNC_MALLOC): Use the latter.
16584         Define HAVE_MALLOC to 0 if broken.
16585         * doc/autoconf.texi (Particular Functions): Adjust.
16587 2002-07-16  Akim Demaille  <akim@epita.fr>
16589         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
16590         * doc/autoconf.texi (C Compiler): Adjust.
16592 2002-07-09  Akim Demaille  <akim@epita.fr>
16594         * doc/autoconf.texi: Properly set the ``header'' part.
16596 2002-07-09  Akim Demaille  <akim@epita.fr>
16598         * doc/autoconf.texi (Systemology): Some about Darwin.
16600 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
16602         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
16603         Don't use AC_REQUIRE in AU_DEFUN.
16605 2002-07-09  Art Haas  <ahaas@neosoft.com>
16607         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
16609 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
16611         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
16612         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
16613         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
16614         so that Emacs setups GNU style for perl-mode and cperl-mode.
16616 2002-06-27  Paul Eggert  <eggert@twinsun.com>
16618         * config/install-sh: Quote $src.  Prefer || to test's -o option,
16619         as per "Limitations of Builtins".
16620         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
16621         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
16623         * tests/mktests.sh: Use grep instead of fgrep, as per
16624         "Limitations of Builtins".
16626 2002-06-15  Paul Eggert  <eggert@twinsun.com>
16628         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
16629         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
16630         so that we consistently test the just-built programs.
16631         * tests/wrappl.as: Likewise.
16633 2002-06-12  Paul Eggert  <eggert@twinsun.com>
16635         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
16636         name, so that symlinks to 'autoconf' work properly.  Bug reported
16637         by Bruno Haible.
16638         * bin/autoheader.in (AUTOM4TE): Likewise.
16639         * bin/autoreconf.in (autoconf, autoheader): Likewise.
16640         * bin/autoscan.in (autom4te): Likewise.
16641         * bin/autoupdate.in (autom4te): Likewise.
16643         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
16644         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
16645         on Solaris 2.5.1.
16647 2002-06-11  Andreas Schwab  <schwab@suse.de>
16649         * doc/autoconf.texi: Add more dir entries.
16651 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
16653         * bin/autom4te.in ($cache): Don't define using `$me', the name
16654         of the cache should not depend on the name under which autom4te
16655         was installed.
16657 2002-06-07  Akim Demaille  <akim@epita.fr>
16659         * tests/tools.at (autoconf: forbidden tokens, basic)
16660         (autoconf: forbidden tokens, exceptions): Adjust to the change of
16661         words in autom4te.in.
16663 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
16665         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
16666         _AC_LANG_PROGRAM_C_F77_HOOKS.
16668 2002-06-07  Akim Demaille  <akim@epita.fr>
16670         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
16671         rename as...
16672         (AC_REPLACE_FNMATCH): this.
16673         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
16674         AC_FUNC_FNMATCH_GNU.
16676 2002-06-07  Akim Demaille  <akim@epita.fr>
16678         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
16679         Rosetta Stone for Unix.
16681 2002-06-07  Akim Demaille  <akim@epita.fr>
16683         * bin/autom4te.in (warn_forbidden): When rejecting a token,
16684         suggest m4_pattern_allow.
16685         Suggested by Adam J. Richter.
16687 2002-06-07  Akim Demaille  <akim@epita.fr>
16689         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
16690         ac_config_libobj_dir.
16691         (AC_CONFIG_LIBOBJ_DIR): New.
16692         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
16693         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
16694         Use ac_config_libobj_dir to find the replacement files.
16695         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
16696         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
16697         (AC_REPLACE_FNMATCH_GNU): these.
16698         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
16699         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
16700         * tests/mktests.sh (ac_exclude_list): Don't check
16701         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
16703 2002-06-06  Paul Eggert  <eggert@twinsun.com>
16705         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
16706         if ln doesn't work.
16707         * NEWS: Likewise.
16708         * doc/autoconf.texi (Configuration Links): Likewise.
16709         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
16711 2002-06-05  Paul Eggert  <eggert@twinsun.com>
16713         * config/config.guess, config/config.sub, config/texinfo.tex:
16714         Update from masters.
16716 2002-05-29  Paul Eggert  <eggert@twinsun.com>
16718         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
16719         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
16720         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
16721         Likewise.
16722         * lib/autoconf/Makefile.am (check-local): Likewise.
16723         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
16724         * lib/autoconf/types.m4 (commentary only): Likewise.
16725         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
16726         * lib/autotest/Makefile.am (check-local): Likewise.
16727         * lib/m4sugar/Makefile.am (check-local): Likewise.
16728         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
16729         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
16731         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
16732         * doc/autoconf.texi (Particular Programs): Document them.
16733         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
16734         * NEWS: Likewise.
16736 2002-05-27  Paul Eggert  <eggert@twinsun.com>
16738         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
16739         * NEWS, doc/autoconf.texi (Particular Types): Document it.
16740         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
16741         instead of AC_MBSTATE_T, which never existed.
16743 2002-05-23  Akim Demaille  <akim@epita.fr>
16745         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
16746         version of Autoconf that is discussed.
16748 2002-05-22  Paul Eggert  <eggert@twinsun.com>
16750         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
16751         from the default list of compilers to try.  Suggested by
16752         Kate Hedstrom.
16753         * NEWS: Document the above.
16754         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
16756 2002-05-17  Paul Eggert  <eggert@twinsun.com>
16758         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
16759         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
16760         This improves on an earlier suggestion by H. Peter Anvin.
16762 2002-05-16  Paul Eggert  <eggert@twinsun.com>
16764         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
16765         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
16766         Both macros now accept an optional source-dir arg.
16767         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
16769         * NEWS: Document this.
16770         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
16772         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
16773         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
16774         not for GNU extensions; this undoes part of the 2000-11-03 change,
16775         reverting to 2.13-compatible behavior.
16776         Add new optional argument DIR.
16777         (AC_FUNC_FNMATCH_GNU): New macro.
16779         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
16781 2002-05-08  Paul Eggert  <eggert@twinsun.com>
16783         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
16784         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
16785         and it causes a 'test' syntax error if it fails.
16786         Bug reported by Stephen Gildea.
16788         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
16789         If prototypes are supported, use them to check this at compile-time,
16790         instead of trying to check it at run-time.  If we must do a run-time
16791         check, assume that setvbuf is standard when cross-compiling, as
16792         nonstandard setvbuf occurs only on ancient and unlikely hosts.
16793         Bug reported by Paul D. Smith.
16795         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
16796         argument specifying location of getloadavg.c.  This removes a
16797         FIXME.  This idea was taken from Jim Meyering's implementation in
16798         textutils.
16799         * doc/autoconf.texi (Particular Functions): Document this.
16800         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
16801         that's what the code does; this fixes a bug reported by
16802         Paul D. Smith.
16804 2002-05-03  Akim Demaille  <akim@epita.fr>
16806         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
16807         autopoint instead of gettextize.
16808         ($uses_alocal): Rename as...
16809         ($uses_aclocal): this.
16810         * doc/autoconf.texi (autoreconf Invocation): Adjust.
16811         Suggested by Bruno Haible.
16813 2002-05-03  Akim Demaille  <akim@epita.fr>
16815         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
16817 2002-04-29  Paul Eggert  <eggert@twinsun.com>
16819         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
16820         files to be 1 second older; just set them to be the same time.
16821         Also, sleep 1 second after the first aclocal, to work around
16822         problems with sub-second time stamps on the input files.
16824 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
16826         * doc/autoconf.texi: Mention "set -e -x" lossage
16827         under node "Limitations of Builtins".
16829 2002-04-29  Akim Demaille  <akim@epita.fr>
16831         * doc/install.texi: Better wording for setting variables when
16832         running configure.
16833         From Christian Cornelssen.
16835 2002-04-29  Akim Demaille  <akim@epita.fr>
16837         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
16838         of lack of $LINENO support, then the test will compare the $LINENO
16839         in testsuite vs. the lineno in the test file.  This is wrong, of
16840         course.
16841         Be sure to protect it.
16842         Reported by Patrick Welche.
16844 2002-04-25  Akim Demaille  <akim@epita.fr>
16846         * doc/autoconf.texi (Obsolete Macros): Typo.
16847         Reported by Vladimir Volovich.
16849 2002-04-25  Akim Demaille  <akim@epita.fr>
16851         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
16852         than some of the input files, hence, on the second run of aclocal,
16853         if some of its input are younger, make them older.
16854         Suggested by Paul Eggert.
16856 2002-04-25  Akim Demaille  <akim@epita.fr>
16858         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
16859         Thanks to Paul Eggert.
16861 2002-04-25  Akim Demaille  <akim@epita.fr>
16863         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
16864         and ac_subst_vars be sh variables containing the list of
16865         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
16866         DEFAULT diversion.
16867         (_AC_INIT_PREPARE): Use them to log them.
16868         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
16869         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
16870         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
16871         _AC_SUBST_FILES and _AC_SUBST_VARS.
16872         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
16874 2002-04-24  Akim Demaille  <akim@epita.fr>
16876         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
16877         autoheader, so that automake does not complain about a missing
16878         config.h.in that was to be created.
16880 2002-04-23  Akim Demaille  <akim@epita.fr>
16882         * bin/autoheader.in (parse_args): --warning takes an argument.
16883         Fixes PR/220.
16885 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
16887         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
16888         and bb.out when cleaning up.
16890 2002-04-22  Akim Demaille  <akim@epita.fr>
16892         Version 2.53a.
16894 2002-04-22  Akim Demaille  <akim@epita.fr>
16896         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
16898 2002-04-22  Akim Demaille  <akim@epita.fr>
16900         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
16901         comma.
16902         Reported by Gregory Giannoni.
16904 2002-04-22  Akim Demaille  <akim@epita.fr>
16906         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
16907         Fixes false failures on Darwin.
16909 2002-04-21  Paul Eggert  <eggert@twinsun.com>
16911         * TODO, bin/autoupdate.in, doc/autoconf.texi,
16912         lib/autoconf/general.m4, lib/autoconf/libs.m4,
16913         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
16914         tests/tools.at: Minor spelling and grammar fixes.
16916 2002-04-20  Paul Eggert  <eggert@twinsun.com>
16918         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
16919         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
16920         * lib/autotest/general.m4 (AT_INIT): Likewise.
16921         * tests/atgeneral.m4 (AT_INIT): Likewise.
16923 2002-04-19  Paul Eggert  <eggert@twinsun.com>
16925         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
16926         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
16927         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
16928         lib/autoconf/functions.m4, lib/autoconf/general.m4,
16929         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
16930         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
16931         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
16932         Minor spelling and grammar fixes.
16934         * doc/autoconf.texi: Follow the outline suggested in the GNU
16935         Sample Texts sections of the Texinfo 4.2 manual.  Most
16936         importantly, this makes sure that the copyright notices appear in
16937         all output formats.  You probably need Texinfo 4.2 to generate
16938         the manual now.
16940         Fix some bugs when using "$@" when there might be zero positional
16941         arguments in cases where this matters.
16943         * bin/autoconf.as: Rewrite so that the problem does not come up.
16944         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
16945         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
16946         * lib/autotest/general.m4 (AT_INIT): Likewise.
16948         * bin/autoheader.in: Use 'case' statement to work around problem.
16949         * bin/auto4mte.in: Likewise.
16950         * bin/autoreconf.in: Likewise.
16951         * bin/autoscan.in: Likewise.
16952         * bin/autoupdate.in: Likewise.
16953         * bin/ifnames.in: Likewise.
16955         * doc/autoconf.texi (Shell Substitutions): Document the problem.
16957         * lib/autotest/general.m4 (AT_INIT):
16958         Use Zsh alias to work around problem.
16959         * tests/atgeneral.m4 (AT_INIT): Likewise.
16961         * tests/c.at: We can't have zero arguments, so remove workaround
16962         that is not portable to Zsh.
16964 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
16966         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
16967         from aclocal.m4 too.
16969 2002-04-12  Akim Demaille  <akim@epita.fr>
16971         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
16973 2002-04-10  Akim Demaille  <akim@epita.fr>
16975         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
16976         workaround for ${1+"$@"}.
16977         * doc/autoconf.texi (Shell Substitutions): Explain it.
16978         From Oliver Kiddle and Peter Stephenson.
16980         Have M4sh perform minimal shell sanitizing.
16982         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
16983         part into...
16984         (_AS_PREPARE): this new macro.
16985         (AS_PREPARE): New.
16986         (AS_INIT): Invoke AS_SHELL_SANITIZE.
16987         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
16989         Adjust Autoconf and Autotest.
16991         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
16992         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
16993         * lib/autotest/general.m4 (AT_INIT): Likewise.
16994         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
16995         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
16996         AS_SHELL_SANITIZE.
16998         Use this M4sh to generate Autoconf's shell scripts.
17000         * tests/wrapsh.as: New, precursor of wrapsh.in.
17001         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
17002         on Autotest and M4sh.
17003         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
17004         (wrapsh.in): New target.
17005         * bin/autoconf.as: New, precursor of autoconf.in.
17006         (autoconf.in): New target.
17008 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
17010         * doc/autoconf.texi (Limitations of Make): Mention the issue
17011         with indented comments in rules.
17013 2002-04-09  Andreas Schwab  <schwab@suse.de>
17015         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
17016         ac_top_builddir when setting ac_abs_top_builddir.
17018 2002-04-06  Kevin Ryde  <user42@zip.com.au>
17020         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
17021         (Portable Shell): Cross reference to Systemology.
17023 2002-04-05  Akim Demaille  <akim@epita.fr>
17025         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
17026         directories when descending in a SUBDIRS.
17027         Reported by Ezra Peisach.
17029 2002-04-04  Andreas Schwab  <schwab@suse.de>
17031         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
17032         contains no literal separators.
17034 2002-04-03  Akim Demaille  <akim@epita.fr>
17036         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
17037         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
17038         Use dnl, not the KILL diversion.
17039         Extracted from...
17040         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
17041         (AC_CONFIG_LINKS): here.
17042         Adjust.
17043         Don't use the KILL diversion, as it kills spurious output, which
17044         results in failures being hidden.
17045         Use m4_defn where appropriate.
17046         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
17047         after the second argument.
17048         Use m4_defn.
17049         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
17050         syntax, as it is provided by M4sugar.
17051         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
17053 2002-04-03  Andreas Schwab  <schwab@suse.de>
17055         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
17056         expanded if $# <= 2.
17058         * bin/autoreconf.in (autoreconf): Run automake after rerunning
17059         aclocal.
17061 2002-04-03  Akim Demaille  <akim@epita.fr>
17063         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
17064         (_AC_COMPILER_EXEEXT_REJECT): New.
17065         Also recognize *.bb and *.bbg as compilation byproducts.
17066         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
17067         (_AC_COMPILER_OBJEXT): Use them.
17068         Fixes Debian #138666.
17070 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
17072         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
17074         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
17075         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
17076         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
17077         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
17078         (AC_C_CONST): Same.
17079         (AC_C_INLINE): Same.
17080         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
17081         * doc/autoconf.texi, NEWS: Document.
17082         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
17083         AC_C_CROSS.
17085 2002-04-02  Akim Demaille  <akim@epita.fr>
17087         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
17088         _AS_MKDIR_P_PREPARE.
17090 2002-03-28  Kevin Ryde  <user42@zip.com.au>
17092         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
17093         to avoid versions of HP C which don't allow that.
17095 2002-03-27  Paul Eggert  <eggert@twinsun.com>
17097         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
17098         (AS_SHELL_SANITIZE): Invoke it.
17099         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
17101 2002-03-26  Akim Demaille  <akim@epita.fr>
17103         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
17105 2002-03-26  Akim Demaille  <akim@epita.fr>
17107         * doc/autoconf.texi (Introduction): The GNATS base moved.
17109 2002-03-25  Paul Eggert  <eggert@twinsun.com>
17111         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
17112         as POSIX requires, as it doesn't work with Zsh.
17113         * doc/autoconf.texi (Assignments): Document the problem.
17115 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
17117         * doc/autoconf.texi (Limitations of Make): Mention more issue
17118         about VPATH, overriding of macros in sub-makes, and handling of
17119         SHELL.
17121 2002-03-21  Paul Eggert  <eggert@twinsun.com>
17123         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
17124         problem with here-document buffer boundaries.
17126         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
17127         when reinvoking the shell, to work around problems with installers
17128         who put strange things like "cd" commands in their environments.
17130 2002-03-19  Akim Demaille  <akim@epita.fr>
17132         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
17133         From Aaron Ucko.
17135 2002-03-19  Akim Demaille  <akim@epita.fr>
17137         * bin/autoscan.in (scan_file): Specify the location in `&used'
17138         invocations.
17139         From Nicolas Joly.
17141 2002-03-19  Akim Demaille  <akim@epita.fr>
17143         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
17144         From Nishio Futoshi.
17146 2002-03-19  Akim Demaille  <akim@epita.fr>
17148         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
17150 2002-03-18  Paul Eggert  <eggert@twinsun.com>
17152         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
17153         (Limitations of Usual Tools): Add mkdir section.
17155         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
17156         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
17157         back on AS_DIRNAME to compute prefixes otherwise; this is
17158         roughly what mkinstalldirs does.  That way, we need not have
17159         our own filename disassembler.  The old disassembler did not
17160         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
17162         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
17163         Create at_test_all by a series of assignments,
17164         not by a single assignment of a long string.  The latter causes ksh
17165         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
17166         presumably because of a buffer overrun.
17168 2002-03-14  Paul Eggert  <eggert@twinsun.com>
17170         * lib/autotest/general.m4 (at_times_skip):
17171         Renamed from at_times.  Now a boolean.
17172         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
17173         says 'times: not found'.
17175 2002-03-14  Akim Demaille  <akim@epita.fr>
17177         * bin/autoreconf.in (&study_gettextize): New.
17178         (&autoreconf): Handle newest gettextize.
17179         Rerun aclocal if needed.
17180         Suggested by Andreas Schwab.
17182 2002-03-13  Akim Demaille  <akim@epita.fr>
17184         * doc/autoconf.texi (Special Shell Variables): More about IFS.
17186 2002-03-13  Akim Demaille  <akim@epita.fr>
17188         * doc/autoconf.texi (Header Portability): New.
17189         Add information about stdint.h and inttypes.h from Paul Eggert.
17191 2002-03-13  Akim Demaille  <akim@epita.fr>
17193         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
17194         -p'.
17195         From Bob Proulx.
17197 2002-03-12  Akim Demaille  <akim@epita.fr>
17199         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
17200         m4_require.
17202 2002-03-11  Andreas Schwab  <schwab@suse.de>
17204         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
17205         does not do it if --with-lispdir is given.
17207 2002-03-08  Akim Demaille  <akim@epita.fr>
17209         Version 2.53.
17211 2002-03-08  Akim Demaille  <akim@epita.fr>
17213         * doc/autoconf.texi (Subdirectories): Clarify that the
17214         subdirectory should exist.
17216 2002-03-08  Akim Demaille  <akim@epita.fr>
17218         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
17220 2002-03-08  Akim Demaille  <akim@epita.fr>
17222         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
17223         aliases the actual variables, and modifications of the former
17224         affect the latter.
17226 2002-03-08  Akim Demaille  <akim@epita.fr>
17228         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
17229         because of C-c: have m4 output in tmp files, then mv them.
17231 2002-03-08  Akim Demaille  <akim@epita.fr>
17233         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
17234         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
17235         * bin/ifnames.in: Copyright update.
17237 2002-03-08  Akim Demaille  <akim@epita.fr>
17239         * doc/autoconf.texi (Invoking autom4te): New.
17241 2002-03-05  Akim Demaille  <akim@epita.fr>
17243         * doc/autoconf.texi (Specifying Names): Clarification suggested by
17244         Kevin Ryde.
17246 2002-03-05  Akim Demaille  <akim@epita.fr>
17248         Version 2.52i.
17250 2002-03-04  Akim Demaille  <akim@epita.fr>
17252         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
17253         * lib/autoconf/general.m4 (AC_INIT): More informative error
17254         message for LIBOBJ.
17256 2002-03-04  Akim Demaille  <akim@epita.fr>
17258         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
17259         parallel builds.
17261 2002-03-04  Akim Demaille  <akim@epita.fr>
17263         * doc/autoconf.texi (Transforming Names): Equality between target
17264         and host is irrelevant.
17265         (Specifying Names, Canonicalizing): Remove all references to the
17266         backward compatibility hooks.  Rather, collect them all into...
17267         (Hosts and Cross-Compilation): this new section.
17268         * doc/install.texi (System Type): Ditto.
17269         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
17270         that `--host' implies cross-compilation.
17272 2002-03-04  Akim Demaille  <akim@epita.fr>
17274         * doc/autoconf.texi (Evaluation Macros): New.
17275         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
17276         useless.
17277         (_m4_foreach): Define the variant with immediate evaluation so
17278         that it contains exactly the items, not an expression which
17279         evaluation is the current item.
17280         (m4_re_string, m4_re_word): Don't over quote them.
17282 2002-03-04  Akim Demaille  <akim@epita.fr>
17284         Instead of having stacking `shift's evaluated at the end, let
17285         `foreach' loops immediately evaluate them.
17287         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
17288         $*.  This is the n-th time I change my mind, but hopefully this is
17289         the last...
17290         (m4_lquote): New.
17291         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
17292         efficient.
17293         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
17294         it was only a hack for m4_text_wrap.
17295         (m4_car2): Remove, replaced by...
17296         (m4_cdr): New.
17297         (_m4_foreach): Adjust.
17298         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
17299         m4_bpatsubst for clarification.
17301 2002-03-04  Akim Demaille  <akim@epita.fr>
17303         * doc/autoconf.texi (Changequote is Evil): New.
17305 2002-03-03  Kevin Ryde  <user42@zip.com.au>
17307         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
17308         on old systems like SunOS.
17310 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
17312         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
17313         lib/autoconf/functions.m4, lib/autoconf/general.m4,
17314         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
17315         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
17316         of messages.
17318 2002-02-28  Akim Demaille  <akim@epita.fr>
17320         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
17321         message to be sent.
17323 2002-02-28  Kevin Ryde  <user42@zip.com.au>
17325         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
17327 2002-02-25  Akim Demaille  <akim@epita.fr>
17329         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
17330         From Akinori Musha.
17332 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
17334         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
17335         translate \r\n to \n.
17337 2002-02-07  Akim Demaille  <akim@epita.fr>
17339         Version 2.52h.
17341 2002-02-07  Akim Demaille  <akim@epita.fr>
17343         Fix Autoconf PR/209.
17344         Also reported by Frank Denis.
17346         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
17348 2002-02-07  Akim Demaille  <akim@epita.fr>
17350         Fix Autoconf PR/207:
17351         AC_PREFIX_PROGRAM fails with dashed program names
17353         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
17354         variable when looking for the prefix program.
17355         Now it also works for shell variables.
17357 2002-02-07  Akim Demaille  <akim@epita.fr>
17359         * doc/autoconf.texi (Limitations of Builtins): More about
17360         case/esac.
17362 2002-02-06  Akim Demaille  <akim@epita.fr>
17364         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
17365         case/esac, some shells don't support it.
17366         Reported by Zack Weinberg.
17367         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
17369 2002-02-06  Akim Demaille  <akim@epita.fr>
17371         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
17372         sure not to introduce newlines in at_groups.
17373         * lib/autotest/Makefile.am (autotest.m4f): Typo.
17375 2002-02-06  Akim Demaille  <akim@epita.fr>
17377         * tests/torture.at (Configuring subdirectories): Skip if aclocal
17378         is not available.
17380 2002-02-05  Paul Eggert  <eggert@twinsun.com>
17382         * doc/autoconf.texi (Specific Compiler Characteristics):
17383         Describe HP-UX cc bug workaround more accurately.
17384         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
17385         not unsigned long.
17386         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
17387         cross-compilers, too.  This undoes some of the most recent change
17388         to this file.
17390 2002-02-05  Akim Demaille  <akim@epita.fr>
17392         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
17393         to make sure they are up to date when `check' is run.
17395 2002-02-05  Akim Demaille  <akim@epita.fr>
17397         * doc/autoconf.texi (Making testsuite Scripts): Document
17398         package.m4.
17400 2002-02-05  Akim Demaille  <akim@epita.fr>
17402         * lib/freeze.mk: New.
17404 2002-02-05  Akim Demaille  <akim@epita.fr>
17406         Implement `autom4te --freeze'.
17408         * bin/autom4te.in (&freeze): New.
17409         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
17410         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
17412 2002-02-05  Akim Demaille  <akim@epita.fr>
17414         * bin/autom4te.in (&parse_args): Implement `frozen files are
17415         optional are the sum of the previous files on the command line'.
17416         Also, pass `--reload-state=' on them, so...
17417         (handle_m4): don't.
17418         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
17419         (M4sh): Rely on M4sugar.
17420         (Autotest, M4sh, M4sugar): Use frozen files.
17422 2002-01-31  Akim Demaille  <akim@epita.fr>
17424         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
17425         * doc/autoconf.texi (Initializing configure): Adjust.
17427 2002-01-30  Akim Demaille  <akim@epita.fr>
17429         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
17430         alphanumeric to `-' instead of `_'.
17432 2002-01-30  Akim Demaille  <akim@epita.fr>
17434         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
17435         for plain code, the other for cross-compilation code.  The latter
17436         is now run with GCC only.
17437         * doc/autoconf.texi (Compilers and Preprocessors): New.
17439 2002-01-30  Akim Demaille  <akim@epita.fr>
17441         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
17442         values.
17443         * doc/autoconf.texi (Initializing configure): Explain how to
17444         change AC_INIT default values.
17446 2002-01-29  Akim Demaille  <akim@epita.fr>
17448         * tests/torture.at (Configuring subdirectories): Use configure.in,
17449         so that aclocal 1.4 works.
17450         Reported by Alexandre Duret-Lutz and Larry Schmitt.
17452 2002-01-28  Akim Demaille  <akim@epita.fr>
17454         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
17455         needs an argument.
17457 2002-01-28  Akim Demaille  <akim@epita.fr>
17459         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
17460         AUTOTEST_PATH *after* it was set.
17461         Don't put `.' in the PATH: the user should be precise and `./' if
17462         needed.  In addition, given that the test suite does some `cd', if
17463         `.' is in the path, the `tested programs' sections will report
17464         programs found in the test suite's directory, while during the
17465         tests (performed in their own directory), these programs are no
17466         longer visible.  In other words, the results is confusing and
17467         useless.
17468         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
17470 2002-01-24  Akim Demaille  <akim@epita.fr>
17472         Version 2.52g.
17474 2002-01-24  Akim Demaille  <akim@epita.fr>
17476         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
17477         * doc/autoconf.texi: Finally add Akim as an author.
17479 2002-01-24  Akim Demaille  <akim@epita.fr>
17481         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
17482         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
17483         Bourne. Use /bin/sh.
17484         From Andreas Buening.
17486 2002-01-24  Akim Demaille  <akim@epita.fr>
17488         * config/config.guess, config/config.sub, config/texinfo.tex:
17489         Update from masters.
17491 2002-01-24  Akim Demaille  <akim@epita.fr>
17493         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
17494         * config/auxdir.m4, config/cond.m4, config/depend.m4,
17495         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
17496         * config/missing.m4, config/sanity.m4, config/select.m4,
17497         * config/strip.m4: Remove, to ease sync'ing with any version of
17498         Automake.
17500 2002-01-24  Akim Demaille  <akim@epita.fr>
17502         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
17503         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
17504         Reported by Geir Ove Myhr.
17506 2002-01-21  Akim Demaille  <akim@epita.fr>
17508         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
17510 2002-01-21  Akim Demaille  <akim@epita.fr>
17512         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
17513         message on invalid options.
17514         * bin/autom4te.in (parse_args): Don't use
17515         Autoconf::General::getopt with non valid options.
17517 2002-01-17  Jim Meyering  <meyering@lucent.com>
17519         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
17520         $ac_cv_exeext so we don't use an old, invalid, cached value.
17522 2002-01-11  Akim Demaille  <akim@epita.fr>
17524         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
17525         Meyering.
17526         * doc/autoconf.texi (Function Portability): Document the strnlen
17527         limitation.
17528         (Particular Functions): Document AC_FUNC_STRNLEN.
17529         * lib/autoscan/functions: Adjust.
17531 2002-01-06  Akim Demaille  <akim@epita.fr>
17533         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
17534         package.m4, since is really depends upon configure.ac, not
17535         configure.
17536         * doc/autoconf.texi (testsuite Scripts): Adjust.
17537         * tests/Makefile.am (package.m4): New.
17538         EXTRA_DIST it since its a source.
17540 2002-01-06  Akim Demaille  <akim@epita.fr>
17542         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
17543         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
17544         and PACKAGE_BUGREPORT from here...
17545         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
17546         arguments.
17547         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
17548         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
17549         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
17550         * tests/tools.at (autoheader): Adjust.
17551         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
17553 2002-01-06  Akim Demaille  <akim@epita.fr>
17555         * bin/autoscan.in (scan_file): Use `&used'.
17557 2002-01-03  Akim Demaille  <akim@epita.fr>
17559         * doc/autoconf.texi (Output): Improved wording regarding use of
17560         AC_OUTPUT.
17561         From Olly Betts.
17563 2001-12-18  Kevin Ryde  <user42@zip.com.au>
17565         * doc/autoconf.texi (Function Portability): Add notes on sscanf
17566         sometimes needing writable input.
17568 2001-12-17  Jim Meyering  <meyering@lucent.com>
17570         * doc/autoconf.texi (New Macros): Tweak wording.
17572 2001-12-14  Akim Demaille  <akim@epita.fr>
17574         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
17575         trailing files, don't apply `-rf' to files which might not be
17576         created by configure (core, core.*, and *.core), but just `rm -f'.
17577         Suggested by Jonathan Kamens.
17579 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
17581         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
17583 2001-12-14  Akim Demaille  <akim@epita.fr>
17585         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
17587 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
17589         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
17590         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
17591         abs_srcdir, top_srcpath to abs_top_srcdir.
17592         (_AC_OUTPUT_FILES): Adjust.
17593         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
17594         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
17595         * tests/wrappl.in, tests/wrapsh.in: Adjust.
17597 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
17599         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
17600         C/Fortran linking on HP/UX, by extracting the Fortran library
17601         search path from the LPATH line in the $F77 -v output.
17603 2001-12-12  Kevin Ryde  <user42@zip.com.au>
17605         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
17606         forbidden file descriptors table.
17608 2001-11-26  Akim Demaille  <akim@epita.fr>
17610         * bin/autoscan.in (%c_keywords): Build it at top level.
17611         Map to 1 in order to simplify its uses.
17613 2001-11-26  Akim Demaille  <akim@epita.fr>
17615         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
17616         Remove $filepath, useless.
17617         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
17618         variables, they are really part of the tokens.
17619         Split the input line on spaces and then look for tokens.
17620         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
17621         because of `lex$U.$(OBJEXT)'.
17622         (&scan_files): Use "@list" instead of join.
17623         * doc/Makefile.am (CLEANFILES): Add *.fns.
17625 2001-11-26  Akim Demaille  <akim@epita.fr>
17627         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
17628         Remove, replaced by...
17629         * tests/wrappl.in: Be common for all the Perl executables.
17630         In particular autoscan and autoheader want -I.
17631         * configure.ac: Adjust.
17632         * lib/autoscan/headers: errno.h is portable.
17634 2001-11-26  Akim Demaille  <akim@epita.fr>
17636         * bin/autoscan.in (used): New.
17637         Use it.
17639 2001-11-26  Akim Demaille  <akim@epita.fr>
17641         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
17642         directives.
17643         (&scan_sh_file): Remove a duplicate pattern.
17644         (&check_configure_ac): Use long options.
17645         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
17647 2001-11-26  Akim Demaille  <akim@epita.fr>
17649         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
17650         Before, having a line containing the opening of a multi line
17651         comment made the whole line be ignored.
17653 2001-11-26  Akim Demaille  <akim@epita.fr>
17655         * doc/autoconf.texi (Using an Autotest Test Suite): New.
17656         (testsuite Scripts): Be one of its subsection.
17657         (Autotest Logs): New.
17659 2001-11-26  Akim Demaille  <akim@epita.fr>
17661         Test groups are now run two directories deeper.
17663         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
17664         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
17665         at_top_builddir.
17666         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
17667         top_srcdir, builddir and top_builddir.
17668         Use `at_*dir' relatively to the directory containing the
17669         suite, use `*dir' when relatively to the current group dir.
17671 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17673         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
17674         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
17675         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
17676         spelling errors.
17678 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
17680         * doc/autoconf.texi (Using System Type): Add an example of `case
17681         $host' usage so people quit using `case $target' everywhere.
17683 2001-11-22  Akim Demaille  <akim@epita.fr>
17685         * doc/autoconf.texi (Installation Directory Variables): Englishoes
17686         spotted by Jim Meyering.
17688 2001-11-16  Paul Eggert  <eggert@twinsun.com>
17690         This patch implements a `long double' suggestion by Oliver Kiddle.
17692         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
17693         static, to catch errors if the value isn't known at compile-time
17694         and the compiler supports dynamic arrays.  Change its name from
17695         `_array_' to `test_array' to avoid potential name clashes.
17696         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
17697         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
17698         better than double.  Catch a bug in GCC 2.95.2 x86.
17699         * doc/autoconf.texi (C Compiler): Document the above.
17700         * NEWS: Likewise.
17702 2001-11-13  Akim Demaille  <akim@epita.fr>
17704         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
17705         hand.
17706         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
17708 2001-11-13  Akim Demaille  <akim@epita.fr>
17710         * lib/autotest/general.m4 (AT_INIT): After having run the test
17711         group, go back to the initial directory, not to at_suite_dir.
17713 2001-11-13  Akim Demaille  <akim@epita.fr>
17715         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
17716         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
17717         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
17718         option.
17719         (AT_CHECK_CONFIGURE): Use absolute paths.
17720         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
17721         The problem is still the old one: there is no means in M4 (that I
17722         know about) to create a defining macro, because there is no means
17723         to create `$1' etc., therefore, the defining macro ``swallows''
17724         all the arguments meant to the defined macro.
17726 2001-11-13  Akim Demaille  <akim@epita.fr>
17728         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
17729         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
17730         configure.ac.
17731         * tests/aclocal.m4: Remove, as it is no longer used.
17733 2001-11-13  Akim Demaille  <akim@epita.fr>
17735         * lib/autotest/general.m4: Change `tests?' into `groups?' in
17736         variable names when referring to a single test group, or to
17737         `suite' when referring to the whole test suite.
17738         `at_last_test' is removed: m4 compute at_format itself.
17739         (at_stdout, at_stder1, at_stderr): New variables.
17740         (AT_CHECK): Use them.
17742 2001-11-13  Akim Demaille  <akim@epita.fr>
17744         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
17745         in PATH.
17746         Create `testsuite.dir/003/run' instead of `testsuite.003'.
17747         Do it as soon as a test fails, don't wait till the end of the test
17748         suite.
17749         Don't remove $as_me.[0-9]*, since these files no longer exist.
17751 2001-11-13  Akim Demaille  <akim@epita.fr>
17753         * tests/tools.at: Use absolute paths, since we are no longer run
17754         in place.
17756 2001-11-13  Akim Demaille  <akim@epita.fr>
17758         Now that tests are running in their own private dir, there is no
17759         need to list the files to remove at the end of tests groups.
17761         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
17762         (AT_data_files, at_data_files): Remove.
17763         (AT_CLEANUP, AT_DATA): Simplify.
17764         (AT_INIT): Adjust.
17765         Remove the group dir if !debug && !failed.
17766         * tests/atspecific.m4: Adjust.
17768 2001-11-13  Akim Demaille  <akim@epita.fr>
17770         Start a new layout for Autotest: `testsuite' creates
17771         `testsuite.dir' in which the at-check-line etc. files are to be
17772         found, and `testsuite.dir/003' where the test group 3 is run.
17774         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
17775         at_check_line_file, at_format, at_test_normalized, at_group_dir
17776         are new variables.
17777         Create the directories.
17778         Use absolute paths for at- files.
17779         (AT_CHECK): Adjust.
17781 2001-11-11  Michael Matz  <matz@kde.org>
17783         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
17784         (m4_car2): New.
17785         (m4_car): Properly quote arguments.
17787 2001-11-13  Akim Demaille  <akim@epita.fr>
17789         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
17790         with stricter rules on LIBOBJS.
17792 2001-11-12  Paul Eggert  <eggert@twinsun.com>
17794         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
17795         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
17796         __PROTOTYPES too.
17798 2001-11-12  Akim Demaille  <akim@epita.fr>
17800         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
17802 2001-11-12  Akim Demaille  <akim@epita.fr>
17804         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
17805         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
17806         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
17807         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
17808         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
17809         specify to what the macro should be defined (typically to 1).
17811 2001-11-12  Akim Demaille  <akim@epita.fr>
17813         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
17814         From Jim Meyering.
17816 2001-11-12  Akim Demaille  <akim@epita.fr>
17818         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
17819         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
17820         definition used by Automake where LEX is +/- "${missing} lex" and
17821         `missing' itself contains variables.
17823 2001-11-12  Akim Demaille  <akim@epita.fr>
17825         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
17826         Now that M4sh pushes BODY, the comments were output at the end of
17827         the test suites.
17829 2001-11-08  Akim Demaille  <akim@epita.fr>
17831         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
17832         that we can trace macros from aclocal.m4.
17833         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
17834         obsoleted, and redirect to the former anyway.
17835         Reported by Ralf Corsepius.
17837 2001-11-08  Akim Demaille  <akim@epita.fr>
17839         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
17840         processed only if present.
17841         * tests/torture.at (Configuring subdirectories): Use autoreconf
17842         instead of successive calls to autoconf.
17843         Add a nonexistent subdirectory to exercise the patch above.
17844         Reported by Ralf Corsepius.
17846 2001-11-08  Kevin Ryde  <user42@zip.com.au>
17848         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
17849         doesn't accept .S files.
17851 2001-11-07  Akim Demaille  <akim@epita.fr>
17853         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
17854         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
17855         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
17856         * bin/autom4te.in (warn_forbidden): New.
17857         (handle_output): Use it.
17858         Read m4_pattern_forbid with messages.
17860 2001-11-05  Akim Demaille  <akim@epita.fr>
17862         * bin/autom4te.in (--normalize): Remove.
17863         * lib/autom4te.in: Adjust.
17865 2001-11-05  Akim Demaille  <akim@epita.fr>
17867         * tests/Makefile.am (testsuite): Rename this target as...
17868         ($(TESTSUITE)): this.
17869         From Nicolas Joly.
17871 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
17873         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
17874         the --prefix option, also remove it's argument.
17876 2001-11-05  Akim Demaille  <akim@epita.fr>
17878         * doc/autoconf.texi (testsuite Invocation): Update.
17879         (Writing testsuite.at): Update.
17881 2001-11-03  Akim Demaille  <akim@epita.fr>
17883         * doc/autoconf.texi: s/@code/@command/ where appropriate.
17885 2001-11-03  Akim Demaille  <akim@epita.fr>
17887         * lib/Autom4te/General.pm: (&catfile, &canonfile)
17888         (&file_name_is_absolute): New, wrappers around routines from
17889         File::Spec.
17890         Use and export them.
17891         (&find_configure_ac): Optionally take a directory where to look at.
17892         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
17893         the arguments.
17894         Default @ARGV to `.', not find_configure_ac.
17895         (&autoreconf): Argument is a directory.
17896         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
17897         * doc/autoconf.texi (autoreconf Invocation): Update.
17899 2001-11-03  Akim Demaille  <akim@epita.fr>
17901         * lib/Autom4te/General.pm (@export_vars, @export_subs)
17902         (@export_forward_subs): New.
17903         Add basename, dirname, and fileparse.
17904         (@EXPORT): Adjust.
17905         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
17906         Don't look for aclocal flags if we already know aclocal is not
17907         used.
17908         Move aclocal.m4t only if it exists.
17909         Reported by Ezra Peisach.
17911 2001-11-03  Akim Demaille  <akim@epita.fr>
17913         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
17914         passed on command line, defaulting to ./configure.ac if present.
17915         (&maybe_autoreconf, File::Find): Remove, unused.
17916         (&autoreconf): If autoconf is not used, don't try to trace.
17918 2001-11-02  Akim Demaille  <akim@epita.fr>
17920         * configure.ac: Bump to 2.52g.
17922 2001-11-02  Akim Demaille  <akim@epita.fr>
17924         Version 2.52f.
17926 2001-11-02  Akim Demaille  <akim@epita.fr>
17928         * config/config.guess, config/config.sub, doc/standards.texi:
17929         * config/lispdir.m4: Update from masters.
17930         * configure.ac: Bump to 2.52f.
17932 2001-11-02  Akim Demaille  <akim@epita.fr>
17934         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
17935         Don't run aclocal when aclocal.m4 is not from aclocal.
17936         From Ezra Peisach.
17937         Don't run libtoolize and gettextize if --install is not given.
17939 2001-11-01  Paul Eggert  <eggert@twinsun.com>
17941         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
17942         be invoked before _AS_LINENO_PREPARE.
17943         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
17944         than character ranges.
17946         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
17947         invoking AS_BASENAME.  Set the locale variables to 'C' if
17948         possible, as POSIX requires this to get the traditional
17949         behavior.
17950         * doc/autoconf.texi (Special Shell Variables): Describe the above.
17952 2001-10-31  Paul Eggert  <eggert@twinsun.com>
17954         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
17955         with {}, as that triggers a bug in Bash 2.05.
17957         (_AS_LINENO_PREPARE): Use Sed rather than
17958         Awk.  Fix the sed prepass to work even if there are multiple
17959         instances of $LINENO on the same line.  Do not substitute for
17960         other variables like $LINENOT.  Do not check file dates; such a
17961         check is unreliable on sufficiently fast machines, and removing
17962         the check makes the code simpler and more reliable.  Check for
17963         output and chmod failures.
17965         * doc/autoconf.texi (Special Shell Variables): Document
17966         the above.
17968 2001-10-31  Akim Demaille  <akim@epita.fr>
17970         * tests/Makefile.am (atconfig): Remove this target, Automake
17971         handles it now.
17973 2001-10-31  Akim Demaille  <akim@epita.fr>
17975         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
17976         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
17977         provided, while it is optional.
17978         * configure.ac: Adjust.
17980 2001-10-26  Paul Eggert  <eggert@twinsun.com>
17982         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
17983           lib/Autom4te/Struct.pm:
17984         Require Perl 5.005_03 instead of just 5.005, as some tests fail
17985         with 5.005_02.
17987         * doc/autoconf.texi (Special Shell Variables): Document some
17988         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
17990         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
17991         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
17992         eval $LINENO is not portable in practice.
17994 2001-10-24  Akim Demaille  <akim@epita.fr>
17996         * lib/Autom4te/General.pm (backname): New.
17998 2001-10-24  Akim Demaille  <akim@epita.fr>
18000         * m4/: Remove, merged into...
18001         * config/: here.
18003 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
18005         * doc/autoconf.texi (Shellology): Mention the problems with bash
18006         2.05's use of ANSI quoting in its `set' builtin.
18008 2001-10-22  Paul Eggert  <eggert@twinsun.com>
18010         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
18011         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
18012         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
18013         POSIX decided to standardize on the int flavor of strerror_r.
18014         Always do char* test, as there's no reason not to.
18015         Assign to a char* var, to catch strerror_r that returns int*.
18017         * doc/autoconf.texi (Particular Functions):
18018         Document the above changes.  Also, document the fact that
18019         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
18021         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
18023 2001-10-20  Akim Demaille  <akim@epita.fr>
18025         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
18026         the executable was missing from the log.
18028 2001-10-20  Akim Demaille  <akim@epita.fr>
18030         * lib/Autom4te/General.pm (&update_file): If destination is
18031         unchanged, remove the source.
18032         (&up_to_date_p): Don't be verbose, be debug.
18033         * bin/autoreconf.in: No longer support --m4dir.
18034         (&autoreconf): Display the full path of the configure.ac we are
18035         studying.
18036         Trace it only once.
18037         Be sure to honor --force with gettextize.
18038         Always run aclocal.
18039         * doc/autoconf.texi: Adjust.
18041 2001-10-20  Akim Demaille  <akim@epita.fr>
18043         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
18044         Remove, dead.
18045         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
18046         `intl' is already present, as it refuses unless --force.
18047         (&parse_args): Use -I, --include instead of the old Autoconf
18048         options.
18049         ($localdir, $autoconf_dir): Remove.
18050         (@include): New.
18051         (&maybe_autoreconf): New, to preserve $_ for File::Find.
18053 2001-10-19  Jens Petersen  <petersen@redhat.com>
18055         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
18056         * doc/autoconf.texi (Particular Programs): Likewise.
18058 2001-10-19  Akim Demaille  <akim@epita.fr>
18060         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
18061         file in @configure_input@.
18062         Don't mention `automatically' in addition to `generated'.
18063         * tests/torture.at (#define header templates): Adjust.
18065 2001-10-19  Akim Demaille  <akim@epita.fr>
18067         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
18068         comment, explain how to install automatic mode selection.
18069         From Russ Allbery.
18071 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
18073         * bin/autoreconf.in (autoreconf): Display the path to the
18074         configure.ac being studied.
18076 2001-10-18  Paul Eggert  <eggert@twinsun.com>
18078         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
18079         long, to work around a bug in the HP C compiler version HP92453-01
18080         B.11.11.23709.GP.
18082         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
18083         (AS_BASENAME_EXPR): New macro.
18084         (AS_BASENAME_SED): Do not assume GNU sed semantics.
18085         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
18086         and fall back on 'sed' only if the other two fail.  This makes
18087         AS_BASENAME act more like AS_DIRNAME.
18088         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
18089         contains white space.
18090         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
18091         Use AS_DIRNAME, since I think it's now DOS-friendly.
18092         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
18093         Allow "dirname //FOO" to return either / or //, as POSIX allows
18094         either behavior.
18096 2001-10-10  Akim Demaille  <akim@epita.fr>
18098         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
18099         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
18100         From Eric Sharkey.
18102 2001-10-10  Akim Demaille  <akim@epita.fr>
18104         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
18105         m4_define, since...
18106         (_AS_ECHO_N): AS_REQUIREs it.
18108 2001-10-10  Akim Demaille  <akim@epita.fr>
18110         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
18111         (AC_INCLUDES_DEFAULT): Move to...
18112         * lib/autoconf/headers.m4: here.
18113         * lib/autoconf/types.m4: Comment changes.
18114         * doc/autoconf.texi: Specify where the default includes are used
18115         in the macro prototypes.
18117 2001-10-09  Akim Demaille  <akim@epita.fr>
18119         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
18120         transition code.
18122 2001-10-08  Akim Demaille  <akim@epita.fr>
18124         * bin/autoreconf.in (&autoreconf): Remove debugging code.
18125         (&parse_args): Pass verbosity/debugging options to subtools when
18126         --debug, not when --verbose.
18127         * lib/autom4te.in (Autoreconf-preselections): New.
18128         (Autoconf): Use it.
18130 2001-10-08  Akim Demaille  <akim@epita.fr>
18132         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
18134 2001-10-08  Akim Demaille  <akim@epita.fr>
18136         * doc/autoconf.texi (autoreconf Invocation): Adjust.
18137         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
18139 2001-10-08  Akim Demaille  <akim@epita.fr>
18141         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
18142         (Syntax of the shell scripts): Don't.
18143         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
18144         bother with $force since...
18145         * lib/Autom4te/General.pm: does.
18147 2001-10-08  Akim Demaille  <akim@epita.fr>
18149         * bin/autoreconf.in: Rewrite in Perl.
18150         * configure.ac: Adjust.
18151         * lib/Autom4te/General.pm (&up_to_date_p): New.
18152         * bin/autom4te.in (&up_to_date_p): Use it.
18153         Rename as...
18154         (&up_to_date): this.
18156 2001-10-08  Akim Demaille  <akim@epita.fr>
18158         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
18159         (m4_list_cmp): Use $0 to reinvoke yourself.
18160         (m4_patsubsts): New.
18161         (m4_strip, m4_version_unletter): Use it.
18162         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
18164 2001-10-08  Akim Demaille  <akim@epita.fr>
18166         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
18167         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
18168         * lib/autoconf/types.m4, lib/autotest/general.m4,
18169         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
18170         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
18171         m4_bregexp, m4_bpatsubst, and m4_bmatch.
18172         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
18174 2001-10-08  Akim Demaille  <akim@epita.fr>
18176         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
18178 2001-10-08  Akim Demaille  <akim@epita.fr>
18180         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
18181         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
18182         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
18183         * tests/tools.at, tests/m4sh.at: Use it.
18184         * tests/m4sh.at: Don't rely on Autoconf macros.
18185         (DIRNAME_TEST): Also exercise the expr variant.
18186         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
18187         preferred M4sugar extension is now `.4s'.
18188         * tests/README: Remove.
18190 2001-10-08  Akim Demaille  <akim@epita.fr>
18192         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
18193         (m4_provide_if): this.
18194         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
18195         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
18196         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
18197         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
18199 2001-10-08  Akim Demaille  <akim@epita.fr>
18201         Use `add-log-current-defun-function' for ChangeLog creation.
18202         Suggested by Tom Tromey.
18204         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
18205         (autotest-mode): Adjust.
18206         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
18207         'comment-region onto `C-c ;'.
18208         Comments are `#', not `dnl'.
18209         (autoconf-current-defun): New.
18210         (autoconf-font-lock-keywords): Recognize `m4_defun'.
18212 2001-10-08  Akim Demaille  <akim@epita.fr>
18214         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
18215         * lib/m4sugar/m4sh.m4: here.
18216         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
18217         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
18218         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
18219         include handle the m4_pattern_*, no longer push the
18220         BODY diversion nor set the /bin/sh line, AS_INIT does it.
18221         * lib/autotest/general.m4 (AT_INIT): Likewise.
18222         * tests/base.at: Adjust the tests to use AS_INIT.
18223         * tests/tools.at (AT_DATA_FORBIDDEN): New.
18224         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
18225         Autoconf.
18227 2001-10-07  Paul Eggert  <eggert@twinsun.com>
18229         * doc/autoconf.texi (config.status Invocation):
18230         CONFIG_SHELL defaults to a shell that supports LINENO if available.
18232         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
18233         shell does not support LINENO, and if CONFIG_SHELL is unset or
18234         empty, and if we can find a shell that does support LINENO,
18235         then set CONFIG_SHELL to that shell and then re-execute
18236         ourselves with CONFIG_SHELL.
18238 2001-10-05  Paul Eggert  <eggert@twinsun.com>
18240         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
18241         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
18242         build of $(TESTSUITE).
18244 2001-10-05  Akim Demaille  <akim@epita.fr>
18246         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
18247         iff we are a bareword.
18248         Reported by Raja R Harinath.
18250 2001-10-05  Akim Demaille  <akim@epita.fr>
18252         * tests/m4sh.at (LINENO): New.
18253         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
18254         PATH_SEPARATOR before using it.
18255         Fix the absolute path case/esac pattern.
18256         Provide $0 as fallback for as_myself.
18257         Reported by Raja R Harinath.
18259 2001-10-05  Akim Demaille  <akim@epita.fr>
18261         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
18262         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
18264 2001-10-05  Akim Demaille  <akim@epita.fr>
18266         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
18267         (AS_SHELL_SANITIZE): here.  Use it.
18268         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
18269         From Paul Eggert.
18271 2001-10-04  Akim Demaille  <akim@epita.fr>
18273         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
18274         combination of Awk and sed to replace $LINENO.
18276 2001-10-02  Paul Eggert  <eggert@twinsun.com>
18278         * doc/autoconf.texi (Limitations of Builtins): You can't use
18279         "source"; it's not portable.  Remove confusing and
18280         somewhat-incorrect example involving "." and "/".
18282         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
18283         compatibility with POSIX shells.
18285 2001-10-02  Akim Demaille  <akim@epita.fr>
18287         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
18288         instead of exec'ing to preserve $0 and $@.
18290 2001-10-01  Akim Demaille  <akim@epita.fr>
18292         * tests/testsuite (AT_INIT) <at_pass_list>: New.
18293         Don't run twice the same test.
18295 2001-10-01  Akim Demaille  <akim@epita.fr>
18297         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
18298         No longer output the list of tests.
18299         <--list>: New option.
18300         <--full-help>: Remove.
18301         Complete the short/long options duality.
18302         Various small adjustments.
18304 2001-10-01  Akim Demaille  <akim@epita.fr>
18306         * doc/autoconf.texi: Use @kbd for user input.
18307         Always use `$' as shell prompt.
18309 2001-09-30  Paul Eggert  <eggert@twinsun.com>
18311         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
18312         Don't use nested parenthesization.  This patch was originally
18313         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
18314         but somehow it didn't get incorporated then.
18315         * doc/autoconf.texi (Limitations of Usual Tools):
18316         Clarify remark about sed and nested parenthesization.
18318         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
18319         Report an error if the size cannot be determined even though
18320         the type exists.
18321         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
18322         Check for `expr' arithmetic overflow, and for compilation failure,
18323         and invoke a new argument $4 if either is discovered.
18324         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
18325         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
18327 2001-09-28  Akim Demaille  <akim@epita.fr>
18329         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
18330         * m4/lispdir.m4: New.
18331         * aclocal.m4, configure.ac: Adjust.
18333 2001-09-28  Akim Demaille  <akim@epita.fr>
18335         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
18336         (AT_TESTED): this.
18337         (AT_INIT): More the wrapped section to where it will be expanded.
18338         Output `AT_tested' only when existing.
18339         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
18341 2001-09-27  Akim Demaille  <akim@epita.fr>
18343         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
18344         generates too many bug reports.
18346         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
18347         status when executing the ACTION-IF-FALSE.
18348         * tests/base.at (AC_TRY_*): Rename as...
18349         (AC_TRY_COMMAND): this.
18350         (AC_RUN_IFELSE): New.
18351         * tests/compile.at (Extensions, C keywords)
18352         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
18353         (Broken/missing compilers, AC_PROG_CPP with warnings)
18354         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
18355         * tests/c.at (Extensions, C keywords)
18356         (Broken/missing compilers, AC_PROG_CPP with warnings)
18357         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
18358         (AC_PROG_CPP requires AC_PROG_CC): here and...
18359         * tests/fortran.at (GNU Fortran 77): there.
18360         * doc/autoconf.texi (autoconf Invocation): Fix the example:
18361         AC_TRY_RUN is about compilation, not shell commands.
18362         (Test Programs): AC_TRY_RUN works as used to be advertised.
18364 2001-09-27  Akim Demaille  <akim@epita.fr>
18366         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
18367         Raja R Harinath:
18368         Be sure to detect when $LINENO always returns the same value.
18369         Look for the original script, basename($0) is certainly not
18370         enough.
18371         Pass the CLI arguments to `$as_me.lineno'.
18373 2001-09-25  Akim Demaille  <akim@epita.fr>
18375         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
18376         Be sure the close and reopen the LOG fd before and after using tee
18377         to extend the log.
18378         <at_tests_pattern>: Adjust to the new format of at_help_all.
18380 2001-09-23  Akim Demaille  <akim@epita.fr>
18382         * bin/autom4te.in (parse_args): There can be several invocations
18383         of --language now.
18385 2001-09-23  Akim Demaille  <akim@epita.fr>
18387         * doc/autoconf.texi (Top): Wrap in @ifnottex.
18389 2001-09-23  Akim Demaille  <akim@epita.fr>
18391         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
18392         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
18393         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
18394         builddir, buildpath, top_builddir, and top_buildpath.
18395         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
18396         the current directory.
18397         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
18398         variables *before* changing the current directory.
18399         Skip nonexistent dirs.
18400         * doc/autoconf.texi (Preset Output Variables): Document these
18401         variables.
18403         * lib/autotest/general.m4: Do not reset AT_victims.
18404         Don't compute at_srcdir nor at_top_srcdir.
18406         * tests/tools.at: Hence use top_srcdir.
18408         * tests/Makefile.am, tests/autoconf, tests/autoheader,
18409         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
18410         Remove.
18411         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
18412         * tests/wrapsh.in, tests/autoupdate.in: New.
18413         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
18414         * configure.ac: Build the position independent wrappers.
18416         * man/Makefile.am: Now that test wrappers are position
18417         independent, use them and drop dark envvar magic.
18419 2001-09-23  Akim Demaille  <akim@epita.fr>
18421         * doc/autoconf.texi (Common Shell Constructs): Rename as...
18422         (Programming in M4sh): this.
18423         Promote to @section.
18425 2001-09-23  Akim Demaille  <akim@epita.fr>
18427         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
18428         Pass $at_debug_args to the rerun test suite.
18429         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
18430         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
18431         From Paul Eggert.
18433 2001-09-23  Akim Demaille  <akim@epita.fr>
18435         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
18437 2001-09-23  Akim Demaille  <akim@epita.fr>
18439         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
18440         over-escaping.
18442 2001-09-23  Akim Demaille  <akim@epita.fr>
18444         * lib/Autom4te/General.pm (&debug): New.
18445         * bin/autom4te.in ($language): Move to...
18446         (parse_args): here.
18447         Handle --language in languages.
18448         * lib/autom4te.in (Automake-selections, Autoheader-selections)
18449         (Autoscan-selections): New.
18450         (Autoconf): Adjust.
18452 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
18454         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
18455         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
18456         to match current versions from CVS Automake.
18458 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
18460         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
18461         for $LINENO.
18463 2001-09-22  Akim Demaille  <akim@epita.fr>
18465         * lib/autoconf/autotest.m4: Create `package.m4'.
18466         * tests/Makefile.am (package.m4): Remove.
18468 2001-09-22  Akim Demaille  <akim@epita.fr>
18470         Rely on `$LINENO' when possible instead of `__oline__'.
18472         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
18473         `$LINENO' support replacement when not supported.
18474         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
18475         them explicitly to be sure they are not output before this section
18476         (via m4_require).  Cosmetic only.
18477         * lib/autoconf/c.m4, lib/autoconf/general.m4,
18478         * lib/autoconf/programs.m4: Replace all the occurrences of
18479         `__oline__' with `$LINENO'.
18480         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
18482 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
18484         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
18485         character (u: -> ue) in a code comment.
18486         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
18487         it works.
18489 2001-09-21  Akim Demaille  <akim@epita.fr>
18491         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
18492         Suggested by Jim Meyering.
18494 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18496         * lib/autoconf/programs.m4: Use extensions listed in
18497         $ac_executable_extensions when looking for programs.
18499 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18501         * lib/autoconf/general.m4: Fix a small Englisho.
18502         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
18503         setting up ac_dir_suffix and ac_top_builddir.
18504         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
18506 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18508         * doc/autoconf.texi (File System Conventions): Clarify the use of
18509         PATH_SEPARATOR.
18510         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
18511         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
18512         be used instead of ':'.
18513         * lib/autotest/general.m4: Replace occurrences of ':' in
18514         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
18516 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18518         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
18519         arguments.  Fixed a typo.
18521 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18523         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
18524         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
18526 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18528         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
18529         * bin/autoupdate.in: Ditto.
18530         * bin/autoheader.in: Reworded a few comments.
18531         * bin/autoconf.in: Reworded help text for a few options.
18532         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
18533         * bin/autoscan.in, bin/autoupdate.in: Ditto.
18535 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
18537         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
18538         already have $file).  Set output files to binary mode (helps avoid
18539         CR issues on DOSish systems).
18541 2001-09-19  Akim Demaille  <akim@epita.fr>
18543         * lib/autotest/general.m4: Englishoes.
18544         From Tim Van Holder and Alexey Mahotkin.
18546 2001-09-18  Paul Eggert  <eggert@twinsun.com>
18548         * doc/autoconf.texi (Common Shell Constructs): New node,
18549         documenting AS_DIRNAME.
18550         (Limitations of Usual Tools): Refer to it when discussing dirname.
18551         Also, update discussion of POSIX standard to reflect latest draft.
18553         * lib/autoconf/c.m4:
18554         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
18556         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
18557         Do not pass a first argument with leading '-'
18558         to expr, by parenthesizing initial integers that might be negative.
18560         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
18561         now merely checks whether it is an error to pass an argument
18562         to getpgrp.
18564         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
18565         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
18566         whether it is a (compile-time) error to pass an argument to
18567         getpgrp.  This simpler test supports the revised documentation,
18568         and is all that AC_FUNC_GETPGRP's users really need.
18570 2001-09-18  Akim Demaille  <akim@epita.fr>
18572         * doc/autoconf.texi (Limitations of Make) <$<>: New.
18574 2001-09-18  Akim Demaille  <akim@epita.fr>
18576         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
18577         `{}'.
18578         * lib/autotest/general.m4 (AT_INIT): Adjust.
18580 2001-09-18  Paul Wagland  <paul@wagland.net>
18582         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
18583         correctly.
18584         Add test for AS_BASENAME.
18585         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
18586         added test. It now correctly handles /1/2/3/, returning '3' not ''.
18587         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
18588         * tests/base.at: Fixed the expected responses. The old ones were
18589         one line out...
18590         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
18591         the documentation claims it should (and how it behaved in 2.13).
18593 2001-09-18  Akim Demaille  <akim@epita.fr>
18595         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
18596         the AC_CONFIG_COMMANDS invocation.
18597         This also solves the name clash problems.
18598         Don't set the package's ID.
18599         * lib/m4sugar/Makefile.am (version.m4): Revamp.
18600         No longer to be shipped.
18601         (version.in): Remove.
18602         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
18603         * lib/autoconf/status.m4: Adjust.
18604         Use `m4_PACKAGE_STRING'.
18605         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
18606         the only optional argument is the name of the test suite.
18607         Expect `package.m4' to define the package signature.
18608         * lib/autom4te.in (Autotest): Add `package.m4?'.
18609         * tests/Makefile.am (package.m4): New.
18610         * tests/suite.at: ifnames is a victim.
18612 2001-09-18  Akim Demaille  <akim@epita.fr>
18614         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
18615         AC_LIBSOURCE, AC_CONFIG_FILES.
18616         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
18617         program version string doesn't match the package's.
18618         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
18619         after `(cached)'.
18621 2001-09-17  Paul Eggert  <eggert@twinsun.com>
18623         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
18624         Allow expression to return any value that can fit into unsigned long
18625         (not int, as before).  Check for output errors.
18627 2001-09-17  Bruno Haible  <haible@ilog.fr>
18629         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
18630         Always include <stdio.h> and <stdlib.h>. Evaluate
18631         the expression in an extra function before these includes. Call
18632         fprintf "%d" only after ensuring the argument is of type 'int'.
18633         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
18635 2001-09-17  Paul Eggert  <eggert@twinsun.com>
18637         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
18638         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
18639         fatal errors, and AC_CHECK_LIB causes it to include libraries even
18640         when they don't exist.
18642         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
18643         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
18644         need it.
18646         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
18647         version with the version used by fileutils 4.1, except use
18648         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
18649         we don't need it.
18651         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
18653 2001-09-13  Akim Demaille  <akim@epita.fr>
18655         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
18656         _first_.
18657         Reported by Gerrit P. Haase.
18659 2001-09-13  Akim Demaille  <akim@epita.fr>
18661         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
18662         m4_defn'ing is valid.
18664 2001-09-13  Akim Demaille  <akim@epita.fr>
18666         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
18667         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
18668         Use it.
18670 2001-09-13  Akim Demaille  <akim@epita.fr>
18672         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
18673         m4_match.
18674         (m4_re_escape): New.
18675         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
18676         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
18677         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
18678         Likewise.
18679         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
18680         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
18681         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
18682         AT_tests_all for consistency.
18683         Set at_victims.
18684         (AT_VICTIMS): Similar to AT_KEYWORDS.
18685         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
18687 2001-09-13  Akim Demaille  <akim@epita.fr>
18689         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
18691 2001-09-13  Akim Demaille  <akim@epita.fr>
18693         * lib/autotest/general.m4 (AT_INIT): Create and remove
18694         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
18695         test suites can cohabit.
18697 2001-09-13  Akim Demaille  <akim@epita.fr>
18699         * tests/mktests.sh: Don't output banners for empty test files.
18701 2001-09-13  Akim Demaille  <akim@epita.fr>
18703         Test suites can be run independently of configure.
18705         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
18706         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
18707         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
18708         ECHO_N etc.
18709         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
18710         and at_c.
18711         * lib/autotest/general.m4: Use ECHO_*.
18713 2001-09-13  Akim Demaille  <akim@epita.fr>
18715         * bin/ifnames.in: Rewrite in Perl.
18716         * configure.ac: Don't look for AWK.
18717         * tests/tools.at (AWK portability): Remove.
18718         (Syntax of the shell scripts): Don't check ifnames.
18719         (AT_CHECK_PERL_SYNTAX): New.
18720         (Syntax of the Perl scripts): Check ifnames.
18721         * tests/ifnames: New.
18723 2001-09-13  Akim Demaille  <akim@epita.fr>
18725         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
18726         test group titles.
18727         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
18728         Remove all the other keywords.
18730 2001-09-10  Akim Demaille  <akim@epita.fr>
18732         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
18733         SETUP: no longer used.
18734         Support -k, --keywords.
18735         <at_help>: Be `no', `short', or `long'.
18736         <at_help_all>: New variable.
18737         (AT_KEYWORDS): New.
18738         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
18739         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
18740         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
18741         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
18742         No longer fill the HELP diversion.
18743         (AT_CLEANUP): Use them.
18744         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
18745         (m4_list_append): Remove.
18747         Spread a few keywords in the Autoconf test suite.
18749 2001-09-10  Akim Demaille  <akim@epita.fr>
18751         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
18752         PATH_SEPARATOR, let M4sh compute it.
18753         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
18754         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
18755         Move to...
18756         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
18757         Simplify when the path is not a literal.
18758         (AS_UNAME): Use it to report PATH.
18759         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
18760         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
18761         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
18762         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
18763         normalize the path, and to look for victims.
18764         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
18765         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
18767 2001-09-07  Akim Demaille  <akim@epita.fr>
18769         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
18770         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
18771         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
18772         related variables into `at_package_*'.
18773         * lib/autotest/general.m4 (AT_VICTIMS): New.
18774         (AT_INIT): Adjust for stand-alone/embedded test suites.
18775         (AS_MESSAGE_LOG_FD): Define and use it.
18776         * tests/suite.at (AT_VICTIMS): Use it.
18777         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
18778         at_version.
18780 2001-09-07  Akim Demaille  <akim@epita.fr>
18782         Move toward possibly stand-alone test suites.
18784         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
18785         in addition, it introduces useless differences in logs.
18786         (AT_INIT): Let atconfig and atlocal be both optional.
18787         Adjust PATH computation.
18788         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
18790 2001-09-07  Akim Demaille  <akim@epita.fr>
18792         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
18793         m4sugar/version.m4.
18795 2001-09-05  Akim Demaille  <akim@epita.fr>
18797         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
18798         to avoid GCC warnings.
18799         From Uwe Seimet.
18801 2001-09-05  Akim Demaille  <akim@epita.fr>
18803         * bin/autom4te.in: --language is -l, not -s.
18805 2001-09-05  Akim Demaille  <akim@epita.fr>
18807         Be ready to handle filenames as stupid as `dnl.at', for if even
18808         the maintainer is dumb enough to do that...
18810         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
18811         excellence in M4 quotation: consider `__file__' is active.
18813         And BTW, when invoking m4, pass the --include in the right order:
18814         the wrong one.
18816         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
18817         4m.
18819 2001-09-05  Akim Demaille  <akim@epita.fr>
18821         * lib/Autom4te/XFile.pm: New lib file.
18822         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
18823         * bin/autoheader.in: Use it.
18825 2001-09-05  Akim Demaille  <akim@epita.fr>
18827         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
18828         defined.
18830 2001-09-05  Akim Demaille  <akim@epita.fr>
18832         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
18833         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
18835         * bin/autoscan.in: Use `getopt' and `find_files' etc.
18836         Add -I, --include support.
18837         * doc/autoconf.texi (autoscan Invocation): Adjust.
18839 2001-09-05  Akim Demaille  <akim@epita.fr>
18841         CVS GNU M4 doesn't like `undefine(undefined)'.
18843         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
18844         New, extracted from main.
18845         Use IO::File wherever possible.
18846         (input.m4): Be constant, use -I instead of hard coding $tmp.
18847         Therefore be a quoted heredoc.
18848         Don't invoke `_au_disable', since ac was not loaded, but just
18849         `unm4.m4'.
18851 2001-08-31  Akim Demaille  <akim@epita.fr>
18853         Version 2.52d.
18855 2001-08-31  Akim Demaille  <akim@epita.fr>
18857         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
18858         previous patch.
18859         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
18861 2001-08-31  Akim Demaille  <akim@epita.fr>
18863         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
18864         serious problems handling heredocs in heredocs.
18865         Reported by Nicolas Joly.
18867 2001-08-31  Akim Demaille  <akim@epita.fr>
18869         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
18870         (Making testsuite Scripts): Update.
18872 2001-08-31  Akim Demaille  <akim@epita.fr>
18874         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
18876 2001-08-31  Akim Demaille  <akim@epita.fr>
18878         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
18879         (testsuite Scripts): There is no such thing as `atconfig.in'.
18880         And actually one diagram is missing: test suite runtime.
18882 2001-08-31  Akim Demaille  <akim@epita.fr>
18884         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
18885         inverse order.
18887 2001-08-31  Akim Demaille  <akim@epita.fr>
18889         * bin/autoupdate.in (@include): `installcheck' revealed the path
18890         to m4sugar was lacking!
18892 2001-08-31  Akim Demaille  <akim@epita.fr>
18894         * man/Makefile.am (.x.1): We really have to pass
18895         autom4te_perllibdir.
18897 2001-08-31  Akim Demaille  <akim@epita.fr>
18899         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
18900         debug scripts, in particular passing explicitly listed tests to
18901         run is stupid.
18903 2001-08-31  Akim Demaille  <akim@epita.fr>
18905         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
18906         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
18907         Use directly autom4te, not autoconf.
18908         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
18910 2001-08-31  Akim Demaille  <akim@epita.fr>
18912         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
18913         * bin/autoheader.in (%symbol): Strip arguments of macros.
18915 2001-08-31  Akim Demaille  <akim@epita.fr>
18917         * doc/autoconf.texi: Catch up -I, --include changes.
18919 2001-08-31  Akim Demaille  <akim@epita.fr>
18921         * bin/autom4te.in (&parse_args): Die on unknown languages.
18922         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
18923         need for autoconf.
18924         Promote --include over --macrodir and other obsolete options.
18926 2001-08-31  Akim Demaille  <akim@epita.fr>
18928         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
18929         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
18930         * bin/autom4te.in ($autoconf): Pass --force.
18931         `print $out' doesn't print `$_' but `$out'.
18932         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
18933         (autoheader): Pass --force since the test suite goes too fast for
18934         the time stamps.
18935         Adjust to the new autoheader messages.
18937 2001-08-31  Akim Demaille  <akim@epita.fr>
18939         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
18940         Check the completeness of the #template.
18941         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
18942         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
18943         invocation.
18945 2001-08-31  Akim Demaille  <akim@epita.fr>
18947         * lib/Autom4te/General.pm (&find_file, &update_file): New.
18948         * bin/autoupdate.in, bin/autoheader.in: Adjust.
18949         Drop AC_MACRODIR dead for real.
18950         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
18951         `autoheader: `config.hin' is created'.
18952         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
18954 2001-08-31  Akim Demaille  <akim@epita.fr>
18956         * bin/autoheader.in: Rewrite in Perl.
18957         * tests/autoheader: Adjust.
18959 2001-08-31  Akim Demaille  <akim@epita.fr>
18961         * bin/autoconf.in (--include, -I): New option.
18962         Map --localdir, --autoconf-dir onto it.
18963         Forward autom4te's options instead of interpreting them.
18964         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
18965         There is no such envvar since the inception of autom4te.cfg.
18966         * bin/autom4te.in (&parse_args): Uniquify `@include'.
18967         * bin/autoupdate.in: Adjust, and perform more control.
18968         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
18969         * tests/autoconf: Dittowise.
18971 2001-08-31  Akim Demaille  <akim@epita.fr>
18973         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
18974         * bin/autom4te.in (&find_file): Support `FILE?' standing for
18975         optionally `FILE'.
18976         Use -e, not -f, since /dev/null for instance is OK.
18977         (&parse_args): Adjust.
18978         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
18980 2001-08-31  Akim Demaille  <akim@epita.fr>
18982         * configure.ac: Also find tested executables in bin.
18983         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
18984         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
18985         installed peer executables, only PATH is allowed to resolve it.
18986         Pass `autoconf_dir' via options, not via invisible envvars.
18987         * lib/Autom4te/General.pm (&find_peer): Remove.
18988         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
18989         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
18990         * man/Makefile.am: Let help2man rely on PATH instead of trying to
18991         find the executables for it.
18992         * tests/Makefile.am: Major cleanup.  Too lazy to document...
18993         * tests/atlocal.in: Remove all the obscure envvar manipulations.
18994         We only need PERL.
18995         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
18996         indeed related to running the test suite, while passing
18997         --autoconf-dir and others is related to running non installed
18998         Autoconf executables.  So don't do that, leave it to...
18999         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
19000         * tests/autoscan: New.
19001         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
19002         refer to library files: rely on --language.
19004 2001-08-29  Akim Demaille  <akim@epita.fr>
19006         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
19007         s/--set/--language/.
19009 2001-08-29  Akim Demaille  <akim@epita.fr>
19011         * doc/autoconf.texi: Strip the @nodes.
19012         Suggested by Paul Eggert.
19013         (Initializing configure): Typo.
19015 2001-08-29  Akim Demaille  <akim@epita.fr>
19017         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
19018         Suggested by Paul Eggert.
19020 2001-08-29  Akim Demaille  <akim@epita.fr>
19022         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
19023         download in a tmp dir.
19025 2001-08-29  Akim Demaille  <akim@epita.fr>
19027         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
19028         case insensitive OSes out there :(
19029         From Tim Van Holder.
19031 2001-08-29  Akim Demaille  <akim@epita.fr>
19033         * lib/autom4te.in: New.
19034         * lib/Makefile.am (edit, autom4te.cfg): New.
19035         * bin/autom4te.in (BEGIN): Simplify.
19036         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
19037         (&load_configuration): New.  Use it.
19038         (&parse_args): Support --mode, --set, and --melt.
19039         * bin/autoconf.in: Simplify and adjust.
19040         * tests/Makefile.am (AUTOMAKE): Use --set.
19041         * tests/atlocal.in: Adjust.
19042         * BUGS: distcheck and check are weak.
19044 2001-08-29  Akim Demaille  <akim@epita.fr>
19046         * lib/autotest/general.m4: Use
19047                 foo=`(command) 2>/dev/null`
19048         not
19049                 foo=`command` 2>/dev/null
19050         (at-devnull): Rename as...
19051         (AT-devnull): this.
19052         (--clean): Remove AT-* files too.
19053         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
19054         Reported by Nicolas Joly.
19056 2001-08-28  Akim Demaille  <akim@epita.fr>
19058         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
19059         quotes inside single quotes.
19060         Reported by Nicolas Joly.
19062 2001-08-28  Kevin Ryde  <user42@zip.com.au>
19064         * doc/autoconf.texi (Function Portability): Mention C right shifts.
19066 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
19068         * lib/autotest/general.m4: Reword some messages.
19069         (AT_INIT): Check for the `times' builtin before using it.
19070         Support test ranges as arguments to the testsuite.
19071         Have -e imply -d as the help text suggested.
19073 2001-08-27  Akim Demaille  <akim@epita.fr>
19075         * Makefile.maint: Formatting changes.
19076         (do-po-update, po-update, cvs-update, update): New targets.
19077         (AMTAR): Remove.
19079 2001-08-27  Akim Demaille  <akim@epita.fr>
19081         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
19082         <at_cmd_line>: New.
19083         Pass it to debug-*.sh scripts.
19084         <AUTOTEST_PATH>: May contain absolute dir names.
19086 2001-08-27  Akim Demaille  <akim@epita.fr>
19088         * lib/autotest/general.m4 (AT_INIT): Log the command line.
19089         Support `VAR=VAL' as arguments.
19090         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
19091         may be set via the command line.
19093 2001-08-27  Akim Demaille  <akim@epita.fr>
19095         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
19096         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
19097         first the build dirs, then the src dirs.
19098         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
19100 2001-08-27  Akim Demaille  <akim@epita.fr>
19102         * lib/autotest/general.m4 (AT_INIT): Output the definition of
19103         at_data_files earlier.
19104         (--clean, -c): New option.
19105         * tests/Makefile.am: Use this option.
19107 2001-08-27  Akim Demaille  <akim@epita.fr>
19109         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
19110         `ac_top_builddir' to mimic Automake's vocabulary, which much more
19111         readable.
19112         Adjust callers.
19113         * doc/autoconf.texi (Configuration Actions): Document the vars
19114         available in commands.
19115         Emphasize the risks of collisions in init-cmds.
19117 2001-08-27  Akim Demaille  <akim@epita.fr>
19119         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
19120         (Initializing configure): this new node.
19122 2001-08-27  Akim Demaille  <akim@epita.fr>
19124         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
19126 2001-08-27  Akim Demaille  <akim@epita.fr>
19128         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
19129         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
19130         New file.
19131         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
19133 2001-08-27  Akim Demaille  <akim@epita.fr>
19135         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
19136         to...
19137         * lib/autoconf/autoheader.m4: this new file.
19138         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
19139         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
19140         Move to...
19141         * lib/autoconf/autoupdate.m4: this new file.
19143 2001-08-27  Akim Demaille  <akim@epita.fr>
19145         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
19146         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
19147         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
19148         -> ac_dir).
19149         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
19150         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
19152 2001-08-27  Akim Demaille  <akim@epita.fr>
19154         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
19155         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
19156         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
19157         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
19158         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
19159         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
19160         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
19161         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
19162         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
19163         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
19164         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
19165         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
19166         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
19167         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
19168         (_AC_OUTPUT_SUBDIRS): Move to...
19169         * lib/autoconf/status.m4: this new file.
19170         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
19171         * tests/Makefile.am, tests/suite.at: Adjust.
19173 2001-08-27  Akim Demaille  <akim@epita.fr>
19175         Automake 1.5.
19177         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
19178         (AMTAR): Help automake define it.
19179         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
19180         needed, 1.5 can have a macro and a target with the same name.
19181         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
19182         * m4/strip.m4: New.
19183         * m4/init.m4, m4/sanity.m4: Update.
19184         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
19185         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
19186         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
19187         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
19189 2001-08-27  Akim Demaille  <akim@epita.fr>
19191         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
19193         * lib/autoconf/version.in: Remove.
19194         * lib/m4sugar/version.in: New.
19195         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
19196         Adjust callers.
19197         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
19198         the name of the directory they're in, instead of the filename,
19199         since version.m4 is now in m4sugar, but m4_acversion must not be
19200         classified as an Autoconf macro.
19201         ($input_m4): Don't qualify the path to m4sugar.
19202         Rather, pass autoconf_dir to m4.
19203         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
19204         * tests/suite.at: Require 2.52c.
19206 2001-08-27  Akim Demaille  <akim@epita.fr>
19208         testsuite.log should include config.log.
19210         * lib/autotest/autotest.m4: New.
19211         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
19212         * tests/suite.at : Adjust.
19213         (AT_INIT): Log config.log.
19214         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
19215         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
19216         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
19217         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
19218         of config.log on traps.
19219         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
19220         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
19221         for config.status'.
19222         Open the log as soon as possible.
19223         Use the same log introduction as configure's.
19225 2001-08-22  Paul Eggert  <eggert@twinsun.com>
19227         * doc/autoconf.texi (Indices): New node.
19228         Move indices out of the top level menu and into this submenu.
19230 2001-08-22  Akim Demaille  <akim@epita.fr>
19232         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
19233         AC_TRY_COMMAND.
19234         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
19236 2001-08-22  Akim Demaille  <akim@epita.fr>
19238         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
19239         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
19240         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
19241         * lib/autoconf/programs.m4: here.
19242         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
19243         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
19244         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
19245         * lib/autoconf/programs.m4: here.
19246         (_AC_DECL_YYTEXT): Rename as...
19247         (_AC_PROG_LEX_YYTEXT_DECL): this.
19248         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
19249         * tests/Makefile.am, tests/suite.am: Adjust.
19251 2001-08-22  Akim Demaille  <akim@epita.fr>
19253         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
19254         Move to...
19255         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
19256         here.
19257         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
19258         * lib/autoconf/functions.m4: here.
19259         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
19260         (AH_CHECK_LIB): Move to...
19261         * lib/autoconf/libs: this new file.
19262         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
19263         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
19264         * lib/autoconf/libs.m4: here.
19265         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
19267 2001-08-22  Akim Demaille  <akim@epita.fr>
19269         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
19270         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
19271         (AC_SITE_LOAD): Better logging of config.site.
19273 2001-08-20  Akim Demaille  <akim@epita.fr>
19275         * configure.ac (AT_CONFIG): Fix the path.
19276         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
19277         can be used.
19279 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
19281         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
19282         program with AC_LANG_PROGRAM before feeding it to
19283         AC_COMPILE_IFELSE.  Cleanup grep usage.
19285 2001-08-20  Akim Demaille  <akim@epita.fr>
19287         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
19288         * NEWS, README, README-alpha, TODO, tests/README: This package is
19289         `Autoconf', not `autoconf' (the executable).
19291 2001-08-20  Akim Demaille  <akim@epita.fr>
19293         Info readers seem to need `Index' in the index node title :(
19295         * doc/autoconf.texi: Reverse the 2001-08-15 change which
19296         simplified index node names.
19298 2001-08-20  Akim Demaille  <akim@epita.fr>
19300         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
19301         arguments are not literals.
19302         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
19303         Specify the output variables, and macros defined.
19305 2001-08-20  Akim Demaille  <akim@epita.fr>
19307         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
19308         (Examining Syntax) <AC_TRY_COMPILE>
19309         (Examining Libraries) <AC_TRY_LINK>
19310         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
19311         their arguments.
19312         Reported by Werner Lemberg.
19314 2001-08-20  Akim Demaille  <akim@epita.fr>
19316         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
19317         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
19318         Load atlocal late enough to dump it in the log.
19319         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
19321 2001-08-20  Akim Demaille  <akim@epita.fr>
19323         * tests/torture.at (Configuring subdirectories): New test.
19324         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
19325         looking for.
19326         * m4/atconfig.m4: Be sure the let $[0] be expandable.
19327         (top_srcdir): Fix its computation.
19329 2001-08-20  Akim Demaille  <akim@epita.fr>
19331         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
19332         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
19333         test suite lives.
19334         Create `atconfig' automagically.
19335         Configure atlocal.in if present.
19336         * tests/atconfig.in: Remove.
19337         * tests/atlocal.in: New.
19338         * tests/Makefile.am: Adjust.
19340 2001-08-20  Akim Demaille  <akim@epita.fr>
19342         Huh!?!?!  There are still some user EOF tags used, which prevents
19343         their use in AC_CONFIG_COMMANDS for instance...
19345         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
19346         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
19347         `_CSEOF', or `_ATEOF', as appropriate.
19348         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
19349         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
19351 2001-08-20  Akim Demaille  <akim@epita.fr>
19353         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
19354         * tests/semantics.at, tests/tools.at, tests/torture.at:
19355         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
19357 2001-08-20  Akim Demaille  <akim@epita.fr>
19359         Autotest invokes M4sh's initialization.
19361         * lib/autotest/general.m4: Adjust the diversion names.
19362         (AT_INIT): Run AS_INIT.
19363         Use the BINSH diversion to invoke /bin/sh.
19364         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
19365         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
19367 2001-08-20  Akim Demaille  <akim@epita.fr>
19369         Let M4sh have its own diversions.
19371         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
19372         (_m4_divert(NOTICE)): Rename as...
19373         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
19374         (_m4_divert(HEADER-COMMENT)): these.
19375         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
19376         (_m4_divert(NOTICE)): New, for Libtool.
19377         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
19378         long ago with `_m4_divert(GROW)'.
19379         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
19381 2001-08-20  Akim Demaille  <akim@epita.fr>
19383         * tests/base.at, tests/compile.at, tests/foreign.at,
19384         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
19385         * tests/semantics.at, tests/suite.at, tests/tools.at,
19386         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
19388 2001-08-20  Akim Demaille  <akim@epita.fr>
19390         * bin/autom4te.in (handle_output): Handle @__@.
19392 2001-08-20  Akim Demaille  <akim@epita.fr>
19394         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
19395         * lib/autotest/general.m4: Adjust the license.
19397 2001-08-17  Paul Eggert  <eggert@twinsun.com>
19399         * doc/autoconf.texi (Function Portability): Mention snprintf,
19400         following up on a suggestion by Kevin Ryde.
19402 2001-08-17  Akim Demaille  <akim@epita.fr>
19404         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
19405         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
19407 2001-08-17  Akim Demaille  <akim@epita.fr>
19409         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
19410         `$0.log' as for projects where testsuite is in src, we'd have
19411         testsuite.log created in src.
19413 2001-08-17  Akim Demaille  <akim@epita.fr>
19415         * bin/autom4te.in (&parse_args): Recognize --normalize.
19417 2001-08-17  Akim Demaille  <akim@epita.fr>
19419         Start implementing the AC_CHECK_HEADER transition scheme.
19421         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
19422         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
19423         (AC_CHECK_HEADER): Use them.
19425 2001-08-17  Akim Demaille  <akim@epita.fr>
19427         * doc/autoconf.texi: Work around Texinfo buglets.
19428         (Transformation Rules): One example is enough, users are expected
19429         to have their brains on. And BTW, use DESTDIR.
19430         (dvar): New macro.  Use it.
19432 2001-08-17  Akim Demaille  <akim@epita.fr>
19434         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
19435         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
19436         looking for ChangeLogs.
19438 2001-08-17  Akim Demaille  <akim@epita.fr>
19440         * bin/autom4te.in: --normalize is a new option.
19441         * bin/autoconf.in: Use it.
19443 2001-08-17  Akim Demaille  <akim@epita.fr>
19445         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
19446         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
19448 2001-08-16  Paul Eggert  <eggert@twinsun.com>
19450         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
19451         start, not at end.
19453 2001-08-15  Akim Demaille  <akim@epita.fr>
19455         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
19456         Use it.
19458 2001-08-15  Akim Demaille  <akim@epita.fr>
19460         * doc/autoconf.texi (pr): New index.
19461         (prindex, findex): Use, merge, and output them.
19462         (Environment Variable Index, Output Variable Index)
19463         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
19464         (Autotest Macro Index): Rename as...
19465         (Environment Variables, Output Variables,Preprocessor Symbols)
19466         (Autoconf Macros, M4 Macros, Autotest Macros): these.
19467         * doc/install.texi: Use @command.
19468         (Environment Variables): Rename as...
19469         (Defining Variables): this.
19471 2001-08-15  Akim Demaille  <akim@epita.fr>
19473         * doc/autoconf.texi (Function Portability): sprintf's return
19474         value.
19475         From Kevin Ryde.
19477 2001-08-15  Akim Demaille  <akim@epita.fr>
19479         * Makefile.maint (CVS): New.
19480         (local-check): Run changelog-check. last.
19481         (alpha): Don't depend upon local-check, since...
19482         (cvs-dist): depends upon it.
19484 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
19486         * tests/Makefile.am: Use a clean-local rule to remove
19487         autom4te.cache (it's a directory, not a file.
19488         * Makefile.am: Ditto (but maintainer-clean-local).
19490 2001-08-15  Akim Demaille  <akim@epita.fr>
19492         * bin/autom4te.in (@m4_warning): New.
19493         (&handle_m4): Use it.
19494         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
19495         warnings are issued at each run.
19496         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
19497         is in the src tree.
19499 2001-08-15  Akim Demaille  <akim@epita.fr>
19501         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
19502         don't waste time running `autoupdate --version' works.
19503         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
19505 2001-08-13  Akim Demaille  <akim@epita.fr>
19507         * doc/autoconf.texi (ma): Rename this index as...
19508         (ac): this.
19510 2001-08-13  Akim Demaille  <akim@epita.fr>
19512         * Makefile.am: Remove dead code and dead comments.
19513         (pdf, html): New targets.
19514         * doc/autoconf.texi (Using Autotest): New chapter.
19515         * doc/Makefile.am (pdf): New targets.
19516         (CLEANFILES): Adjust.
19518 2001-08-13  Akim Demaille  <akim@epita.fr>
19520         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
19521         duration of the test suite.
19523 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
19525         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
19526         endianness for comparison instead of relying on AT_CHECK_ENV.
19528 2001-08-11  Paul Eggert  <eggert@twinsun.com>
19530         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
19531         to the INSTALL file.
19533 2001-08-11  Paul Eggert  <eggert@twinsun.com>
19535         * NEWS: The autoconf manual now is distributed under the terms
19536         of the GNU Free Documentation License.
19538         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
19539         Add an appendix "Copying This Manual" for the FDL.
19541         * doc/fdl.texi: New file, from
19542         <http://www.gnu.org/licenses/fdl.texi>.
19544         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
19546 2001-08-10  Paul Eggert  <eggert@twinsun.com>
19548         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
19549         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
19550         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
19551         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
19552         m4/sanity.m4, tests/README, tests/aclocal.m4,
19553         tests/atspecific.m4, tests/base.at, tests/compile.at,
19554         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
19555         tests/semantics.at, tests/suite.at, tests/tools.at,
19556         tests/torture.at: Add copyright notice.
19558         * tests/mktests.sh: Update year in copyright notice.
19560 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
19562         * tests/semantics.at (AC_C_BIGENDIAN): New test.
19564 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
19566         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
19567         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
19568         * doc/autoconf.texi (C Compiler Characteristics): Update
19569         documentation for AC_C_BIGENDIAN.
19571 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
19573         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
19574         magic values from an object file when cross-compiling.
19575         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
19577 2001-08-10  Akim Demaille  <akim@epita.fr>
19579         * bin/autom4te.in (&handle_output): Don't use `grep' with side
19580         effects.
19581         Suggested by Russ Allbery.
19583 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19585         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
19586         current $prefix to the sub-configures.
19588 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
19590         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
19591         extension (needed on BeOS).  Reported by Guido van Rossum.
19593 2001-08-09  Akim Demaille  <akim@epita.fr>
19595         * bin/autom4te.in ($icache): Load it only if older than autom4te.
19597 2001-08-07  Akim Demaille  <akim@epita.fr>
19599         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
19600         removed.
19601         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
19602         No need to remove the files before and after the each test, before
19603         each test and at the end of the suite is enough.
19604         Display only the children `times', not the shell's.
19605         If the test failed or was skipped, at-times is not available.
19607 2001-08-07  Akim Demaille  <akim@epita.fr>
19609         Always produce testsuite.log, including when there are no
19610         failures.  This helps getting information on skipped tests, and
19611         duration of the tests.  Err, implement the latter btw.
19613         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
19614         Dump information on the first run of each test.
19615         (AT_CLEANUP): Create `at-times' containing the duration of the
19616         test group.
19618 2001-08-07  Akim Demaille  <akim@epita.fr>
19620         The use of `dumpstat' revealed that `len' was used although it
19621         should not.  m4_text_wrap was using it, but in the Autoconf world
19622         where it is legal.  Hence (i) test M4sh in its own world, not
19623         Autoconf's, and (ii), ahem, fix the bug :)
19625         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
19626         does not like `' instead of [].
19627         (AT_INIT): Forbid `^_?AT_'.
19628         And don't output such tokens.
19629         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
19630         `script.as', and `autom4te.cache'.
19631         Remove `empty' and `macro' which are no longer used.
19632         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
19633         * tests/m4sugar.at: Use it.
19634         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
19636 2001-08-07  Akim Demaille  <akim@epita.fr>
19638         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
19640 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
19642         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
19644 2001-08-04  Akim Demaille  <akim@epita.fr>
19646         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
19647         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
19648         AC_TRY_LINK.
19649         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
19650         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
19651         (AC_F77_MAIN): Likewise.
19653 2001-08-04  Akim Demaille  <akim@epita.fr>
19655         Don't rely on M4sugar outputting the patterns in files, since we
19656         might process the output _without_ running m4, hence without these
19657         files.
19659         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
19660         * bin/autom4te.in (@Request::includes): Remove, unused.
19661         (@Request::source): Rename as...
19662         (@Request::input): this.
19663         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
19664         (&handle_output): Fetch the patterns from the traces.
19665         `$forbidden' and `$allowed' are constant: use m//o.
19666         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
19667         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
19669 2001-08-04  Akim Demaille  <akim@epita.fr>
19671         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
19672         autoconf', i.e., in addition to caching traces, cache the output.
19674         * bin/autom4te.in (Request::cache): Rename as...
19675         (Request::id): this.
19676         ($cache, $icache, $tcache, $ocache): New.
19677         (&handle_m4): Save M4 output in the cache instead of $tmp.
19678         (&handle_output): Adjust.
19679         (&up_to_date_p): Check that the output cache is up to date too.
19680         (top level): Run `&handle_m4' iff force or the cache is invalid.
19681         Run `&handle_output' if the output cache is more recent.
19683 2001-08-04  Akim Demaille  <akim@epita.fr>
19685         * bin/autom4te.in ($force): New.
19686         (&parse_args, &print_usage): -f, --force is a new option.
19687         (&handle_output): CPP directives might have spaces after `#'.
19688         (&parse_args): The first file only can be frozen.
19690 2001-08-04  Akim Demaille  <akim@epita.fr>
19692         Don't let autom4te compute the `include' traces several times:
19693         first check that the trace cache file is up to date, and then
19694         compare its timestamp with that of the output.
19696         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
19697         the preamble.  Don't require 5.005 as Autom4te::General does it,
19698         and better yet (use `use', not `require'!).
19699         * lib/Autom4te/Struct.pm: Rename the last occurrences of
19700         Class::Struct as Autom4te::Struct.
19701         * lib/Autom4te/General.pm (File::stat): Use it.
19702         (&mtime): New, export it.
19703         * bin/autom4te.in: Use it.
19704         Declare `$req' is invalid if it is outdated.
19705         Don't declare it valid before saving it if something went wrong.
19707 2001-08-04  Akim Demaille  <akim@epita.fr>
19709         Autom4te shall not encode Autoconf data, and preselecting traces
19710         must be proposed to the users.
19712         * bin/autom4te.in (@required_trace): Remove.
19713         (@preselect): New.
19714         (&parse_args, &print_usage): -p, --preselect is a new option.
19715         (&up_to_date_p): Adjust.
19716         * bin/autoconf.in: Preselect some Autoconf macros.
19718 2001-08-04  Akim Demaille  <akim@epita.fr>
19720         * tests/tools.at (autoconf --trace: user macros): Check traces on
19721         macros invoked without arguments, and macros invoked with multiple
19722         lines arguments.
19724 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
19726         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
19727         arguments.
19729 2001-08-03  Akim Demaille  <akim@epita.fr>
19731         * bin/autoconf.in ($@): Work around the usual sh bug.
19732         From Nicolas Joly.
19734 2001-08-03  Akim Demaille  <akim@epita.fr>
19736         Clean up the handling of the M4 builtins tracing exception.
19738         * bin/autom4te.in (Request::request): Don't complete M4 builtins
19739         trace requests.
19740         (@m4_builtins): Rename as...
19741         (@m4_builtin): this.
19742         (%m4_builtin_alternate_name): New.
19743         (&parse_args): Complete the trace requests with alternate names.
19744         (&handle_traces): Hence no longer do it here.
19745         (&trace_requests): Remove, unused.
19747 2001-08-03  Akim Demaille  <akim@epita.fr>
19749         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
19750         m4_if, and m4_wrap.
19752 2001-08-03  Akim Demaille  <akim@epita.fr>
19754         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
19755         (m4_divert_pop): Dump the whole diversion stack when a diversion
19756         mismatch happens.
19757         * bin/autom4te.in (&handle_output): Remember of the first
19758         occurrence of a possibly undefined macro, not the last.
19759         Complain about the possibly undefined macros in the same order as
19760         the appear in the output.
19761         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
19762         * tests/tools.at (autoconf: forbidden tokens, basic)
19763         (autoconf: forbidden tokens, exceptions): No longer sort
19764         autoconf's stderr, as it is now deterministic.
19765         Check that `dnl' is caught.
19767 2001-08-01  Akim Demaille  <akim@epita.fr>
19769         * configure.ac: Bump to 2.52c.
19771 2001-08-01  Akim Demaille  <akim@epita.fr>
19773         Version 2.52b.
19775         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
19777 2001-08-01  Akim Demaille  <akim@epita.fr>
19779         Version 2.52a.
19781 2001-08-01  Akim Demaille  <akim@epita.fr>
19783         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
19784         `die'.
19785         (&END): New.
19786         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
19787         `END', as `Autom4te::General::END' will be triggered.
19788         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
19789         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
19790         system to run `mv', `rm', and `cmp'.
19792 2001-08-01  Akim Demaille  <akim@epita.fr>
19794         * lib/Autom4te/General.pm (&unique): New.
19795         * bin/autoscan.in (&output): Use it to issue trace requests once.
19797 2001-08-01  Akim Demaille  <akim@epita.fr>
19799         * lib/Autom4te/General.pm: New.
19800         * bin/autom4te.in (Autom4te::General): Use it.
19801         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
19802         (&find_configure_ac, &find_slave): Remove.
19803         * bin/autoscan.in: Likewise.
19804         * bin/autoupdate.in: Likewise.
19806 2001-08-01  Akim Demaille  <akim@epita.fr>
19808         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
19809         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
19810         * bin: here, new directory.
19811         * lib/Autoconf: Rename as...
19812         * lib/Autom4te: this, to please case insensitive junkie OSes.
19814 2001-08-01  Akim Demaille  <akim@epita.fr>
19816         * autom4te.in ($m4): Handle the --nesting-limit.
19817         * autoconf.in (M4): Remove.
19819 2001-08-01  Akim Demaille  <akim@epita.fr>
19821         * autoconf.in ($AWK): Remove, no longer used.
19822         * test/tools.at: Use AT_CHECK_AUTOCONF.
19823         (AWK portability): Remove, for autoconf no longer uses AWK.
19824         (Syntax of the Perl scripts): New.
19825         * configure.ac: autoconf no longer needs an AWK with a good
19826         regexp engine.
19827         Use a static test on AC_PACKAGE_VERSION.
19828         * autom4te.in (&up_to_date_p): Output depends on the arguments.
19829         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
19830         * tests/atconfig.in (PERL): New.
19832 2001-08-01  Akim Demaille  <akim@epita.fr>
19834         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
19835         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
19836         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
19837         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
19838         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
19839         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
19840         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
19841         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
19842         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
19843         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
19844         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
19845         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
19846         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
19847         * lib/autoconf/c.m4: here, new file.
19849         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
19850         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
19851         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
19852         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
19853         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
19854         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
19855         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
19856         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
19857         (AC_F77_FUNC): Move to...
19858         * lib/autoconf/fortran.m4: here, new file.
19860 2001-08-01  Akim Demaille  <akim@epita.fr>
19862         * acfunctions.m4: Rename as...
19863         * lib/autoconf/functions.m4: this.
19864         * acgeneral.m4: Rename as...
19865         * lib/autoconf/general.m4: this.
19866         * acheaders.m4: Rename as...
19867         * lib/autoconf/headers.m4: this.
19868         * aclang.m4: Rename as...
19869         * lib/autoconf/lang.m4: this.
19870         * acoldnames.m4: Rename as...
19871         * lib/autoconf/oldnames.m4: this.
19872         * acspecific.m4: Rename as...
19873         * lib/autoconf/specific.m4: this.
19874         * actypes.m4: Rename as...
19875         * lib/autoconf/types.m4: this.
19876         * autoconf.m4: Rename as...
19877         * lib/autoconf/autoconf.m4: this.
19879         * m4sugar.m4: Rename as...
19880         * lib/m4sugar/m4sugar.m4: this.
19881         * m4sh.m4: Rename as...
19882         * lib/m4sugar/m4sh.m4: this.
19884         * tests/atgeneral.m4: Rename as...
19885         * lib/autotest/general.m4: this.
19887         * acfunctions: Rename as...
19888         * lib/autoscan/functions: this.
19889         * acheaders: Rename as...
19890         * lib/autoscan/headers: this.
19891         * acidentifiers: Rename as...
19892         * lib/autoscan/identifiers: this.
19893         * aclibraries: Rename as...
19894         * lib/autoscan/libraries: this.
19895         * acmakevars: Rename as...
19896         * lib/autoscan/makevars: this.
19897         * acprograms: Rename as...
19898         * lib/autoscan/programs: this.
19900 2001-08-01  Akim Demaille  <akim@epita.fr>
19902         * doc/autoconf.texi: Moving/deleting open files is not portable.
19903         Portability issues for `.' (source), and more information about sed.
19905 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
19907         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
19908         which has a special meaning and is not a reference to libibmil.a.
19909         Reported by Matteo Frigo.
19911 2001-07-25  Pavel Roskin  <proski@gnu.org>
19913         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
19914         output.
19916 2001-07-25  Akim Demaille  <akim@epita.fr>
19918         * autoconf.in: Try to define the variables before using them.
19919         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
19920         instead of `$perllibdir'.
19921         * tests/atconfig.in ($autom4te_perllibdir): Export it.
19923 2001-07-25  Akim Demaille  <akim@epita.fr>
19925         * autoconf.in (ac_LF_and_DOT): Remove, unused.
19927 2001-07-24  Akim Demaille  <akim@epita.fr>
19929         Let autoconf use autom4te for traces.
19931         * autoconf.in ($task, task trace): Remove, merely pass --trace to
19932         autom4te.
19933         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
19934         (Because I found no way for autom4te to accept `-').
19935         * autom4te.in (&Request::request): Beware of M4 builtins.
19936         (END): Don't try to remove the content of an empty dir.
19937         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
19938         (&handle_output): Set a default value to `$forbidden'.
19939         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
19940         ($autoconf): Pass --debug and --verbose.
19941         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
19942         cache.
19944 2001-07-24  Akim Demaille  <akim@epita.fr>
19946         Let autoconf use autom4te to create configure.
19948         * autoconf.in ($automate): New var.
19949         (task script): Use autom4te.
19950         * autom4te.in (File::Spec): Use it.
19951         (&find_file): New.
19952         (&parse_args): --warning is -W, not -w.
19953         Find the top level files.
19954         (&handle_m4): Pass the warnings flags.
19955         Don't report verbosely m4's failures, unless requested.
19956         (&handle_output): Don't complain for forbidden tokens in comments.
19957         Be sure to report all the forbidden tokens within a single line.
19958         (&trace_format_to_m4): Preserve `$_'.
19959         (&handle_traces): Sort the output macros.
19960         (&up_to_date_p): Find the files before trying to get its time stamp.
19962 2001-07-24  Akim Demaille  <akim@epita.fr>
19964         * Makefile.am: Ship, build and install Autom4te.
19965         (SUBDIRS): Add lib.
19966         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
19967         * configure.in: Require Perl.
19968         * man/autom4te.in: New.
19970 2001-07-19  Paul Eggert  <eggert@twinsun.com>
19972         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
19973         example, rather than (exit 1); exit (which isn't portable).
19975 2001-07-18  Akim Demaille  <akim@epita.fr>
19977         Version 2.52.
19979 2001-07-18  Akim Demaille  <akim@epita.fr>
19981         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
19982         was run, while they are needed also when it is expanded.
19983         Reported by Nicolas Joly.
19985         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
19986         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
19987         AC_F77_DUMMY_MAIN being expanded.
19989 2001-07-18  Akim Demaille  <akim@epita.fr>
19991         * configure.in: Bump to 2.51a.
19993 2001-07-17  Akim Demaille  <akim@epita.fr>
19995         Version 2.51.
19997 2001-07-17  Akim Demaille  <akim@epita.fr>
19999         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
20000         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
20002 2001-07-17  Akim Demaille  <akim@epita.fr>
20004         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
20005         used.  Well, then use the prototypes when you can, and runtime as
20006         a last resort.
20007         Reported by Artur Frysiak
20009         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
20010         (AC_FUNC_GETPGRP): Use it.
20011         First try to compile with 0-ary or 1-ary calls.
20013 2001-07-17  Akim Demaille  <akim@epita.fr>
20015         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
20016         replacement type.
20017         From Paul Eggert.
20019 2001-07-17  Akim Demaille  <akim@epita.fr>
20021         * Makefile.maint: Sync. with cppi 1.10.
20023 2001-07-17  Akim Demaille  <akim@epita.fr>
20025         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
20026         AC_F77_DUMMY_MAIN has been run.
20027         From Pavel Roskin and Steven G. Johnson.
20029 2001-07-17  Akim Demaille  <akim@epita.fr>
20031         * configure.in: Rename as...
20032         * configure.ac: this.
20034 2001-07-17  Akim Demaille  <akim@epita.fr>
20036         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
20037         rules.
20038         From Marc Espie.
20039         * Makefile.maint (release-archive-dir): Rename as...
20040         (release_archive_dir): this, so that it can be specialized in
20041         Makefile.
20043 2001-07-14  Akim Demaille  <akim@epita.fr>
20045         * configure.in: Bump to 2.50d.
20047 2001-07-14  Akim Demaille  <akim@epita.fr>
20049         Version 2.50c.
20050         * Makefile.maint (alpha): Typo.
20052 2001-07-14  Akim Demaille  <akim@epita.fr>
20054         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
20056 2001-07-14  Akim Demaille  <akim@epita.fr>
20058         * config/config.guess, config/config.sub, config/texinfo.tex
20059         * doc/standards.texi, doc/make-stds.texi: Update.
20061 2001-07-14  Akim Demaille  <akim@epita.fr>
20063         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
20065 2001-07-14  Akim Demaille  <akim@epita.fr>
20067         * Makefile.maint (maintainer-check): Rename as...
20068         (maintainer-distcheck): this.
20069         (changelog-check, static-check): New.
20070         Use them.
20072 2001-07-14  Kevin Ryde  <user42@zip.com.au>
20074         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
20075         for CXX is g++, not gcc.
20077 2001-07-14  Akim Demaille  <akim@epita.fr>
20079         * doc/autoconf.texi (Files): New subsection.
20081 2001-07-14  Akim Demaille  <akim@epita.fr>
20083         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
20084         of...
20085         (Generic Compiler Characteristics): this.
20086         (C++ Compiler): New subsection.
20088 2001-07-14  Akim Demaille  <akim@epita.fr>
20090         * autoscan.in: Use IO::File.
20091         Adjust all the routines to use it.
20092         ($log): New file (autoscan.log).
20093         (output): Dump detailed logs into $log, and a shortened version to
20094         stderr.
20095         (&scan_makefile): Refine the regexp catching tokens in the code.
20096         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
20097         and the `configure.ac' checking feature.
20099 2001-07-12  Akim Demaille  <akim@epita.fr>
20101         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
20102         Reported by Michael Elizabeth Chastain.
20104         * autoconf.in: Refuse such AWK.
20105         * configure.in: Likewise.
20106         * Makefile.am (acversion.m4): Do not use move-if-change this file
20107         has dependencies.
20108         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
20110 2001-07-10  Jens Petersen  <petersen@redhat.com>
20112         * autoscan.in (&scan_makefile): Improve programs regexp to parse
20113         things like "g++", "file.c" and "some-conf" as tokens.
20114         (&scan_file): Match C++ files extensions.
20115         If the filename extension is C++ then ask for c++.
20117 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
20119         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
20120         AC_TRY_LINK_FUNC, to check whether defining a dummy
20121         main-like routine is needed for linking with F77 libs.
20123 2001-07-05  Pavel Roskin  <proski@gnu.org>
20125         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
20126         after using break.
20127         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
20128         linking.
20130 2001-07-05  Akim Demaille  <akim@epita.fr>
20132         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
20133         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
20134         Makes' lives.
20135         Reported by Nicolas Joly.
20137 2001-07-04  Akim Demaille  <akim@epita.fr>
20139         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
20140         up.
20141         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
20142         warnings from compilers.
20143         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
20144         for all the compilers, not only GNU.  Hence move from here...
20145         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
20147 2001-07-04  Akim Demaille  <akim@epita.fr>
20149         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
20150         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
20151         AC_COMPILE_IFELSE.
20153 2001-07-04  Akim Demaille  <akim@epita.fr>
20155         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
20156         the ``strings.h'' change claimed below.
20158 2001-07-04  Akim Demaille  <akim@epita.fr>
20160         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
20162 2001-07-04  Akim Demaille  <akim@epita.fr>
20164         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
20165         strings.h if usable with string.h.
20166         Suggested by Paul Eggert.
20168 2001-07-04  Akim Demaille  <akim@epita.fr>
20170         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
20171         From Jens Petersen.
20173 2001-07-03  Akim Demaille  <akim@epita.fr>
20175         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
20176         etc. in the log.
20178 2001-07-03  Akim Demaille  <akim@epita.fr>
20180         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
20181         compiler, not the preprocessor.
20182         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
20183         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
20184         the right thing.
20185         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
20186         earlier if there are.
20188 2001-07-03  Akim Demaille  <akim@epita.fr>
20190         * autoscan.in ($initfile): Remove.
20191         (&find_file): Rename as...
20192         (&scan_file): this.
20193         Immediately scan the current file, instead of gathering them, and
20194         later having them handled by &scan_files.
20195         (&scan_files): Merely invoke Find::File.
20196         Adjust.
20198 2001-07-02  Akim Demaille  <akim@epita.fr>
20200         * autoscan.in: Formatting changes, matching the invocation order.
20201         (File::Find): Use it instead of Perl 4's `find.pl'.
20202         (&wanted): Rename as...
20203         (&find_file): this.
20205 2001-07-01  Pavel Roskin  <proski@gnu.org>
20207         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
20208         break in the argument to AC_TRY_LINK_FUNC.
20209         (AC_F77_MAIN): Remove conftest* after using break in the
20210         argument to AC_TRY_LINK.
20212 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
20214         Add alternate 'main' routine detection for linking C/C++ with Fortran,
20215         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
20217         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
20218         dummy alternate main is required even if the user provides her own
20219         'main'.
20220         (AC_F77_MAIN): New macro to detect whether it is possible to
20221         provide an alternate 'main' function name, using the 'main' from
20222         the Fortran libraries.
20223         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
20224         cross-language link tests can be performed successfully.
20225         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
20226         after $LIBS, for consistency; this should be the general rule since
20227         the user may want to link to Fortran libraries that require $FLIBS.
20228         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
20230 2001-06-29  Pavel Roskin  <proski@gnu.org>
20232         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
20233         at-stdout and at-stderr instead of removing the newline
20234         from the echo output, which is not guaranteed to work.
20236 2001-06-28  Jens Petersen  <petersen@redhat.com>
20238         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
20239         confdefs.h when non-zero.
20241 2001-06-28  Akim Demaille  <akim@epita.fr>
20243         * configure.in: Bump to 2.50c.
20245 2001-06-26  Akim Demaille  <akim@epita.fr>
20247         Version 2.50b.
20249 2001-06-26  Akim Demaille  <akim@epita.fr>
20251         Version 2.50a.
20253 2001-06-25  Pavel Roskin  <proski@gnu.org>
20255         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
20256         argument, AUTOCONF-FLAGS.
20257         * tests/mktests.sh (update_exclude_list): Add
20258         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
20259         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
20260         AC_FUNC_WAIT3 with "-W no-obsolete".
20262 2001-06-25  Akim Demaille  <akim@epita.fr>
20264         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
20266 2001-06-25  Akim Demaille  <akim@epita.fr>
20268         * autoscan.in (%macro): Now maps from word to list of macros.
20269         (&init_tables): Die when a word which is already handled by
20270         explicit macros is mapped to the default macro.
20271         (&print_unique): Remove, inlined in...
20272         (&output_kind): here.
20273         (File::Basename): Use it.
20274         (&output): Sort the CONFIG_FILES.
20275         * acheaders: Normalize.
20276         * acfunctions: Likewise.
20278 2001-06-25  Akim Demaille  <akim@epita.fr>
20280         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
20281         characteristics in the logs.
20282         Suggested by Mo DeJong.
20284 2001-06-24  Akim Demaille  <akim@epita.fr>
20286         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
20287         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
20288         * doc/autoconf.texi (Autoconf 2.13): New section.
20290 2001-06-24  Akim Demaille  <akim@epita.fr>
20292         * autoconf.in (Task traces): Separate the error messages from the
20293         traces to improve robustness.
20295 2001-06-23  Akim Demaille  <akim@epita.fr>
20297         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
20298         three as failures are unlikely, and speed matters.
20300 2001-06-23  Akim Demaille  <akim@epita.fr>
20302         * doc/autoconf.texi (Redefined M4 Macros): New.
20304 2001-06-23  Akim Demaille  <akim@epita.fr>
20306         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
20307         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
20308         5.3.
20310 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
20312         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
20313         config.status targets to after the evaluation of the INIT-CMDS.
20314         Double quote config.status targets (used to be single quoted).
20316 2001-06-23  Akim Demaille  <akim@epita.fr>
20318         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
20319         Check the content of the created file.
20320         Check the ./config.status command line invocation.
20322 2001-06-23  Akim Demaille  <akim@epita.fr>
20324         * tests/foreign.at (Libtool): Reject prehistoric versions.
20326 2001-06-23  Akim Demaille  <akim@epita.fr>
20328         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
20329         preexisting files matching a.*.
20331 2001-06-23  Akim Demaille  <akim@epita.fr>
20333         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
20334         stderr.
20335         * doc/autoconf.texi (AC_ARG_VAR): Update.
20337 2001-06-21  Akim Demaille  <akim@epita.fr>
20339         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
20340         precious variables have changed.
20341         * tests/torture.at (AC_ARG_VAR): Adjust.
20343 2001-06-21  Akim Demaille  <akim@epita.fr>
20345         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
20346         but some sed choke on multiple `;', and other tools (e.g.,
20347         Automake), include the separator themselves.
20349         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
20351 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
20353         * doc/autoconf.texi (Functions Portability): Rename as...
20354         (Function Portability): this.
20355         (Function Portability): Document potential problems with unlink().
20357 2001-06-19  Paul Eggert  <eggert@twinsun.com>
20359         * NEWS, doc/autoconf.texi: Document quadrigraphs.
20361 2001-06-18  Akim Demaille  <akim@epita.fr>
20363         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
20365 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
20367         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
20368         (_AC_FUNC_VFORK): this.
20369         Remove AC_DEFINEs and don't guess cross-compilation values.
20370         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
20371         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
20372         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
20373         vfork doesn't work.
20374         Guess values if cross-compiling, but warn.
20375         * acfunctions: Add AC_FUNC_FORK.
20376         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
20377         and vfork appropriately.
20379 2001-06-18  Akim Demaille  <akim@epita.fr>
20381         * doc/autoconf.texi (Functions Portability): New section.
20383 2001-06-18  Akim Demaille  <akim@epita.fr>
20385         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
20386         in $M4.
20387         Suggested by Andreas Schwab.
20389 2001-06-18  Akim Demaille  <akim@epita.fr>
20391         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
20392         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
20393         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
20394         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
20395         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
20396         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
20397         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
20398         the converse).
20400 2001-06-18  Akim Demaille  <akim@epita.fr>
20402         * doc/autoconf.texi (ms): New index.
20403         (Macro Index): Rename as...
20404         (Autoconf Macro Index): this.
20405         (M4 Macro Index): New appendix.
20406         (Programming in M4): New chapter.
20407         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
20408         (Quoting): Rename as...
20409         (M$ Quotation): this.
20410         Be part of `Programming in M4).
20412 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
20414         * tests/torture.at (AC_ARG_VAR): Set variables and export them
20415         in separate statements for compatibility with Tru64 v5.1.
20417 2001-06-17  Akim Demaille  <akim@epita.fr>
20419         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
20420         current values of the precious variables, not the previously
20421         cached values.
20422         Pass precious variables which are set to config.status.
20423         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
20424         * tests/torture.at (AC_ARG_VAR): New.
20426 2001-06-15  Paul Eggert  <eggert@twinsun.com>
20428         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
20429         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
20430         and explain why and how to replace them.
20431         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
20432         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
20434 2001-06-15  Akim Demaille  <akim@epita.fr>
20436         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
20437         Reported by Bruno Haible.
20439         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
20440          (_AC_ARG_VAR_PRECIOUS): to here.
20442 2001-06-15  Pavel Roskin  <proski@gnu.org>
20444         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
20445         an unused pointer use cast to this type and `if' statement to
20446         avoid warnings from the compiler.
20447         (AC_HEADER_TIME): Likewise.
20448         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
20449         in `if' statement to avoid warnings from the compiler. Declare
20450         ac_aggr static to avoid the need to initialize it.
20452 2001-06-14  Akim Demaille  <akim@epita.fr>
20454         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
20455         Macros'.
20457 2001-06-13  Akim Demaille  <akim@epita.fr>
20459         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
20460         Suggested by Alexander Mai.
20462 2001-06-13  Akim Demaille  <akim@epita.fr>
20464         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
20465         sys/types.h and sys/stat.h, and check for them.
20467 2001-06-13  Akim Demaille  <akim@epita.fr>
20469         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
20470         INCLUDES.
20472 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
20474         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
20475         succeeds and only try adding libdnet upon a failure.
20477 2001-06-12  Akim Demaille  <akim@epita.fr>
20479         * autoscan.in (&output_kind): Output the comment only if it exists.
20480         (%kind_comment): Add entry for `programs'.
20481         (&output_programs): Use &output_kind.
20482         (&output_functions, &output_identifiers, &output_headers)
20483         (&output_programs): Inline, and remove.
20485 2001-06-12  Akim Demaille  <akim@epita.fr>
20487         * autoscan.in (%kind_comment): New.
20488         (output_kind): New.
20489         (output_functions, output_identifiers, output_headers): Use it.
20491 2001-06-12  Akim Demaille  <akim@epita.fr>
20493         * autoscan.in (&print_unique): Take `$kind' and `$word' as
20494         arguments, to factor indirections into `%macro' and `%used'.
20495         (%generic_macro): Fix a typo.
20497 2001-06-12  Akim Demaille  <akim@epita.fr>
20499         * aclibraries: New.
20500         * autoscan.in (@kinds): Add `libraries'.
20501         Use `@kinds' instead of hard coded lists.
20502         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
20503         Remove, replaced by...
20504         (%used): this.
20506 2001-06-12  Akim Demaille  <akim@epita.fr>
20508         * autoscan.in (%functions_macros %headers_macros)
20509         (%identifiers_macros %programs_macros %makevars_macros): Remove,
20510         replaced by...
20511         (%macro): New.
20513 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
20515         * aclang.m4 (AC_NO_EXECUTABLES): Override
20516         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
20518 2001-06-11  Akim Demaille  <akim@epita.fr>
20520         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
20521         trailing new line.
20522         Reported by Andreas Schwab.
20524 2001-06-11  Akim Demaille  <akim@epita.fr>
20526         * Makefile.am, Makefile.maint: Typos.
20528 2001-06-09  Akim Demaille  <akim@epita.fr>
20530         * doc/autoconf.texi (Here-Documents): New section, gathering
20531         documentation about here-documents.
20532         Use `href', not `uref', and other changes.
20534 2001-06-09  Akim Demaille  <akim@epita.fr>
20536         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
20537         chapter.
20539 2001-06-09  Akim Demaille  <akim@epita.fr>
20541         * doc/autoconf.texi (Limitations of Builtins): Complete the
20542         description of the here-docs penalties with Alexandre Oliva's
20543         explanations.
20545 2001-06-01  Paul Eggert  <eggert@twinsun.com>
20547         * doc/autoconf.texi: Talk about here documents and speedups.
20548         Do not use "echo" on arbitrary strings.
20549         Spell "here-documents" consistently with the standard.
20551 2001-06-09  Akim Demaille  <akim@epita.fr>
20553         * doc/autoconf.texi (Concept Index): Introduce it.
20554         Regenerate the menus.
20556 2001-06-09  Akim Demaille  <akim@epita.fr>
20558         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
20559         * config/prev-version.txt: New.
20560         * config/move-if-change: New, for GNU libc.
20562 2001-06-06  Pavel Roskin  <proski@gnu.org>
20564         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
20566 2001-06-06  Akim Demaille  <akim@epita.fr>
20568         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
20569         properly when $1 is not a literal.
20570         Fixes PR Autoconf/187, reported by Bram Moolenaar.
20572 2001-06-06  Akim Demaille  <akim@epita.fr>
20574         Invoking AC_COPYRIGHT before AC_INIT fails.
20576         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
20577         * acgeneral.m4 (_m4_divert(VERSION_FSF))
20578         (_m4_divert(VERSION_USER)): New.
20579         (AC_COPYRIGHT): $2 is the diversion to use.
20580         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
20581         (AC_INIT): Remove dead comments as now it's commutative.
20583 2001-06-06  Akim Demaille  <akim@epita.fr>
20585         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
20586         PR autoconf/187.
20588 2001-06-05  Akim Demaille  <akim@epita.fr>
20590         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
20591         can be empty.
20592         `*dir' variables cannot be NONE.
20593         Reported by Mark Kettenis.
20595 2001-06-05  Paul Eggert  <eggert@twinsun.com>
20597         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
20599 2001-06-04  Akim Demaille  <akim@epita.fr>
20601         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
20602         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
20603         (AC_TR_SH): Move as...
20604         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
20605         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
20606         (AS_TR_SH): these.
20607         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
20608         (_AS_TR_SH_PREPARE): New.
20609         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
20610         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
20612 2001-06-02  Akim Demaille  <akim@epita.fr>
20614         * Makefile.am (.m4.m4f): Pass the options first.
20615         Fixes PR autoconf/182.
20617 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
20619         GNU getopt, when POSIXLY_CORRECT does not permute options and
20620         arguments.  So pass the options first.
20621         Fixes PR autoconf/184.
20623         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
20624         (run_m4): Remove files.
20625         (run_m4f): Remove.
20626         Update remainder of script to use them.
20627         (for warning in): Do not use a literal comma as it will not be
20628         split by IFS.
20630 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
20632         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
20633         Fortran compilers to check.
20634         (_AC_PROG_F77_V): Add '-###' as a possible option to print
20635         information on library and object files.
20636         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
20637         to check.
20639 2001-06-02  Akim Demaille  <akim@epita.fr>
20641         * autom4te.in (Request::@request): Declare with `vars', not `my',
20642         as it prevents updates via `do FILENAME'.
20644 2001-06-02  Akim Demaille  <akim@epita.fr>
20646         * configure.in (standards_texi): Remove, dead code.
20648 2001-06-02  Akim Demaille  <akim@epita.fr>
20650         * autom4te.in: New.
20652 2001-06-02  Pavel Roskin  <proski@gnu.org>
20654         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
20655         for signals other than 0 - exit with code 1.
20656         * m4sh.m4 (AS_TMPDIR): Likewise.
20657         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
20658         * autoheader.in: Likewise.
20659         * autoreconf.in: Likewise.
20660         * tests/torture.at (Signal handling): New test for the above.
20662 2001-06-01  Akim Demaille  <akim@epita.fr>
20664         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
20665         message.
20667 2001-05-31  Akim Demaille  <akim@epita.fr>
20669         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
20670         Add copyright and comments.
20671         * acheaders: Add stdint.h.
20672         Suggested by Paul Eggert.
20674 2001-05-31  Akim Demaille  <akim@epita.fr>
20676         * atgeneral.m4 (AT_INIT): Use $SHELL.
20677         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
20679 2001-05-31  Akim Demaille  <akim@epita.fr>
20681         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
20682         stdint.h.
20683         From Paul Eggert and Lars Hecking.
20685 2001-05-31  Akim Demaille  <akim@epita.fr>
20687         * tests/base.at: Adjust line numbers in error messages.
20689 2001-05-31  Akim Demaille  <akim@epita.fr>
20691         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
20692         to emit the bangshe line.
20693         Reported by David Carter.
20695 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
20697         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
20698         Fortran (95) compilers to check.
20700 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
20702         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
20703         Macro Archive URL.
20705 2001-05-23  Pavel Roskin  <proski@gnu.org>
20707         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
20708         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
20709         (AC_PROG_CXXCPP): Likewise.
20711 2001-05-22  Akim Demaille  <akim@epita.fr>
20713         * config: New directory.
20714         * configure.in: AC_CONFIG_AUX_DIR it.
20715         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
20717 2001-05-22  Akim Demaille  <akim@epita.fr>
20719         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
20720         * autoupdate.in: Specify the Emacs mode.
20721         * acversion.m4.in: Rename as...
20722         * acversion.m4: this.
20723         * tests/Makefile.am (CLEANFILES): More garbage.
20725 2001-05-22  Akim Demaille  <akim@epita.fr>
20727         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
20728         Rename as...
20729         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
20730         these.
20732 2001-05-21  Akim Demaille  <akim@epita.fr>
20734         * configure.in: Bump to 2.50a.
20737         -----
20739         Local Variables:
20740         coding: utf-8
20741         End:
20743         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
20744         2009 Free Software Foundation, Inc.
20746         This program is free software: you can redistribute it and/or
20747         modify it under the terms of the GNU General Public License as
20748         published by the Free Software Foundation, either version 3 of the
20749         License, or (at your option) any later version.
20751         This program is distributed in the hope that it will be useful,
20752         but WITHOUT ANY WARRANTY; without even the implied warranty of
20753         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20754         General Public License for more details.
20756         You should have received a copy of the GNU General Public License
20757         along with this program.  If not, see
20758         <http://www.gnu.org/licenses/>.